@datarobot/design-system 29.7.7 → 29.7.9
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/cjs/scheduler/utils.d.ts +2 -2
- package/cjs/scheduler/utils.js +80 -78
- package/cjs/scheduler/utils.test.js +3 -3
- package/esm/scheduler/utils.d.ts +2 -2
- package/esm/scheduler/utils.js +80 -78
- package/esm/scheduler/utils.test.js +3 -3
- package/js/bundle/bundle.js +27031 -26992
- package/js/bundle/bundle.min.js +1 -1
- package/js/bundle/index.d.ts +2 -2
- package/package.json +2 -2
package/js/bundle/index.d.ts
CHANGED
|
@@ -4984,10 +4984,10 @@ export const useDefaultTexts: () => {
|
|
|
4984
4984
|
|
|
4985
4985
|
export const stringToArrayOfNumbersOrAll: (value?: string | number) => (number | "*")[];
|
|
4986
4986
|
export function useArrayOfRangedNumbersOrAllValidator(): ({ min, max, values, allowAll, }: ScheduleValidity) => ScheduleValidity | undefined;
|
|
4987
|
-
export function useGetScheduleString(schedule: Schedule, stringOptions?: {
|
|
4987
|
+
export function useGetScheduleString(): (schedule: Schedule, stringOptions?: {
|
|
4988
4988
|
complexScheduleString?: string | null;
|
|
4989
4989
|
timeStandardString?: string | null;
|
|
4990
|
-
})
|
|
4990
|
+
}) => string | null;
|
|
4991
4991
|
export function getFrequency({ minute, hour, month, dayOfMonth, dayOfWeek, }: Schedule): Frequency | undefined;
|
|
4992
4992
|
|
|
4993
4993
|
import './search.less';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datarobot/design-system",
|
|
3
|
-
"version": "29.7.
|
|
3
|
+
"version": "29.7.9",
|
|
4
4
|
"description": "DataRobot react components library",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node ../../tools/build-lib.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@popperjs/core": "2.11.8",
|
|
40
40
|
"@tanstack/react-table": "8.21.2",
|
|
41
41
|
"classnames": "2.5.1",
|
|
42
|
-
"lodash-es": "4.17.
|
|
42
|
+
"lodash-es": "4.17.23",
|
|
43
43
|
"mitt": "3.0.0",
|
|
44
44
|
"react-datetime": "3.3.1",
|
|
45
45
|
"react-dnd": "16.0.1",
|