@cobre-npm/ds-v3 0.133.0 → 0.134.0

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.
@@ -5822,7 +5822,8 @@ const Qg = { class: "co-input" }, Zg = {
5822
5822
  noArrow: { type: Boolean },
5823
5823
  noOptionsText: {},
5824
5824
  noOptionsIcon: { default: "icon-search-sm" },
5825
- clearable: { type: Boolean, default: !1 }
5825
+ clearable: { type: Boolean, default: !1 },
5826
+ id: {}
5826
5827
  },
5827
5828
  setup(a) {
5828
5829
  const e = si(), t = I(() => {
@@ -5851,6 +5852,7 @@ const Qg = { class: "co-input" }, Zg = {
5851
5852
  ])) : D("", !0),
5852
5853
  le(O(di), et(O(e), {
5853
5854
  class: "co-select-v3",
5855
+ inputId: r.id,
5854
5856
  disabled: r.disabled,
5855
5857
  clearable: r.clearable,
5856
5858
  selectable: (i) => !i.disabled
@@ -6001,7 +6003,7 @@ const Qg = { class: "co-input" }, Zg = {
6001
6003
  i ? (d(), b("div", O0)) : D("", !0)
6002
6004
  ]),
6003
6005
  _: 3
6004
- }, 16, ["disabled", "clearable", "selectable"])
6006
+ }, 16, ["inputId", "disabled", "clearable", "selectable"])
6005
6007
  ]);
6006
6008
  };
6007
6009
  }
@@ -18,6 +18,7 @@ interface Props {
18
18
  noOptionsText?: string;
19
19
  noOptionsIcon?: string;
20
20
  clearable?: boolean;
21
+ id?: string;
21
22
  }
22
23
  declare var __VLS_8: {
23
24
  option: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.133.0",
3
+ "version": "0.134.0",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@11.0.4",
6
6
  "engines": {