@central-design-system/components 3.0.0-beta.39 → 3.0.0-beta.40
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.
- package/dist/cds.es.js +6 -1
- package/dist/cds.umd.js +1 -1
- package/package.json +1 -1
- package/src/scss/themes/index.ts +1 -1
package/dist/cds.es.js
CHANGED
|
@@ -7994,7 +7994,12 @@ const wn = /* @__PURE__ */ lt(Mv, [["render", Fv]]), Ji = "CdsAutocomplete", Rv
|
|
|
7994
7994
|
function ie() {
|
|
7995
7995
|
e.readonly || e.disabled || e.multiple && (!g.value || v.value ? u.value = [...c.value] : u.value = [], n("update:selectedAll", !g.value));
|
|
7996
7996
|
}
|
|
7997
|
-
te(
|
|
7997
|
+
te(
|
|
7998
|
+
() => e.modelValue,
|
|
7999
|
+
(de) => {
|
|
8000
|
+
de || (k.value = "");
|
|
8001
|
+
}
|
|
8002
|
+
), te(l, (de, Ee) => {
|
|
7998
8003
|
var ne, J;
|
|
7999
8004
|
de !== Ee && (de ? (he.value = !0, k.value = e.multiple ? "" : String((J = (ne = a(u).at(-1)) == null ? void 0 : ne.props.title) != null ? J : ""), b.value = !0, Ye(() => he.value = !1)) : (!e.multiple && !a(k) ? u.value = [] : a(O) && !a(_) && !a(u).some(({ value: ue }) => ue === a(T)[0].value) && ee(a(T)[0]), i.value = !1, u.value.some(({ title: ue }) => ue === k.value) || (k.value = ""), x.value = -1));
|
|
8000
8005
|
}), te(k, (de) => {
|