x-prop-tree 0.6.26 → 0.6.27
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 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1061,7 +1061,7 @@ const Be = /* @__PURE__ */ G({
|
|
|
1061
1061
|
class: "d-flex align-center cursor-pointer",
|
|
1062
1062
|
style: re(i.value),
|
|
1063
1063
|
onClick: a,
|
|
1064
|
-
onContextmenu: J(u, ["prevent"]),
|
|
1064
|
+
onContextmenu: J(u, ["self", "prevent"]),
|
|
1065
1065
|
onMouseover: v[2] || (v[2] = (C) => o.value = !0),
|
|
1066
1066
|
onMouseout: v[3] || (v[3] = (C) => o.value = !1)
|
|
1067
1067
|
}, [
|
|
@@ -1113,7 +1113,7 @@ const Be = /* @__PURE__ */ G({
|
|
|
1113
1113
|
return le((A(), K("div", {
|
|
1114
1114
|
class: "d-flex justify-space-between align-center cursor-pointer",
|
|
1115
1115
|
style: re(i.value),
|
|
1116
|
-
onContextmenu: J(a, ["prevent"]),
|
|
1116
|
+
onContextmenu: J(a, ["self", "prevent"]),
|
|
1117
1117
|
onMouseover: s[0] || (s[0] = (c) => o.value = !0),
|
|
1118
1118
|
onMouseout: s[1] || (s[1] = (c) => o.value = !1)
|
|
1119
1119
|
}, [
|
|
@@ -1953,7 +1953,7 @@ const Ws = /* @__PURE__ */ G({
|
|
|
1953
1953
|
};
|
|
1954
1954
|
return t({ save: () => {
|
|
1955
1955
|
const c = u.value.save();
|
|
1956
|
-
n.value = JSON.stringify(c);
|
|
1956
|
+
n.value = JSON.stringify(c, null, 2);
|
|
1957
1957
|
} }), (c, f) => (A(), B(w(Zn), {
|
|
1958
1958
|
ref_key: "target",
|
|
1959
1959
|
ref: u,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-prop-tree",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.27",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"vue": "^3.5.13",
|
|
27
27
|
"vue-i18n": "^11.1.3",
|
|
28
28
|
"vuetify": "^3.8.1",
|
|
29
|
-
"x-block-lib": "^0.6.
|
|
29
|
+
"x-block-lib": "^0.6.34",
|
|
30
30
|
"x-essential-lib": "^0.8.7",
|
|
31
31
|
"x-group-list": "^0.4.1",
|
|
32
32
|
"x-runtime-lib": "^0.6.44",
|