x-prop-tree 0.7.10 → 0.7.12

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 +6 -6
  2. package/package.json +18 -18
package/dist/index.js CHANGED
@@ -948,8 +948,8 @@ const rn = { class: "text-subtitle-2 ml-1" }, un = { class: "text-caption text-g
948
948
  default: J(() => [
949
949
  Ce(W(f.value), 1)
950
950
  ]),
951
- _: 2
952
- }, 1040)
951
+ _: 1
952
+ }, 16)
953
953
  ]),
954
954
  default: J(() => [
955
955
  F("div", {
@@ -1067,8 +1067,8 @@ const hn = { class: "d-flex justify-space-between align-center" }, _n = /* @__PU
1067
1067
  default: J(() => [
1068
1068
  Ce(W(e.value ? e.value : L(t)("x-runtime-lib.notSet")), 1)
1069
1069
  ]),
1070
- _: 2
1071
- }, 1040, ["color", "disabled"])
1070
+ _: 1
1071
+ }, 16, ["color", "disabled"])
1072
1072
  ], 4),
1073
1073
  u.hasDelete ? (C(), B(f, {
1074
1074
  key: 0,
@@ -1323,8 +1323,8 @@ const xn = /* @__PURE__ */ R({
1323
1323
  default: J(() => [
1324
1324
  Ce(W(f.value), 1)
1325
1325
  ]),
1326
- _: 2
1327
- }, 1040)
1326
+ _: 1
1327
+ }, 16)
1328
1328
  ]),
1329
1329
  default: J(() => [
1330
1330
  D(P, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-prop-tree",
3
3
  "private": false,
4
- "version": "0.7.10",
4
+ "version": "0.7.12",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -23,36 +23,36 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "lodash-es": "^4.17.21",
26
- "vue": "^3.5.19",
27
- "vue-i18n": "^11.1.11",
28
- "vuetify": "^3.9.5",
29
- "x-block-lib": "^0.7.22",
30
- "x-essential-lib": "^0.8.30",
31
- "x-group-list": "^0.4.4",
32
- "x-runtime-lib": "^0.7.36",
33
- "x-state-lib": "^0.3.11"
26
+ "vue": "^3.5.21",
27
+ "vue-i18n": "^11.1.12",
28
+ "vuetify": "^3.10.0",
29
+ "x-block-lib": "^0.8.0",
30
+ "x-essential-lib": "^0.9.0",
31
+ "x-group-list": "^0.4.6",
32
+ "x-runtime-lib": "^0.8.0",
33
+ "x-state-lib": "^0.3.18"
34
34
  },
35
35
  "devDependencies": {
36
- "@eslint/js": "^9.34.0",
36
+ "@eslint/js": "^9.35.0",
37
37
  "@types/lodash-es": "^4.17.12",
38
- "@types/node": "^24.3.0",
38
+ "@types/node": "^24.3.3",
39
39
  "@vitejs/plugin-vue": "^6.0.1",
40
- "eslint": "^9.34.0",
40
+ "eslint": "^9.35.0",
41
41
  "eslint-config-prettier": "^10.1.8",
42
42
  "eslint-plugin-prettier": "^5.5.4",
43
43
  "eslint-plugin-vue": "^10.4.0",
44
- "globals": "^16.3.0",
44
+ "globals": "^16.4.0",
45
45
  "husky": "^9.1.7",
46
- "lint-staged": "^16.1.5",
46
+ "lint-staged": "^16.1.6",
47
47
  "prettier": "3.6.2",
48
- "sass": "^1.90.0",
48
+ "sass": "^1.92.1",
49
49
  "typescript": "^5.9.2",
50
- "typescript-eslint": "^8.40.0",
51
- "vite": "^7.1.3",
50
+ "typescript-eslint": "^8.43.0",
51
+ "vite": "^7.1.5",
52
52
  "vite-plugin-css-injected-by-js": "^3.5.2",
53
53
  "vite-plugin-vuetify": "^2.1.2",
54
54
  "vue-eslint-parser": "^10.2.0",
55
55
  "vue-router": "^4.5.1",
56
- "vue-tsc": "^3.0.6"
56
+ "vue-tsc": "^3.0.7"
57
57
  }
58
58
  }