foucui 2.2.0 → 2.2.2
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.publish.md +10 -6
- package/dist/components/FouBadge/utils/pca-code.json.d.ts +3 -0
- package/dist/components/FouMsgBox/index.d.ts +7 -2
- package/dist/foucui.css +2 -1
- package/dist/foucui.js +21579 -26737
- package/dist/foucui.umd.cjs +26 -28
- package/package.json +34 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foucui",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "FouCui Vue3 组件库(组件前缀 Fou/fou-;含 FouCanvasKit)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/foucui.umd.cjs",
|
|
@@ -35,48 +35,51 @@
|
|
|
35
35
|
"vue-router": ">=4.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@iconify-json/ant-design": "^1.2.
|
|
39
|
-
"@iconify-json/bi": "^1.2.
|
|
40
|
-
"@iconify-json/carbon": "^1.2.
|
|
41
|
-
"@iconify-json/ep": "^1.2.
|
|
42
|
-
"@iconify-json/flagpack": "^1.2.
|
|
43
|
-
"@iconify-json/icon-park": "^1.2.
|
|
44
|
-
"@iconify-json/icon-park-outline": "^1.2.
|
|
45
|
-
"@iconify-json/logos": "^1.2.
|
|
46
|
-
"@iconify-json/lucide": "^1.2.
|
|
38
|
+
"@iconify-json/ant-design": "^1.2.8",
|
|
39
|
+
"@iconify-json/bi": "^1.2.7",
|
|
40
|
+
"@iconify-json/carbon": "^1.2.25",
|
|
41
|
+
"@iconify-json/ep": "^1.2.4",
|
|
42
|
+
"@iconify-json/flagpack": "^1.2.8",
|
|
43
|
+
"@iconify-json/icon-park": "^1.2.4",
|
|
44
|
+
"@iconify-json/icon-park-outline": "^1.2.4",
|
|
45
|
+
"@iconify-json/logos": "^1.2.13",
|
|
46
|
+
"@iconify-json/lucide": "^1.2.124",
|
|
47
47
|
"@iconify-json/mdi": "^1.2.3",
|
|
48
48
|
"@iconify-json/ph": "^1.2.2",
|
|
49
|
-
"@iconify-json/ri": "^1.2.
|
|
50
|
-
"@iconify-json/tabler": "^1.2.
|
|
51
|
-
"@iconify/vue": "^
|
|
49
|
+
"@iconify-json/ri": "^1.2.10",
|
|
50
|
+
"@iconify-json/tabler": "^1.2.38",
|
|
51
|
+
"@iconify/vue": "^5.0.1",
|
|
52
52
|
"@vueuse/head": "^2.0.0",
|
|
53
|
-
"axios": "^1.
|
|
53
|
+
"axios": "^1.19.0",
|
|
54
54
|
"china-division": "^2.7.0",
|
|
55
|
-
"dayjs": "^1.11.
|
|
55
|
+
"dayjs": "^1.11.23",
|
|
56
56
|
"html2canvas": "^1.4.1",
|
|
57
|
-
"jspdf": "^2.
|
|
58
|
-
"lodash-es": "^4.
|
|
59
|
-
"lunar-javascript": "^1.
|
|
57
|
+
"jspdf": "^4.2.1",
|
|
58
|
+
"lodash-es": "^4.18.1",
|
|
59
|
+
"lunar-javascript": "^1.7.7",
|
|
60
60
|
"mitt": "^3.0.1",
|
|
61
61
|
"nprogress": "^0.2.0",
|
|
62
|
-
"remixicon": "^4.
|
|
63
|
-
"sortablejs": "^1.15.
|
|
64
|
-
"vue-draggable-plus": "^0.6.
|
|
62
|
+
"remixicon": "^4.9.1",
|
|
63
|
+
"sortablejs": "^1.15.7",
|
|
64
|
+
"vue-draggable-plus": "^0.6.1",
|
|
65
65
|
"xlsx": "^0.18.5"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@iconify/types": "^2.0.0",
|
|
69
|
-
"@
|
|
70
|
-
"@vitejs/plugin-vue
|
|
71
|
-
"@
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
69
|
+
"@typescript/typescript6": "^6.0.2",
|
|
70
|
+
"@vitejs/plugin-vue": "^6.0.8",
|
|
71
|
+
"@vitejs/plugin-vue-jsx": "^5.1.6",
|
|
72
|
+
"@vueuse/core": "^14.4.0",
|
|
73
|
+
"fast-glob": "^3.3.3",
|
|
74
|
+
"sass": "^1.103.0",
|
|
75
|
+
"typescript": "5.9.3",
|
|
76
|
+
"unplugin-auto-import": "^21.1.0",
|
|
77
|
+
"unplugin-vue-components": "^32.1.0",
|
|
78
|
+
"vite": "^8.2.1",
|
|
79
|
+
"vite-plugin-dts": "5.0.3",
|
|
77
80
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
78
|
-
"vue": "^3.
|
|
79
|
-
"vue-router": "^
|
|
81
|
+
"vue": "^3.5.41",
|
|
82
|
+
"vue-router": "^5.2.0"
|
|
80
83
|
},
|
|
81
84
|
"author": "qiuye <yjk150@qq.com>",
|
|
82
85
|
"license": "MIT",
|