@types/office-js-preview 1.0.285 → 1.0.286
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 (https://github.com/OfficeD
|
|
|
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, 14 Feb 2022 22:01:26 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -2189,7 +2189,7 @@ declare namespace Office {
|
|
|
2189
2189
|
*/
|
|
2190
2190
|
enum EventType {
|
|
2191
2191
|
/**
|
|
2192
|
-
* A Document.ActiveViewChanged event was raised.
|
|
2192
|
+
* A Document.ActiveViewChanged event was raised in PowerPoint.
|
|
2193
2193
|
*
|
|
2194
2194
|
* @remarks
|
|
2195
2195
|
*
|
|
@@ -3925,8 +3925,8 @@ declare namespace Office {
|
|
|
3925
3925
|
* @param options Provides an option for preserving context data of any type, unchanged, for use in a callback.
|
|
3926
3926
|
* @param callback Optional. A function that is invoked when the callback returns, whose only parameter is of type {@link Office.AsyncResult}.
|
|
3927
3927
|
* The `value` property of the result is the state of the presentation's current view.
|
|
3928
|
-
* The value returned can be either "edit" or "read". "edit" corresponds to any of the views in which you can edit slides
|
|
3929
|
-
*
|
|
3928
|
+
* The value returned can be either "edit" or "read". "edit" corresponds to any of the views in which you can edit slides:
|
|
3929
|
+
* Normal, Slide Sorter, or Outline View. "read" corresponds to either Slide Show or Reading View.
|
|
3930
3930
|
*/
|
|
3931
3931
|
getActiveViewAsync(options?: Office.AsyncContextOptions, callback?: (result: AsyncResult<"edit" | "read">) => void): void;
|
|
3932
3932
|
/**
|
|
@@ -3940,8 +3940,8 @@ declare namespace Office {
|
|
|
3940
3940
|
*
|
|
3941
3941
|
* @param callback Optional. A function that is invoked when the callback returns, whose only parameter is of type {@link Office.AsyncResult}.
|
|
3942
3942
|
* The `value` property of the result is the state of the presentation's current view.
|
|
3943
|
-
* The value returned can be either "edit" or "read". "edit" corresponds to any of the views in which you can edit slides
|
|
3944
|
-
*
|
|
3943
|
+
* The value returned can be either "edit" or "read". "edit" corresponds to any of the views in which you can edit slides:
|
|
3944
|
+
* Normal, Slide Sorter, or Outline View. "read" corresponds to either Slide Show or Reading View.
|
|
3945
3945
|
*/
|
|
3946
3946
|
getActiveViewAsync(callback?: (result: AsyncResult<"edit" | "read">) => void): void;
|
|
3947
3947
|
/**
|
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.286",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "149cf1d655b3d137c06c501861ef4478db9e3cbcf3338ee87b67648c27d6f203",
|
|
49
49
|
"typeScriptVersion": "3.8"
|
|
50
50
|
}
|