x-prop-tree 0.8.19 → 0.8.21
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/i18n-en.bjdqf6it.js +1 -0
- package/dist/i18n-zhHans.erc38kn7.js +1 -0
- package/dist/index.d.ts +22 -10
- package/dist/index.js +1 -2539
- package/dist/rolldown-runtime.mam1o4z7.js +1 -0
- package/package.json +42 -48
- package/dist/i18n-en.h32u3o3z.js +0 -16
- package/dist/i18n-zhHans.byb869oq.js +0 -16
- package/dist/rolldown-runtime.onx11qnb.js +0 -11
- package/dist/vendor.cs922lli.js +0 -1098
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.defineProperty,t=(t,n)=>{let r={};for(var i in t)e(r,i,{get:t[i],enumerable:!0});return n||e(r,Symbol.toStringTag,{value:`Module`}),r};export{t};
|
package/package.json
CHANGED
|
@@ -1,65 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-prop-tree",
|
|
3
|
-
"
|
|
4
|
-
"version": "0.8.19",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"module": "dist/index.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
3
|
+
"version": "0.8.21",
|
|
8
4
|
"files": [
|
|
9
5
|
"dist"
|
|
10
6
|
],
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "./dist/index.js",
|
|
9
|
+
"module": "./dist/index.js",
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": "./dist/index.js",
|
|
13
|
+
"./package.json": "./package.json"
|
|
14
|
+
},
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"registry": "https://registry.npmjs.org"
|
|
17
|
+
},
|
|
11
18
|
"scripts": {
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
19
|
+
"play": "vite",
|
|
20
|
+
"test": "vitest",
|
|
21
|
+
"lint": "oxlint",
|
|
22
|
+
"fmt": "oxfmt",
|
|
23
|
+
"build": "tsdown",
|
|
17
24
|
"lint-staged": "lint-staged",
|
|
18
25
|
"prepare": "husky"
|
|
19
26
|
},
|
|
20
|
-
"lint-staged": {
|
|
21
|
-
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --fix --ignore-pattern dist/ --ignore-pattern public/ .",
|
|
22
|
-
"*": "prettier --write ."
|
|
23
|
-
},
|
|
24
27
|
"dependencies": {
|
|
25
28
|
"lodash-es": "^4.18.1",
|
|
26
|
-
"vue": "^3.5.
|
|
27
|
-
"vue-i18n": "^11.
|
|
28
|
-
"vuetify": "^4.
|
|
29
|
-
},
|
|
30
|
-
"peerDependencies": {
|
|
31
|
-
"x-block-lib": "^0.10.32",
|
|
32
|
-
"x-error-lib": "^0.5.18",
|
|
33
|
-
"x-essential-lib": "^0.9.35",
|
|
34
|
-
"x-group-list": "^0.4.13",
|
|
35
|
-
"x-runtime-lib": "^0.9.56",
|
|
36
|
-
"x-state-lib": "^0.3.43"
|
|
29
|
+
"vue": "^3.5.38",
|
|
30
|
+
"vue-i18n": "^11.4.6",
|
|
31
|
+
"vuetify": "^4.1.2"
|
|
37
32
|
},
|
|
38
33
|
"devDependencies": {
|
|
39
|
-
"@eslint/js": "^10.0.1",
|
|
40
|
-
"@tsconfig/node24": "^24.0.4",
|
|
41
34
|
"@types/lodash-es": "^4.17.12",
|
|
42
|
-
"@types/node": "^25.
|
|
43
|
-
"@vitejs/plugin-vue": "^6.0.5",
|
|
44
|
-
"@vue/tsconfig": "^0.9.1",
|
|
45
|
-
"eslint": "^10.2.0",
|
|
46
|
-
"eslint-config-prettier": "^10.1.8",
|
|
47
|
-
"eslint-plugin-prettier": "^5.5.5",
|
|
48
|
-
"eslint-plugin-simple-import-sort": "^13.0.0",
|
|
49
|
-
"eslint-plugin-vue": "^10.8.0",
|
|
50
|
-
"globals": "^17.4.0",
|
|
35
|
+
"@types/node": "^25.9.3",
|
|
51
36
|
"husky": "^9.1.7",
|
|
52
|
-
"lint-staged": "^
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"vite
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
37
|
+
"lint-staged": "^17.0.7",
|
|
38
|
+
"oxfmt": "^0.55.0",
|
|
39
|
+
"oxlint": "^1.70.0",
|
|
40
|
+
"sass": "^1.101.0",
|
|
41
|
+
"tsdown": "^0.22.3",
|
|
42
|
+
"typescript": "^6.0.3",
|
|
43
|
+
"vite": "^8.0.16",
|
|
44
|
+
"x-config-oxfmt": "^0.1.3",
|
|
45
|
+
"x-config-oxlint": "^0.1.2",
|
|
46
|
+
"x-config-vite-lib": "^0.1.8"
|
|
47
|
+
},
|
|
48
|
+
"peerDependencies": {
|
|
49
|
+
"x-block-lib": "^0.10.34",
|
|
50
|
+
"x-error-lib": "^0.5.19",
|
|
51
|
+
"x-essential-lib": "^0.9.36",
|
|
52
|
+
"x-group-list": "^0.4.13",
|
|
53
|
+
"x-runtime-lib": "^0.9.59",
|
|
54
|
+
"x-state-lib": "^0.3.44"
|
|
55
|
+
},
|
|
56
|
+
"lint-staged": {
|
|
57
|
+
"*": "oxfmt --no-error-on-unmatched-pattern"
|
|
64
58
|
}
|
|
65
59
|
}
|
package/dist/i18n-en.h32u3o3z.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { t as e } from "./rolldown-runtime.onx11qnb.js";
|
|
2
|
-
//#region src/i18n/locales/en/index.ts
|
|
3
|
-
var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-prop-tree": {
|
|
4
|
-
copy: "Copy",
|
|
5
|
-
jsonEditor: "JSON Editor",
|
|
6
|
-
noAdaptSlot: "No Adapt Slot",
|
|
7
|
-
noComp: "No Comp",
|
|
8
|
-
noSlot: "No Slot",
|
|
9
|
-
paste: "Paste",
|
|
10
|
-
reset: "Reset",
|
|
11
|
-
selectAdaptSlot: "Select Adapt Slot",
|
|
12
|
-
selectComp: "Select Comp",
|
|
13
|
-
selectSlot: "Select Slot"
|
|
14
|
-
} };
|
|
15
|
-
//#endregion
|
|
16
|
-
export { t };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { t as e } from "./rolldown-runtime.onx11qnb.js";
|
|
2
|
-
//#region src/i18n/locales/zhHans/index.ts
|
|
3
|
-
var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-prop-tree": {
|
|
4
|
-
copy: "拷贝",
|
|
5
|
-
jsonEditor: "JSON编辑器",
|
|
6
|
-
noAdaptSlot: "没有适配插槽",
|
|
7
|
-
noComp: "没有组件",
|
|
8
|
-
noSlot: "没有插槽",
|
|
9
|
-
paste: "黏贴",
|
|
10
|
-
reset: "重置",
|
|
11
|
-
selectAdaptSlot: "选择适配插槽",
|
|
12
|
-
selectComp: "选择组件",
|
|
13
|
-
selectSlot: "选择插槽"
|
|
14
|
-
} };
|
|
15
|
-
//#endregion
|
|
16
|
-
export { t };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
//#region \0rolldown/runtime.js
|
|
2
|
-
var e = Object.defineProperty, t = (t, n) => {
|
|
3
|
-
let r = {};
|
|
4
|
-
for (var i in t) e(r, i, {
|
|
5
|
-
get: t[i],
|
|
6
|
-
enumerable: !0
|
|
7
|
-
});
|
|
8
|
-
return n || e(r, Symbol.toStringTag, { value: "Module" }), r;
|
|
9
|
-
};
|
|
10
|
-
//#endregion
|
|
11
|
-
export { t };
|