@types/office-js 1.0.312 → 1.0.313
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 +4 -4
- 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:
|
|
11
|
+
* Last updated: Wed, 25 Jan 2023 00:02:38 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
|
@@ -1992,19 +1992,19 @@ declare namespace Office {
|
|
|
1992
1992
|
*/
|
|
1993
1993
|
interface OfficeTheme {
|
|
1994
1994
|
/**
|
|
1995
|
-
* Gets the Office theme body background color as a hexadecimal color triplet (e.g., "FFA500").
|
|
1995
|
+
* Gets the Office theme body background color as a hexadecimal color triplet (e.g., "#FFA500").
|
|
1996
1996
|
*/
|
|
1997
1997
|
bodyBackgroundColor: string;
|
|
1998
1998
|
/**
|
|
1999
|
-
* Gets the Office theme body foreground color as a hexadecimal color triplet (e.g., "FFA500").
|
|
1999
|
+
* Gets the Office theme body foreground color as a hexadecimal color triplet (e.g., "#FFA500").
|
|
2000
2000
|
*/
|
|
2001
2001
|
bodyForegroundColor: string;
|
|
2002
2002
|
/**
|
|
2003
|
-
* Gets the Office theme control background color as a hexadecimal color triplet (e.g., "FFA500").
|
|
2003
|
+
* Gets the Office theme control background color as a hexadecimal color triplet (e.g., "#FFA500").
|
|
2004
2004
|
*/
|
|
2005
2005
|
controlBackgroundColor: string;
|
|
2006
2006
|
/**
|
|
2007
|
-
* Gets the Office theme control foreground color as a hexadecimal color triplet (e.g., "FFA500").
|
|
2007
|
+
* Gets the Office theme control foreground color as a hexadecimal color triplet (e.g., "#FFA500").
|
|
2008
2008
|
*/
|
|
2009
2009
|
controlForegroundColor: string;
|
|
2010
2010
|
}
|
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.313",
|
|
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": "502bb80a48845bef60e0b023da6522246470d81b6063dd36b45a385cabaf5612",
|
|
49
49
|
"typeScriptVersion": "4.2"
|
|
50
50
|
}
|