@types/office-js-preview 1.0.603 → 1.0.605
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: Mon, 09 Jun 2025 20:36:35 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -23919,9 +23919,9 @@ declare namespace Office {
|
|
|
23919
23919
|
* - To learn how to implement the `commandId` property in your spam-reporting add-in, see
|
|
23920
23920
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/spam-reporting#open-a-task-pane-after-reporting-a-message | Open a task pane after reporting a message}.
|
|
23921
23921
|
*
|
|
23922
|
-
* - The `commandId` value must match the task pane ID specified in the manifest of your add-in. In
|
|
23923
|
-
*
|
|
23924
|
-
*
|
|
23922
|
+
* - The `commandId` value must match the task pane ID specified in the manifest of your add-in. In the unified manifest for Microsoft 365, the ID is specified in the "id" property of the
|
|
23923
|
+
* {@link https://learn.microsoft.com/microsoft-365/extensibility/schema/extension-common-custom-group-controls-item#id | "extensions.ribbons.tabs.groups.controls"} object that represents the task pane.
|
|
23924
|
+
* In an add-in only manifest, the ID is specified in the `id` attribute of the {@link https://learn.microsoft.com/javascript/api/manifest/control | Control} element that represents the task pane.
|
|
23925
23925
|
*
|
|
23926
23926
|
* - If you configure the `commandId` option in the `event.completed` call, a post-processing dialog isn't shown to the user
|
|
23927
23927
|
* even if the `showPostProcessingDialog` option is specified in the call.
|
|
@@ -144334,7 +144334,7 @@ declare namespace PowerPoint {
|
|
|
144334
144334
|
*
|
|
144335
144335
|
* [Api set: PowerPointApi 1.1]
|
|
144336
144336
|
*
|
|
144337
|
-
* @param base64File Optional. The Base64-encoded .pptx file. The default value is null.
|
|
144337
|
+
* @param base64File Optional. The Base64-encoded .pptx file. The default value is null. The maximum length of the string is 71,680,000 characters.
|
|
144338
144338
|
*/
|
|
144339
144339
|
function createPresentation(base64File?: string): Promise<void>;
|
|
144340
144340
|
}
|
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.605",
|
|
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": "079f10cb777052686457ee8b51ba1e0085a5a8cf47cdcea78aee9b019a1accd5",
|
|
50
50
|
"typeScriptVersion": "5.1",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|