@resolveio/client-lib-core 21.5.37 → 21.5.38

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.37",
3
+ "version": "21.5.38",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -1714,6 +1714,8 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
1714
1714
  private getStickyHeaderRect;
1715
1715
  private isAncestorStickyHeadersEnabled;
1716
1716
  private getEffectiveStickyTopOffset;
1717
+ private getStickyViewportTop;
1718
+ private getStickyScrollContainer;
1717
1719
  private getCollapseTableElement;
1718
1720
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableComponent, never>;
1719
1721
  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>;