@types/office-runtime 1.0.32 → 1.0.34
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-runtime/LICENSE +0 -0
- office-runtime/README.md +1 -2
- office-runtime/index.d.ts +2 -14
- office-runtime/package.json +14 -13
office-runtime/LICENSE
CHANGED
|
File without changes
|
office-runtime/README.md
CHANGED
|
@@ -8,9 +8,8 @@ This package contains type definitions for office-runtime (https://github.com/Of
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-runtime.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
|
-
* Global values: `OfficeRuntime`
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [OfficeDev](https://github.com/OfficeDev), [David Chesnut](https://github.com/davidchesnut), [Alex Jerabek](https://github.com/AlexJerabek), [Ricky Kirkham](https://github.com/rick-kirkham), and [Alison McKay](https://github.com/alison-mk).
|
office-runtime/index.d.ts
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
// Type definitions for non-npm package office-runtime 1.0
|
|
2
|
-
// Project: https://github.com/OfficeDev/office-js
|
|
3
|
-
// Definitions by: OfficeDev <https://github.com/OfficeDev>,
|
|
4
|
-
// David Chesnut <https://github.com/davidchesnut>,
|
|
5
|
-
// Alex Jerabek <https://github.com/AlexJerabek>,
|
|
6
|
-
// Ricky Kirkham <https://github.com/rick-kirkham>,
|
|
7
|
-
// Alison McKay <https://github.com/alison-mk>
|
|
8
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
9
|
-
// Typescript Version: 2.4
|
|
10
|
-
|
|
11
1
|
/*
|
|
12
2
|
office-runtime
|
|
13
3
|
Copyright (c) Microsoft Corporation
|
|
@@ -355,11 +345,9 @@ declare namespace OfficeRuntime {
|
|
|
355
345
|
*
|
|
356
346
|
* **Important**:
|
|
357
347
|
*
|
|
358
|
-
* - In Outlook, this API isn't supported in
|
|
359
|
-
*
|
|
360
|
-
* - If the add-in is loaded in an Outlook.com or Gmail mailbox.
|
|
348
|
+
* - In Outlook, this API isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
361
349
|
*
|
|
362
|
-
*
|
|
350
|
+
* - In Outlook on the web, this API isn't supported if you use the Safari browser. This results in error 13001 ("The user is not signed into Office").
|
|
363
351
|
*
|
|
364
352
|
* - In Outlook on the web, if you use the
|
|
365
353
|
* {@link https://learn.microsoft.com/javascript/api/office/office.ui#office-office-ui-displaydialogasync-member(1) | displayDialogAsync}
|
office-runtime/package.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"description": "TypeScript definitions for office-runtime",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-runtime",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "OfficeDev",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "OfficeDev",
|
|
11
|
+
"url": "https://github.com/OfficeDev"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "David Chesnut",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "davidchesnut",
|
|
16
|
+
"url": "https://github.com/davidchesnut"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Alex Jerabek",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "AlexJerabek",
|
|
21
|
+
"url": "https://github.com/AlexJerabek"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "Ricky Kirkham",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"githubUsername": "rick-kirkham",
|
|
26
|
+
"url": "https://github.com/rick-kirkham"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "Alison McKay",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"githubUsername": "alison-mk",
|
|
31
|
+
"url": "https://github.com/alison-mk"
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
34
|
"main": "",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
44
|
-
"typeScriptVersion": "4.
|
|
43
|
+
"typesPublisherContentHash": "3d1622f2ce7d40e370f80040d81a21753e55d5083295f58fe3ef06699821c741",
|
|
44
|
+
"typeScriptVersion": "4.5",
|
|
45
|
+
"nonNpm": true
|
|
45
46
|
}
|