x-prop-tree 0.7.28 → 0.7.30
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 +1 -1
- package/package.json +16 -16
package/dist/index.js
CHANGED
|
@@ -229,7 +229,7 @@ const ze = (t) => !(t instanceof Array), Ne = (t) => t instanceof Array, Dt = (t
|
|
|
229
229
|
return console.assert(!1, `isPropChanged state must be valid keys=${s}`), !1;
|
|
230
230
|
typeof e == "string" ? Ee(l.children) && (l = l.children[e]) : Le(l.children) && (l = l.children[e]);
|
|
231
231
|
}), l?.change ?? !1;
|
|
232
|
-
}, Ie = Symbol(), et = Symbol(), tt = Symbol(), nt = Symbol(), lt = Symbol(), ot = Symbol(), st = Symbol(), it = Symbol();
|
|
232
|
+
}, Ie = /* @__PURE__ */ Symbol(), et = /* @__PURE__ */ Symbol(), tt = /* @__PURE__ */ Symbol(), nt = /* @__PURE__ */ Symbol(), lt = /* @__PURE__ */ Symbol(), ot = /* @__PURE__ */ Symbol(), st = /* @__PURE__ */ Symbol(), it = /* @__PURE__ */ Symbol();
|
|
233
233
|
function Rt(t) {
|
|
234
234
|
re(Ie, t);
|
|
235
235
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-prop-tree",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.30",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -22,22 +22,22 @@
|
|
|
22
22
|
"*": "prettier --write ."
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"lodash-es": "^4.17.
|
|
26
|
-
"vue": "^3.5.
|
|
25
|
+
"lodash-es": "^4.17.22",
|
|
26
|
+
"vue": "^3.5.26",
|
|
27
27
|
"vue-i18n": "^11.2.2",
|
|
28
|
-
"vuetify": "^3.11.
|
|
29
|
-
"x-block-lib": "^0.8.
|
|
30
|
-
"x-essential-lib": "^0.9.
|
|
28
|
+
"vuetify": "^3.11.4",
|
|
29
|
+
"x-block-lib": "^0.8.66",
|
|
30
|
+
"x-essential-lib": "^0.9.20",
|
|
31
31
|
"x-group-list": "^0.4.7",
|
|
32
|
-
"x-runtime-lib": "^0.8.
|
|
33
|
-
"x-state-lib": "^0.3.
|
|
32
|
+
"x-runtime-lib": "^0.8.140",
|
|
33
|
+
"x-state-lib": "^0.3.32"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@eslint/js": "^9.39.
|
|
36
|
+
"@eslint/js": "^9.39.2",
|
|
37
37
|
"@types/lodash-es": "^4.17.12",
|
|
38
|
-
"@types/node": "^25.0.
|
|
39
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
40
|
-
"eslint": "^9.39.
|
|
38
|
+
"@types/node": "^25.0.3",
|
|
39
|
+
"@vitejs/plugin-vue": "^6.0.3",
|
|
40
|
+
"eslint": "^9.39.2",
|
|
41
41
|
"eslint-config-prettier": "^10.1.8",
|
|
42
42
|
"eslint-plugin-prettier": "^5.5.4",
|
|
43
43
|
"eslint-plugin-vue": "^10.6.2",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"husky": "^9.1.7",
|
|
46
46
|
"lint-staged": "^16.2.7",
|
|
47
47
|
"prettier": "3.7.4",
|
|
48
|
-
"sass": "^1.
|
|
48
|
+
"sass": "^1.97.0",
|
|
49
49
|
"typescript": "^5.9.3",
|
|
50
|
-
"typescript-eslint": "^8.
|
|
51
|
-
"vite": "^7.
|
|
50
|
+
"typescript-eslint": "^8.50.0",
|
|
51
|
+
"vite": "^7.3.0",
|
|
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
|
-
"vue-router": "^4.6.
|
|
55
|
+
"vue-router": "^4.6.4",
|
|
56
56
|
"vue-tsc": "^3.1.8"
|
|
57
57
|
}
|
|
58
58
|
}
|