@resolveio/client-lib-core 21.0.38 → 21.0.39

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.38",
3
+ "version": "21.0.39",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -1734,7 +1734,7 @@ declare class UserSettingsModule {
1734
1734
  }
1735
1735
 
1736
1736
  declare function rioDatePickerConfigFactory(_account: AccountManagerService): {
1737
- resolveFirstDayOfWeek: () => "S" | "M";
1737
+ resolveFirstDayOfWeek: () => "M" | "S";
1738
1738
  };
1739
1739
  declare class CoreModule {
1740
1740
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
@@ -1764,7 +1764,7 @@ interface CanComponentDeactivate {
1764
1764
  canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
1765
1765
  }
1766
1766
  declare class CanDeactivateGuard {
1767
- canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
1767
+ canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
1768
1768
  static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
1769
1769
  static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
1770
1770
  }