@types/office-js 1.0.416 → 1.0.417
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 +0 -10
- 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:
|
|
11
|
+
* Last updated: Thu, 05 Sep 2024 15:36:35 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -87194,8 +87194,6 @@ declare namespace Word {
|
|
|
87194
87194
|
readonly id: number;
|
|
87195
87195
|
/**
|
|
87196
87196
|
* Specifies the placeholder text of the content control. Dimmed text will be displayed when the content control is empty.
|
|
87197
|
-
|
|
87198
|
-
Note: The set operation for this property isn't supported in Word on the web.
|
|
87199
87197
|
*
|
|
87200
87198
|
* @remarks
|
|
87201
87199
|
* [Api set: WordApi 1.1]
|
|
@@ -98670,8 +98668,6 @@ declare namespace Word {
|
|
|
98670
98668
|
color?: string;
|
|
98671
98669
|
/**
|
|
98672
98670
|
* Specifies the placeholder text of the content control. Dimmed text will be displayed when the content control is empty.
|
|
98673
|
-
|
|
98674
|
-
Note: The set operation for this property isn't supported in Word on the web.
|
|
98675
98671
|
*
|
|
98676
98672
|
* @remarks
|
|
98677
98673
|
* [Api set: WordApi 1.1]
|
|
@@ -100318,8 +100314,6 @@ declare namespace Word {
|
|
|
100318
100314
|
id?: number;
|
|
100319
100315
|
/**
|
|
100320
100316
|
* Specifies the placeholder text of the content control. Dimmed text will be displayed when the content control is empty.
|
|
100321
|
-
|
|
100322
|
-
Note: The set operation for this property isn't supported in Word on the web.
|
|
100323
100317
|
*
|
|
100324
100318
|
* @remarks
|
|
100325
100319
|
* [Api set: WordApi 1.1]
|
|
@@ -102754,8 +102748,6 @@ declare namespace Word {
|
|
|
102754
102748
|
id?: boolean;
|
|
102755
102749
|
/**
|
|
102756
102750
|
* Specifies the placeholder text of the content control. Dimmed text will be displayed when the content control is empty.
|
|
102757
|
-
|
|
102758
|
-
Note: The set operation for this property isn't supported in Word on the web.
|
|
102759
102751
|
*
|
|
102760
102752
|
* @remarks
|
|
102761
102753
|
* [Api set: WordApi 1.1]
|
|
@@ -102929,8 +102921,6 @@ declare namespace Word {
|
|
|
102929
102921
|
id?: boolean;
|
|
102930
102922
|
/**
|
|
102931
102923
|
* For EACH ITEM in the collection: Specifies the placeholder text of the content control. Dimmed text will be displayed when the content control is empty.
|
|
102932
|
-
|
|
102933
|
-
Note: The set operation for this property isn't supported in Word on the web.
|
|
102934
102924
|
*
|
|
102935
102925
|
* @remarks
|
|
102936
102926
|
* [Api set: WordApi 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.417",
|
|
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": "8e773a557cacc1094557162f6424a8f40007d693e6e3d5117fc167b233c00d71",
|
|
49
49
|
"typeScriptVersion": "4.8"
|
|
50
50
|
}
|