@unizhen/ui 0.0.56 → 0.0.58
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/lib/components/back/index.vue.d.ts +10 -10
- package/lib/components/camera/index.vue.d.ts +16 -16
- package/lib/components/circle/index.vue.d.ts +5 -5
- package/lib/components/form/draggable.vue.d.ts +74 -74
- package/lib/components/form/image.vue.d.ts +6 -6
- package/lib/components/form/index.vue.d.ts +74 -74
- package/lib/components/form/item.vue.d.ts +61 -61
- package/lib/components/form/upload.vue.d.ts +24 -24
- package/lib/components/hooks/useDebounceFn.d.ts +1 -1
- package/lib/components/hooks/useThrottleFn.d.ts +1 -1
- package/lib/components/searchBar/components/timePickRange.vue.d.ts +3 -3
- package/lib/components/searchBar/index.vue.d.ts +80 -80
- package/lib/components/searchBar/mobile.vue.d.ts +77 -77
- package/lib/components/spin/index.vue.d.ts +10 -10
- package/lib/components/table/child.vue.d.ts +17 -17
- package/lib/components/table/child_quest.vue.d.ts +5 -5
- package/lib/components/table/drawer.vue.d.ts +28 -28
- package/lib/components/table/index.vue.d.ts +53 -53
- package/lib/components/table/mobile.vue.d.ts +7 -7
- package/lib/components/table/ocr.vue.d.ts +13 -13
- package/lib/components/thumbnail/index.vue.d.ts +21 -21
- package/lib/components/wrap/index.vue.d.ts +3 -3
- package/lib/ui.css +1 -1
- package/lib/ui.js +4340 -5781
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unizhen/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.58",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Donovan"
|
|
6
6
|
},
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"axios": "^1.13.2",
|
|
44
|
-
"csstype": "^3.2.
|
|
44
|
+
"csstype": "^3.2.3",
|
|
45
45
|
"md5": "^2.3.0",
|
|
46
|
-
"naive-ui": "^2.43.
|
|
47
|
-
"vue": "^3.5.
|
|
46
|
+
"naive-ui": "^2.43.2",
|
|
47
|
+
"vue": "^3.5.25",
|
|
48
48
|
"vue-i18n": "^10.0.8",
|
|
49
49
|
"vue-router": "^4.6.3"
|
|
50
50
|
},
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"@rushstack/eslint-patch": "^1.15.0",
|
|
54
54
|
"@tailwindcss/postcss": "^4.1.17",
|
|
55
55
|
"@tailwindcss/vite": "^4.1.17",
|
|
56
|
-
"@tsconfig/node20": "^20.1.
|
|
57
|
-
"@types/lodash": "^4.17.
|
|
56
|
+
"@tsconfig/node20": "^20.1.8",
|
|
57
|
+
"@types/lodash": "^4.17.21",
|
|
58
58
|
"@types/md5": "^2.3.6",
|
|
59
59
|
"@types/node": "^22.19.1",
|
|
60
60
|
"@types/sortablejs": "^1.15.9",
|
|
61
|
-
"@vitejs/plugin-vue": "^
|
|
62
|
-
"@vitejs/plugin-vue-jsx": "^
|
|
61
|
+
"@vitejs/plugin-vue": "^6.0.2",
|
|
62
|
+
"@vitejs/plugin-vue-jsx": "^5.1.2",
|
|
63
63
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
64
64
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
65
65
|
"@vue/tsconfig": "^0.5.1",
|
|
@@ -74,15 +74,15 @@
|
|
|
74
74
|
"monaco-editor": "^0.52.2",
|
|
75
75
|
"npm-run-all2": "^7.0.2",
|
|
76
76
|
"postcss": "^8.5.6",
|
|
77
|
-
"prettier": "^3.
|
|
78
|
-
"rimraf": "^6.1.
|
|
77
|
+
"prettier": "^3.7.1",
|
|
78
|
+
"rimraf": "^6.1.2",
|
|
79
79
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
80
|
-
"sass": "^1.94.
|
|
80
|
+
"sass": "^1.94.2",
|
|
81
81
|
"sortablejs": "^1.15.6",
|
|
82
82
|
"tailwindcss": "^4.1.17",
|
|
83
83
|
"tesseract.js": "^5.1.1",
|
|
84
84
|
"typescript": "~5.6.3",
|
|
85
|
-
"vite": "^
|
|
85
|
+
"vite": "^7.2.4",
|
|
86
86
|
"vite-plugin-compression": "^0.5.1",
|
|
87
87
|
"vite-plugin-dts": "^4.5.4",
|
|
88
88
|
"vue-clipboard3": "^2.0.0",
|