@types/office-js 1.0.525 → 1.0.526
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 +5 -5
- 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: Tue, 26 Aug 2025 15:02:24 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -108252,7 +108252,7 @@ declare namespace Word {
|
|
|
108252
108252
|
/** An interface for updating data on the `ListTemplate` object, for use in `listTemplate.set({ ... })`. */
|
|
108253
108253
|
interface ListTemplateUpdateData {
|
|
108254
108254
|
/**
|
|
108255
|
-
* Specifies whether the
|
|
108255
|
+
* Specifies whether the list template is outline numbered.
|
|
108256
108256
|
*
|
|
108257
108257
|
* @remarks
|
|
108258
108258
|
* [Api set: WordApiDesktop 1.1]
|
|
@@ -110588,14 +110588,14 @@ declare namespace Word {
|
|
|
110588
110588
|
/** An interface describing the data returned by calling `listTemplate.toJSON()`. */
|
|
110589
110589
|
interface ListTemplateData {
|
|
110590
110590
|
/**
|
|
110591
|
-
* Gets a
|
|
110591
|
+
* Gets a `ListLevelCollection` object that represents all the levels for the list template.
|
|
110592
110592
|
*
|
|
110593
110593
|
* @remarks
|
|
110594
110594
|
* [Api set: WordApiDesktop 1.1]
|
|
110595
110595
|
*/
|
|
110596
110596
|
listLevels?: Word.Interfaces.ListLevelData[];
|
|
110597
110597
|
/**
|
|
110598
|
-
* Specifies whether the
|
|
110598
|
+
* Specifies whether the list template is outline numbered.
|
|
110599
110599
|
*
|
|
110600
110600
|
* @remarks
|
|
110601
110601
|
* [Api set: WordApiDesktop 1.1]
|
|
@@ -114289,7 +114289,7 @@ declare namespace Word {
|
|
|
114289
114289
|
trailingCharacter?: boolean;
|
|
114290
114290
|
}
|
|
114291
114291
|
/**
|
|
114292
|
-
* Represents a
|
|
114292
|
+
* Represents a list template.
|
|
114293
114293
|
*
|
|
114294
114294
|
* @remarks
|
|
114295
114295
|
* [Api set: WordApiDesktop 1.1]
|
|
@@ -114300,7 +114300,7 @@ declare namespace Word {
|
|
|
114300
114300
|
*/
|
|
114301
114301
|
$all?: boolean;
|
|
114302
114302
|
/**
|
|
114303
|
-
* Specifies whether the
|
|
114303
|
+
* Specifies whether the list template is outline numbered.
|
|
114304
114304
|
*
|
|
114305
114305
|
* @remarks
|
|
114306
114306
|
* [Api set: WordApiDesktop 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.526",
|
|
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",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "a4ccdcef489a55d75a57a0a110f62b51270c98a89ed785b50d367efec0cbf16e",
|
|
50
50
|
"typeScriptVersion": "5.2"
|
|
51
51
|
}
|