@resolveio/client-lib-core 21.0.41 → 21.0.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
|
@@ -1736,7 +1736,7 @@ declare class UserSettingsModule {
|
|
|
1736
1736
|
}
|
|
1737
1737
|
|
|
1738
1738
|
declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
|
|
1739
|
-
resolveFirstDayOfWeek: () => "
|
|
1739
|
+
resolveFirstDayOfWeek: () => "S" | "M";
|
|
1740
1740
|
resolveTimezone: () => any;
|
|
1741
1741
|
};
|
|
1742
1742
|
declare class CoreModule {
|
|
@@ -1767,7 +1767,7 @@ interface CanComponentDeactivate {
|
|
|
1767
1767
|
canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
|
|
1768
1768
|
}
|
|
1769
1769
|
declare class CanDeactivateGuard {
|
|
1770
|
-
canDeactivate(component: CanComponentDeactivate): boolean |
|
|
1770
|
+
canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
|
|
1771
1771
|
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
|
|
1772
1772
|
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
|
|
1773
1773
|
}
|