@sysvale/cuida 3.0.0-beta.33 → 3.0.0-beta.34
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.
|
@@ -14815,10 +14815,10 @@ function Vj(e, t, n, i, s, o) {
|
|
|
14815
14815
|
]),
|
|
14816
14816
|
me(c, Ju({
|
|
14817
14817
|
id: "clustered-multiselect",
|
|
14818
|
-
ref: "cds-multiselect"
|
|
14819
|
-
modelValue: s.selectedValue,
|
|
14820
|
-
"onUpdate:modelValue": t[3] || (t[3] = (d) => s.selectedValue = d)
|
|
14818
|
+
ref: "cds-multiselect"
|
|
14821
14819
|
}, o.attrs, {
|
|
14820
|
+
modelValue: s.selectedValue,
|
|
14821
|
+
"onUpdate:modelValue": t[3] || (t[3] = (d) => s.selectedValue = d),
|
|
14822
14822
|
options: s.internalOptions,
|
|
14823
14823
|
label: n.optionsField,
|
|
14824
14824
|
"track-by": n.trackBy,
|