@vue-dnd-kit/core 2.4.0 → 2.4.1

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.
@@ -23,6 +23,7 @@ declare function __VLS_template(): {
23
23
  toJSON: () => any;
24
24
  };
25
25
  initialOuterHTML: string;
26
+ id: string | number | symbol;
26
27
  render?: Component;
27
28
  events?: {
28
29
  onSelfDragStart?: ((event: import('..').IDragEvent) => void) | undefined;
@@ -178,6 +178,7 @@ export interface IDragActivation {
178
178
  export type TCondition = 'any' | 'both';
179
179
 
180
180
  export interface IDraggableEntity extends IBaseEntity {
181
+ id: string | number | symbol;
181
182
  render?: Component;
182
183
  events?: IDraggableEvents;
183
184
  payload?: TDraggablePayload;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-dnd-kit/core",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Core functionality for Vue DnD Kit - a lightweight Vue 3 library for building performant and accessible drag and drop interfaces",
5
5
  "author": "ZiZIGY",
6
6
  "license": "MIT",