x-runtime-lib 0.6.50 → 0.6.52
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/components/element/regular/card/v1/index.vue.d.ts +2 -4
- package/dist/components/element/regular/container/v1/index.vue.d.ts +2 -8
- package/dist/components/element/regular/dialog/v1/index.vue.d.ts +2 -11
- package/dist/components/element/regular/flexLayout/v1/index.vue.d.ts +2 -8
- package/dist/components/element/regular/flexLayoutEntry/v1/index.vue.d.ts +2 -8
- package/dist/components/element/regular/form/v1/index.vue.d.ts +2 -14
- package/dist/components/element/regular/menu/v1/index.vue.d.ts +2 -13
- package/dist/index.js +1707 -6161
- package/dist/vendor.k0dcepe8.js +27868 -0
- package/package.json +21 -21
- package/dist/echarts-erucch51.js +0 -23411
- /package/dist/{i18n-en-fszyu6so.js → i18n-en.fszyu6so.js} +0 -0
- /package/dist/{i18n-zhHans-irnr7jqe.js → i18n-zhHans.irnr7jqe.js} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-runtime-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.52",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -22,39 +22,39 @@
|
|
|
22
22
|
"*": "prettier --write ."
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"axios": "^1.
|
|
25
|
+
"axios": "^1.9.0",
|
|
26
26
|
"echarts": "^5.6.0",
|
|
27
27
|
"js-interpreter": "^6.0.1",
|
|
28
28
|
"lodash-es": "^4.17.21",
|
|
29
29
|
"mitt": "^3.0.1",
|
|
30
|
-
"vue": "^3.5.
|
|
31
|
-
"vue-i18n": "^11.1.
|
|
32
|
-
"vuetify": "^3.8.
|
|
33
|
-
"x-error-lib": "^0.5.
|
|
34
|
-
"x-essential-lib": "^0.8.
|
|
30
|
+
"vue": "^3.5.16",
|
|
31
|
+
"vue-i18n": "^11.1.5",
|
|
32
|
+
"vuetify": "^3.8.9",
|
|
33
|
+
"x-error-lib": "^0.5.3",
|
|
34
|
+
"x-essential-lib": "^0.8.13",
|
|
35
35
|
"x-state-lib": "^0.2.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@eslint/js": "^9.
|
|
38
|
+
"@eslint/js": "^9.28.0",
|
|
39
39
|
"@types/lodash-es": "^4.17.12",
|
|
40
|
-
"@types/node": "^
|
|
41
|
-
"@vitejs/plugin-vue": "^5.2.
|
|
42
|
-
"eslint": "^9.
|
|
43
|
-
"eslint-config-prettier": "^10.1.
|
|
44
|
-
"eslint-plugin-prettier": "^5.
|
|
45
|
-
"eslint-plugin-vue": "^10.
|
|
46
|
-
"globals": "^16.
|
|
40
|
+
"@types/node": "^24.0.1",
|
|
41
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
42
|
+
"eslint": "^9.28.0",
|
|
43
|
+
"eslint-config-prettier": "^10.1.5",
|
|
44
|
+
"eslint-plugin-prettier": "^5.4.1",
|
|
45
|
+
"eslint-plugin-vue": "^10.2.0",
|
|
46
|
+
"globals": "^16.2.0",
|
|
47
47
|
"husky": "^9.1.7",
|
|
48
|
-
"lint-staged": "^
|
|
48
|
+
"lint-staged": "^16.1.0",
|
|
49
49
|
"prettier": "3.5.3",
|
|
50
|
-
"sass": "^1.
|
|
50
|
+
"sass": "^1.89.2",
|
|
51
51
|
"typescript": "^5.8.3",
|
|
52
|
-
"typescript-eslint": "^8.
|
|
53
|
-
"vite": "^6.
|
|
52
|
+
"typescript-eslint": "^8.34.0",
|
|
53
|
+
"vite": "^6.3.5",
|
|
54
54
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
55
55
|
"vite-plugin-vuetify": "^2.1.1",
|
|
56
56
|
"vue-eslint-parser": "^10.1.3",
|
|
57
|
-
"vue-router": "^4.5.
|
|
58
|
-
"vue-tsc": "^2.2.
|
|
57
|
+
"vue-router": "^4.5.1",
|
|
58
|
+
"vue-tsc": "^2.2.10"
|
|
59
59
|
}
|
|
60
60
|
}
|