@haloduck/ui 2.0.22 → 2.0.23
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/fesm2022/haloduck-ui.mjs +21 -0
- package/fesm2022/haloduck-ui.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -599,6 +599,7 @@ declare class TableComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
599
599
|
ngOnDestroy(): void;
|
|
600
600
|
private setupIntersectionObserver;
|
|
601
601
|
private cleanupIntersectionObserver;
|
|
602
|
+
private checkAndAutoLoadIfNoScroll;
|
|
602
603
|
constructor();
|
|
603
604
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
604
605
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "haloduck-table", never, { "tableLayout": { "alias": "tableLayout"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "useLoadMore": { "alias": "useLoadMore"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "isPaging": { "alias": "isPaging"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "expandedTemplate": { "alias": "expandedTemplate"; "required": false; }; "customTemplates": { "alias": "customTemplates"; "required": false; }; "lastEvaluatedKey": { "alias": "lastEvaluatedKey"; "required": false; }; }, { "onSortChange": "onSortChange"; "onLoadMore": "onLoadMore"; "onRowClick": "onRowClick"; "onRowDblClick": "onRowDblClick"; }, never, never, true, never>;
|