@types/office-js 1.0.370 → 1.0.372
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 +1 -1
- office-js/index.d.ts +23 -18
- office-js/package.json +2 -2
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: Thu,
|
|
11
|
+
* Last updated: Thu, 08 Feb 2024 22:06:43 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -12749,14 +12749,13 @@ declare namespace Office {
|
|
|
12749
12749
|
*
|
|
12750
12750
|
* - In Outlook on the web, `setSignatureAsync` only works on messages.
|
|
12751
12751
|
*
|
|
12752
|
-
* - This method is supported in Message Compose on Outlook on Android
|
|
12753
|
-
* rolled out. For a sample scenario, see
|
|
12752
|
+
* - 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
|
|
12754
12753
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/mobile-event-based | Implement event-based activation in Outlook mobile add-ins}.
|
|
12755
12754
|
* To learn more about APIs supported in Outlook mobile, see
|
|
12756
12755
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
12757
12756
|
*
|
|
12758
12757
|
* - The behavior of `setSignatureAsync` differs if you call it in the event handler of an add-in that implements the
|
|
12759
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation feature using
|
|
12758
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation feature using LaunchEvent in the manifest}.
|
|
12760
12759
|
* When the user composes a new item (including reply or forward), the signature is set but doesn't modify the form. This means
|
|
12761
12760
|
* if the user closes the form without making other edits, they won't be prompted to save changes.
|
|
12762
12761
|
*
|
|
@@ -12789,14 +12788,13 @@ declare namespace Office {
|
|
|
12789
12788
|
*
|
|
12790
12789
|
* - In Outlook on the web, `setSignatureAsync` only works on messages.
|
|
12791
12790
|
*
|
|
12792
|
-
* - This method is supported in Message Compose on Outlook on Android
|
|
12793
|
-
* rolled out. For a sample scenario, see
|
|
12791
|
+
* - 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
|
|
12794
12792
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/mobile-event-based | Implement event-based activation in Outlook mobile add-ins}.
|
|
12795
12793
|
* To learn more about APIs supported in Outlook mobile, see
|
|
12796
12794
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
12797
12795
|
*
|
|
12798
12796
|
* - The behavior of `setSignatureAsync` differs if you call it in the event handler of an add-in that implements the
|
|
12799
|
-
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation feature using
|
|
12797
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation feature using LaunchEvent in the manifest}.
|
|
12800
12798
|
* When the user composes a new item (including reply or forward), the signature is set but doesn't modify the form. This means
|
|
12801
12799
|
* if the user closes the form without making other edits, they won't be prompted to save changes.
|
|
12802
12800
|
*
|
|
@@ -15875,8 +15873,8 @@ declare namespace Office {
|
|
|
15875
15873
|
*
|
|
15876
15874
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
15877
15875
|
*
|
|
15878
|
-
* **Important**: This method is supported in Message Compose
|
|
15879
|
-
*
|
|
15876
|
+
* **Important**: This method is supported in Message Compose on Outlook on Android and on iOS starting in Version 4.2352.0.
|
|
15877
|
+
* For more information on supported APIs in Outlook mobile, see
|
|
15880
15878
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15881
15879
|
*
|
|
15882
15880
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
@@ -15905,8 +15903,8 @@ declare namespace Office {
|
|
|
15905
15903
|
*
|
|
15906
15904
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
15907
15905
|
*
|
|
15908
|
-
* **Important**: This method is supported in Message Compose
|
|
15909
|
-
*
|
|
15906
|
+
* **Important**: This method is supported in Message Compose on Outlook on Android and on iOS starting in Version 4.2352.0.
|
|
15907
|
+
* For more information on supported APIs in Outlook mobile, see
|
|
15910
15908
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15911
15909
|
*
|
|
15912
15910
|
* @param callback - Optional. When the method completes, the function passed in the callback parameter is called with a single parameter,
|
|
@@ -16016,7 +16014,7 @@ declare namespace Office {
|
|
|
16016
16014
|
*
|
|
16017
16015
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
16018
16016
|
*
|
|
16019
|
-
* **Important**: This method is supported in Outlook on Android
|
|
16017
|
+
* **Important**: This method is supported in Outlook on Android and on iOS starting in Version 4.2352.0.
|
|
16020
16018
|
* For more information on supported APIs in Outlook mobile, see
|
|
16021
16019
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16022
16020
|
*
|
|
@@ -16041,7 +16039,7 @@ declare namespace Office {
|
|
|
16041
16039
|
*
|
|
16042
16040
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
16043
16041
|
*
|
|
16044
|
-
* **Important**: This method is supported in Outlook on Android
|
|
16042
|
+
* **Important**: This method is supported in Outlook on Android and on iOS starting in Version 4.2352.0.
|
|
16045
16043
|
* For more information on supported APIs in Outlook mobile, see
|
|
16046
16044
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
16047
16045
|
*
|
|
@@ -28566,7 +28564,7 @@ declare namespace Excel {
|
|
|
28566
28564
|
*/
|
|
28567
28565
|
lowerBound?: string;
|
|
28568
28566
|
/**
|
|
28569
|
-
* The substring used for `beginsWith`, `endsWith`, and `contains` filter conditions.
|
|
28567
|
+
* The substring used for the `beginsWith`, `endsWith`, and `contains` filter conditions.
|
|
28570
28568
|
*
|
|
28571
28569
|
* @remarks
|
|
28572
28570
|
* [Api set: ExcelApi 1.12]
|
|
@@ -32379,7 +32377,7 @@ declare namespace Excel {
|
|
|
32379
32377
|
* @param skipBlanks True if to skip blank cells in the source range. Default is false.
|
|
32380
32378
|
* @param transpose True if to transpose the cells in the destination range. Default is false.
|
|
32381
32379
|
*/
|
|
32382
|
-
copyFrom(sourceRange: Range | RangeAreas | string, copyType?: "All" | "Formulas" | "Values" | "Formats", skipBlanks?: boolean, transpose?: boolean): void;
|
|
32380
|
+
copyFrom(sourceRange: Range | RangeAreas | string, copyType?: "All" | "Formulas" | "Values" | "Formats" | "Link", skipBlanks?: boolean, transpose?: boolean): void;
|
|
32383
32381
|
/**
|
|
32384
32382
|
* Deletes the cells associated with the range.
|
|
32385
32383
|
*
|
|
@@ -32509,7 +32507,7 @@ declare namespace Excel {
|
|
|
32509
32507
|
getColumnsBefore(count?: number): Excel.Range;
|
|
32510
32508
|
/**
|
|
32511
32509
|
* Returns a `WorkbookRangeAreas` object that represents the range containing all the dependent cells of a specified range in the same worksheet or across multiple worksheets.
|
|
32512
|
-
*
|
|
32510
|
+
*
|
|
32513
32511
|
* @remarks
|
|
32514
32512
|
* [Api set: ExcelApi 1.15]
|
|
32515
32513
|
*/
|
|
@@ -33282,7 +33280,7 @@ declare namespace Excel {
|
|
|
33282
33280
|
* @param skipBlanks True if to skip blank cells in the source range or `RangeAreas`. Default is false.
|
|
33283
33281
|
* @param transpose True if to transpose the cells in the destination `RangeAreas`. Default is false.
|
|
33284
33282
|
*/
|
|
33285
|
-
copyFrom(sourceRange: Range | RangeAreas | string, copyType?: "All" | "Formulas" | "Values" | "Formats", skipBlanks?: boolean, transpose?: boolean): void;
|
|
33283
|
+
copyFrom(sourceRange: Range | RangeAreas | string, copyType?: "All" | "Formulas" | "Values" | "Formats" | "Link", skipBlanks?: boolean, transpose?: boolean): void;
|
|
33286
33284
|
/**
|
|
33287
33285
|
* 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").
|
|
33288
33286
|
*
|
|
@@ -54291,6 +54289,8 @@ declare namespace Excel {
|
|
|
54291
54289
|
textAsNumber = "TextAsNumber"
|
|
54292
54290
|
}
|
|
54293
54291
|
/**
|
|
54292
|
+
* Represents the ordering method to be used when sorting Chinese characters.
|
|
54293
|
+
*
|
|
54294
54294
|
* @remarks
|
|
54295
54295
|
* [Api set: ExcelApi 1.2]
|
|
54296
54296
|
*/
|
|
@@ -55726,7 +55726,12 @@ declare namespace Excel {
|
|
|
55726
55726
|
* @remarks
|
|
55727
55727
|
* [Api set: ExcelApi 1.9]
|
|
55728
55728
|
*/
|
|
55729
|
-
formats = "Formats"
|
|
55729
|
+
formats = "Formats",
|
|
55730
|
+
/**
|
|
55731
|
+
* @remarks
|
|
55732
|
+
* [Api set: ExcelApiOnline 1.1]
|
|
55733
|
+
*/
|
|
55734
|
+
link = "Link",
|
|
55730
55735
|
}
|
|
55731
55736
|
/**
|
|
55732
55737
|
* @remarks
|
|
@@ -57499,7 +57504,7 @@ declare namespace Excel {
|
|
|
57499
57504
|
/**
|
|
57500
57505
|
* Creates and activates a new temporary sheet view.
|
|
57501
57506
|
Temporary views are removed when closing the application, exiting the temporary view with the exit method, or switching to another sheet view.
|
|
57502
|
-
The temporary sheet view can also be
|
|
57507
|
+
The temporary sheet view can also be accessed with the empty string (""), if the temporary view exists.
|
|
57503
57508
|
*
|
|
57504
57509
|
* @remarks
|
|
57505
57510
|
* [Api set: ExcelApiOnline 1.1]
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.372",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "dfc0a2df4c4681cade20f09cd71893ee95b881e244296ecd68d2796b75cd7f76",
|
|
49
49
|
"typeScriptVersion": "4.6"
|
|
50
50
|
}
|