readytech-ui-library-v2 1.0.149 → 1.0.151
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.
@@ -21818,10 +21818,6 @@ const Mie = J({
|
|
21818
21818
|
}
|
21819
21819
|
},
|
21820
21820
|
methods: {
|
21821
|
-
onTableOptionsUpdate(e) {
|
21822
|
-
const { page: t, itemsPerPage: n, sortBy: r } = e, a = r != null && r.length ? r.map((i) => `${i.key} (${i.order === "desc" ? "descending" : "ascending"})`).join(", ") : "none";
|
21823
|
-
this.liveAnnouncement = `Page ${t}, showing ${n} items per page. Sort by ${a}.`;
|
21824
|
-
},
|
21825
21821
|
handleToolbarClick(e) {
|
21826
21822
|
if (typeof e.onClick == "function") {
|
21827
21823
|
const t = this.selected.length ? this.selected : this.filteredItems;
|
@@ -21838,10 +21834,7 @@ const Mie = J({
|
|
21838
21834
|
this.$emit("update:selected", e);
|
21839
21835
|
}
|
21840
21836
|
}
|
21841
|
-
}, Hie = {
|
21842
|
-
key: 2,
|
21843
|
-
class: "table-wrapper"
|
21844
|
-
}, Uie = { class: "v-data-table-caption" }, Wie = {
|
21837
|
+
}, Hie = { key: 2 }, Uie = { class: "v-data-table-caption" }, Wie = {
|
21845
21838
|
class: "sr-only",
|
21846
21839
|
role: "status",
|
21847
21840
|
"aria-live": "polite",
|
@@ -21928,7 +21921,7 @@ function Gie(e, t, n, r, a, i) {
|
|
21928
21921
|
]),
|
21929
21922
|
_: 1
|
21930
21923
|
})) : (Y(), Ke("div", Hie, [
|
21931
|
-
w(zie, re(
|
21924
|
+
w(zie, re(n.tableProps, {
|
21932
21925
|
headers: n.headers,
|
21933
21926
|
items: i.filteredItems,
|
21934
21927
|
search: a.search,
|
@@ -21958,14 +21951,14 @@ function Gie(e, t, n, r, a, i) {
|
|
21958
21951
|
wn(e.$slots, l, h3(g3(u)), void 0, !0)
|
21959
21952
|
])
|
21960
21953
|
}))
|
21961
|
-
]), 1040, ["
|
21954
|
+
]), 1040, ["headers", "items", "search", "items-per-page", "items-per-page-options", "loading", "hide-default-footer", "show-select", "modelValue", "item-value", "sort-by", "sort-desc", "multi-sort", "density"]),
|
21962
21955
|
an("div", Wie, Ie(a.liveAnnouncement), 1)
|
21963
21956
|
]))
|
21964
21957
|
]),
|
21965
21958
|
_: 3
|
21966
21959
|
});
|
21967
21960
|
}
|
21968
|
-
const qie = /* @__PURE__ */ je($ie, [["render", Gie], ["__scopeId", "data-v-
|
21961
|
+
const qie = /* @__PURE__ */ je($ie, [["render", Gie], ["__scopeId", "data-v-c6539a78"]]), i_ = Symbol.for("vuetify:v-tabs"), Kie = J({
|
21969
21962
|
fixed: Boolean,
|
21970
21963
|
sliderColor: String,
|
21971
21964
|
hideSlider: Boolean,
|