readytech-ui-library-v2 1.0.169 → 1.0.170
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.
@@ -21864,6 +21864,18 @@ const jie = J({
|
|
21864
21864
|
watch: {
|
21865
21865
|
selected(e) {
|
21866
21866
|
this.$emit("update:selected", e);
|
21867
|
+
},
|
21868
|
+
search(e) {
|
21869
|
+
this.liveAnnouncement = `Search updated. ${this.filteredItems.length} result${this.filteredItems.length !== 1 ? "s" : ""} found.`;
|
21870
|
+
},
|
21871
|
+
sortBy(e) {
|
21872
|
+
if (e != null && e.length || typeof e == "string") {
|
21873
|
+
const t = Array.isArray(e) ? e.join(", ") : e;
|
21874
|
+
this.liveAnnouncement = `Sorted by ${t}.`;
|
21875
|
+
}
|
21876
|
+
},
|
21877
|
+
sortDesc(e) {
|
21878
|
+
typeof e == "boolean" ? this.liveAnnouncement = `Sort direction: ${e ? "descending" : "ascending"}.` : Array.isArray(e) && (this.liveAnnouncement = "Sort directions updated.");
|
21867
21879
|
}
|
21868
21880
|
}
|
21869
21881
|
}, Uie = { key: 2 }, Wie = { class: "v-data-table-caption" }, Gie = {
|
@@ -21991,7 +22003,7 @@ function qie(e, t, n, r, a, i) {
|
|
21991
22003
|
_: 3
|
21992
22004
|
});
|
21993
22005
|
}
|
21994
|
-
const Kie = /* @__PURE__ */ je(Hie, [["render", qie], ["__scopeId", "data-v-
|
22006
|
+
const Kie = /* @__PURE__ */ je(Hie, [["render", qie], ["__scopeId", "data-v-67e64035"]]), o_ = Symbol.for("vuetify:v-tabs"), Yie = J({
|
21995
22007
|
fixed: Boolean,
|
21996
22008
|
sliderColor: String,
|
21997
22009
|
hideSlider: Boolean,
|