@types/office-js 1.0.501 → 1.0.503

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 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, 13 May 2025 18:40:21 GMT
11
+ * Last updated: Thu, 22 May 2025 18:02:31 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -9234,8 +9234,6 @@ declare namespace Office {
9234
9234
  InformationalMessage = "informationalMessage",
9235
9235
  /**
9236
9236
  * The notification message is an error message.
9237
- *
9238
- * **Important**: Only the `InformationalMessage` type is supported in Outlook on Android and on iOS.
9239
9237
  */
9240
9238
  ErrorMessage = "errorMessage",
9241
9239
  /**
@@ -31789,8 +31787,9 @@ declare namespace Excel {
31789
31787
  /**
31790
31788
  * Determines whether Excel will delay the batch request until the user exits cell edit mode.
31791
31789
  *
31792
- * When false, if the user is in cell edit when the batch request is processed by the host, the batch will automatically fail.
31793
- * 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.
31790
+ * When `false`, if the user is in cell edit when the batch request is processed by the host, the batch automatically fails.
31791
+ * 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.
31792
+ * The default behavior with no `delayForCellEdit` property specified is equivalent to when it is `false`.
31794
31793
  */
31795
31794
  delayForCellEdit?: boolean;
31796
31795
  }
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.501",
3
+ "version": "1.0.503",
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": "6b4b74a76c173b11db9d4c46b0ad24430ba77fb3af6a3f93e901c65b7ca32a1b",
49
+ "typesPublisherContentHash": "77a6cc7c974b1a7461e64fb261b1b8a80c482e1ebffacb633632beccfa475811",
50
50
  "typeScriptVersion": "5.1"
51
51
  }