guava-ui 0.3.3 → 0.3.4
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/README.md +1 -1
- package/lib/guava-ui.es.js +3776 -3827
- package/lib/guava-ui.es.js.map +1 -1
- package/lib/guava-ui.umd.js +2 -2
- package/lib/guava-ui.umd.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/types/index.d.ts +7 -3
- package/package.json +68 -64
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "guava-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "vue3 & element-plus & typesScript & vite UI platform",
|
|
5
5
|
"author": "Andy <xukaixing@hotmail.com>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -40,104 +40,108 @@
|
|
|
40
40
|
"src/**/*.css": "stylelint --fix"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
+
"@cropper/elements": "^2.1.1",
|
|
44
|
+
"@cropper/utils": "^2.1.1",
|
|
43
45
|
"@element-plus/icons-vue": "^2.3.2",
|
|
44
|
-
"@vueuse/core": "^13.
|
|
46
|
+
"@vueuse/core": "^13.9.0",
|
|
47
|
+
"@vueuse/shared": "^14.3.0",
|
|
45
48
|
"axios": "^1.7.8",
|
|
46
|
-
"cropperjs": "^2.
|
|
49
|
+
"cropperjs": "^2.1.1",
|
|
47
50
|
"crypto-js": "^4.2.0",
|
|
48
|
-
"dayjs": "^1.11.
|
|
49
|
-
"echarts": "^5.
|
|
51
|
+
"dayjs": "^1.11.21",
|
|
52
|
+
"echarts": "^5.6.0",
|
|
50
53
|
"echarts-wordcloud": "^2.1.0",
|
|
51
54
|
"element-plus": "^2.14.2",
|
|
52
|
-
"lodash
|
|
55
|
+
"lodash": "^4.18.1",
|
|
56
|
+
"lodash-unified": "^1.0.3",
|
|
53
57
|
"nprogress": "^0.2.0",
|
|
54
58
|
"pinia": "^3.0.4",
|
|
55
|
-
"pinia-plugin-persistedstate": "^4.
|
|
56
|
-
"pinyin-pro": "^3.
|
|
59
|
+
"pinia-plugin-persistedstate": "^4.7.1",
|
|
60
|
+
"pinyin-pro": "^3.28.1",
|
|
57
61
|
"qrcode": "^1.5.4",
|
|
58
|
-
"qs": "^6.
|
|
59
|
-
"vue": "^3.5.
|
|
60
|
-
"vue-i18n": "^11.
|
|
61
|
-
"vue-router": "^4.
|
|
62
|
-
"vue-types": "^5.1.3"
|
|
62
|
+
"qs": "^6.15.2",
|
|
63
|
+
"vue": "^3.5.35",
|
|
64
|
+
"vue-i18n": "^11.4.4",
|
|
65
|
+
"vue-router": "^4.6.4",
|
|
66
|
+
"vue-types": "^5.1.3",
|
|
67
|
+
"zrender": "^6.1.0"
|
|
63
68
|
},
|
|
64
69
|
"devDependencies": {
|
|
65
|
-
"@commitlint/cli": "^19.
|
|
66
|
-
"@commitlint/config-conventional": "^19.
|
|
67
|
-
"@eslint/js": "^9.
|
|
68
|
-
"@intlify/unplugin-vue-i18n": "^11.
|
|
69
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
70
|
-
"@stylistic/eslint-plugin": "^2.
|
|
71
|
-
"@tsconfig/node20": "^20.
|
|
72
|
-
"@types/
|
|
73
|
-
"@types/
|
|
74
|
-
"@types/
|
|
75
|
-
"@
|
|
76
|
-
"@typescript-eslint/
|
|
77
|
-
"@
|
|
78
|
-
"@unocss/
|
|
79
|
-
"@
|
|
80
|
-
"@vitejs/plugin-
|
|
81
|
-
"@vitejs/plugin-vue": "^
|
|
82
|
-
"@
|
|
83
|
-
"@vue/eslint-config-typescript": "^14.1.3",
|
|
70
|
+
"@commitlint/cli": "^19.8.1",
|
|
71
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
72
|
+
"@eslint/js": "^9.39.4",
|
|
73
|
+
"@intlify/unplugin-vue-i18n": "^11.2.3",
|
|
74
|
+
"@rollup/plugin-commonjs": "^28.0.9",
|
|
75
|
+
"@stylistic/eslint-plugin": "^2.13.0",
|
|
76
|
+
"@tsconfig/node20": "^20.1.9",
|
|
77
|
+
"@types/node": "^22.19.19",
|
|
78
|
+
"@types/qrcode": "^1.5.6",
|
|
79
|
+
"@types/qs": "^6.15.1",
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "^8.60.1",
|
|
81
|
+
"@typescript-eslint/parser": "^8.60.1",
|
|
82
|
+
"@unocss/preset-wind3": "^66.7.0",
|
|
83
|
+
"@unocss/transformer-variant-group": "^66.7.0",
|
|
84
|
+
"@vitejs/plugin-legacy": "^6.1.1",
|
|
85
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
86
|
+
"@vitejs/plugin-vue-jsx": "^4.2.0",
|
|
87
|
+
"@vue/eslint-config-typescript": "^14.7.0",
|
|
84
88
|
"@vue/tsconfig": "^0.5.1",
|
|
85
|
-
"autoprefixer": "^10.
|
|
86
|
-
"browserslist": "^4.
|
|
89
|
+
"autoprefixer": "^10.5.0",
|
|
90
|
+
"browserslist": "^4.28.2",
|
|
87
91
|
"consola": "^3.4.2",
|
|
88
|
-
"eslint": "^9.
|
|
89
|
-
"eslint-config-prettier": "^9.1.
|
|
90
|
-
"eslint-plugin-oxlint": "^0.11.
|
|
91
|
-
"eslint-plugin-prettier": "^5.
|
|
92
|
-
"eslint-plugin-vue": "^9.
|
|
93
|
-
"globals": "^15.
|
|
92
|
+
"eslint": "^9.39.4",
|
|
93
|
+
"eslint-config-prettier": "^9.1.2",
|
|
94
|
+
"eslint-plugin-oxlint": "^0.11.1",
|
|
95
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
96
|
+
"eslint-plugin-vue": "^9.33.0",
|
|
97
|
+
"globals": "^15.15.0",
|
|
94
98
|
"husky": "^9.1.7",
|
|
95
|
-
"lint-staged": "^15.2
|
|
96
|
-
"npm-run-all2": "^7.0.
|
|
97
|
-
"oxlint": "^0.11.
|
|
98
|
-
"postcss": "^8.
|
|
99
|
-
"postcss-html": "^1.
|
|
100
|
-
"postcss-preset-env": "^10.1
|
|
99
|
+
"lint-staged": "^15.5.2",
|
|
100
|
+
"npm-run-all2": "^7.0.2",
|
|
101
|
+
"oxlint": "^0.11.1",
|
|
102
|
+
"postcss": "^8.5.15",
|
|
103
|
+
"postcss-html": "^1.8.1",
|
|
104
|
+
"postcss-preset-env": "^10.6.1",
|
|
101
105
|
"postcss-px-to-viewport-8-plugin": "^1.2.5",
|
|
102
106
|
"postcss-scss": "^4.0.9",
|
|
103
|
-
"prettier": "^3.
|
|
104
|
-
"rollup": "^4.
|
|
107
|
+
"prettier": "^3.8.3",
|
|
108
|
+
"rollup": "^4.61.0",
|
|
105
109
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
106
|
-
"sass-embedded": "^1.
|
|
107
|
-
"stylelint": "^16.
|
|
110
|
+
"sass-embedded": "^1.100.0",
|
|
111
|
+
"stylelint": "^16.26.1",
|
|
108
112
|
"stylelint-config-html": "^1.1.0",
|
|
109
113
|
"stylelint-config-recess-order": "^5.1.1",
|
|
110
114
|
"stylelint-config-recommended": "^14.0.1",
|
|
111
|
-
"stylelint-config-recommended-vue": "^1.
|
|
115
|
+
"stylelint-config-recommended-vue": "^1.6.1",
|
|
112
116
|
"stylelint-config-standard": "^36.0.1",
|
|
113
117
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
114
118
|
"stylelint-order": "^6.0.4",
|
|
115
|
-
"stylelint-prettier": "^5.0.
|
|
116
|
-
"terser": "^5.
|
|
119
|
+
"stylelint-prettier": "^5.0.3",
|
|
120
|
+
"terser": "^5.48.0",
|
|
117
121
|
"typescript": "^5.8.3",
|
|
118
|
-
"typescript-eslint": "^8.
|
|
119
|
-
"unocss": "^66.
|
|
120
|
-
"vite": "^6.
|
|
121
|
-
"vite-plugin-compression2": "^1.
|
|
122
|
+
"typescript-eslint": "^8.60.1",
|
|
123
|
+
"unocss": "^66.7.0",
|
|
124
|
+
"vite": "^6.4.3",
|
|
125
|
+
"vite-plugin-compression2": "^1.4.0",
|
|
122
126
|
"vite-plugin-dts": "^4.5.4",
|
|
123
127
|
"vite-plugin-ejs": "^1.7.0",
|
|
124
128
|
"vite-plugin-eslint": "^1.8.1",
|
|
125
129
|
"vite-plugin-full-reload": "^1.2.0",
|
|
126
130
|
"vite-plugin-progress": "^0.0.7",
|
|
127
131
|
"vite-plugin-purge-icons": "^0.10.0",
|
|
128
|
-
"vite-plugin-pwa": "^0.21.
|
|
132
|
+
"vite-plugin-pwa": "^0.21.2",
|
|
129
133
|
"vite-plugin-style-import": "^2.0.0",
|
|
130
134
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
131
135
|
"vite-plugin-url-copy": "^1.1.4",
|
|
132
|
-
"vite-plugin-vue-devtools": "^7.7.
|
|
133
|
-
"vue-eslint-parser": "^10.
|
|
134
|
-
"vue-tsc": "^2.2.
|
|
136
|
+
"vite-plugin-vue-devtools": "^7.7.9",
|
|
137
|
+
"vue-eslint-parser": "^10.4.1",
|
|
138
|
+
"vue-tsc": "^2.2.12"
|
|
135
139
|
},
|
|
136
140
|
"peerDependencies": {
|
|
137
141
|
"element-plus": "^2.14.2",
|
|
138
142
|
"pinia": "^3.0.4",
|
|
139
|
-
"vue": "^3.5.
|
|
140
|
-
"vue-i18n": "^11.
|
|
143
|
+
"vue": "^3.5.35",
|
|
144
|
+
"vue-i18n": "^11.4.4"
|
|
141
145
|
},
|
|
142
146
|
"files": [
|
|
143
147
|
"lib/guava-ui.es.js",
|
|
@@ -157,7 +161,7 @@
|
|
|
157
161
|
},
|
|
158
162
|
"packageManager": "pnpm@10.6.5",
|
|
159
163
|
"engines": {
|
|
160
|
-
"node": ">=
|
|
164
|
+
"node": ">=22.22.1",
|
|
161
165
|
"pnpm": ">=10.6.5"
|
|
162
166
|
},
|
|
163
167
|
"keywords": [
|