@types/office-js 1.0.353 → 1.0.355

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 21:16:39 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
  /**
@@ -112744,7 +112779,7 @@ declare namespace PowerPoint {
112744
112779
  getItemAt(index: number): PowerPoint.SlideLayout;
112745
112780
  /**
112746
112781
  * Gets a layout using its unique ID. If such a layout does not exist, an object with an `isNullObject` property set to true is returned. For further information,
112747
- see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
112782
+ see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
112748
112783
  *
112749
112784
  * @remarks
112750
112785
  * [Api set: PowerPointApi 1.3]
@@ -114183,7 +114218,7 @@ declare namespace PowerPoint {
114183
114218
  getItemAt(index: number): PowerPoint.Slide;
114184
114219
  /**
114185
114220
  * Gets a slide using its unique ID. If such a slide does not exist, an object with an `isNullObject` property set to true is returned. For further information,
114186
- see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
114221
+ see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
114187
114222
  and properties}.
114188
114223
  *
114189
114224
  * @remarks
@@ -114258,7 +114293,7 @@ declare namespace PowerPoint {
114258
114293
  getItemAt(index: number): PowerPoint.Slide;
114259
114294
  /**
114260
114295
  * Gets a slide using its unique ID. If such a slide does not exist, an object with an `isNullObject` property set to true is returned. For further information,
114261
- see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
114296
+ see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
114262
114297
  and properties}.
114263
114298
  *
114264
114299
  * @remarks
@@ -114333,7 +114368,7 @@ declare namespace PowerPoint {
114333
114368
  getItemAt(index: number): PowerPoint.SlideMaster;
114334
114369
  /**
114335
114370
  * Gets a Slide Master using its unique ID. If such a Slide Master does not exist, an object with an `isNullObject` property set to true is returned.
114336
- For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}."
114371
+ For further information, see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}."
114337
114372
  *
114338
114373
  * @remarks
114339
114374
  * [Api set: PowerPointApi 1.3]
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.355",
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": "20f67a62801a5d7fd3d500c86ac4f188dcbf8a266eef876497fa32df5d7a5033",
49
49
  "typeScriptVersion": "4.5"
50
50
  }