@types/office-js-preview 1.0.286 → 1.0.287
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-preview/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-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 03 Mar 2022 19:31:43 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -2365,9 +2365,13 @@ declare namespace Office {
|
|
|
2365
2365
|
*/
|
|
2366
2366
|
Text,
|
|
2367
2367
|
/**
|
|
2368
|
-
* Returns the entire document (.pptx, .docx, or .
|
|
2368
|
+
* Returns the entire document (.pptx, .docx, .xlsx, or .xlsm) in Office Open XML (OOXML) format as a byte array.
|
|
2369
|
+
*
|
|
2370
|
+
* Note: The .xslm file type is supported in Excel on Windows and Mac. It's not supported in Excel on the web.
|
|
2371
|
+
* In Excel on Windows, the file slices from the `getFileAsync` method include the VBA signature files for .xslm file types. The VBA signature files are vbaProjectSignature.bin, vbaProbjectSignatureAgile.bin, and vbaProjectSignatureV3.bin.
|
|
2372
|
+
* In Excel on Mac, the file slices from the `getFileAsync` method don't include the VBA signature files, because this platform doesn't support the VBA signature feature.
|
|
2369
2373
|
*/
|
|
2370
|
-
|
|
2374
|
+
Compressed,
|
|
2371
2375
|
/**
|
|
2372
2376
|
* Returns the entire document in PDF format as a byte array.
|
|
2373
2377
|
*/
|
|
@@ -4117,7 +4121,7 @@ declare namespace Office {
|
|
|
4117
4121
|
* <td>`Office.CoercionType.SlideRange`</td>
|
|
4118
4122
|
* </tr>
|
|
4119
4123
|
* <tr>
|
|
4120
|
-
* <td>Excel, PowerPoint, and Word</td>
|
|
4124
|
+
* <td>Excel on Windows and Mac, PowerPoint on Windows, Mac, and the web, and Word on Windows and Mac</td>
|
|
4121
4125
|
* <td>`Office.CoercionType.XmlSvg`</td>
|
|
4122
4126
|
* </tr>
|
|
4123
4127
|
* </table>
|
|
@@ -4209,7 +4213,7 @@ declare namespace Office {
|
|
|
4209
4213
|
* <td>`Office.CoercionType.SlideRange`</td>
|
|
4210
4214
|
* </tr>
|
|
4211
4215
|
* <tr>
|
|
4212
|
-
* <td>Excel, PowerPoint, and Word</td>
|
|
4216
|
+
* <td>Excel on Windows and Mac, PowerPoint on Windows, Mac, and the web, and Word on Windows and Mac</td>
|
|
4213
4217
|
* <td>`Office.CoercionType.XmlSvg`</td>
|
|
4214
4218
|
* </tr>
|
|
4215
4219
|
* </table>
|
|
@@ -4449,7 +4453,7 @@ declare namespace Office {
|
|
|
4449
4453
|
* <td>`Office.CoercionType.SlideRange`</td>
|
|
4450
4454
|
* </tr>
|
|
4451
4455
|
* <tr>
|
|
4452
|
-
* <td>Excel, PowerPoint, and Word</td>
|
|
4456
|
+
* <td>Excel on Windows and Mac, PowerPoint on Windows, Mac, and the web, and Word on Windows and Mac</td>
|
|
4453
4457
|
* <td>`Office.CoercionType.XmlSvg`</td>
|
|
4454
4458
|
* </tr>
|
|
4455
4459
|
* </table>
|
|
@@ -4638,7 +4642,7 @@ declare namespace Office {
|
|
|
4638
4642
|
* <td>`Office.CoercionType.SlideRange`</td>
|
|
4639
4643
|
* </tr>
|
|
4640
4644
|
* <tr>
|
|
4641
|
-
* <td>Excel, PowerPoint, and Word</td>
|
|
4645
|
+
* <td>Excel on Windows and Mac, PowerPoint on Windows, Mac, and the web, and Word on Windows and Mac</td>
|
|
4642
4646
|
* <td>`Office.CoercionType.XmlSvg`</td>
|
|
4643
4647
|
* </tr>
|
|
4644
4648
|
* </table>
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.287",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
49
|
-
"typeScriptVersion": "3.
|
|
48
|
+
"typesPublisherContentHash": "bea7806ad001f2aa21fc4dccfa6af3405eb146cbe420204dc9a34832a061ef3d",
|
|
49
|
+
"typeScriptVersion": "3.9"
|
|
50
50
|
}
|