@resolveio/client-lib-core 21.6.11 → 21.6.12
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/package.json
CHANGED
|
@@ -1877,6 +1877,8 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
1877
1877
|
mutationObserver: MutationObserver | null;
|
|
1878
1878
|
resizeObserver: ResizeObserver | null;
|
|
1879
1879
|
private updateRafId;
|
|
1880
|
+
private autoScrollRafId;
|
|
1881
|
+
private autoHorizontalScrollEnabled;
|
|
1880
1882
|
private readonly onScrollHandler;
|
|
1881
1883
|
constructor(_resizeService: ResizeService, _account: AccountManagerService, _elementRef: ElementRef<HTMLElement>);
|
|
1882
1884
|
ngOnInit(): void;
|
|
@@ -1885,6 +1887,7 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
1885
1887
|
ngOnDestroy(): void;
|
|
1886
1888
|
shouldUseHorizontalScroll(): boolean;
|
|
1887
1889
|
private scheduleStickyTopOffsetUpdate;
|
|
1890
|
+
private scheduleAutoHorizontalScrollUpdate;
|
|
1888
1891
|
onClick(event: any): void;
|
|
1889
1892
|
getCollapseClass(): string[];
|
|
1890
1893
|
getPrimaryColor(): string;
|
|
@@ -1899,6 +1902,8 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
1899
1902
|
private getStickyViewportTop;
|
|
1900
1903
|
private getStickyScrollContainer;
|
|
1901
1904
|
private getCollapseTableElement;
|
|
1905
|
+
private shouldAutoEnableHorizontalScroll;
|
|
1906
|
+
private getCollapseTableWrapperElement;
|
|
1902
1907
|
private updateMobileColumnWidthVariable;
|
|
1903
1908
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableComponent, never>;
|
|
1904
1909
|
static ɵcmp: i0.ɵɵComponentDeclaration<CollapseTableComponent, "collapse-table", never, { "collapseSize": { "alias": "collapseSize"; "required": false; }; "tableFixed": { "alias": "tableFixed"; "required": false; }; "headerFixed": { "alias": "headerFixed"; "required": false; }; "stickyHeaders": { "alias": "stickyHeaders"; "required": false; }; "zebraStyle": { "alias": "zebraStyle"; "required": false; }; "secondaryColor": { "alias": "secondaryColor"; "required": false; }; "tertiaryColor": { "alias": "tertiaryColor"; "required": false; }; "mobileMinColumnWidth": { "alias": "mobileMinColumnWidth"; "required": false; }; }, {}, never, ["*"], false, never>;
|