@types/office-js 1.0.213 → 1.0.214
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 +3 -0
- 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: Fri, 22 Oct 2021 21:31:19 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
|
@@ -74351,6 +74351,9 @@ declare namespace Word {
|
|
|
74351
74351
|
/**
|
|
74352
74352
|
* Gets the collection of paragraph objects in the body. Read-only.
|
|
74353
74353
|
*
|
|
74354
|
+
* **Important**: Paragraphs in tables are not returned for requirement sets 1.1 and 1.2.
|
|
74355
|
+
* From requirement set 1.3, paragraphs in tables are also returned.
|
|
74356
|
+
*
|
|
74354
74357
|
* @remarks
|
|
74355
74358
|
* [Api set: WordApi 1.1]
|
|
74356
74359
|
*/
|
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.214",
|
|
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",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
43
|
+
"typesPublisherContentHash": "4a05bea4c5e7ecf93cda2ef524c5249a0461294dce4e7c051b56785742bc2ec9",
|
|
44
44
|
"typeScriptVersion": "3.7"
|
|
45
45
|
}
|