@resolveio/client-lib-core 21.6.22 → 21.6.23

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.6.22",
3
+ "version": "21.6.23",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -317,7 +317,7 @@ declare class OfflineManagerService {
317
317
  static ɵprov: i0.ɵɵInjectableDeclaration<OfflineManagerService>;
318
318
  }
319
319
 
320
- type alertType = 'warning' | 'error' | 'success' | 'info' | 'update';
320
+ type alertType = 'warning' | 'error' | 'danger' | 'success' | 'info' | 'update';
321
321
 
322
322
  declare class AlertService {
323
323
  private _toastr;
@@ -2614,7 +2614,7 @@ declare class LoggerComponent extends BaseComponent implements OnInit, OnDestroy
2614
2614
  ngOnDestroy(): void;
2615
2615
  getLogData(): void;
2616
2616
  selectType(type: string): void;
2617
- icon(type: any): "success" | "info" | "danger" | "primary" | "secondary";
2617
+ icon(type: any): "danger" | "success" | "info" | "primary" | "secondary";
2618
2618
  removeAllLogs(): void;
2619
2619
  toDate(value: any, isEnd?: boolean): Date;
2620
2620
  createPickerValue(date: Date, secondOverride?: any): {
@@ -3222,7 +3222,7 @@ interface CanComponentDeactivate {
3222
3222
  canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
3223
3223
  }
3224
3224
  declare class CanDeactivateGuard {
3225
- canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
3225
+ canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
3226
3226
  static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
3227
3227
  static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
3228
3228
  }