@dazhicheng/ui 1.5.22 → 1.5.24
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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -24597,7 +24597,7 @@ function VQ(e, t) {
|
|
|
24597
24597
|
}
|
|
24598
24598
|
},
|
|
24599
24599
|
defineRules: {
|
|
24600
|
-
required: (r, o, n) => yo(r) ? "请输入" : !0,
|
|
24600
|
+
required: (r, o, n) => yo(r) || typeof r == "string" && r.trim().length === 0 ? "请输入" : !0,
|
|
24601
24601
|
// 选择项目必填国际化适配
|
|
24602
24602
|
selectRequired: (r) => yo(r) ? "请选择" : !0,
|
|
24603
24603
|
...e
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dazhicheng/ui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.24",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"vxe-table": "^4.17.48",
|
|
45
45
|
"xe-utils": "^4.0.0",
|
|
46
46
|
"zod": "^4.3.6",
|
|
47
|
-
"@dazhicheng/
|
|
48
|
-
"@dazhicheng/
|
|
47
|
+
"@dazhicheng/utils": "1.3.17",
|
|
48
|
+
"@dazhicheng/hooks": "1.4.17"
|
|
49
49
|
},
|
|
50
50
|
"files": [
|
|
51
51
|
"dist"
|