@resolveio/client-lib-core 21.3.10 → 21.3.11
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
|
@@ -1715,7 +1715,7 @@ declare class AiTerminalModule {
|
|
|
1715
1715
|
}
|
|
1716
1716
|
|
|
1717
1717
|
declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
|
|
1718
|
-
resolveFirstDayOfWeek: () => "
|
|
1718
|
+
resolveFirstDayOfWeek: () => "M" | "S";
|
|
1719
1719
|
resolveTimezone: () => any;
|
|
1720
1720
|
};
|
|
1721
1721
|
declare class CoreServicesModule {
|