readytech-ui-library-v2 1.0.6 → 1.0.7
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.
@@ -16858,7 +16858,7 @@ const bg = /* @__PURE__ */ fe(gg, [["render", yg], ["__scopeId", "data-v-d31f995
|
|
16858
16858
|
},
|
16859
16859
|
methods: {
|
16860
16860
|
handleSelection(e) {
|
16861
|
-
this.multiple && e.includes("all") && (this.selectedItem.length === this.items.length + 1 ? this.selectedItem = [] : this.selectedItem = this.items.map((n) => n.value));
|
16861
|
+
this.multiple && e.includes("all") && (this.selectedItem.length === this.items.length + 1 ? this.selectedItem = [] : this.selectedItem = this.items.map((n) => n.value)), this.$emit("selectionChanged", this.selectedItem);
|
16862
16862
|
}
|
16863
16863
|
}
|
16864
16864
|
};
|
@@ -16897,7 +16897,7 @@ function Sg(e, n, t, a, l, i) {
|
|
16897
16897
|
} : void 0
|
16898
16898
|
]), 1040, ["items", "modelValue", "label", "density", "outlined", "chips", "multiple", "placeholder", "disabled", "error", "error-messages", "menu-props", "onUpdate:modelValue"]);
|
16899
16899
|
}
|
16900
|
-
const lu = /* @__PURE__ */ fe(kg, [["render", Sg], ["__scopeId", "data-v-
|
16900
|
+
const lu = /* @__PURE__ */ fe(kg, [["render", Sg], ["__scopeId", "data-v-ff11458c"]]), pg = R({
|
16901
16901
|
...re(),
|
16902
16902
|
...gv()
|
16903
16903
|
}, "VForm"), Cg = z()({
|