y-admin-ui 6.0.4 → 6.0.6

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/y-admin-ui.js CHANGED
@@ -23,6 +23,11 @@ const ui = {
23
23
  required: !0
24
24
  }
25
25
  }, ii = {
26
+ props: {
27
+ type: Object,
28
+ required: !0,
29
+ default: () => ({ value: "value", label: "label", disabled: "disabled" })
30
+ },
26
31
  multiple: Boolean,
27
32
  disabled: Boolean,
28
33
  valueKey: String,
@@ -162,12 +167,13 @@ const ui = {
162
167
  placeholder: p.value,
163
168
  clearable: f.value,
164
169
  "collapse-tags": n.collapseTags,
170
+ props: n.props,
165
171
  "popper-class": "y-basic-select-popper-class",
166
172
  onClear: A,
167
173
  onRemoveTag: h,
168
174
  onFocus: m,
169
175
  onBlur: g
170
- }, null, 8, ["model-value", "multiple", "disabled", "value-key", "size", "placeholder", "clearable", "collapse-tags"])
176
+ }, null, 8, ["model-value", "multiple", "disabled", "value-key", "size", "placeholder", "clearable", "collapse-tags", "props"])
171
177
  ]),
172
178
  default: $(() => [
173
179
  Ae(V.$slots, "default")
Binary file