x-block-lib 0.6.10 → 0.6.11
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 +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -12041,7 +12041,7 @@ const hg = { class: "position-relative w-100 h-100" }, fg = /* @__PURE__ */ ft({
|
|
|
12041
12041
|
setup(e, { expose: t, emit: n }) {
|
|
12042
12042
|
const o = Mi(e, "lock"), i = Mi(e, "scale"), s = n, a = Mt();
|
|
12043
12043
|
let l;
|
|
12044
|
-
const c = Mt(!
|
|
12044
|
+
const c = Mt(!0), _ = Mt(!1), h = Be(() => e.type === "json" ? "tree" : "list"), d = Be(() => ({
|
|
12045
12045
|
position: "absolute",
|
|
12046
12046
|
background: e.dark ? "#0000007f" : "#ffffff7f",
|
|
12047
12047
|
top: "1px",
|
|
@@ -12139,7 +12139,7 @@ const hg = { class: "position-relative w-100 h-100" }, fg = /* @__PURE__ */ ft({
|
|
|
12139
12139
|
return dn(() => {
|
|
12140
12140
|
window.addEventListener("keydown", R, !1);
|
|
12141
12141
|
}), Oo(() => {
|
|
12142
|
-
window.
|
|
12142
|
+
window.removeEventListener("keydown", R, !1);
|
|
12143
12143
|
}), Lt(
|
|
12144
12144
|
() => e.locale,
|
|
12145
12145
|
(k) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.11",
|
|
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.7.13",
|
|
34
|
-
"x-essential-lib": "^0.8.
|
|
35
|
-
"x-runtime-lib": "^0.6.
|
|
34
|
+
"x-essential-lib": "^0.8.3",
|
|
35
|
+
"x-runtime-lib": "^0.6.8",
|
|
36
36
|
"x-state-lib": "^0.2.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|