@types/office-js-preview 1.0.510 → 1.0.512
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 -26
- 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 Sep 2024 17:36:54 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -13761,10 +13761,12 @@ declare namespace Office {
|
|
|
13761
13761
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13762
13762
|
*
|
|
13763
13763
|
* **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
|
|
13764
|
-
* This allows the message to be sent even if the Outlook client isn't running.
|
|
13764
|
+
* This allows the message to be sent even if the Outlook client isn't running. In classic Outlook on Windows, the message doesn't appear in the
|
|
13765
13765
|
* **Outbox** folder, so you won't be able to edit the message or cancel its delivery after selecting **Send**. You'll only be able to review
|
|
13766
|
-
* the
|
|
13767
|
-
* {@link https://
|
|
13766
|
+
* the message from the **Sent Items** folder. In Outlook on the web, on Mac, and in
|
|
13767
|
+
* {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows}, the message appears in the **Drafts** folder
|
|
13768
|
+
* until the scheduled delivery time. While it's in the **Drafts** folder, you'll be able to edit the message before it's sent.
|
|
13769
|
+
* To learn more, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
|
|
13768
13770
|
*
|
|
13769
13771
|
* **Errors**:
|
|
13770
13772
|
*
|
|
@@ -13788,10 +13790,12 @@ declare namespace Office {
|
|
|
13788
13790
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
|
|
13789
13791
|
*
|
|
13790
13792
|
* **Important**: When `item.delayDeliveryTime.setAsync` is used to schedule the delivery of a message, the delay is processed on the server.
|
|
13791
|
-
* This allows the message to be sent even if the Outlook client isn't running.
|
|
13793
|
+
* This allows the message to be sent even if the Outlook client isn't running. In classic Outlook on Windows, the message doesn't appear in the
|
|
13792
13794
|
* **Outbox** folder, so you won't be able to edit the message or cancel its delivery after selecting **Send**. You'll only be able to review
|
|
13793
|
-
* the
|
|
13794
|
-
* {@link https://
|
|
13795
|
+
* the message from the **Sent Items** folder. In Outlook on the web, on Mac, and in
|
|
13796
|
+
* {@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new Outlook on Windows}, the message appears in the **Drafts** folder
|
|
13797
|
+
* until the scheduled delivery time. While it's in the **Drafts** folder, you'll be able to edit the message before it's sent.
|
|
13798
|
+
* To learn more, see {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delay-delivery | Manage the delivery date and time of a message}.
|
|
13795
13799
|
*
|
|
13796
13800
|
* **Errors**:
|
|
13797
13801
|
*
|
|
@@ -59667,14 +59671,6 @@ declare namespace Excel {
|
|
|
59667
59671
|
* @beta
|
|
59668
59672
|
*/
|
|
59669
59673
|
workbookFormulaReferenceStyleChanged = "WorkbookFormulaReferenceStyleChanged",
|
|
59670
|
-
/**
|
|
59671
|
-
* Deprecated
|
|
59672
|
-
VbaRecorderRecordingChanged represents the type of event registered when the VBA recording output changes.
|
|
59673
|
-
* @remarks
|
|
59674
|
-
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
59675
|
-
* @beta
|
|
59676
|
-
*/
|
|
59677
|
-
vbaRecorderRecordingChanged = "VbaRecorderRecordingChanged",
|
|
59678
59674
|
/**
|
|
59679
59675
|
* RangeValuesPreviewDismissed represents the type of event registered when a RangeValuePreview is dismissed.
|
|
59680
59676
|
* @remarks
|
|
@@ -59687,18 +59683,6 @@ declare namespace Excel {
|
|
|
59687
59683
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
59688
59684
|
*/
|
|
59689
59685
|
annotationAdded = "AnnotationAdded",
|
|
59690
|
-
/**
|
|
59691
|
-
* Workbook Action Recorded represents the type of event registered when the workbook records an action.
|
|
59692
|
-
* @remarks
|
|
59693
|
-
* [Api set: Recorder 1.1]
|
|
59694
|
-
*/
|
|
59695
|
-
workbookActionRecorded = "WorkbookActionRecorded",
|
|
59696
|
-
/**
|
|
59697
|
-
* VbaRecorderRecordingChanged represents the type of event registered when the VBA recording output changes.
|
|
59698
|
-
* @remarks
|
|
59699
|
-
* [Api set: Recorder 1.1]
|
|
59700
|
-
*/
|
|
59701
|
-
vbaRecorderRecordingChanged2 = "VbaRecorderRecordingChanged2"
|
|
59702
59686
|
}
|
|
59703
59687
|
/**
|
|
59704
59688
|
* @remarks
|
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.512",
|
|
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": "fb5cb5c589d2ac03782ac23671cc653c712a224399931c9aa06ae4af50a10d21",
|
|
49
49
|
"typeScriptVersion": "4.8",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|