@unizhen/ui 0.0.70 → 0.0.72
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 +8 -7
- package/lib/components/camera/index.vue.d.ts +13 -16
- package/lib/components/circle/index.vue.d.ts +4 -4
- package/lib/components/form/draggable.vue.d.ts +387 -66
- package/lib/components/form/image.vue.d.ts +4 -4
- package/lib/components/form/index.d.ts +2 -1
- package/lib/components/form/index.vue.d.ts +387 -66
- package/lib/components/form/interface.d.ts +8 -1
- package/lib/components/form/item.vue.d.ts +66 -55
- package/lib/components/form/timesPicker.vue.d.ts +1568 -0
- package/lib/components/form/upload.vue.d.ts +56 -20
- package/lib/components/searchBar/components/timePickRange.vue.d.ts +5 -5
- package/lib/components/searchBar/index.vue.d.ts +81 -76
- package/lib/components/searchBar/mobile.vue.d.ts +74 -62
- package/lib/components/spin/index.vue.d.ts +44 -11
- package/lib/components/table/child.vue.d.ts +16 -29
- package/lib/components/table/child_quest.vue.d.ts +5 -20
- package/lib/components/table/drawer.vue.d.ts +46 -13
- package/lib/components/table/factory.d.ts +7 -2
- package/lib/components/table/index.vue.d.ts +100 -47
- package/lib/components/table/mobile.vue.d.ts +13 -19
- package/lib/components/thumbnail/index.vue.d.ts +18 -24
- package/lib/ui.css +1 -1
- package/lib/ui.js +2648 -2532
- package/package.json +23 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unizhen/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.72",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Donovan"
|
|
6
6
|
},
|
|
@@ -40,48 +40,46 @@
|
|
|
40
40
|
"pub": "npm publish"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"axios": "^1.13.
|
|
43
|
+
"axios": "^1.13.6",
|
|
44
44
|
"csstype": "^3.2.3",
|
|
45
45
|
"md5": "^2.3.0",
|
|
46
|
-
"naive-ui": "^2.
|
|
47
|
-
"vue": "^3.5.
|
|
48
|
-
"vue-i18n": "^
|
|
49
|
-
"vue-router": "^4.6.
|
|
46
|
+
"naive-ui": "^2.44.1",
|
|
47
|
+
"vue": "^3.5.30",
|
|
48
|
+
"vue-i18n": "^11.3.0",
|
|
49
|
+
"vue-router": "^4.6.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@guolao/vue-monaco-editor": "^1.6.0",
|
|
53
|
-
"@rushstack/eslint-patch": "^1.
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"@tsconfig/node20": "^20.1.8",
|
|
57
|
-
"@types/lodash": "^4.17.21",
|
|
53
|
+
"@rushstack/eslint-patch": "^1.16.1",
|
|
54
|
+
"@tsconfig/node20": "^20.1.9",
|
|
55
|
+
"@types/lodash": "^4.17.24",
|
|
58
56
|
"@types/md5": "^2.3.6",
|
|
59
|
-
"@types/node": "^22.19.
|
|
57
|
+
"@types/node": "^22.19.15",
|
|
60
58
|
"@types/sortablejs": "^1.15.9",
|
|
61
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
62
|
-
"@vitejs/plugin-vue-jsx": "^5.1.
|
|
59
|
+
"@vitejs/plugin-vue": "^6.0.5",
|
|
60
|
+
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
63
61
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
64
|
-
"@vue/eslint-config-typescript": "^14.
|
|
62
|
+
"@vue/eslint-config-typescript": "^14.7.0",
|
|
65
63
|
"@vue/tsconfig": "^0.5.1",
|
|
66
|
-
"autoprefixer": "^10.4.
|
|
67
|
-
"dayjs": "^1.11.
|
|
68
|
-
"eslint": "^9.39.
|
|
64
|
+
"autoprefixer": "^10.4.27",
|
|
65
|
+
"dayjs": "^1.11.20",
|
|
66
|
+
"eslint": "^9.39.4",
|
|
69
67
|
"eslint-plugin-vue": "^9.33.0",
|
|
70
68
|
"highlight.js": "^11.11.1",
|
|
71
69
|
"json5": "^2.2.3",
|
|
72
70
|
"jsqr": "^1.4.0",
|
|
73
|
-
"lodash": "^4.17.
|
|
71
|
+
"lodash": "^4.17.23",
|
|
74
72
|
"monaco-editor": "^0.52.2",
|
|
75
73
|
"npm-run-all2": "^7.0.2",
|
|
76
|
-
"postcss": "^8.5.
|
|
77
|
-
"prettier": "^3.
|
|
78
|
-
"rimraf": "^6.1.
|
|
74
|
+
"postcss": "^8.5.8",
|
|
75
|
+
"prettier": "^3.8.1",
|
|
76
|
+
"rimraf": "^6.1.3",
|
|
79
77
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
80
|
-
"sass": "^1.
|
|
81
|
-
"sortablejs": "^1.15.
|
|
78
|
+
"sass": "^1.98.0",
|
|
79
|
+
"sortablejs": "^1.15.7",
|
|
82
80
|
"tesseract.js": "^5.1.1",
|
|
83
81
|
"typescript": "~5.6.3",
|
|
84
|
-
"vite": "^7.
|
|
82
|
+
"vite": "^7.3.1",
|
|
85
83
|
"vite-plugin-compression": "^0.5.1",
|
|
86
84
|
"vite-plugin-dts": "^4.5.4",
|
|
87
85
|
"vue-clipboard3": "^2.0.0",
|