@types/office-js 1.0.433 → 1.0.434

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: Tue, 01 Oct 2024 17:37:08 GMT
11
+ * Last updated: Mon, 07 Oct 2024 22:07:58 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -5473,6 +5473,8 @@ declare namespace Office {
5473
5473
  *
5474
5474
  * - If the `messageOptions` parameter is used, {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/dialog-origin-requirement-sets | DialogOrigin 1.1} is also required.
5475
5475
  *
5476
+ * Although classic Outlook on Mac doesn't support Mailbox 1.9, it does support DialogApi 1.2.
5477
+ *
5476
5478
  * @param message Accepts a message from the host page to deliver to the dialog. Anything that can be serialized to a string, including JSON and XML, can be sent.
5477
5479
  * @param messageOptions Optional. Provides options for how to send the message.
5478
5480
  */
@@ -8630,18 +8632,22 @@ declare namespace Office {
8630
8632
  */
8631
8633
  displayDialogAsync(startAddress: string, callback?: (result: AsyncResult<Dialog>) => void): void;
8632
8634
  /**
8633
- * Delivers a message from the dialog box to its parent/opener page.
8634
- *
8635
+ * Delivers a message from the dialog box to its parent/opener page.
8636
+ *
8635
8637
  * @remarks
8636
- *
8637
- * **Requirement sets**:
8638
- *
8638
+ *
8639
+ * **Applications**: Excel, Outlook, PowerPoint, Word
8640
+ *
8641
+ * **Requirement sets**:
8642
+ *
8639
8643
  * - {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/dialog-api-requirement-sets | DialogApi}
8640
- *
8644
+ *
8645
+ * - {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets | Mailbox 1.4}
8646
+ *
8641
8647
  * - If the `messageOptions` parameter is used, {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/dialog-origin-requirement-sets | DialogOrigin 1.1} is also required.
8642
- *
8643
- * @param message Accepts a message from the dialog to deliver to the add-in. Anything that can serialized to a string including JSON and XML can be sent.
8644
- * @param messageOptions Optional. Provides options for how to send the message.
8648
+ *
8649
+ * @param message Accepts a message from the dialog to deliver to the add-in. Anything that can serialized to a string including JSON and XML can be sent.
8650
+ * @param messageOptions Optional. Provides options for how to send the message.
8645
8651
  */
8646
8652
  messageParent(message: string, messageOptions?: DialogMessageOptions): void;
8647
8653
  /**
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.433",
3
+ "version": "1.0.434",
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": "dca5efb601febcad051033c7b184eb81f708269124d4357f37bcee717f0cb171",
48
+ "typesPublisherContentHash": "3f9986d01e9ec5df657d71f8ad34614418e48888546ec20932e7b942cc67e148",
49
49
  "typeScriptVersion": "4.8"
50
50
  }