ab-ui-library 1.47.0 → 1.48.1
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/AdvancedTable/AdvancedPagination.js +1 -1
- package/components/AdvancedTable/ColumnSettings.js +1 -1
- package/components/AdvancedTable/IndeterminateCheckbox.js +1 -1
- package/components/AdvancedTable/Table.js +1 -1
- package/components/AdvancedTable/hooks/useTableControl.js +1 -1
- package/components/AdvancedTable/index.js +1 -1
- 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.js +1 -1
- package/components/DatePicker/SimpleDatePicker.js +1 -1
- package/components/DatePicker/TimePicker.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/InputPassword.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/index.js +1 -1
- package/components/More/More.js +1 -1
- package/components/More/index.js +1 -1
- package/components/MultiTextareaWithChips/MultiTextareaWithChips.js +1 -1
- package/components/MultiTextareaWithChips/index.js +1 -1
- package/components/OneTimePassword/OneTimePassword.js +1 -1
- package/components/OneTimePassword/index.js +1 -1
- package/components/Radio/Radio.js +2 -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/MultiSelectTree/MultiSelectTree.js +1 -1
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +1 -1
- package/components/Select/MultiSelect/OptionsWrapper.js +1 -1
- package/components/Select/MultiSelect/RadioSelectGrouped/RadioSelectGrouped.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/SideNavigation/NavigationItem/index.js +1 -1
- package/components/SideNavigation/SideNavigation.js +1 -1
- package/components/SideNavigation/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/Tab/Tab.js +2 -1
- package/components/Tab/TabItem.js +3 -1
- package/components/Tab/types.d.ts +2 -0
- 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
- /package/{RadioGroup-c167823d.js → RadioGroup-fbd0935e.js} +0 -0
|
@@ -17,7 +17,7 @@ import '../../utils/helpers.js';
|
|
|
17
17
|
import 'dayjs';
|
|
18
18
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
19
19
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
20
|
-
import '../../RadioGroup-
|
|
20
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
21
21
|
import '../Radio/Radio.js';
|
|
22
22
|
import '../Popover/Popover.js';
|
|
23
23
|
import '../../hooks/useGetTooltipStyles.js';
|
|
@@ -48,7 +48,8 @@ var Radio = /*#__PURE__*/forwardRef(function (props) {
|
|
|
48
48
|
className: "controller__right"
|
|
49
49
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
50
50
|
type: disabled ? 'disabled' : 'primary',
|
|
51
|
-
className: "controller__label"
|
|
51
|
+
className: "controller__label",
|
|
52
|
+
dataId: dataId
|
|
52
53
|
}, label), helperText ? /*#__PURE__*/React.createElement(Text, {
|
|
53
54
|
size: "small",
|
|
54
55
|
type: disabled ? 'disabled' : 'secondary'
|
|
@@ -3,7 +3,7 @@ import './Radio.js';
|
|
|
3
3
|
import '../../helperComponents/Label/Label.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import 'dayjs';
|
|
6
|
-
export { R as RadioGroup } from '../../RadioGroup-
|
|
6
|
+
export { R as RadioGroup } from '../../RadioGroup-fbd0935e.js';
|
|
7
7
|
import '../../hooks/useScreenSize.js';
|
|
8
8
|
import 'react-hook-form';
|
|
9
9
|
import 'react-syntax-highlighter';
|
|
@@ -8,7 +8,7 @@ import { useGetElemSizes } from '../../../hooks/useGetElemSizes.js';
|
|
|
8
8
|
import { useOnOutsideClick } from '../../../hooks/useOnOutsideClick.js';
|
|
9
9
|
import '../../../hooks/useScreenSize.js';
|
|
10
10
|
import 'react-hook-form';
|
|
11
|
-
import '../../../RadioGroup-
|
|
11
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
12
12
|
import 'react-dom';
|
|
13
13
|
import 'framer-motion';
|
|
14
14
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -4,7 +4,7 @@ import 'dayjs';
|
|
|
4
4
|
import { OptionItem } from '../../../helperComponents/OptionItem/OptionItem.js';
|
|
5
5
|
import 'react-syntax-highlighter';
|
|
6
6
|
import '../../../extends-28209c15.js';
|
|
7
|
-
import '../../../RadioGroup-
|
|
7
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
8
8
|
import '../../Radio/Radio.js';
|
|
9
9
|
import '../../Text/Text.js';
|
|
10
10
|
import '../../../utils/helpers.js';
|
|
@@ -5,7 +5,7 @@ import { FilterDropdownContent } from './FilterDropdown.js';
|
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import 'dayjs';
|
|
7
7
|
import '../../../helperComponents/OptionItem/OptionItem.js';
|
|
8
|
-
import '../../../RadioGroup-
|
|
8
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
9
9
|
import '../../Radio/Radio.js';
|
|
10
10
|
import '../../Text/Text.js';
|
|
11
11
|
import '../../../utils/helpers.js';
|
|
@@ -13,7 +13,7 @@ import { FilterDropdownContent } from './FilterDropdown.js';
|
|
|
13
13
|
import { FilterGroupDropdownContent } from './FilterGroupDropdown.js';
|
|
14
14
|
import { Footer } from '../SharedComponents/Footer.js';
|
|
15
15
|
import 'classnames';
|
|
16
|
-
import '../../../RadioGroup-
|
|
16
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
17
17
|
import '../../Radio/Radio.js';
|
|
18
18
|
import 'react-syntax-highlighter';
|
|
19
19
|
import 'framer-motion';
|
|
@@ -10,7 +10,7 @@ import 'react-hook-form';
|
|
|
10
10
|
import 'classnames';
|
|
11
11
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
12
12
|
import 'react-syntax-highlighter';
|
|
13
|
-
import '../../../../RadioGroup-
|
|
13
|
+
import '../../../../RadioGroup-fbd0935e.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import 'framer-motion';
|
|
16
16
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -7,7 +7,7 @@ import { OptionsWrapper } from './OptionsWrapper.js';
|
|
|
7
7
|
import { Footer } from '../SharedComponents/Footer.js';
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import 'dayjs';
|
|
10
|
-
import '../../../RadioGroup-
|
|
10
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
11
11
|
import { useOnOutsideClick } from '../../../hooks/useOnOutsideClick.js';
|
|
12
12
|
import '../../../hooks/useScreenSize.js';
|
|
13
13
|
import 'react-hook-form';
|
|
@@ -12,7 +12,7 @@ import 'react-hook-form';
|
|
|
12
12
|
import 'classnames';
|
|
13
13
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
14
14
|
import 'react-syntax-highlighter';
|
|
15
|
-
import '../../../../RadioGroup-
|
|
15
|
+
import '../../../../RadioGroup-fbd0935e.js';
|
|
16
16
|
import 'react-dom';
|
|
17
17
|
import 'framer-motion';
|
|
18
18
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -8,7 +8,7 @@ import { Empty } from '../../../Empty/Empty.js';
|
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
10
10
|
import 'react-syntax-highlighter';
|
|
11
|
-
import { C as Checkbox } from '../../../../RadioGroup-
|
|
11
|
+
import { C as Checkbox } from '../../../../RadioGroup-fbd0935e.js';
|
|
12
12
|
import 'react-dom';
|
|
13
13
|
import 'dayjs';
|
|
14
14
|
import '../../../../hooks/useScreenSize.js';
|
|
@@ -12,7 +12,7 @@ import 'react-hook-form';
|
|
|
12
12
|
import 'classnames';
|
|
13
13
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
14
14
|
import 'react-syntax-highlighter';
|
|
15
|
-
import '../../../../RadioGroup-
|
|
15
|
+
import '../../../../RadioGroup-fbd0935e.js';
|
|
16
16
|
import 'react-dom';
|
|
17
17
|
import 'framer-motion';
|
|
18
18
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -5,7 +5,7 @@ import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-
|
|
|
5
5
|
import React, { useRef, useCallback, useMemo } from 'react';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import { getStringWidth } from '../../../utils/helpers.js';
|
|
8
|
-
import '../../../RadioGroup-
|
|
8
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
9
9
|
import { useGetElemSizes } from '../../../hooks/useGetElemSizes.js';
|
|
10
10
|
import '../../../hooks/useScreenSize.js';
|
|
11
11
|
import { useGetHasBottomSpace, useGetHasTopSpace } from '../../../hooks/useGetHasBottomSpace.js';
|
|
@@ -17,7 +17,7 @@ import '../../../Image/Image.js';
|
|
|
17
17
|
import '../../../Button/Button.js';
|
|
18
18
|
import '../../../../objectWithoutProperties-5d5a22db.js';
|
|
19
19
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
20
|
-
import '../../../../RadioGroup-
|
|
20
|
+
import '../../../../RadioGroup-fbd0935e.js';
|
|
21
21
|
import '../../../Radio/Radio.js';
|
|
22
22
|
import '../../../../helperComponents/Label/Label.js';
|
|
23
23
|
import '../../../Popover/Popover.js';
|
|
@@ -26,7 +26,7 @@ import '../../Text/Text.js';
|
|
|
26
26
|
import '../../../utils/helpers.js';
|
|
27
27
|
import '../../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
28
28
|
import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
29
|
-
import '../../../RadioGroup-
|
|
29
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
30
30
|
import '../../Radio/Radio.js';
|
|
31
31
|
import '../../Popover/Popover.js';
|
|
32
32
|
import '../../../hooks/useGetTooltipStyles.js';
|
|
@@ -16,7 +16,7 @@ import '../../Input/InputPassword.js';
|
|
|
16
16
|
import { Text } from '../../Text/Text.js';
|
|
17
17
|
import { OptionItem } from '../../../helperComponents/OptionItem/OptionItem.js';
|
|
18
18
|
import 'react-syntax-highlighter';
|
|
19
|
-
import '../../../RadioGroup-
|
|
19
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
20
20
|
import 'react-dom';
|
|
21
21
|
import 'framer-motion';
|
|
22
22
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
@@ -10,7 +10,7 @@ import 'classnames';
|
|
|
10
10
|
import 'framer-motion';
|
|
11
11
|
import { Text } from '../../Text/Text.js';
|
|
12
12
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
13
|
-
import '../../../RadioGroup-
|
|
13
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
14
14
|
import '../../Radio/Radio.js';
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
16
|
import { IconMore } from '../../SVGIcons/IconMore.js';
|
|
@@ -21,7 +21,7 @@ import '../../../helperComponents/Label/Label.js';
|
|
|
21
21
|
import '../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
22
22
|
import '../../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
23
23
|
import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
24
|
-
import '../../../RadioGroup-
|
|
24
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
25
25
|
import '../../Radio/Radio.js';
|
|
26
26
|
import '../../Popover/Popover.js';
|
|
27
27
|
import '../../../hooks/useGetTooltipStyles.js';
|
|
@@ -2,7 +2,7 @@ import { _ as _extends } from '../../../extends-28209c15.js';
|
|
|
2
2
|
import { _ as _slicedToArray } from '../../../slicedToArray-9daed167.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { Button } from '../../Button/Button.js';
|
|
5
|
-
import { C as Checkbox } from '../../../RadioGroup-
|
|
5
|
+
import { C as Checkbox } from '../../../RadioGroup-fbd0935e.js';
|
|
6
6
|
import '../../../defineProperty-e079c33b.js';
|
|
7
7
|
import '../../../typeof-763fb53d.js';
|
|
8
8
|
import '../../../objectWithoutProperties-5d5a22db.js';
|
|
@@ -24,7 +24,7 @@ import '../../../Text/Text.js';
|
|
|
24
24
|
import 'dayjs';
|
|
25
25
|
import '../../../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
26
26
|
import '../../../../helperComponents/IconDynamicComponent/constants.js';
|
|
27
|
-
import '../../../../RadioGroup-
|
|
27
|
+
import '../../../../RadioGroup-fbd0935e.js';
|
|
28
28
|
import '../../../Radio/Radio.js';
|
|
29
29
|
import '../../../Popover/Popover.js';
|
|
30
30
|
import '../../../../slicedToArray-9daed167.js';
|
|
@@ -14,7 +14,7 @@ import '../../../objectWithoutProperties-5d5a22db.js';
|
|
|
14
14
|
import 'classnames';
|
|
15
15
|
import 'dayjs';
|
|
16
16
|
import '../../../helperComponents/Loader/Loader.js';
|
|
17
|
-
import '../../../RadioGroup-
|
|
17
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
18
18
|
import '../../Radio/Radio.js';
|
|
19
19
|
import '../../Text/Text.js';
|
|
20
20
|
import '../../../utils/helpers.js';
|
|
@@ -28,7 +28,7 @@ import '../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
|
28
28
|
import '../Text/Text.js';
|
|
29
29
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
30
30
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
31
|
-
import '../../RadioGroup-
|
|
31
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
32
32
|
import '../Radio/Radio.js';
|
|
33
33
|
import '../Popover/Popover.js';
|
|
34
34
|
import '../../hooks/useGetTooltipStyles.js';
|
|
@@ -12,7 +12,7 @@ import '../../../extends-28209c15.js';
|
|
|
12
12
|
import '../../../objectWithoutProperties-5d5a22db.js';
|
|
13
13
|
import 'dayjs';
|
|
14
14
|
import '../../../helperComponents/Loader/Loader.js';
|
|
15
|
-
import '../../../RadioGroup-
|
|
15
|
+
import '../../../RadioGroup-fbd0935e.js';
|
|
16
16
|
import '../../Radio/Radio.js';
|
|
17
17
|
import '../../Text/Text.js';
|
|
18
18
|
import '../../../utils/helpers.js';
|
|
@@ -11,7 +11,7 @@ import '../../extends-28209c15.js';
|
|
|
11
11
|
import '../../objectWithoutProperties-5d5a22db.js';
|
|
12
12
|
import 'dayjs';
|
|
13
13
|
import '../../helperComponents/Loader/Loader.js';
|
|
14
|
-
import '../../RadioGroup-
|
|
14
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
15
15
|
import '../Radio/Radio.js';
|
|
16
16
|
import '../Text/Text.js';
|
|
17
17
|
import '../../helperComponents/Label/Label.js';
|
|
@@ -7,7 +7,7 @@ import '../../extends-28209c15.js';
|
|
|
7
7
|
import '../../objectWithoutProperties-5d5a22db.js';
|
|
8
8
|
import 'dayjs';
|
|
9
9
|
import '../../helperComponents/Loader/Loader.js';
|
|
10
|
-
import '../../RadioGroup-
|
|
10
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
11
11
|
import '../Radio/Radio.js';
|
|
12
12
|
import '../Text/Text.js';
|
|
13
13
|
import '../../utils/helpers.js';
|
|
@@ -2,7 +2,7 @@ import { _ as _extends } from '../../../extends-28209c15.js';
|
|
|
2
2
|
import { _ as _slicedToArray } from '../../../slicedToArray-9daed167.js';
|
|
3
3
|
import React, { useCallback } from 'react';
|
|
4
4
|
import { Button } from '../../Button/Button.js';
|
|
5
|
-
import { C as Checkbox } from '../../../RadioGroup-
|
|
5
|
+
import { C as Checkbox } from '../../../RadioGroup-fbd0935e.js';
|
|
6
6
|
import '../../../defineProperty-e079c33b.js';
|
|
7
7
|
import '../../../typeof-763fb53d.js';
|
|
8
8
|
import '../../../objectWithoutProperties-5d5a22db.js';
|
|
@@ -22,7 +22,7 @@ import '../../consts/index.js';
|
|
|
22
22
|
import '../Button/Button.js';
|
|
23
23
|
import '../../objectWithoutProperties-5d5a22db.js';
|
|
24
24
|
import '../../helperComponents/Loader/Loader.js';
|
|
25
|
-
import '../../RadioGroup-
|
|
25
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
26
26
|
import '../Radio/Radio.js';
|
|
27
27
|
import '../Text/Text.js';
|
|
28
28
|
import '../../helperComponents/Label/Label.js';
|
|
@@ -18,7 +18,7 @@ import './Footer/Footer.js';
|
|
|
18
18
|
import '../Button/Button.js';
|
|
19
19
|
import '../../objectWithoutProperties-5d5a22db.js';
|
|
20
20
|
import '../../helperComponents/Loader/Loader.js';
|
|
21
|
-
import '../../RadioGroup-
|
|
21
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
22
22
|
import '../Radio/Radio.js';
|
|
23
23
|
import '../Text/Text.js';
|
|
24
24
|
import '../../helperComponents/Label/Label.js';
|
|
@@ -6,7 +6,7 @@ import { Button } from '../Button/Button.js';
|
|
|
6
6
|
import { ICONS_MAPPING, TYPE_MAPPING, DEFAULT_DURATION } from './consts.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import { IconDynamicComponent } from '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
9
|
-
import '../../RadioGroup-
|
|
9
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
10
10
|
import 'dayjs';
|
|
11
11
|
import '../../hooks/useScreenSize.js';
|
|
12
12
|
import 'react-hook-form';
|
|
@@ -11,7 +11,7 @@ import '../../defineProperty-e079c33b.js';
|
|
|
11
11
|
import '../../typeof-763fb53d.js';
|
|
12
12
|
import '../../objectWithoutProperties-5d5a22db.js';
|
|
13
13
|
import '../../helperComponents/Loader/Loader.js';
|
|
14
|
-
import '../../RadioGroup-
|
|
14
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
15
15
|
import '../Radio/Radio.js';
|
|
16
16
|
import '../../helperComponents/Label/Label.js';
|
|
17
17
|
import '../Popover/Popover.js';
|
|
@@ -2,7 +2,7 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import classNames from 'classnames';
|
|
3
3
|
import { Label } from '../../helperComponents/Label/Label.js';
|
|
4
4
|
import 'dayjs';
|
|
5
|
-
import '../../RadioGroup-
|
|
5
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
6
6
|
import '../../hooks/useScreenSize.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
import { IconCheckmark } from '../SVGIcons/IconCheckmark.js';
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../helperComponents/Label/Label.js';
|
|
5
5
|
import 'dayjs';
|
|
6
|
-
import '../../RadioGroup-
|
|
6
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
7
7
|
import '../Radio/Radio.js';
|
|
8
8
|
import '../Text/Text.js';
|
|
9
9
|
import '../../utils/helpers.js';
|
package/components/Tab/Tab.js
CHANGED
|
@@ -42,7 +42,8 @@ var Tab = function Tab(props) {
|
|
|
42
42
|
dataId: (tabInfo === null || tabInfo === void 0 ? void 0 : tabInfo.dataId) || '',
|
|
43
43
|
disabled: tabInfo.disabled,
|
|
44
44
|
iconProps: tabInfo.iconProps,
|
|
45
|
-
rightIconProps: tabInfo.rightIconProps
|
|
45
|
+
rightIconProps: tabInfo.rightIconProps,
|
|
46
|
+
title: tabInfo.title
|
|
46
47
|
}, rest));
|
|
47
48
|
}));
|
|
48
49
|
};
|
|
@@ -22,8 +22,10 @@ var TabItem = function TabItem(props) {
|
|
|
22
22
|
rightIconProps = props.rightIconProps,
|
|
23
23
|
val = props.val,
|
|
24
24
|
onClick = props.onClick,
|
|
25
|
-
dataId = props.dataId
|
|
25
|
+
dataId = props.dataId,
|
|
26
|
+
title = props.title;
|
|
26
27
|
return /*#__PURE__*/React.createElement("div", {
|
|
28
|
+
title: title,
|
|
27
29
|
onClick: disabled ? noop : onClick,
|
|
28
30
|
className: classNames('tab', {
|
|
29
31
|
'tab--disabled': disabled
|
|
@@ -3,6 +3,7 @@ import type { TBadgeProps } from '../Badge/types';
|
|
|
3
3
|
export type TTabItem = {
|
|
4
4
|
value: number | string;
|
|
5
5
|
label: string | JSX.Element;
|
|
6
|
+
title?: string;
|
|
6
7
|
dataId?: string;
|
|
7
8
|
disabled?: boolean;
|
|
8
9
|
badgeProps?: TBadgeProps;
|
|
@@ -33,6 +34,7 @@ export type TTabItemProps = {
|
|
|
33
34
|
label?: string | JSX.Element;
|
|
34
35
|
size?: 'large' | 'medium' | 'small';
|
|
35
36
|
className?: string;
|
|
37
|
+
title?: string;
|
|
36
38
|
iconProps?: {
|
|
37
39
|
name?: string;
|
|
38
40
|
alignment?: string;
|
|
@@ -10,7 +10,7 @@ import '../../typeof-763fb53d.js';
|
|
|
10
10
|
import '../../toConsumableArray-cd15c464.js';
|
|
11
11
|
import '../../slicedToArray-9daed167.js';
|
|
12
12
|
import './IndeterminateCheckbox.js';
|
|
13
|
-
import '../../RadioGroup-
|
|
13
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
14
14
|
import '../Radio/Radio.js';
|
|
15
15
|
import '../../utils/helpers.js';
|
|
16
16
|
import 'dayjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { forwardRef, useRef, useEffect } from 'react';
|
|
2
|
-
import { C as Checkbox } from '../../RadioGroup-
|
|
2
|
+
import { C as Checkbox } from '../../RadioGroup-fbd0935e.js';
|
|
3
3
|
import '../Radio/Radio.js';
|
|
4
4
|
import '../Text/Text.js';
|
|
5
5
|
import 'classnames';
|
package/components/Table/Row.js
CHANGED
|
@@ -5,7 +5,7 @@ import { CHECKBOX_HEADER_ID, CHECKBOX_DEFAULT_WIDTH } from './utils.js';
|
|
|
5
5
|
import '../../toConsumableArray-cd15c464.js';
|
|
6
6
|
import '../../slicedToArray-9daed167.js';
|
|
7
7
|
import './IndeterminateCheckbox.js';
|
|
8
|
-
import '../../RadioGroup-
|
|
8
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
9
9
|
import '../Radio/Radio.js';
|
|
10
10
|
import '../Text/Text.js';
|
|
11
11
|
import '../../utils/helpers.js';
|
|
@@ -10,7 +10,7 @@ import classNames from 'classnames';
|
|
|
10
10
|
import { useDispatchEventOnScroll } from '../../hooks/useDispatchEventOnScroll.js';
|
|
11
11
|
import { Empty } from '../Empty/Empty.js';
|
|
12
12
|
import './IndeterminateCheckbox.js';
|
|
13
|
-
import '../../RadioGroup-
|
|
13
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
14
14
|
import '../Radio/Radio.js';
|
|
15
15
|
import '../Text/Text.js';
|
|
16
16
|
import '../../utils/helpers.js';
|
|
@@ -6,7 +6,7 @@ import 'react';
|
|
|
6
6
|
import 'react-table';
|
|
7
7
|
import './utils.js';
|
|
8
8
|
import './IndeterminateCheckbox.js';
|
|
9
|
-
import '../../RadioGroup-
|
|
9
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
10
10
|
import '../Radio/Radio.js';
|
|
11
11
|
import '../Text/Text.js';
|
|
12
12
|
import 'classnames';
|
|
@@ -2,7 +2,7 @@ import { _ as _toConsumableArray } from '../../toConsumableArray-cd15c464.js';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { IndeterminateCheckbox } from './IndeterminateCheckbox.js';
|
|
4
4
|
import '../../slicedToArray-9daed167.js';
|
|
5
|
-
import '../../RadioGroup-
|
|
5
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
6
6
|
import '../Radio/Radio.js';
|
|
7
7
|
import '../Text/Text.js';
|
|
8
8
|
import 'classnames';
|
|
@@ -3,7 +3,7 @@ import { _ as _objectWithoutProperties } from '../../objectWithoutProperties-5d5
|
|
|
3
3
|
import React, { useMemo } from 'react';
|
|
4
4
|
import { Label } from '../../helperComponents/Label/Label.js';
|
|
5
5
|
import { ErrorMessage } from '../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
6
|
-
import '../../RadioGroup-
|
|
6
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
7
7
|
import classNames from 'classnames';
|
|
8
8
|
import { Text } from '../Text/Text.js';
|
|
9
9
|
import 'dayjs';
|
|
@@ -10,7 +10,7 @@ import '../../utils/helpers.js';
|
|
|
10
10
|
import 'dayjs';
|
|
11
11
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
12
12
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
13
|
-
import '../../RadioGroup-
|
|
13
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
14
14
|
import '../Radio/Radio.js';
|
|
15
15
|
import '../../defineProperty-e079c33b.js';
|
|
16
16
|
import '../../typeof-763fb53d.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _extends } from '../../extends-28209c15.js';
|
|
2
2
|
import React, { useCallback } from 'react';
|
|
3
|
-
import { C as Checkbox } from '../../RadioGroup-
|
|
3
|
+
import { C as Checkbox } from '../../RadioGroup-fbd0935e.js';
|
|
4
4
|
import { Avatar } from '../../components/Avatar/Avatar.js';
|
|
5
5
|
import { Tooltip } from '../../components/Tooltip/Tooltip.js';
|
|
6
6
|
import 'dayjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { OptionItem } from './OptionItem.js';
|
|
2
2
|
import '../../extends-28209c15.js';
|
|
3
3
|
import 'react';
|
|
4
|
-
import '../../RadioGroup-
|
|
4
|
+
import '../../RadioGroup-fbd0935e.js';
|
|
5
5
|
import '../../components/Radio/Radio.js';
|
|
6
6
|
import '../../components/Text/Text.js';
|
|
7
7
|
import 'classnames';
|
|
@@ -11,7 +11,7 @@ import '../utils/helpers.js';
|
|
|
11
11
|
import 'dayjs';
|
|
12
12
|
import './IconDynamicComponent/constants.js';
|
|
13
13
|
import '../extends-28209c15.js';
|
|
14
|
-
import '../RadioGroup-
|
|
14
|
+
import '../RadioGroup-fbd0935e.js';
|
|
15
15
|
import '../components/Radio/Radio.js';
|
|
16
16
|
import '../defineProperty-e079c33b.js';
|
|
17
17
|
import '../typeof-763fb53d.js';
|
package/index.js
CHANGED
|
@@ -12,7 +12,7 @@ export { CardBody } from './components/CardBody/CardBody.js';
|
|
|
12
12
|
export { CardSelect } from './components/CardSelect/CardSelect.js';
|
|
13
13
|
export { CardSelectGroup } from './components/CardSelect/CardSelectGroup.js';
|
|
14
14
|
export { CardItem } from './components/Cards/CardItem.js';
|
|
15
|
-
export { C as Checkbox, R as RadioGroup } from './RadioGroup-
|
|
15
|
+
export { C as Checkbox, R as RadioGroup } from './RadioGroup-fbd0935e.js';
|
|
16
16
|
export { Chips } from './components/Chips/Chips.js';
|
|
17
17
|
export { CollapseItem } from './components/Collapse/CollapseItem/CollapseItem.js';
|
|
18
18
|
export { CollapseGroup } from './components/Collapse/CollapseGroup/CollapseGroup.js';
|
package/package.json
CHANGED
|
File without changes
|