@types/office-js-preview 1.0.486 → 1.0.488
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
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:
|
|
11
|
+
* Last updated: Thu, 18 Jul 2024 20:36:05 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -3174,7 +3174,7 @@ declare namespace Office {
|
|
|
3174
3174
|
*/
|
|
3175
3175
|
getShortcuts(): Promise<{[actionId: string]: string|null}>;
|
|
3176
3176
|
/**
|
|
3177
|
-
* Checks if a set of shortcut combinations are currently in use for the user, as defined by another add-in or by the Office application.
|
|
3177
|
+
* Checks if a set of shortcut combinations are currently in use for the user, as defined by another add-in or by the Office application. For more information, see {@link https://learn.microsoft.com/office/dev/add-ins/design/keyboard-shortcuts | Add custom keyboard shortcuts to your Office Add-ins}.
|
|
3178
3178
|
*
|
|
3179
3179
|
* @remarks
|
|
3180
3180
|
*
|
|
@@ -17575,11 +17575,11 @@ declare namespace Office {
|
|
|
17575
17575
|
* The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
17576
17576
|
* each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
|
|
17577
17577
|
*
|
|
17578
|
-
* - Windows: 500 recipients
|
|
17578
|
+
* - classic Windows: 500 recipients
|
|
17579
17579
|
*
|
|
17580
17580
|
* - Android, classic Mac UI, iOS: 100 recipients
|
|
17581
17581
|
*
|
|
17582
|
-
* - Web browser: 20 recipients
|
|
17582
|
+
* - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
|
|
17583
17583
|
*
|
|
17584
17584
|
* - New Mac UI: No limit
|
|
17585
17585
|
*
|
|
@@ -17900,11 +17900,11 @@ declare namespace Office {
|
|
|
17900
17900
|
* The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
17901
17901
|
* each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
|
|
17902
17902
|
*
|
|
17903
|
-
* - Windows: 500 recipients
|
|
17903
|
+
* - classic Windows: 500 recipients
|
|
17904
17904
|
*
|
|
17905
17905
|
* - Android, classic Mac UI, iOS: 100 recipients
|
|
17906
17906
|
*
|
|
17907
|
-
* - Web browser: 20 recipients
|
|
17907
|
+
* - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
|
|
17908
17908
|
*
|
|
17909
17909
|
* - New Mac UI: No limit
|
|
17910
17910
|
*
|
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.488",
|
|
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",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "8a76f223a2dc7465a8c99453e3bcef9f32c7d2870d1151ec8ad19471c88ebf12",
|
|
49
49
|
"typeScriptVersion": "4.8",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|