@orfium/ictinus 4.75.0 → 4.76.0
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/dist/components/Avatar/Avatar.d.ts +1 -1
- package/dist/components/Avatar/Avatar.js +9 -22
- package/dist/components/Avatar/Avatar.style.js +3 -18
- package/dist/components/Avatar/AvatarStack/AvatarStack.d.ts +1 -1
- package/dist/components/Avatar/AvatarStack/AvatarStack.js +8 -24
- package/dist/components/Avatar/AvatarStack/AvatarStack.style.js +1 -12
- package/dist/components/Avatar/AvatarStack/index.js +0 -3
- package/dist/components/Avatar/AvatarStack/utils.js +1 -3
- package/dist/components/Avatar/index.js +0 -3
- package/dist/components/Avatar/utils.js +0 -5
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +2 -2
- package/dist/components/Breadcrumb/Breadcrumb.js +5 -17
- package/dist/components/Breadcrumb/Breadcrumb.style.js +1 -9
- package/dist/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.js +2 -9
- package/dist/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.style.js +0 -5
- package/dist/components/Breadcrumb/Separator/Separator.js +1 -10
- package/dist/components/Breadcrumb/Separator/Separator.style.js +0 -4
- package/dist/components/Breadcrumb/index.js +0 -3
- package/dist/components/Button/Button.js +22 -37
- package/dist/components/Button/Button.style.js +3 -9
- package/dist/components/Button/ButtonLoader/ButtonLoader.js +5 -16
- package/dist/components/Button/ButtonLoader/ButtonLoader.style.js +0 -6
- package/dist/components/Button/ButtonLoader/index.js +0 -3
- package/dist/components/Button/index.js +0 -3
- package/dist/components/Button/utils.js +1 -15
- package/dist/components/ButtonBase/ButtonBase.d.ts +4 -4
- package/dist/components/ButtonBase/ButtonBase.js +31 -41
- package/dist/components/ButtonBase/ButtonBase.style.js +10 -28
- package/dist/components/ButtonBase/config.js +1 -1
- package/dist/components/ButtonBase/index.js +0 -3
- package/dist/components/ButtonBase/utils.js +6 -20
- package/dist/components/Card/Card.d.ts +2 -2
- package/dist/components/Card/Card.js +4 -10
- package/dist/components/Card/Card.style.js +3 -10
- package/dist/components/Card/index.js +0 -3
- package/dist/components/Chart/BarChart/BarChart.js +10 -29
- package/dist/components/Chart/BarChart/components/CustomLabel/CustomLabel.js +6 -13
- package/dist/components/Chart/BarChart/components/CustomLabel/index.js +0 -3
- package/dist/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.js +5 -15
- package/dist/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.style.js +1 -12
- package/dist/components/Chart/BarChart/components/CustomTooltip/index.js +0 -3
- package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.js +4 -11
- package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.style.js +1 -10
- package/dist/components/Chart/BarChart/components/CustomTooltipContent/index.js +0 -3
- package/dist/components/Chart/BarChart/index.js +0 -3
- package/dist/components/Chart/BarChart/utils.js +4 -24
- package/dist/components/Chart/DonutChart/DonutChart.js +2 -13
- package/dist/components/Chart/DonutChart/components/CustomLabel/CustomLabel.js +4 -11
- package/dist/components/Chart/DonutChart/components/CustomLabel/CustomLabel.style.js +0 -8
- package/dist/components/Chart/DonutChart/components/CustomLabel/index.js +0 -3
- package/dist/components/Chart/DonutChart/index.js +0 -3
- package/dist/components/Chart/LineChart/LineChart.js +7 -22
- package/dist/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.js +2 -8
- package/dist/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.style.js +1 -10
- package/dist/components/Chart/LineChart/components/CustomTooltip/index.js +0 -3
- package/dist/components/Chart/LineChart/components/GradientLine/GradientLine.js +1 -7
- package/dist/components/Chart/LineChart/components/GradientLine/index.js +0 -3
- package/dist/components/Chart/LineChart/index.js +0 -3
- package/dist/components/Chart/LineChart/story.utils.js +0 -5
- package/dist/components/Chart/LineChart/utils.js +3 -9
- package/dist/components/Chart/Wrapper.js +2 -14
- package/dist/components/CheckBox/CheckBox.js +17 -39
- package/dist/components/CheckBox/CheckBox.style.js +4 -26
- package/dist/components/CheckBox/index.js +0 -3
- package/dist/components/Chip/Chip.js +13 -33
- package/dist/components/Chip/Chip.style.js +5 -15
- package/dist/components/Chip/Chip.types.js +1 -1
- package/dist/components/Chip/components/Badge/Badge.js +3 -10
- package/dist/components/Chip/components/Badge/Badge.style.js +2 -7
- package/dist/components/Chip/components/Badge/index.js +0 -3
- package/dist/components/Chip/index.js +0 -3
- package/dist/components/Chip/utils.js +5 -8
- package/dist/components/DatePicker/DatePickInput/DatePickInput.js +16 -37
- package/dist/components/DatePicker/DatePickInput/DatePickInput.style.js +0 -5
- package/dist/components/DatePicker/DatePickInput/index.js +0 -3
- package/dist/components/DatePicker/DatePicker.js +31 -63
- package/dist/components/DatePicker/DatePicker.style.js +0 -4
- package/dist/components/DatePicker/Day/Day.js +15 -32
- package/dist/components/DatePicker/Day/Day.style.js +11 -23
- package/dist/components/DatePicker/Day/index.js +0 -3
- package/dist/components/DatePicker/Month/Month.js +6 -26
- package/dist/components/DatePicker/Month/Month.style.js +1 -12
- package/dist/components/DatePicker/Month/Month.utils.js +1 -25
- package/dist/components/DatePicker/Month/index.js +0 -3
- package/dist/components/DatePicker/OverlayComponent/OverlayComponent.js +17 -33
- package/dist/components/DatePicker/OverlayComponent/OverlayComponent.style.js +1 -21
- package/dist/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.js +13 -32
- package/dist/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.style.js +2 -20
- package/dist/components/DatePicker/OverlayComponent/index.js +0 -3
- package/dist/components/DatePicker/index.js +0 -4
- package/dist/components/DatePicker/utils.js +0 -7
- package/dist/components/Drawer/Drawer.js +0 -9
- package/dist/components/Drawer/Drawer.style.js +0 -6
- package/dist/components/Drawer/Navigation/MenuItem/MenuItem.js +10 -26
- package/dist/components/Drawer/Navigation/Navigation.js +5 -20
- package/dist/components/Drawer/Navigation/Navigation.style.js +1 -34
- package/dist/components/Drawer/index.js +0 -3
- package/dist/components/ExpandCollapse/ExpandCollapse.js +15 -31
- package/dist/components/ExpandCollapse/ExpandCollapse.style.js +0 -5
- package/dist/components/ExpandCollapse/index.js +0 -3
- package/dist/components/ExpandCollapse/useManageContentRef.js +0 -13
- package/dist/components/ExpandCollapse/utils.js +2 -4
- package/dist/components/Filter/Filter.js +54 -90
- package/dist/components/Filter/Filter.style.js +15 -46
- package/dist/components/Filter/components/FilterBase/FilterBase.js +18 -36
- package/dist/components/Filter/components/FilterBase/index.js +0 -3
- package/dist/components/Filter/components/MultiFilter/MultiFilter.js +9 -23
- package/dist/components/Filter/components/MultiFilter/MultiFilter.style.js +1 -11
- package/dist/components/Filter/components/MultiFilter/index.js +0 -3
- package/dist/components/Filter/components/Options/Options.js +7 -16
- package/dist/components/Filter/components/Options/Options.style.js +0 -6
- package/dist/components/Filter/components/SingleFilter/SingleFilter.js +10 -19
- package/dist/components/Filter/components/SingleFilter/components/SearchInput/SearchInput.js +3 -16
- package/dist/components/Filter/components/SingleFilter/components/SearchInput/SearchInput.style.js +1 -9
- package/dist/components/Filter/components/SingleFilter/components/SearchInput/index.js +0 -3
- package/dist/components/Filter/components/SingleFilter/index.js +0 -3
- package/dist/components/Filter/hooks/useMultiFilterUtils.js +14 -32
- package/dist/components/Filter/index.js +0 -3
- package/dist/components/Filter/utils.d.ts +1 -1
- package/dist/components/Filter/utils.js +17 -39
- package/dist/components/Icon/Icon.js +8 -16
- package/dist/components/Icon/Icon.style.js +3 -9
- package/dist/components/Icon/assets/iconSelector.js +0 -347
- package/dist/components/Icon/index.js +0 -4
- package/dist/components/IconButton/IconButton.js +10 -24
- package/dist/components/IconButton/IconButton.style.js +0 -3
- package/dist/components/IconButton/index.js +0 -3
- package/dist/components/Label/Label.js +9 -17
- package/dist/components/Label/Label.style.js +1 -8
- package/dist/components/Label/index.js +0 -3
- package/dist/components/List/List.js +11 -24
- package/dist/components/List/List.style.js +4 -16
- package/dist/components/List/ListItem/ListItem.js +14 -23
- package/dist/components/List/ListItem/ListItem.style.js +5 -14
- package/dist/components/List/ListItem/index.js +0 -3
- package/dist/components/List/ListItemGroup/ListGroupTitle/ListGroupTitle.js +4 -11
- package/dist/components/List/ListItemGroup/ListGroupTitle/ListGroupTitle.style.js +2 -11
- package/dist/components/List/ListItemGroup/ListGroupTitle/index.js +0 -3
- package/dist/components/List/ListItemGroup/ListItemGroup.js +6 -17
- package/dist/components/List/ListItemGroup/index.js +0 -3
- package/dist/components/List/NormalList/NormalList.js +9 -20
- package/dist/components/List/NormalList/index.js +0 -3
- package/dist/components/List/VirtualizedList/VirtualizedList.js +12 -34
- package/dist/components/List/VirtualizedList/index.js +0 -3
- package/dist/components/List/index.js +0 -3
- package/dist/components/List/utils.d.ts +1 -1
- package/dist/components/List/utils.js +5 -24
- package/dist/components/Loader/Loader.js +3 -10
- package/dist/components/Loader/Loader.style.js +0 -5
- package/dist/components/Loader/Loader.utils.d.ts +2 -2
- package/dist/components/Loader/Loader.utils.js +1 -12
- package/dist/components/Loader/components/DotsLoader/DotsLoader.js +1 -8
- package/dist/components/Loader/components/DotsLoader/DotsLoader.style.js +1 -14
- package/dist/components/Loader/components/DotsLoader/index.js +0 -3
- package/dist/components/Loader/components/IndeterminateLoader/IndeterminateLoader.js +1 -8
- package/dist/components/Loader/components/IndeterminateLoader/IndeterminateLoader.style.js +1 -19
- package/dist/components/Loader/components/IndeterminateLoader/index.js +0 -3
- package/dist/components/Loader/components/Spinner/Spinner.js +1 -8
- package/dist/components/Loader/components/Spinner/Spinner.style.js +0 -7
- package/dist/components/Loader/components/Spinner/index.js +0 -3
- package/dist/components/Loader/index.js +0 -3
- package/dist/components/Menu/Menu.js +24 -46
- package/dist/components/Menu/Menu.style.js +4 -11
- package/dist/components/Menu/index.js +0 -3
- package/dist/components/Modal/Modal.d.ts +2 -3
- package/dist/components/Modal/Modal.js +11 -26
- package/dist/components/Modal/Modal.style.js +1 -14
- package/dist/components/Modal/ModalContent/ModalContent.js +7 -17
- package/dist/components/Modal/ModalContent/ModalContent.style.js +1 -18
- package/dist/components/Modal/ModalContent/index.js +0 -3
- package/dist/components/Modal/index.js +0 -3
- package/dist/components/MultiTextFieldBase/MultiTextFieldBase.js +42 -67
- package/dist/components/MultiTextFieldBase/MultiTextFieldBase.style.js +7 -34
- package/dist/components/MultiTextFieldBase/hooks.js +9 -30
- package/dist/components/MultiTextFieldBase/index.js +0 -3
- package/dist/components/Notification/Banner/Banner.js +12 -20
- package/dist/components/Notification/Banner/index.js +0 -3
- package/dist/components/Notification/InlineNotification/InlineNotification.js +11 -19
- package/dist/components/Notification/InlineNotification/index.js +0 -3
- package/dist/components/Notification/Notification.style.js +3 -22
- package/dist/components/Notification/NotificationVisual/NotificationVisual.js +8 -19
- package/dist/components/Notification/NotificationVisual/NotificationVisual.style.js +1 -9
- package/dist/components/Notification/NotificationVisual/index.js +0 -3
- package/dist/components/Notification/NotificationsContainer/NotificationsContainer.js +3 -12
- package/dist/components/Notification/NotificationsContainer/NotificationsContainer.style.js +0 -8
- package/dist/components/Notification/NotificationsContainer/index.js +0 -3
- package/dist/components/Notification/Snackbar/Snackbar.js +13 -29
- package/dist/components/Notification/Snackbar/Snackbar.style.js +1 -18
- package/dist/components/Notification/Snackbar/index.js +0 -3
- package/dist/components/Notification/subcomponents/CompactNotification/CompactNotification.js +14 -32
- package/dist/components/Notification/subcomponents/CompactNotification/CompactNotification.style.js +1 -23
- package/dist/components/Notification/subcomponents/CompactNotification/index.js +0 -3
- package/dist/components/Notification/subcomponents/NotificationActionsArea/NotificationActionsArea.js +5 -13
- package/dist/components/Notification/subcomponents/NotificationActionsArea/index.js +0 -3
- package/dist/components/Overlay/Overlay.d.ts +1 -1
- package/dist/components/Overlay/Overlay.js +7 -18
- package/dist/components/Overlay/Overlay.style.js +3 -33
- package/dist/components/Overlay/index.js +0 -3
- package/dist/components/Pagination/Pagination.js +19 -29
- package/dist/components/Pagination/index.js +0 -3
- package/dist/components/Radio/Radio.js +19 -38
- package/dist/components/Radio/Radio.style.js +3 -27
- package/dist/components/Radio/index.js +0 -3
- package/dist/components/RadioGroup/RadioGroup.js +7 -22
- package/dist/components/RadioGroup/RadioGroupContext.js +0 -4
- package/dist/components/RadioGroup/index.js +0 -3
- package/dist/components/RadioGroup/useRadioGroup.js +0 -6
- package/dist/components/SearchField/SearchField.js +12 -31
- package/dist/components/SearchField/SearchFieldShowcase.js +4 -15
- package/dist/components/SearchField/index.js +0 -3
- package/dist/components/Select/Select.js +63 -124
- package/dist/components/Select/Select.style.js +1 -10
- package/dist/components/Select/components/SelectMenu/SelectMenu.js +7 -23
- package/dist/components/Select/components/SelectMenu/SelectMenu.style.js +5 -15
- package/dist/components/Select/components/SelectMenu/index.js +0 -3
- package/dist/components/Select/hooks/useMultiselectUtils.js +18 -39
- package/dist/components/Select/index.js +0 -3
- package/dist/components/Slider/Slider.js +12 -42
- package/dist/components/Slider/Slider.style.js +4 -9
- package/dist/components/Slider/components/SliderMark/SliderMark.js +7 -19
- package/dist/components/Slider/components/SliderMark/SliderMark.style.js +3 -7
- package/dist/components/Slider/components/SliderMark/index.js +0 -3
- package/dist/components/Slider/components/SliderThumb/SliderThumb.js +5 -13
- package/dist/components/Slider/components/SliderThumb/SliderThumb.style.js +4 -10
- package/dist/components/Slider/components/SliderThumb/index.js +0 -3
- package/dist/components/Slider/components/SliderTrack/SliderTrack.d.ts +2 -3
- package/dist/components/Slider/components/SliderTrack/SliderTrack.js +8 -20
- package/dist/components/Slider/components/SliderTrack/SliderTrack.style.js +1 -5
- package/dist/components/Slider/components/SliderTrack/index.js +0 -3
- package/dist/components/Slider/index.js +0 -3
- package/dist/components/Switch/Switch.js +8 -20
- package/dist/components/Switch/Switch.style.js +9 -14
- package/dist/components/Switch/index.js +0 -3
- package/dist/components/Table/Table.d.ts +4 -4
- package/dist/components/Table/Table.js +40 -76
- package/dist/components/Table/Table.style.js +1 -14
- package/dist/components/Table/TableRowContext.js +0 -4
- package/dist/components/Table/components/ExtendedColumnItem/ExtendedColumnItem.js +10 -27
- package/dist/components/Table/components/ExtendedColumnItem/ExtendedColumnItem.style.js +0 -9
- package/dist/components/Table/components/ExtendedColumnItem/index.js +0 -3
- package/dist/components/Table/components/RenderRowOrNestedRow/RenderRowOrNestedRow.js +30 -59
- package/dist/components/Table/components/RenderRowOrNestedRow/RenderRowOrNestedRow.style.js +4 -13
- package/dist/components/Table/components/RenderRowOrNestedRow/components/ContentCell/ContentCell.js +12 -22
- package/dist/components/Table/components/RenderRowOrNestedRow/components/ContentCell/ContentCell.style.js +0 -4
- package/dist/components/Table/components/RenderRowOrNestedRow/components/ContentCell/index.js +0 -3
- package/dist/components/Table/components/RenderRowOrNestedRow/components/ExpandedButtonCell/ExpandedButtonCell.js +6 -16
- package/dist/components/Table/components/RenderRowOrNestedRow/components/ExpandedButtonCell/index.js +0 -3
- package/dist/components/Table/components/RenderRowOrNestedRow/index.js +0 -3
- package/dist/components/Table/components/TableCell/TableCell.d.ts +2 -2
- package/dist/components/Table/components/TableCell/TableCell.js +24 -36
- package/dist/components/Table/components/TableCell/TableCell.style.js +0 -8
- package/dist/components/Table/components/TableCell/index.js +0 -3
- package/dist/components/Table/components/TableCell/utils.js +0 -3
- package/dist/components/Table/components/TableRow/TableRow.d.ts +2 -2
- package/dist/components/Table/components/TableRow/TableRow.js +6 -18
- package/dist/components/Table/components/TableRow/index.js +0 -3
- package/dist/components/Table/components/TableRowWrapper/TableRowWrapper.js +14 -24
- package/dist/components/Table/components/TableRowWrapper/index.js +0 -3
- package/dist/components/Table/index.js +0 -3
- package/dist/components/Table/utils/index.js +0 -2
- package/dist/components/Table/utils/utils.js +1 -7
- package/dist/components/TextArea/TextArea.js +10 -27
- package/dist/components/TextArea/TextArea.style.js +0 -4
- package/dist/components/TextArea/index.js +0 -3
- package/dist/components/TextField/TextField.js +55 -85
- package/dist/components/TextField/TextField.style.js +1 -6
- package/dist/components/TextField/components/commons.d.ts +3 -2
- package/dist/components/TextField/components/commons.js +2 -8
- package/dist/components/TextField/hooks/useMultiTextFieldUtils.js +14 -31
- package/dist/components/TextField/index.js +0 -3
- package/dist/components/TextInputBase/TextInputBase.d.ts +6 -6
- package/dist/components/TextInputBase/TextInputBase.js +21 -31
- package/dist/components/TextInputBase/TextInputBase.style.js +21 -43
- package/dist/components/TextInputBase/config.js +1 -1
- package/dist/components/TextInputBase/index.js +0 -4
- package/dist/components/ThemeProvider/ThemeProvider.d.ts +2 -3
- package/dist/components/ThemeProvider/ThemeProvider.js +6 -24
- package/dist/components/ThemeProvider/ThemeProvider.style.js +1 -9
- package/dist/components/ThemeProvider/index.js +0 -3
- package/dist/components/Toast/Toast.d.ts +2 -3
- package/dist/components/Toast/Toast.js +16 -33
- package/dist/components/Toast/Toast.style.js +1 -28
- package/dist/components/Toast/index.js +0 -3
- package/dist/components/Tooltip/Tooltip.js +11 -18
- package/dist/components/Tooltip/Tooltip.style.js +1 -10
- package/dist/components/Tooltip/index.js +0 -3
- package/dist/components/TopAppBar/TopAppBar.js +14 -24
- package/dist/components/TopAppBar/TopAppBar.style.js +0 -13
- package/dist/components/TopAppBar/TopAppBar.types.d.ts +2 -2
- package/dist/components/TopAppBar/components/Logo/Logo.style.js +1 -8
- package/dist/components/TopAppBar/components/Logo/Logo.wrapper.d.ts +2 -2
- package/dist/components/TopAppBar/components/Logo/Logo.wrapper.js +0 -7
- package/dist/components/TopAppBar/components/Logo/index.js +0 -3
- package/dist/components/TopAppBar/components/Search/Search.js +9 -18
- package/dist/components/TopAppBar/components/Search/Search.style.js +1 -13
- package/dist/components/TopAppBar/components/Search/index.js +0 -3
- package/dist/components/TopAppBar/components/SidebarMenuIcon/SidebarMenuIcon.js +0 -7
- package/dist/components/TopAppBar/components/SidebarMenuIcon/SidebarMenuIcon.style.js +0 -4
- package/dist/components/TopAppBar/components/SidebarMenuIcon/index.js +0 -3
- package/dist/components/TopAppBar/components/UserMenu/UserMenu.js +5 -12
- package/dist/components/TopAppBar/components/UserMenu/UserMenu.style.js +0 -4
- package/dist/components/TopAppBar/components/UserMenu/index.js +0 -3
- package/dist/components/TopAppBar/components/index.js +0 -7
- package/dist/components/TopAppBar/index.js +0 -3
- package/dist/components/TruncatedContent/TruncatedContent.d.ts +2 -2
- package/dist/components/TruncatedContent/TruncatedContent.js +7 -20
- package/dist/components/TruncatedContent/TruncatedContent.style.js +1 -5
- package/dist/components/TruncatedContent/index.js +0 -3
- package/dist/components/storyUtils/Stack/Stack.d.ts +2 -2
- package/dist/components/utils/ClickAwayListener/ClickAwayListener.d.ts +2 -2
- package/dist/components/utils/ClickAwayListener/ClickAwayListener.js +6 -17
- package/dist/components/utils/ClickAwayListener/index.js +0 -3
- package/dist/components/utils/DropdownOptions/index.js +0 -5
- package/dist/components/utils/PositionInScreen/PositionInScreen.d.ts +3 -2
- package/dist/components/utils/PositionInScreen/PositionInScreen.js +13 -24
- package/dist/components/utils/PositionInScreen/PositionInScreen.style.js +1 -10
- package/dist/components/utils/PositionInScreen/hooks.js +39 -60
- package/dist/components/utils/PositionInScreen/index.js +0 -3
- package/dist/components/utils/PositionInScreen/utils.js +1 -6
- package/dist/components/utils/handleSearch.js +7 -13
- package/dist/hooks/index.js +0 -3
- package/dist/hooks/useBreakpoints.js +1 -7
- package/dist/hooks/useCheck.d.ts +1 -1
- package/dist/hooks/useCheck.js +4 -9
- package/dist/hooks/useCombinedRefs.js +0 -7
- package/dist/hooks/useEscape.js +0 -4
- package/dist/hooks/useLoading.js +2 -7
- package/dist/hooks/useLocationToGetCurrentMenuItem.js +4 -10
- package/dist/hooks/usePagination.js +6 -17
- package/dist/hooks/useSearchQueryParams.js +1 -6
- package/dist/hooks/useTheme.js +0 -3
- package/dist/hooks/useThemeSwitch.d.ts +2 -2
- package/dist/hooks/useThemeSwitch.js +4 -15
- package/dist/hooks/useToggle.js +2 -9
- package/dist/hooks/useTypeColorToColorMatch.d.ts +4 -4
- package/dist/hooks/useTypeColorToColorMatch.js +6 -21
- package/dist/index.js +1 -108
- package/dist/test/index.js +0 -2
- package/dist/test/setup.js +2 -5
- package/dist/test/utils.d.ts +2 -2
- package/dist/test/utils.js +15 -39
- package/dist/theme/functions.js +5 -15
- package/dist/theme/index.js +0 -12
- package/dist/theme/palette.config.js +2 -4
- package/dist/theme/palette.js +12 -24
- package/dist/theme/spacing.js +1 -3
- package/dist/theme/states/disabled.js +1 -4
- package/dist/theme/states/focus.js +3 -7
- package/dist/theme/states/hover.js +2 -10
- package/dist/theme/states/index.js +0 -8
- package/dist/theme/states/pressed.js +2 -10
- package/dist/theme/states/statesConfig.js +1 -1
- package/dist/theme/states/utils.js +4 -9
- package/dist/theme/typography.js +0 -2
- package/dist/theme/utils.js +2 -23
- package/dist/utils/common.js +6 -3
- package/dist/utils/errors.js +4 -21
- package/dist/utils/helpers.d.ts +2 -2
- package/dist/utils/helpers.js +10 -26
- package/dist/utils/initLocaleFormat.js +1 -10
- package/dist/utils/size-utils.js +2 -20
- package/dist/utils/storyshots.js +4 -8
- package/dist/utils/themeFunctions.js +3 -25
- package/dist/utils/types.d.ts +2 -0
- package/package.json +16 -15
|
@@ -1,33 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
|
-
exports.
|
|
5
|
-
|
|
4
|
+
exports.cardStyle = exports.cardElevation = void 0;
|
|
6
5
|
var _react = require("@emotion/react");
|
|
7
|
-
|
|
8
6
|
var cardStyle = function cardStyle(_ref) {
|
|
9
7
|
var elevated = _ref.elevated,
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
transparent = _ref.transparent,
|
|
9
|
+
radius = _ref.radius;
|
|
12
10
|
return function (theme) {
|
|
13
11
|
return (
|
|
14
12
|
/*#__PURE__*/
|
|
15
|
-
|
|
16
13
|
/*#__PURE__*/
|
|
17
14
|
(0, _react.css)(elevated && cardElevation(theme, elevated, transparent, radius), ";" + (process.env.NODE_ENV === "production" ? "" : ";label:cardStyle;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NhcmQvQ2FyZC5zdHlsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFRMEIiLCJmaWxlIjoiLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvQ2FyZC9DYXJkLnN0eWxlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzLCBTZXJpYWxpemVkU3R5bGVzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRWxldmF0aW9uLCBTcGFjaW5nIH0gZnJvbSAnaW5kZXgnO1xuXG5pbXBvcnQgeyBUaGVtZSB9IGZyb20gJy4uLy4uL3RoZW1lJztcbmltcG9ydCB7IFByb3BzIH0gZnJvbSAnLi9DYXJkJztcblxuZXhwb3J0IGNvbnN0IGNhcmRTdHlsZSA9ICh7IGVsZXZhdGVkLCB0cmFuc3BhcmVudCwgcmFkaXVzIH06IFByb3BzKSA9PiAoXG4gIHRoZW1lOiBUaGVtZVxuKTogU2VyaWFsaXplZFN0eWxlcyA9PiBjc3NgXG4gICR7ZWxldmF0ZWQgJiYgY2FyZEVsZXZhdGlvbih0aGVtZSwgZWxldmF0ZWQsIHRyYW5zcGFyZW50LCByYWRpdXMpfTtcbmA7XG5cbmV4cG9ydCBjb25zdCBjYXJkRWxldmF0aW9uID0gKFxuICB0aGVtZTogVGhlbWUsXG4gIGVsZXZhdGVkOiBrZXlvZiBFbGV2YXRpb24sXG4gIHRyYW5zcGFyZW50PzogYm9vbGVhbiB8IHVuZGVmaW5lZCxcbiAgcmFkaXVzPzoga2V5b2YgU3BhY2luZyB8IHVuZGVmaW5lZFxuKTogU2VyaWFsaXplZFN0eWxlcyA9PiBjc3NgXG4gIGJveC1zaGFkb3c6ICR7dGhlbWUuZWxldmF0aW9uW2VsZXZhdGVkXX07XG4gIGJhY2tncm91bmQ6ICR7dHJhbnNwYXJlbnQgPyAndHJhbnNwYXJlbnQnIDogdGhlbWUucGFsZXR0ZS53aGl0ZX07XG4gIGJvcmRlci1yYWRpdXM6ICR7cmFkaXVzID8gdGhlbWUuc3BhY2luZ1tyYWRpdXNdIDogMH07XG5gO1xuIl19 */", process.env.NODE_ENV === "production" ? "" : ";label:cardStyle;")
|
|
18
15
|
);
|
|
19
16
|
};
|
|
20
17
|
};
|
|
21
|
-
|
|
22
18
|
exports.cardStyle = cardStyle;
|
|
23
|
-
|
|
24
19
|
var cardElevation = function cardElevation(theme, elevated, transparent, radius) {
|
|
25
20
|
return (
|
|
26
21
|
/*#__PURE__*/
|
|
27
|
-
|
|
28
22
|
/*#__PURE__*/
|
|
29
23
|
(0, _react.css)("box-shadow:", theme.elevation[elevated], ";background:", transparent ? 'transparent' : theme.palette.white, ";border-radius:", radius ? theme.spacing[radius] : 0, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:cardElevation;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NhcmQvQ2FyZC5zdHlsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQjBCIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NhcmQvQ2FyZC5zdHlsZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcywgU2VyaWFsaXplZFN0eWxlcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCB7IEVsZXZhdGlvbiwgU3BhY2luZyB9IGZyb20gJ2luZGV4JztcblxuaW1wb3J0IHsgVGhlbWUgfSBmcm9tICcuLi8uLi90aGVtZSc7XG5pbXBvcnQgeyBQcm9wcyB9IGZyb20gJy4vQ2FyZCc7XG5cbmV4cG9ydCBjb25zdCBjYXJkU3R5bGUgPSAoeyBlbGV2YXRlZCwgdHJhbnNwYXJlbnQsIHJhZGl1cyB9OiBQcm9wcykgPT4gKFxuICB0aGVtZTogVGhlbWVcbik6IFNlcmlhbGl6ZWRTdHlsZXMgPT4gY3NzYFxuICAke2VsZXZhdGVkICYmIGNhcmRFbGV2YXRpb24odGhlbWUsIGVsZXZhdGVkLCB0cmFuc3BhcmVudCwgcmFkaXVzKX07XG5gO1xuXG5leHBvcnQgY29uc3QgY2FyZEVsZXZhdGlvbiA9IChcbiAgdGhlbWU6IFRoZW1lLFxuICBlbGV2YXRlZDoga2V5b2YgRWxldmF0aW9uLFxuICB0cmFuc3BhcmVudD86IGJvb2xlYW4gfCB1bmRlZmluZWQsXG4gIHJhZGl1cz86IGtleW9mIFNwYWNpbmcgfCB1bmRlZmluZWRcbik6IFNlcmlhbGl6ZWRTdHlsZXMgPT4gY3NzYFxuICBib3gtc2hhZG93OiAke3RoZW1lLmVsZXZhdGlvbltlbGV2YXRlZF19O1xuICBiYWNrZ3JvdW5kOiAke3RyYW5zcGFyZW50ID8gJ3RyYW5zcGFyZW50JyA6IHRoZW1lLnBhbGV0dGUud2hpdGV9O1xuICBib3JkZXItcmFkaXVzOiAke3JhZGl1cyA/IHRoZW1lLnNwYWNpbmdbcmFkaXVzXSA6IDB9O1xuYDtcbiJdfQ== */", process.env.NODE_ENV === "production" ? "" : ";label:cardElevation;")
|
|
30
24
|
);
|
|
31
25
|
};
|
|
32
|
-
|
|
33
26
|
exports.cardElevation = cardElevation;
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _Card = _interopRequireDefault(require("./Card"));
|
|
7
|
-
|
|
8
6
|
exports["default"] = _Card["default"];
|
|
9
|
-
|
|
10
7
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -2,43 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _useTheme = _interopRequireDefault(require("../../../hooks/useTheme"));
|
|
7
|
-
|
|
8
6
|
var _max = _interopRequireDefault(require("lodash/max"));
|
|
9
|
-
|
|
10
7
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
8
|
var _recharts = require("recharts");
|
|
13
|
-
|
|
14
|
-
var _Wrapper = _interopRequireDefault(require("../Wrapper"));
|
|
15
|
-
|
|
16
9
|
var _CustomLabel = _interopRequireDefault(require("./components/CustomLabel"));
|
|
17
|
-
|
|
18
10
|
var _CustomTooltip = _interopRequireDefault(require("./components/CustomTooltip"));
|
|
19
|
-
|
|
20
11
|
var _CustomTooltipContent = _interopRequireDefault(require("./components/CustomTooltipContent"));
|
|
21
|
-
|
|
22
12
|
var _utils = require("./utils");
|
|
23
|
-
|
|
13
|
+
var _Wrapper = _interopRequireDefault(require("../Wrapper"));
|
|
24
14
|
var _react2 = require("@emotion/react");
|
|
25
|
-
|
|
26
15
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
27
|
-
|
|
28
16
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
29
|
-
|
|
30
17
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
31
|
-
|
|
32
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
33
|
-
|
|
18
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
34
19
|
var multiplyFactor = 9.5;
|
|
35
20
|
var yAxisWidthDefault = 160;
|
|
36
|
-
|
|
37
21
|
var CustomYAxisTick = function CustomYAxisTick(_ref) {
|
|
38
22
|
var colors = _ref.colors,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
23
|
+
y = _ref.y,
|
|
24
|
+
width = _ref.width,
|
|
25
|
+
payload = _ref.payload;
|
|
42
26
|
var theme = (0, _useTheme["default"])();
|
|
43
27
|
var fill = typeof payload.value === 'string' && colors[payload.value] ? colors[payload.value] : theme.palette.black;
|
|
44
28
|
return (0, _react2.jsx)("g", null, (0, _react2.jsx)("foreignObject", {
|
|
@@ -53,9 +37,7 @@ var CustomYAxisTick = function CustomYAxisTick(_ref) {
|
|
|
53
37
|
fill: fill
|
|
54
38
|
})));
|
|
55
39
|
};
|
|
56
|
-
|
|
57
40
|
var WrappedChart = (0, _Wrapper["default"])(_recharts.BarChart);
|
|
58
|
-
|
|
59
41
|
var BarChart = function BarChart(_ref2) {
|
|
60
42
|
var data = _ref2.data;
|
|
61
43
|
var theme = (0, _useTheme["default"])();
|
|
@@ -65,7 +47,9 @@ var BarChart = function BarChart(_ref2) {
|
|
|
65
47
|
var findMaxInData = (0, _react.useCallback)(function (operator) {
|
|
66
48
|
return (0, _max["default"])(data.map(operator));
|
|
67
49
|
}, [data]);
|
|
68
|
-
var setColoringOptions = (0, _react.useCallback)(
|
|
50
|
+
var setColoringOptions = (0, _react.useCallback)(
|
|
51
|
+
// @ts-ignore @TODO Ignoring this as this component will be under further investigation of what we need to keep
|
|
52
|
+
function (op) {
|
|
69
53
|
return (0, _utils.getColoringOptions)(data, op);
|
|
70
54
|
}, [data]);
|
|
71
55
|
var maxLabelLength = findMaxInData(function (obj) {
|
|
@@ -75,11 +59,9 @@ var BarChart = function BarChart(_ref2) {
|
|
|
75
59
|
return obj.value;
|
|
76
60
|
});
|
|
77
61
|
var yAxisWidth = maxLabelLength && maxLabelLength * multiplyFactor < yAxisWidthDefault ? maxLabelLength * multiplyFactor : yAxisWidthDefault;
|
|
78
|
-
|
|
79
62
|
var _getValues = (0, _utils.getValues)(maxValue),
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
63
|
+
maxDomainValue = _getValues.maxDomainValue,
|
|
64
|
+
tickCount = _getValues.tickCount;
|
|
83
65
|
var labelColoringOptions = setColoringOptions(function () {
|
|
84
66
|
return false;
|
|
85
67
|
});
|
|
@@ -143,6 +125,5 @@ var BarChart = function BarChart(_ref2) {
|
|
|
143
125
|
tickLine: false
|
|
144
126
|
}));
|
|
145
127
|
};
|
|
146
|
-
|
|
147
128
|
var _default = BarChart;
|
|
148
129
|
exports["default"] = _default;
|
|
@@ -2,26 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _useTheme = _interopRequireDefault(require("../../../../../hooks/useTheme"));
|
|
7
|
-
|
|
8
6
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
7
|
var _react2 = require("@emotion/react");
|
|
11
|
-
|
|
12
8
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
9
|
var xValueBase = 16;
|
|
15
10
|
var divisor = 2;
|
|
16
|
-
|
|
17
11
|
var CustomLabel = function CustomLabel(_ref) {
|
|
18
12
|
var colors = _ref.colors,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
13
|
+
value = _ref.value,
|
|
14
|
+
x = _ref.x,
|
|
15
|
+
y = _ref.y,
|
|
16
|
+
width = _ref.width,
|
|
17
|
+
height = _ref.height,
|
|
18
|
+
index = _ref.index;
|
|
25
19
|
var theme = (0, _useTheme["default"])();
|
|
26
20
|
var xValue = x && width ? x + width + xValueBase : xValueBase;
|
|
27
21
|
var yValue = y && height ? y + height / divisor : 0;
|
|
@@ -35,6 +29,5 @@ var CustomLabel = function CustomLabel(_ref) {
|
|
|
35
29
|
fill: fill
|
|
36
30
|
}, value));
|
|
37
31
|
};
|
|
38
|
-
|
|
39
32
|
var _default = CustomLabel;
|
|
40
33
|
exports["default"] = _default;
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _CustomLabel = _interopRequireDefault(require("./CustomLabel"));
|
|
7
|
-
|
|
8
6
|
exports["default"] = _CustomLabel["default"];
|
|
9
|
-
|
|
10
7
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -2,30 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _react = _interopRequireWildcard(require("react"));
|
|
7
|
-
|
|
8
6
|
var _CustomTooltip = require("./CustomTooltip.style");
|
|
9
|
-
|
|
10
7
|
var _react2 = require("@emotion/react");
|
|
11
|
-
|
|
12
8
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
|
-
|
|
14
9
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
15
|
-
|
|
16
10
|
var CustomTooltip = function CustomTooltip(_ref) {
|
|
17
11
|
var content = _ref.content,
|
|
18
|
-
|
|
12
|
+
fill = _ref.fill;
|
|
19
13
|
var wrapperRef = (0, _react.useRef)(null);
|
|
20
|
-
|
|
21
14
|
var _useState = (0, _react.useState)(false),
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
15
|
+
active = _useState[0],
|
|
16
|
+
setActive = _useState[1];
|
|
25
17
|
var _useState2 = (0, _react.useState)(false),
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
18
|
+
truncated = _useState2[0],
|
|
19
|
+
setTrancated = _useState2[1];
|
|
29
20
|
(0, _react.useEffect)(function () {
|
|
30
21
|
setTrancated(wrapperRef.current ? wrapperRef.current.scrollWidth > wrapperRef.current.clientWidth : false);
|
|
31
22
|
}, [setTrancated]);
|
|
@@ -46,6 +37,5 @@ var CustomTooltip = function CustomTooltip(_ref) {
|
|
|
46
37
|
css: (0, _CustomTooltip.tooltipArrowStyle)()
|
|
47
38
|
})));
|
|
48
39
|
};
|
|
49
|
-
|
|
50
40
|
var _default = CustomTooltip;
|
|
51
41
|
exports["default"] = _default;
|
|
@@ -1,47 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
|
-
exports.
|
|
5
|
-
|
|
4
|
+
exports.tooltipStyle = exports.tooltipArrowStyle = exports.tickStyle = void 0;
|
|
6
5
|
var _react = require("@emotion/react");
|
|
7
|
-
|
|
8
6
|
var _utils = require("../../../../../theme/utils");
|
|
9
|
-
|
|
10
7
|
var tickStyle = function tickStyle(fill) {
|
|
11
8
|
return function (theme) {
|
|
12
9
|
return (
|
|
13
10
|
/*#__PURE__*/
|
|
14
|
-
|
|
15
11
|
/*#__PURE__*/
|
|
16
12
|
(0, _react.css)("width:inherit;height:inherit;color:", fill, ";white-space:nowrap;overflow:hidden;text-overflow:ellipsis;" + (process.env.NODE_ENV === "production" ? "" : ";label:tickStyle;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NoYXJ0L0JhckNoYXJ0L2NvbXBvbmVudHMvQ3VzdG9tVG9vbHRpcC9DdXN0b21Ub29sdGlwLnN0eWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUlrRiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9DaGFydC9CYXJDaGFydC9jb21wb25lbnRzL0N1c3RvbVRvb2x0aXAvQ3VzdG9tVG9vbHRpcC5zdHlsZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcywgU2VyaWFsaXplZFN0eWxlcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCB7IFRoZW1lIH0gZnJvbSAndGhlbWUnO1xuaW1wb3J0IHsgcmVtIH0gZnJvbSAndGhlbWUvdXRpbHMnO1xuXG5leHBvcnQgY29uc3QgdGlja1N0eWxlID0gKGZpbGw6IHN0cmluZykgPT4gKHRoZW1lOiBUaGVtZSk6IFNlcmlhbGl6ZWRTdHlsZXMgPT4gY3NzYFxuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBjb2xvcjogJHtmaWxsfTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG5gO1xuXG5leHBvcnQgY29uc3QgdG9vbHRpcFN0eWxlID0gKCkgPT4gKHRoZW1lOiBUaGVtZSk6IFNlcmlhbGl6ZWRTdHlsZXMgPT4gY3NzYFxuICBkaXNwbGF5OiBibG9jaztcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IC0zMyU7XG4gIGxlZnQ6IDEwNiU7XG4gIGNvbG9yOiAke3RoZW1lLnBhbGV0dGUud2hpdGV9O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAke3RoZW1lLnV0aWxzLmdldENvbG9yKCdkYXJrR3JleScsIDc1MCl9O1xuICBvcGFjaXR5OiA5MCU7XG4gIGJvcmRlci1yYWRpdXM6ICR7dGhlbWUuc3BhY2luZy54c219O1xuICBwYWRkaW5nOiAke3RoZW1lLnNwYWNpbmcuc219O1xuYDtcblxuZXhwb3J0IGNvbnN0IHRvb2x0aXBBcnJvd1N0eWxlID0gKCkgPT4gKHRoZW1lOiBUaGVtZSk6IFNlcmlhbGl6ZWRTdHlsZXMgPT4gY3NzYFxuICBjb250ZW50OiAnJztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3JkZXItc3R5bGU6IHNvbGlkO1xuICBtYXJnaW4tdG9wOiAke3JlbSgtNSl9O1xuICBib3JkZXItd2lkdGg6ICR7cmVtKDUpfTtcbiAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudCAke3RoZW1lLnV0aWxzLmdldENvbG9yKCdkYXJrR3JleScsIDc1MCl9IHRyYW5zcGFyZW50IHRyYW5zcGFyZW50O1xuICB0b3A6IDUwJTtcbiAgbGVmdDogMTAwJTtcbiAgb3BhY2l0eTogOTAlO1xuYDtcbiJdfQ== */", process.env.NODE_ENV === "production" ? "" : ";label:tickStyle;")
|
|
17
13
|
);
|
|
18
14
|
};
|
|
19
15
|
};
|
|
20
|
-
|
|
21
16
|
exports.tickStyle = tickStyle;
|
|
22
|
-
|
|
23
17
|
var tooltipStyle = function tooltipStyle() {
|
|
24
18
|
return function (theme) {
|
|
25
19
|
return (
|
|
26
20
|
/*#__PURE__*/
|
|
27
|
-
|
|
28
21
|
/*#__PURE__*/
|
|
29
22
|
(0, _react.css)("display:block;position:fixed;top:-33%;left:106%;color:", theme.palette.white, ";background-color:", theme.utils.getColor('darkGrey', 750), ";opacity:90%;border-radius:", theme.spacing.xsm, ";padding:", theme.spacing.sm, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:tooltipStyle;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NoYXJ0L0JhckNoYXJ0L2NvbXBvbmVudHMvQ3VzdG9tVG9vbHRpcC9DdXN0b21Ub29sdGlwLnN0eWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWF5RSIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9DaGFydC9CYXJDaGFydC9jb21wb25lbnRzL0N1c3RvbVRvb2x0aXAvQ3VzdG9tVG9vbHRpcC5zdHlsZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcywgU2VyaWFsaXplZFN0eWxlcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCB7IFRoZW1lIH0gZnJvbSAndGhlbWUnO1xuaW1wb3J0IHsgcmVtIH0gZnJvbSAndGhlbWUvdXRpbHMnO1xuXG5leHBvcnQgY29uc3QgdGlja1N0eWxlID0gKGZpbGw6IHN0cmluZykgPT4gKHRoZW1lOiBUaGVtZSk6IFNlcmlhbGl6ZWRTdHlsZXMgPT4gY3NzYFxuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBjb2xvcjogJHtmaWxsfTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG5gO1xuXG5leHBvcnQgY29uc3QgdG9vbHRpcFN0eWxlID0gKCkgPT4gKHRoZW1lOiBUaGVtZSk6IFNlcmlhbGl6ZWRTdHlsZXMgPT4gY3NzYFxuICBkaXNwbGF5OiBibG9jaztcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IC0zMyU7XG4gIGxlZnQ6IDEwNiU7XG4gIGNvbG9yOiAke3RoZW1lLnBhbGV0dGUud2hpdGV9O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAke3RoZW1lLnV0aWxzLmdldENvbG9yKCdkYXJrR3JleScsIDc1MCl9O1xuICBvcGFjaXR5OiA5MCU7XG4gIGJvcmRlci1yYWRpdXM6ICR7dGhlbWUuc3BhY2luZy54c219O1xuICBwYWRkaW5nOiAke3RoZW1lLnNwYWNpbmcuc219O1xuYDtcblxuZXhwb3J0IGNvbnN0IHRvb2x0aXBBcnJvd1N0eWxlID0gKCkgPT4gKHRoZW1lOiBUaGVtZSk6IFNlcmlhbGl6ZWRTdHlsZXMgPT4gY3NzYFxuICBjb250ZW50OiAnJztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3JkZXItc3R5bGU6IHNvbGlkO1xuICBtYXJnaW4tdG9wOiAke3JlbSgtNSl9O1xuICBib3JkZXItd2lkdGg6ICR7cmVtKDUpfTtcbiAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudCAke3RoZW1lLnV0aWxzLmdldENvbG9yKCdkYXJrR3JleScsIDc1MCl9IHRyYW5zcGFyZW50IHRyYW5zcGFyZW50O1xuICB0b3A6IDUwJTtcbiAgbGVmdDogMTAwJTtcbiAgb3BhY2l0eTogOTAlO1xuYDtcbiJdfQ== */", process.env.NODE_ENV === "production" ? "" : ";label:tooltipStyle;")
|
|
30
23
|
);
|
|
31
24
|
};
|
|
32
25
|
};
|
|
33
|
-
|
|
34
26
|
exports.tooltipStyle = tooltipStyle;
|
|
35
|
-
|
|
36
27
|
var tooltipArrowStyle = function tooltipArrowStyle() {
|
|
37
28
|
return function (theme) {
|
|
38
29
|
return (
|
|
39
30
|
/*#__PURE__*/
|
|
40
|
-
|
|
41
31
|
/*#__PURE__*/
|
|
42
32
|
(0, _react.css)("content:'';position:absolute;border-style:solid;margin-top:", (0, _utils.rem)(-5), ";border-width:", (0, _utils.rem)(5), ";border-color:transparent ", theme.utils.getColor('darkGrey', 750), " transparent transparent;top:50%;left:100%;opacity:90%;" + (process.env.NODE_ENV === "production" ? "" : ";label:tooltipArrowStyle;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NoYXJ0L0JhckNoYXJ0L2NvbXBvbmVudHMvQ3VzdG9tVG9vbHRpcC9DdXN0b21Ub29sdGlwLnN0eWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCOEUiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvQ2hhcnQvQmFyQ2hhcnQvY29tcG9uZW50cy9DdXN0b21Ub29sdGlwL0N1c3RvbVRvb2x0aXAuc3R5bGUudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MsIFNlcmlhbGl6ZWRTdHlsZXMgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyBUaGVtZSB9IGZyb20gJ3RoZW1lJztcbmltcG9ydCB7IHJlbSB9IGZyb20gJ3RoZW1lL3V0aWxzJztcblxuZXhwb3J0IGNvbnN0IHRpY2tTdHlsZSA9IChmaWxsOiBzdHJpbmcpID0+ICh0aGVtZTogVGhlbWUpOiBTZXJpYWxpemVkU3R5bGVzID0+IGNzc2BcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgY29sb3I6ICR7ZmlsbH07XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuYDtcblxuZXhwb3J0IGNvbnN0IHRvb2x0aXBTdHlsZSA9ICgpID0+ICh0aGVtZTogVGhlbWUpOiBTZXJpYWxpemVkU3R5bGVzID0+IGNzc2BcbiAgZGlzcGxheTogYmxvY2s7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAtMzMlO1xuICBsZWZ0OiAxMDYlO1xuICBjb2xvcjogJHt0aGVtZS5wYWxldHRlLndoaXRlfTtcbiAgYmFja2dyb3VuZC1jb2xvcjogJHt0aGVtZS51dGlscy5nZXRDb2xvcignZGFya0dyZXknLCA3NTApfTtcbiAgb3BhY2l0eTogOTAlO1xuICBib3JkZXItcmFkaXVzOiAke3RoZW1lLnNwYWNpbmcueHNtfTtcbiAgcGFkZGluZzogJHt0aGVtZS5zcGFjaW5nLnNtfTtcbmA7XG5cbmV4cG9ydCBjb25zdCB0b29sdGlwQXJyb3dTdHlsZSA9ICgpID0+ICh0aGVtZTogVGhlbWUpOiBTZXJpYWxpemVkU3R5bGVzID0+IGNzc2BcbiAgY29udGVudDogJyc7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgbWFyZ2luLXRvcDogJHtyZW0oLTUpfTtcbiAgYm9yZGVyLXdpZHRoOiAke3JlbSg1KX07XG4gIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgJHt0aGVtZS51dGlscy5nZXRDb2xvcignZGFya0dyZXknLCA3NTApfSB0cmFuc3BhcmVudCB0cmFuc3BhcmVudDtcbiAgdG9wOiA1MCU7XG4gIGxlZnQ6IDEwMCU7XG4gIG9wYWNpdHk6IDkwJTtcbmA7XG4iXX0= */", process.env.NODE_ENV === "production" ? "" : ";label:tooltipArrowStyle;")
|
|
43
33
|
);
|
|
44
34
|
};
|
|
45
35
|
};
|
|
46
|
-
|
|
47
36
|
exports.tooltipArrowStyle = tooltipArrowStyle;
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _CustomTooltip = _interopRequireDefault(require("./CustomTooltip"));
|
|
7
|
-
|
|
8
6
|
exports["default"] = _CustomTooltip["default"];
|
|
9
|
-
|
|
10
7
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.js
CHANGED
|
@@ -2,20 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _react = _interopRequireDefault(require("react"));
|
|
7
|
-
|
|
8
6
|
var _CustomTooltipContent = require("./CustomTooltipContent.style");
|
|
9
|
-
|
|
10
7
|
var _react2 = require("@emotion/react");
|
|
11
|
-
|
|
12
8
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
9
|
var CustomTooltip = function CustomTooltip(_ref) {
|
|
15
|
-
var _payload
|
|
16
|
-
|
|
10
|
+
var _payload$;
|
|
17
11
|
var payload = _ref.payload;
|
|
18
|
-
var options = payload && ((_payload$ = payload[0]) == null
|
|
12
|
+
var options = payload && ((_payload$ = payload[0]) == null || (_payload$ = _payload$.payload) == null || (_payload$ = _payload$.options) == null ? void 0 : _payload$.hoverInfo);
|
|
19
13
|
return options ? (0, _react2.jsx)("div", {
|
|
20
14
|
className: "custom-tooltip",
|
|
21
15
|
css: (0, _CustomTooltipContent.tooltipStyle)()
|
|
@@ -23,14 +17,13 @@ var CustomTooltip = function CustomTooltip(_ref) {
|
|
|
23
17
|
css: (0, _CustomTooltipContent.tooltipUlStyle)()
|
|
24
18
|
}, options.map(function (_ref2) {
|
|
25
19
|
var name = _ref2.name,
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
value = _ref2.value,
|
|
21
|
+
percentage = _ref2.percentage;
|
|
28
22
|
return (0, _react2.jsx)("li", {
|
|
29
23
|
key: "" + name + value,
|
|
30
24
|
css: (0, _CustomTooltipContent.tooltipLiStyle)()
|
|
31
25
|
}, (0, _react2.jsx)("div", null, name), (0, _react2.jsx)("div", null, (0, _react2.jsx)("span", null, (0, _react2.jsx)("b", null, value)), percentage && (0, _react2.jsx)("span", null, "(", percentage, ")")));
|
|
32
26
|
}))) : null;
|
|
33
27
|
};
|
|
34
|
-
|
|
35
28
|
var _default = CustomTooltip;
|
|
36
29
|
exports["default"] = _default;
|
package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.style.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
|
-
exports.
|
|
5
|
-
|
|
4
|
+
exports.tooltipUlStyle = exports.tooltipStyle = exports.tooltipLiStyle = exports.tooltipHrStyle = void 0;
|
|
6
5
|
var _utils = require("../../../../../theme/utils");
|
|
7
|
-
|
|
8
6
|
var tooltipStyle = function tooltipStyle() {
|
|
9
7
|
return function (theme) {
|
|
10
8
|
return {
|
|
@@ -20,9 +18,7 @@ var tooltipStyle = function tooltipStyle() {
|
|
|
20
18
|
};
|
|
21
19
|
};
|
|
22
20
|
};
|
|
23
|
-
|
|
24
21
|
exports.tooltipStyle = tooltipStyle;
|
|
25
|
-
|
|
26
22
|
var tooltipHrStyle = function tooltipHrStyle() {
|
|
27
23
|
return function (theme) {
|
|
28
24
|
return {
|
|
@@ -34,9 +30,7 @@ var tooltipHrStyle = function tooltipHrStyle() {
|
|
|
34
30
|
};
|
|
35
31
|
};
|
|
36
32
|
};
|
|
37
|
-
|
|
38
33
|
exports.tooltipHrStyle = tooltipHrStyle;
|
|
39
|
-
|
|
40
34
|
var tooltipUlStyle = function tooltipUlStyle() {
|
|
41
35
|
return function () {
|
|
42
36
|
return {
|
|
@@ -45,9 +39,7 @@ var tooltipUlStyle = function tooltipUlStyle() {
|
|
|
45
39
|
};
|
|
46
40
|
};
|
|
47
41
|
};
|
|
48
|
-
|
|
49
42
|
exports.tooltipUlStyle = tooltipUlStyle;
|
|
50
|
-
|
|
51
43
|
var tooltipLiStyle = function tooltipLiStyle() {
|
|
52
44
|
return function (theme) {
|
|
53
45
|
return {
|
|
@@ -67,5 +59,4 @@ var tooltipLiStyle = function tooltipLiStyle() {
|
|
|
67
59
|
};
|
|
68
60
|
};
|
|
69
61
|
};
|
|
70
|
-
|
|
71
62
|
exports.tooltipLiStyle = tooltipLiStyle;
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _CustomTooltipContent = _interopRequireDefault(require("./CustomTooltipContent"));
|
|
7
|
-
|
|
8
6
|
exports["default"] = _CustomTooltipContent["default"];
|
|
9
|
-
|
|
10
7
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _BarChart = _interopRequireDefault(require("./BarChart"));
|
|
7
|
-
|
|
8
6
|
exports["default"] = _BarChart["default"];
|
|
9
|
-
|
|
10
7
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
|
-
exports.
|
|
5
|
-
|
|
4
|
+
exports.getValues = exports.getColoringOptions = exports.getBarColors = exports.customTickFormatter = void 0;
|
|
6
5
|
var _polished = require("polished");
|
|
7
|
-
|
|
8
6
|
var incrementFactor = 0.05;
|
|
9
7
|
var lightenFactor = 0.2;
|
|
10
|
-
|
|
11
8
|
var getValues = function getValues(max) {
|
|
12
9
|
var maxValue = max ? max : 0;
|
|
13
10
|
var base = maxValue ? Math.pow(10, maxValue == null ? void 0 : maxValue.toString().length) : 0;
|
|
@@ -20,9 +17,7 @@ var getValues = function getValues(max) {
|
|
|
20
17
|
tickCount: tickCount
|
|
21
18
|
};
|
|
22
19
|
};
|
|
23
|
-
|
|
24
20
|
exports.getValues = getValues;
|
|
25
|
-
|
|
26
21
|
var customTickFormatter = function customTickFormatter(tickValue, maxDomainValue) {
|
|
27
22
|
if (tickValue === 0) {
|
|
28
23
|
return "" + tickValue;
|
|
@@ -36,52 +31,37 @@ var customTickFormatter = function customTickFormatter(tickValue, maxDomainValue
|
|
|
36
31
|
/* when tickValue === maxDomainValue === 1000 return 1K instead of 10000*/
|
|
37
32
|
return tickValue / 1000 + "K";
|
|
38
33
|
}
|
|
39
|
-
|
|
40
34
|
return "" + tickValue;
|
|
41
35
|
};
|
|
42
|
-
|
|
43
36
|
exports.customTickFormatter = customTickFormatter;
|
|
44
|
-
|
|
45
37
|
var getBarColors = function getBarColors(data, defaultColor) {
|
|
46
38
|
return data.map(function (obj) {
|
|
47
39
|
var _obj$options;
|
|
48
|
-
|
|
49
40
|
if (obj != null && (_obj$options = obj.options) != null && _obj$options.color) {
|
|
50
41
|
var _obj$options2, _obj$options4;
|
|
51
|
-
|
|
52
|
-
if ((obj == null ? void 0 : (_obj$options2 = obj.options) == null ? void 0 : _obj$options2.coloringOption) === 'all') {
|
|
42
|
+
if ((obj == null || (_obj$options2 = obj.options) == null ? void 0 : _obj$options2.coloringOption) === 'all') {
|
|
53
43
|
var _obj$options3;
|
|
54
|
-
|
|
55
|
-
return (0, _polished.lighten)(lightenFactor, obj == null ? void 0 : (_obj$options3 = obj.options) == null ? void 0 : _obj$options3.color);
|
|
44
|
+
return (0, _polished.lighten)(lightenFactor, obj == null || (_obj$options3 = obj.options) == null ? void 0 : _obj$options3.color);
|
|
56
45
|
}
|
|
57
|
-
|
|
58
|
-
return obj == null ? void 0 : (_obj$options4 = obj.options) == null ? void 0 : _obj$options4.color;
|
|
46
|
+
return obj == null || (_obj$options4 = obj.options) == null ? void 0 : _obj$options4.color;
|
|
59
47
|
}
|
|
60
|
-
|
|
61
48
|
return defaultColor;
|
|
62
49
|
});
|
|
63
50
|
};
|
|
64
|
-
|
|
65
51
|
exports.getBarColors = getBarColors;
|
|
66
|
-
|
|
67
52
|
var getColoringOptions = function getColoringOptions(data, operator) {
|
|
68
53
|
return data.reduce(function (acc, cur, index) {
|
|
69
54
|
var _cur$options;
|
|
70
|
-
|
|
71
55
|
if (((_cur$options = cur.options) == null ? void 0 : _cur$options.coloringOption) !== 'all') {
|
|
72
56
|
return acc;
|
|
73
57
|
} else if (operator && operator(cur)) {
|
|
74
58
|
var _cur$options2;
|
|
75
|
-
|
|
76
59
|
acc[operator(cur)] = (_cur$options2 = cur.options) == null ? void 0 : _cur$options2.color;
|
|
77
60
|
} else {
|
|
78
61
|
var _cur$options3;
|
|
79
|
-
|
|
80
62
|
acc[index] = (_cur$options3 = cur.options) == null ? void 0 : _cur$options3.color;
|
|
81
63
|
}
|
|
82
|
-
|
|
83
64
|
return acc;
|
|
84
65
|
}, {});
|
|
85
66
|
};
|
|
86
|
-
|
|
87
67
|
exports.getColoringOptions = getColoringOptions;
|
|
@@ -2,29 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _react = _interopRequireWildcard(require("react"));
|
|
7
|
-
|
|
8
6
|
var _recharts = require("recharts");
|
|
9
|
-
|
|
10
7
|
var _Wrapper = _interopRequireDefault(require("../Wrapper"));
|
|
11
|
-
|
|
12
8
|
var _CustomLabel = _interopRequireDefault(require("./components/CustomLabel"));
|
|
13
|
-
|
|
14
9
|
var _react2 = require("@emotion/react");
|
|
15
|
-
|
|
16
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
-
|
|
18
11
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
-
|
|
20
12
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
-
|
|
22
13
|
var WrappedChart = (0, _Wrapper["default"])(_recharts.PieChart);
|
|
23
|
-
|
|
24
14
|
var DonutChart = function DonutChart(_ref) {
|
|
25
15
|
var data = _ref.data,
|
|
26
|
-
|
|
27
|
-
|
|
16
|
+
value = _ref.value,
|
|
17
|
+
units = _ref.units;
|
|
28
18
|
var Colors = (0, _react.useMemo)(function () {
|
|
29
19
|
return data.map(function (obj) {
|
|
30
20
|
return (obj == null ? void 0 : obj.color) || '';
|
|
@@ -52,6 +42,5 @@ var DonutChart = function DonutChart(_ref) {
|
|
|
52
42
|
})
|
|
53
43
|
})));
|
|
54
44
|
};
|
|
55
|
-
|
|
56
45
|
var _default = DonutChart;
|
|
57
46
|
exports["default"] = _default;
|
|
@@ -2,24 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _useTheme = _interopRequireDefault(require("../../../../../hooks/useTheme"));
|
|
7
|
-
|
|
8
6
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
7
|
var _CustomLabel = require("./CustomLabel.style");
|
|
11
|
-
|
|
12
8
|
var _react2 = require("@emotion/react");
|
|
13
|
-
|
|
14
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
-
|
|
16
10
|
var CustomLabel = function CustomLabel(_ref) {
|
|
17
11
|
var viewBox = _ref.viewBox,
|
|
18
|
-
|
|
19
|
-
|
|
12
|
+
value = _ref.value,
|
|
13
|
+
units = _ref.units;
|
|
20
14
|
var _ref2 = viewBox,
|
|
21
|
-
|
|
22
|
-
|
|
15
|
+
cx = _ref2.cx,
|
|
16
|
+
cy = _ref2.cy;
|
|
23
17
|
var theme = (0, _useTheme["default"])();
|
|
24
18
|
return (0, _react2.jsx)("g", null, (0, _react2.jsx)("text", {
|
|
25
19
|
x: cx,
|
|
@@ -43,6 +37,5 @@ var CustomLabel = function CustomLabel(_ref) {
|
|
|
43
37
|
css: (0, _CustomLabel.labelUnitStyle)()
|
|
44
38
|
}, units))));
|
|
45
39
|
};
|
|
46
|
-
|
|
47
40
|
var _default = CustomLabel;
|
|
48
41
|
exports["default"] = _default;
|
|
@@ -2,11 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.labelUnitStyle = exports.flexContainer = void 0;
|
|
5
|
-
|
|
6
5
|
var _react = require("@emotion/react");
|
|
7
|
-
|
|
8
6
|
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
9
|
-
|
|
10
7
|
var _ref = process.env.NODE_ENV === "production" ? {
|
|
11
8
|
name: "ih7ruz",
|
|
12
9
|
styles: "display:flex;width:100%;justify-content:center"
|
|
@@ -16,24 +13,19 @@ var _ref = process.env.NODE_ENV === "production" ? {
|
|
|
16
13
|
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NoYXJ0L0RvbnV0Q2hhcnQvY29tcG9uZW50cy9DdXN0b21MYWJlbC9DdXN0b21MYWJlbC5zdHlsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHOEQiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvQ2hhcnQvRG9udXRDaGFydC9jb21wb25lbnRzL0N1c3RvbUxhYmVsL0N1c3RvbUxhYmVsLnN0eWxlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzLCBTZXJpYWxpemVkU3R5bGVzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgVGhlbWUgfSBmcm9tICd0aGVtZSc7XG5cbmV4cG9ydCBjb25zdCBmbGV4Q29udGFpbmVyID0gKCkgPT4gKCk6IFNlcmlhbGl6ZWRTdHlsZXMgPT4gY3NzYFxuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG5gO1xuXG5leHBvcnQgY29uc3QgbGFiZWxVbml0U3R5bGUgPSAoKSA9PiAodGhlbWU6IFRoZW1lKTogU2VyaWFsaXplZFN0eWxlcyA9PiBjc3NgXG4gIHdpZHRoOiA4MCU7XG4gIGZvbnQtc2l6ZTogJHt0aGVtZS50eXBvZ3JhcGh5LmZvbnRTaXplc1snMTInXX07XG4gIGNvbG9yOiAke3RoZW1lLnV0aWxzLmdldENvbG9yKCdsaWdodEdyZXknLCA2NTApfTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuYDtcbiJdfQ== */",
|
|
17
14
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
18
15
|
};
|
|
19
|
-
|
|
20
16
|
var flexContainer = function flexContainer() {
|
|
21
17
|
return function () {
|
|
22
18
|
return _ref;
|
|
23
19
|
};
|
|
24
20
|
};
|
|
25
|
-
|
|
26
21
|
exports.flexContainer = flexContainer;
|
|
27
|
-
|
|
28
22
|
var labelUnitStyle = function labelUnitStyle() {
|
|
29
23
|
return function (theme) {
|
|
30
24
|
return (
|
|
31
25
|
/*#__PURE__*/
|
|
32
|
-
|
|
33
26
|
/*#__PURE__*/
|
|
34
27
|
(0, _react.css)("width:80%;font-size:", theme.typography.fontSizes['12'], ";color:", theme.utils.getColor('lightGrey', 650), ";text-align:center;" + (process.env.NODE_ENV === "production" ? "" : ";label:labelUnitStyle;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NoYXJ0L0RvbnV0Q2hhcnQvY29tcG9uZW50cy9DdXN0b21MYWJlbC9DdXN0b21MYWJlbC5zdHlsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFTMkUiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvQ2hhcnQvRG9udXRDaGFydC9jb21wb25lbnRzL0N1c3RvbUxhYmVsL0N1c3RvbUxhYmVsLnN0eWxlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzLCBTZXJpYWxpemVkU3R5bGVzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgVGhlbWUgfSBmcm9tICd0aGVtZSc7XG5cbmV4cG9ydCBjb25zdCBmbGV4Q29udGFpbmVyID0gKCkgPT4gKCk6IFNlcmlhbGl6ZWRTdHlsZXMgPT4gY3NzYFxuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG5gO1xuXG5leHBvcnQgY29uc3QgbGFiZWxVbml0U3R5bGUgPSAoKSA9PiAodGhlbWU6IFRoZW1lKTogU2VyaWFsaXplZFN0eWxlcyA9PiBjc3NgXG4gIHdpZHRoOiA4MCU7XG4gIGZvbnQtc2l6ZTogJHt0aGVtZS50eXBvZ3JhcGh5LmZvbnRTaXplc1snMTInXX07XG4gIGNvbG9yOiAke3RoZW1lLnV0aWxzLmdldENvbG9yKCdsaWdodEdyZXknLCA2NTApfTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuYDtcbiJdfQ== */", process.env.NODE_ENV === "production" ? "" : ";label:labelUnitStyle;")
|
|
35
28
|
);
|
|
36
29
|
};
|
|
37
30
|
};
|
|
38
|
-
|
|
39
31
|
exports.labelUnitStyle = labelUnitStyle;
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _CustomLabel = _interopRequireDefault(require("./CustomLabel"));
|
|
7
|
-
|
|
8
6
|
exports["default"] = _CustomLabel["default"];
|
|
9
|
-
|
|
10
7
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
|
-
|
|
6
5
|
var _DonutChart = _interopRequireDefault(require("./DonutChart"));
|
|
7
|
-
|
|
8
6
|
exports["default"] = _DonutChart["default"];
|
|
9
|
-
|
|
10
7
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|