@recursyve/nice-data-filter-kit 13.1.3 → 13.1.4
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.
- package/esm2020/lib/components/base-list/base-list.component.mjs +17 -3
- package/esm2020/lib/components/multi-state-list/multi-state-list.component.mjs +2 -2
- package/fesm2015/recursyve-nice-data-filter-kit.mjs +17 -3
- package/fesm2015/recursyve-nice-data-filter-kit.mjs.map +1 -1
- package/fesm2020/recursyve-nice-data-filter-kit.mjs +17 -3
- package/fesm2020/recursyve-nice-data-filter-kit.mjs.map +1 -1
- package/lib/components/base-list/base-list.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -96,7 +96,8 @@ export declare class NiceBaseListComponent<Filter extends NiceFilterService<any>
|
|
|
96
96
|
clickCsv(): void;
|
|
97
97
|
clickPrint(): void;
|
|
98
98
|
clickPdf(): void;
|
|
99
|
-
|
|
99
|
+
setColumns(columns: TableColumns[]): void;
|
|
100
|
+
addColumns(columns: TableColumns[], prepend?: boolean): void;
|
|
100
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseListComponent<any>, [{ optional: true; }, null, null, null, null, null, null, null, null, null, null]>;
|
|
101
102
|
static ɵcmp: i0.ɵɵComponentDeclaration<NiceBaseListComponent<any>, "nice-base-list", never, { "mode": "mode"; "layout": "layout"; "layoutContent": "layoutContent"; "autoChangeLayout": "autoChangeLayout"; "baseRoute": "baseRoute"; "routeFn": "routeFn"; "navigateFn": "navigateFn"; "autoLoad": "autoLoad"; "pageTitle": "pageTitle"; "canExport": "canExport"; "disableRouting": "disableRouting"; "customExport": "customExport"; }, { "newPage": "newPage"; }, ["title", "table", "cards", "customContent", "filters", "emptyState", "buttons"], never>;
|
|
102
103
|
}
|