hrm_ui_lib 1.4.4-alpha.2 → 1.4.4-alpha.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-3764defd.js +438 -0
- package/Button-c19e595c.js +436 -0
- 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/ButtonIcon/ButtonIcon.js +1 -1
- package/components/ButtonIcon/index.js +1 -1
- package/components/CardBody/CardBody.js +1 -1
- package/components/CardBody/index.js +1 -1
- package/components/CardSelect/CardSelect.js +1 -1
- package/components/CardSelect/CardSelectGroup.js +1 -1
- package/components/CardSelect/components/CardInput.js +1 -1
- package/components/CardSelect/components/index.js +1 -1
- package/components/CardSelect/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/FileUpload.js +1 -1
- package/components/FileUpload/UploadItems.js +1 -1
- package/components/FileUpload/index.js +1 -1
- package/components/FormContainer/FormContainer.js +1 -1
- package/components/FormContainer/index.js +1 -1
- 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/ItemSelect/ItemSelect.js +1 -1
- package/components/ItemSelect/ItemSelectGroup.js +1 -1
- package/components/ItemSelect/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/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/SharedComponents/Actions.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 +1 -1
- 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/Textarea/Textarea.js +1 -1
- package/components/Textarea/index.js +1 -1
- package/helperComponents/OptionItem/OptionItem.js +1 -1
- package/helperComponents/OptionItem/index.js +1 -1
- package/helperComponents/index.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _extends } from '../../../extends-0166c96c.js';
|
|
2
2
|
import { _ as _slicedToArray } from '../../../slicedToArray-5c7da176.js';
|
|
3
3
|
import React, { useCallback } from 'react';
|
|
4
|
-
import { C as Checkbox, B as Button } from '../../../Button-
|
|
4
|
+
import { C as Checkbox, B as Button } from '../../../Button-3764defd.js';
|
|
5
5
|
import '../../../defineProperty-c0de2685.js';
|
|
6
6
|
import '../../../typeof-6c1fecb2.js';
|
|
7
7
|
import '../../../objectWithoutProperties-8770803c.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 '../../Button-
|
|
14
|
+
import { B as Button } from '../../Button-3764defd.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 '../../Button-
|
|
16
|
+
import '../../Button-3764defd.js';
|
|
17
17
|
import '../../objectWithoutProperties-8770803c.js';
|
|
18
18
|
import '../../helperComponents/Loader/Loader.js';
|
|
19
19
|
import '../../hooks/useGetIsMobile.js';
|
|
@@ -2,7 +2,7 @@ import { _ as _extends } from '../../extends-0166c96c.js';
|
|
|
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 '../../Button-
|
|
5
|
+
import { B as Button } from '../../Button-3764defd.js';
|
|
6
6
|
import { ICONS_MAPPING, TYPE_MAPPING, DEFAULT_DURATION } from './consts.js';
|
|
7
7
|
import { IconDynamicComponent } from '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
8
8
|
import 'dayjs';
|
|
@@ -6,7 +6,7 @@ import '../Text/Text.js';
|
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../Button-
|
|
9
|
+
import '../../Button-3764defd.js';
|
|
10
10
|
import '../../defineProperty-c0de2685.js';
|
|
11
11
|
import '../../typeof-6c1fecb2.js';
|
|
12
12
|
import '../../objectWithoutProperties-8770803c.js';
|
|
@@ -5,7 +5,7 @@ import 'dayjs';
|
|
|
5
5
|
import '../../consts/index.js';
|
|
6
6
|
import '../../hooks/useScreenSize.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
|
-
import '../../Button-
|
|
8
|
+
import '../../Button-3764defd.js';
|
|
9
9
|
import { IconCheckmark } from '../SVGIcons/IconCheckmark.js';
|
|
10
10
|
import 'react-syntax-highlighter';
|
|
11
11
|
import '../Text/Text.js';
|
|
@@ -9,7 +9,7 @@ import '../../consts/index.js';
|
|
|
9
9
|
import '../../hooks/useScreenSize.js';
|
|
10
10
|
import '../../slicedToArray-5c7da176.js';
|
|
11
11
|
import 'react-hook-form';
|
|
12
|
-
import '../../Button-
|
|
12
|
+
import '../../Button-3764defd.js';
|
|
13
13
|
import '../../extends-0166c96c.js';
|
|
14
14
|
import '../../defineProperty-c0de2685.js';
|
|
15
15
|
import '../../typeof-6c1fecb2.js';
|
|
@@ -10,7 +10,7 @@ import '../../typeof-6c1fecb2.js';
|
|
|
10
10
|
import '../../toConsumableArray-685e6ec9.js';
|
|
11
11
|
import '../../slicedToArray-5c7da176.js';
|
|
12
12
|
import './IndeterminateCheckbox.js';
|
|
13
|
-
import '../../Button-
|
|
13
|
+
import '../../Button-3764defd.js';
|
|
14
14
|
import '../../objectWithoutProperties-8770803c.js';
|
|
15
15
|
import 'dayjs';
|
|
16
16
|
import '../../helperComponents/Loader/Loader.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { forwardRef, useRef, useEffect } from 'react';
|
|
2
|
-
import { C as Checkbox } from '../../Button-
|
|
2
|
+
import { C as Checkbox } from '../../Button-3764defd.js';
|
|
3
3
|
import '../../extends-0166c96c.js';
|
|
4
4
|
import '../../defineProperty-c0de2685.js';
|
|
5
5
|
import '../../typeof-6c1fecb2.js';
|
package/components/Table/Row.js
CHANGED
|
@@ -5,7 +5,7 @@ import { CHECKBOX_HEADER_ID, CHECKBOX_DEFAULT_WIDTH } from './utils.js';
|
|
|
5
5
|
import '../../toConsumableArray-685e6ec9.js';
|
|
6
6
|
import '../../slicedToArray-5c7da176.js';
|
|
7
7
|
import './IndeterminateCheckbox.js';
|
|
8
|
-
import '../../Button-
|
|
8
|
+
import '../../Button-3764defd.js';
|
|
9
9
|
import '../../defineProperty-c0de2685.js';
|
|
10
10
|
import '../../typeof-6c1fecb2.js';
|
|
11
11
|
import '../../objectWithoutProperties-8770803c.js';
|
|
@@ -9,7 +9,7 @@ import { Header } from './Header.js';
|
|
|
9
9
|
import classNames from 'classnames';
|
|
10
10
|
import { useDispatchEventOnScroll } from '../../hooks/useDispatchEventOnScroll.js';
|
|
11
11
|
import './IndeterminateCheckbox.js';
|
|
12
|
-
import '../../Button-
|
|
12
|
+
import '../../Button-3764defd.js';
|
|
13
13
|
import '../../defineProperty-c0de2685.js';
|
|
14
14
|
import '../../typeof-6c1fecb2.js';
|
|
15
15
|
import '../../objectWithoutProperties-8770803c.js';
|
|
@@ -6,7 +6,7 @@ import 'react';
|
|
|
6
6
|
import 'react-table';
|
|
7
7
|
import './utils.js';
|
|
8
8
|
import './IndeterminateCheckbox.js';
|
|
9
|
-
import '../../Button-
|
|
9
|
+
import '../../Button-3764defd.js';
|
|
10
10
|
import '../../defineProperty-c0de2685.js';
|
|
11
11
|
import '../../typeof-6c1fecb2.js';
|
|
12
12
|
import '../../objectWithoutProperties-8770803c.js';
|
|
@@ -2,7 +2,7 @@ import { _ as _toConsumableArray } from '../../toConsumableArray-685e6ec9.js';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { IndeterminateCheckbox } from './IndeterminateCheckbox.js';
|
|
4
4
|
import '../../slicedToArray-5c7da176.js';
|
|
5
|
-
import '../../Button-
|
|
5
|
+
import '../../Button-3764defd.js';
|
|
6
6
|
import '../../extends-0166c96c.js';
|
|
7
7
|
import '../../defineProperty-c0de2685.js';
|
|
8
8
|
import '../../typeof-6c1fecb2.js';
|
|
@@ -9,7 +9,7 @@ import '../../consts/index.js';
|
|
|
9
9
|
import 'dayjs';
|
|
10
10
|
import '../../hooks/useScreenSize.js';
|
|
11
11
|
import 'react-hook-form';
|
|
12
|
-
import '../../Button-
|
|
12
|
+
import '../../Button-3764defd.js';
|
|
13
13
|
import 'react-syntax-highlighter';
|
|
14
14
|
import { IconCheckmarkCircleFilled } from '../SVGIcons/IconCheckmarkCircleFilled.js';
|
|
15
15
|
import '../../utils/helpers.js';
|
|
@@ -14,7 +14,7 @@ import '../../consts/index.js';
|
|
|
14
14
|
import '../../hooks/useScreenSize.js';
|
|
15
15
|
import '../../slicedToArray-5c7da176.js';
|
|
16
16
|
import 'react-hook-form';
|
|
17
|
-
import '../../Button-
|
|
17
|
+
import '../../Button-3764defd.js';
|
|
18
18
|
import '../../defineProperty-c0de2685.js';
|
|
19
19
|
import '../../typeof-6c1fecb2.js';
|
|
20
20
|
import '../../helperComponents/Loader/Loader.js';
|
|
@@ -7,7 +7,7 @@ import '../../consts/index.js';
|
|
|
7
7
|
import 'dayjs';
|
|
8
8
|
import '../../hooks/useScreenSize.js';
|
|
9
9
|
import 'react-hook-form';
|
|
10
|
-
import { C as Checkbox } from '../../Button-
|
|
10
|
+
import { C as Checkbox } from '../../Button-3764defd.js';
|
|
11
11
|
import { IconCheckmark } from '../../components/SVGIcons/IconCheckmark.js';
|
|
12
12
|
import '../../slicedToArray-5c7da176.js';
|
|
13
13
|
import '../../components/FileUpload/FileUpload.js';
|
|
@@ -7,7 +7,7 @@ import '../../slicedToArray-5c7da176.js';
|
|
|
7
7
|
import '../../components/FileUpload/FileUpload.js';
|
|
8
8
|
import '../../toConsumableArray-685e6ec9.js';
|
|
9
9
|
import '../../components/FileUpload/types.js';
|
|
10
|
-
import '../../Button-
|
|
10
|
+
import '../../Button-3764defd.js';
|
|
11
11
|
import '../../defineProperty-c0de2685.js';
|
|
12
12
|
import '../../typeof-6c1fecb2.js';
|
|
13
13
|
import '../../objectWithoutProperties-8770803c.js';
|
|
@@ -16,7 +16,7 @@ import '../slicedToArray-5c7da176.js';
|
|
|
16
16
|
import '../components/FileUpload/FileUpload.js';
|
|
17
17
|
import '../toConsumableArray-685e6ec9.js';
|
|
18
18
|
import '../components/FileUpload/types.js';
|
|
19
|
-
import '../Button-
|
|
19
|
+
import '../Button-3764defd.js';
|
|
20
20
|
import '../defineProperty-c0de2685.js';
|
|
21
21
|
import '../typeof-6c1fecb2.js';
|
|
22
22
|
import '../objectWithoutProperties-8770803c.js';
|
package/index.js
CHANGED
|
@@ -3,7 +3,7 @@ export { Avatar } from './components/Avatar/Avatar.js';
|
|
|
3
3
|
export { AvatarGroup } from './components/Avatar/AvatarGroup.js';
|
|
4
4
|
export { Badge } from './components/Badge/Badge.js';
|
|
5
5
|
export { Breadcrumb } from './components/Breadcrumb/Breadcrumb.js';
|
|
6
|
-
export { B as Button, a as ButtonIcon, C as Checkbox, b as MOBILE_ANIMATION, M as Modal, P as Popover } from './Button-
|
|
6
|
+
export { B as Button, a as ButtonIcon, C as Checkbox, b as MOBILE_ANIMATION, M as Modal, P as Popover } from './Button-3764defd.js';
|
|
7
7
|
export { CardBody } from './components/CardBody/CardBody.js';
|
|
8
8
|
export { CardSelect } from './components/CardSelect/CardSelect.js';
|
|
9
9
|
export { CardSelectGroup } from './components/CardSelect/CardSelectGroup.js';
|