readytech-ui-library-v2 1.0.118 → 1.0.120
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.
@@ -18600,7 +18600,7 @@ const Qre = /* @__PURE__ */ je(Jre, [["render", Zre], ["__scopeId", "data-v-5156
|
|
18600
18600
|
};
|
18601
18601
|
function rae(e, t, n, r, a, i) {
|
18602
18602
|
return Y(), ce(tae, {
|
18603
|
-
label:
|
18603
|
+
label: n.label,
|
18604
18604
|
density: n.density,
|
18605
18605
|
multiple: n.multiple,
|
18606
18606
|
items: n.items,
|
@@ -18611,8 +18611,9 @@ function rae(e, t, n, r, a, i) {
|
|
18611
18611
|
disabled: n.disabled,
|
18612
18612
|
error: n.error,
|
18613
18613
|
"error-messages": n.errorMessages,
|
18614
|
-
clearable: n.clearable
|
18615
|
-
|
18614
|
+
clearable: n.clearable,
|
18615
|
+
onChange: i.onChange
|
18616
|
+
}, null, 8, ["label", "density", "multiple", "items", "item-title", "item-value", "chips", "placeholder", "disabled", "error", "error-messages", "clearable", "onChange"]);
|
18616
18617
|
}
|
18617
18618
|
const aae = /* @__PURE__ */ je(nae, [["render", rae]]), iae = {
|
18618
18619
|
name: "RtSheet",
|