@types/office-js 1.0.293 → 1.0.295
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 +13 -9
- 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, 03 Nov 2022 15:02:49 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
|
@@ -4200,7 +4200,7 @@ declare namespace Office {
|
|
|
4200
4200
|
* </tr>
|
|
4201
4201
|
* <tr>
|
|
4202
4202
|
* <td><code>Office.CoercionType.SlideRange</code></td>
|
|
4203
|
-
* <td>- PowerPoint
|
|
4203
|
+
* <td>- PowerPoint</td>
|
|
4204
4204
|
* </tr>
|
|
4205
4205
|
* <tr>
|
|
4206
4206
|
* <td><code>Office.CoercionType.Table</code> (TableData object)</td>
|
|
@@ -4428,31 +4428,31 @@ declare namespace Office {
|
|
|
4428
4428
|
* </tr>
|
|
4429
4429
|
* <tr>
|
|
4430
4430
|
* <td><code>Office.CoercionType.Html</code></td>
|
|
4431
|
-
* <td
|
|
4431
|
+
* <td>- Word</td>
|
|
4432
4432
|
* </tr>
|
|
4433
4433
|
* <tr>
|
|
4434
4434
|
* <td><code>Office.CoercionType.Matrix</code> (array of arrays)</td>
|
|
4435
|
-
* <td
|
|
4435
|
+
* <td>- Excel<br>- Word</td>
|
|
4436
4436
|
* </tr>
|
|
4437
4437
|
* <tr>
|
|
4438
4438
|
* <td><code>Office.CoercionType.Ooxml</code> (Office Open XML)</td>
|
|
4439
|
-
* <td
|
|
4439
|
+
* <td>- Word</td>
|
|
4440
4440
|
* </tr>
|
|
4441
4441
|
* <tr>
|
|
4442
4442
|
* <td><code>Office.CoercionType.SlideRange</code></td>
|
|
4443
|
-
* <td
|
|
4443
|
+
* <td>- PowerPoint on the web and on Windows</td>
|
|
4444
4444
|
* </tr>
|
|
4445
4445
|
* <tr>
|
|
4446
4446
|
* <td><code>Office.CoercionType.Table</code> (TableData object)</td>
|
|
4447
|
-
* <td
|
|
4447
|
+
* <td>- Excel<br>- Word</td>
|
|
4448
4448
|
* </tr>
|
|
4449
4449
|
* <tr>
|
|
4450
4450
|
* <td><code>Office.CoercionType.Text</code> (string)</td>
|
|
4451
|
-
* <td
|
|
4451
|
+
* <td>- Excel<br>- PowerPoint<br>- Project<br>- Word</td>
|
|
4452
4452
|
* </tr>
|
|
4453
4453
|
* <tr>
|
|
4454
4454
|
* <td><code>Office.CoercionType.XmlSvg</code></td>
|
|
4455
|
-
* <td
|
|
4455
|
+
* <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web<br>- Word on Windows and on Mac</td>
|
|
4456
4456
|
* </tr>
|
|
4457
4457
|
* </table>
|
|
4458
4458
|
*
|
|
@@ -8849,7 +8849,11 @@ declare namespace Office {
|
|
|
8849
8849
|
*/
|
|
8850
8850
|
User = "user",
|
|
8851
8851
|
/**
|
|
8852
|
-
* Specifies the recipient is an SMTP email address that isn't on the Exchange server.
|
|
8852
|
+
* Specifies the recipient is an SMTP email address that isn't on the Exchange server. It also refers to a recipient added from a personal Outlook address book.
|
|
8853
|
+
*
|
|
8854
|
+
* **Note**: In Outlook on Windows starting with Version 2210 (Build 15813.20002), Global Address Book (GAL) recipients saved to a personal address book return
|
|
8855
|
+
* the `ExternalUser` value, even if their SMTP email address appears on the Exchange server. Recipients return a `User` value only if they're directly
|
|
8856
|
+
* added or resolved against the GAL.
|
|
8853
8857
|
*/
|
|
8854
8858
|
ExternalUser = "externalUser",
|
|
8855
8859
|
/**
|
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.295",
|
|
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": "0d010b012317cff7ca01e1d857f06b15d1e2b818ad1ddf721801c041140f2e46",
|
|
49
49
|
"typeScriptVersion": "4.1"
|
|
50
50
|
}
|