@types/office-js 1.0.437 → 1.0.438
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 +6 -12
- 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: Thu, 24 Oct 2024
|
|
11
|
+
* Last updated: Thu, 24 Oct 2024 23:02:30 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -119178,35 +119178,29 @@ declare namespace PowerPoint {
|
|
|
119178
119178
|
*/
|
|
119179
119179
|
unsupported = "Unsupported",
|
|
119180
119180
|
/**
|
|
119181
|
-
* The shape is an image
|
|
119181
|
+
* The shape is an image.
|
|
119182
119182
|
* @remarks
|
|
119183
119183
|
* [Api set: PowerPointApi 1.4]
|
|
119184
119184
|
*/
|
|
119185
119185
|
image = "Image",
|
|
119186
119186
|
/**
|
|
119187
|
-
* The shape is a geometric shape such as rectangle
|
|
119187
|
+
* The shape is a geometric shape such as rectangle.
|
|
119188
119188
|
* @remarks
|
|
119189
119189
|
* [Api set: PowerPointApi 1.4]
|
|
119190
119190
|
*/
|
|
119191
119191
|
geometricShape = "GeometricShape",
|
|
119192
119192
|
/**
|
|
119193
|
-
* The shape is a group shape which contains sub-shapes
|
|
119193
|
+
* The shape is a group shape which contains sub-shapes.
|
|
119194
119194
|
* @remarks
|
|
119195
119195
|
* [Api set: PowerPointApi 1.4]
|
|
119196
119196
|
*/
|
|
119197
119197
|
group = "Group",
|
|
119198
119198
|
/**
|
|
119199
|
-
* The shape is a line
|
|
119199
|
+
* The shape is a line.
|
|
119200
119200
|
* @remarks
|
|
119201
119201
|
* [Api set: PowerPointApi 1.4]
|
|
119202
119202
|
*/
|
|
119203
119203
|
line = "Line",
|
|
119204
|
-
/**
|
|
119205
|
-
* The shape is a table
|
|
119206
|
-
* @remarks
|
|
119207
|
-
* [Api set: PowerPointApi 1.4]
|
|
119208
|
-
*/
|
|
119209
|
-
table = "Table",
|
|
119210
119204
|
}
|
|
119211
119205
|
/**
|
|
119212
119206
|
* Determines the type of automatic sizing allowed.
|
|
@@ -119699,7 +119693,7 @@ declare namespace PowerPoint {
|
|
|
119699
119693
|
* @remarks
|
|
119700
119694
|
* [Api set: PowerPointApi 1.4]
|
|
119701
119695
|
*/
|
|
119702
|
-
readonly type: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line"
|
|
119696
|
+
readonly type: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line";
|
|
119703
119697
|
/**
|
|
119704
119698
|
* Specifies the width, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
|
|
119705
119699
|
*
|
|
@@ -120789,7 +120783,7 @@ declare namespace PowerPoint {
|
|
|
120789
120783
|
* @remarks
|
|
120790
120784
|
* [Api set: PowerPointApi 1.4]
|
|
120791
120785
|
*/
|
|
120792
|
-
type?: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line"
|
|
120786
|
+
type?: PowerPoint.ShapeType | "Unsupported" | "Image" | "GeometricShape" | "Group" | "Line";
|
|
120793
120787
|
/**
|
|
120794
120788
|
* Specifies the width, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
|
|
120795
120789
|
*
|
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.438",
|
|
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",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "3fb904b9788e072f143ed2f8011f78783eed2bb267e503332b88ed0b6c4e9b32",
|
|
50
50
|
"typeScriptVersion": "4.8"
|
|
51
51
|
}
|