@davincihealthcare/elty-design-system-vue 2.2.2 → 2.2.3
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31030,7 +31030,7 @@ const Pg = {
|
|
|
31030
31030
|
e({
|
|
31031
31031
|
resetAllAndFetch: () => {
|
|
31032
31032
|
var w;
|
|
31033
|
-
u.value =
|
|
31033
|
+
u.value = void 0, N.value = A.items, R.value = A.selectedItems, (w = A.dataController) == null || w.call(A, u.value);
|
|
31034
31034
|
}
|
|
31035
31035
|
});
|
|
31036
31036
|
const s = q(!1), c = q(!1), u = q(A.modelValue), N = q([]), R = q(A.selectedItems), S = q(), f = q(), C = re(
|
|
@@ -31050,7 +31050,7 @@ const Pg = {
|
|
|
31050
31050
|
);
|
|
31051
31051
|
y !== -1 ? R.value = R.value.filter((k, j) => j !== y) : R.value.push({ ...D, check: !0 }), u.value = "", f.value = void 0, (V = S.value) == null || V.focus(), o("update:selectedItems", R.value);
|
|
31052
31052
|
} else
|
|
31053
|
-
u.value = D.text || D.
|
|
31053
|
+
u.value = D.text || D.label || D.value || "";
|
|
31054
31054
|
o("update:modelValue", D.text || D.label || D.value || ""), o("item:click", P);
|
|
31055
31055
|
}
|
|
31056
31056
|
}));
|