@types/office-js 1.0.312 → 1.0.314

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 Jan 2023 16:32:37 GMT
11
+ * Last updated: Thu, 26 Jan 2023 20:02:48 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
@@ -1986,25 +1986,30 @@ declare namespace Office {
1986
1986
  *
1987
1987
  * @remarks
1988
1988
  *
1989
- * **Applications**: Excel, Outlook (in preview), PowerPoint, Word
1990
- *
1991
- * `OfficeTheme` is only supported in Office on Windows, Mac, and the web.
1989
+ * *Supported applications, by platform*
1990
+ * <table>
1991
+ * <tr><th> </th><th> Office on Windows </th><th> Office on the web </th></tr>
1992
+ * <tr><td><strong> Excel </strong></td><td> Y </td><td> </td></tr>
1993
+ * <tr><td><strong> Outlook </strong></td><td> Preview </td><td> </td></tr>
1994
+ * <tr><td><strong> PowerPoint </strong></td><td> Y </td><td> </td></tr>
1995
+ * <tr><td><strong> Word </strong></td><td> Y </td><td> Y </td></tr>
1996
+ * </table>
1992
1997
  */
1993
1998
  interface OfficeTheme {
1994
1999
  /**
1995
- * Gets the Office theme body background color as a hexadecimal color triplet (e.g., "FFA500").
2000
+ * Gets the Office theme body background color as a hexadecimal color triplet (e.g., "#FFA500").
1996
2001
  */
1997
2002
  bodyBackgroundColor: string;
1998
2003
  /**
1999
- * Gets the Office theme body foreground color as a hexadecimal color triplet (e.g., "FFA500").
2004
+ * Gets the Office theme body foreground color as a hexadecimal color triplet (e.g., "#FFA500").
2000
2005
  */
2001
2006
  bodyForegroundColor: string;
2002
2007
  /**
2003
- * Gets the Office theme control background color as a hexadecimal color triplet (e.g., "FFA500").
2008
+ * Gets the Office theme control background color as a hexadecimal color triplet (e.g., "#FFA500").
2004
2009
  */
2005
2010
  controlBackgroundColor: string;
2006
2011
  /**
2007
- * Gets the Office theme control foreground color as a hexadecimal color triplet (e.g., "FFA500").
2012
+ * Gets the Office theme control foreground color as a hexadecimal color triplet (e.g., "#FFA500").
2008
2013
  */
2009
2014
  controlForegroundColor: string;
2010
2015
  }
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.312",
3
+ "version": "1.0.314",
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": "4e06ce4e6caf1a2ab0ae4b4d5108509e668cce8145941330906624c1b3b26c7b",
48
+ "typesPublisherContentHash": "1acc3ff434322050db6d21e47c158bd8c7a0becf627c0aca0be935e39fddef23",
49
49
  "typeScriptVersion": "4.2"
50
50
  }