@types/office-js 1.0.501 → 1.0.502
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 +3 -2
- 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: Tue,
|
|
11
|
+
* Last updated: Tue, 20 May 2025 00:47:11 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -31789,8 +31789,9 @@ declare namespace Excel {
|
|
|
31789
31789
|
/**
|
|
31790
31790
|
* Determines whether Excel will delay the batch request until the user exits cell edit mode.
|
|
31791
31791
|
*
|
|
31792
|
-
* When false
|
|
31793
|
-
* When true
|
|
31792
|
+
* When `false`, if the user is in cell edit when the batch request is processed by the host, the batch automatically fails.
|
|
31793
|
+
* When `true`, the batch request is executed immediately if the user is not in cell edit mode, but if the user is in cell edit mode then the batch request is delayed until the user exits cell edit mode.
|
|
31794
|
+
* The default behavior with no `delayForCellEdit` property specified is equivalent to when it is `false`.
|
|
31794
31795
|
*/
|
|
31795
31796
|
delayForCellEdit?: boolean;
|
|
31796
31797
|
}
|
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.502",
|
|
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",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "1298e3013509be620088e22fa5697884a0c41ff78b64cc6bd7a36c9b653b3455",
|
|
50
50
|
"typeScriptVersion": "5.1"
|
|
51
51
|
}
|