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