@types/office-js 1.0.294 → 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 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, 27 Oct 2022 18:02:55 GMT
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 on the web and on Windows</td>
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>Word</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>Excel and Word</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>Word</td>
4439
+ * <td>- Word</td>
4440
4440
  * </tr>
4441
4441
  * <tr>
4442
4442
  * <td><code>Office.CoercionType.SlideRange</code></td>
4443
- * <td>PowerPoint on the web and Windows</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>Excel and Word</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>Excel, PowerPoint, Project, and Word</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>Excel on Windows and Mac, PowerPoint on Windows, Mac, and the web, and Word on Windows and Mac</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
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.294",
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": "dfee771ca469b84b495b6b84eb515bbe0a239a5dacce6e62e4c009c8c6720b83",
48
+ "typesPublisherContentHash": "0d010b012317cff7ca01e1d857f06b15d1e2b818ad1ddf721801c041140f2e46",
49
49
  "typeScriptVersion": "4.1"
50
50
  }