@types/office-js-preview 1.0.450 → 1.0.451
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 +10 -12
- 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:
|
|
11
|
+
* Last updated: Thu, 08 Feb 2024 22:06:43 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -13012,14 +13012,13 @@ declare namespace Office {
|
|
|
13012
13012
|
*
|
|
13013
13013
|
* - In Outlook on the web, `setSignatureAsync` only works on messages.
|
|
13014
13014
|
*
|
|
13015
|
-
* - This method is supported in Message Compose on Outlook on Android
|
|
13016
|
-
* rolled out. For a sample scenario, see
|
|
13015
|
+
* - This method is supported in Message Compose on Outlook on Android and on iOS starting in Version 4.2352.0. For a sample scenario, see
|
|
13017
13016
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/mobile-event-based | Implement event-based activation in Outlook mobile add-ins}.
|
|
13018
13017
|
* To learn more about APIs supported in Outlook mobile, see
|
|
13019
13018
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
13020
13019
|
*
|
|
13021
13020
|
* - The behavior of `setSignatureAsync` differs if you call it in the event handler of an add-in that implements the
|
|
13022
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation feature using
|
|
13021
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation feature using LaunchEvent in the manifest}.
|
|
13023
13022
|
* When the user composes a new item (including reply or forward), the signature is set but doesn't modify the form. This means
|
|
13024
13023
|
* if the user closes the form without making other edits, they won't be prompted to save changes.
|
|
13025
13024
|
*
|
|
@@ -13052,14 +13051,13 @@ declare namespace Office {
|
|
|
13052
13051
|
*
|
|
13053
13052
|
* - In Outlook on the web, `setSignatureAsync` only works on messages.
|
|
13054
13053
|
*
|
|
13055
|
-
* - This method is supported in Message Compose on Outlook on Android
|
|
13056
|
-
* rolled out. For a sample scenario, see
|
|
13054
|
+
* - This method is supported in Message Compose on Outlook on Android and on iOS starting in Version 4.2352.0. For a sample scenario, see
|
|
13057
13055
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/mobile-event-based | Implement event-based activation in Outlook mobile add-ins}.
|
|
13058
13056
|
* To learn more about APIs supported in Outlook mobile, see
|
|
13059
13057
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
13060
13058
|
*
|
|
13061
13059
|
* - The behavior of `setSignatureAsync` differs if you call it in the event handler of an add-in that implements the
|
|
13062
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation feature using
|
|
13060
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation feature using LaunchEvent in the manifest}.
|
|
13063
13061
|
* When the user composes a new item (including reply or forward), the signature is set but doesn't modify the form. This means
|
|
13064
13062
|
* if the user closes the form without making other edits, they won't be prompted to save changes.
|
|
13065
13063
|
*
|
|
@@ -16405,8 +16403,8 @@ declare namespace Office {
|
|
|
16405
16403
|
*
|
|
16406
16404
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
16407
16405
|
*
|
|
16408
|
-
* **Important**: This method is supported in Message Compose
|
|
16409
|
-
*
|
|
16406
|
+
* **Important**: This method is supported in Message Compose on Outlook on Android and on iOS starting in Version 4.2352.0.
|
|
16407
|
+
* For more information on supported APIs in Outlook mobile, see
|
|
16410
16408
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16411
16409
|
*
|
|
16412
16410
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
@@ -16435,8 +16433,8 @@ declare namespace Office {
|
|
|
16435
16433
|
*
|
|
16436
16434
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
16437
16435
|
*
|
|
16438
|
-
* **Important**: This method is supported in Message Compose
|
|
16439
|
-
*
|
|
16436
|
+
* **Important**: This method is supported in Message Compose on Outlook on Android and on iOS starting in Version 4.2352.0.
|
|
16437
|
+
* For more information on supported APIs in Outlook mobile, see
|
|
16440
16438
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16441
16439
|
*
|
|
16442
16440
|
* @param callback - Optional. When the method completes, the function passed in the callback parameter is called with a single parameter,
|
|
@@ -16546,7 +16544,7 @@ declare namespace Office {
|
|
|
16546
16544
|
*
|
|
16547
16545
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
16548
16546
|
*
|
|
16549
|
-
* **Important**: This method is supported in Outlook on Android
|
|
16547
|
+
* **Important**: This method is supported in Outlook on Android and on iOS starting in Version 4.2352.0.
|
|
16550
16548
|
* For more information on supported APIs in Outlook mobile, see
|
|
16551
16549
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16552
16550
|
*
|
|
@@ -16571,7 +16569,7 @@ declare namespace Office {
|
|
|
16571
16569
|
*
|
|
16572
16570
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
16573
16571
|
*
|
|
16574
|
-
* **Important**: This method is supported in Outlook on Android
|
|
16572
|
+
* **Important**: This method is supported in Outlook on Android and on iOS starting in Version 4.2352.0.
|
|
16575
16573
|
* For more information on supported APIs in Outlook mobile, see
|
|
16576
16574
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16577
16575
|
*
|
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.451",
|
|
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": "67fdd2c1d675174f079d74bef663aaab67ecd18f21046e00e7ce6bacc386c92f",
|
|
49
49
|
"typeScriptVersion": "4.6",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|