x-block-lib 0.8.55 → 0.8.56

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 +1 -1
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -10167,7 +10167,7 @@ const Xa = /* @__PURE__ */ pt({
10167
10167
  R(f, {
10168
10168
  class: "x-handle cursor-move mr-3",
10169
10169
  icon: "mdi-drag-horizontal-variant",
10170
- onMousedown: h[0] || (h[0] = Kt(() => {
10170
+ onPointerdown: h[0] || (h[0] = Kt(() => {
10171
10171
  }, ["stop"]))
10172
10172
  }),
10173
10173
  X("div", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.55",
4
+ "version": "0.8.56",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -34,11 +34,11 @@
34
34
  "lodash-es": "^4.17.21",
35
35
  "vue": "^3.5.25",
36
36
  "vue-draggable-plus": "^0.6.0",
37
- "vue-i18n": "^11.2.1",
37
+ "vue-i18n": "^11.2.2",
38
38
  "vue-router": "^4.6.3",
39
- "vuetify": "^3.11.1",
40
- "x-essential-lib": "^0.9.18",
41
- "x-runtime-lib": "^0.8.109",
39
+ "vuetify": "^3.11.2",
40
+ "x-essential-lib": "^0.9.19",
41
+ "x-runtime-lib": "^0.8.113",
42
42
  "x-state-lib": "^0.3.29"
43
43
  },
44
44
  "devDependencies": {
@@ -49,15 +49,15 @@
49
49
  "eslint": "^9.39.1",
50
50
  "eslint-config-prettier": "^10.1.8",
51
51
  "eslint-plugin-prettier": "^5.5.4",
52
- "eslint-plugin-vue": "^10.6.0",
52
+ "eslint-plugin-vue": "^10.6.2",
53
53
  "globals": "^16.5.0",
54
54
  "husky": "^9.1.7",
55
55
  "lint-staged": "^16.2.7",
56
- "prettier": "3.6.2",
56
+ "prettier": "3.7.4",
57
57
  "sass": "^1.94.2",
58
58
  "typescript": "^5.9.3",
59
- "typescript-eslint": "^8.48.0",
60
- "vite": "^7.2.4",
59
+ "typescript-eslint": "^8.48.1",
60
+ "vite": "^7.2.6",
61
61
  "vite-plugin-css-injected-by-js": "^3.5.2",
62
62
  "vite-plugin-vuetify": "^2.1.2",
63
63
  "vue-eslint-parser": "^10.2.0",