@dazhicheng/ui 1.5.64 → 1.5.66
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 +2 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -22610,6 +22610,8 @@ const ok = { class: "flex-auto overflow-hidden" }, ik = {
|
|
|
22610
22610
|
}), C = x(() => {
|
|
22611
22611
|
const D = xe(e.componentProps) ? e.componentProps(a.value, s) : e.componentProps;
|
|
22612
22612
|
return {
|
|
22613
|
+
clearable: !0,
|
|
22614
|
+
filterable: !0,
|
|
22613
22615
|
...e.commonComponentProps,
|
|
22614
22616
|
...D,
|
|
22615
22617
|
...g.value
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dazhicheng/ui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.66",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"sortablejs": "^1.15.7",
|
|
47
47
|
"vee-validate": "^4.15.1",
|
|
48
48
|
"zod": "^4.3.6",
|
|
49
|
-
"@dazhicheng/
|
|
50
|
-
"@dazhicheng/
|
|
49
|
+
"@dazhicheng/utils": "1.3.24",
|
|
50
|
+
"@dazhicheng/hooks": "1.4.24"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@element-plus/icons-vue": "^2.3.0",
|