uniapp-dyckui 4.1.3 → 4.1.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/dist/assets/{style.BFlsbpSj.css → style.BEkFuBVh.css} +776 -774
- package/dist/index.cjs +840 -838
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +840 -838
- package/dist/index.mjs.map +1 -1
- package/dist/src/components/MyComs/Button/index.vue.d.ts +6 -6
- package/dist/src/components/MyComs/Dialog/index.vue.d.ts +6 -6
- package/dist/src/components/MyComs/Divider/index.vue.d.ts +5 -5
- package/dist/src/components/MyComs/DropdownSelect/dropdownSelect.d.ts +2 -2
- package/dist/src/components/MyComs/DropdownSelect/index.vue.d.ts +3 -6
- package/dist/src/components/MyComs/DropdownWithBadge/index.vue.d.ts +3 -6
- package/dist/src/components/MyComs/FilterDrawer/index.vue.d.ts +3 -6
- package/dist/src/components/MyComs/FilterDrawer/useFilterDrawer.d.ts +1 -1
- package/dist/src/components/MyComs/InfiniteScroll/index.vue.d.ts +5 -5
- package/dist/src/components/MyComs/Popup/index.vue.d.ts +5 -5
- package/dist/src/components/MyComs/PullRefresh/index.vue.d.ts +5 -5
- package/dist/src/components/MyComs/Swiper/index.vue.d.ts +7 -7
- package/dist/src/components/MyComs/Toast/index.vue.d.ts +7 -7
- package/dist/src/components/MyComs/index.d.ts +1590 -17
- package/package.json +101 -94
- package/src/components/MyComs/Popup/index.vue +837 -835
- package/src/components/MyComs/PullRefresh/index.vue +2 -1
- package/src/components/MyComs/Swiper/index.vue +246 -245
- package/src/components/MyComs/Toast/index.vue +373 -372
- package/src/components/MyComs/index.ts +54 -17
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uniapp-dyckui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.4",
|
|
5
5
|
"unibest-version": "4.1.1",
|
|
6
6
|
"unibest-update-time": "2025-12-04",
|
|
7
|
+
"packageManager": "pnpm@10.10.0",
|
|
7
8
|
"description": "uniapp-dyckui - 基于 uni-app 的优质组件库",
|
|
8
9
|
"generate-time": "用户创建项目时生成",
|
|
9
10
|
"author": {
|
|
@@ -46,98 +47,6 @@
|
|
|
46
47
|
"node": ">=20",
|
|
47
48
|
"pnpm": ">=9"
|
|
48
49
|
},
|
|
49
|
-
"dependencies": {
|
|
50
|
-
"@alova/adapter-uniapp": "^2.0.14",
|
|
51
|
-
"@alova/shared": "^1.3.1",
|
|
52
|
-
"@dcloudio/uni-app": "3.0.0-4070620250821001",
|
|
53
|
-
"@dcloudio/uni-app-harmony": "3.0.0-4070620250821001",
|
|
54
|
-
"@dcloudio/uni-app-plus": "3.0.0-4070620250821001",
|
|
55
|
-
"@dcloudio/uni-components": "3.0.0-4070620250821001",
|
|
56
|
-
"@dcloudio/uni-h5": "3.0.0-4070620250821001",
|
|
57
|
-
"@dcloudio/uni-mp-alipay": "3.0.0-4070620250821001",
|
|
58
|
-
"@dcloudio/uni-mp-baidu": "3.0.0-4070620250821001",
|
|
59
|
-
"@dcloudio/uni-mp-harmony": "3.0.0-4070620250821001",
|
|
60
|
-
"@dcloudio/uni-mp-jd": "3.0.0-4070620250821001",
|
|
61
|
-
"@dcloudio/uni-mp-kuaishou": "3.0.0-4070620250821001",
|
|
62
|
-
"@dcloudio/uni-mp-lark": "3.0.0-4070620250821001",
|
|
63
|
-
"@dcloudio/uni-mp-qq": "3.0.0-4070620250821001",
|
|
64
|
-
"@dcloudio/uni-mp-toutiao": "3.0.0-4070620250821001",
|
|
65
|
-
"@dcloudio/uni-mp-weixin": "3.0.0-4070620250821001",
|
|
66
|
-
"@dcloudio/uni-mp-xhs": "3.0.0-4070620250821001",
|
|
67
|
-
"@dcloudio/uni-quickapp-webview": "3.0.0-4070620250821001",
|
|
68
|
-
"abortcontroller-polyfill": "^1.7.8",
|
|
69
|
-
"alova": "^3.3.3",
|
|
70
|
-
"dayjs": "1.11.10",
|
|
71
|
-
"pinia": "2.0.36",
|
|
72
|
-
"pinia-plugin-persistedstate": "3.2.1",
|
|
73
|
-
"vue": "^3.4.21",
|
|
74
|
-
"vue-i18n": "9.1.9",
|
|
75
|
-
"vue-router": "4.5.1",
|
|
76
|
-
"z-paging": "2.8.7"
|
|
77
|
-
},
|
|
78
|
-
"devDependencies": {
|
|
79
|
-
"@commitlint/cli": "^19.8.1",
|
|
80
|
-
"@commitlint/config-conventional": "^19.8.1",
|
|
81
|
-
"@dcloudio/types": "^3.4.8",
|
|
82
|
-
"@dcloudio/uni-automator": "3.0.0-4070620250821001",
|
|
83
|
-
"@dcloudio/uni-cli-shared": "3.0.0-4070620250821001",
|
|
84
|
-
"@dcloudio/uni-stacktracey": "3.0.0-4070620250821001",
|
|
85
|
-
"@dcloudio/vite-plugin-uni": "3.0.0-4070620250821001",
|
|
86
|
-
"@esbuild/darwin-arm64": "0.20.2",
|
|
87
|
-
"@esbuild/darwin-x64": "0.20.2",
|
|
88
|
-
"@iconify-json/carbon": "^1.2.4",
|
|
89
|
-
"@iconify/utils": "^3.0.2",
|
|
90
|
-
"@rollup/rollup-darwin-x64": "^4.28.0",
|
|
91
|
-
"@types/node": "^20.17.9",
|
|
92
|
-
"@uni-helper/eslint-config": "0.5.0",
|
|
93
|
-
"@uni-helper/plugin-uni": "0.1.0",
|
|
94
|
-
"@uni-helper/uni-env": "0.1.8",
|
|
95
|
-
"@uni-helper/uni-types": "1.0.0-alpha.6",
|
|
96
|
-
"@uni-helper/unocss-preset-uni": "0.2.11",
|
|
97
|
-
"@uni-helper/vite-plugin-uni-components": "0.2.3",
|
|
98
|
-
"@uni-helper/vite-plugin-uni-layouts": "0.1.11",
|
|
99
|
-
"@uni-helper/vite-plugin-uni-manifest": "0.2.11",
|
|
100
|
-
"@uni-helper/vite-plugin-uni-pages": "0.3.19",
|
|
101
|
-
"@uni-helper/vite-plugin-uni-platform": "0.0.5",
|
|
102
|
-
"@uni-ku/bundle-optimizer": "v1.3.15-beta.2",
|
|
103
|
-
"@uni-ku/root": "1.4.1",
|
|
104
|
-
"@unocss/eslint-plugin": "^66.2.3",
|
|
105
|
-
"@unocss/preset-legacy-compat": "66.0.0",
|
|
106
|
-
"@vue/runtime-core": "^3.4.21",
|
|
107
|
-
"@vue/tsconfig": "^0.1.3",
|
|
108
|
-
"autoprefixer": "^10.4.20",
|
|
109
|
-
"cross-env": "^10.0.0",
|
|
110
|
-
"eslint": "^9.31.0",
|
|
111
|
-
"eslint-plugin-format": "^1.0.1",
|
|
112
|
-
"husky": "^9.1.7",
|
|
113
|
-
"less": "^4.5.1",
|
|
114
|
-
"lint-staged": "^15.2.10",
|
|
115
|
-
"miniprogram-api-typings": "^4.1.0",
|
|
116
|
-
"openapi-ts-request": "^1.10.0",
|
|
117
|
-
"postcss": "^8.4.49",
|
|
118
|
-
"postcss-html": "^1.8.0",
|
|
119
|
-
"postcss-scss": "^4.0.9",
|
|
120
|
-
"rollup-plugin-visualizer": "^6.0.3",
|
|
121
|
-
"sass": "1.77.8",
|
|
122
|
-
"std-env": "^3.9.0",
|
|
123
|
-
"typescript": "~5.8.0",
|
|
124
|
-
"unocss": "66.0.0",
|
|
125
|
-
"unplugin-auto-import": "^20.0.0",
|
|
126
|
-
"vite": "5.2.8",
|
|
127
|
-
"vite-plugin-dts": "^3.9.1",
|
|
128
|
-
"vite-plugin-restart": "^1.0.0",
|
|
129
|
-
"vue-tsc": "^3.0.6"
|
|
130
|
-
},
|
|
131
|
-
"overrides": {
|
|
132
|
-
"unconfig": "7.3.2"
|
|
133
|
-
},
|
|
134
|
-
"resolutions": {
|
|
135
|
-
"bin-wrapper": "npm:bin-wrapper-china",
|
|
136
|
-
"unconfig": "7.3.2"
|
|
137
|
-
},
|
|
138
|
-
"lint-staged": {
|
|
139
|
-
"*": "eslint --fix"
|
|
140
|
-
},
|
|
141
50
|
"scripts": {
|
|
142
51
|
"build:lib": "vite build -c vite.config.library.ts",
|
|
143
52
|
"preinstall": "npx only-allow pnpm",
|
|
@@ -206,6 +115,104 @@
|
|
|
206
115
|
"init-husky": "git init && husky",
|
|
207
116
|
"init-baseFiles": "node ./scripts/create-base-files.js",
|
|
208
117
|
"init-json": "pnpm init-baseFiles",
|
|
118
|
+
"prepare": "pnpm init-husky & pnpm init-baseFiles",
|
|
209
119
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
120
|
+
},
|
|
121
|
+
"dependencies": {
|
|
122
|
+
"@alova/adapter-uniapp": "^2.0.15",
|
|
123
|
+
"@alova/shared": "^1.3.2",
|
|
124
|
+
"@dcloudio/uni-app": "3.0.0-4070620250821001",
|
|
125
|
+
"@dcloudio/uni-app-harmony": "3.0.0-4070620250821001",
|
|
126
|
+
"@dcloudio/uni-app-plus": "3.0.0-4070620250821001",
|
|
127
|
+
"@dcloudio/uni-components": "3.0.0-4070620250821001",
|
|
128
|
+
"@dcloudio/uni-h5": "3.0.0-4070620250821001",
|
|
129
|
+
"@dcloudio/uni-mp-alipay": "3.0.0-4070620250821001",
|
|
130
|
+
"@dcloudio/uni-mp-baidu": "3.0.0-4070620250821001",
|
|
131
|
+
"@dcloudio/uni-mp-harmony": "3.0.0-4070620250821001",
|
|
132
|
+
"@dcloudio/uni-mp-jd": "3.0.0-4070620250821001",
|
|
133
|
+
"@dcloudio/uni-mp-kuaishou": "3.0.0-4070620250821001",
|
|
134
|
+
"@dcloudio/uni-mp-lark": "3.0.0-4070620250821001",
|
|
135
|
+
"@dcloudio/uni-mp-qq": "3.0.0-4070620250821001",
|
|
136
|
+
"@dcloudio/uni-mp-toutiao": "3.0.0-4070620250821001",
|
|
137
|
+
"@dcloudio/uni-mp-weixin": "3.0.0-4070620250821001",
|
|
138
|
+
"@dcloudio/uni-mp-xhs": "3.0.0-4070620250821001",
|
|
139
|
+
"@dcloudio/uni-quickapp-webview": "3.0.0-4070620250821001",
|
|
140
|
+
"abortcontroller-polyfill": "^1.7.8",
|
|
141
|
+
"alova": "^3.4.1",
|
|
142
|
+
"dayjs": "1.11.10",
|
|
143
|
+
"pinia": "2.0.36",
|
|
144
|
+
"pinia-plugin-persistedstate": "3.2.1",
|
|
145
|
+
"vue": "^3.5.26",
|
|
146
|
+
"vue-i18n": "9.1.9",
|
|
147
|
+
"vue-router": "4.5.1",
|
|
148
|
+
"z-paging": "2.8.7"
|
|
149
|
+
},
|
|
150
|
+
"devDependencies": {
|
|
151
|
+
"@commitlint/cli": "^19.8.1",
|
|
152
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
153
|
+
"@dcloudio/types": "^3.4.28",
|
|
154
|
+
"@dcloudio/uni-automator": "3.0.0-4070620250821001",
|
|
155
|
+
"@dcloudio/uni-cli-shared": "3.0.0-4070620250821001",
|
|
156
|
+
"@dcloudio/uni-stacktracey": "3.0.0-4070620250821001",
|
|
157
|
+
"@dcloudio/vite-plugin-uni": "3.0.0-4070620250821001",
|
|
158
|
+
"@esbuild/darwin-arm64": "0.20.2",
|
|
159
|
+
"@esbuild/darwin-x64": "0.20.2",
|
|
160
|
+
"@iconify-json/carbon": "^1.2.15",
|
|
161
|
+
"@iconify/utils": "^3.1.0",
|
|
162
|
+
"@rollup/rollup-darwin-x64": "^4.55.1",
|
|
163
|
+
"@types/node": "^20.19.27",
|
|
164
|
+
"@uni-helper/eslint-config": "0.5.0",
|
|
165
|
+
"@uni-helper/plugin-uni": "0.1.0",
|
|
166
|
+
"@uni-helper/uni-env": "0.1.8",
|
|
167
|
+
"@uni-helper/uni-types": "1.0.0-alpha.6",
|
|
168
|
+
"@uni-helper/unocss-preset-uni": "0.2.11",
|
|
169
|
+
"@uni-helper/vite-plugin-uni-components": "0.2.3",
|
|
170
|
+
"@uni-helper/vite-plugin-uni-layouts": "0.1.11",
|
|
171
|
+
"@uni-helper/vite-plugin-uni-manifest": "0.2.11",
|
|
172
|
+
"@uni-helper/vite-plugin-uni-pages": "0.3.19",
|
|
173
|
+
"@uni-helper/vite-plugin-uni-platform": "0.0.5",
|
|
174
|
+
"@uni-ku/bundle-optimizer": "1.3.15-beta.2",
|
|
175
|
+
"@uni-ku/root": "1.4.1",
|
|
176
|
+
"@unocss/eslint-plugin": "^66.5.12",
|
|
177
|
+
"@unocss/preset-legacy-compat": "66.0.0",
|
|
178
|
+
"@vue/runtime-core": "^3.5.26",
|
|
179
|
+
"@vue/tsconfig": "^0.1.3",
|
|
180
|
+
"autoprefixer": "^10.4.23",
|
|
181
|
+
"cross-env": "^10.1.0",
|
|
182
|
+
"eslint": "^9.39.2",
|
|
183
|
+
"eslint-plugin-format": "^1.2.0",
|
|
184
|
+
"husky": "^9.1.7",
|
|
185
|
+
"less": "^4.5.1",
|
|
186
|
+
"lint-staged": "^15.5.2",
|
|
187
|
+
"miniprogram-api-typings": "^4.1.2",
|
|
188
|
+
"openapi-ts-request": "^1.11.0",
|
|
189
|
+
"postcss": "^8.5.6",
|
|
190
|
+
"postcss-html": "^1.8.0",
|
|
191
|
+
"postcss-scss": "^4.0.9",
|
|
192
|
+
"rollup-plugin-visualizer": "^6.0.5",
|
|
193
|
+
"sass": "1.77.8",
|
|
194
|
+
"std-env": "^3.10.0",
|
|
195
|
+
"typescript": "~5.8.3",
|
|
196
|
+
"unocss": "66.0.0",
|
|
197
|
+
"unplugin-auto-import": "^20.3.0",
|
|
198
|
+
"vite": "5.2.8",
|
|
199
|
+
"vite-plugin-dts": "^3.9.1",
|
|
200
|
+
"vite-plugin-restart": "^1.0.0",
|
|
201
|
+
"vue-tsc": "^3.2.2"
|
|
202
|
+
},
|
|
203
|
+
"pnpm": {
|
|
204
|
+
"overrides": {
|
|
205
|
+
"unconfig": "7.3.2"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"overrides": {
|
|
209
|
+
"unconfig": "7.3.2"
|
|
210
|
+
},
|
|
211
|
+
"resolutions": {
|
|
212
|
+
"bin-wrapper": "npm:bin-wrapper-china",
|
|
213
|
+
"unconfig": "7.3.2"
|
|
214
|
+
},
|
|
215
|
+
"lint-staged": {
|
|
216
|
+
"*": "eslint --fix"
|
|
210
217
|
}
|
|
211
|
-
}
|
|
218
|
+
}
|