@selfeesas/shared-components 1.4.4 → 1.4.6
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.
|
@@ -140,6 +140,7 @@ declare const __VLS_component_6: DefineComponent<ExtractPropTypes<__VLS_WithDefa
|
|
|
140
140
|
order: number;
|
|
141
141
|
};
|
|
142
142
|
clearSort: () => void;
|
|
143
|
+
expandRow: (row: any) => Promise<void>;
|
|
143
144
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
144
145
|
"update:pagination": (...args: any[]) => void;
|
|
145
146
|
"update:selected": (...args: any[]) => void;
|
|
@@ -35241,7 +35241,8 @@ const zd = {
|
|
|
35241
35241
|
sortBy: void 0,
|
|
35242
35242
|
descending: void 0
|
|
35243
35243
|
};
|
|
35244
|
-
}
|
|
35244
|
+
},
|
|
35245
|
+
expandRow: (te) => Q(te)
|
|
35245
35246
|
}), (te, se) => (Ce(), lt(Vt, null, [
|
|
35246
35247
|
s.value.length > 0 ? (Ce(), lt("div", zd, [
|
|
35247
35248
|
Qe("div", Vd, [
|
|
@@ -35330,10 +35331,7 @@ const zd = {
|
|
|
35330
35331
|
onHeaderClick: X,
|
|
35331
35332
|
class: "q-mb-xl",
|
|
35332
35333
|
flat: "",
|
|
35333
|
-
bordered: ""
|
|
35334
|
-
"virtual-scroll": "",
|
|
35335
|
-
"virtual-scroll-item-size": 48,
|
|
35336
|
-
"virtual-scroll-sticky-size-start": 0
|
|
35334
|
+
bordered: ""
|
|
35337
35335
|
}, {
|
|
35338
35336
|
header: Pe((ie) => [
|
|
35339
35337
|
Ue(Kn, { props: ie }, {
|
|
@@ -35616,7 +35614,7 @@ const zd = {
|
|
|
35616
35614
|
}, 8, ["pagination", "columns", "rows", "filter", "row-key", "rows-per-page-options", "loading", "hide-no-data"])
|
|
35617
35615
|
], 64));
|
|
35618
35616
|
}
|
|
35619
|
-
}), Eh = /* @__PURE__ */ wr(rh, [["__scopeId", "data-v-
|
|
35617
|
+
}), Eh = /* @__PURE__ */ wr(rh, [["__scopeId", "data-v-14eb0491"]]);
|
|
35620
35618
|
export {
|
|
35621
35619
|
ih as Breadcrumbs,
|
|
35622
35620
|
ah as CheckboxFilter,
|