@types/office-js-preview 1.0.344 → 1.0.345
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: Tue, 11 Oct 2022
|
|
11
|
+
* Last updated: Tue, 11 Oct 2022 19:03:07 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
|
@@ -14552,7 +14552,7 @@ declare namespace Office {
|
|
|
14552
14552
|
/**
|
|
14553
14553
|
* Gets currently selected messages on which an add-in can activate and perform operations. An add-in can activate on a maximum of 100 messages at a time.
|
|
14554
14554
|
* To learn more about item multi-select, see
|
|
14555
|
-
*
|
|
14555
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages (preview)}.
|
|
14556
14556
|
*
|
|
14557
14557
|
* @remarks
|
|
14558
14558
|
* [Api set: Mailbox preview]
|
|
@@ -14576,7 +14576,7 @@ declare namespace Office {
|
|
|
14576
14576
|
/**
|
|
14577
14577
|
* Gets currently selected messages on which an add-in can activate and perform operations. An add-in can activate on a maximum of 100 messages at a time.
|
|
14578
14578
|
* To learn more about item multi-select, see
|
|
14579
|
-
*
|
|
14579
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/item-multi-select | Activate your Outlook add-in on multiple messages (preview)}.
|
|
14580
14580
|
*
|
|
14581
14581
|
* @remarks
|
|
14582
14582
|
* [Api set: Mailbox preview]
|
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.345",
|
|
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": "ae68728106dd1e0a87a2dc905c398e2b4decbef4a2501e3be74068756abe99d7",
|
|
49
49
|
"typeScriptVersion": "4.1"
|
|
50
50
|
}
|