@types/office-js 1.0.403 → 1.0.405

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/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for office-js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 17 Jul 2024 22:36:40 GMT
11
+ * Last updated: Thu, 18 Jul 2024 20:36:05 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/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
  *
@@ -17350,11 +17350,11 @@ declare namespace Office {
17350
17350
  * The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
17351
17351
  * each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
17352
17352
  *
17353
- * - Windows: 500 recipients
17353
+ * - classic Windows: 500 recipients
17354
17354
  *
17355
17355
  * - Android, classic Mac UI, iOS: 100 recipients
17356
17356
  *
17357
- * - Web browser: 20 recipients
17357
+ * - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
17358
17358
  *
17359
17359
  * - New Mac UI: No limit
17360
17360
  *
@@ -17662,11 +17662,11 @@ declare namespace Office {
17662
17662
  * The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
17663
17663
  * each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
17664
17664
  *
17665
- * - Windows: 500 recipients
17665
+ * - classic Windows: 500 recipients
17666
17666
  *
17667
17667
  * - Android, classic Mac UI, iOS: 100 recipients
17668
17668
  *
17669
- * - Web browser: 20 recipients
17669
+ * - Web browser, new Outlook: 20 recipients (collapsed view), 500 recipients (expanded view)
17670
17670
  *
17671
17671
  * - New Mac UI: No limit
17672
17672
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.403",
3
+ "version": "1.0.405",
4
4
  "description": "TypeScript definitions for office-js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "73f5aed3bcdb2e3f7f30b3a200189ccf4d5cd4598244af75b7df50223fee6689",
48
+ "typesPublisherContentHash": "7ae2399d1ef2e8a2adece358b14552bdd854b0b2e08be6ec548a6aa78302d959",
49
49
  "typeScriptVersion": "4.8"
50
50
  }