@types/office-js 1.0.460 → 1.0.461

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: Thu, 30 Jan 2025 16:02:41 GMT
11
+ * Last updated: Thu, 30 Jan 2025 20:33:16 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -3677,7 +3677,7 @@ declare namespace Office {
3677
3677
  *
3678
3678
  * 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
3679
3679
  *
3680
- * 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
3680
+ * 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
3681
3681
  *
3682
3682
  * The `BeforeDocumentCloseNotification` API is only supported in Excel.
3683
3683
  * @param handler The event handler that is called when the dialog is cancelled.
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.460",
3
+ "version": "1.0.461",
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": "077022c7731ecdf4adcd103340278d166c72664e34c134ef71b68615e972e8b1",
49
+ "typesPublisherContentHash": "f548a06cf939fabf04ef70a55177864b528e214ae730ebc105bc4728d3312ae8",
50
50
  "typeScriptVersion": "5.0"
51
51
  }