@types/office-js-preview 1.0.426 → 1.0.427
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-preview (https://github.com
|
|
|
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, 25 Oct 2023 20:43:32 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -2011,14 +2011,49 @@ declare namespace Office {
|
|
|
2011
2011
|
*
|
|
2012
2012
|
* @remarks
|
|
2013
2013
|
*
|
|
2014
|
-
*
|
|
2015
|
-
*
|
|
2016
|
-
*
|
|
2017
|
-
*
|
|
2018
|
-
*
|
|
2019
|
-
*
|
|
2020
|
-
*
|
|
2021
|
-
*
|
|
2014
|
+
* *Supported applications, by platform*
|
|
2015
|
+
* <table>
|
|
2016
|
+
* <tr>
|
|
2017
|
+
* <th></th>
|
|
2018
|
+
* <th>Office on Windows</th>
|
|
2019
|
+
* <th>Office on the web</th>
|
|
2020
|
+
* <th>Office on Mac</th>
|
|
2021
|
+
* <th>Office on iOS</th>
|
|
2022
|
+
* <th>Office on Android</th>
|
|
2023
|
+
* </tr>
|
|
2024
|
+
* <tr>
|
|
2025
|
+
* <td><strong>Excel</strong></td>
|
|
2026
|
+
* <td>Supported</td>
|
|
2027
|
+
* <td>Not available</td>
|
|
2028
|
+
* <td>Supported</td>
|
|
2029
|
+
* <td>Supported</td>
|
|
2030
|
+
* <td>Not available</td>
|
|
2031
|
+
* </tr>
|
|
2032
|
+
* <tr>
|
|
2033
|
+
* <td><strong>Outlook</strong></td>
|
|
2034
|
+
* <td>Preview</td>
|
|
2035
|
+
* <td>Not available</td>
|
|
2036
|
+
* <td>Not available</td>
|
|
2037
|
+
* <td>Not available</td>
|
|
2038
|
+
* <td>Not available</td>
|
|
2039
|
+
* </tr>
|
|
2040
|
+
* <tr>
|
|
2041
|
+
* <td><strong>PowerPoint</strong></td>
|
|
2042
|
+
* <td>Supported</td>
|
|
2043
|
+
* <td>Not available</td>
|
|
2044
|
+
* <td>Supported</td>
|
|
2045
|
+
* <td>Supported</td>
|
|
2046
|
+
* <td>Not available</td>
|
|
2047
|
+
* </tr>
|
|
2048
|
+
* <tr>
|
|
2049
|
+
* <td><strong>Word</strong></td>
|
|
2050
|
+
* <td>Supported</td>
|
|
2051
|
+
* <td>Supported</td>
|
|
2052
|
+
* <td>Supported</td>
|
|
2053
|
+
* <td>Supported</td>
|
|
2054
|
+
* <td>Not available</td>
|
|
2055
|
+
* </tr>
|
|
2056
|
+
* </table>
|
|
2022
2057
|
*/
|
|
2023
2058
|
interface OfficeTheme {
|
|
2024
2059
|
/**
|
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.427",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
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": "849b79eed46928e266977c6ce39e5f7d30e1267e6e543d4b20a107322f98a5e4",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|