x-prop-tree 0.2.1 → 0.2.2
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 +9 -9
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3327,22 +3327,22 @@ function Ic() {
|
|
|
3327
3327
|
Za(
|
|
3328
3328
|
"global",
|
|
3329
3329
|
() => {
|
|
3330
|
-
const e = R();
|
|
3330
|
+
const e = ja(), t = R();
|
|
3331
3331
|
Y(
|
|
3332
|
-
|
|
3333
|
-
(
|
|
3334
|
-
|
|
3332
|
+
t,
|
|
3333
|
+
(o) => {
|
|
3334
|
+
e.global.name.value = o ? "dark" : "light";
|
|
3335
3335
|
},
|
|
3336
3336
|
{
|
|
3337
3337
|
immediate: !0
|
|
3338
3338
|
}
|
|
3339
3339
|
);
|
|
3340
|
-
const
|
|
3340
|
+
const n = R("en"), r = R({}), a = R("");
|
|
3341
3341
|
return {
|
|
3342
|
-
dark:
|
|
3343
|
-
locale:
|
|
3344
|
-
permissionObjects:
|
|
3345
|
-
permissionChecksum:
|
|
3342
|
+
dark: t,
|
|
3343
|
+
locale: n,
|
|
3344
|
+
permissionObjects: r,
|
|
3345
|
+
permissionChecksum: a
|
|
3346
3346
|
};
|
|
3347
3347
|
},
|
|
3348
3348
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-prop-tree",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"vue": "^3.4.26",
|
|
26
26
|
"vue-i18n": "^9.13.1",
|
|
27
27
|
"vuetify": "^3.6.5",
|
|
28
|
-
"x-essential-lib": "^0.3.
|
|
28
|
+
"x-essential-lib": "^0.3.16",
|
|
29
29
|
"x-runtime-lib": "^0.2.5"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|