@types/office-js-preview 1.0.369 → 1.0.370
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 (https://github.com/OfficeD
|
|
|
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 Jan 2023 00:02:39 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -2011,19 +2011,19 @@ declare namespace Office {
|
|
|
2011
2011
|
*/
|
|
2012
2012
|
interface OfficeTheme {
|
|
2013
2013
|
/**
|
|
2014
|
-
* Gets the Office theme body background color as a hexadecimal color triplet (e.g., "FFA500").
|
|
2014
|
+
* Gets the Office theme body background color as a hexadecimal color triplet (e.g., "#FFA500").
|
|
2015
2015
|
*/
|
|
2016
2016
|
bodyBackgroundColor: string;
|
|
2017
2017
|
/**
|
|
2018
|
-
* Gets the Office theme body foreground color as a hexadecimal color triplet (e.g., "FFA500").
|
|
2018
|
+
* Gets the Office theme body foreground color as a hexadecimal color triplet (e.g., "#FFA500").
|
|
2019
2019
|
*/
|
|
2020
2020
|
bodyForegroundColor: string;
|
|
2021
2021
|
/**
|
|
2022
|
-
* Gets the Office theme control background color as a hexadecimal color triplet (e.g., "FFA500").
|
|
2022
|
+
* Gets the Office theme control background color as a hexadecimal color triplet (e.g., "#FFA500").
|
|
2023
2023
|
*/
|
|
2024
2024
|
controlBackgroundColor: string;
|
|
2025
2025
|
/**
|
|
2026
|
-
* Gets the Office theme control foreground color as a hexadecimal color triplet (e.g., "FFA500").
|
|
2026
|
+
* Gets the Office theme control foreground color as a hexadecimal color triplet (e.g., "#FFA500").
|
|
2027
2027
|
*/
|
|
2028
2028
|
controlForegroundColor: string;
|
|
2029
2029
|
}
|
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.370",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
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": "77e4d0fc18db24f73ccec1ab487dcafcda5813fa6bbc49e0d7295c36f1ba4ec3",
|
|
49
49
|
"typeScriptVersion": "4.2"
|
|
50
50
|
}
|