@lvce-editor/virtual-dom 5.0.0 → 5.1.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -798,6 +798,8 @@ const getEventListenerArg = (param, event) => {
798
798
  return event.shiftKey;
799
799
  case 'event.target.className':
800
800
  return event.target.className;
801
+ case 'event.target.dataset.groupIndex':
802
+ return event.target.dataset.groupIndex;
801
803
  case 'event.target.dataset.index':
802
804
  return event.target.dataset.index;
803
805
  case 'event.target.dataset.name':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/virtual-dom",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/lvce-editor/virtual-dom.git"