@types/office-js-preview 1.0.459 → 1.0.460
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
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: Tue, 02 Apr 2024 15:35:41 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -91492,7 +91492,7 @@ declare namespace Word {
|
|
|
91492
91492
|
*
|
|
91493
91493
|
* @param contentControlState State to be set.
|
|
91494
91494
|
*/
|
|
91495
|
-
setState(contentControlState: "Error"): void;
|
|
91495
|
+
setState(contentControlState: "Error" | "Warning"): void;
|
|
91496
91496
|
/**
|
|
91497
91497
|
* Splits the content control into child ranges by using delimiters.
|
|
91498
91498
|
*
|
|
@@ -99689,6 +99689,13 @@ declare namespace Word {
|
|
|
99689
99689
|
* @beta
|
|
99690
99690
|
*/
|
|
99691
99691
|
error = "Error",
|
|
99692
|
+
/**
|
|
99693
|
+
* Warning state.
|
|
99694
|
+
* @remarks
|
|
99695
|
+
* [Api set: WordApi BETA (PREVIEW ONLY)]
|
|
99696
|
+
* @beta
|
|
99697
|
+
*/
|
|
99698
|
+
warning = "Warning",
|
|
99692
99699
|
}
|
|
99693
99700
|
/**
|
|
99694
99701
|
* The supported styles for underline format.
|
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.460",
|
|
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": "6d8437911871583e8bced0e12e47bd0f255cabdceb85e0373a27f7dd6845ef9b",
|
|
49
49
|
"typeScriptVersion": "4.7",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|