@types/office-js 1.0.230 → 1.0.231
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 +4 -0
- 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:
|
|
11
|
+
* Last updated: Tue, 11 Jan 2022 19:31:34 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js/index.d.ts
CHANGED
|
@@ -329,6 +329,10 @@ declare namespace Office {
|
|
|
329
329
|
* @param useShortNamespace True to use the shortcut alias; otherwise false to disable it. The default is true.
|
|
330
330
|
*/
|
|
331
331
|
function useShortNamespace(useShortNamespace: boolean): void;
|
|
332
|
+
/**
|
|
333
|
+
* Provides a method for associating action names with functions that carry out an action.
|
|
334
|
+
*/
|
|
335
|
+
const actions: Actions;
|
|
332
336
|
/**
|
|
333
337
|
* Represents the add-in.
|
|
334
338
|
*/
|
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.231",
|
|
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",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
43
|
+
"typesPublisherContentHash": "af809c52ba61053953780fc785bf2830bc88f5fe4fe11cfdf905ebfd9f2bfd78",
|
|
44
44
|
"typeScriptVersion": "3.8"
|
|
45
45
|
}
|