@types/office-js-preview 1.0.595 → 1.0.596

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.
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
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, 13 May 2025 18:40:21 GMT
11
+ * Last updated: Tue, 20 May 2025 00:47:11 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -33845,8 +33845,9 @@ declare namespace Excel {
33845
33845
  /**
33846
33846
  * Determines whether Excel will delay the batch request until the user exits cell edit mode.
33847
33847
  *
33848
- * When false, if the user is in cell edit when the batch request is processed by the host, the batch will automatically fail.
33849
- * When true, the batch request will be executed immediately if the user is not in cell edit mode, but if the user is in cell edit mode the batch request will be delayed until the user exits cell edit mode.
33848
+ * When `false`, if the user is in cell edit when the batch request is processed by the host, the batch automatically fails.
33849
+ * 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.
33850
+ * The default behavior with no `delayForCellEdit` property specified is equivalent to when it is `false`.
33850
33851
  */
33851
33852
  delayForCellEdit?: boolean;
33852
33853
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.595",
3
+ "version": "1.0.596",
4
4
  "description": "TypeScript definitions for office-js-preview",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "98b0e8659d47a30c4a1a857a12c53e45ddd6a4373a9fb2926d692d72353db210",
49
+ "typesPublisherContentHash": "72466b9f1733fd5a3496c7ca41c5121f0bb1083aa4c16fad37ddedb324c09e8f",
50
50
  "typeScriptVersion": "5.1",
51
51
  "nonNpm": true
52
52
  }