@resolveio/client-lib-core 21.5.42 → 21.5.43

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.42",
3
+ "version": "21.5.43",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -1689,6 +1689,7 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
1689
1689
  tableFixed: boolean;
1690
1690
  headerFixed: boolean;
1691
1691
  stickyHeaders: boolean | string | null | undefined;
1692
+ zebraStyle: boolean | string | null | undefined;
1692
1693
  secondaryColor: boolean;
1693
1694
  tertiaryColor: boolean;
1694
1695
  windowSize: number;
@@ -1710,6 +1711,7 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
1710
1711
  private updateStickyTopOffset;
1711
1712
  private isStickyHeadersEnabled;
1712
1713
  private toOptionalBoolean;
1714
+ private isZebraStyleEnabled;
1713
1715
  private getAncestorStickyOffset;
1714
1716
  private getStickyHeaderRect;
1715
1717
  private isAncestorStickyHeadersEnabled;
@@ -1718,7 +1720,7 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
1718
1720
  private getStickyScrollContainer;
1719
1721
  private getCollapseTableElement;
1720
1722
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableComponent, never>;
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>;
1723
+ 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; }; }, {}, never, ["*"], false, never>;
1722
1724
  }
1723
1725
 
1724
1726
  declare class CollapseTableModule {
@@ -2052,7 +2054,7 @@ declare class AiTerminalModule {
2052
2054
  }
2053
2055
 
2054
2056
  declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
2055
- resolveFirstDayOfWeek: () => "M" | "S";
2057
+ resolveFirstDayOfWeek: () => "S" | "M";
2056
2058
  resolveTimezone: () => any;
2057
2059
  };
2058
2060
  declare class CoreServicesModule {
@@ -2995,7 +2997,7 @@ interface CanComponentDeactivate {
2995
2997
  canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
2996
2998
  }
2997
2999
  declare class CanDeactivateGuard {
2998
- canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
3000
+ canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
2999
3001
  static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
3000
3002
  static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
3001
3003
  }