@types/office-js-preview 1.0.425 → 1.0.427
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 +52 -17
- 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: Wed, 25 Oct 2023 20:43:32 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -2011,14 +2011,49 @@ declare namespace Office {
|
|
|
2011
2011
|
*
|
|
2012
2012
|
* @remarks
|
|
2013
2013
|
*
|
|
2014
|
-
*
|
|
2015
|
-
*
|
|
2016
|
-
*
|
|
2017
|
-
*
|
|
2018
|
-
*
|
|
2019
|
-
*
|
|
2020
|
-
*
|
|
2021
|
-
*
|
|
2014
|
+
* *Supported applications, by platform*
|
|
2015
|
+
* <table>
|
|
2016
|
+
* <tr>
|
|
2017
|
+
* <th></th>
|
|
2018
|
+
* <th>Office on Windows</th>
|
|
2019
|
+
* <th>Office on the web</th>
|
|
2020
|
+
* <th>Office on Mac</th>
|
|
2021
|
+
* <th>Office on iOS</th>
|
|
2022
|
+
* <th>Office on Android</th>
|
|
2023
|
+
* </tr>
|
|
2024
|
+
* <tr>
|
|
2025
|
+
* <td><strong>Excel</strong></td>
|
|
2026
|
+
* <td>Supported</td>
|
|
2027
|
+
* <td>Not available</td>
|
|
2028
|
+
* <td>Supported</td>
|
|
2029
|
+
* <td>Supported</td>
|
|
2030
|
+
* <td>Not available</td>
|
|
2031
|
+
* </tr>
|
|
2032
|
+
* <tr>
|
|
2033
|
+
* <td><strong>Outlook</strong></td>
|
|
2034
|
+
* <td>Preview</td>
|
|
2035
|
+
* <td>Not available</td>
|
|
2036
|
+
* <td>Not available</td>
|
|
2037
|
+
* <td>Not available</td>
|
|
2038
|
+
* <td>Not available</td>
|
|
2039
|
+
* </tr>
|
|
2040
|
+
* <tr>
|
|
2041
|
+
* <td><strong>PowerPoint</strong></td>
|
|
2042
|
+
* <td>Supported</td>
|
|
2043
|
+
* <td>Not available</td>
|
|
2044
|
+
* <td>Supported</td>
|
|
2045
|
+
* <td>Supported</td>
|
|
2046
|
+
* <td>Not available</td>
|
|
2047
|
+
* </tr>
|
|
2048
|
+
* <tr>
|
|
2049
|
+
* <td><strong>Word</strong></td>
|
|
2050
|
+
* <td>Supported</td>
|
|
2051
|
+
* <td>Supported</td>
|
|
2052
|
+
* <td>Supported</td>
|
|
2053
|
+
* <td>Supported</td>
|
|
2054
|
+
* <td>Not available</td>
|
|
2055
|
+
* </tr>
|
|
2056
|
+
* </table>
|
|
2022
2057
|
*/
|
|
2023
2058
|
interface OfficeTheme {
|
|
2024
2059
|
/**
|
|
@@ -9702,11 +9737,11 @@ declare namespace Office {
|
|
|
9702
9737
|
Beta = "beta"
|
|
9703
9738
|
}
|
|
9704
9739
|
/**
|
|
9705
|
-
* Specifies the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
9740
|
+
* Specifies the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events#available-send-mode-options | send mode option}
|
|
9706
9741
|
* that overrides the option set in the manifest at runtime.
|
|
9707
9742
|
*
|
|
9708
9743
|
* For information on how to implement a Smart Alerts add-in, see
|
|
9709
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
9744
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Handle OnMessageSend and OnAppointmentSend events in your Outlook add-in with Smart Alerts}.
|
|
9710
9745
|
*
|
|
9711
9746
|
* @remarks
|
|
9712
9747
|
* [Api set: Mailbox preview]
|
|
@@ -9718,7 +9753,7 @@ declare namespace Office {
|
|
|
9718
9753
|
enum SendModeOverride {
|
|
9719
9754
|
/**
|
|
9720
9755
|
* Provides the **Send Anyway** option in a Smart Alerts dialog when the mail item doesn't meet the conditions of the event-based add-in.
|
|
9721
|
-
* To learn more, see the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
9756
|
+
* To learn more, see the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events#prompt-user | **prompt user** send mode option}.
|
|
9722
9757
|
*
|
|
9723
9758
|
* @beta
|
|
9724
9759
|
*/
|
|
@@ -12550,7 +12585,7 @@ declare namespace Office {
|
|
|
12550
12585
|
*
|
|
12551
12586
|
* **Important**: When implementing `prependOnSendAsync`, keep the following in mind.
|
|
12552
12587
|
*
|
|
12553
|
-
* - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
12588
|
+
* - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in},
|
|
12554
12589
|
* the prepend-on-send feature runs first.
|
|
12555
12590
|
*
|
|
12556
12591
|
* - A new line is added after the prepended content.
|
|
@@ -12591,7 +12626,7 @@ declare namespace Office {
|
|
|
12591
12626
|
*
|
|
12592
12627
|
* **Important**: When implementing `prependOnSendAsync`, keep the following in mind.
|
|
12593
12628
|
*
|
|
12594
|
-
* - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
12629
|
+
* - In a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in},
|
|
12595
12630
|
* the prepend-on-send feature runs first.
|
|
12596
12631
|
*
|
|
12597
12632
|
* - A new line is added after the prepended content.
|
|
@@ -15225,7 +15260,7 @@ declare namespace Office {
|
|
|
15225
15260
|
/**
|
|
15226
15261
|
* The `MailboxEvent` object is passed as an argument to the event handler of an add-in that implements
|
|
15227
15262
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}, including
|
|
15228
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
15263
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts},
|
|
15229
15264
|
* or the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting | integrated spam-reporting feature}.
|
|
15230
15265
|
* It allows the add-in to signify to the Outlook client that it has completed processing an event.
|
|
15231
15266
|
*
|
|
@@ -19780,7 +19815,7 @@ declare namespace Office {
|
|
|
19780
19815
|
delegatePermissions: MailboxEnums.DelegatePermissions;
|
|
19781
19816
|
}
|
|
19782
19817
|
/**
|
|
19783
|
-
* Specifies the behavior of a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
19818
|
+
* Specifies the behavior of a {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events | Smart Alerts add-in}
|
|
19784
19819
|
* when it completes processing an `OnMessageSend` or `OnAppointmentSend` event.
|
|
19785
19820
|
*/
|
|
19786
19821
|
interface SmartAlertsEventCompletedOptions {
|
|
@@ -19883,7 +19918,7 @@ declare namespace Office {
|
|
|
19883
19918
|
/**
|
|
19884
19919
|
* When you use the {@link Office.MailboxEvent.completed | completed method} to signal completion of an event handler
|
|
19885
19920
|
* and set its `allowEvent` property to `false`, this property overrides the
|
|
19886
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
19921
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events#available-send-mode-options | send mode option}
|
|
19887
19922
|
* specified in the manifest at runtime.
|
|
19888
19923
|
*
|
|
19889
19924
|
* For an example, see the
|
|
@@ -19898,7 +19933,7 @@ declare namespace Office {
|
|
|
19898
19933
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
19899
19934
|
*
|
|
19900
19935
|
* **Important**: Currently, `sendModeOverride` can only be set to the
|
|
19901
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/
|
|
19936
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events#prompt-user | prompt user} option.
|
|
19902
19937
|
*
|
|
19903
19938
|
* @beta
|
|
19904
19939
|
*/
|
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.427",
|
|
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,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "849b79eed46928e266977c6ce39e5f7d30e1267e6e543d4b20a107322f98a5e4",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|