@types/office-js 1.0.339 → 1.0.340
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 +5 -5
- 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: 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/index.d.ts
CHANGED
|
@@ -60963,7 +60963,7 @@ declare namespace Excel {
|
|
|
60963
60963
|
unsupportedSheet = "UnsupportedSheet",
|
|
60964
60964
|
invalidOperationInCellEditMode = "InvalidOperationInCellEditMode"
|
|
60965
60965
|
}
|
|
60966
|
-
|
|
60966
|
+
namespace Interfaces {
|
|
60967
60967
|
/**
|
|
60968
60968
|
* Provides ways to load properties of only a subset of members of a collection.
|
|
60969
60969
|
*/
|
|
@@ -93899,7 +93899,7 @@ declare namespace Word {
|
|
|
93899
93899
|
searchDialogIsOpen = "SearchDialogIsOpen",
|
|
93900
93900
|
searchStringInvalidOrTooLong = "SearchStringInvalidOrTooLong",
|
|
93901
93901
|
}
|
|
93902
|
-
|
|
93902
|
+
namespace Interfaces {
|
|
93903
93903
|
/**
|
|
93904
93904
|
* Provides ways to load properties of only a subset of members of a collection.
|
|
93905
93905
|
*/
|
|
@@ -104653,7 +104653,7 @@ declare namespace OneNote {
|
|
|
104653
104653
|
notSupported = "NotSupported",
|
|
104654
104654
|
operationAborted = "OperationAborted",
|
|
104655
104655
|
}
|
|
104656
|
-
|
|
104656
|
+
namespace Interfaces {
|
|
104657
104657
|
/**
|
|
104658
104658
|
* Provides ways to load properties of only a subset of members of a collection.
|
|
104659
104659
|
*/
|
|
@@ -109731,7 +109731,7 @@ declare namespace Visio {
|
|
|
109731
109731
|
notImplemented = "NotImplemented",
|
|
109732
109732
|
unsupportedOperation = "UnsupportedOperation",
|
|
109733
109733
|
}
|
|
109734
|
-
|
|
109734
|
+
namespace Interfaces {
|
|
109735
109735
|
/**
|
|
109736
109736
|
* Provides ways to load properties of only a subset of members of a collection.
|
|
109737
109737
|
*/
|
|
@@ -114236,7 +114236,7 @@ declare namespace PowerPoint {
|
|
|
114236
114236
|
enum ErrorCodes {
|
|
114237
114237
|
generalException = "GeneralException",
|
|
114238
114238
|
}
|
|
114239
|
-
|
|
114239
|
+
namespace Interfaces {
|
|
114240
114240
|
/**
|
|
114241
114241
|
* Provides ways to load properties of only a subset of members of a collection.
|
|
114242
114242
|
*/
|
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.340",
|
|
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",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "fbbf75bbbe0a56a921785db0e31b99fa3afcd7bcb2f861d9c32917fe678a5e63",
|
|
49
49
|
"typeScriptVersion": "4.3"
|
|
50
50
|
}
|