@types/office-js-preview 1.0.449 → 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 +29 -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: Thu,
|
|
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
|
*
|
|
@@ -30738,7 +30736,7 @@ declare namespace Excel {
|
|
|
30738
30736
|
*/
|
|
30739
30737
|
lowerBound?: string;
|
|
30740
30738
|
/**
|
|
30741
|
-
* The substring used for `beginsWith`, `endsWith`, and `contains` filter conditions.
|
|
30739
|
+
* The substring used for the `beginsWith`, `endsWith`, and `contains` filter conditions.
|
|
30742
30740
|
*
|
|
30743
30741
|
* @remarks
|
|
30744
30742
|
* [Api set: ExcelApi 1.12]
|
|
@@ -35859,7 +35857,7 @@ declare namespace Excel {
|
|
|
35859
35857
|
* @param skipBlanks True if to skip blank cells in the source range. Default is false.
|
|
35860
35858
|
* @param transpose True if to transpose the cells in the destination range. Default is false.
|
|
35861
35859
|
*/
|
|
35862
|
-
copyFrom(sourceRange: Range | RangeAreas | string, copyType?: "All" | "Formulas" | "Values" | "Formats" | "Link", skipBlanks?: boolean, transpose?: boolean): void;
|
|
35860
|
+
copyFrom(sourceRange: Range | RangeAreas | string, copyType?: "All" | "Formulas" | "Values" | "Formats" | "Link" | "ColumnWidths", skipBlanks?: boolean, transpose?: boolean): void;
|
|
35863
35861
|
/**
|
|
35864
35862
|
* Deletes the cells associated with the range.
|
|
35865
35863
|
*
|
|
@@ -36762,7 +36760,7 @@ declare namespace Excel {
|
|
|
36762
36760
|
* @param skipBlanks True if to skip blank cells in the source range or `RangeAreas`. Default is false.
|
|
36763
36761
|
* @param transpose True if to transpose the cells in the destination `RangeAreas`. Default is false.
|
|
36764
36762
|
*/
|
|
36765
|
-
copyFrom(sourceRange: Range | RangeAreas | string, copyType?: "All" | "Formulas" | "Values" | "Formats" | "Link", skipBlanks?: boolean, transpose?: boolean): void;
|
|
36763
|
+
copyFrom(sourceRange: Range | RangeAreas | string, copyType?: "All" | "Formulas" | "Values" | "Formats" | "Link" | "ColumnWidths", skipBlanks?: boolean, transpose?: boolean): void;
|
|
36766
36764
|
/**
|
|
36767
36765
|
* Returns a `RangeAreas` object that represents the entire columns of the `RangeAreas` (for example, if the current `RangeAreas` represents cells "B4:E11, H2", it returns a `RangeAreas` that represents columns "B:E, H:H").
|
|
36768
36766
|
*
|
|
@@ -58369,6 +58367,8 @@ declare namespace Excel {
|
|
|
58369
58367
|
textAsNumber = "TextAsNumber"
|
|
58370
58368
|
}
|
|
58371
58369
|
/**
|
|
58370
|
+
* Represents the ordering method to be used when sorting Chinese characters.
|
|
58371
|
+
*
|
|
58372
58372
|
* @remarks
|
|
58373
58373
|
* [Api set: ExcelApi 1.2]
|
|
58374
58374
|
*/
|
|
@@ -58856,6 +58856,13 @@ declare namespace Excel {
|
|
|
58856
58856
|
* @beta
|
|
58857
58857
|
*/
|
|
58858
58858
|
worksheetRowHeightChanged = "WorksheetRowHeightChanged",
|
|
58859
|
+
/**
|
|
58860
|
+
* WorkbookFormulaReferenceStyleChanged represents the type of event registered when the formula reference style has changed on a workbook.
|
|
58861
|
+
* @remarks
|
|
58862
|
+
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
58863
|
+
* @beta
|
|
58864
|
+
*/
|
|
58865
|
+
workbookFormulaReferenceStyleChanged = "WorkbookFormulaReferenceStyleChanged",
|
|
58859
58866
|
/**
|
|
58860
58867
|
* RangeValuesPreviewDismissed represents the type of event registered when a RangeValuePreview is dismissed.
|
|
58861
58868
|
* @remarks
|
|
@@ -59824,11 +59831,16 @@ declare namespace Excel {
|
|
|
59824
59831
|
* [Api set: ExcelApi 1.9]
|
|
59825
59832
|
*/
|
|
59826
59833
|
formats = "Formats",
|
|
59834
|
+
/**
|
|
59835
|
+
* @remarks
|
|
59836
|
+
* [Api set: ExcelApiOnline 1.1]
|
|
59837
|
+
*/
|
|
59838
|
+
link = "Link",
|
|
59827
59839
|
/**
|
|
59828
59840
|
* @remarks
|
|
59829
59841
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
59830
59842
|
*/
|
|
59831
|
-
|
|
59843
|
+
columnWidths = "ColumnWidths"
|
|
59832
59844
|
}
|
|
59833
59845
|
/**
|
|
59834
59846
|
* @remarks
|
|
@@ -61601,7 +61613,7 @@ declare namespace Excel {
|
|
|
61601
61613
|
/**
|
|
61602
61614
|
* Creates and activates a new temporary sheet view.
|
|
61603
61615
|
Temporary views are removed when closing the application, exiting the temporary view with the exit method, or switching to another sheet view.
|
|
61604
|
-
The temporary sheet view can also be
|
|
61616
|
+
The temporary sheet view can also be accessed with the empty string (""), if the temporary view exists.
|
|
61605
61617
|
*
|
|
61606
61618
|
* @remarks
|
|
61607
61619
|
* [Api set: ExcelApiOnline 1.1]
|
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
|
}
|