@types/office-js-preview 1.0.408 → 1.0.409
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: Fri, 25 Aug 2023 17:33:47 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
|
@@ -64643,7 +64643,7 @@ declare namespace Excel {
|
|
|
64643
64643
|
unsupportedSheet = "UnsupportedSheet",
|
|
64644
64644
|
invalidOperationInCellEditMode = "InvalidOperationInCellEditMode"
|
|
64645
64645
|
}
|
|
64646
|
-
|
|
64646
|
+
namespace Interfaces {
|
|
64647
64647
|
/**
|
|
64648
64648
|
* Provides ways to load properties of only a subset of members of a collection.
|
|
64649
64649
|
*/
|
|
@@ -100924,7 +100924,7 @@ declare namespace Word {
|
|
|
100924
100924
|
searchDialogIsOpen = "SearchDialogIsOpen",
|
|
100925
100925
|
searchStringInvalidOrTooLong = "SearchStringInvalidOrTooLong",
|
|
100926
100926
|
}
|
|
100927
|
-
|
|
100927
|
+
namespace Interfaces {
|
|
100928
100928
|
/**
|
|
100929
100929
|
* Provides ways to load properties of only a subset of members of a collection.
|
|
100930
100930
|
*/
|
|
@@ -112730,7 +112730,7 @@ declare namespace OneNote {
|
|
|
112730
112730
|
notSupported = "NotSupported",
|
|
112731
112731
|
operationAborted = "OperationAborted",
|
|
112732
112732
|
}
|
|
112733
|
-
|
|
112733
|
+
namespace Interfaces {
|
|
112734
112734
|
/**
|
|
112735
112735
|
* Provides ways to load properties of only a subset of members of a collection.
|
|
112736
112736
|
*/
|
|
@@ -117808,7 +117808,7 @@ declare namespace Visio {
|
|
|
117808
117808
|
notImplemented = "NotImplemented",
|
|
117809
117809
|
unsupportedOperation = "UnsupportedOperation",
|
|
117810
117810
|
}
|
|
117811
|
-
|
|
117811
|
+
namespace Interfaces {
|
|
117812
117812
|
/**
|
|
117813
117813
|
* Provides ways to load properties of only a subset of members of a collection.
|
|
117814
117814
|
*/
|
|
@@ -122313,7 +122313,7 @@ declare namespace PowerPoint {
|
|
|
122313
122313
|
enum ErrorCodes {
|
|
122314
122314
|
generalException = "GeneralException",
|
|
122315
122315
|
}
|
|
122316
|
-
|
|
122316
|
+
namespace Interfaces {
|
|
122317
122317
|
/**
|
|
122318
122318
|
* Provides ways to load properties of only a subset of members of a collection.
|
|
122319
122319
|
*/
|
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.409",
|
|
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": "2f3fe95d1cc42e31b28d024a29ac81aaa7fd1cbe036f36f57fb1b10dbd92fb2e",
|
|
49
49
|
"typeScriptVersion": "4.3"
|
|
50
50
|
}
|