@selfeesas/shared-components 1.3.0 → 1.3.1
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.
|
@@ -1104,8 +1104,6 @@ declare interface CustomTableServices_2 {
|
|
|
1104
1104
|
redirectToPrm?: (row: any) => void;
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
|
-
export declare const CustomTableTest: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1108
|
-
|
|
1109
1107
|
export declare const DATE_FORMAT_REGEX: RegExp;
|
|
1110
1108
|
|
|
1111
1109
|
declare type DateInput = string | Date;
|
|
@@ -1852,6 +1850,8 @@ export declare interface SelfeeLoaderProps {
|
|
|
1852
1850
|
speed?: number;
|
|
1853
1851
|
}
|
|
1854
1852
|
|
|
1853
|
+
export declare const SelfeeTable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1854
|
+
|
|
1855
1855
|
export declare const SmartFilters: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1856
1856
|
|
|
1857
1857
|
declare interface SmartFiltersProps {
|
|
@@ -35493,7 +35493,7 @@ const bh = {
|
|
|
35493
35493
|
key: 1,
|
|
35494
35494
|
class: "text-no-wrap ellipsis"
|
|
35495
35495
|
}, Ih = { colspan: "100%" }, Oh = /* @__PURE__ */ Dt({
|
|
35496
|
-
__name: "
|
|
35496
|
+
__name: "SelfeeTable",
|
|
35497
35497
|
props: {
|
|
35498
35498
|
columns: {},
|
|
35499
35499
|
results: {},
|
|
@@ -35542,7 +35542,7 @@ const bh = {
|
|
|
35542
35542
|
defaultRowsPerPage: b.defaultRowsPerPage
|
|
35543
35543
|
},
|
|
35544
35544
|
b.initialParams
|
|
35545
|
-
) : null, k = Z(() => b.useBuiltInPagination && x ? x.results.value : b.results), M = Z(() => b.useBuiltInPagination && x ? x.loading.value : b.loading), j = Z({
|
|
35545
|
+
) : null, k = Z(() => b.useBuiltInPagination && x ? x.results.value || [] : b.results || []), M = Z(() => b.useBuiltInPagination && x ? x.loading.value : b.loading), j = Z({
|
|
35546
35546
|
get() {
|
|
35547
35547
|
return b.useBuiltInPagination && x ? x.pagination.value : b.pagination;
|
|
35548
35548
|
},
|
|
@@ -36102,13 +36102,12 @@ const bh = {
|
|
|
36102
36102
|
}, 8, ["pagination", "columns", "rows", "filter", "row-key", "rows-per-page-options", "loading", "hide-no-data"])
|
|
36103
36103
|
], 64));
|
|
36104
36104
|
}
|
|
36105
|
-
}), np = /* @__PURE__ */ vr(Oh, [["__scopeId", "data-v-
|
|
36105
|
+
}), np = /* @__PURE__ */ vr(Oh, [["__scopeId", "data-v-9884019f"]]);
|
|
36106
36106
|
export {
|
|
36107
36107
|
Fh as Breadcrumbs,
|
|
36108
36108
|
Ph as CheckboxFilter,
|
|
36109
36109
|
Zh as ConfirmDeleteDialog,
|
|
36110
36110
|
Yh as CustomTable,
|
|
36111
|
-
np as CustomTableTest,
|
|
36112
36111
|
of as DATE_FORMAT_REGEX,
|
|
36113
36112
|
Hh as DatePicker,
|
|
36114
36113
|
Af as DateRange,
|
|
@@ -36126,6 +36125,7 @@ export {
|
|
|
36126
36125
|
qh as SelfeeFooter,
|
|
36127
36126
|
Nh as SelfeeHeader,
|
|
36128
36127
|
Gh as SelfeeLoader,
|
|
36128
|
+
np as SelfeeTable,
|
|
36129
36129
|
tp as SmartFilters,
|
|
36130
36130
|
zh as UserAvatar,
|
|
36131
36131
|
Vh as createBreadcrumb,
|