@resolveio/client-lib-core 21.0.35 → 21.0.37
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
|
@@ -1733,7 +1733,7 @@ declare class UserSettingsModule {
|
|
|
1733
1733
|
}
|
|
1734
1734
|
|
|
1735
1735
|
declare function rioDatePickerConfigFactory(_account: AccountManagerService): {
|
|
1736
|
-
resolveFirstDayOfWeek: () => "
|
|
1736
|
+
resolveFirstDayOfWeek: () => "M" | "S";
|
|
1737
1737
|
};
|
|
1738
1738
|
declare class CoreModule {
|
|
1739
1739
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|