@types/office-js-preview 1.0.364 → 1.0.365
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: Wed, 04 Jan 2023 22:02:55 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
|
@@ -18316,7 +18316,7 @@ declare namespace Office {
|
|
|
18316
18316
|
* The `set` method creates a new setting of the specified name if it doesn't already exist, or sets an existing setting of the specified name.
|
|
18317
18317
|
* The value is stored in the document as the serialized JSON representation of its data type.
|
|
18318
18318
|
*
|
|
18319
|
-
* A maximum of 32KB is available for the settings of each add-in.
|
|
18319
|
+
* A maximum of 32KB is available for the settings of each add-in. An error with code 9057 is thrown when that size limit is exceeded.
|
|
18320
18320
|
*
|
|
18321
18321
|
* Any changes made to settings using the `set` method will not be saved to the server until the `saveAsync` method is called.
|
|
18322
18322
|
*
|
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.365",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "86c7ca3fada93099cbef2f16390ff1952e0ff8e0f9462e79016eb90f1c71f6b4",
|
|
49
49
|
"typeScriptVersion": "4.2"
|
|
50
50
|
}
|