hrm_ui_lib 1.6.2 → 1.6.4
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/{Button-47c16aa8.js → Button-988c1dcc.js} +1 -1
- package/components/Alert/Alert.js +2 -2
- package/components/Alert/index.js +2 -2
- package/components/Avatar/Avatar.js +2 -2
- package/components/Avatar/AvatarGroup.js +2 -2
- package/components/Avatar/index.js +2 -2
- package/components/Button/Button.js +2 -2
- package/components/Button/index.js +2 -2
- package/components/CardBody/CardBody.js +2 -2
- package/components/CardBody/index.js +2 -2
- package/components/CardSelect/CardSelect.js +2 -2
- package/components/CardSelect/CardSelectGroup.js +2 -2
- package/components/CardSelect/components/CardInput.js +2 -2
- package/components/CardSelect/components/index.js +2 -2
- package/components/CardSelect/index.js +2 -2
- package/components/Checkbox/Checkbox.js +2 -2
- package/components/Checkbox/index.js +2 -2
- package/components/Copy/Copy.js +2 -2
- package/components/Copy/index.js +2 -2
- package/components/Counter/Counter.js +2 -2
- package/components/Counter/index.js +2 -2
- package/components/DatePicker/CustomHeader/CustomHeader.js +2 -2
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +2 -2
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +2 -2
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +2 -2
- package/components/DatePicker/RangeDatePicker/index.js +2 -2
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +2 -2
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +2 -2
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +2 -2
- package/components/DatePicker/SimpleDatePicker/index.js +2 -2
- package/components/DatePicker/TimePicker/MobileModalContent.js +2 -2
- package/components/DatePicker/TimePicker/TimePicker.js +2 -2
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +5 -10
- package/components/DatePicker/TimePicker/TimePickerMobile.js +4 -9
- package/components/DatePicker/TimePicker/index.js +2 -2
- package/components/DatePicker/index.js +2 -2
- package/components/Empty/Empty.js +2 -2
- package/components/Empty/index.js +2 -2
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.d.ts +1 -1
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +8 -6
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +2 -2
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +2 -2
- package/components/FileUpload/DropzoneFileUpload/helpers.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/index.js +2 -2
- package/components/FileUpload/FileUpload.js +2 -2
- package/components/FileUpload/UploadItems.js +2 -2
- package/components/FileUpload/index.js +2 -2
- package/components/FormContainer/FormContainer.js +2 -2
- package/components/FormContainer/index.js +2 -2
- package/components/FormField/FormField.js +2 -2
- package/components/FormField/index.js +2 -2
- package/components/Input/Input.js +2 -2
- package/components/Input/index.js +2 -2
- package/components/ItemSelect/ItemSelect.js +2 -2
- package/components/ItemSelect/ItemSelectGroup.js +2 -2
- package/components/ItemSelect/index.js +2 -2
- package/components/Menu/Menu.js +2 -2
- package/components/Menu/NestedMenu.js +2 -2
- package/components/Menu/index.js +2 -2
- package/components/Modal/Modal.js +2 -2
- package/components/Modal/ModalConfirmation.js +2 -2
- package/components/Modal/ModalContent.js +2 -2
- package/components/Modal/index.js +2 -2
- package/components/More/More.js +2 -2
- package/components/More/index.js +2 -2
- package/components/Popover/Popover.js +2 -2
- package/components/Popover/PopoverMobile.js +2 -2
- package/components/Popover/index.js +2 -2
- package/components/Radio/RadioGroup.js +2 -2
- package/components/Radio/index.js +2 -2
- package/components/Select/ButtonSelect/ButtonSelect.js +2 -2
- package/components/Select/FilterSelect/FilterDropdown.js +2 -2
- package/components/Select/FilterSelect/FilterGroupDropdown.js +2 -2
- package/components/Select/FilterSelect/FilterSelect.js +2 -2
- package/components/Select/MultiSelect/MobileWrapper.js +2 -2
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +2 -2
- package/components/Select/MultiSelect/MultiSelect.js +2 -2
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +2 -2
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +2 -2
- package/components/Select/MultiSelect/OptionsWrapper.js +2 -2
- package/components/Select/NestedSelect/NestedSelect.js +2 -2
- package/components/Select/Select/Select.js +2 -2
- package/components/Select/Select/SelectDesktop/index.js +2 -2
- package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -2
- package/components/Select/Select/SelectMobile/index.js +2 -2
- package/components/Select/SharedComponents/Actions.js +2 -2
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +2 -2
- package/components/Select/SharedComponents/ContentTop.js +2 -2
- package/components/Select/SharedComponents/Footer.js +2 -2
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +2 -2
- package/components/Select/SharedComponents/index.js +2 -2
- package/components/Select/index.js +2 -2
- package/components/SideSheet/Footer/Footer.js +2 -2
- package/components/SideSheet/SideSheet.js +2 -2
- package/components/SideSheet/index.js +2 -2
- package/components/Snackbar/Snackbar.js +2 -2
- package/components/Snackbar/index.js +2 -2
- package/components/Switcher/Switcher.js +2 -2
- package/components/Switcher/index.js +2 -2
- package/components/Tab/Tab.js +1 -1
- package/components/Tab/index.js +1 -1
- package/components/Table/Header.js +2 -2
- package/components/Table/IndeterminateCheckbox.js +2 -2
- package/components/Table/Row.js +2 -2
- package/components/Table/Table.js +2 -2
- package/components/Table/index.js +2 -2
- package/components/Table/utils.js +2 -2
- package/components/Textarea/Textarea.js +2 -2
- package/components/Textarea/index.js +2 -2
- package/consts/index.d.ts +3 -3
- package/consts/index.js +1 -1
- package/helperComponents/GoToWebPage/GoToWebPage.js +2 -2
- package/helperComponents/OptionItem/OptionItem.js +2 -2
- package/helperComponents/OptionItem/index.js +2 -2
- package/helperComponents/index.js +2 -2
- package/index.js +2 -2
- package/{objectWithoutProperties-05b586ed.js → objectWithoutProperties-47b9cf01.js} +3 -3
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _extends } from './extends-546b8e32.js';
|
|
2
2
|
import { _ as _defineProperty } from './defineProperty-df65a40d.js';
|
|
3
|
-
import { _ as _objectWithoutProperties } from './objectWithoutProperties-
|
|
3
|
+
import { _ as _objectWithoutProperties } from './objectWithoutProperties-47b9cf01.js';
|
|
4
4
|
import React, { useState, useId, useEffect, forwardRef, useRef, useMemo } from 'react';
|
|
5
5
|
import classNames from 'classnames';
|
|
6
6
|
import 'dayjs';
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import { ICONS_MAPPING, TYPE_MAPPING } from './consts.js';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
5
|
import { Text } from '../Text/Text.js';
|
|
6
|
-
import { B as Button } from '../../Button-
|
|
6
|
+
import { B as Button } from '../../Button-988c1dcc.js';
|
|
7
7
|
import { IconDismissFilled } from '../SVGIcons/IconDismissFilled.js';
|
|
8
8
|
import { IconDynamicComponent } from '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
9
9
|
import 'dayjs';
|
|
@@ -15,7 +15,7 @@ import 'react-syntax-highlighter';
|
|
|
15
15
|
import '../../utils/helpers.js';
|
|
16
16
|
import '../../defineProperty-df65a40d.js';
|
|
17
17
|
import '../../typeof-4c44bd25.js';
|
|
18
|
-
import '../../objectWithoutProperties-
|
|
18
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
19
19
|
import '../../helperComponents/Loader/Loader.js';
|
|
20
20
|
import '../../slicedToArray-3f25ed87.js';
|
|
21
21
|
import '../../hooks/useGetIsMobile.js';
|
|
@@ -6,10 +6,10 @@ import 'classnames';
|
|
|
6
6
|
import '../Text/Text.js';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../Button-
|
|
9
|
+
import '../../Button-988c1dcc.js';
|
|
10
10
|
import '../../defineProperty-df65a40d.js';
|
|
11
11
|
import '../../typeof-4c44bd25.js';
|
|
12
|
-
import '../../objectWithoutProperties-
|
|
12
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
13
13
|
import '../../helperComponents/Loader/Loader.js';
|
|
14
14
|
import '../../consts/index.js';
|
|
15
15
|
import '../../type/file-upload.js';
|
|
@@ -8,7 +8,7 @@ import { FileUploadMode } from '../FileUpload/types.js';
|
|
|
8
8
|
import '../../consts/index.js';
|
|
9
9
|
import '../../hooks/useScreenSize.js';
|
|
10
10
|
import 'react-hook-form';
|
|
11
|
-
import '../../Button-
|
|
11
|
+
import '../../Button-988c1dcc.js';
|
|
12
12
|
import 'react-syntax-highlighter';
|
|
13
13
|
import '../../toConsumableArray-b2fe694a.js';
|
|
14
14
|
import '../../helperComponents/Label/Label.js';
|
|
@@ -28,7 +28,7 @@ import '../SVGIcons/IconEdit.js';
|
|
|
28
28
|
import '../SVGIcons/IconAttach.js';
|
|
29
29
|
import '../../type/file-upload.js';
|
|
30
30
|
import '../../extends-546b8e32.js';
|
|
31
|
-
import '../../objectWithoutProperties-
|
|
31
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
32
32
|
import '../../helperComponents/Loader/Loader.js';
|
|
33
33
|
import '../../hooks/useGetIsMobile.js';
|
|
34
34
|
import 'framer-motion';
|
|
@@ -22,9 +22,9 @@ import '../../type/file-upload.js';
|
|
|
22
22
|
import '../FileUpload/FileUpload.js';
|
|
23
23
|
import '../../toConsumableArray-b2fe694a.js';
|
|
24
24
|
import '../FileUpload/types.js';
|
|
25
|
-
import '../../Button-
|
|
25
|
+
import '../../Button-988c1dcc.js';
|
|
26
26
|
import '../../extends-546b8e32.js';
|
|
27
|
-
import '../../objectWithoutProperties-
|
|
27
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
28
28
|
import '../../helperComponents/Loader/Loader.js';
|
|
29
29
|
import 'react-dropzone';
|
|
30
30
|
import '../../hooks/useGetIsMobile.js';
|
|
@@ -6,11 +6,11 @@ import 'classnames';
|
|
|
6
6
|
import '../FileUpload/FileUpload.js';
|
|
7
7
|
import '../../toConsumableArray-b2fe694a.js';
|
|
8
8
|
import '../FileUpload/types.js';
|
|
9
|
-
import '../../Button-
|
|
9
|
+
import '../../Button-988c1dcc.js';
|
|
10
10
|
import '../../extends-546b8e32.js';
|
|
11
11
|
import '../../defineProperty-df65a40d.js';
|
|
12
12
|
import '../../typeof-4c44bd25.js';
|
|
13
|
-
import '../../objectWithoutProperties-
|
|
13
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
14
14
|
import 'dayjs';
|
|
15
15
|
import '../../helperComponents/Loader/Loader.js';
|
|
16
16
|
import '../../consts/index.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../../extends-546b8e32.js';
|
|
2
2
|
import '../../defineProperty-df65a40d.js';
|
|
3
|
-
import '../../objectWithoutProperties-
|
|
3
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import 'dayjs';
|
|
7
7
|
import '../../helperComponents/Loader/Loader.js';
|
|
8
|
-
export { B as Button } from '../../Button-
|
|
8
|
+
export { B as Button } from '../../Button-988c1dcc.js';
|
|
9
9
|
import '../../consts/index.js';
|
|
10
10
|
import '../../hooks/useScreenSize.js';
|
|
11
11
|
import 'react-hook-form';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { B as Button } from '../../Button-
|
|
1
|
+
export { B as Button } from '../../Button-988c1dcc.js';
|
|
2
2
|
import '../../extends-546b8e32.js';
|
|
3
3
|
import '../../defineProperty-df65a40d.js';
|
|
4
4
|
import '../../typeof-4c44bd25.js';
|
|
5
|
-
import '../../objectWithoutProperties-
|
|
5
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import 'dayjs';
|
|
@@ -2,13 +2,13 @@ import { _ as _extends } from '../../extends-546b8e32.js';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Text } from '../Text/Text.js';
|
|
4
4
|
import { Image } from '../Image/Image.js';
|
|
5
|
-
import { B as Button } from '../../Button-
|
|
5
|
+
import { B as Button } from '../../Button-988c1dcc.js';
|
|
6
6
|
import classNames from 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
9
|
import '../../defineProperty-df65a40d.js';
|
|
10
10
|
import '../../typeof-4c44bd25.js';
|
|
11
|
-
import '../../objectWithoutProperties-
|
|
11
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
12
12
|
import '../../helperComponents/Loader/Loader.js';
|
|
13
13
|
import '../../consts/index.js';
|
|
14
14
|
import '../../type/file-upload.js';
|
|
@@ -6,10 +6,10 @@ import 'classnames';
|
|
|
6
6
|
import '../../utils/helpers.js';
|
|
7
7
|
import 'dayjs';
|
|
8
8
|
import '../Image/Image.js';
|
|
9
|
-
import '../../Button-
|
|
9
|
+
import '../../Button-988c1dcc.js';
|
|
10
10
|
import '../../defineProperty-df65a40d.js';
|
|
11
11
|
import '../../typeof-4c44bd25.js';
|
|
12
|
-
import '../../objectWithoutProperties-
|
|
12
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
13
13
|
import '../../helperComponents/Loader/Loader.js';
|
|
14
14
|
import '../../consts/index.js';
|
|
15
15
|
import '../../type/file-upload.js';
|
|
@@ -19,7 +19,7 @@ import '../../defineProperty-df65a40d.js';
|
|
|
19
19
|
import '../../typeof-4c44bd25.js';
|
|
20
20
|
import '../Chips/consts.js';
|
|
21
21
|
import '../Input/Input.js';
|
|
22
|
-
import '../../objectWithoutProperties-
|
|
22
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
23
23
|
import 'react-input-mask';
|
|
24
24
|
import 'react-number-format';
|
|
25
25
|
import '../../helperComponents/Label/Label.js';
|
|
@@ -31,7 +31,7 @@ import '../../slicedToArray-3f25ed87.js';
|
|
|
31
31
|
import '../../type/file-upload.js';
|
|
32
32
|
import 'react-hook-form';
|
|
33
33
|
import 'react-dropzone';
|
|
34
|
-
import '../../Button-
|
|
34
|
+
import '../../Button-988c1dcc.js';
|
|
35
35
|
import '../../helperComponents/Loader/Loader.js';
|
|
36
36
|
import '../../hooks/useGetIsMobile.js';
|
|
37
37
|
import 'framer-motion';
|
|
@@ -14,7 +14,7 @@ import '../../typeof-4c44bd25.js';
|
|
|
14
14
|
import '../Chips/consts.js';
|
|
15
15
|
import './components/CardInput.js';
|
|
16
16
|
import '../Input/Input.js';
|
|
17
|
-
import '../../objectWithoutProperties-
|
|
17
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
18
18
|
import 'react-input-mask';
|
|
19
19
|
import 'react-number-format';
|
|
20
20
|
import '../../helperComponents/Label/Label.js';
|
|
@@ -27,7 +27,7 @@ import '../../hooks/useScreenSize.js';
|
|
|
27
27
|
import '../../slicedToArray-3f25ed87.js';
|
|
28
28
|
import 'react-hook-form';
|
|
29
29
|
import 'react-dropzone';
|
|
30
|
-
import '../../Button-
|
|
30
|
+
import '../../Button-988c1dcc.js';
|
|
31
31
|
import '../../helperComponents/Loader/Loader.js';
|
|
32
32
|
import '../../hooks/useGetIsMobile.js';
|
|
33
33
|
import 'framer-motion';
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import { Input } from '../../Input/Input.js';
|
|
4
4
|
import '../../../defineProperty-df65a40d.js';
|
|
5
5
|
import '../../../typeof-4c44bd25.js';
|
|
6
|
-
import '../../../objectWithoutProperties-
|
|
6
|
+
import '../../../objectWithoutProperties-47b9cf01.js';
|
|
7
7
|
import 'react-input-mask';
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import 'react-number-format';
|
|
@@ -20,7 +20,7 @@ import '../../../hooks/useScreenSize.js';
|
|
|
20
20
|
import '../../../slicedToArray-3f25ed87.js';
|
|
21
21
|
import 'react-hook-form';
|
|
22
22
|
import 'react-dropzone';
|
|
23
|
-
import '../../../Button-
|
|
23
|
+
import '../../../Button-988c1dcc.js';
|
|
24
24
|
import '../../../helperComponents/Loader/Loader.js';
|
|
25
25
|
import '../../../hooks/useGetIsMobile.js';
|
|
26
26
|
import 'framer-motion';
|
|
@@ -15,7 +15,7 @@ import '../../../defineProperty-df65a40d.js';
|
|
|
15
15
|
import '../../../typeof-4c44bd25.js';
|
|
16
16
|
import '../../Chips/consts.js';
|
|
17
17
|
import '../../Input/Input.js';
|
|
18
|
-
import '../../../objectWithoutProperties-
|
|
18
|
+
import '../../../objectWithoutProperties-47b9cf01.js';
|
|
19
19
|
import 'react-input-mask';
|
|
20
20
|
import 'react-number-format';
|
|
21
21
|
import '../../../helperComponents/Label/Label.js';
|
|
@@ -28,7 +28,7 @@ import '../../../hooks/useScreenSize.js';
|
|
|
28
28
|
import '../../../slicedToArray-3f25ed87.js';
|
|
29
29
|
import 'react-hook-form';
|
|
30
30
|
import 'react-dropzone';
|
|
31
|
-
import '../../../Button-
|
|
31
|
+
import '../../../Button-988c1dcc.js';
|
|
32
32
|
import '../../../helperComponents/Loader/Loader.js';
|
|
33
33
|
import '../../../hooks/useGetIsMobile.js';
|
|
34
34
|
import 'framer-motion';
|
|
@@ -15,7 +15,7 @@ import '../../typeof-4c44bd25.js';
|
|
|
15
15
|
import '../Chips/consts.js';
|
|
16
16
|
import './components/CardInput.js';
|
|
17
17
|
import '../Input/Input.js';
|
|
18
|
-
import '../../objectWithoutProperties-
|
|
18
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
19
19
|
import 'react-input-mask';
|
|
20
20
|
import 'react-number-format';
|
|
21
21
|
import '../../helperComponents/Label/Label.js';
|
|
@@ -28,7 +28,7 @@ import '../../hooks/useScreenSize.js';
|
|
|
28
28
|
import '../../slicedToArray-3f25ed87.js';
|
|
29
29
|
import 'react-hook-form';
|
|
30
30
|
import 'react-dropzone';
|
|
31
|
-
import '../../Button-
|
|
31
|
+
import '../../Button-988c1dcc.js';
|
|
32
32
|
import '../../helperComponents/Loader/Loader.js';
|
|
33
33
|
import '../../hooks/useGetIsMobile.js';
|
|
34
34
|
import 'framer-motion';
|
|
@@ -2,7 +2,7 @@ import '../../defineProperty-df65a40d.js';
|
|
|
2
2
|
import '../../extends-546b8e32.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
|
-
export { C as Checkbox } from '../../Button-
|
|
5
|
+
export { C as Checkbox } from '../../Button-988c1dcc.js';
|
|
6
6
|
import '../Link/Link.js';
|
|
7
7
|
import '../Text/Text.js';
|
|
8
8
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -14,7 +14,7 @@ import 'react-hook-form';
|
|
|
14
14
|
import 'react-dropzone';
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
16
|
import '../../typeof-4c44bd25.js';
|
|
17
|
-
import '../../objectWithoutProperties-
|
|
17
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
18
18
|
import '../../helperComponents/Loader/Loader.js';
|
|
19
19
|
import '../../slicedToArray-3f25ed87.js';
|
|
20
20
|
import '../../hooks/useGetIsMobile.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { C as Checkbox } from '../../Button-
|
|
1
|
+
export { C as Checkbox } from '../../Button-988c1dcc.js';
|
|
2
2
|
import '../../extends-546b8e32.js';
|
|
3
3
|
import '../../defineProperty-df65a40d.js';
|
|
4
4
|
import '../../typeof-4c44bd25.js';
|
|
5
|
-
import '../../objectWithoutProperties-
|
|
5
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import 'dayjs';
|
package/components/Copy/Copy.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { _ as _slicedToArray } from '../../slicedToArray-3f25ed87.js';
|
|
2
2
|
import React, { useState, useRef } from 'react';
|
|
3
|
-
import { B as Button, P as Popover } from '../../Button-
|
|
3
|
+
import { B as Button, P as Popover } from '../../Button-988c1dcc.js';
|
|
4
4
|
import { IconCopy } from '../SVGIcons/IconCopy.js';
|
|
5
5
|
import '../../extends-546b8e32.js';
|
|
6
6
|
import '../../defineProperty-df65a40d.js';
|
|
7
7
|
import '../../typeof-4c44bd25.js';
|
|
8
|
-
import '../../objectWithoutProperties-
|
|
8
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
9
9
|
import 'classnames';
|
|
10
10
|
import 'dayjs';
|
|
11
11
|
import '../../helperComponents/Loader/Loader.js';
|
package/components/Copy/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { Copy } from './Copy.js';
|
|
2
2
|
import '../../slicedToArray-3f25ed87.js';
|
|
3
3
|
import 'react';
|
|
4
|
-
import '../../Button-
|
|
4
|
+
import '../../Button-988c1dcc.js';
|
|
5
5
|
import '../../extends-546b8e32.js';
|
|
6
6
|
import '../../defineProperty-df65a40d.js';
|
|
7
7
|
import '../../typeof-4c44bd25.js';
|
|
8
|
-
import '../../objectWithoutProperties-
|
|
8
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
9
9
|
import 'classnames';
|
|
10
10
|
import 'dayjs';
|
|
11
11
|
import '../../helperComponents/Loader/Loader.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _extends } from '../../extends-546b8e32.js';
|
|
2
|
-
import { _ as _objectWithoutProperties } from '../../objectWithoutProperties-
|
|
2
|
+
import { _ as _objectWithoutProperties } from '../../objectWithoutProperties-47b9cf01.js';
|
|
3
3
|
import React, { forwardRef } from 'react';
|
|
4
4
|
import { Input } from '../Input/Input.js';
|
|
5
5
|
import classNames from 'classnames';
|
|
@@ -22,7 +22,7 @@ import '../../hooks/useScreenSize.js';
|
|
|
22
22
|
import '../../slicedToArray-3f25ed87.js';
|
|
23
23
|
import 'react-hook-form';
|
|
24
24
|
import 'react-dropzone';
|
|
25
|
-
import '../../Button-
|
|
25
|
+
import '../../Button-988c1dcc.js';
|
|
26
26
|
import '../../helperComponents/Loader/Loader.js';
|
|
27
27
|
import '../../hooks/useGetIsMobile.js';
|
|
28
28
|
import 'framer-motion';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { Counter } from './Counter.js';
|
|
2
2
|
import '../../extends-546b8e32.js';
|
|
3
|
-
import '../../objectWithoutProperties-
|
|
3
|
+
import '../../objectWithoutProperties-47b9cf01.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../Input/Input.js';
|
|
6
6
|
import '../../defineProperty-df65a40d.js';
|
|
@@ -21,7 +21,7 @@ import '../../hooks/useScreenSize.js';
|
|
|
21
21
|
import '../../slicedToArray-3f25ed87.js';
|
|
22
22
|
import 'react-hook-form';
|
|
23
23
|
import 'react-dropzone';
|
|
24
|
-
import '../../Button-
|
|
24
|
+
import '../../Button-988c1dcc.js';
|
|
25
25
|
import '../../helperComponents/Loader/Loader.js';
|
|
26
26
|
import '../../hooks/useGetIsMobile.js';
|
|
27
27
|
import 'framer-motion';
|
|
@@ -7,7 +7,7 @@ import '../../../hooks/useScreenSize.js';
|
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
import 'react-dropzone';
|
|
9
9
|
import 'dayjs';
|
|
10
|
-
import '../../../Button-
|
|
10
|
+
import '../../../Button-988c1dcc.js';
|
|
11
11
|
import 'react-syntax-highlighter';
|
|
12
12
|
import 'react-dom';
|
|
13
13
|
import 'framer-motion';
|
|
@@ -22,7 +22,7 @@ import '../../../typeof-4c44bd25.js';
|
|
|
22
22
|
import '../../../type/file-upload.js';
|
|
23
23
|
import '../../../slicedToArray-3f25ed87.js';
|
|
24
24
|
import '../../../extends-546b8e32.js';
|
|
25
|
-
import '../../../objectWithoutProperties-
|
|
25
|
+
import '../../../objectWithoutProperties-47b9cf01.js';
|
|
26
26
|
import '../../../helperComponents/Loader/Loader.js';
|
|
27
27
|
import '../../../hooks/useGetIsMobile.js';
|
|
28
28
|
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
@@ -4,7 +4,7 @@ import { useIsMobile } from '../../../hooks/useGetIsMobile.js';
|
|
|
4
4
|
import { RangeDatePickerMobile } from './RangeDatePickerMobile.js';
|
|
5
5
|
import '../../../extends-546b8e32.js';
|
|
6
6
|
import '../../../slicedToArray-3f25ed87.js';
|
|
7
|
-
import '../../../objectWithoutProperties-
|
|
7
|
+
import '../../../objectWithoutProperties-47b9cf01.js';
|
|
8
8
|
import 'dayjs';
|
|
9
9
|
import 'react-datepicker';
|
|
10
10
|
import '../../Input/Input.js';
|
|
@@ -24,7 +24,7 @@ import '../../../type/file-upload.js';
|
|
|
24
24
|
import '../../../hooks/useScreenSize.js';
|
|
25
25
|
import 'react-hook-form';
|
|
26
26
|
import 'react-dropzone';
|
|
27
|
-
import '../../../Button-
|
|
27
|
+
import '../../../Button-988c1dcc.js';
|
|
28
28
|
import '../../../helperComponents/Loader/Loader.js';
|
|
29
29
|
import 'framer-motion';
|
|
30
30
|
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _extends } from '../../../extends-546b8e32.js';
|
|
2
2
|
import { _ as _slicedToArray } from '../../../slicedToArray-3f25ed87.js';
|
|
3
|
-
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-
|
|
3
|
+
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-47b9cf01.js';
|
|
4
4
|
import React, { forwardRef, useState, useRef, useEffect } from 'react';
|
|
5
5
|
import dayjs from 'dayjs';
|
|
6
6
|
import DatePicker from 'react-datepicker';
|
|
@@ -14,7 +14,7 @@ import '../../../consts/index.js';
|
|
|
14
14
|
import '../../../hooks/useScreenSize.js';
|
|
15
15
|
import 'react-hook-form';
|
|
16
16
|
import 'react-dropzone';
|
|
17
|
-
import '../../../Button-
|
|
17
|
+
import '../../../Button-988c1dcc.js';
|
|
18
18
|
import 'react-syntax-highlighter';
|
|
19
19
|
import { IconCalendarRight } from '../../SVGIcons/IconCalendarRight.js';
|
|
20
20
|
import '../../../defineProperty-df65a40d.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _extends } from '../../../extends-546b8e32.js';
|
|
2
2
|
import { _ as _slicedToArray } from '../../../slicedToArray-3f25ed87.js';
|
|
3
|
-
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-
|
|
3
|
+
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-47b9cf01.js';
|
|
4
4
|
import React, { forwardRef, useState, useEffect } from 'react';
|
|
5
5
|
import DatePicker from 'react-datepicker';
|
|
6
6
|
import { Input } from '../../Input/Input.js';
|
|
@@ -8,7 +8,7 @@ import { DateFormat } from '../types.js';
|
|
|
8
8
|
import { useImportFilesDynamically } from '../hooks.js';
|
|
9
9
|
import { isSameDay } from '../../../utils/helpers.js';
|
|
10
10
|
import { IconCalendarRight } from '../../SVGIcons/IconCalendarRight.js';
|
|
11
|
-
import { M as Modal } from '../../../Button-
|
|
11
|
+
import { M as Modal } from '../../../Button-988c1dcc.js';
|
|
12
12
|
import 'classnames';
|
|
13
13
|
import 'framer-motion';
|
|
14
14
|
import { MONTHS } from '../../../consts/index.js';
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import './RangeDatePickerDesktop.js';
|
|
4
4
|
import '../../../extends-546b8e32.js';
|
|
5
5
|
import '../../../slicedToArray-3f25ed87.js';
|
|
6
|
-
import '../../../objectWithoutProperties-
|
|
6
|
+
import '../../../objectWithoutProperties-47b9cf01.js';
|
|
7
7
|
import 'dayjs';
|
|
8
8
|
import 'react-datepicker';
|
|
9
9
|
import '../../Input/Input.js';
|
|
@@ -23,7 +23,7 @@ import '../../../type/file-upload.js';
|
|
|
23
23
|
import '../../../hooks/useScreenSize.js';
|
|
24
24
|
import 'react-hook-form';
|
|
25
25
|
import 'react-dropzone';
|
|
26
|
-
import '../../../Button-
|
|
26
|
+
import '../../../Button-988c1dcc.js';
|
|
27
27
|
import '../../../helperComponents/Loader/Loader.js';
|
|
28
28
|
import '../../../hooks/useGetIsMobile.js';
|
|
29
29
|
import 'framer-motion';
|
|
@@ -3,7 +3,7 @@ import { SimpleDatePickerDesktop } from './SimpleDatePickerDesktop.js';
|
|
|
3
3
|
import { useIsMobile } from '../../../hooks/useGetIsMobile.js';
|
|
4
4
|
import { SimpleDatePickerMobile } from './SimpleDatePickerMobile.js';
|
|
5
5
|
import '../../../extends-546b8e32.js';
|
|
6
|
-
import '../../../objectWithoutProperties-
|
|
6
|
+
import '../../../objectWithoutProperties-47b9cf01.js';
|
|
7
7
|
import 'dayjs';
|
|
8
8
|
import 'react-datepicker';
|
|
9
9
|
import '../../Input/Input.js';
|
|
@@ -24,7 +24,7 @@ import '../../../hooks/useScreenSize.js';
|
|
|
24
24
|
import '../../../slicedToArray-3f25ed87.js';
|
|
25
25
|
import 'react-hook-form';
|
|
26
26
|
import 'react-dropzone';
|
|
27
|
-
import '../../../Button-
|
|
27
|
+
import '../../../Button-988c1dcc.js';
|
|
28
28
|
import '../../../helperComponents/Loader/Loader.js';
|
|
29
29
|
import 'framer-motion';
|
|
30
30
|
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _extends } from '../../../extends-546b8e32.js';
|
|
2
|
-
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-
|
|
2
|
+
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-47b9cf01.js';
|
|
3
3
|
import React, { useRef } from 'react';
|
|
4
4
|
import dayjs from 'dayjs';
|
|
5
5
|
import DatePicker from 'react-datepicker';
|
|
@@ -10,7 +10,7 @@ import { MONTHS } from '../../../consts/index.js';
|
|
|
10
10
|
import '../../../hooks/useScreenSize.js';
|
|
11
11
|
import 'react-hook-form';
|
|
12
12
|
import 'react-dropzone';
|
|
13
|
-
import '../../../Button-
|
|
13
|
+
import '../../../Button-988c1dcc.js';
|
|
14
14
|
import 'react-syntax-highlighter';
|
|
15
15
|
import { CustomHeader } from '../CustomHeader/CustomHeader.js';
|
|
16
16
|
import { useImportFilesDynamically } from '../hooks.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { _ as _extends } from '../../../extends-546b8e32.js';
|
|
2
2
|
import { _ as _slicedToArray } from '../../../slicedToArray-3f25ed87.js';
|
|
3
|
-
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-
|
|
3
|
+
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-47b9cf01.js';
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { Input } from '../../Input/Input.js';
|
|
6
6
|
import { IconCalendarRight } from '../../SVGIcons/IconCalendarRight.js';
|
|
7
7
|
import dayjs from 'dayjs';
|
|
8
8
|
import { useImportFilesDynamically } from '../hooks.js';
|
|
9
|
-
import { M as Modal } from '../../../Button-
|
|
9
|
+
import { M as Modal } from '../../../Button-988c1dcc.js';
|
|
10
10
|
import 'classnames';
|
|
11
11
|
import 'framer-motion';
|
|
12
12
|
import { MONTHS } from '../../../consts/index.js';
|
|
@@ -2,7 +2,7 @@ export { SimpleDatePicker } from './SimpleDatePicker.js';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import './SimpleDatePickerDesktop.js';
|
|
4
4
|
import '../../../extends-546b8e32.js';
|
|
5
|
-
import '../../../objectWithoutProperties-
|
|
5
|
+
import '../../../objectWithoutProperties-47b9cf01.js';
|
|
6
6
|
import 'dayjs';
|
|
7
7
|
import 'react-datepicker';
|
|
8
8
|
import '../../Input/Input.js';
|
|
@@ -23,7 +23,7 @@ import '../../../hooks/useScreenSize.js';
|
|
|
23
23
|
import '../../../slicedToArray-3f25ed87.js';
|
|
24
24
|
import 'react-hook-form';
|
|
25
25
|
import 'react-dropzone';
|
|
26
|
-
import '../../../Button-
|
|
26
|
+
import '../../../Button-988c1dcc.js';
|
|
27
27
|
import '../../../helperComponents/Loader/Loader.js';
|
|
28
28
|
import '../../../hooks/useGetIsMobile.js';
|
|
29
29
|
import 'framer-motion';
|
|
@@ -3,7 +3,7 @@ import React, { useState } from 'react';
|
|
|
3
3
|
import { Text } from '../../Text/Text.js';
|
|
4
4
|
import { IconChevronDown } from '../../SVGIcons/IconChevronDown.js';
|
|
5
5
|
import { IconChevronUp } from '../../SVGIcons/IconChevronUp.js';
|
|
6
|
-
import { M as Modal } from '../../../Button-
|
|
6
|
+
import { M as Modal } from '../../../Button-988c1dcc.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import 'framer-motion';
|
|
9
9
|
import '../../../consts/index.js';
|
|
@@ -17,7 +17,7 @@ import '../../../utils/helpers.js';
|
|
|
17
17
|
import '../../../defineProperty-df65a40d.js';
|
|
18
18
|
import '../../../typeof-4c44bd25.js';
|
|
19
19
|
import '../../../extends-546b8e32.js';
|
|
20
|
-
import '../../../objectWithoutProperties-
|
|
20
|
+
import '../../../objectWithoutProperties-47b9cf01.js';
|
|
21
21
|
import '../../../helperComponents/Loader/Loader.js';
|
|
22
22
|
import '../../../hooks/useGetIsMobile.js';
|
|
23
23
|
import '../../../type/file-upload.js';
|
|
@@ -15,9 +15,9 @@ import 'dayjs';
|
|
|
15
15
|
import '../../../hooks/useScreenSize.js';
|
|
16
16
|
import 'react-hook-form';
|
|
17
17
|
import 'react-dropzone';
|
|
18
|
-
import '../../../Button-
|
|
18
|
+
import '../../../Button-988c1dcc.js';
|
|
19
19
|
import '../../../extends-546b8e32.js';
|
|
20
|
-
import '../../../objectWithoutProperties-
|
|
20
|
+
import '../../../objectWithoutProperties-47b9cf01.js';
|
|
21
21
|
import '../../../helperComponents/Loader/Loader.js';
|
|
22
22
|
import 'framer-motion';
|
|
23
23
|
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { _ as _extends } from '../../../extends-546b8e32.js';
|
|
2
|
-
import { _ as
|
|
3
|
-
import {
|
|
4
|
-
import React, { useState, useRef } from 'react';
|
|
2
|
+
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-47b9cf01.js';
|
|
3
|
+
import React, { useRef } from 'react';
|
|
5
4
|
import dayjs from 'dayjs';
|
|
6
5
|
import DatePicker from 'react-datepicker';
|
|
7
6
|
import { Input } from '../../Input/Input.js';
|
|
@@ -11,7 +10,7 @@ import '../../../consts/index.js';
|
|
|
11
10
|
import '../../../hooks/useScreenSize.js';
|
|
12
11
|
import 'react-hook-form';
|
|
13
12
|
import 'react-dropzone';
|
|
14
|
-
import '../../../Button-
|
|
13
|
+
import '../../../Button-988c1dcc.js';
|
|
15
14
|
import 'react-syntax-highlighter';
|
|
16
15
|
import { useImportFilesDynamically } from '../hooks.js';
|
|
17
16
|
import { IconClock } from '../../SVGIcons/IconClock.js';
|
|
@@ -26,6 +25,7 @@ import '../../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
|
26
25
|
import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
27
26
|
import '../../SVGIcons/IconCheckmarkCircleFilled.js';
|
|
28
27
|
import '../../../type/file-upload.js';
|
|
28
|
+
import '../../../slicedToArray-3f25ed87.js';
|
|
29
29
|
import '../../../helperComponents/Loader/Loader.js';
|
|
30
30
|
import '../../../hooks/useGetIsMobile.js';
|
|
31
31
|
import 'framer-motion';
|
|
@@ -66,14 +66,9 @@ var TimePickerDesktop = function TimePickerDesktop(props) {
|
|
|
66
66
|
hasError = props.hasError,
|
|
67
67
|
rest = _objectWithoutProperties(props, _excluded);
|
|
68
68
|
var dateInitialValue = value !== undefined && Object.prototype.toString.call(value) === '[object Date]' ? value : currentTime;
|
|
69
|
-
var _useState = useState(dateInitialValue),
|
|
70
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
71
|
-
selectedTime = _useState2[0],
|
|
72
|
-
setCurrentTime = _useState2[1];
|
|
73
69
|
var calendarRef = useRef(null);
|
|
74
70
|
useImportFilesDynamically(dayjsLocale);
|
|
75
71
|
var onChange = function onChange(date) {
|
|
76
|
-
setCurrentTime(date);
|
|
77
72
|
if (changeHandler) {
|
|
78
73
|
changeHandler(date);
|
|
79
74
|
}
|
|
@@ -95,7 +90,7 @@ var TimePickerDesktop = function TimePickerDesktop(props) {
|
|
|
95
90
|
required: required,
|
|
96
91
|
invalid: hasError
|
|
97
92
|
}), /*#__PURE__*/React.createElement(DatePicker, _extends({
|
|
98
|
-
selected: dayjs(
|
|
93
|
+
selected: dayjs(dateInitialValue).isValid() ? dateInitialValue : null,
|
|
99
94
|
locale: locale,
|
|
100
95
|
showTimeSelect: true,
|
|
101
96
|
showTimeSelectOnly: true,
|