@types/office-js 1.0.353 → 1.0.354

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: Fri, 20 Oct 2023 00:47:51 GMT
11
+ * Last updated: Wed, 25 Oct 2023 20:43:32 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -2002,14 +2002,49 @@ declare namespace Office {
2002
2002
  *
2003
2003
  * @remarks
2004
2004
  *
2005
- * *Supported applications, by platform*
2006
- * <table>
2007
- * <tr><th> </th><th> Office on Windows </th><th> Office on the web </th></tr>
2008
- * <tr><td><strong> Excel </strong></td><td> Supported </td><td> </td></tr>
2009
- * <tr><td><strong> Outlook </strong></td><td> Preview </td><td> </td></tr>
2010
- * <tr><td><strong> PowerPoint </strong></td><td> Supported </td><td> </td></tr>
2011
- * <tr><td><strong> Word </strong></td><td> Supported </td><td> Supported </td></tr>
2012
- * </table>
2005
+ * *Supported applications, by platform*
2006
+ * <table>
2007
+ * <tr>
2008
+ * <th></th>
2009
+ * <th>Office on Windows</th>
2010
+ * <th>Office on the web</th>
2011
+ * <th>Office on Mac</th>
2012
+ * <th>Office on iOS</th>
2013
+ * <th>Office on Android</th>
2014
+ * </tr>
2015
+ * <tr>
2016
+ * <td><strong>Excel</strong></td>
2017
+ * <td>Supported</td>
2018
+ * <td>Not available</td>
2019
+ * <td>Supported</td>
2020
+ * <td>Supported</td>
2021
+ * <td>Not available</td>
2022
+ * </tr>
2023
+ * <tr>
2024
+ * <td><strong>Outlook</strong></td>
2025
+ * <td>Preview</td>
2026
+ * <td>Not available</td>
2027
+ * <td>Not available</td>
2028
+ * <td>Not available</td>
2029
+ * <td>Not available</td>
2030
+ * </tr>
2031
+ * <tr>
2032
+ * <td><strong>PowerPoint</strong></td>
2033
+ * <td>Supported</td>
2034
+ * <td>Not available</td>
2035
+ * <td>Supported</td>
2036
+ * <td>Supported</td>
2037
+ * <td>Not available</td>
2038
+ * </tr>
2039
+ * <tr>
2040
+ * <td><strong>Word</strong></td>
2041
+ * <td>Supported</td>
2042
+ * <td>Supported</td>
2043
+ * <td>Supported</td>
2044
+ * <td>Supported</td>
2045
+ * <td>Not available</td>
2046
+ * </tr>
2047
+ * </table>
2013
2048
  */
2014
2049
  interface OfficeTheme {
2015
2050
  /**
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.353",
3
+ "version": "1.0.354",
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": "048fcddc4ee0ee349354ef9ee9e7e4807669ee00f0bcfa27e4f5c422f66eb24b",
48
+ "typesPublisherContentHash": "cd9469d91ac7b0fd47c8dccef4b365fea7141618cd09fa0ae8e8edab466fc643",
49
49
  "typeScriptVersion": "4.5"
50
50
  }