@dt-frames/ui 1.0.35 → 1.0.37

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.
Files changed (2) hide show
  1. package/es/index.js +4 -0
  2. package/package.json +1 -1
package/es/index.js CHANGED
@@ -3207,6 +3207,10 @@ var _sfc_main$P = defineComponent({
3207
3207
  ...unref(getComponentProps),
3208
3208
  disabled: unref(getDisable)
3209
3209
  };
3210
+ if (component === "Select" && itemProps.showSearch === void 0) {
3211
+ itemProps.showSearch = true;
3212
+ itemProps.optionFilterProp = "label";
3213
+ }
3210
3214
  if (!itemProps.disabled && component !== "RangePicker") {
3211
3215
  itemProps.placeholder = ((_a = unref(getComponentProps)) == null ? void 0 : _a.placeholder) || createPlaceholder(component);
3212
3216
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dt-frames/ui",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "keywords": [
5
5
  "ui",
6
6
  "dt-ui"