@resolveio/client-lib-core 21.0.33 → 21.0.35

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.0.33",
3
+ "version": "21.0.35",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -1176,7 +1176,6 @@ declare class CollapseTableComponent implements OnInit, OnDestroy {
1176
1176
  headerFixed: boolean;
1177
1177
  secondaryColor: boolean;
1178
1178
  tertiaryColor: boolean;
1179
- scrollable: boolean;
1180
1179
  windowSize: number;
1181
1180
  windowSizeSubscription: any;
1182
1181
  constructor(_resizeService: ResizeService, _account: AccountManagerService);
@@ -1186,7 +1185,7 @@ declare class CollapseTableComponent implements OnInit, OnDestroy {
1186
1185
  getCollapseClass(): string[];
1187
1186
  getPrimaryColor(): string;
1188
1187
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableComponent, never>;
1189
- static ɵcmp: i0.ɵɵComponentDeclaration<CollapseTableComponent, "collapse-table", never, { "collapseSize": { "alias": "collapseSize"; "required": false; }; "tableFixed": { "alias": "tableFixed"; "required": false; }; "headerFixed": { "alias": "headerFixed"; "required": false; }; "secondaryColor": { "alias": "secondaryColor"; "required": false; }; "tertiaryColor": { "alias": "tertiaryColor"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; }, {}, never, ["*"], false, never>;
1188
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapseTableComponent, "collapse-table", never, { "collapseSize": { "alias": "collapseSize"; "required": false; }; "tableFixed": { "alias": "tableFixed"; "required": false; }; "headerFixed": { "alias": "headerFixed"; "required": false; }; "secondaryColor": { "alias": "secondaryColor"; "required": false; }; "tertiaryColor": { "alias": "tertiaryColor"; "required": false; }; }, {}, never, ["*"], false, never>;
1190
1189
  }
1191
1190
 
1192
1191
  declare class CollapseTableModule {
@@ -1764,7 +1763,7 @@ interface CanComponentDeactivate {
1764
1763
  canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
1765
1764
  }
1766
1765
  declare class CanDeactivateGuard {
1767
- canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
1766
+ canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
1768
1767
  static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
1769
1768
  static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
1770
1769
  }