@lvce-editor/virtual-dom 1.24.0 → 1.26.0

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.
package/dist/index.js CHANGED
@@ -397,6 +397,12 @@ const setProp = ($Element, key, value, eventMap, newEventMap) => {
397
397
  case 'onClick':
398
398
  case 'onContextMenu':
399
399
  case 'onDblClick':
400
+ case 'onDragEnd':
401
+ case 'onDragEnter':
402
+ case 'onDragLeave':
403
+ case 'onDragOver':
404
+ case 'onDragStart':
405
+ case 'onDrop':
400
406
  case 'onFocus':
401
407
  case 'onFocusIn':
402
408
  case 'onFocusOut':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/virtual-dom",
3
- "version": "1.24.0",
3
+ "version": "1.26.0",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -66,6 +66,12 @@ export const setProp = (
66
66
  case 'onClick':
67
67
  case 'onContextMenu':
68
68
  case 'onDblClick':
69
+ case 'onDragEnd':
70
+ case 'onDragEnter':
71
+ case 'onDragLeave':
72
+ case 'onDragOver':
73
+ case 'onDragStart':
74
+ case 'onDrop':
69
75
  case 'onFocus':
70
76
  case 'onFocusIn':
71
77
  case 'onFocusOut':