vsyswin-ui 0.2.91 → 0.2.92
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/vsyswin-ui.common.js +68625 -68707
- package/lib/vsyswin-ui.common.js.map +1 -1
- package/lib/vsyswin-ui.umd.js +68635 -68717
- package/lib/vsyswin-ui.umd.js.map +1 -1
- package/lib/vsyswin-ui.umd.min.js +319 -319
- package/lib/vsyswin-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/packages/search-bar/src/search-bar.vue +3 -0
package/package.json
CHANGED
|
@@ -112,6 +112,7 @@
|
|
|
112
112
|
<el-select
|
|
113
113
|
size="small"
|
|
114
114
|
:multiple="!!item.multiple"
|
|
115
|
+
:filterable="item.filterable"
|
|
115
116
|
collapse-tags
|
|
116
117
|
clearable
|
|
117
118
|
v-model="item.value"
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
<el-select
|
|
226
227
|
size="small"
|
|
227
228
|
:multiple="!!item.multiple"
|
|
229
|
+
:filterable="item.filterable"
|
|
228
230
|
collapse-tags
|
|
229
231
|
clearable
|
|
230
232
|
v-model="item.value"
|
|
@@ -325,6 +327,7 @@
|
|
|
325
327
|
<el-select
|
|
326
328
|
size="small"
|
|
327
329
|
:multiple="!!item.multiple"
|
|
330
|
+
:filterable="item.filterable"
|
|
328
331
|
collapse-tags
|
|
329
332
|
clearable
|
|
330
333
|
v-model="item.value"
|