@types/office-js 1.0.524 → 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 +13 -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
|
@@ -7270,6 +7270,14 @@ declare namespace Office {
|
|
|
7270
7270
|
* event.
|
|
7271
7271
|
*/
|
|
7272
7272
|
themeId: ThemeId;
|
|
7273
|
+
/**
|
|
7274
|
+
* Gets the Office host native theme.
|
|
7275
|
+
*
|
|
7276
|
+
* @remarks
|
|
7277
|
+
*
|
|
7278
|
+
* **Important**: The `fluentThemeData` property is only supported on Win32.
|
|
7279
|
+
*/
|
|
7280
|
+
fluentThemeData?: object;
|
|
7273
7281
|
}
|
|
7274
7282
|
/**
|
|
7275
7283
|
* Specifies a cell, or row, or column, by its zero-based row and/or column number. Example: `{row: 3, column: 4}` specifies the cell in the 3rd
|
|
@@ -108244,7 +108252,7 @@ declare namespace Word {
|
|
|
108244
108252
|
/** An interface for updating data on the `ListTemplate` object, for use in `listTemplate.set({ ... })`. */
|
|
108245
108253
|
interface ListTemplateUpdateData {
|
|
108246
108254
|
/**
|
|
108247
|
-
* Specifies whether the
|
|
108255
|
+
* Specifies whether the list template is outline numbered.
|
|
108248
108256
|
*
|
|
108249
108257
|
* @remarks
|
|
108250
108258
|
* [Api set: WordApiDesktop 1.1]
|
|
@@ -110580,14 +110588,14 @@ declare namespace Word {
|
|
|
110580
110588
|
/** An interface describing the data returned by calling `listTemplate.toJSON()`. */
|
|
110581
110589
|
interface ListTemplateData {
|
|
110582
110590
|
/**
|
|
110583
|
-
* Gets a
|
|
110591
|
+
* Gets a `ListLevelCollection` object that represents all the levels for the list template.
|
|
110584
110592
|
*
|
|
110585
110593
|
* @remarks
|
|
110586
110594
|
* [Api set: WordApiDesktop 1.1]
|
|
110587
110595
|
*/
|
|
110588
110596
|
listLevels?: Word.Interfaces.ListLevelData[];
|
|
110589
110597
|
/**
|
|
110590
|
-
* Specifies whether the
|
|
110598
|
+
* Specifies whether the list template is outline numbered.
|
|
110591
110599
|
*
|
|
110592
110600
|
* @remarks
|
|
110593
110601
|
* [Api set: WordApiDesktop 1.1]
|
|
@@ -114281,7 +114289,7 @@ declare namespace Word {
|
|
|
114281
114289
|
trailingCharacter?: boolean;
|
|
114282
114290
|
}
|
|
114283
114291
|
/**
|
|
114284
|
-
* Represents a
|
|
114292
|
+
* Represents a list template.
|
|
114285
114293
|
*
|
|
114286
114294
|
* @remarks
|
|
114287
114295
|
* [Api set: WordApiDesktop 1.1]
|
|
@@ -114292,7 +114300,7 @@ declare namespace Word {
|
|
|
114292
114300
|
*/
|
|
114293
114301
|
$all?: boolean;
|
|
114294
114302
|
/**
|
|
114295
|
-
* Specifies whether the
|
|
114303
|
+
* Specifies whether the list template is outline numbered.
|
|
114296
114304
|
*
|
|
114297
114305
|
* @remarks
|
|
114298
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
|
}
|