x-prop-tree 0.8.8 → 0.8.9
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 +3 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1069,9 +1069,10 @@ var ht = { class: "d-flex justify-space-between align-center" }, gt = /* @__PURE
|
|
|
1069
1069
|
let { t: n } = B(), r = M(e, "modelValue"), i = t, a = o(() => {
|
|
1070
1070
|
let t = [];
|
|
1071
1071
|
return re(e.items)?.forEach(({ value: e, title: r }) => {
|
|
1072
|
-
|
|
1072
|
+
let i = e;
|
|
1073
|
+
r && (i = n(r)), t.push({
|
|
1073
1074
|
value: e,
|
|
1074
|
-
title:
|
|
1075
|
+
title: i
|
|
1075
1076
|
});
|
|
1076
1077
|
}), t;
|
|
1077
1078
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-prop-tree",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"vuetify": "^4.0.5"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"x-block-lib": "^0.10.
|
|
31
|
+
"x-block-lib": "^0.10.27",
|
|
32
32
|
"x-error-lib": "^0.5.17",
|
|
33
33
|
"x-essential-lib": "^0.9.31",
|
|
34
34
|
"x-group-list": "^0.4.13",
|
|
35
|
-
"x-runtime-lib": "^0.9.
|
|
35
|
+
"x-runtime-lib": "^0.9.35",
|
|
36
36
|
"x-state-lib": "^0.3.43"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|