@types/office-js 1.0.295 → 1.0.297
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 +4 -4
- 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: Mon, 07 Nov 2022 20:26:35 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js/index.d.ts
CHANGED
|
@@ -4108,7 +4108,7 @@ declare namespace Office {
|
|
|
4108
4108
|
* </tr>
|
|
4109
4109
|
* <tr>
|
|
4110
4110
|
* <td><code>Office.CoercionType.SlideRange</code></td>
|
|
4111
|
-
* <td>- PowerPoint
|
|
4111
|
+
* <td>- PowerPoint</td>
|
|
4112
4112
|
* </tr>
|
|
4113
4113
|
* <tr>
|
|
4114
4114
|
* <td><code>Office.CoercionType.Table</code> (TableData object)</td>
|
|
@@ -89479,15 +89479,15 @@ declare namespace Word {
|
|
|
89479
89479
|
*/
|
|
89480
89480
|
none = "None",
|
|
89481
89481
|
/**
|
|
89482
|
-
* @deprecated Hidden is no longer supported.
|
|
89483
89482
|
* Warning: hidden has been deprecated.
|
|
89483
|
+
* @deprecated Hidden is no longer supported.
|
|
89484
89484
|
* @remarks
|
|
89485
89485
|
* [Api set: WordApi 1.1]
|
|
89486
89486
|
*/
|
|
89487
89487
|
hidden = "Hidden",
|
|
89488
89488
|
/**
|
|
89489
|
-
* @deprecated DotLine is no longer supported.
|
|
89490
89489
|
* Warning: dotLine has been deprecated.
|
|
89490
|
+
* @deprecated DotLine is no longer supported.
|
|
89491
89491
|
* @remarks
|
|
89492
89492
|
* [Api set: WordApi 1.1]
|
|
89493
89493
|
*/
|
|
@@ -89601,8 +89601,8 @@ declare namespace Word {
|
|
|
89601
89601
|
*/
|
|
89602
89602
|
page = "Page",
|
|
89603
89603
|
/**
|
|
89604
|
-
* @deprecated Use sectionNext instead.
|
|
89605
89604
|
* Warning: next has been deprecated. Use sectionNext instead.
|
|
89605
|
+
* @deprecated Use sectionNext instead.
|
|
89606
89606
|
* @remarks
|
|
89607
89607
|
* [Api set: WordApi 1.1]
|
|
89608
89608
|
*/
|
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.297",
|
|
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": "3677663d302f7836cac335038f8c2b21bf64d96dd9b892601cac2b7ce9965367",
|
|
49
49
|
"typeScriptVersion": "4.1"
|
|
50
50
|
}
|