tinci-data-ui 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/style.css +1 -1
- package/dist/tinci-data-ui.js +26494 -13086
- package/dist/tinci-data-ui.umd.cjs +1 -1
- package/package.json +3 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "tinci-data-ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.1.
|
4
|
+
"version": "0.1.2",
|
5
5
|
"author": "MO",
|
6
6
|
"description": "tinci组件",
|
7
7
|
"type": "module",
|
@@ -26,10 +26,12 @@
|
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
28
|
"@element-plus/icons-vue": "^2.3.1",
|
29
|
+
"@purge-icons/generated": "^0.10.0",
|
29
30
|
"element-plus": "^2.8.1",
|
30
31
|
"js-base64": "^3.7.7",
|
31
32
|
"js-cookie": "^3.0.5",
|
32
33
|
"vue": "^3.4.37",
|
34
|
+
"vue-types": "^5.1.3",
|
33
35
|
"vuedraggable": "^2.24.3"
|
34
36
|
},
|
35
37
|
"devDependencies": {
|