@types/office-js 1.0.590 → 1.0.592
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 +7 -2
- 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: Fri, 29 May 2026 21:14:01 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -4881,6 +4881,11 @@ declare namespace Office {
|
|
|
4881
4881
|
platform: Office.PlatformType;
|
|
4882
4882
|
/**
|
|
4883
4883
|
* Gets the version of Office on which the add-in is running.
|
|
4884
|
+
*
|
|
4885
|
+
* @remarks
|
|
4886
|
+
* In Office on Windows, the value returned by the `version` property uses the format 16.0.\<build\>.\<revision\>.
|
|
4887
|
+
* To compare a version shown as Version xxxx (Build xxxxx.xxxxx) with the `version` value, use the full build number (\<build\>.\<revision\>).
|
|
4888
|
+
* For example, in Version 2603 (Build 19822.20000), use 19822.20000 for comparison.
|
|
4884
4889
|
*/
|
|
4885
4890
|
version: string;
|
|
4886
4891
|
}
|
|
@@ -8965,7 +8970,7 @@ declare namespace Office {
|
|
|
8965
8970
|
/**
|
|
8966
8971
|
* Represents a single slide in a PowerPoint presentation.
|
|
8967
8972
|
* This interface is used as part of the {@link Office.SlideRange} object returned by
|
|
8968
|
-
* {@link Office.Document.getSelectedDataAsync} when called with {@link Office.CoercionType.SlideRange}.
|
|
8973
|
+
* {@link Office.Document | Office.Document.getSelectedDataAsync} when called with {@link Office.CoercionType.SlideRange}.
|
|
8969
8974
|
*/
|
|
8970
8975
|
interface Slide {
|
|
8971
8976
|
/**
|
|
@@ -8983,7 +8988,7 @@ declare namespace Office {
|
|
|
8983
8988
|
}
|
|
8984
8989
|
/**
|
|
8985
8990
|
* Represents the selected slides in a PowerPoint presentation.
|
|
8986
|
-
* This object is returned when calling {@link Office.Document.getSelectedDataAsync} with {@link Office.CoercionType.SlideRange} in PowerPoint.
|
|
8991
|
+
* This object is returned when calling {@link Office.Document | Office.Document.getSelectedDataAsync} with {@link Office.CoercionType.SlideRange} in PowerPoint.
|
|
8987
8992
|
*
|
|
8988
8993
|
*/
|
|
8989
8994
|
interface SlideRange {
|
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.592",
|
|
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",
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
43
|
"peerDependencies": {},
|
|
44
|
-
"typesPublisherContentHash": "
|
|
44
|
+
"typesPublisherContentHash": "b47d95e3bbffad24b5431171621596a8175ab3b9ebc3759d6f1f68c73623078b",
|
|
45
45
|
"typeScriptVersion": "5.3"
|
|
46
46
|
}
|