readytech-ui-library-v2 1.0.168 → 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 = {
|
@@ -21877,7 +21889,8 @@ function qie(e, t, n, r, a, i) {
|
|
21877
21889
|
default: ae(() => [
|
21878
21890
|
n.showTitle ? (Y(), ce(P0, {
|
21879
21891
|
key: 0,
|
21880
|
-
flat: ""
|
21892
|
+
flat: "",
|
21893
|
+
"aria-label": `${n.title} Toolbar`
|
21881
21894
|
}, {
|
21882
21895
|
default: ae(() => [
|
21883
21896
|
w(_m, {
|
@@ -21916,7 +21929,7 @@ function qie(e, t, n, r, a, i) {
|
|
21916
21929
|
], !0)
|
21917
21930
|
]),
|
21918
21931
|
_: 3
|
21919
|
-
})) : Ge("", !0),
|
21932
|
+
}, 8, ["aria-label"])) : Ge("", !0),
|
21920
21933
|
i.isMobile ? (Y(), ce(gw, {
|
21921
21934
|
key: 1,
|
21922
21935
|
fluid: "",
|
@@ -21990,7 +22003,7 @@ function qie(e, t, n, r, a, i) {
|
|
21990
22003
|
_: 3
|
21991
22004
|
});
|
21992
22005
|
}
|
21993
|
-
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({
|
21994
22007
|
fixed: Boolean,
|
21995
22008
|
sliderColor: String,
|
21996
22009
|
hideSlider: Boolean,
|