readytech-ui-library-v2 1.0.102 → 1.0.103
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.
@@ -18525,7 +18525,9 @@ const Ry = /* @__PURE__ */ fe(By, [["render", Ay], ["__scopeId", "data-v-51563f5
|
|
18525
18525
|
return this.multiple ? [...this.items] : this.items;
|
18526
18526
|
},
|
18527
18527
|
allSelected() {
|
18528
|
-
|
18528
|
+
if (!this.multiple) return !1;
|
18529
|
+
const e = this.items.map((n) => n[this.itemValue]);
|
18530
|
+
return this.selectedItem.length === e.length && e.every((n) => this.selectedItem.includes(n));
|
18529
18531
|
}
|
18530
18532
|
},
|
18531
18533
|
watch: {
|