@resolveio/client-lib-core 21.0.45 → 21.0.46
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
|
@@ -1542,7 +1542,7 @@ declare class LoggerComponent extends BaseComponent implements OnInit, OnDestroy
|
|
|
1542
1542
|
ngOnDestroy(): void;
|
|
1543
1543
|
getLogData(): void;
|
|
1544
1544
|
selectType(type: string): void;
|
|
1545
|
-
icon(type: any): "success" | "info" | "
|
|
1545
|
+
icon(type: any): "success" | "info" | "secondary" | "danger" | "primary";
|
|
1546
1546
|
removeAllLogs(): void;
|
|
1547
1547
|
toDate(value: any, isEnd?: boolean): Date;
|
|
1548
1548
|
createPickerValue(date: Date, secondOverride?: any): {
|
|
@@ -1800,7 +1800,7 @@ interface CanComponentDeactivate {
|
|
|
1800
1800
|
canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
|
|
1801
1801
|
}
|
|
1802
1802
|
declare class CanDeactivateGuard {
|
|
1803
|
-
canDeactivate(component: CanComponentDeactivate): boolean |
|
|
1803
|
+
canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
|
|
1804
1804
|
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
|
|
1805
1805
|
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
|
|
1806
1806
|
}
|