Commit Graph

22 Commits

Author SHA1 Message Date
desahaMS
72a7f7bbb3 Update index.d.ts (#23790) 2018-02-28 12:21:01 -08:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Michael Zlatkovsky
6d895a2552 Tiny fixes: method misspelling and nonexistent JSDOC attribute (re-submit) (#23003) 2018-01-17 11:45:02 -08:00
Michael Zlatkovsky
5244cc0ecc Update maintainers list of office-js (#22972) 2018-01-17 07:40:06 -08:00
Jason Johnston
29ccdc57c9 Updated doc for closeContainer 2017-11-06 09:42:52 -05:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
AbdulKareem Nalband
66feddd421 fixes #19554 Office js function overloads for optional parameters (#20074)
* fixes #19554

@OfficeDev

* Fixed review changes
removed unused parameter docs
Removed no op overloads
2017-10-06 11:04:47 -07:00
Andrew Nichols
6357930cf1 [Office-js] Update Outlook Typings Files (#19321)
* [Office-js] Update Outlook Typings Files

* fix typo attachment -> attachments
2017-08-25 12:21:14 -07:00
Rick-Kirkham
35cbdc2020 Add SSO APIs to office-js (#18848)
* Added SSO APIs to office.js

* corrected type in test

* New property in AuthOptions type
2017-08-11 10:18:59 -07:00
Alex Ruzzante
bfbdf31ceb [Office-js] Add item.dateTimeCreated and ui.closeContainer (#18248) 2017-07-24 10:27:58 -07:00
Andrew Nichols
3c9162bef3 [Office-js] Add mailbox.addHandlerAsync and EventType.ItemChanged 2017-07-05 10:19:41 -07:00
Michael Zlatkovsky
5f3a9040e8 Update index.d.ts (#16881) 2017-05-31 23:25:43 -07:00
Michael Zlatkovsky
d0dab167cd Remove "removeAll" method on event handlers (#16363)
The Office.js team (of which I am a member) has decided to remove this method.  It will still exist in silent deprecated mode, but we will no longer add new events that have a "removeAll", and we want to strongly discourage this method's existence.  Since this was only added very recently, we believe that it's best to just remove it outright, rather than add special notices about its deprecation, etc.  The likely number of folks using it today is close to 0.
2017-05-05 17:51:11 -07:00
Michael Zlatkovsky
886cdd2f82 Updated ExcelApi from v1.3 to v1.6 (#16165)
Also minor updates to tests (added one test for `object.set`, and let VS Code auto-format the rest)
2017-04-27 19:02:55 -07:00
yojagad
114422ca10 Adding enums (#15605)
Added host, platform and diagnostics within Office.context
2017-04-17 08:58:37 -07:00
Lance Austin
8c2b1608de Rebased on upstream and matched grammar to Office Dev Docs 2017-03-26 10:57:22 -05:00
Lance Austin
0f17702167 Updated Grammer 2017-03-26 10:54:18 -05:00
Lance Austin
7f7e6e8210 Office-JS: Removed xFrameDenySave from DialogOptions 2017-03-26 10:54:17 -05:00
Lance Austin
4a3fa50086 Fix DialogOptions Interface 2017-03-26 10:54:16 -05:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00