@ssa-ui-kit/core 0.0.26-alpha → 0.0.28-alpha
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/.storybook/main.ts +25 -6
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1439px].png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1439px]_statistics_submenu_popover.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1920px].png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1920px]_side_menu_expanded.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1920px]_statistics_submenu_expanded.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1920px]_statistics_submenu_popover.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w899px]_default.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w899px]_menu_opened.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w899px]_statistics_submenu.png +0 -0
- package/custom-shots/widgets-filters--default__[w1920px].png +0 -0
- package/custom-shots/widgets-filters--filter-button-items-not-selected__[w390px].png +0 -0
- package/custom-shots/widgets-filters--more-button-items-selected__[w390px].png +0 -0
- package/custom-shots/widgets-filters--more-button__[w900px].png +0 -0
- package/custom-shots/widgets-linkstabbar--current-focus__[w1920px].png +0 -0
- package/custom-shots/widgets-linkstabbar--non-current-focus__[w1920px].png +0 -0
- package/custom-shots/widgets-navbar-opened__[w1440px].png +0 -0
- package/custom-shots/widgets-navbar-opened__[w1920px].png +0 -0
- package/custom-shots/widgets-navbar-opened__[w390px].png +0 -0
- package/custom-shots/widgets-navbar-opened__[w900px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w1440px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w1920px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w390px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w900px].png +0 -0
- package/custom-shots/widgets-pagination--next-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination--not-selected-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination--previous-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination--selected-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination-disabled--next-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination-disabled--not-selected-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination-disabled--previous-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination-disabled--selected-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-progressInfo__[w1440px].png +0 -0
- package/custom-shots/widgets-progressInfo__[w1920px].png +0 -0
- package/custom-shots/widgets-progressInfo__[w390px].png +0 -0
- package/custom-shots/widgets-progressInfo__[w900px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w1440px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w1920px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w390px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w900px].png +0 -0
- package/custom-shots/widgets-searchbox--cross-icon__[w900px].png +0 -0
- package/custom-shots/widgets-searchbox--search-icon__[w900px].png +0 -0
- package/custom-shots/widgets-table-filters--opened__[w1920px].png +0 -0
- package/custom-shots/widgets-user-profile--is-opened__[w1920px].png +0 -0
- package/dist/components/AccordionGroup/Accordion.d.ts +1 -1
- package/dist/components/AccordionGroup/AccordionContent.d.ts +1 -1
- package/dist/components/AccordionGroup/AccordionContext.d.ts +1 -1
- package/dist/components/AccordionGroup/AccordionGroup.d.ts +1 -1
- package/dist/components/AccordionGroup/stories/helpers.d.ts +1 -1
- package/dist/components/AddNewAccountCard/AddNewAccountCard.d.ts +2 -0
- package/dist/components/AddNewAccountCard/index.d.ts +2 -0
- package/dist/components/AddNewAccountCard/styles.d.ts +2 -0
- package/dist/components/AddNewAccountCard/types.d.ts +7 -0
- package/dist/components/Button/ButtonText.d.ts +5 -5
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/components/ButtonGroup/stories/ExternalState.d.ts +1 -1
- package/dist/components/Card/Card.d.ts +1 -1
- package/dist/components/CardContent/CardContent.d.ts +1 -1
- package/dist/components/CardHeader/CardHeader.d.ts +1 -1
- package/dist/components/CardList/CardList.d.ts +6 -0
- package/dist/components/CardList/index.d.ts +2 -0
- package/dist/components/CardList/types.d.ts +10 -0
- package/dist/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/components/CollapsibleNavBar/CollapsibleNavBar.d.ts +5 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarBase.d.ts +8 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarItem.d.ts +8 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarLink.d.ts +5 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarList.d.ts +8 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarWrapper.d.ts +8 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavContentToggle.d.ts +4 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavToggle.d.ts +4 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavToggleWrapper.d.ts +8 -0
- package/dist/components/CollapsibleNavBar/NavBarAccordionContent.d.ts +16 -0
- package/dist/components/CollapsibleNavBar/NavBarItemWithSubMenu.d.ts +5 -0
- package/dist/components/CollapsibleNavBar/NavBarItemWithoutSubMenu.d.ts +6 -0
- package/dist/components/CollapsibleNavBar/NavBarPopover.d.ts +6 -0
- package/dist/components/CollapsibleNavBar/TriggerIcon.d.ts +7 -0
- package/dist/components/CollapsibleNavBar/index.d.ts +2 -0
- package/dist/components/CollapsibleNavBar/stories/CustomIcon.d.ts +1 -0
- package/dist/components/CollapsibleNavBar/stories/Layout.d.ts +3 -0
- package/dist/components/CollapsibleNavBar/stories/Logo.d.ts +1 -0
- package/dist/components/CollapsibleNavBar/stories/StoryComponent.d.ts +2 -0
- package/dist/components/CollapsibleNavBar/stories/consts.d.ts +2 -0
- package/dist/components/CollapsibleNavBar/stories/styles.d.ts +2 -0
- package/dist/components/CollapsibleNavBar/styles.d.ts +7 -0
- package/dist/components/CollapsibleNavBar/types.d.ts +16 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/DropdownArrow/DropdownArrow.d.ts +1 -1
- package/dist/components/DropdownOptions/DropdownOptions.d.ts +1 -1
- package/dist/components/DropdownToggle/DropdownToggle.d.ts +1 -1
- package/dist/components/Filters/FilterBlockWrapper.d.ts +11 -0
- package/dist/components/Filters/Filters.d.ts +16 -0
- package/dist/components/Filters/FiltersBlock.d.ts +1 -0
- package/dist/components/Filters/FiltersContext.d.ts +37 -0
- package/dist/components/Filters/FiltersWrapper.d.ts +7 -0
- package/dist/components/Filters/hooks/useVisibility.d.ts +14 -0
- package/dist/components/Filters/index.d.ts +1 -0
- package/dist/components/Filters/stories/StoryComponent.d.ts +3 -0
- package/dist/components/Filters/stories/mockData.d.ts +3 -0
- package/dist/components/Filters/types.d.ts +4 -0
- package/dist/components/FormCheckbox/FormCheckbox.d.ts +1 -1
- package/dist/components/FormHelperText/FormHelperText.d.ts +1 -1
- package/dist/components/FormRadioGroup/FormRadioGroup.d.ts +1 -1
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/Icon/icons/Archive.d.ts +1 -1
- package/dist/components/Icon/icons/ArrowDown.d.ts +1 -1
- package/dist/components/Icon/icons/ArrowUp.d.ts +1 -1
- package/dist/components/Icon/icons/Attention.d.ts +1 -1
- package/dist/components/Icon/icons/BanUser.d.ts +1 -1
- package/dist/components/Icon/icons/Bin.d.ts +1 -1
- package/dist/components/Icon/icons/Calendar.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotDown.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotLeft.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotRight.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotUp.d.ts +1 -1
- package/dist/components/Icon/icons/Change.d.ts +1 -1
- package/dist/components/Icon/icons/Chart.d.ts +1 -1
- package/dist/components/Icon/icons/Check.d.ts +1 -1
- package/dist/components/Icon/icons/CheckCircle.d.ts +1 -1
- package/dist/components/Icon/icons/Circle.d.ts +1 -1
- package/dist/components/Icon/icons/Circular.d.ts +1 -1
- package/dist/components/Icon/icons/Clock.d.ts +1 -1
- package/dist/components/Icon/icons/Cogwheel.d.ts +1 -1
- package/dist/components/Icon/icons/ConfirmEmail.d.ts +1 -1
- package/dist/components/Icon/icons/Copy.d.ts +1 -1
- package/dist/components/Icon/icons/Cross.d.ts +1 -1
- package/dist/components/Icon/icons/Diet.d.ts +1 -1
- package/dist/components/Icon/icons/Email.d.ts +1 -1
- package/dist/components/Icon/icons/Filter.d.ts +1 -1
- package/dist/components/Icon/icons/Home.d.ts +1 -1
- package/dist/components/Icon/icons/Information.d.ts +1 -1
- package/dist/components/Icon/icons/Invisible.d.ts +1 -1
- package/dist/components/Icon/icons/Lock.d.ts +1 -1
- package/dist/components/Icon/icons/LogIn.d.ts +1 -1
- package/dist/components/Icon/icons/LogOut.d.ts +1 -1
- package/dist/components/Icon/icons/Measurements.d.ts +1 -1
- package/dist/components/Icon/icons/Minus.d.ts +1 -1
- package/dist/components/Icon/icons/More.d.ts +1 -1
- package/dist/components/Icon/icons/MoreVertical.d.ts +1 -1
- package/dist/components/Icon/icons/Notification.d.ts +1 -1
- package/dist/components/Icon/icons/Plus.d.ts +1 -1
- package/dist/components/Icon/icons/RadioOn.d.ts +1 -1
- package/dist/components/Icon/icons/Robot.d.ts +1 -1
- package/dist/components/Icon/icons/Search.d.ts +1 -1
- package/dist/components/Icon/icons/Settings.d.ts +1 -1
- package/dist/components/Icon/icons/Sleep.d.ts +1 -1
- package/dist/components/Icon/icons/Stats.d.ts +1 -1
- package/dist/components/Icon/icons/Trainings.d.ts +1 -1
- package/dist/components/Icon/icons/UnArchive.d.ts +1 -1
- package/dist/components/Icon/icons/Union.d.ts +1 -1
- package/dist/components/Icon/icons/Unlock.d.ts +1 -1
- package/dist/components/Icon/icons/User.d.ts +1 -1
- package/dist/components/Icon/icons/Visible.d.ts +1 -1
- package/dist/components/Icon/icons/Warning.d.ts +1 -1
- package/dist/components/Icon/icons/index.d.ts +1 -1
- package/dist/components/Indicator/Indicator.d.ts +1 -1
- package/dist/components/Input/InputStatusError.d.ts +1 -1
- package/dist/components/Input/InputStatusSuccess.d.ts +1 -1
- package/dist/components/Label/Label.d.ts +1 -1
- package/dist/components/LargeTab/LargeTab.d.ts +1 -1
- package/dist/components/Link/Link.d.ts +1 -1
- package/dist/components/LinksTabBar/LinksTabBar.d.ts +2 -0
- package/dist/components/LinksTabBar/LinksTabBarBase.d.ts +5 -0
- package/dist/components/LinksTabBar/index.d.ts +2 -0
- package/dist/components/LinksTabBar/stories/decorators.d.ts +4 -0
- package/dist/components/LinksTabBar/stories/mockData.d.ts +5 -0
- package/dist/components/LinksTabBar/types.d.ts +10 -0
- package/dist/components/Modal/Modal.d.ts +1 -1
- package/dist/components/ModalContent/ModalContent.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.d.ts +1 -1
- package/dist/components/MultipleDropdownOptions/MultipleDropdownOptions.d.ts +1 -1
- package/dist/components/NavBar/NavBar.d.ts +5 -0
- package/dist/components/NavBar/NavBarBase.d.ts +6 -0
- package/dist/components/NavBar/NavBarItem.d.ts +6 -0
- package/dist/components/NavBar/NavBarLink.d.ts +5 -0
- package/dist/components/NavBar/NavBarList.d.ts +6 -0
- package/dist/components/NavBar/NavBarWrapper.d.ts +6 -0
- package/dist/components/NavBar/NavToggle.d.ts +4 -0
- package/dist/components/NavBar/NavToggleWrapper.d.ts +6 -0
- package/dist/components/NavBar/index.d.ts +2 -0
- package/dist/components/NavBar/types.d.ts +27 -0
- package/dist/components/NotificationCard/NotificationCard.d.ts +6 -0
- package/dist/components/NotificationCard/index.d.ts +2 -0
- package/dist/components/NotificationCard/styles.d.ts +7 -0
- package/dist/components/NotificationCard/types.d.ts +12 -0
- package/dist/components/NotificationMenu/NotificationMenu.d.ts +2 -0
- package/dist/components/NotificationMenu/helpers.d.ts +11 -0
- package/dist/components/NotificationMenu/index.d.ts +2 -0
- package/dist/components/NotificationMenu/stories/StoryComponent.d.ts +1 -0
- package/dist/components/NotificationMenu/stories/StoryContent.d.ts +6 -0
- package/dist/components/NotificationMenu/styles.d.ts +9 -0
- package/dist/components/NotificationMenu/types.d.ts +11 -0
- package/dist/components/Pagination/ArrowButton.d.ts +2 -0
- package/dist/components/Pagination/Pagination.d.ts +3 -0
- package/dist/components/Pagination/PaginationButtons.d.ts +2 -0
- package/dist/components/Pagination/PaginationContext.d.ts +5 -0
- package/dist/components/Pagination/WithPagination.d.ts +5 -0
- package/dist/components/Pagination/index.d.ts +4 -0
- package/dist/components/Pagination/styles.d.ts +4 -0
- package/dist/components/Pagination/types.d.ts +33 -0
- package/dist/components/PieChart/PieChart.d.ts +2 -0
- package/dist/components/PieChart/PieChartBases.d.ts +9 -0
- package/dist/components/PieChart/PieChartLegend.d.ts +2 -0
- package/dist/components/PieChart/PieChartLegendList.d.ts +5 -0
- package/dist/components/PieChart/PieChartLegendMarker.d.ts +4 -0
- package/dist/components/PieChart/colorPalettes.d.ts +5 -0
- package/dist/components/PieChart/index.d.ts +4 -0
- package/dist/components/PieChart/stories/fixtures.d.ts +11 -0
- package/dist/components/PieChart/types.d.ts +26 -0
- package/dist/components/Popover/Popover.d.ts +1 -1
- package/dist/components/Popover/stories/StoryComponent.d.ts +1 -1
- package/dist/components/Progress/Progress.d.ts +1 -1
- package/dist/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/dist/components/ProgressCircle/ProgressCircle.d.ts +1 -1
- package/dist/components/ProgressInfo/ProgressInfo.d.ts +2 -0
- package/dist/components/ProgressInfo/ProgressInfoTotals.d.ts +5 -0
- package/dist/components/ProgressInfo/index.d.ts +3 -0
- package/dist/components/ProgressInfo/mockProgressInfoRequest.d.ts +2 -0
- package/dist/components/ProgressInfo/styles.d.ts +2 -0
- package/dist/components/ProgressInfo/types.d.ts +27 -0
- package/dist/components/ProgressLegend/ProgressLegend.d.ts +1 -1
- package/dist/components/ProgressLegendItem/ProgressLegendItem.d.ts +1 -1
- package/dist/components/ProgressVertical/ProgressVertical.d.ts +1 -1
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/components/ResponsiveImage/ResponsiveImage.d.ts +1 -1
- package/dist/components/SearchBox/SearchBox.d.ts +2 -0
- package/dist/components/SearchBox/SearchBoxCrossIcon.d.ts +3 -0
- package/dist/components/SearchBox/SearchBoxInput.d.ts +4 -0
- package/dist/components/SearchBox/SearchBoxWrapper.d.ts +5 -0
- package/dist/components/SearchBox/index.d.ts +4 -0
- package/dist/components/SearchBox/stories/StoryComponent.d.ts +3 -0
- package/dist/components/SearchBox/types.d.ts +7 -0
- package/dist/components/Step/Step.d.ts +1 -1
- package/dist/components/StepConnector/StepConnector.d.ts +1 -1
- package/dist/components/StepLabel/StepLabel.d.ts +1 -1
- package/dist/components/Stepper/Stepper.d.ts +1 -1
- package/dist/components/Switch/Switch.d.ts +1 -1
- package/dist/components/Switch/SwitchContext.d.ts +1 -1
- package/dist/components/Tab/Tab.d.ts +1 -1
- package/dist/components/TabBar/TabBar.d.ts +1 -1
- package/dist/components/TabBar/TabBarContext.d.ts +1 -1
- package/dist/components/TabBar/stories/helpers.d.ts +2 -2
- package/dist/components/Table/stories/SortableTable.d.ts +1 -1
- package/dist/components/TableFilters/TableFilterCancelButton.d.ts +6 -0
- package/dist/components/TableFilters/TableFilterCheckbox.d.ts +2 -0
- package/dist/components/TableFilters/TableFilterClearButton.d.ts +6 -0
- package/dist/components/TableFilters/TableFilterTrigger.d.ts +8 -0
- package/dist/components/TableFilters/TableFilterTriggerWithNotification.d.ts +5 -0
- package/dist/components/TableFilters/TableFilters.d.ts +2 -0
- package/dist/components/TableFilters/TableFiltersAccordion.d.ts +2 -0
- package/dist/components/TableFilters/TableFiltersAccordionContent.d.ts +9 -0
- package/dist/components/TableFilters/TableFiltersButtons.d.ts +4 -0
- package/dist/components/TableFilters/hooks/useTableData.d.ts +27 -0
- package/dist/components/TableFilters/index.d.ts +9 -0
- package/dist/components/TableFilters/stories/StoryComponent.d.ts +1 -0
- package/dist/components/TableFilters/stories/TableFiltersWrapper.d.ts +1 -0
- package/dist/components/TableFilters/stories/mockData.d.ts +2 -0
- package/dist/components/TableFilters/styles.d.ts +4 -0
- package/dist/components/TableFilters/types.d.ts +30 -0
- package/dist/components/TableFilters/utils/handlers.d.ts +11 -0
- package/dist/components/Tag/Tag.d.ts +1 -1
- package/dist/components/TextField/TextField.d.ts +1 -1
- package/dist/components/Tooltip/ProgressChartTooltip.d.ts +1 -1
- package/dist/components/Tooltip/SimpleChartTooltip.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/components/Tooltip/TooltipArrow.d.ts +1 -1
- package/dist/components/UserProfile/UserProfile.d.ts +2 -0
- package/dist/components/UserProfile/index.d.ts +2 -0
- package/dist/components/UserProfile/styles.d.ts +6 -0
- package/dist/components/UserProfile/types.d.ts +8 -0
- package/dist/components/WithVisibleLG/WithVisibleLG.d.ts +10 -0
- package/dist/components/WithVisibleLG/index.d.ts +1 -0
- package/dist/components/WithVisibleMD/WithVisibleMD.d.ts +6 -0
- package/dist/components/WithVisibleMD/index.d.ts +1 -0
- package/dist/components/WithVisibleSM/WithVisibleSM.d.ts +6 -0
- package/dist/components/WithVisibleSM/index.d.ts +1 -0
- package/dist/components/WithVisibleUpToLG/WithVisibleUpToLG.d.ts +6 -0
- package/dist/components/WithVisibleUpToLG/index.d.ts +1 -0
- package/dist/components/index.d.ts +20 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +17 -15
- package/src/components/AddNewAccountCard/AddNewAccountCard.spec.tsx +39 -0
- package/src/components/AddNewAccountCard/AddNewAccountCard.stories.tsx +49 -0
- package/src/components/AddNewAccountCard/AddNewAccountCard.tsx +22 -0
- package/src/components/AddNewAccountCard/index.ts +2 -0
- package/src/components/AddNewAccountCard/styles.ts +29 -0
- package/src/components/AddNewAccountCard/types.ts +7 -0
- package/src/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
- package/src/components/CardList/CardList.spec.tsx +32 -0
- package/src/components/CardList/CardList.stories.tsx +37 -0
- package/src/components/CardList/CardList.tsx +35 -0
- package/src/components/CardList/index.ts +2 -0
- package/src/components/CardList/types.ts +10 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBar.e2e.ts +115 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBar.spec.tsx +50 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBar.tsx +81 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBarBase.ts +134 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBarItem.ts +28 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBarLink.ts +40 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBarList.ts +18 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBarWrapper.ts +24 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavContentToggle.tsx +27 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavToggle.tsx +49 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavToggleWrapper.ts +16 -0
- package/src/components/CollapsibleNavBar/NavBarAccordionContent.tsx +55 -0
- package/src/components/CollapsibleNavBar/NavBarItemWithSubMenu.tsx +94 -0
- package/src/components/CollapsibleNavBar/NavBarItemWithoutSubMenu.tsx +33 -0
- package/src/components/CollapsibleNavBar/NavBarPopover.tsx +125 -0
- package/src/components/CollapsibleNavBar/TriggerIcon.tsx +45 -0
- package/src/components/CollapsibleNavBar/index.ts +2 -0
- package/src/components/CollapsibleNavBar/stories/CollapsibleNavBar.stories.tsx +79 -0
- package/src/components/CollapsibleNavBar/stories/CustomIcon.tsx +20 -0
- package/src/components/CollapsibleNavBar/stories/Layout.tsx +53 -0
- package/src/components/CollapsibleNavBar/stories/Logo.tsx +12 -0
- package/src/components/CollapsibleNavBar/stories/StoryComponent.tsx +26 -0
- package/src/components/CollapsibleNavBar/stories/consts.ts +37 -0
- package/src/components/CollapsibleNavBar/stories/styles.ts +21 -0
- package/src/components/CollapsibleNavBar/styles.ts +91 -0
- package/src/components/CollapsibleNavBar/types.ts +18 -0
- package/src/components/Dropdown/Dropdown.stories.tsx +1 -1
- package/src/components/Filters/FilterBlockWrapper.tsx +11 -0
- package/src/components/Filters/Filters.e2e.ts +115 -0
- package/src/components/Filters/Filters.spec.tsx +47 -0
- package/src/components/Filters/Filters.tsx +87 -0
- package/src/components/Filters/FiltersBlock.tsx +79 -0
- package/src/components/Filters/FiltersContext.tsx +44 -0
- package/src/components/Filters/FiltersWrapper.tsx +34 -0
- package/src/components/Filters/hooks/useVisibility.ts +101 -0
- package/src/components/Filters/index.ts +1 -0
- package/src/components/Filters/stories/Filters.stories.tsx +24 -0
- package/src/components/Filters/stories/StoryComponent.tsx +19 -0
- package/src/components/Filters/stories/mockData.ts +421 -0
- package/src/components/Filters/types.ts +4 -0
- package/src/components/LinksTabBar/LinksTabBar.e2e.ts +23 -0
- package/src/components/LinksTabBar/LinksTabBar.spec.tsx +50 -0
- package/src/components/LinksTabBar/LinksTabBar.stories.tsx +45 -0
- package/src/components/LinksTabBar/LinksTabBar.tsx +14 -0
- package/src/components/LinksTabBar/LinksTabBarBase.tsx +36 -0
- package/src/components/LinksTabBar/index.ts +2 -0
- package/src/components/LinksTabBar/stories/decorators.tsx +34 -0
- package/src/components/LinksTabBar/stories/mockData.ts +27 -0
- package/src/components/LinksTabBar/types.ts +12 -0
- package/src/components/MultipleDropdown/stories/MultipleDropdown.stories.tsx +1 -1
- package/src/components/NavBar/NavBar.e2e.ts +64 -0
- package/src/components/NavBar/NavBar.stories.tsx +86 -0
- package/src/components/NavBar/NavBar.tsx +41 -0
- package/src/components/NavBar/NavBarBase.ts +45 -0
- package/src/components/NavBar/NavBarItem.ts +13 -0
- package/src/components/NavBar/NavBarLink.ts +33 -0
- package/src/components/NavBar/NavBarList.ts +16 -0
- package/src/components/NavBar/NavBarWrapper.ts +40 -0
- package/src/components/NavBar/NavToggle.tsx +36 -0
- package/src/components/NavBar/NavToggleWrapper.ts +21 -0
- package/src/components/NavBar/index.ts +2 -0
- package/src/components/NavBar/types.ts +25 -0
- package/src/components/NotificationCard/NotificationCard.spec.tsx +113 -0
- package/src/components/NotificationCard/NotificationCard.stories.tsx +112 -0
- package/src/components/NotificationCard/NotificationCard.tsx +92 -0
- package/src/components/NotificationCard/index.ts +2 -0
- package/src/components/NotificationCard/styles.tsx +134 -0
- package/src/components/NotificationCard/types.ts +12 -0
- package/src/components/NotificationMenu/NotificationMenu.e2e.ts +27 -0
- package/src/components/NotificationMenu/NotificationMenu.spec.tsx +64 -0
- package/src/components/NotificationMenu/NotificationMenu.tsx +77 -0
- package/src/components/NotificationMenu/helpers.ts +91 -0
- package/src/components/NotificationMenu/index.ts +2 -0
- package/src/components/NotificationMenu/stories/NotificationMenu.stories.tsx +14 -0
- package/src/components/NotificationMenu/stories/StoryComponent.tsx +88 -0
- package/src/components/NotificationMenu/stories/StoryContent.tsx +54 -0
- package/src/components/NotificationMenu/styles.ts +124 -0
- package/src/components/NotificationMenu/types.ts +11 -0
- package/src/components/Pagination/ArrowButton.tsx +33 -0
- package/src/components/Pagination/Pagination.e2e.ts +51 -0
- package/src/components/Pagination/Pagination.spec.tsx +228 -0
- package/src/components/Pagination/Pagination.stories.tsx +60 -0
- package/src/components/Pagination/Pagination.tsx +66 -0
- package/src/components/Pagination/PaginationButtons.tsx +63 -0
- package/src/components/Pagination/PaginationContext.tsx +23 -0
- package/src/components/Pagination/WithPagination.tsx +14 -0
- package/src/components/Pagination/index.ts +4 -0
- package/src/components/Pagination/styles.tsx +98 -0
- package/src/components/Pagination/types.ts +38 -0
- package/src/components/PieChart/PieChart.spec.tsx +96 -0
- package/src/components/PieChart/PieChart.stories.tsx +129 -0
- package/src/components/PieChart/PieChart.tsx +40 -0
- package/src/components/PieChart/PieChartBases.tsx +26 -0
- package/src/components/PieChart/PieChartLegend.tsx +74 -0
- package/src/components/PieChart/PieChartLegendList.tsx +19 -0
- package/src/components/PieChart/PieChartLegendMarker.tsx +12 -0
- package/src/components/PieChart/colorPalettes.ts +27 -0
- package/src/components/PieChart/index.ts +4 -0
- package/src/components/PieChart/stories/fixtures.ts +39 -0
- package/src/components/PieChart/types.ts +30 -0
- package/src/components/ProgressInfo/ProgressInfo.e2e.ts +31 -0
- package/src/components/ProgressInfo/ProgressInfo.spec.tsx +91 -0
- package/src/components/ProgressInfo/ProgressInfo.stories.tsx +32 -0
- package/src/components/ProgressInfo/ProgressInfo.tsx +114 -0
- package/src/components/ProgressInfo/ProgressInfoTotals.tsx +60 -0
- package/src/components/ProgressInfo/index.ts +3 -0
- package/src/components/ProgressInfo/mockProgressInfoRequest.ts +166 -0
- package/src/components/ProgressInfo/styles.ts +20 -0
- package/src/components/ProgressInfo/types.ts +28 -0
- package/src/components/SearchBox/SearchBox.e2e.ts +37 -0
- package/src/components/SearchBox/SearchBox.spec.tsx +77 -0
- package/src/components/SearchBox/SearchBox.tsx +70 -0
- package/src/components/SearchBox/SearchBoxCrossIcon.tsx +27 -0
- package/src/components/SearchBox/SearchBoxInput.tsx +42 -0
- package/src/components/SearchBox/SearchBoxWrapper.tsx +9 -0
- package/src/components/SearchBox/index.ts +4 -0
- package/src/components/SearchBox/stories/SearchBox.stories.tsx +16 -0
- package/src/components/SearchBox/stories/StoryComponent.tsx +25 -0
- package/src/components/SearchBox/types.ts +9 -0
- package/src/components/TabBar/stories/TimePeriodTabBar.stories.tsx +1 -1
- package/src/components/TabBar/stories/WeekTabBar.stories.tsx +1 -1
- package/src/components/TableFilters/TableFilterCancelButton.tsx +39 -0
- package/src/components/TableFilters/TableFilterCheckbox.tsx +25 -0
- package/src/components/TableFilters/TableFilterClearButton.tsx +47 -0
- package/src/components/TableFilters/TableFilterTrigger.tsx +67 -0
- package/src/components/TableFilters/TableFilterTriggerWithNotification.tsx +44 -0
- package/src/components/TableFilters/TableFilters.e2e.ts +32 -0
- package/src/components/TableFilters/TableFilters.spec.tsx +171 -0
- package/src/components/TableFilters/TableFilters.tsx +189 -0
- package/src/components/TableFilters/TableFiltersAccordion.tsx +14 -0
- package/src/components/TableFilters/TableFiltersAccordionContent.tsx +21 -0
- package/src/components/TableFilters/TableFiltersButtons.tsx +33 -0
- package/src/components/TableFilters/hooks/useTableData.ts +137 -0
- package/src/components/TableFilters/index.ts +9 -0
- package/src/components/TableFilters/stories/StoryComponent.tsx +35 -0
- package/src/components/TableFilters/stories/TableFilters.stories.tsx +17 -0
- package/src/components/TableFilters/stories/TableFiltersWrapper.tsx +7 -0
- package/src/components/TableFilters/stories/mockData.tsx +114 -0
- package/src/components/TableFilters/styles.ts +26 -0
- package/src/components/TableFilters/types.ts +34 -0
- package/src/components/TableFilters/utils/handlers.ts +73 -0
- package/src/components/UserProfile/UserProfile.e2e.ts +21 -0
- package/src/components/UserProfile/UserProfile.spec.tsx +107 -0
- package/src/components/UserProfile/UserProfile.stories.tsx +21 -0
- package/src/components/UserProfile/UserProfile.tsx +53 -0
- package/src/components/UserProfile/index.ts +2 -0
- package/src/components/UserProfile/styles.ts +47 -0
- package/src/components/UserProfile/types.ts +8 -0
- package/src/components/WithVisibleLG/WithVisibleLG.spec.tsx +27 -0
- package/src/components/WithVisibleLG/WithVisibleLG.tsx +22 -0
- package/src/components/WithVisibleLG/index.ts +1 -0
- package/src/components/WithVisibleMD/WithVisibleMD.spec.tsx +27 -0
- package/src/components/WithVisibleMD/WithVisibleMD.tsx +23 -0
- package/src/components/WithVisibleMD/index.ts +1 -0
- package/src/components/WithVisibleSM/WithVisibleSM.spec.tsx +27 -0
- package/src/components/WithVisibleSM/WithVisibleSM.tsx +22 -0
- package/src/components/WithVisibleSM/index.ts +1 -0
- package/src/components/WithVisibleUpToLG/WithVisibleUpToLG.spec.tsx +27 -0
- package/src/components/WithVisibleUpToLG/WithVisibleUpToLG.tsx +24 -0
- package/src/components/WithVisibleUpToLG/index.ts +1 -0
- package/src/components/index.ts +20 -0
- package/storybook-static/1052.f41dae10.iframe.bundle.js +1 -0
- package/storybook-static/1314.99159358.iframe.bundle.js +1 -0
- package/storybook-static/1714.450398cd.iframe.bundle.js +2 -0
- package/storybook-static/1714.450398cd.iframe.bundle.js.LICENSE.txt +18 -0
- package/storybook-static/2449.f23312e5.iframe.bundle.js +1 -0
- package/storybook-static/2968.a1fcaa01.iframe.bundle.js +1 -0
- package/storybook-static/386.33b43a47.iframe.bundle.js +1 -0
- package/storybook-static/3979.ac862548.iframe.bundle.js +1 -0
- package/storybook-static/4305.79360231.iframe.bundle.js +2 -0
- package/storybook-static/4305.79360231.iframe.bundle.js.LICENSE.txt +32 -0
- package/storybook-static/{4106.7f1435f2.iframe.bundle.js → 4352.88368587.iframe.bundle.js} +5 -5
- package/storybook-static/{4106.7f1435f2.iframe.bundle.js.map → 4352.88368587.iframe.bundle.js.map} +1 -1
- package/storybook-static/4523.7845475c.iframe.bundle.js +1 -0
- package/storybook-static/4916.c0ec1d48.iframe.bundle.js +1 -0
- package/storybook-static/4929.396e3425.iframe.bundle.js +1 -0
- package/storybook-static/5002.68383121.iframe.bundle.js +1 -0
- package/storybook-static/{5374.19c2f606.iframe.bundle.js → 5374.b9bb5f25.iframe.bundle.js} +3 -3
- package/storybook-static/{5374.19c2f606.iframe.bundle.js.map → 5374.b9bb5f25.iframe.bundle.js.map} +1 -1
- package/storybook-static/5476.29d67634.iframe.bundle.js +1 -0
- package/storybook-static/5842.d3f58230.iframe.bundle.js +1 -0
- package/storybook-static/598.17e1a07f.iframe.bundle.js +1 -0
- package/storybook-static/6702.619371a4.iframe.bundle.js +1 -0
- package/storybook-static/7464.0103ae73.iframe.bundle.js +1 -0
- package/storybook-static/759.c9c4bb5f.iframe.bundle.js +1 -0
- package/storybook-static/8069.d961963f.iframe.bundle.js +1 -0
- package/storybook-static/8292.86a77cd0.iframe.bundle.js +1 -0
- package/storybook-static/8524.092ff127.iframe.bundle.js +1 -0
- package/storybook-static/{9185.5e034211.iframe.bundle.js → 9185.3757a8ae.iframe.bundle.js} +9 -3
- package/storybook-static/9185.3757a8ae.iframe.bundle.js.map +1 -0
- package/storybook-static/components-AccordionGroup-stories-AccordionGroup-stories.aa4e9541.iframe.bundle.js +1 -0
- package/storybook-static/components-AddNewAccountCard-AddNewAccountCard-stories.a590c504.iframe.bundle.js +1 -0
- package/storybook-static/components-Badge-Badge-stories.af1994d9.iframe.bundle.js +1 -0
- package/storybook-static/components-Button-Button-stories.5f6058f3.iframe.bundle.js +1 -0
- package/storybook-static/components-ButtonGroup-ButtonGroup-stories.b49ecf0c.iframe.bundle.js +1 -0
- package/storybook-static/components-Card-Card-stories.54a2b2a4.iframe.bundle.js +1 -0
- package/storybook-static/components-CardList-CardList-stories.55085ccb.iframe.bundle.js +1 -0
- package/storybook-static/{9672.98d487be.iframe.bundle.js → components-Checkbox-Checkbox-stories.a7b0d94d.iframe.bundle.js} +1 -1
- package/storybook-static/components-CollapsibleNavBar-stories-CollapsibleNavBar-stories.a341ec87.iframe.bundle.js +1 -0
- package/storybook-static/{components-ColorPicker-ColorPicker-stories.227d5d28.iframe.bundle.js → components-ColorPicker-ColorPicker-stories.a873bb58.iframe.bundle.js} +1 -1
- package/storybook-static/components-Dropdown-Dropdown-stories.3daa5628.iframe.bundle.js +1 -0
- package/storybook-static/components-Filters-stories-Filters-stories.72f59c09.iframe.bundle.js +1 -0
- package/storybook-static/components-Form-Form-stories-mdx.baf871b4.iframe.bundle.js +2 -0
- package/storybook-static/components-Form-Form-stories.8d82d9ea.iframe.bundle.js +1 -0
- package/storybook-static/components-FormRadioGroup-FormRadioGroup-stories.8227252f.iframe.bundle.js +1 -0
- package/storybook-static/components-Icon-Icons-stories.783c28d0.iframe.bundle.js +1 -0
- package/storybook-static/components-Indicator-Indicator-stories.625fb5b0.iframe.bundle.js +1 -0
- package/storybook-static/components-Input-Input-stories.5153e0ed.iframe.bundle.js +1 -0
- package/storybook-static/components-LinksTabBar-LinksTabBar-stories.2ac677c8.iframe.bundle.js +1 -0
- package/storybook-static/components-Modal-Modal-stories.ebf252bf.iframe.bundle.js +1 -0
- package/storybook-static/components-MultipleDropdown-stories-MultipleDropdown-stories.edb00bde.iframe.bundle.js +1 -0
- package/storybook-static/components-NavBar-NavBar-stories.fc34e9ee.iframe.bundle.js +1 -0
- package/storybook-static/components-NotificationCard-NotificationCard-stories.ba079dfb.iframe.bundle.js +1 -0
- package/storybook-static/components-NotificationMenu-stories-NotificationMenu-stories.3b6a5243.iframe.bundle.js +1 -0
- package/storybook-static/components-Pagination-Pagination-stories.b15c17c9.iframe.bundle.js +1 -0
- package/storybook-static/components-PieChart-PieChart-stories.e867949f.iframe.bundle.js +1 -0
- package/storybook-static/components-Popover-stories-Popover-stories.160ff6f6.iframe.bundle.js +1 -0
- package/storybook-static/components-Progress-Progress-stories.49fd25be.iframe.bundle.js +1 -0
- package/storybook-static/components-ProgressCircle-ProgressCircle-stories.532cd5ce.iframe.bundle.js +1 -0
- package/storybook-static/components-ProgressInfo-ProgressInfo-stories.80188cbf.iframe.bundle.js +1 -0
- package/storybook-static/components-Radio-Radio-stories.4673452e.iframe.bundle.js +1 -0
- package/storybook-static/components-RadioGroup-RadioGroup-stories.f685ee1e.iframe.bundle.js +1 -0
- package/storybook-static/components-ResponsiveImage-ResponsiveImage-stories.b2856387.iframe.bundle.js +1 -0
- package/storybook-static/components-SearchBox-stories-SearchBox-stories.100eb0c6.iframe.bundle.js +1 -0
- package/storybook-static/components-Stepper-Stepper-stories.0bc84f26.iframe.bundle.js +1 -0
- package/storybook-static/components-Switch-Switch-stories.cdc91041.iframe.bundle.js +1 -0
- package/storybook-static/components-TabBar-stories-TimePeriodTabBar-stories.db94c57a.iframe.bundle.js +1 -0
- package/storybook-static/components-TabBar-stories-WeekTabBar-stories.ec3cdaa2.iframe.bundle.js +1 -0
- package/storybook-static/components-Table-stories-Table-stories.8ad7fcdf.iframe.bundle.js +1 -0
- package/storybook-static/components-TableFilters-stories-TableFilters-stories.36e5e757.iframe.bundle.js +1 -0
- package/storybook-static/components-Tag-Tag-stories.019eac99.iframe.bundle.js +1 -0
- package/storybook-static/components-TextField-TextField-stories.0fa13e37.iframe.bundle.js +1 -0
- package/storybook-static/components-Textarea-Textarea-stories.cbf0784b.iframe.bundle.js +1 -0
- package/storybook-static/components-Tooltip-Tooltip-stories.8263f287.iframe.bundle.js +1 -0
- package/storybook-static/components-Typography-Typography-stories.0c7c6e11.iframe.bundle.js +1 -0
- package/storybook-static/components-UserProfile-UserProfile-stories.83fc5993.iframe.bundle.js +1 -0
- package/storybook-static/iframe.html +3 -3
- package/storybook-static/index.json +1 -1
- package/storybook-static/main.622e7a03.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/runtime~main.0a9ca896.iframe.bundle.js +1 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.map +1 -1
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.map +1 -1
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.map +1 -1
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js.map +1 -1
- package/storybook-static/sb-addons/pseudo-states-9/manager-bundle.js.map +1 -1
- package/storybook-static/stories.json +1 -1
- package/tsbuildcache +1 -1
- package/tsconfig.build.json +4 -1
- package/webpack.config.js +2 -0
- package/custom-shots/components-table-filters--opened__[w1920px].png +0 -0
- package/dist/components/Popover/Popover.e2e.d.ts +0 -1
- package/storybook-static/3624.1414516c.iframe.bundle.js +0 -1
- package/storybook-static/4339.437b4af1.iframe.bundle.js +0 -1
- package/storybook-static/5199.6867eb61.iframe.bundle.js +0 -1
- package/storybook-static/5417.e7b726cc.iframe.bundle.js +0 -1
- package/storybook-static/5521.fbe15eea.iframe.bundle.js +0 -1
- package/storybook-static/5938.713bc0f1.iframe.bundle.js +0 -1
- package/storybook-static/6216.8da65c4d.iframe.bundle.js +0 -1
- package/storybook-static/6374.b662bb7e.iframe.bundle.js +0 -1
- package/storybook-static/8069.7d70ab4a.iframe.bundle.js +0 -1
- package/storybook-static/9185.5e034211.iframe.bundle.js.map +0 -1
- package/storybook-static/components-AccordionGroup-stories-AccordionGroup-stories.c8781719.iframe.bundle.js +0 -1
- package/storybook-static/components-Badge-Badge-stories.34ed507d.iframe.bundle.js +0 -1
- package/storybook-static/components-Button-Button-stories.42cf6ebc.iframe.bundle.js +0 -1
- package/storybook-static/components-Card-Card-stories.dce075fe.iframe.bundle.js +0 -1
- package/storybook-static/components-Checkbox-Checkbox-stories.c3b0ba2a.iframe.bundle.js +0 -1
- package/storybook-static/components-Dropdown-Dropdown-stories.a86e6d8b.iframe.bundle.js +0 -1
- package/storybook-static/components-Form-Form-stories-mdx.febb9417.iframe.bundle.js +0 -2
- package/storybook-static/components-Form-Form-stories.1030ead7.iframe.bundle.js +0 -1
- package/storybook-static/components-FormRadioGroup-FormRadioGroup-stories.9d91e8c9.iframe.bundle.js +0 -1
- package/storybook-static/components-Icon-Icons-stories.fe368cd9.iframe.bundle.js +0 -1
- package/storybook-static/components-Input-Input-stories.ecfd89af.iframe.bundle.js +0 -1
- package/storybook-static/components-Modal-Modal-stories.bd406807.iframe.bundle.js +0 -1
- package/storybook-static/components-MultipleDropdown-MultipleDropdown-stories.80762ee2.iframe.bundle.js +0 -1
- package/storybook-static/components-Popover-stories-Popover-stories.5bbb9c19.iframe.bundle.js +0 -1
- package/storybook-static/components-Progress-Progress-stories.924b6ce3.iframe.bundle.js +0 -1
- package/storybook-static/components-ProgressCircle-ProgressCircle-stories.abf7a711.iframe.bundle.js +0 -1
- package/storybook-static/components-Radio-Radio-stories.ea10f6ac.iframe.bundle.js +0 -1
- package/storybook-static/components-RadioGroup-RadioGroup-stories.8be03b3f.iframe.bundle.js +0 -1
- package/storybook-static/components-ResponsiveImage-ResponsiveImage-stories.d6d0fc31.iframe.bundle.js +0 -1
- package/storybook-static/components-Stepper-Stepper-stories.55fe429d.iframe.bundle.js +0 -1
- package/storybook-static/components-Switch-Switch-stories.760b85d7.iframe.bundle.js +0 -1
- package/storybook-static/components-TabBar-stories-TimePeriodTabBar-stories.6f0ee7ee.iframe.bundle.js +0 -1
- package/storybook-static/components-TabBar-stories-WeekTabBar-stories.1d8887da.iframe.bundle.js +0 -1
- package/storybook-static/components-Table-Table-stories.cf62219e.iframe.bundle.js +0 -1
- package/storybook-static/components-Tag-Tag-stories.dc89b8dd.iframe.bundle.js +0 -1
- package/storybook-static/components-TextField-TextField-stories.23ab264d.iframe.bundle.js +0 -1
- package/storybook-static/components-Textarea-Textarea-stories.5d16dfd0.iframe.bundle.js +0 -1
- package/storybook-static/components-Tooltip-Tooltip-stories.4cf83194.iframe.bundle.js +0 -1
- package/storybook-static/components-Typography-Typography-stories.b04f7644.iframe.bundle.js +0 -1
- package/storybook-static/main.17671a9a.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.a44b94df.iframe.bundle.js +0 -1
- package/tsconfig.tsbuildinfo +0 -1
- /package/storybook-static/{4106.7f1435f2.iframe.bundle.js.LICENSE.txt → 4352.88368587.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/storybook-static/{5374.19c2f606.iframe.bundle.js.LICENSE.txt → 5374.b9bb5f25.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/storybook-static/{components-Form-Form-stories-mdx.febb9417.iframe.bundle.js.LICENSE.txt → components-Form-Form-stories-mdx.baf871b4.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import userEvent from '@testing-library/user-event';
|
|
2
|
+
import { fireEvent, screen, waitFor, within } from '../../../customTest';
|
|
3
|
+
import ResizeObserver from 'resize-observer-polyfill';
|
|
4
|
+
|
|
5
|
+
import { progressInfoData as data } from './mockProgressInfoRequest';
|
|
6
|
+
|
|
7
|
+
import ProgressInfo from './index';
|
|
8
|
+
|
|
9
|
+
const ResponsivePieMock = ({
|
|
10
|
+
colors,
|
|
11
|
+
}: {
|
|
12
|
+
onMouseMove: (p: { data: { y: number } }) => void;
|
|
13
|
+
colors?: string;
|
|
14
|
+
}) => <div data-testid="progress-mock" css={{ color: colors }}></div>;
|
|
15
|
+
|
|
16
|
+
jest.mock('@nivo/pie', () => ({
|
|
17
|
+
PieCustomLayerProps: {},
|
|
18
|
+
ResponsivePie: ResponsivePieMock,
|
|
19
|
+
}));
|
|
20
|
+
|
|
21
|
+
const setup = (component: React.ReactElement) => {
|
|
22
|
+
return {
|
|
23
|
+
user: userEvent.setup(),
|
|
24
|
+
...render(component),
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
describe('ProgressInfo', () => {
|
|
29
|
+
beforeAll(() => {
|
|
30
|
+
window.ResizeObserver = ResizeObserver;
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
it('Renders the correct number items legends & items', async () => {
|
|
34
|
+
render(<ProgressInfo data={data} />);
|
|
35
|
+
|
|
36
|
+
await waitFor(async () => {
|
|
37
|
+
const [listActivities, listTotal] = await screen.findAllByRole('list');
|
|
38
|
+
const listActivitiesEls = await within(listActivities).findAllByRole(
|
|
39
|
+
'listitem',
|
|
40
|
+
);
|
|
41
|
+
const listTotalEls = await within(listTotal).findAllByRole('listitem');
|
|
42
|
+
|
|
43
|
+
expect(listActivitiesEls).toHaveLength(2);
|
|
44
|
+
expect(listTotalEls).toHaveLength(2);
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
it('Changes its content when a period is changed', async () => {
|
|
49
|
+
const { getByTestId, getByRole, getAllByRole, getByText } = render(
|
|
50
|
+
<ProgressInfo data={data} />,
|
|
51
|
+
);
|
|
52
|
+
|
|
53
|
+
await waitFor(async () => {
|
|
54
|
+
const dropdownEl = getByTestId('dropdown');
|
|
55
|
+
const dropdownToggleEl = within(dropdownEl).getByRole('combobox');
|
|
56
|
+
|
|
57
|
+
await fireEvent.click(dropdownToggleEl);
|
|
58
|
+
|
|
59
|
+
const listItemEls = within(getByRole('listbox')).getAllByRole('button');
|
|
60
|
+
|
|
61
|
+
await fireEvent.click(listItemEls[2]);
|
|
62
|
+
|
|
63
|
+
const [listActivities, listTotal] = getAllByRole('list');
|
|
64
|
+
const listActivitiesEls = within(listActivities).getAllByRole('listitem');
|
|
65
|
+
const listTotalEls = within(listTotal).getAllByRole('listitem');
|
|
66
|
+
|
|
67
|
+
expect(listActivitiesEls).toHaveLength(2);
|
|
68
|
+
expect(listTotalEls).toHaveLength(2);
|
|
69
|
+
expect(getByText(/210 hrs/i)).toBeInTheDocument();
|
|
70
|
+
expect(getByText(/266 hrs/i)).toBeInTheDocument();
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
it('Renders without data', async () => {
|
|
75
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
76
|
+
// @ts-ignore
|
|
77
|
+
const { queryByTestId } = render(<ProgressInfo data="" />);
|
|
78
|
+
|
|
79
|
+
await waitFor(async () => {
|
|
80
|
+
const dropdownEl = await queryByTestId('dropdown');
|
|
81
|
+
|
|
82
|
+
expect(dropdownEl).not.toBeInTheDocument();
|
|
83
|
+
});
|
|
84
|
+
});
|
|
85
|
+
|
|
86
|
+
it('Renders ResponsivePie', async () => {
|
|
87
|
+
const { getByTestId } = setup(<ProgressInfo data={data} />);
|
|
88
|
+
|
|
89
|
+
await expect(getByTestId('progress-mock')).toBeInTheDocument();
|
|
90
|
+
});
|
|
91
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { css } from '@emotion/react';
|
|
2
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
+
|
|
4
|
+
import { progressInfoData as data } from './mockProgressInfoRequest';
|
|
5
|
+
|
|
6
|
+
import { default as ProgressInfo, ProgressInfoProps } from './index';
|
|
7
|
+
|
|
8
|
+
export default {
|
|
9
|
+
title: 'Charts/ProgressInfo',
|
|
10
|
+
component: ProgressInfo,
|
|
11
|
+
args: {
|
|
12
|
+
data,
|
|
13
|
+
},
|
|
14
|
+
decorators: [
|
|
15
|
+
(Story) => (
|
|
16
|
+
<div
|
|
17
|
+
css={css`
|
|
18
|
+
container-type: inline-size;
|
|
19
|
+
`}>
|
|
20
|
+
<Story />
|
|
21
|
+
</div>
|
|
22
|
+
),
|
|
23
|
+
],
|
|
24
|
+
} as Meta<typeof ProgressInfo>;
|
|
25
|
+
|
|
26
|
+
export const Default: StoryObj<typeof ProgressInfo> = (
|
|
27
|
+
args: ProgressInfoProps,
|
|
28
|
+
) => {
|
|
29
|
+
return <ProgressInfo {...args} />;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
Default.args = { data, className: 'lostpixel-ignore' };
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { useEffect, useState } from 'react';
|
|
2
|
+
import { css, useTheme } from '@emotion/react';
|
|
3
|
+
import Dropdown from '@components/Dropdown';
|
|
4
|
+
import DropdownOption from '@components/DropdownOption';
|
|
5
|
+
import type { DropdownOptionProps } from '@components/DropdownOptions';
|
|
6
|
+
import Card from '@components/Card';
|
|
7
|
+
import CardHeader from '@components/CardHeader';
|
|
8
|
+
import Typography from '@components/Typography';
|
|
9
|
+
|
|
10
|
+
import { PieChart, PieChartLegend } from '@components/PieChart';
|
|
11
|
+
import { ProgressInfoTotals } from './ProgressInfoTotals';
|
|
12
|
+
|
|
13
|
+
import {
|
|
14
|
+
ProgressInfoItemProps,
|
|
15
|
+
Period,
|
|
16
|
+
ProgressInfoProps,
|
|
17
|
+
PeriodOption,
|
|
18
|
+
} from './types';
|
|
19
|
+
|
|
20
|
+
import { getPieChartStyles } from './styles';
|
|
21
|
+
|
|
22
|
+
export const ProgressInfo = ({ data, className }: ProgressInfoProps) => {
|
|
23
|
+
const [options, setOptions] = useState<PeriodOption[]>([]);
|
|
24
|
+
const [selected, setSelected] = useState<PeriodOption>();
|
|
25
|
+
const [response, setResponse] = useState<ProgressInfoItemProps[]>([]);
|
|
26
|
+
const theme = useTheme();
|
|
27
|
+
|
|
28
|
+
useEffect(() => {
|
|
29
|
+
if (Object.keys(data).length > 0) {
|
|
30
|
+
const options: PeriodOption[] = [];
|
|
31
|
+
|
|
32
|
+
Object.keys(data).forEach((key) => {
|
|
33
|
+
Object.keys(data[key]).length > 0
|
|
34
|
+
? options.push({ value: key, id: key })
|
|
35
|
+
: null;
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
setOptions(options);
|
|
39
|
+
setSelected(options[0]);
|
|
40
|
+
|
|
41
|
+
filterData(options[0].id as Period);
|
|
42
|
+
}
|
|
43
|
+
}, [data]);
|
|
44
|
+
|
|
45
|
+
const sumValues = (
|
|
46
|
+
acc: ProgressInfoItemProps,
|
|
47
|
+
cur: ProgressInfoItemProps,
|
|
48
|
+
) => {
|
|
49
|
+
return {
|
|
50
|
+
...acc,
|
|
51
|
+
value: acc.value + (cur?.value ? cur.value : 0),
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
const filterData = (e: Period) => {
|
|
56
|
+
const response: ProgressInfoItemProps[] = [];
|
|
57
|
+
|
|
58
|
+
Object.keys(data[e]).forEach((key) => {
|
|
59
|
+
const el = data[e][key].reduce(sumValues);
|
|
60
|
+
|
|
61
|
+
response.push(el);
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
setResponse(response);
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
const handleChange = (e: DropdownOptionProps) => {
|
|
68
|
+
filterData(e.value as Period);
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
return (
|
|
72
|
+
<Card
|
|
73
|
+
css={css`
|
|
74
|
+
border-radius: 20px;
|
|
75
|
+
padding-inline: 24px;
|
|
76
|
+
padding-block: 24px;
|
|
77
|
+
`}
|
|
78
|
+
className={className}>
|
|
79
|
+
<CardHeader>
|
|
80
|
+
<Typography variant="h3" weight="bold">
|
|
81
|
+
Progress
|
|
82
|
+
</Typography>
|
|
83
|
+
|
|
84
|
+
{Object.keys(options).length > 0 && (
|
|
85
|
+
<Dropdown selectedItem={selected} onChange={handleChange}>
|
|
86
|
+
{options.map((item, index) => (
|
|
87
|
+
<DropdownOption key={index} value={item.value} />
|
|
88
|
+
))}
|
|
89
|
+
</Dropdown>
|
|
90
|
+
)}
|
|
91
|
+
</CardHeader>
|
|
92
|
+
{response.length > 0 ? (
|
|
93
|
+
<PieChart
|
|
94
|
+
data={response}
|
|
95
|
+
css={getPieChartStyles(theme)}
|
|
96
|
+
title={
|
|
97
|
+
<ProgressInfoTotals
|
|
98
|
+
theme={theme}
|
|
99
|
+
total={response.reduce((sum, { value }) => sum + value, 0)}
|
|
100
|
+
/>
|
|
101
|
+
}>
|
|
102
|
+
<PieChartLegend
|
|
103
|
+
data={response}
|
|
104
|
+
colors={response.map(
|
|
105
|
+
({ colorTag }) =>
|
|
106
|
+
colorTag || ('purple' as unknown as keyof MainColors),
|
|
107
|
+
)}
|
|
108
|
+
renderValue={({ value }) => value + ' hrs'}
|
|
109
|
+
/>
|
|
110
|
+
</PieChart>
|
|
111
|
+
) : null}
|
|
112
|
+
</Card>
|
|
113
|
+
);
|
|
114
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import Typography from '@components/Typography';
|
|
2
|
+
import { withTheme, css } from '@emotion/react';
|
|
3
|
+
|
|
4
|
+
import { ProgressInfoTotalsProps } from './types';
|
|
5
|
+
|
|
6
|
+
export const ProgressInfoTotals = withTheme(
|
|
7
|
+
({ theme, total }: ProgressInfoTotalsProps) => {
|
|
8
|
+
return (
|
|
9
|
+
<Typography
|
|
10
|
+
variant="body2"
|
|
11
|
+
weight="regular"
|
|
12
|
+
color={theme.colors.greyDarker60}
|
|
13
|
+
css={css`
|
|
14
|
+
font-size: 13px;
|
|
15
|
+
line-height: 16px;
|
|
16
|
+
margin-top: -5px;
|
|
17
|
+
|
|
18
|
+
${theme.mediaQueries.md} {
|
|
19
|
+
font-size: 16px;
|
|
20
|
+
font-weight: 700;
|
|
21
|
+
}
|
|
22
|
+
`}>
|
|
23
|
+
Total
|
|
24
|
+
<Typography
|
|
25
|
+
variant="body2"
|
|
26
|
+
weight="bold"
|
|
27
|
+
color={theme.colors.greyDarker}
|
|
28
|
+
as={'span'}
|
|
29
|
+
css={css`
|
|
30
|
+
font-size: 19px;
|
|
31
|
+
line-height: 23px;
|
|
32
|
+
display: block;
|
|
33
|
+
|
|
34
|
+
${theme.mediaQueries.md} {
|
|
35
|
+
font-size: 27.65px;
|
|
36
|
+
line-height: 35px;
|
|
37
|
+
}
|
|
38
|
+
`}>
|
|
39
|
+
{total}
|
|
40
|
+
<Typography
|
|
41
|
+
variant="body2"
|
|
42
|
+
weight="regular"
|
|
43
|
+
as="span"
|
|
44
|
+
color={theme.colors.greyDarker60}
|
|
45
|
+
css={css`
|
|
46
|
+
font-size: 13px;
|
|
47
|
+
font-weight: 600;
|
|
48
|
+
margin-left: 3px;
|
|
49
|
+
|
|
50
|
+
${theme.mediaQueries.md} {
|
|
51
|
+
font-size: 16px;
|
|
52
|
+
}
|
|
53
|
+
`}>
|
|
54
|
+
hrs
|
|
55
|
+
</Typography>
|
|
56
|
+
</Typography>
|
|
57
|
+
</Typography>
|
|
58
|
+
);
|
|
59
|
+
},
|
|
60
|
+
);
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
import { ProgressInfoResp } from './types';
|
|
2
|
+
|
|
3
|
+
export const progressInfoData: ProgressInfoResp = {
|
|
4
|
+
weekly: {
|
|
5
|
+
stretching: [
|
|
6
|
+
{
|
|
7
|
+
// cspell:disable-next-line
|
|
8
|
+
id: 'XlyNrZpVvNp2Z9LqloS6',
|
|
9
|
+
color: 'rgba(117, 153, 222, 1)',
|
|
10
|
+
colorTag: 'blueLight',
|
|
11
|
+
date: '2023-05-03T23:00:00.000Z',
|
|
12
|
+
value: 88,
|
|
13
|
+
label: 'stretching',
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
cardio: [
|
|
17
|
+
{
|
|
18
|
+
// cspell:disable-next-line
|
|
19
|
+
id: 'YthvgItFS3W0Sa3mRW0X',
|
|
20
|
+
color: 'rgba(65, 187, 187, 1)',
|
|
21
|
+
colorTag: 'turquoise',
|
|
22
|
+
date: '2023-05-03T23:00:00.000Z',
|
|
23
|
+
value: 55,
|
|
24
|
+
label: 'cardio',
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
},
|
|
28
|
+
monthly: {
|
|
29
|
+
cardio: [
|
|
30
|
+
{
|
|
31
|
+
// cspell:disable-next-line
|
|
32
|
+
id: '5MI8tTgF1PNFs7Cx7gOC',
|
|
33
|
+
color: 'rgba(65, 187, 187, 1)',
|
|
34
|
+
colorTag: 'turquoise',
|
|
35
|
+
date: '2023-04-26T23:00:00.000Z',
|
|
36
|
+
value: 76,
|
|
37
|
+
label: 'cardio',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
// cspell:disable-next-line
|
|
41
|
+
id: 'YthvgItFS3W0Sa3mRW0X',
|
|
42
|
+
color: 'rgba(65, 187, 187, 1)',
|
|
43
|
+
colorTag: 'turquoise',
|
|
44
|
+
date: '2023-05-03T23:00:00.000Z',
|
|
45
|
+
value: 55,
|
|
46
|
+
label: 'cardio',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
// cspell:disable-next-line
|
|
50
|
+
id: 'eaSQG2w0TkXhbg5dkSmo',
|
|
51
|
+
color: 'rgba(65, 187, 187, 1)',
|
|
52
|
+
colorTag: 'turquoise',
|
|
53
|
+
date: '2023-04-16T23:00:00.000Z',
|
|
54
|
+
value: 56,
|
|
55
|
+
label: 'cardio',
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
stretching: [
|
|
59
|
+
{
|
|
60
|
+
// cspell:disable-next-line
|
|
61
|
+
id: 'FdMmyq45pj9M0VVP01EN',
|
|
62
|
+
color: 'rgba(117, 153, 222, 1)',
|
|
63
|
+
colorTag: 'blueLight',
|
|
64
|
+
date: '2023-04-26T23:00:00.000Z',
|
|
65
|
+
value: 78,
|
|
66
|
+
label: 'stretching',
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
// cspell:disable-next-line
|
|
70
|
+
id: 'TAFnTPs8kOeAy9uTn502',
|
|
71
|
+
color: 'rgba(117, 153, 222, 1)',
|
|
72
|
+
colorTag: 'blueLight',
|
|
73
|
+
date: '2023-04-16T23:00:00.000Z',
|
|
74
|
+
value: 88,
|
|
75
|
+
label: 'stretching',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
// cspell:disable-next-line
|
|
79
|
+
id: 'XlyNrZpVvNp2Z9LqloS6',
|
|
80
|
+
color: 'rgba(117, 153, 222, 1)',
|
|
81
|
+
colorTag: 'blueLight',
|
|
82
|
+
date: '2023-05-03T23:00:00.000Z',
|
|
83
|
+
value: 88,
|
|
84
|
+
label: 'stretching',
|
|
85
|
+
},
|
|
86
|
+
],
|
|
87
|
+
},
|
|
88
|
+
yearly: {
|
|
89
|
+
cardio: [
|
|
90
|
+
{
|
|
91
|
+
// cspell:disable-next-line
|
|
92
|
+
id: '5MI8tTgF1PNFs7Cx7gOC',
|
|
93
|
+
color: 'rgba(65, 187, 187, 1)',
|
|
94
|
+
colorTag: 'turquoise',
|
|
95
|
+
date: '2023-04-26T23:00:00.000Z',
|
|
96
|
+
value: 76,
|
|
97
|
+
label: 'cardio',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
// cspell:disable-next-line
|
|
101
|
+
id: 'YthvgItFS3W0Sa3mRW0X',
|
|
102
|
+
color: 'rgba(65, 187, 187, 1)',
|
|
103
|
+
colorTag: 'turquoise',
|
|
104
|
+
date: '2023-05-03T23:00:00.000Z',
|
|
105
|
+
value: 55,
|
|
106
|
+
label: 'cardio',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
// cspell:disable-next-line
|
|
110
|
+
id: 'eaSQG2w0TkXhbg5dkSmo',
|
|
111
|
+
color: 'rgba(65, 187, 187, 1)',
|
|
112
|
+
colorTag: 'turquoise',
|
|
113
|
+
date: '2023-04-16T23:00:00.000Z',
|
|
114
|
+
value: 56,
|
|
115
|
+
label: 'cardio',
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
// cspell:disable-next-line
|
|
119
|
+
id: 'ym7TO7GOoB7NhtFrzT4Y',
|
|
120
|
+
color: 'rgba(65, 187, 187, 1)',
|
|
121
|
+
colorTag: 'turquoise',
|
|
122
|
+
date: '2023-02-17T00:00:00.000Z',
|
|
123
|
+
value: 23,
|
|
124
|
+
label: 'cardio',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
stretching: [
|
|
128
|
+
{
|
|
129
|
+
// cspell:disable-next-line
|
|
130
|
+
id: 'FdMmyq45pj9M0VVP01EN',
|
|
131
|
+
color: 'rgba(117, 153, 222, 1)',
|
|
132
|
+
colorTag: 'blueLight',
|
|
133
|
+
date: '2023-04-26T23:00:00.000Z',
|
|
134
|
+
value: 78,
|
|
135
|
+
label: 'stretching',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
// cspell:disable-next-line
|
|
139
|
+
id: 'TAFnTPs8kOeAy9uTn502',
|
|
140
|
+
color: 'rgba(117, 153, 222, 1)',
|
|
141
|
+
colorTag: 'blueLight',
|
|
142
|
+
date: '2023-04-16T23:00:00.000Z',
|
|
143
|
+
value: 88,
|
|
144
|
+
label: 'stretching',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
// cspell:disable-next-line
|
|
148
|
+
id: 'XlyNrZpVvNp2Z9LqloS6',
|
|
149
|
+
color: 'rgba(117, 153, 222, 1)',
|
|
150
|
+
colorTag: 'blueLight',
|
|
151
|
+
date: '2023-05-03T23:00:00.000Z',
|
|
152
|
+
value: 88,
|
|
153
|
+
label: 'stretching',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
// cspell:disable-next-line
|
|
157
|
+
id: 'twtiFqUQ1yZpv3pcTkCp',
|
|
158
|
+
color: 'rgba(117, 153, 222, 1)',
|
|
159
|
+
colorTag: 'blueLight',
|
|
160
|
+
date: '2023-02-17T00:00:00.000Z',
|
|
161
|
+
value: 12,
|
|
162
|
+
label: 'stretching',
|
|
163
|
+
},
|
|
164
|
+
],
|
|
165
|
+
},
|
|
166
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { css, Theme } from '@emotion/react';
|
|
2
|
+
|
|
3
|
+
export const getPieChartStyles = (theme: Theme) => css`
|
|
4
|
+
width: 100%;
|
|
5
|
+
height: 100%;
|
|
6
|
+
|
|
7
|
+
max-width: 380px;
|
|
8
|
+
|
|
9
|
+
div:nth-of-type(1) {
|
|
10
|
+
width: 120px;
|
|
11
|
+
height: 120px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
${theme.mediaQueries.md} {
|
|
15
|
+
div:nth-of-type(1) {
|
|
16
|
+
width: 160px;
|
|
17
|
+
height: 160px;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
`;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Theme } from '@emotion/react';
|
|
2
|
+
|
|
3
|
+
export type ProgressInfoItemProps = {
|
|
4
|
+
id: string;
|
|
5
|
+
date: string;
|
|
6
|
+
label: string;
|
|
7
|
+
value: number;
|
|
8
|
+
color: string;
|
|
9
|
+
colorTag: keyof MainColors | undefined;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export type ProgressInfoResp = {
|
|
13
|
+
[key: string]: { [key: string]: ProgressInfoItemProps[] };
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export interface ProgressInfoProps {
|
|
17
|
+
data: ProgressInfoResp;
|
|
18
|
+
className?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface ProgressInfoTotalsProps {
|
|
22
|
+
theme: Theme;
|
|
23
|
+
total: number;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export type PeriodOption = { value: string; id: string };
|
|
27
|
+
|
|
28
|
+
export type Period = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { test, expect, Page } from '@playwright/test';
|
|
2
|
+
import { SCREEN_SIZES } from '../../consts';
|
|
3
|
+
|
|
4
|
+
const WIDGETS_CUSTOM_SHOTS_PATH = './custom-shots/';
|
|
5
|
+
|
|
6
|
+
const gotoPage = (page: Page) => {
|
|
7
|
+
return page.goto(
|
|
8
|
+
'http://localhost:6006/iframe.html?args=&id=widgets-searchbox--default&viewMode=story',
|
|
9
|
+
);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
test('Widgets: SearchBox should be opened correctly', async ({ page }) => {
|
|
13
|
+
await page.setViewportSize(SCREEN_SIZES[900]);
|
|
14
|
+
await gotoPage(page);
|
|
15
|
+
await page.waitForSelector('#formElement-search');
|
|
16
|
+
|
|
17
|
+
const inputElement = await page.getByPlaceholder('Search by name');
|
|
18
|
+
expect(inputElement).toBeVisible();
|
|
19
|
+
|
|
20
|
+
const SCREENSHOT_PREFIX = `${WIDGETS_CUSTOM_SHOTS_PATH}widgets-searchbox--search-icon__`;
|
|
21
|
+
await page.screenshot({
|
|
22
|
+
path: `${SCREENSHOT_PREFIX}[w900px].png`,
|
|
23
|
+
});
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
test('Widgets: SearchBox - cross icon should be shown', async ({ page }) => {
|
|
27
|
+
await gotoPage(page);
|
|
28
|
+
await page.setViewportSize(SCREEN_SIZES[900]);
|
|
29
|
+
|
|
30
|
+
const inputElement = await page.getByPlaceholder('Search by name');
|
|
31
|
+
await inputElement.type('test');
|
|
32
|
+
|
|
33
|
+
const SCREENSHOT_PREFIX = `${WIDGETS_CUSTOM_SHOTS_PATH}widgets-searchbox--cross-icon__`;
|
|
34
|
+
await page.screenshot({
|
|
35
|
+
path: `${SCREENSHOT_PREFIX}[w900px].png`,
|
|
36
|
+
});
|
|
37
|
+
});
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { fireEvent } from '@testing-library/dom';
|
|
2
|
+
import { StoryComponent } from './stories/StoryComponent';
|
|
3
|
+
|
|
4
|
+
describe('SearchBox', () => {
|
|
5
|
+
beforeEach(() => {
|
|
6
|
+
jest.useFakeTimers();
|
|
7
|
+
jest.spyOn(global, 'setTimeout');
|
|
8
|
+
jest.spyOn(global, 'clearTimeout');
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
afterAll(() => {
|
|
12
|
+
jest.useRealTimers();
|
|
13
|
+
jest.restoreAllMocks();
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
it('should be correctly rendered', () => {
|
|
17
|
+
const { getByPlaceholderText, getByTestId, queryByTestId } = render(
|
|
18
|
+
<StoryComponent />,
|
|
19
|
+
);
|
|
20
|
+
getByTestId('search-icon');
|
|
21
|
+
getByPlaceholderText('Search by name');
|
|
22
|
+
expect(queryByTestId('cross-icon')).not.toBeInTheDocument();
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
it('should change value and icon', () => {
|
|
26
|
+
const { getByPlaceholderText, getByTestId } = render(<StoryComponent />);
|
|
27
|
+
|
|
28
|
+
const inputElement = getByPlaceholderText('Search by name');
|
|
29
|
+
fireEvent.change(inputElement, { target: { value: 'test' } });
|
|
30
|
+
|
|
31
|
+
const crossIcon = getByTestId('cross-icon');
|
|
32
|
+
fireEvent.click(crossIcon);
|
|
33
|
+
|
|
34
|
+
expect((inputElement as HTMLInputElement).value).toBe('');
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
it('should be cleared by pressing the cross icon', () => {
|
|
38
|
+
const { getByPlaceholderText, getByTestId, queryByTestId } = render(
|
|
39
|
+
<StoryComponent />,
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
const inputElement = getByPlaceholderText('Search by name');
|
|
43
|
+
fireEvent.change(inputElement, { target: { value: 'test' } });
|
|
44
|
+
|
|
45
|
+
getByTestId('cross-icon');
|
|
46
|
+
expect((inputElement as HTMLInputElement).value).toBe('test');
|
|
47
|
+
expect(queryByTestId('search-icon')).not.toBeInTheDocument();
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
it('should call the callback', () => {
|
|
51
|
+
const { getByPlaceholderText } = render(<StoryComponent />);
|
|
52
|
+
|
|
53
|
+
const consoleLogMock = jest.spyOn(console, 'log').mockImplementation();
|
|
54
|
+
|
|
55
|
+
const inputElement = getByPlaceholderText('Search by name');
|
|
56
|
+
fireEvent.change(inputElement, { target: { value: 'test' } });
|
|
57
|
+
jest.runAllTimers();
|
|
58
|
+
expect(consoleLogMock.mock.calls).toEqual([
|
|
59
|
+
['Searching for the term...', 'test'],
|
|
60
|
+
]);
|
|
61
|
+
consoleLogMock.mockRestore();
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
it('should call the callback by pressing the Enter key', () => {
|
|
65
|
+
const handleCallback = jest.fn();
|
|
66
|
+
const { getByPlaceholderText } = render(
|
|
67
|
+
<StoryComponent handleCallback={handleCallback} />,
|
|
68
|
+
);
|
|
69
|
+
|
|
70
|
+
const inputElement = getByPlaceholderText('Search by name');
|
|
71
|
+
fireEvent.change(inputElement, { target: { value: 'test' } });
|
|
72
|
+
fireEvent.keyUp(inputElement, {
|
|
73
|
+
key: 'Enter',
|
|
74
|
+
});
|
|
75
|
+
expect(handleCallback.mock.calls).toEqual([['test']]);
|
|
76
|
+
});
|
|
77
|
+
});
|