@types/office-js-preview 1.0.597 → 1.0.599
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-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 27 May 2025 16:39:04 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -9286,8 +9286,6 @@ declare namespace Office {
|
|
|
9286
9286
|
InformationalMessage = "informationalMessage",
|
|
9287
9287
|
/**
|
|
9288
9288
|
* The notification message is an error message.
|
|
9289
|
-
*
|
|
9290
|
-
* **Important**: Only the `InformationalMessage` type is supported in Outlook on Android and on iOS.
|
|
9291
9289
|
*/
|
|
9292
9290
|
ErrorMessage = "errorMessage",
|
|
9293
9291
|
/**
|
|
@@ -139433,7 +139431,7 @@ declare namespace PowerPoint {
|
|
|
139433
139431
|
*/
|
|
139434
139432
|
readonly tags: PowerPoint.TagCollection;
|
|
139435
139433
|
/**
|
|
139436
|
-
* Returns the
|
|
139434
|
+
* Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
|
|
139437
139435
|
*
|
|
139438
139436
|
* @remarks
|
|
139439
139437
|
* [Api set: PowerPointApi 1.4]
|
|
@@ -143103,7 +143101,7 @@ declare namespace PowerPoint {
|
|
|
143103
143101
|
*/
|
|
143104
143102
|
placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
|
|
143105
143103
|
/**
|
|
143106
|
-
|
|
143104
|
+
* For EACH ITEM in the collection: Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
|
|
143107
143105
|
*
|
|
143108
143106
|
* @remarks
|
|
143109
143107
|
* [Api set: PowerPointApi 1.4]
|
|
@@ -143414,7 +143412,7 @@ declare namespace PowerPoint {
|
|
|
143414
143412
|
*/
|
|
143415
143413
|
placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
|
|
143416
143414
|
/**
|
|
143417
|
-
|
|
143415
|
+
* For EACH ITEM in the collection: Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
|
|
143418
143416
|
*
|
|
143419
143417
|
* @remarks
|
|
143420
143418
|
* [Api set: PowerPointApi 1.5]
|
|
@@ -143790,7 +143788,7 @@ declare namespace PowerPoint {
|
|
|
143790
143788
|
*/
|
|
143791
143789
|
placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
|
|
143792
143790
|
/**
|
|
143793
|
-
|
|
143791
|
+
* Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
|
|
143794
143792
|
*
|
|
143795
143793
|
* @remarks
|
|
143796
143794
|
* [Api set: PowerPointApi 1.4]
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.599",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "5fff15439ac218ee8f2b825bdae03abf7b63c81df82333c41eef1389cafbb85a",
|
|
50
50
|
"typeScriptVersion": "5.1",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|