@types/office-js 1.0.528 → 1.0.530

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: Wed, 27 Aug 2025 16:02:42 GMT
11
+ * Last updated: Wed, 27 Aug 2025 22:35:02 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -688,16 +688,16 @@ declare namespace Office {
688
688
  * Occurs in Outlook on the web and the new Outlook on Windows when messages or file attachments in the Outlook client window are
689
689
  * dragged then dropped into the task pane of an add-in.
690
690
  *
691
- * To add an event handler for the `ItemDraggedAndDropped` event, use the `addHandlerAsync` method of the `Mailbox` object.
691
+ * To add an event handler for the `DragAndDropEvent` event, use the `addHandlerAsync` method of the `Mailbox` object.
692
692
  * The event handler receives an argument of type
693
693
  * {@link https://learn.microsoft.com/javascript/api/outlook/office.draganddropeventargs | Office.DragAndDropEventArgs}.
694
694
  *
695
- * **Important**: The `ItemDraggedAndDropped` event isn't supported in Outlook on Windows (classic) and on Mac. If the `ItemDraggedAndDropped` handler
695
+ * **Important**: The `DragAndDropEvent` event isn't supported in Outlook on Windows (classic) and on Mac. If the `DragAndDropEvent` handler
696
696
  * runs on these clients, an error occurs ("This event isn't supported on this platform.").
697
697
  *
698
698
  * [Api set: Mailbox 1.5]
699
699
  */
700
- ItemDraggedAndDropped,
700
+ DragAndDropEvent,
701
701
  /**
702
702
  * Triggers when a `customXmlPart` node is deleted.
703
703
  */
@@ -7275,7 +7275,7 @@ declare namespace Office {
7275
7275
  *
7276
7276
  * @remarks
7277
7277
  *
7278
- * **Important**: The `fluentThemeData` property is only supported on Win32.
7278
+ * **Important**: The `fluentThemeData` property is only supported on the Excel, PowerPoint, and Word desktop clients for Windows.
7279
7279
  */
7280
7280
  fluentThemeData?: object;
7281
7281
  }
@@ -14366,7 +14366,7 @@ declare namespace Office {
14366
14366
  }
14367
14367
  /**
14368
14368
  * Provides details about the mouse pointer position and the messages or file attachments being dragged and dropped into an add-in's task pane when the
14369
- * `Office.EventType.ItemDraggedAndDropped` event is raised.
14369
+ * `Office.EventType.DragAndDropEvent` event is raised.
14370
14370
  *
14371
14371
  * @remarks
14372
14372
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.528",
3
+ "version": "1.0.530",
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": "055397b64e2c1ae522a2227b94c1303d12230efbe310dbf0bc06393282a61015",
49
+ "typesPublisherContentHash": "5f6ef991d8caaee213e8d20a1dd0f1d6fadf2b0183afa18f0ec499c1554f474c",
50
50
  "typeScriptVersion": "5.2"
51
51
  }