@davincihealthcare/elty-design-system-vue 2.2.0 → 2.2.1
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 +1 -1
- 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
|
@@ -31060,7 +31060,7 @@ const Pg = {
|
|
|
31060
31060
|
}, L = ({ target: g }) => {
|
|
31061
31061
|
g instanceof HTMLInputElement && g.value.charAt(g.value.length - 1) !== " " && B(g.value);
|
|
31062
31062
|
}, G = (g, V) => {
|
|
31063
|
-
u.value = u.value.filter((D) => D.text !== V.text);
|
|
31063
|
+
u.value = u.value.filter((D) => D.text !== V.text), A("update:selectedItems", u.value);
|
|
31064
31064
|
}, B = async (g) => {
|
|
31065
31065
|
if (r.dataController) {
|
|
31066
31066
|
o.value = !0;
|