@types/office-js 1.0.307 → 1.0.309
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 -2
- 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: Thu,
|
|
11
|
+
* Last updated: Thu, 22 Dec 2022 23:02:44 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
|
@@ -12665,7 +12665,8 @@ declare namespace Office {
|
|
|
12665
12665
|
*
|
|
12666
12666
|
* - Custom properties saved while in compose mode aren't transmitted to recipients of the mail item. When a message or appointment with custom
|
|
12667
12667
|
* properties is sent, its properties can be accessed from the item in the Sent Items folder.
|
|
12668
|
-
* If you want to make custom data accessible to recipients, consider using
|
|
12668
|
+
* If you want to make custom data accessible to recipients, consider using
|
|
12669
|
+
* {@link https://learn.microsoft.com/javascript/api/outlook/office.internetheaders | InternetHeaders} instead.
|
|
12669
12670
|
*
|
|
12670
12671
|
* - The maximum length of a `CustomProperties` JSON object is 2500 characters.
|
|
12671
12672
|
*
|
|
@@ -25838,7 +25839,8 @@ declare namespace Excel {
|
|
|
25838
25839
|
/**
|
|
25839
25840
|
*
|
|
25840
25841
|
* Creates and opens a new workbook. Optionally, the workbook can be pre-populated with a base64-encoded .xlsx file.
|
|
25841
|
-
*
|
|
25842
|
+
* Note: Macros can be a security risk. If this API is used to create a workbook that includes a macro, the add-in user will be prompted with a "Trust this add-in?" dialog in the Excel UI. The user must select the "Trust add-in" button to proceed.
|
|
25843
|
+
*
|
|
25842
25844
|
* [Api set: ExcelApi 1.8]
|
|
25843
25845
|
*
|
|
25844
25846
|
* @param base64File Optional. The base64 encoded .xlsx file. The default value is null.
|
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.309",
|
|
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": "d6a4e2bcbbd3f5edec89d05a49154ed6b03faf81f050700a6a244104209545c8",
|
|
49
49
|
"typeScriptVersion": "4.2"
|
|
50
50
|
}
|