@types/office-js-preview 1.0.663 → 1.0.665
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- office-js-preview/README.md +1 -1
- office-js-preview/index.d.ts +55 -19
- office-js-preview/package.json +2 -2
office-js-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Fri,
|
|
11
|
+
* Last updated: Fri, 14 Nov 2025 18:40:46 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -5851,10 +5851,10 @@ declare namespace Office {
|
|
|
5851
5851
|
*
|
|
5852
5852
|
* *Supported FileTypes, by platform*
|
|
5853
5853
|
* <table>
|
|
5854
|
-
* <tr><th> </th><th> Office on the web
|
|
5855
|
-
* <tr><td><strong> Excel </strong></td><td><code>
|
|
5856
|
-
* <tr><td><strong> PowerPoint </strong></td><td><code>Compressed</code>
|
|
5857
|
-
* <tr><td><strong> Word </strong></td><td
|
|
5854
|
+
* <tr><th> </th><th> Office on the web </th><th> Office on Windows </th><th> Office on Mac </th><th> Office on iPad </th></tr>
|
|
5855
|
+
* <tr><td><strong> Excel </strong></td><td><code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td> Not supported </td></tr>
|
|
5856
|
+
* <tr><td><strong> PowerPoint </strong></td><td><code>Compressed</code> </td><td><code>Compressed</code>, <code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code></td></tr>
|
|
5857
|
+
* <tr><td><strong> Word </strong></td><td> Not supported </td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code></td></tr>
|
|
5858
5858
|
* </table>
|
|
5859
5859
|
*
|
|
5860
5860
|
* @param fileType The format in which the file will be returned
|
|
@@ -5886,10 +5886,10 @@ declare namespace Office {
|
|
|
5886
5886
|
*
|
|
5887
5887
|
* *Supported FileTypes, by platform*
|
|
5888
5888
|
* <table>
|
|
5889
|
-
* <tr><th> </th><th> Office on the web
|
|
5890
|
-
* <tr><td><strong> Excel </strong></td><td><code>
|
|
5891
|
-
* <tr><td><strong> PowerPoint </strong></td><td><code>Compressed</code>
|
|
5892
|
-
* <tr><td><strong> Word </strong></td><td
|
|
5889
|
+
* <tr><th> </th><th> Office on the web </th><th> Office on Windows </th><th> Office on Mac </th><th> Office on iPad </th></tr>
|
|
5890
|
+
* <tr><td><strong> Excel </strong></td><td><code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td> Not supported </td></tr>
|
|
5891
|
+
* <tr><td><strong> PowerPoint </strong></td><td><code>Compressed</code> </td><td><code>Compressed</code>, <code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code></td></tr>
|
|
5892
|
+
* <tr><td><strong> Word </strong></td><td> Not supported </td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code></td></tr>
|
|
5893
5893
|
* </table>
|
|
5894
5894
|
*
|
|
5895
5895
|
* @param fileType The format in which the file will be returned
|
|
@@ -11861,7 +11861,9 @@ declare namespace Office {
|
|
|
11861
11861
|
*
|
|
11862
11862
|
* - Web browser, new Mac UI, Android: No limit
|
|
11863
11863
|
*
|
|
11864
|
-
* - Windows: 500 members
|
|
11864
|
+
* - Windows (new and classic): 500 members
|
|
11865
|
+
*
|
|
11866
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 members
|
|
11865
11867
|
*
|
|
11866
11868
|
* - Classic Mac UI: 100 members
|
|
11867
11869
|
*
|
|
@@ -11900,6 +11902,8 @@ declare namespace Office {
|
|
|
11900
11902
|
*
|
|
11901
11903
|
* - Windows: 500 members
|
|
11902
11904
|
*
|
|
11905
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 members
|
|
11906
|
+
*
|
|
11903
11907
|
* - Classic Mac UI: 100 members
|
|
11904
11908
|
*
|
|
11905
11909
|
* *Compose mode*
|
|
@@ -12186,7 +12190,9 @@ declare namespace Office {
|
|
|
12186
12190
|
* The `optionalAttendees` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
12187
12191
|
* each optional attendee to the meeting. The maximum number of attendees returned varies per Outlook client.
|
|
12188
12192
|
*
|
|
12189
|
-
* - Windows: 500 attendees
|
|
12193
|
+
* - Windows (new and classic): 500 attendees
|
|
12194
|
+
*
|
|
12195
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 attendees
|
|
12190
12196
|
*
|
|
12191
12197
|
* - Android, classic Mac UI, iOS: 100 attendees
|
|
12192
12198
|
*
|
|
@@ -12234,7 +12240,9 @@ declare namespace Office {
|
|
|
12234
12240
|
* The `requiredAttendees` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
12235
12241
|
* each required attendee to the meeting. The maximum number of attendees returned varies per Outlook client.
|
|
12236
12242
|
*
|
|
12237
|
-
* - Windows: 500 attendees
|
|
12243
|
+
* - Windows (new and classic): 500 attendees
|
|
12244
|
+
*
|
|
12245
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
12238
12246
|
*
|
|
12239
12247
|
* - Android, classic Mac UI, iOS: 100 attendees
|
|
12240
12248
|
*
|
|
@@ -16777,9 +16785,11 @@ declare namespace Office {
|
|
|
16777
16785
|
* The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
16778
16786
|
* each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
|
|
16779
16787
|
*
|
|
16780
|
-
* - classic
|
|
16788
|
+
* - Windows (classic): 500 recipients
|
|
16789
|
+
*
|
|
16790
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
16781
16791
|
*
|
|
16782
|
-
* - Web browser, new
|
|
16792
|
+
* - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view)
|
|
16783
16793
|
*
|
|
16784
16794
|
* @remarks
|
|
16785
16795
|
*
|
|
@@ -17101,9 +17111,11 @@ declare namespace Office {
|
|
|
17101
17111
|
* The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
17102
17112
|
* each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
|
|
17103
17113
|
*
|
|
17104
|
-
* - classic
|
|
17114
|
+
* - Windows (classic): 500 recipients
|
|
17105
17115
|
*
|
|
17106
|
-
* -
|
|
17116
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
17117
|
+
*
|
|
17118
|
+
* - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view)
|
|
17107
17119
|
*
|
|
17108
17120
|
* @remarks
|
|
17109
17121
|
*
|
|
@@ -21054,11 +21066,13 @@ declare namespace Office {
|
|
|
21054
21066
|
* The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
21055
21067
|
* each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
|
|
21056
21068
|
*
|
|
21057
|
-
* - classic
|
|
21069
|
+
* - Windows (classic): 500 recipients
|
|
21070
|
+
*
|
|
21071
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
21058
21072
|
*
|
|
21059
21073
|
* - Android, classic Mac UI, iOS: 100 recipients
|
|
21060
21074
|
*
|
|
21061
|
-
* - Web browser, new
|
|
21075
|
+
* - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view)
|
|
21062
21076
|
*
|
|
21063
21077
|
* - New Mac UI: No limit
|
|
21064
21078
|
*
|
|
@@ -21382,11 +21396,13 @@ declare namespace Office {
|
|
|
21382
21396
|
* The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
21383
21397
|
* each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
|
|
21384
21398
|
*
|
|
21385
|
-
* - classic
|
|
21399
|
+
* - Windows (classic): 500 recipients
|
|
21400
|
+
*
|
|
21401
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
21386
21402
|
*
|
|
21387
21403
|
* - Android, classic Mac UI, iOS: 100 recipients
|
|
21388
21404
|
*
|
|
21389
|
-
* - Web browser, new
|
|
21405
|
+
* - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view)
|
|
21390
21406
|
*
|
|
21391
21407
|
* - New Mac UI: No limit
|
|
21392
21408
|
*
|
|
@@ -22687,6 +22703,10 @@ declare namespace Office {
|
|
|
22687
22703
|
* - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
|
|
22688
22704
|
* If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
|
|
22689
22705
|
*
|
|
22706
|
+
* - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
|
|
22707
|
+
* Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
|
|
22708
|
+
* **Beta Channel** option to access Office beta builds.
|
|
22709
|
+
*
|
|
22690
22710
|
* - In Outlook on Android and on iOS, the `addAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `addAsync` method isn't
|
|
22691
22711
|
* supported when a user replies from the the reply field at the bottom of a message.
|
|
22692
22712
|
*
|
|
@@ -22725,6 +22745,10 @@ declare namespace Office {
|
|
|
22725
22745
|
* - In Outlook on the web, on Windows, and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
|
|
22726
22746
|
* If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
|
|
22727
22747
|
*
|
|
22748
|
+
* - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
|
|
22749
|
+
* Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
|
|
22750
|
+
* **Beta Channel** option to access Office beta builds.
|
|
22751
|
+
*
|
|
22728
22752
|
* - In Outlook on Android and on iOS, the `addAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `addAsync` method isn't
|
|
22729
22753
|
* supported when a user replies from the the reply field at the bottom of a message.
|
|
22730
22754
|
*
|
|
@@ -22759,6 +22783,8 @@ declare namespace Office {
|
|
|
22759
22783
|
*
|
|
22760
22784
|
* - Windows ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), web browser, Mac (classic UI): 500 recipients
|
|
22761
22785
|
*
|
|
22786
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
22787
|
+
*
|
|
22762
22788
|
* - Android, iOS: 100 recipients
|
|
22763
22789
|
*
|
|
22764
22790
|
* - Mac (new UI): No limit
|
|
@@ -22813,6 +22839,8 @@ declare namespace Office {
|
|
|
22813
22839
|
*
|
|
22814
22840
|
* - Windows ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), web browser, Mac (classic UI): 500 recipients
|
|
22815
22841
|
*
|
|
22842
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
22843
|
+
*
|
|
22816
22844
|
* - Android, iOS: 100 recipients
|
|
22817
22845
|
*
|
|
22818
22846
|
* - Mac (new UI): No limit
|
|
@@ -22867,6 +22895,10 @@ declare namespace Office {
|
|
|
22867
22895
|
* - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
|
|
22868
22896
|
* If you need to add more recipients after setting 100 recipients, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
|
|
22869
22897
|
*
|
|
22898
|
+
* - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
|
|
22899
|
+
* Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
|
|
22900
|
+
* **Beta Channel** option to access Office beta builds.
|
|
22901
|
+
*
|
|
22870
22902
|
* - In Outlook on Android and on iOS, the `setAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `setAsync` method isn't
|
|
22871
22903
|
* supported when a user replies from the the reply field at the bottom of a message.
|
|
22872
22904
|
*
|
|
@@ -22909,6 +22941,10 @@ declare namespace Office {
|
|
|
22909
22941
|
* - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
|
|
22910
22942
|
* If you need to add more recipients after setting 100 recipients, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
|
|
22911
22943
|
*
|
|
22944
|
+
* - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
|
|
22945
|
+
* Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
|
|
22946
|
+
* **Beta Channel** option to access Office beta builds.
|
|
22947
|
+
*
|
|
22912
22948
|
* - In Outlook on Android and on iOS, the `setAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `setAsync` method isn't
|
|
22913
22949
|
* supported when a user replies from the the reply field at the bottom of a message.
|
|
22914
22950
|
*
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.665",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "9d5caf7a12718e4d8b4f55c25d41dbeddb3123d3bdf5c851570c053f5d89431d",
|
|
50
50
|
"typeScriptVersion": "5.2",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|