@types/office-js 1.0.556 → 1.0.558
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 +10 -8
- 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, 14 Nov 2025 18:40:46 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -288,6 +288,8 @@ declare namespace Office {
|
|
|
288
288
|
*/
|
|
289
289
|
function initialize(reason: InitializationReason): void;
|
|
290
290
|
/**
|
|
291
|
+
* **WARNING**: This API returns inaccurate values when used on desktop applications. Use `Office.context.requirements.isSetSupported` instead.
|
|
292
|
+
*
|
|
291
293
|
* Checks if the specified requirement set is supported by the Office application.
|
|
292
294
|
* @param name - Set name; e.g., "MatrixBindings".
|
|
293
295
|
* @param minVersion - The minimum required version; e.g., "1.4".
|
|
@@ -5839,10 +5841,10 @@ declare namespace Office {
|
|
|
5839
5841
|
*
|
|
5840
5842
|
* *Supported FileTypes, by platform*
|
|
5841
5843
|
* <table>
|
|
5842
|
-
* <tr><th> </th><th> Office on the web
|
|
5843
|
-
* <tr><td><strong> Excel </strong></td><td><code>
|
|
5844
|
-
* <tr><td><strong> PowerPoint </strong></td><td><code>Compressed</code>
|
|
5845
|
-
* <tr><td><strong> Word </strong></td><td
|
|
5844
|
+
* <tr><th> </th><th> Office on the web </th><th> Office on Windows </th><th> Office on Mac </th><th> Office on iPad </th></tr>
|
|
5845
|
+
* <tr><td><strong> Excel </strong></td><td><code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td> Not supported </td></tr>
|
|
5846
|
+
* <tr><td><strong> PowerPoint </strong></td><td><code>Compressed</code> </td><td><code>Compressed</code>, <code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code></td></tr>
|
|
5847
|
+
* <tr><td><strong> Word </strong></td><td> Not supported </td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code></td></tr>
|
|
5846
5848
|
* </table>
|
|
5847
5849
|
*
|
|
5848
5850
|
* @param fileType The format in which the file will be returned
|
|
@@ -5874,10 +5876,10 @@ declare namespace Office {
|
|
|
5874
5876
|
*
|
|
5875
5877
|
* *Supported FileTypes, by platform*
|
|
5876
5878
|
* <table>
|
|
5877
|
-
* <tr><th> </th><th> Office on the web
|
|
5878
|
-
* <tr><td><strong> Excel </strong></td><td><code>
|
|
5879
|
-
* <tr><td><strong> PowerPoint </strong></td><td><code>Compressed</code>
|
|
5880
|
-
* <tr><td><strong> Word </strong></td><td
|
|
5879
|
+
* <tr><th> </th><th> Office on the web </th><th> Office on Windows </th><th> Office on Mac </th><th> Office on iPad </th></tr>
|
|
5880
|
+
* <tr><td><strong> Excel </strong></td><td><code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td> Not supported </td></tr>
|
|
5881
|
+
* <tr><td><strong> PowerPoint </strong></td><td><code>Compressed</code> </td><td><code>Compressed</code>, <code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code> </td><td><code>Compressed</code>, <code>Pdf</code></td></tr>
|
|
5882
|
+
* <tr><td><strong> Word </strong></td><td> Not supported </td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code>, <code>Text</code></td><td><code>Compressed</code>, <code>Pdf</code></td></tr>
|
|
5881
5883
|
* </table>
|
|
5882
5884
|
*
|
|
5883
5885
|
* @param fileType The format in which the file will be returned
|
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.558",
|
|
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": "adade7761f2f6a9faff31f1196352f8ebfc7cf8739e1869d48a2a09e3944298b",
|
|
50
50
|
"typeScriptVersion": "5.2"
|
|
51
51
|
}
|