hrm_ui_lib 2.0.0-alpha.2 → 2.0.0-alpha.21
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/{Alert-w8FkRd9I.js → Alert--0rz5XL1.js} +22 -14
- package/assets/images/under-construction.svg +9 -0
- package/assets/styles/styles.css +4459 -4533
- package/assets/styles/styles.scss +1 -3
- package/components/Alert/Alert.js +12 -10
- package/components/Alert/index.js +6 -4
- package/components/Avatar/Avatar.js +7 -5
- package/components/Avatar/AvatarGroup.js +6 -4
- package/components/Avatar/index.js +6 -4
- package/components/BadgeV2/BadgeV2.d.ts +2 -2
- package/components/BadgeV2/BadgeV2.js +20 -8
- package/components/BadgeV2/types.d.ts +5 -2
- package/components/Button/Button.js +6 -4
- package/components/Button/index.js +6 -4
- package/components/ButtonGroup/ButtonGroup.d.ts +2 -0
- package/components/ButtonGroup/ButtonGroup.js +46 -0
- package/components/ButtonGroup/ButtonGroupItem.d.ts +2 -0
- package/components/ButtonGroup/ButtonGroupItem.js +52 -0
- package/components/ButtonGroup/consts.d.ts +8 -0
- package/components/ButtonGroup/consts.js +12 -0
- package/components/ButtonGroup/index.d.ts +1 -0
- package/components/ButtonGroup/index.js +10 -0
- package/components/ButtonGroup/types.d.ts +23 -0
- package/components/ButtonGroup/types.js +1 -0
- package/components/Card/Card.d.ts +5 -2
- package/components/Card/Card.js +58 -7
- package/components/Card/CardComponent/Card.js +4 -3
- package/components/Card/CardComponent/CardBody.d.ts +1 -1
- package/components/Card/CardComponent/CardBody.js +5 -5
- package/components/Card/CardComponent/CardFooter.d.ts +4 -0
- package/components/Card/CardComponent/CardFooter.js +13 -0
- package/components/Card/CardComponent/CardHead.js +67 -5
- package/components/Card/index.js +48 -2
- package/components/Card/types.d.ts +3 -0
- package/components/CardGroup/CardGroup.d.ts +10 -0
- package/components/CardGroup/CardGroup.js +27 -0
- package/components/CardGroup/CardGroupComponent/CardBody.d.ts +4 -0
- package/components/CardGroup/CardGroupComponent/CardBody.js +19 -0
- package/components/CardGroup/CardGroupComponent/CardGroup.d.ts +4 -0
- package/components/CardGroup/CardGroupComponent/CardGroup.js +28 -0
- package/components/CardGroup/CardGroupComponent/CardHead.d.ts +4 -0
- package/components/CardGroup/CardGroupComponent/CardHead.js +19 -0
- package/components/CardGroup/CardGroupContext.d.ts +6 -0
- package/components/CardGroup/CardGroupContext.js +8 -0
- package/components/CardGroup/index.d.ts +1 -0
- package/components/CardGroup/index.js +11 -0
- package/components/CardGroup/types.d.ts +14 -0
- package/components/CardGroup/types.js +1 -0
- package/components/Checkbox/Checkbox.js +11 -9
- package/components/Checkbox/index.js +6 -4
- package/components/Checkbox/types.d.ts +1 -0
- package/components/Collapse/Collapse/Collapse.js +2 -2
- package/components/Collapse/CollapseGroup/CollapseGroup.js +1 -1
- package/components/Collapse/CollapseItem/CollapseItem.js +1 -1
- package/components/Collapse/index.js +1 -1
- package/components/Collapse/types.d.ts +1 -1
- package/components/Copy/Copy.js +6 -4
- package/components/Copy/index.js +6 -4
- package/components/Counter/Counter.js +6 -4
- package/components/Counter/index.js +6 -4
- package/components/DatePicker/CustomHeader/CustomHeader.js +7 -5
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +12 -4
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +12 -4
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +12 -4
- package/components/DatePicker/RangeDatePicker/index.js +12 -4
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +12 -4
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +12 -4
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +12 -4
- package/components/DatePicker/SimpleDatePicker/index.js +12 -4
- package/components/DatePicker/TimePicker/MobileModalContent.js +7 -4
- package/components/DatePicker/TimePicker/TimePicker.js +14 -5
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +13 -7
- package/components/DatePicker/TimePicker/TimePickerMobile.js +8 -5
- package/components/DatePicker/TimePicker/index.js +14 -5
- package/components/DatePicker/hooks.js +8 -2139
- package/components/DatePicker/index.js +14 -5
- package/components/Divider/Divider.js +6 -3
- package/components/Divider/types.d.ts +1 -0
- package/components/Empty/Empty.js +6 -4
- package/components/Empty/index.js +6 -4
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +6 -4
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +6 -4
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +14 -12
- package/components/FileUpload/DropzoneFileUpload/helpers.js +6 -4
- package/components/FileUpload/DropzoneFileUpload/index.js +6 -4
- package/components/FileUpload/FileUpload.js +7 -5
- package/components/FileUpload/UploadItems.js +7 -5
- package/components/FileUpload/index.js +7 -5
- package/components/FormContainer/FormContainer.js +22 -12
- package/components/FormContainer/index.js +7 -5
- package/components/FormContainer/types.d.ts +1 -0
- package/components/FormField/FormField.js +6 -4
- package/components/FormField/index.js +7 -5
- package/components/IconDynamicComponent/IconDynamicComponent.d.ts +8 -0
- package/components/IconDynamicComponent/IconDynamicComponent.js +39 -0
- package/{helperComponents → components}/IconDynamicComponent/index.js +1 -1
- package/components/Input/Input.js +6 -4
- package/components/Input/index.js +6 -4
- package/components/Menu/Menu.js +7 -5
- package/components/Menu/NestedMenu.js +7 -5
- package/components/Menu/index.js +7 -5
- package/components/Modal/Modal.js +6 -4
- package/components/Modal/ModalConfirmation.js +6 -4
- package/components/Modal/ModalContent.js +6 -4
- package/components/Modal/index.js +6 -4
- package/components/More/More.js +6 -4
- package/components/More/index.js +6 -4
- package/components/Popover/Popover.js +6 -4
- package/components/Popover/PopoverDesktop.js +1 -1
- package/components/Popover/PopoverMobile.js +6 -4
- package/components/Popover/index.js +6 -4
- package/components/Popover/types.d.ts +2 -1
- package/components/Radio/RadioGroup.js +7 -5
- package/components/Radio/index.js +7 -5
- package/components/SVGIcons/IconAirplaneTakeOff.d.ts +4 -0
- package/components/SVGIcons/IconAirplaneTakeOff.js +29 -0
- package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +4 -0
- package/components/SVGIcons/IconAirplaneTakeOffFilled.js +29 -0
- package/components/SVGIcons/IconChartPerson.d.ts +4 -0
- package/components/SVGIcons/IconChartPerson.js +29 -0
- package/components/SVGIcons/IconChartPersonFilled.d.ts +4 -0
- package/components/SVGIcons/IconChartPersonFilled.js +29 -0
- package/components/SVGIcons/IconFastAcceleration.d.ts +4 -0
- package/components/SVGIcons/IconFastAcceleration.js +29 -0
- package/components/SVGIcons/IconFastAccelerationFilled.d.ts +4 -0
- package/components/SVGIcons/IconFastAccelerationFilled.js +29 -0
- package/components/SVGIcons/IconFeed.d.ts +4 -0
- package/components/SVGIcons/IconFeed.js +29 -0
- package/components/SVGIcons/IconFeedFilled.d.ts +4 -0
- package/components/SVGIcons/IconFeedFilled.js +29 -0
- package/components/SVGIcons/IconLibrary.d.ts +4 -0
- package/components/SVGIcons/IconLibrary.js +29 -0
- package/components/SVGIcons/IconLibraryFilled.d.ts +4 -0
- package/components/SVGIcons/IconLibraryFilled.js +29 -0
- package/components/SVGIcons/IconPeopleList.d.ts +4 -0
- package/components/SVGIcons/IconPeopleList.js +29 -0
- package/components/SVGIcons/IconPeopleListFilled.d.ts +4 -0
- package/components/SVGIcons/IconPeopleListFilled.js +29 -0
- package/components/SVGIcons/IconPeopleTeam.d.ts +4 -0
- package/components/SVGIcons/IconPeopleTeam.js +29 -0
- package/components/SVGIcons/IconPeopleTeamFilled.d.ts +4 -0
- package/components/SVGIcons/IconPeopleTeamFilled.js +29 -0
- package/components/SVGIcons/IconTrophy.d.ts +4 -0
- package/components/SVGIcons/IconTrophy.js +29 -0
- package/components/SVGIcons/IconTrophyFilled.d.ts +4 -0
- package/components/SVGIcons/IconTrophyFilled.js +29 -0
- package/components/SVGIcons/IconUs.d.ts +4 -0
- package/components/SVGIcons/IconUs.js +72 -0
- package/components/SVGIcons/icon-names.d.ts +2 -0
- package/components/SVGIcons/icon-names.js +3 -0
- package/components/SVGIcons/index.d.ts +19 -2
- package/components/SVGIcons/index.js +19 -2
- package/components/Select/ButtonSelect/ButtonSelect.js +7 -5
- package/components/Select/FilterSelect/FilterDropdown.js +7 -5
- package/components/Select/FilterSelect/FilterGroupDropdown.js +6 -4
- package/components/Select/FilterSelect/FilterSelect.js +6 -4
- package/components/Select/MultiSelect/MobileWrapper.js +6 -4
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +7 -5
- package/components/Select/MultiSelect/MultiSelect.js +6 -4
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +7 -5
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -5
- package/components/Select/MultiSelect/OptionsWrapper.js +6 -4
- package/components/Select/NestedSelect/NestedSelect.js +7 -5
- package/components/Select/Select/Select.js +6 -4
- package/components/Select/Select/SelectDesktop/index.js +7 -5
- package/components/Select/Select/SelectMobile/MobileTopContent.js +6 -4
- package/components/Select/Select/SelectMobile/index.js +7 -5
- package/components/Select/SharedComponents/Actions.js +7 -5
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +8 -6
- package/components/Select/SharedComponents/ContentTop.js +6 -4
- package/components/Select/SharedComponents/Footer.js +6 -4
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +6 -4
- package/components/Select/SharedComponents/index.js +6 -4
- package/components/Select/index.js +6 -4
- package/components/SideSheet/Footer/Footer.js +6 -4
- package/components/SideSheet/SideSheet.js +6 -4
- package/components/SideSheet/index.js +6 -4
- package/components/Snackbar/Snackbar.js +14 -12
- package/components/Snackbar/index.js +6 -4
- package/components/Switcher/Switcher.js +27 -19
- package/components/Switcher/index.js +7 -6
- package/components/Switcher/types.d.ts +2 -0
- package/components/Tab/Tab.js +4 -2
- package/components/Table/Header.d.ts +2 -1
- package/components/Table/Header.js +19 -8
- package/components/Table/IndeterminateCheckbox.d.ts +1 -0
- package/components/Table/IndeterminateCheckbox.js +12 -6
- package/components/Table/Row.d.ts +2 -1
- package/components/Table/Row.js +24 -9
- package/components/Table/Table.d.ts +1 -1
- package/components/Table/Table.js +60 -17
- package/components/Table/index.js +8 -4
- package/components/Table/localization.d.ts +5 -0
- package/components/Table/localization.js +13 -0
- package/components/Table/types.d.ts +6 -0
- package/components/Table/utils.js +36 -8
- package/components/TableV2/AdvancedPagination.js +9 -7
- package/components/TableV2/ColumnSettings.js +8 -6
- package/components/TableV2/IndeterminateCheckbox.js +6 -4
- package/components/TableV2/Table.js +7 -4
- package/components/TableV2/hooks/useTableControl.js +20 -15
- package/components/TableV2/index.js +8 -5
- package/components/Text/types.d.ts +1 -1
- package/components/Textarea/Textarea.js +6 -4
- package/components/Textarea/index.js +6 -4
- package/components/Tooltip/types.d.ts +0 -1
- package/components/UnderConstruction/UnderConstruction.d.ts +3 -0
- package/components/UnderConstruction/UnderConstruction.js +38 -0
- package/components/UnderConstruction/index.d.ts +1 -0
- package/components/UnderConstruction/index.js +8 -0
- package/components/UnderConstruction/localization.d.ts +4 -0
- package/components/UnderConstruction/localization.js +16 -0
- package/components/UnderConstruction/types.d.ts +12 -0
- package/components/UnderConstruction/types.js +1 -0
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +1 -1
- package/helperComponents/AnimatePresenceWrapper/index.js +1 -1
- package/helperComponents/CodeBlock/CodeBlock.js +1 -154
- package/helperComponents/CodeBlock/index.js +1 -0
- package/helperComponents/ErrorMessage/ErrorMessage.js +2 -2
- package/helperComponents/ErrorMessage/index.js +2 -2
- package/helperComponents/GoToWebPage/GoToWebPage.js +6 -4
- package/helperComponents/OptionItem/OptionItem.js +7 -5
- package/helperComponents/OptionItem/index.js +6 -4
- package/helperComponents/index.d.ts +0 -1
- package/helperComponents/index.js +7 -5
- package/helpers/check-authorization.js +8 -6
- package/helpers/format-date.js +1 -22
- package/helpers/index.js +6 -4
- package/hooks/useHideOnScroll.d.ts +1 -1
- package/hooks/useHideOnScroll.js +5 -4
- package/i18n.d.ts +4 -0
- package/i18n.js +50 -0
- package/index.d.ts +3 -0
- package/index.js +46 -7
- package/package.json +6 -5
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.d.ts +0 -9
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +0 -26
- package/helperComponents/IconDynamicComponent/constants.d.ts +0 -3
- package/helperComponents/IconDynamicComponent/constants.js +0 -33
- /package/{helperComponents → components}/IconDynamicComponent/index.d.ts +0 -0
|
@@ -10,7 +10,7 @@ import '@babel/runtime/helpers/slicedToArray';
|
|
|
10
10
|
import '../../FileUpload/FileUpload.js';
|
|
11
11
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
12
12
|
import '../../FileUpload/types.js';
|
|
13
|
-
import '../../../Alert
|
|
13
|
+
import '../../../Alert--0rz5XL1.js';
|
|
14
14
|
import '../../Alert/consts.js';
|
|
15
15
|
import '../../Text/Text.js';
|
|
16
16
|
import '../../../utils/helpers.js';
|
|
@@ -23,12 +23,13 @@ import 'react-hook-form';
|
|
|
23
23
|
import 'react-dropzone';
|
|
24
24
|
import '../../SVGIcons/IconUpload.js';
|
|
25
25
|
import '../../../helpers/format-date.js';
|
|
26
|
+
import 'dayjs/plugin/utc';
|
|
26
27
|
import '../../../helpers/locale.js';
|
|
27
28
|
import '../../../type/locale.js';
|
|
28
29
|
import '../../../helpers/storage.js';
|
|
29
30
|
import 'react-toastify';
|
|
30
31
|
import '../../../hooks/useGetIsMobile.js';
|
|
31
|
-
import '
|
|
32
|
+
import 'motion/react';
|
|
32
33
|
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
33
34
|
import '../../../hooks/useOnOutsideClick.js';
|
|
34
35
|
import '../../../hooks/useHideBodyScroll.js';
|
|
@@ -41,11 +42,12 @@ import '../../../hooks/useGetElemPositions.js';
|
|
|
41
42
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
42
43
|
import '../../../hooks/useHideOnScroll.js';
|
|
43
44
|
import 'react-syntax-highlighter';
|
|
45
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
44
46
|
import '../../Link/Link.js';
|
|
45
47
|
import '../../Popover/PopoverDesktop.js';
|
|
46
48
|
import '../../SVGIcons/IconInfo.js';
|
|
47
|
-
import '
|
|
48
|
-
import '
|
|
49
|
+
import '../../IconDynamicComponent/IconDynamicComponent.js';
|
|
50
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
49
51
|
import '@babel/runtime/helpers/typeof';
|
|
50
52
|
import '../../SVGIcons/IconDismissFilled.js';
|
|
51
53
|
import '../../SVGIcons/IconDelete.js';
|
|
@@ -15,9 +15,10 @@ import { Footer } from '../SharedComponents/Footer.js';
|
|
|
15
15
|
import '@babel/runtime/helpers/defineProperty';
|
|
16
16
|
import 'classnames';
|
|
17
17
|
import '../../../consts/index.js';
|
|
18
|
-
import '../../../Alert
|
|
18
|
+
import '../../../Alert--0rz5XL1.js';
|
|
19
19
|
import 'react-syntax-highlighter';
|
|
20
|
-
import '
|
|
20
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
21
|
+
import 'motion/react';
|
|
21
22
|
import { IconDismissFilled } from '../../SVGIcons/IconDismissFilled.js';
|
|
22
23
|
import { IconSearchFilled } from '../../SVGIcons/IconSearchFilled.js';
|
|
23
24
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -36,14 +37,14 @@ import '../../FileUpload/UploadItems.js';
|
|
|
36
37
|
import '../../../hooks/useFormProps.js';
|
|
37
38
|
import '../../../context/types.js';
|
|
38
39
|
import '../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
39
|
-
import '
|
|
40
|
-
import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
40
|
+
import '../../IconDynamicComponent/IconDynamicComponent.js';
|
|
41
41
|
import '../../SVGIcons/IconDelete.js';
|
|
42
42
|
import '../../Alert/consts.js';
|
|
43
43
|
import '../../../helperComponents/Loader/Loader.js';
|
|
44
44
|
import 'react-dropzone';
|
|
45
45
|
import '../../SVGIcons/IconUpload.js';
|
|
46
46
|
import '../../../helpers/format-date.js';
|
|
47
|
+
import 'dayjs/plugin/utc';
|
|
47
48
|
import '../../../helpers/locale.js';
|
|
48
49
|
import '../../../type/locale.js';
|
|
49
50
|
import '../../../helpers/storage.js';
|
|
@@ -61,6 +62,7 @@ import '../../../hooks/useGetTooltipPosition.js';
|
|
|
61
62
|
import '../../Link/Link.js';
|
|
62
63
|
import '../../Popover/PopoverDesktop.js';
|
|
63
64
|
import '../../SVGIcons/IconInfo.js';
|
|
65
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
64
66
|
import '@babel/runtime/helpers/typeof';
|
|
65
67
|
import '../../FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
66
68
|
import '../../Progress/Progress.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { a as Modal } from '../../../Alert
|
|
2
|
+
import { a as Modal } from '../../../Alert--0rz5XL1.js';
|
|
3
3
|
import '@babel/runtime/helpers/extends';
|
|
4
4
|
import '@babel/runtime/helpers/slicedToArray';
|
|
5
5
|
import 'classnames';
|
|
6
|
-
import '
|
|
6
|
+
import 'motion/react';
|
|
7
7
|
import '../../../consts/index.js';
|
|
8
8
|
import 'dayjs';
|
|
9
9
|
import '../../../hooks/useScreenSize.js';
|
|
@@ -12,6 +12,7 @@ import '@babel/runtime/helpers/defineProperty';
|
|
|
12
12
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
13
13
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
14
14
|
import 'react-syntax-highlighter';
|
|
15
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
15
16
|
import '../../Alert/consts.js';
|
|
16
17
|
import '../../Text/Text.js';
|
|
17
18
|
import '../../../utils/helpers.js';
|
|
@@ -21,6 +22,7 @@ import '../../SVGIcons/IconUpload.js';
|
|
|
21
22
|
import '../../../type/file-upload.js';
|
|
22
23
|
import '../../FileUpload/types.js';
|
|
23
24
|
import '../../../helpers/format-date.js';
|
|
25
|
+
import 'dayjs/plugin/utc';
|
|
24
26
|
import '../../../helpers/locale.js';
|
|
25
27
|
import '../../../type/locale.js';
|
|
26
28
|
import '../../../helpers/storage.js';
|
|
@@ -40,8 +42,8 @@ import '../../../hooks/useHideOnScroll.js';
|
|
|
40
42
|
import '../../Link/Link.js';
|
|
41
43
|
import '../../Popover/PopoverDesktop.js';
|
|
42
44
|
import '../../SVGIcons/IconInfo.js';
|
|
43
|
-
import '
|
|
44
|
-
import '
|
|
45
|
+
import '../../IconDynamicComponent/IconDynamicComponent.js';
|
|
46
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
45
47
|
import '@babel/runtime/helpers/typeof';
|
|
46
48
|
import '../../SVGIcons/IconDismissFilled.js';
|
|
47
49
|
import '../../SVGIcons/IconDelete.js';
|
|
@@ -5,16 +5,17 @@ import React, { useState, useCallback, useMemo } from 'react';
|
|
|
5
5
|
import { Empty } from '../../../Empty/Empty.js';
|
|
6
6
|
import classNames from 'classnames';
|
|
7
7
|
import 'dayjs';
|
|
8
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
8
9
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
9
10
|
import 'react-syntax-highlighter';
|
|
11
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
10
12
|
import '@babel/runtime/helpers/defineProperty';
|
|
11
|
-
import '
|
|
12
|
-
import '../../../../Alert-w8FkRd9I.js';
|
|
13
|
+
import '../../../../Alert--0rz5XL1.js';
|
|
13
14
|
import 'react-dom';
|
|
14
15
|
import '../../../../consts/index.js';
|
|
15
16
|
import '../../../../hooks/useScreenSize.js';
|
|
16
17
|
import 'react-hook-form';
|
|
17
|
-
import '
|
|
18
|
+
import 'motion/react';
|
|
18
19
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
19
20
|
import { ContentTop } from '../../SharedComponents/ContentTop.js';
|
|
20
21
|
import '../../../Input/Input.js';
|
|
@@ -31,8 +32,7 @@ import '../../../FileUpload/UploadItems.js';
|
|
|
31
32
|
import '../../../../hooks/useFormProps.js';
|
|
32
33
|
import '../../../../context/types.js';
|
|
33
34
|
import '../../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
34
|
-
import '
|
|
35
|
-
import '../../../../helperComponents/IconDynamicComponent/constants.js';
|
|
35
|
+
import '../../../IconDynamicComponent/IconDynamicComponent.js';
|
|
36
36
|
import '../../../SVGIcons/IconDelete.js';
|
|
37
37
|
import '../../../../type/file-upload.js';
|
|
38
38
|
import '../../../Alert/consts.js';
|
|
@@ -40,6 +40,7 @@ import '../../../../helperComponents/Loader/Loader.js';
|
|
|
40
40
|
import 'react-dropzone';
|
|
41
41
|
import '../../../SVGIcons/IconUpload.js';
|
|
42
42
|
import '../../../../helpers/format-date.js';
|
|
43
|
+
import 'dayjs/plugin/utc';
|
|
43
44
|
import '../../../../helpers/locale.js';
|
|
44
45
|
import '../../../../type/locale.js';
|
|
45
46
|
import '../../../../helpers/storage.js';
|
|
@@ -59,6 +60,7 @@ import '../../../../hooks/useHideOnScroll.js';
|
|
|
59
60
|
import '../../../Link/Link.js';
|
|
60
61
|
import '../../../Popover/PopoverDesktop.js';
|
|
61
62
|
import '../../../SVGIcons/IconInfo.js';
|
|
63
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
62
64
|
import '@babel/runtime/helpers/typeof';
|
|
63
65
|
import '../../../SVGIcons/IconDismissFilled.js';
|
|
64
66
|
import '../../../FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
@@ -12,10 +12,11 @@ import '../../../consts/index.js';
|
|
|
12
12
|
import { useOnOutsideClick } from '../../../hooks/useOnOutsideClick.js';
|
|
13
13
|
import '../../../hooks/useScreenSize.js';
|
|
14
14
|
import 'react-hook-form';
|
|
15
|
-
import '../../../Alert
|
|
15
|
+
import '../../../Alert--0rz5XL1.js';
|
|
16
16
|
import 'react-syntax-highlighter';
|
|
17
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
17
18
|
import 'react-dom';
|
|
18
|
-
import '
|
|
19
|
+
import 'motion/react';
|
|
19
20
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
20
21
|
import '../SharedComponents/ContentTop.js';
|
|
21
22
|
import { InputSelectWrapper } from '../SharedComponents/InputSelectWrapper/InputSelectWrapper.js';
|
|
@@ -33,8 +34,7 @@ import 'react-input-mask';
|
|
|
33
34
|
import 'react-number-format';
|
|
34
35
|
import '../../../helperComponents/Label/Label.js';
|
|
35
36
|
import '../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
36
|
-
import '
|
|
37
|
-
import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
37
|
+
import '../../IconDynamicComponent/IconDynamicComponent.js';
|
|
38
38
|
import '../../SVGIcons/IconCheckmarkCircleFilled.js';
|
|
39
39
|
import '../../../type/file-upload.js';
|
|
40
40
|
import '../../Alert/consts.js';
|
|
@@ -43,6 +43,7 @@ import 'react-dropzone';
|
|
|
43
43
|
import '../../SVGIcons/IconUpload.js';
|
|
44
44
|
import '../../FileUpload/types.js';
|
|
45
45
|
import '../../../helpers/format-date.js';
|
|
46
|
+
import 'dayjs/plugin/utc';
|
|
46
47
|
import '../../../helpers/locale.js';
|
|
47
48
|
import '../../../type/locale.js';
|
|
48
49
|
import '../../../helpers/storage.js';
|
|
@@ -58,6 +59,7 @@ import '../../../hooks/useHideOnScroll.js';
|
|
|
58
59
|
import '../../Link/Link.js';
|
|
59
60
|
import '../../Popover/PopoverDesktop.js';
|
|
60
61
|
import '../../SVGIcons/IconInfo.js';
|
|
62
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
61
63
|
import '@babel/runtime/helpers/typeof';
|
|
62
64
|
import '../../SVGIcons/IconDismissFilled.js';
|
|
63
65
|
import '../../SVGIcons/IconDelete.js';
|
|
@@ -10,14 +10,15 @@ import '../../../../consts/index.js';
|
|
|
10
10
|
import 'dayjs';
|
|
11
11
|
import '../../../../hooks/useScreenSize.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
13
14
|
import 'classnames';
|
|
14
15
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
15
16
|
import 'react-syntax-highlighter';
|
|
17
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
16
18
|
import '@babel/runtime/helpers/defineProperty';
|
|
17
|
-
import '
|
|
18
|
-
import '../../../../Alert-w8FkRd9I.js';
|
|
19
|
+
import '../../../../Alert--0rz5XL1.js';
|
|
19
20
|
import 'react-dom';
|
|
20
|
-
import '
|
|
21
|
+
import 'motion/react';
|
|
21
22
|
import { IconCaretDownFilled } from '../../../SVGIcons/IconCaretDownFilled.js';
|
|
22
23
|
import { IconCaretUpFilled } from '../../../SVGIcons/IconCaretUpFilled.js';
|
|
23
24
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -35,14 +36,14 @@ import '../../../FileUpload/UploadItems.js';
|
|
|
35
36
|
import '../../../../hooks/useFormProps.js';
|
|
36
37
|
import '../../../../context/types.js';
|
|
37
38
|
import '../../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
38
|
-
import '
|
|
39
|
-
import '../../../../helperComponents/IconDynamicComponent/constants.js';
|
|
39
|
+
import '../../../IconDynamicComponent/IconDynamicComponent.js';
|
|
40
40
|
import '../../../SVGIcons/IconDelete.js';
|
|
41
41
|
import '../../../Alert/consts.js';
|
|
42
42
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
43
43
|
import 'react-dropzone';
|
|
44
44
|
import '../../../SVGIcons/IconUpload.js';
|
|
45
45
|
import '../../../../helpers/format-date.js';
|
|
46
|
+
import 'dayjs/plugin/utc';
|
|
46
47
|
import '../../../../helpers/locale.js';
|
|
47
48
|
import '../../../../type/locale.js';
|
|
48
49
|
import '../../../../helpers/storage.js';
|
|
@@ -61,6 +62,7 @@ import '../../../../hooks/useHideOnScroll.js';
|
|
|
61
62
|
import '../../../Link/Link.js';
|
|
62
63
|
import '../../../Popover/PopoverDesktop.js';
|
|
63
64
|
import '../../../SVGIcons/IconInfo.js';
|
|
65
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
64
66
|
import '@babel/runtime/helpers/typeof';
|
|
65
67
|
import '../../../SVGIcons/IconDismissFilled.js';
|
|
66
68
|
import '../../../FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
@@ -11,13 +11,14 @@ import 'dayjs';
|
|
|
11
11
|
import '../../../../hooks/useScreenSize.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
13
|
import 'classnames';
|
|
14
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
14
15
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
15
16
|
import 'react-syntax-highlighter';
|
|
17
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
16
18
|
import '@babel/runtime/helpers/defineProperty';
|
|
17
|
-
import '
|
|
18
|
-
import '../../../../Alert-w8FkRd9I.js';
|
|
19
|
+
import '../../../../Alert--0rz5XL1.js';
|
|
19
20
|
import 'react-dom';
|
|
20
|
-
import '
|
|
21
|
+
import 'motion/react';
|
|
21
22
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
22
23
|
import { ContentTop } from '../../SharedComponents/ContentTop.js';
|
|
23
24
|
import '../../../Input/Input.js';
|
|
@@ -36,14 +37,14 @@ import '../../../FileUpload/UploadItems.js';
|
|
|
36
37
|
import '../../../../hooks/useFormProps.js';
|
|
37
38
|
import '../../../../context/types.js';
|
|
38
39
|
import '../../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
39
|
-
import '
|
|
40
|
-
import '../../../../helperComponents/IconDynamicComponent/constants.js';
|
|
40
|
+
import '../../../IconDynamicComponent/IconDynamicComponent.js';
|
|
41
41
|
import '../../../SVGIcons/IconDelete.js';
|
|
42
42
|
import '../../../Alert/consts.js';
|
|
43
43
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
44
44
|
import 'react-dropzone';
|
|
45
45
|
import '../../../SVGIcons/IconUpload.js';
|
|
46
46
|
import '../../../../helpers/format-date.js';
|
|
47
|
+
import 'dayjs/plugin/utc';
|
|
47
48
|
import '../../../../helpers/locale.js';
|
|
48
49
|
import '../../../../type/locale.js';
|
|
49
50
|
import '../../../../helpers/storage.js';
|
|
@@ -62,6 +63,7 @@ import '../../../../hooks/useHideOnScroll.js';
|
|
|
62
63
|
import '../../../Link/Link.js';
|
|
63
64
|
import '../../../Popover/PopoverDesktop.js';
|
|
64
65
|
import '../../../SVGIcons/IconInfo.js';
|
|
66
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
65
67
|
import '@babel/runtime/helpers/typeof';
|
|
66
68
|
import '../../../SVGIcons/IconDismissFilled.js';
|
|
67
69
|
import '../../../FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
@@ -11,10 +11,11 @@ import '../../../consts/index.js';
|
|
|
11
11
|
import '../../../hooks/useScreenSize.js';
|
|
12
12
|
import { useGetHasBottomSpace, useGetHasTopSpace } from '../../../hooks/useGetHasBottomSpace.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
|
-
import '../../../Alert
|
|
14
|
+
import '../../../Alert--0rz5XL1.js';
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
16
17
|
import 'react-dom';
|
|
17
|
-
import '
|
|
18
|
+
import 'motion/react';
|
|
18
19
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
19
20
|
import '../SharedComponents/ContentTop.js';
|
|
20
21
|
import { Loading } from '../SharedComponents/Loading.js';
|
|
@@ -34,6 +35,7 @@ import 'react-dropzone';
|
|
|
34
35
|
import '../../SVGIcons/IconUpload.js';
|
|
35
36
|
import '../../FileUpload/types.js';
|
|
36
37
|
import '../../../helpers/format-date.js';
|
|
38
|
+
import 'dayjs/plugin/utc';
|
|
37
39
|
import '../../../helpers/locale.js';
|
|
38
40
|
import '../../../type/locale.js';
|
|
39
41
|
import '../../../helpers/storage.js';
|
|
@@ -50,8 +52,8 @@ import '../../../hooks/useHideOnScroll.js';
|
|
|
50
52
|
import '../../Link/Link.js';
|
|
51
53
|
import '../../Popover/PopoverDesktop.js';
|
|
52
54
|
import '../../SVGIcons/IconInfo.js';
|
|
53
|
-
import '
|
|
54
|
-
import '
|
|
55
|
+
import '../../IconDynamicComponent/IconDynamicComponent.js';
|
|
56
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
55
57
|
import '@babel/runtime/helpers/typeof';
|
|
56
58
|
import '../../SVGIcons/IconDismissFilled.js';
|
|
57
59
|
import '../../SVGIcons/IconDelete.js';
|
|
@@ -4,8 +4,10 @@ import React, { useState, useRef, useId, useCallback } from 'react';
|
|
|
4
4
|
import { Input } from '../../Input/Input.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import 'dayjs';
|
|
7
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
7
8
|
import { OptionItem } from '../../../helperComponents/OptionItem/OptionItem.js';
|
|
8
9
|
import 'react-syntax-highlighter';
|
|
10
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
9
11
|
import { useGetElemSizes } from '../../../hooks/useGetElemSizes.js';
|
|
10
12
|
import { useGetElemPositions } from '../../../hooks/useGetElemPositions.js';
|
|
11
13
|
import '../../../consts/index.js';
|
|
@@ -16,16 +18,14 @@ import { IconChevronUp } from '../../SVGIcons/IconChevronUp.js';
|
|
|
16
18
|
import { IconChevronDown } from '../../SVGIcons/IconChevronDown.js';
|
|
17
19
|
import '@babel/runtime/helpers/defineProperty';
|
|
18
20
|
import '@babel/runtime/helpers/extends';
|
|
19
|
-
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
20
21
|
import 'react-input-mask';
|
|
21
22
|
import 'react-number-format';
|
|
22
23
|
import '../../../helperComponents/Label/Label.js';
|
|
23
24
|
import '../../Text/Text.js';
|
|
24
25
|
import '../../../utils/helpers.js';
|
|
25
26
|
import '../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
26
|
-
import '
|
|
27
|
-
import '../../../
|
|
28
|
-
import '../../../Alert-w8FkRd9I.js';
|
|
27
|
+
import '../../IconDynamicComponent/IconDynamicComponent.js';
|
|
28
|
+
import '../../../Alert--0rz5XL1.js';
|
|
29
29
|
import '../../Alert/consts.js';
|
|
30
30
|
import '../../../helperComponents/Loader/Loader.js';
|
|
31
31
|
import 'react-dropzone';
|
|
@@ -33,12 +33,13 @@ import '../../SVGIcons/IconUpload.js';
|
|
|
33
33
|
import '../../../type/file-upload.js';
|
|
34
34
|
import '../../FileUpload/types.js';
|
|
35
35
|
import '../../../helpers/format-date.js';
|
|
36
|
+
import 'dayjs/plugin/utc';
|
|
36
37
|
import '../../../helpers/locale.js';
|
|
37
38
|
import '../../../type/locale.js';
|
|
38
39
|
import '../../../helpers/storage.js';
|
|
39
40
|
import 'react-toastify';
|
|
40
41
|
import '../../../hooks/useGetIsMobile.js';
|
|
41
|
-
import '
|
|
42
|
+
import 'motion/react';
|
|
42
43
|
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
43
44
|
import '../../../hooks/useHideBodyScroll.js';
|
|
44
45
|
import '../../SVGIcons/IconDismiss.js';
|
|
@@ -50,6 +51,7 @@ import '../../../hooks/useHideOnScroll.js';
|
|
|
50
51
|
import '../../Link/Link.js';
|
|
51
52
|
import '../../Popover/PopoverDesktop.js';
|
|
52
53
|
import '../../SVGIcons/IconInfo.js';
|
|
54
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
53
55
|
import '@babel/runtime/helpers/typeof';
|
|
54
56
|
import '../../SVGIcons/IconDismissFilled.js';
|
|
55
57
|
import '../../SVGIcons/IconDelete.js';
|
|
@@ -13,7 +13,7 @@ import { SelectMobile } from './SelectMobile/index.js';
|
|
|
13
13
|
import { IconChevronUp } from '../../SVGIcons/IconChevronUp.js';
|
|
14
14
|
import { IconChevronDown } from '../../SVGIcons/IconChevronDown.js';
|
|
15
15
|
import { SELECT_TRANSLATIONS } from '../localization.js';
|
|
16
|
-
import { B as Button } from '../../../Alert
|
|
16
|
+
import { B as Button } from '../../../Alert--0rz5XL1.js';
|
|
17
17
|
import '../../../consts/index.js';
|
|
18
18
|
import '../../../type/file-upload.js';
|
|
19
19
|
import 'react-window';
|
|
@@ -28,23 +28,24 @@ import '../../../helperComponents/Label/Label.js';
|
|
|
28
28
|
import '../../../hooks/useScreenSize.js';
|
|
29
29
|
import 'react-hook-form';
|
|
30
30
|
import 'react-syntax-highlighter';
|
|
31
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
31
32
|
import '../../FileUpload/UploadItems.js';
|
|
32
33
|
import '../../../hooks/useFormProps.js';
|
|
33
34
|
import '../../../context/types.js';
|
|
34
35
|
import '../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
35
|
-
import '
|
|
36
|
-
import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
36
|
+
import '../../IconDynamicComponent/IconDynamicComponent.js';
|
|
37
37
|
import '../../SVGIcons/IconDelete.js';
|
|
38
38
|
import '../../Alert/consts.js';
|
|
39
39
|
import '../../../helperComponents/Loader/Loader.js';
|
|
40
40
|
import 'react-dropzone';
|
|
41
41
|
import '../../SVGIcons/IconUpload.js';
|
|
42
42
|
import '../../../helpers/format-date.js';
|
|
43
|
+
import 'dayjs/plugin/utc';
|
|
43
44
|
import '../../../helpers/locale.js';
|
|
44
45
|
import '../../../type/locale.js';
|
|
45
46
|
import '../../../helpers/storage.js';
|
|
46
47
|
import 'react-toastify';
|
|
47
|
-
import '
|
|
48
|
+
import 'motion/react';
|
|
48
49
|
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
49
50
|
import '../../../hooks/useOnOutsideClick.js';
|
|
50
51
|
import '../../../hooks/useHideBodyScroll.js';
|
|
@@ -59,6 +60,7 @@ import '../../../hooks/useHideOnScroll.js';
|
|
|
59
60
|
import '../../Link/Link.js';
|
|
60
61
|
import '../../Popover/PopoverDesktop.js';
|
|
61
62
|
import '../../SVGIcons/IconInfo.js';
|
|
63
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
62
64
|
import '@babel/runtime/helpers/typeof';
|
|
63
65
|
import '../../SVGIcons/IconDismissFilled.js';
|
|
64
66
|
import '../../FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
@@ -5,9 +5,11 @@ import React, { useState, useCallback, useEffect, useId, useMemo } from 'react';
|
|
|
5
5
|
import { FixedSizeList } from 'react-window';
|
|
6
6
|
import { DROPDOWN_AND_INPUT_GAP } from '../../../../consts/index.js';
|
|
7
7
|
import { Text } from '../../../Text/Text.js';
|
|
8
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
8
9
|
import 'dayjs';
|
|
9
10
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
10
11
|
import 'react-syntax-highlighter';
|
|
12
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
11
13
|
import { useGetElemSizes } from '../../../../hooks/useGetElemSizes.js';
|
|
12
14
|
import { useGetElemPositions } from '../../../../hooks/useGetElemPositions.js';
|
|
13
15
|
import { useOnOutsideClick } from '../../../../hooks/useOnOutsideClick.js';
|
|
@@ -17,10 +19,9 @@ import 'react-hook-form';
|
|
|
17
19
|
import { useChangePositionsOnScroll } from '../../../../hooks/useChangePositionsOnScroll.js';
|
|
18
20
|
import { Empty } from '../../../Empty/Empty.js';
|
|
19
21
|
import '@babel/runtime/helpers/extends';
|
|
20
|
-
import '
|
|
21
|
-
import '../../../../Alert-w8FkRd9I.js';
|
|
22
|
+
import '../../../../Alert--0rz5XL1.js';
|
|
22
23
|
import 'react-dom';
|
|
23
|
-
import '
|
|
24
|
+
import 'motion/react';
|
|
24
25
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
25
26
|
import '../../SharedComponents/ContentTop.js';
|
|
26
27
|
import { Loading } from '../../SharedComponents/Loading.js';
|
|
@@ -38,14 +39,14 @@ import '../../../FileUpload/UploadItems.js';
|
|
|
38
39
|
import '../../../../hooks/useFormProps.js';
|
|
39
40
|
import '../../../../context/types.js';
|
|
40
41
|
import '../../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
41
|
-
import '
|
|
42
|
-
import '../../../../helperComponents/IconDynamicComponent/constants.js';
|
|
42
|
+
import '../../../IconDynamicComponent/IconDynamicComponent.js';
|
|
43
43
|
import '../../../SVGIcons/IconDelete.js';
|
|
44
44
|
import '../../../Alert/consts.js';
|
|
45
45
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
46
46
|
import 'react-dropzone';
|
|
47
47
|
import '../../../SVGIcons/IconUpload.js';
|
|
48
48
|
import '../../../../helpers/format-date.js';
|
|
49
|
+
import 'dayjs/plugin/utc';
|
|
49
50
|
import '../../../../helpers/locale.js';
|
|
50
51
|
import '../../../../type/locale.js';
|
|
51
52
|
import '../../../../helpers/storage.js';
|
|
@@ -62,6 +63,7 @@ import '../../../../hooks/useHideOnScroll.js';
|
|
|
62
63
|
import '../../../Link/Link.js';
|
|
63
64
|
import '../../../Popover/PopoverDesktop.js';
|
|
64
65
|
import '../../../SVGIcons/IconInfo.js';
|
|
66
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
65
67
|
import '@babel/runtime/helpers/typeof';
|
|
66
68
|
import '../../../SVGIcons/IconDismissFilled.js';
|
|
67
69
|
import '../../../FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
@@ -14,27 +14,27 @@ import '../../../Text/Text.js';
|
|
|
14
14
|
import '../../../../utils/helpers.js';
|
|
15
15
|
import 'dayjs';
|
|
16
16
|
import '../../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
17
|
-
import '
|
|
18
|
-
import '../../../../helperComponents/IconDynamicComponent/constants.js';
|
|
17
|
+
import '../../../IconDynamicComponent/IconDynamicComponent.js';
|
|
19
18
|
import '@babel/runtime/helpers/slicedToArray';
|
|
20
19
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
21
20
|
import '../../../../consts/index.js';
|
|
22
21
|
import '../../../../type/file-upload.js';
|
|
23
22
|
import '../../../../hooks/useScreenSize.js';
|
|
24
23
|
import 'react-hook-form';
|
|
25
|
-
import '../../../../Alert
|
|
24
|
+
import '../../../../Alert--0rz5XL1.js';
|
|
26
25
|
import '../../../Alert/consts.js';
|
|
27
26
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
28
27
|
import 'react-dropzone';
|
|
29
28
|
import '../../../SVGIcons/IconUpload.js';
|
|
30
29
|
import '../../../FileUpload/types.js';
|
|
31
30
|
import '../../../../helpers/format-date.js';
|
|
31
|
+
import 'dayjs/plugin/utc';
|
|
32
32
|
import '../../../../helpers/locale.js';
|
|
33
33
|
import '../../../../type/locale.js';
|
|
34
34
|
import '../../../../helpers/storage.js';
|
|
35
35
|
import 'react-toastify';
|
|
36
36
|
import '../../../../hooks/useGetIsMobile.js';
|
|
37
|
-
import '
|
|
37
|
+
import 'motion/react';
|
|
38
38
|
import '../../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
39
39
|
import '../../../../hooks/useOnOutsideClick.js';
|
|
40
40
|
import '../../../../hooks/useHideBodyScroll.js';
|
|
@@ -47,9 +47,11 @@ import '../../../../hooks/useGetElemPositions.js';
|
|
|
47
47
|
import '../../../../hooks/useGetTooltipPosition.js';
|
|
48
48
|
import '../../../../hooks/useHideOnScroll.js';
|
|
49
49
|
import 'react-syntax-highlighter';
|
|
50
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
50
51
|
import '../../../Link/Link.js';
|
|
51
52
|
import '../../../Popover/PopoverDesktop.js';
|
|
52
53
|
import '../../../SVGIcons/IconInfo.js';
|
|
54
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
53
55
|
import '@babel/runtime/helpers/typeof';
|
|
54
56
|
import '../../../SVGIcons/IconDelete.js';
|
|
55
57
|
import '../../../FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
2
2
|
import React, { useState, useMemo, useCallback, useEffect } from 'react';
|
|
3
3
|
import { Text } from '../../../Text/Text.js';
|
|
4
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
5
|
import 'dayjs';
|
|
5
6
|
import 'classnames';
|
|
6
7
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
7
8
|
import 'react-syntax-highlighter';
|
|
9
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
8
10
|
import { Empty } from '../../../Empty/Empty.js';
|
|
9
|
-
import { a as Modal } from '../../../../Alert
|
|
11
|
+
import { a as Modal } from '../../../../Alert--0rz5XL1.js';
|
|
10
12
|
import '@babel/runtime/helpers/extends';
|
|
11
|
-
import '
|
|
13
|
+
import 'motion/react';
|
|
12
14
|
import '../../../../consts/index.js';
|
|
13
15
|
import '../../../../hooks/useScreenSize.js';
|
|
14
16
|
import 'react-hook-form';
|
|
15
17
|
import '@babel/runtime/helpers/defineProperty';
|
|
16
|
-
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
17
18
|
import { ITEM_SIZE_MOBILE } from '../../constants.js';
|
|
18
19
|
import 'react-dom';
|
|
19
20
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -33,8 +34,7 @@ import '../../../FileUpload/UploadItems.js';
|
|
|
33
34
|
import '../../../../hooks/useFormProps.js';
|
|
34
35
|
import '../../../../context/types.js';
|
|
35
36
|
import '../../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
36
|
-
import '
|
|
37
|
-
import '../../../../helperComponents/IconDynamicComponent/constants.js';
|
|
37
|
+
import '../../../IconDynamicComponent/IconDynamicComponent.js';
|
|
38
38
|
import '../../../SVGIcons/IconDelete.js';
|
|
39
39
|
import '../../../../type/file-upload.js';
|
|
40
40
|
import '../../../Alert/consts.js';
|
|
@@ -42,6 +42,7 @@ import '../../../../helperComponents/Loader/Loader.js';
|
|
|
42
42
|
import 'react-dropzone';
|
|
43
43
|
import '../../../SVGIcons/IconUpload.js';
|
|
44
44
|
import '../../../../helpers/format-date.js';
|
|
45
|
+
import 'dayjs/plugin/utc';
|
|
45
46
|
import '../../../../helpers/locale.js';
|
|
46
47
|
import '../../../../type/locale.js';
|
|
47
48
|
import '../../../../helpers/storage.js';
|
|
@@ -61,6 +62,7 @@ import '../../../../hooks/useHideOnScroll.js';
|
|
|
61
62
|
import '../../../Link/Link.js';
|
|
62
63
|
import '../../../Popover/PopoverDesktop.js';
|
|
63
64
|
import '../../../SVGIcons/IconInfo.js';
|
|
65
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
64
66
|
import '@babel/runtime/helpers/typeof';
|
|
65
67
|
import '../../../SVGIcons/IconDismissFilled.js';
|
|
66
68
|
import '../../../FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
2
2
|
import React, { useState } from 'react';
|
|
3
|
-
import { B as Button } from '../../../Alert
|
|
3
|
+
import { B as Button } from '../../../Alert--0rz5XL1.js';
|
|
4
4
|
import { Menu } from '../../Menu/Menu.js';
|
|
5
5
|
import '@babel/runtime/helpers/defineProperty';
|
|
6
6
|
import 'react-dom';
|
|
@@ -10,20 +10,22 @@ import '../../../hooks/useScreenSize.js';
|
|
|
10
10
|
import 'react-hook-form';
|
|
11
11
|
import 'classnames';
|
|
12
12
|
import '@babel/runtime/helpers/extends';
|
|
13
|
-
import '
|
|
13
|
+
import 'motion/react';
|
|
14
14
|
import { Text } from '../../Text/Text.js';
|
|
15
15
|
import { IconMore } from '../../SVGIcons/IconMore.js';
|
|
16
16
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
17
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
17
18
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
18
19
|
import 'react-syntax-highlighter';
|
|
20
|
+
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
19
21
|
import '../../Alert/consts.js';
|
|
20
|
-
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
21
22
|
import '../../../helperComponents/Loader/Loader.js';
|
|
22
23
|
import 'react-dropzone';
|
|
23
24
|
import '../../SVGIcons/IconUpload.js';
|
|
24
25
|
import '../../../type/file-upload.js';
|
|
25
26
|
import '../../FileUpload/types.js';
|
|
26
27
|
import '../../../helpers/format-date.js';
|
|
28
|
+
import 'dayjs/plugin/utc';
|
|
27
29
|
import '../../../helpers/locale.js';
|
|
28
30
|
import '../../../type/locale.js';
|
|
29
31
|
import '../../../helpers/storage.js';
|
|
@@ -44,8 +46,8 @@ import '../../../utils/helpers.js';
|
|
|
44
46
|
import '../../Link/Link.js';
|
|
45
47
|
import '../../Popover/PopoverDesktop.js';
|
|
46
48
|
import '../../SVGIcons/IconInfo.js';
|
|
47
|
-
import '
|
|
48
|
-
import '
|
|
49
|
+
import '../../IconDynamicComponent/IconDynamicComponent.js';
|
|
50
|
+
import 'react-toastify/dist/ReactToastify.css';
|
|
49
51
|
import '@babel/runtime/helpers/typeof';
|
|
50
52
|
import '../../SVGIcons/IconDismissFilled.js';
|
|
51
53
|
import '../../SVGIcons/IconDelete.js';
|