hrm_ui_lib 2.0.0-alpha.12 → 2.0.0-alpha.13
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/components/Alert/Alert.js +1 -1
- package/components/Alert/index.js +1 -1
- package/components/Avatar/Avatar.js +1 -1
- package/components/Avatar/AvatarGroup.js +1 -1
- package/components/Avatar/index.js +1 -1
- package/components/Button/Button.js +1 -1
- package/components/Button/index.js +1 -1
- package/components/Card/Card.js +1 -1
- package/components/Card/CardComponent/CardHead.js +1 -1
- package/components/Card/index.js +1 -1
- package/components/Checkbox/Checkbox.js +1 -1
- package/components/Checkbox/index.js +1 -1
- package/components/Copy/Copy.js +1 -1
- package/components/Copy/index.js +1 -1
- package/components/Counter/Counter.js +1 -1
- package/components/Counter/index.js +1 -1
- package/components/DatePicker/CustomHeader/CustomHeader.js +1 -1
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +1 -1
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +1 -1
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +1 -1
- package/components/DatePicker/RangeDatePicker/index.js +1 -1
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +1 -1
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +1 -1
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +1 -1
- package/components/DatePicker/SimpleDatePicker/index.js +1 -1
- package/components/DatePicker/TimePicker/MobileModalContent.js +1 -1
- package/components/DatePicker/TimePicker/TimePicker.js +1 -1
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +1 -1
- package/components/DatePicker/TimePicker/TimePickerMobile.js +1 -1
- package/components/DatePicker/TimePicker/index.js +1 -1
- package/components/DatePicker/index.js +1 -1
- package/components/Empty/Empty.js +1 -1
- package/components/Empty/index.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/helpers.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/index.js +1 -1
- package/components/FileUpload/FileUpload.js +1 -1
- package/components/FileUpload/UploadItems.js +1 -1
- package/components/FileUpload/index.js +1 -1
- package/components/FormContainer/FormContainer.js +3 -16
- package/components/FormContainer/index.js +1 -4
- package/components/FormField/FormField.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Input/Input.js +1 -1
- package/components/Input/index.js +1 -1
- package/components/Menu/Menu.js +1 -1
- package/components/Menu/NestedMenu.js +1 -1
- package/components/Menu/index.js +1 -1
- package/components/Modal/Modal.js +1 -1
- package/components/Modal/ModalConfirmation.js +1 -1
- package/components/Modal/ModalContent.js +1 -1
- package/components/Modal/index.js +1 -1
- package/components/More/More.js +1 -1
- package/components/More/index.js +1 -1
- package/components/Popover/Popover.js +1 -1
- package/components/Popover/PopoverMobile.js +1 -1
- package/components/Popover/index.js +1 -1
- package/components/Radio/RadioGroup.js +1 -1
- package/components/Radio/index.js +1 -1
- package/components/Select/ButtonSelect/ButtonSelect.js +1 -1
- package/components/Select/FilterSelect/FilterDropdown.js +1 -1
- package/components/Select/FilterSelect/FilterGroupDropdown.js +1 -1
- package/components/Select/FilterSelect/FilterSelect.js +1 -1
- package/components/Select/MultiSelect/MobileWrapper.js +1 -1
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +1 -1
- package/components/Select/MultiSelect/MultiSelect.js +1 -1
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +1 -1
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +1 -1
- package/components/Select/MultiSelect/OptionsWrapper.js +1 -1
- package/components/Select/NestedSelect/NestedSelect.js +1 -1
- package/components/Select/Select/Select.js +1 -1
- package/components/Select/Select/SelectDesktop/index.js +1 -1
- package/components/Select/Select/SelectMobile/MobileTopContent.js +1 -1
- package/components/Select/Select/SelectMobile/index.js +1 -1
- package/components/Select/SharedComponents/Actions.js +1 -1
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +1 -1
- package/components/Select/SharedComponents/ContentTop.js +1 -1
- package/components/Select/SharedComponents/Footer.js +1 -1
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +1 -1
- package/components/Select/SharedComponents/index.js +1 -1
- package/components/Select/index.js +1 -1
- package/components/SideSheet/Footer/Footer.js +1 -1
- package/components/SideSheet/SideSheet.js +1 -1
- package/components/SideSheet/index.js +1 -1
- package/components/Snackbar/Snackbar.js +2 -5
- package/components/Snackbar/index.js +1 -1
- package/components/Switcher/Switcher.js +1 -1
- package/components/Switcher/index.js +1 -1
- package/components/Table/Header.js +1 -1
- package/components/Table/IndeterminateCheckbox.js +1 -1
- package/components/Table/Row.js +1 -1
- package/components/Table/Table.js +1 -1
- package/components/Table/index.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/TableV2/AdvancedPagination.js +1 -1
- package/components/TableV2/ColumnSettings.js +1 -1
- package/components/TableV2/IndeterminateCheckbox.js +1 -1
- package/components/TableV2/Table.js +1 -1
- package/components/TableV2/hooks/useTableControl.js +1 -1
- package/components/TableV2/index.js +1 -1
- package/components/Textarea/Textarea.js +1 -1
- package/components/Textarea/index.js +1 -1
- package/helperComponents/GoToWebPage/GoToWebPage.js +1 -1
- package/helperComponents/OptionItem/OptionItem.js +1 -1
- package/helperComponents/OptionItem/index.js +1 -1
- package/helperComponents/index.js +1 -1
- package/helpers/check-authorization.js +1 -1
- package/helpers/index.js +1 -1
- package/index.d.ts +0 -1
- package/index.js +6 -7
- package/package.json +1 -1
- package/i18n.d.ts +0 -4
- package/i18n.js +0 -2676
- package/node-ponyfill-CCC52WRr.js +0 -81701
- /package/{Alert--0rz5XL1.js → Alert-Ocpfzvmz.js} +0 -0
|
@@ -11,7 +11,7 @@ import '@babel/runtime/helpers/defineProperty';
|
|
|
11
11
|
import '../../consts/index.js';
|
|
12
12
|
import '../../hooks/useScreenSize.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
|
-
import '../../Alert
|
|
14
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
16
|
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
17
17
|
import '../Text/Text.js';
|
|
@@ -15,7 +15,7 @@ import '../../consts/index.js';
|
|
|
15
15
|
import '../../type/file-upload.js';
|
|
16
16
|
import '../../hooks/useScreenSize.js';
|
|
17
17
|
import 'react-hook-form';
|
|
18
|
-
import '../../Alert
|
|
18
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
19
19
|
import '../Alert/consts.js';
|
|
20
20
|
import '../../helperComponents/Loader/Loader.js';
|
|
21
21
|
import 'react-dropzone';
|
|
@@ -13,7 +13,7 @@ import '../../../hooks/useScreenSize.js';
|
|
|
13
13
|
import 'react-hook-form';
|
|
14
14
|
import '@babel/runtime/helpers/extends';
|
|
15
15
|
import '@babel/runtime/helpers/defineProperty';
|
|
16
|
-
import '../../../Alert
|
|
16
|
+
import '../../../Alert-Ocpfzvmz.js';
|
|
17
17
|
import 'react-dom';
|
|
18
18
|
import 'motion/react';
|
|
19
19
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -11,7 +11,7 @@ import '@babel/runtime/helpers/slicedToArray';
|
|
|
11
11
|
import '../../FileUpload/FileUpload.js';
|
|
12
12
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
13
13
|
import '../../FileUpload/types.js';
|
|
14
|
-
import '../../../Alert
|
|
14
|
+
import '../../../Alert-Ocpfzvmz.js';
|
|
15
15
|
import '../../Alert/consts.js';
|
|
16
16
|
import '../../Text/Text.js';
|
|
17
17
|
import '../../../utils/helpers.js';
|
|
@@ -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-Ocpfzvmz.js';
|
|
14
14
|
import '../../Alert/consts.js';
|
|
15
15
|
import '../../Text/Text.js';
|
|
16
16
|
import '../../../utils/helpers.js';
|
|
@@ -15,7 +15,7 @@ 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-Ocpfzvmz.js';
|
|
19
19
|
import 'react-syntax-highlighter';
|
|
20
20
|
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
21
21
|
import 'motion/react';
|
|
@@ -10,7 +10,7 @@ import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.j
|
|
|
10
10
|
import 'react-syntax-highlighter';
|
|
11
11
|
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
12
12
|
import '@babel/runtime/helpers/defineProperty';
|
|
13
|
-
import '../../../../Alert
|
|
13
|
+
import '../../../../Alert-Ocpfzvmz.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../../../consts/index.js';
|
|
16
16
|
import '../../../../hooks/useScreenSize.js';
|
|
@@ -12,7 +12,7 @@ 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-Ocpfzvmz.js';
|
|
16
16
|
import 'react-syntax-highlighter';
|
|
17
17
|
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
18
18
|
import 'react-dom';
|
|
@@ -16,7 +16,7 @@ import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.j
|
|
|
16
16
|
import 'react-syntax-highlighter';
|
|
17
17
|
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
18
18
|
import '@babel/runtime/helpers/defineProperty';
|
|
19
|
-
import '../../../../Alert
|
|
19
|
+
import '../../../../Alert-Ocpfzvmz.js';
|
|
20
20
|
import 'react-dom';
|
|
21
21
|
import 'motion/react';
|
|
22
22
|
import { IconCaretDownFilled } from '../../../SVGIcons/IconCaretDownFilled.js';
|
|
@@ -16,7 +16,7 @@ import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.j
|
|
|
16
16
|
import 'react-syntax-highlighter';
|
|
17
17
|
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
18
18
|
import '@babel/runtime/helpers/defineProperty';
|
|
19
|
-
import '../../../../Alert
|
|
19
|
+
import '../../../../Alert-Ocpfzvmz.js';
|
|
20
20
|
import 'react-dom';
|
|
21
21
|
import 'motion/react';
|
|
22
22
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -11,7 +11,7 @@ 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-Ocpfzvmz.js';
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
16
|
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
17
17
|
import 'react-dom';
|
|
@@ -25,7 +25,7 @@ import '../../Text/Text.js';
|
|
|
25
25
|
import '../../../utils/helpers.js';
|
|
26
26
|
import '../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
27
27
|
import '../../IconDynamicComponent/IconDynamicComponent.js';
|
|
28
|
-
import '../../../Alert
|
|
28
|
+
import '../../../Alert-Ocpfzvmz.js';
|
|
29
29
|
import '../../Alert/consts.js';
|
|
30
30
|
import '../../../helperComponents/Loader/Loader.js';
|
|
31
31
|
import 'react-dropzone';
|
|
@@ -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-Ocpfzvmz.js';
|
|
17
17
|
import '../../../consts/index.js';
|
|
18
18
|
import '../../../type/file-upload.js';
|
|
19
19
|
import 'react-window';
|
|
@@ -19,7 +19,7 @@ import 'react-hook-form';
|
|
|
19
19
|
import { useChangePositionsOnScroll } from '../../../../hooks/useChangePositionsOnScroll.js';
|
|
20
20
|
import { Empty } from '../../../Empty/Empty.js';
|
|
21
21
|
import '@babel/runtime/helpers/extends';
|
|
22
|
-
import '../../../../Alert
|
|
22
|
+
import '../../../../Alert-Ocpfzvmz.js';
|
|
23
23
|
import 'react-dom';
|
|
24
24
|
import 'motion/react';
|
|
25
25
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -21,7 +21,7 @@ import '../../../../consts/index.js';
|
|
|
21
21
|
import '../../../../type/file-upload.js';
|
|
22
22
|
import '../../../../hooks/useScreenSize.js';
|
|
23
23
|
import 'react-hook-form';
|
|
24
|
-
import '../../../../Alert
|
|
24
|
+
import '../../../../Alert-Ocpfzvmz.js';
|
|
25
25
|
import '../../../Alert/consts.js';
|
|
26
26
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
27
27
|
import 'react-dropzone';
|
|
@@ -8,7 +8,7 @@ import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.j
|
|
|
8
8
|
import 'react-syntax-highlighter';
|
|
9
9
|
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
10
10
|
import { Empty } from '../../../Empty/Empty.js';
|
|
11
|
-
import { a as Modal } from '../../../../Alert
|
|
11
|
+
import { a as Modal } from '../../../../Alert-Ocpfzvmz.js';
|
|
12
12
|
import '@babel/runtime/helpers/extends';
|
|
13
13
|
import 'motion/react';
|
|
14
14
|
import '../../../../consts/index.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-Ocpfzvmz.js';
|
|
4
4
|
import { Menu } from '../../Menu/Menu.js';
|
|
5
5
|
import '@babel/runtime/helpers/defineProperty';
|
|
6
6
|
import 'react-dom';
|
|
@@ -18,7 +18,7 @@ import '../../../SVGIcons/IconChevronDown.js';
|
|
|
18
18
|
import '../../../../type/file-upload.js';
|
|
19
19
|
import '../../../../hooks/useGetElemPositions.js';
|
|
20
20
|
import '../../../../hooks/useGetElemSizes.js';
|
|
21
|
-
import '../../../../Alert
|
|
21
|
+
import '../../../../Alert-Ocpfzvmz.js';
|
|
22
22
|
import '@babel/runtime/helpers/extends';
|
|
23
23
|
import '../../../Alert/consts.js';
|
|
24
24
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
@@ -24,7 +24,7 @@ import '../../../consts/index.js';
|
|
|
24
24
|
import '../../../type/file-upload.js';
|
|
25
25
|
import '../../../hooks/useScreenSize.js';
|
|
26
26
|
import 'react-hook-form';
|
|
27
|
-
import '../../../Alert
|
|
27
|
+
import '../../../Alert-Ocpfzvmz.js';
|
|
28
28
|
import '../../Alert/consts.js';
|
|
29
29
|
import '../../../helperComponents/Loader/Loader.js';
|
|
30
30
|
import 'react-dropzone';
|
|
@@ -2,7 +2,7 @@ import _extends from '@babel/runtime/helpers/extends';
|
|
|
2
2
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
3
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { C as Checkbox, B as Button } from '../../../Alert
|
|
5
|
+
import { C as Checkbox, B as Button } from '../../../Alert-Ocpfzvmz.js';
|
|
6
6
|
import { SELECT_TRANSLATIONS } from '../localization.js';
|
|
7
7
|
import '../../Alert/consts.js';
|
|
8
8
|
import 'classnames';
|
|
@@ -24,7 +24,7 @@ import 'dayjs';
|
|
|
24
24
|
import '../../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
25
25
|
import '../../../IconDynamicComponent/IconDynamicComponent.js';
|
|
26
26
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
27
|
-
import '../../../../Alert
|
|
27
|
+
import '../../../../Alert-Ocpfzvmz.js';
|
|
28
28
|
import '../../../Alert/consts.js';
|
|
29
29
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
30
30
|
import 'react-dropzone';
|
|
@@ -8,7 +8,7 @@ import '@babel/runtime/helpers/extends';
|
|
|
8
8
|
import '@babel/runtime/helpers/defineProperty';
|
|
9
9
|
import '@babel/runtime/helpers/slicedToArray';
|
|
10
10
|
import 'react';
|
|
11
|
-
import '../../../Alert
|
|
11
|
+
import '../../../Alert-Ocpfzvmz.js';
|
|
12
12
|
import '../../Alert/consts.js';
|
|
13
13
|
import 'classnames';
|
|
14
14
|
import '../../Text/Text.js';
|
|
@@ -22,7 +22,7 @@ import '../Avatar/Avatar.js';
|
|
|
22
22
|
import '../FileUpload/FileUpload.js';
|
|
23
23
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
24
24
|
import '../FileUpload/types.js';
|
|
25
|
-
import '../../Alert
|
|
25
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
26
26
|
import '../Alert/consts.js';
|
|
27
27
|
import '../../helperComponents/Loader/Loader.js';
|
|
28
28
|
import '../../hooks/useScreenSize.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from '@babel/runtime/helpers/extends';
|
|
2
2
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
3
|
import React, { useCallback } from 'react';
|
|
4
|
-
import { C as Checkbox, B as Button } from '../../../Alert
|
|
4
|
+
import { C as Checkbox, B as Button } from '../../../Alert-Ocpfzvmz.js';
|
|
5
5
|
import '../../Alert/consts.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../Text/Text.js';
|
|
@@ -11,7 +11,7 @@ import '../../hooks/useScreenSize.js';
|
|
|
11
11
|
import { useHideBodyScroll } from '../../hooks/useHideBodyScroll.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
13
|
import { AnimatePresenceWrapper } from '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
14
|
-
import { B as Button } from '../../Alert
|
|
14
|
+
import { B as Button } from '../../Alert-Ocpfzvmz.js';
|
|
15
15
|
import { Text } from '../Text/Text.js';
|
|
16
16
|
import { useDispatchEventOnScroll } from '../../hooks/useDispatchEventOnScroll.js';
|
|
17
17
|
import { Footer } from './Footer/Footer.js';
|
|
@@ -13,7 +13,7 @@ import '../../hooks/useScreenSize.js';
|
|
|
13
13
|
import '../../hooks/useHideBodyScroll.js';
|
|
14
14
|
import 'react-hook-form';
|
|
15
15
|
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
16
|
-
import '../../Alert
|
|
16
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
17
17
|
import '../Alert/consts.js';
|
|
18
18
|
import '../Text/Text.js';
|
|
19
19
|
import '../../utils/helpers.js';
|
|
@@ -2,7 +2,7 @@ import _extends from '@babel/runtime/helpers/extends';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { toast, ToastContainer, Slide } from 'react-toastify';
|
|
4
4
|
import { Text } from '../Text/Text.js';
|
|
5
|
-
import { B as Button } from '../../Alert
|
|
5
|
+
import { B as Button } from '../../Alert-Ocpfzvmz.js';
|
|
6
6
|
import { DEFAULT_DURATION, TYPE_MAPPING, ICONS_MAPPING } from './consts.js';
|
|
7
7
|
import { IconDynamicComponent } from '../IconDynamicComponent/IconDynamicComponent.js';
|
|
8
8
|
import 'react-toastify/dist/ReactToastify.css';
|
|
@@ -93,10 +93,7 @@ var notify = function notify(toastProps) {
|
|
|
93
93
|
actionProps = toastProps.actionProps,
|
|
94
94
|
_toastProps$duration = toastProps.duration,
|
|
95
95
|
duration = _toastProps$duration === void 0 ? DEFAULT_DURATION : _toastProps$duration;
|
|
96
|
-
toast(
|
|
97
|
-
return CustomToast(toastProps);
|
|
98
|
-
}, {
|
|
99
|
-
// bodyClassName: '__body',
|
|
96
|
+
toast(CustomToast(toastProps), {
|
|
100
97
|
className: '_container',
|
|
101
98
|
toastId: toastId,
|
|
102
99
|
autoClose: actionProps ? false : duration
|
|
@@ -6,7 +6,7 @@ import '../Text/Text.js';
|
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../Alert
|
|
9
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
10
10
|
import '../Alert/consts.js';
|
|
11
11
|
import '@babel/runtime/helpers/defineProperty';
|
|
12
12
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
@@ -10,7 +10,7 @@ import '@babel/runtime/helpers/defineProperty';
|
|
|
10
10
|
import '../../consts/index.js';
|
|
11
11
|
import '../../hooks/useScreenSize.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
|
-
import '../../Alert
|
|
13
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
14
14
|
import 'react-syntax-highlighter';
|
|
15
15
|
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
16
16
|
import '../Text/Text.js';
|
|
@@ -14,7 +14,7 @@ import '../../consts/index.js';
|
|
|
14
14
|
import '../../type/file-upload.js';
|
|
15
15
|
import '../../hooks/useScreenSize.js';
|
|
16
16
|
import 'react-hook-form';
|
|
17
|
-
import '../../Alert
|
|
17
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
18
18
|
import '../Alert/consts.js';
|
|
19
19
|
import '../../helperComponents/Loader/Loader.js';
|
|
20
20
|
import 'react-dropzone';
|
|
@@ -9,7 +9,7 @@ import { IconArrowDown } from '../SVGIcons/IconArrowDown.js';
|
|
|
9
9
|
import { IconArrowUp } from '../SVGIcons/IconArrowUp.js';
|
|
10
10
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
11
11
|
import './IndeterminateCheckbox.js';
|
|
12
|
-
import '../../Alert
|
|
12
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
13
13
|
import '../Alert/consts.js';
|
|
14
14
|
import 'dayjs';
|
|
15
15
|
import '../../helperComponents/Loader/Loader.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { forwardRef, useRef, useEffect } from 'react';
|
|
2
|
-
import { C as Checkbox } from '../../Alert
|
|
2
|
+
import { C as Checkbox } from '../../Alert-Ocpfzvmz.js';
|
|
3
3
|
import '@babel/runtime/helpers/extends';
|
|
4
4
|
import '../Alert/consts.js';
|
|
5
5
|
import 'classnames';
|
package/components/Table/Row.js
CHANGED
|
@@ -5,7 +5,7 @@ import classNames from 'classnames';
|
|
|
5
5
|
import { CHECKBOX_HEADER_ID, CHECKBOX_DEFAULT_WIDTH } from './utils.js';
|
|
6
6
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
7
7
|
import './IndeterminateCheckbox.js';
|
|
8
|
-
import '../../Alert
|
|
8
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
9
9
|
import '../Alert/consts.js';
|
|
10
10
|
import '../Text/Text.js';
|
|
11
11
|
import '../../utils/helpers.js';
|
|
@@ -8,7 +8,7 @@ import { Row } from './Row.js';
|
|
|
8
8
|
import { Header } from './Header.js';
|
|
9
9
|
import classNames from 'classnames';
|
|
10
10
|
import { useDispatchEventOnScroll } from '../../hooks/useDispatchEventOnScroll.js';
|
|
11
|
-
import { B as Button } from '../../Alert
|
|
11
|
+
import { B as Button } from '../../Alert-Ocpfzvmz.js';
|
|
12
12
|
import { TABLE_LOCALIZATION } from './localization.js';
|
|
13
13
|
import { setTranslationValue } from '../../utils/helpers.js';
|
|
14
14
|
import { IconCheckmark } from '../SVGIcons/IconCheckmark.js';
|
|
@@ -2,7 +2,7 @@ import _extends from '@babel/runtime/helpers/extends';
|
|
|
2
2
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { IndeterminateCheckbox } from './IndeterminateCheckbox.js';
|
|
5
|
-
import '../../Alert
|
|
5
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
6
6
|
import '../Alert/consts.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../Text/Text.js';
|
|
@@ -2,7 +2,7 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
|
2
2
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
3
|
import React, { useState, useEffect } from 'react';
|
|
4
4
|
import { Input } from '../Input/Input.js';
|
|
5
|
-
import { B as Button } from '../../Alert
|
|
5
|
+
import { B as Button } from '../../Alert-Ocpfzvmz.js';
|
|
6
6
|
import { Select } from '../Select/Select/Select.js';
|
|
7
7
|
import '../Select/MultiSelect/MultiSelect.js';
|
|
8
8
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
@@ -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-Ocpfzvmz.js';
|
|
4
4
|
import '@babel/runtime/helpers/defineProperty';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import { IconSettings } from '../SVGIcons/IconSettings.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { forwardRef, useRef, useEffect } from 'react';
|
|
2
|
-
import { C as Checkbox } from '../../Alert
|
|
2
|
+
import { C as Checkbox } from '../../Alert-Ocpfzvmz.js';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '@babel/runtime/helpers/extends';
|
|
5
5
|
import '../Alert/consts.js';
|
|
@@ -11,7 +11,7 @@ import { useTableControl } from './hooks/useTableControl.js';
|
|
|
11
11
|
import { Text } from '../Text/Text.js';
|
|
12
12
|
import classNames from 'classnames';
|
|
13
13
|
import { Empty } from '../Empty/Empty.js';
|
|
14
|
-
import { B as Button } from '../../Alert
|
|
14
|
+
import { B as Button } from '../../Alert-Ocpfzvmz.js';
|
|
15
15
|
import { IconChevronDown } from '../SVGIcons/IconChevronDown.js';
|
|
16
16
|
import { IconChevronUp } from '../SVGIcons/IconChevronUp.js';
|
|
17
17
|
import 'react-loading-skeleton/dist/skeleton.css';
|
|
@@ -9,7 +9,7 @@ import { arrayMove } from '@dnd-kit/sortable';
|
|
|
9
9
|
import { loadTableSettings } from '../loadTableSettings.js';
|
|
10
10
|
import { useTableColumnSettings } from './useTableColumnSettings.js';
|
|
11
11
|
import { STORAGE_TYPE, TABLE_NAME_PREFIX } from '../constants/index.js';
|
|
12
|
-
import '../../../Alert
|
|
12
|
+
import '../../../Alert-Ocpfzvmz.js';
|
|
13
13
|
import '@babel/runtime/helpers/extends';
|
|
14
14
|
import '../../Alert/consts.js';
|
|
15
15
|
import 'classnames';
|
|
@@ -20,7 +20,7 @@ import 'dayjs';
|
|
|
20
20
|
import 'react-loading-skeleton';
|
|
21
21
|
import './hooks/useTableControl.js';
|
|
22
22
|
import './IndeterminateCheckbox.js';
|
|
23
|
-
import '../../Alert
|
|
23
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
24
24
|
import '../Alert/consts.js';
|
|
25
25
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
26
26
|
import '../../helperComponents/Loader/Loader.js';
|
|
@@ -12,7 +12,7 @@ import '../../consts/index.js';
|
|
|
12
12
|
import 'dayjs';
|
|
13
13
|
import '../../hooks/useScreenSize.js';
|
|
14
14
|
import 'react-hook-form';
|
|
15
|
-
import '../../Alert
|
|
15
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
16
16
|
import 'react-syntax-highlighter';
|
|
17
17
|
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
18
18
|
import { IconCheckmarkCircleFilled } from '../SVGIcons/IconCheckmarkCircleFilled.js';
|
|
@@ -16,7 +16,7 @@ import '../../consts/index.js';
|
|
|
16
16
|
import '../../type/file-upload.js';
|
|
17
17
|
import '../../hooks/useScreenSize.js';
|
|
18
18
|
import 'react-hook-form';
|
|
19
|
-
import '../../Alert
|
|
19
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
20
20
|
import '../Alert/consts.js';
|
|
21
21
|
import '../../helperComponents/Loader/Loader.js';
|
|
22
22
|
import 'react-dropzone';
|
|
@@ -6,7 +6,7 @@ import 'classnames';
|
|
|
6
6
|
import '../../utils/helpers.js';
|
|
7
7
|
import 'dayjs';
|
|
8
8
|
import '../../components/Image/Image.js';
|
|
9
|
-
import '../../Alert
|
|
9
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
10
10
|
import '../../components/Alert/consts.js';
|
|
11
11
|
import '@babel/runtime/helpers/defineProperty';
|
|
12
12
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
@@ -9,7 +9,7 @@ import '../../hooks/useScreenSize.js';
|
|
|
9
9
|
import '@babel/runtime/helpers/slicedToArray';
|
|
10
10
|
import 'react-hook-form';
|
|
11
11
|
import '@babel/runtime/helpers/defineProperty';
|
|
12
|
-
import { C as Checkbox } from '../../Alert
|
|
12
|
+
import { C as Checkbox } from '../../Alert-Ocpfzvmz.js';
|
|
13
13
|
import { IconCheckmark } from '../../components/SVGIcons/IconCheckmark.js';
|
|
14
14
|
import '../../components/FileUpload/FileUpload.js';
|
|
15
15
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
@@ -7,7 +7,7 @@ import '@babel/runtime/helpers/slicedToArray';
|
|
|
7
7
|
import '../../components/FileUpload/FileUpload.js';
|
|
8
8
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
9
9
|
import '../../components/FileUpload/types.js';
|
|
10
|
-
import '../../Alert
|
|
10
|
+
import '../../Alert-Ocpfzvmz.js';
|
|
11
11
|
import '../../components/Alert/consts.js';
|
|
12
12
|
import '../../components/Text/Text.js';
|
|
13
13
|
import '../../utils/helpers.js';
|
|
@@ -16,7 +16,7 @@ import '@babel/runtime/helpers/slicedToArray';
|
|
|
16
16
|
import '../components/FileUpload/FileUpload.js';
|
|
17
17
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
18
18
|
import '../components/FileUpload/types.js';
|
|
19
|
-
import '../Alert
|
|
19
|
+
import '../Alert-Ocpfzvmz.js';
|
|
20
20
|
import '../components/Alert/consts.js';
|
|
21
21
|
import '@babel/runtime/helpers/defineProperty';
|
|
22
22
|
import '../consts/index.js';
|
|
@@ -10,7 +10,7 @@ import '../components/Text/Text.js';
|
|
|
10
10
|
import 'classnames';
|
|
11
11
|
import '../utils/helpers.js';
|
|
12
12
|
import 'dayjs';
|
|
13
|
-
import '../Alert
|
|
13
|
+
import '../Alert-Ocpfzvmz.js';
|
|
14
14
|
import '../components/Alert/consts.js';
|
|
15
15
|
import '@babel/runtime/helpers/defineProperty';
|
|
16
16
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
package/helpers/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import 'react-toastify';
|
|
|
15
15
|
import '../components/Text/Text.js';
|
|
16
16
|
import 'classnames';
|
|
17
17
|
import '../utils/helpers.js';
|
|
18
|
-
import '../Alert
|
|
18
|
+
import '../Alert-Ocpfzvmz.js';
|
|
19
19
|
import '../components/Alert/consts.js';
|
|
20
20
|
import '@babel/runtime/helpers/defineProperty';
|
|
21
21
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export { A as Alert, B as Button, C as Checkbox, D as DropzoneFileUpload, M as MOBILE_ANIMATION, a as Modal, P as Popover } from './Alert--0rz5XL1.js';
|
|
1
|
+
export { A as Alert, B as Button, C as Checkbox, D as DropzoneFileUpload, M as MOBILE_ANIMATION, a as Modal, P as Popover } from './Alert-Ocpfzvmz.js';
|
|
3
2
|
export { Avatar } from './components/Avatar/Avatar.js';
|
|
4
3
|
export { AvatarGroup } from './components/Avatar/AvatarGroup.js';
|
|
5
4
|
export { Badge } from './components/Badge/Badge.js';
|
|
@@ -383,11 +382,6 @@ export { useFormProps } from './hooks/useFormProps.js';
|
|
|
383
382
|
import './hooks/useScreenSize.js';
|
|
384
383
|
import '@babel/runtime/helpers/slicedToArray';
|
|
385
384
|
export { useFieldArray } from 'react-hook-form';
|
|
386
|
-
import '@babel/runtime/helpers/asyncToGenerator';
|
|
387
|
-
import '@babel/runtime/regenerator';
|
|
388
|
-
import './helpers/locale.js';
|
|
389
|
-
import './type/locale.js';
|
|
390
|
-
import './helpers/storage.js';
|
|
391
385
|
import '@babel/runtime/helpers/extends';
|
|
392
386
|
import './components/Alert/consts.js';
|
|
393
387
|
import 'classnames';
|
|
@@ -400,6 +394,9 @@ import 'react-dropzone';
|
|
|
400
394
|
import './type/file-upload.js';
|
|
401
395
|
import './helpers/format-date.js';
|
|
402
396
|
import 'dayjs/plugin/utc';
|
|
397
|
+
import './helpers/locale.js';
|
|
398
|
+
import './type/locale.js';
|
|
399
|
+
import './helpers/storage.js';
|
|
403
400
|
import 'react-toastify';
|
|
404
401
|
import './hooks/useGetIsMobile.js';
|
|
405
402
|
import 'motion/react';
|
|
@@ -447,6 +444,8 @@ import '@ncdai/react-wheel-picker/style.css';
|
|
|
447
444
|
import './components/DatePicker/TimePicker/TimePickerDesktop.js';
|
|
448
445
|
import 'react-datepicker';
|
|
449
446
|
import './components/DatePicker/hooks.js';
|
|
447
|
+
import '@babel/runtime/helpers/asyncToGenerator';
|
|
448
|
+
import '@babel/runtime/regenerator';
|
|
450
449
|
import 'date-fns/locale/hy';
|
|
451
450
|
import 'date-fns/locale/en-GB';
|
|
452
451
|
import 'date-fns/locale/ru';
|
package/package.json
CHANGED
package/i18n.d.ts
DELETED