@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
|
}
|