readytech-ui-library-v2 1.0.146 → 1.0.147
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.
@@ -18574,6 +18574,14 @@ const Qre = /* @__PURE__ */ je(Jre, [["render", Zre], ["__scopeId", "data-v-5156
|
|
18574
18574
|
this.$emit("update:modelValue", e), this.$emit("selection-changed", e);
|
18575
18575
|
}
|
18576
18576
|
},
|
18577
|
+
directives: {
|
18578
|
+
fixComboboxRole: {
|
18579
|
+
mounted(e) {
|
18580
|
+
const t = e.querySelector("input");
|
18581
|
+
t && t.setAttribute("role", "combobox"), e.removeAttribute("role");
|
18582
|
+
}
|
18583
|
+
}
|
18584
|
+
},
|
18577
18585
|
methods: {
|
18578
18586
|
toggleSelectAll() {
|
18579
18587
|
this.allSelected ? this.selectedItem = [] : this.selectedItem = this.items.map((e) => e[this.itemValue]);
|