@types/office-js-preview 1.0.574 → 1.0.575
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, 25 Mar 2025 16:02:20 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -99061,8 +99061,7 @@ declare namespace Word {
|
|
|
99061
99061
|
* Specifies a value that indicates whether the font is tagged as hidden. True if the font is formatted as hidden text, otherwise, false.
|
|
99062
99062
|
*
|
|
99063
99063
|
* @remarks
|
|
99064
|
-
* [Api set:
|
|
99065
|
-
* @beta
|
|
99064
|
+
* [Api set: WordApiDesktop 1.2]
|
|
99066
99065
|
*/
|
|
99067
99066
|
hidden: boolean;
|
|
99068
99067
|
/**
|
|
@@ -111966,8 +111965,7 @@ declare namespace Word {
|
|
|
111966
111965
|
* Specifies a value that indicates whether the font is tagged as hidden. True if the font is formatted as hidden text, otherwise, false.
|
|
111967
111966
|
*
|
|
111968
111967
|
* @remarks
|
|
111969
|
-
* [Api set:
|
|
111970
|
-
* @beta
|
|
111968
|
+
* [Api set: WordApiDesktop 1.2]
|
|
111971
111969
|
*/
|
|
111972
111970
|
hidden?: boolean;
|
|
111973
111971
|
/**
|
|
@@ -114251,8 +114249,7 @@ declare namespace Word {
|
|
|
114251
114249
|
* Specifies a value that indicates whether the font is tagged as hidden. True if the font is formatted as hidden text, otherwise, false.
|
|
114252
114250
|
*
|
|
114253
114251
|
* @remarks
|
|
114254
|
-
* [Api set:
|
|
114255
|
-
* @beta
|
|
114252
|
+
* [Api set: WordApiDesktop 1.2]
|
|
114256
114253
|
*/
|
|
114257
114254
|
hidden?: boolean;
|
|
114258
114255
|
/**
|
|
@@ -117669,8 +117666,7 @@ declare namespace Word {
|
|
|
117669
117666
|
* Specifies a value that indicates whether the font is tagged as hidden. True if the font is formatted as hidden text, otherwise, false.
|
|
117670
117667
|
*
|
|
117671
117668
|
* @remarks
|
|
117672
|
-
* [Api set:
|
|
117673
|
-
* @beta
|
|
117669
|
+
* [Api set: WordApiDesktop 1.2]
|
|
117674
117670
|
*/
|
|
117675
117671
|
hidden?: boolean;
|
|
117676
117672
|
/**
|
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.575",
|
|
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",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "3bb8858e1bc1a1af799fa1fe19d2a76b5fb655e22db5e1dbab05d4bbdf94391f",
|
|
50
50
|
"typeScriptVersion": "5.0",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|