x-block-lib 0.6.48 → 0.6.50

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.
@@ -60,6 +60,7 @@ const _ = {
60
60
  EVENT_SLOT_CHANGE: "slot change",
61
61
  EVENT_STARTUP: "startup",
62
62
  EVENT_SCREEN_SIZE_CHANGE: "screen size change",
63
+ EVENT_SUBMIT: "submit",
63
64
  EVENT_DARK_MODE_CHANGE: "dark mode change",
64
65
  // label
65
66
  LABEL_BOOLEAN: "Boolean",
@@ -60,6 +60,7 @@ const _ = {
60
60
  EVENT_SLOT_CHANGE: "插槽变化",
61
61
  EVENT_STARTUP: "启动",
62
62
  EVENT_SCREEN_SIZE_CHANGE: "屏幕大小变化",
63
+ EVENT_SUBMIT: "提交",
63
64
  EVENT_DARK_MODE_CHANGE: "暗模式变化",
64
65
  // label
65
66
  LABEL_BOOLEAN: "布尔",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.6.48",
4
+ "version": "0.6.50",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -31,8 +31,8 @@
31
31
  "vue": "^3.5.13",
32
32
  "vue-draggable-plus": "^0.6.0",
33
33
  "vuetify": "^3.8.1",
34
- "x-essential-lib": "^0.8.7",
35
- "x-runtime-lib": "^0.6.47",
34
+ "x-essential-lib": "^0.8.8",
35
+ "x-runtime-lib": "^0.6.50",
36
36
  "x-state-lib": "^0.2.2"
37
37
  },
38
38
  "devDependencies": {