@types/office-js 1.0.589 → 1.0.591
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 +2 -2
- office-js/index.d.ts +2 -2
- office-js/package.json +5 -10
office-js/README.md
CHANGED
|
@@ -8,8 +8,8 @@ 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, 13 May 2026 20:32:27 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
15
|
-
These definitions were written by [OfficeDev](https://github.com/OfficeDev), [
|
|
15
|
+
These definitions were written by [OfficeDev](https://github.com/OfficeDev), [David Chesnut](https://github.com/davidchesnut), [Alex Jerabek](https://github.com/AlexJerabek), [Elizabeth Samuel](https://github.com/ElizabethSamuel-MSFT), and [Sam Ramon](https://github.com/samantharamon).
|
office-js/index.d.ts
CHANGED
|
@@ -8965,7 +8965,7 @@ declare namespace Office {
|
|
|
8965
8965
|
/**
|
|
8966
8966
|
* Represents a single slide in a PowerPoint presentation.
|
|
8967
8967
|
* 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}.
|
|
8968
|
+
* {@link Office.Document | Office.Document.getSelectedDataAsync} when called with {@link Office.CoercionType.SlideRange}.
|
|
8969
8969
|
*/
|
|
8970
8970
|
interface Slide {
|
|
8971
8971
|
/**
|
|
@@ -8983,7 +8983,7 @@ declare namespace Office {
|
|
|
8983
8983
|
}
|
|
8984
8984
|
/**
|
|
8985
8985
|
* 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.
|
|
8986
|
+
* This object is returned when calling {@link Office.Document | Office.Document.getSelectedDataAsync} with {@link Office.CoercionType.SlideRange} in PowerPoint.
|
|
8987
8987
|
*
|
|
8988
8988
|
*/
|
|
8989
8989
|
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.591",
|
|
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",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"url": "https://github.com/OfficeDev"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"name": "
|
|
15
|
-
"githubUsername": "
|
|
16
|
-
"url": "https://github.com/
|
|
14
|
+
"name": "David Chesnut",
|
|
15
|
+
"githubUsername": "davidchesnut",
|
|
16
|
+
"url": "https://github.com/davidchesnut"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Alex Jerabek",
|
|
@@ -25,11 +25,6 @@
|
|
|
25
25
|
"githubUsername": "ElizabethSamuel-MSFT",
|
|
26
26
|
"url": "https://github.com/ElizabethSamuel-MSFT"
|
|
27
27
|
},
|
|
28
|
-
{
|
|
29
|
-
"name": "Alison McKay",
|
|
30
|
-
"githubUsername": "alison-mk",
|
|
31
|
-
"url": "https://github.com/alison-mk"
|
|
32
|
-
},
|
|
33
28
|
{
|
|
34
29
|
"name": "Sam Ramon",
|
|
35
30
|
"githubUsername": "samantharamon",
|
|
@@ -46,6 +41,6 @@
|
|
|
46
41
|
"scripts": {},
|
|
47
42
|
"dependencies": {},
|
|
48
43
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
44
|
+
"typesPublisherContentHash": "36564d572fb5a638bab42b7c65c6eec4d719dd2cbe846851e25bc5b8a5e7f25f",
|
|
50
45
|
"typeScriptVersion": "5.3"
|
|
51
46
|
}
|