@resolveio/client-lib-core 21.5.32 → 21.5.33

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.5.32",
3
+ "version": "21.5.33",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -1695,6 +1695,8 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
1695
1695
  windowSizeSubscription: any;
1696
1696
  mutationObserver: MutationObserver | null;
1697
1697
  resizeObserver: ResizeObserver | null;
1698
+ private scrollRafId;
1699
+ private readonly onScrollHandler;
1698
1700
  constructor(_resizeService: ResizeService, _account: AccountManagerService, _elementRef: ElementRef<HTMLElement>);
1699
1701
  ngOnInit(): void;
1700
1702
  ngAfterViewInit(): void;
@@ -1706,6 +1708,8 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
1706
1708
  private updateStickyTopOffset;
1707
1709
  private isStickyHeadersEnabled;
1708
1710
  private toOptionalBoolean;
1711
+ private getAncestorStickyOffset;
1712
+ private isAncestorStickyHeadersEnabled;
1709
1713
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableComponent, never>;
1710
1714
  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; }; "secondaryColor": { "alias": "secondaryColor"; "required": false; }; "tertiaryColor": { "alias": "tertiaryColor"; "required": false; }; }, {}, never, ["*"], false, never>;
1711
1715
  }