@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,79 @@
|
|
|
1
|
+
import { Fragment } from 'react';
|
|
2
|
+
import { Routes, Route, MemoryRouter } from 'react-router-dom';
|
|
3
|
+
import { Meta } from '@storybook/react';
|
|
4
|
+
import { Title, Description, Source } from '@storybook/addon-docs';
|
|
5
|
+
|
|
6
|
+
import { DecoratorFunction } from '@storybook/types';
|
|
7
|
+
import { CollapsibleNavBar } from '../CollapsibleNavBar';
|
|
8
|
+
import { ITEMS } from './consts';
|
|
9
|
+
import { Logo } from './Logo';
|
|
10
|
+
import { Layout } from './Layout';
|
|
11
|
+
import { CustomIcon } from './CustomIcon';
|
|
12
|
+
|
|
13
|
+
type Args = Parameters<typeof CollapsibleNavBar>[0];
|
|
14
|
+
|
|
15
|
+
const reactRouterDecorator: DecoratorFunction<
|
|
16
|
+
{
|
|
17
|
+
component: typeof CollapsibleNavBar;
|
|
18
|
+
storyResult: React.ReactElement;
|
|
19
|
+
canvasElement: unknown;
|
|
20
|
+
},
|
|
21
|
+
Args
|
|
22
|
+
> = (Story) => {
|
|
23
|
+
return (
|
|
24
|
+
<MemoryRouter>
|
|
25
|
+
<Routes>
|
|
26
|
+
<Route path="/*" element={<Story />} />
|
|
27
|
+
</Routes>
|
|
28
|
+
</MemoryRouter>
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default {
|
|
33
|
+
title: 'Widgets/CollapsibleNavBar',
|
|
34
|
+
component: CollapsibleNavBar,
|
|
35
|
+
parameters: {
|
|
36
|
+
layout: 'fullscreen',
|
|
37
|
+
docs: {
|
|
38
|
+
page: () => (
|
|
39
|
+
<Fragment>
|
|
40
|
+
<Title />
|
|
41
|
+
<Description />
|
|
42
|
+
<Source code={`<CollapsibleNavBar />`} />
|
|
43
|
+
</Fragment>
|
|
44
|
+
),
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
decorators: [reactRouterDecorator, (Story) => <Layout>{Story()}</Layout>],
|
|
48
|
+
args: {
|
|
49
|
+
items: ITEMS,
|
|
50
|
+
renderLogo: <Logo />,
|
|
51
|
+
onChange: (isChecked) => {
|
|
52
|
+
console.log('>>>onChange', isChecked);
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
} as Meta<typeof CollapsibleNavBar>;
|
|
56
|
+
|
|
57
|
+
export const Default = {};
|
|
58
|
+
|
|
59
|
+
export const WithCustomIcon = {
|
|
60
|
+
title: 'With Custom Icon',
|
|
61
|
+
component: CollapsibleNavBar,
|
|
62
|
+
parameters: {
|
|
63
|
+
layout: 'fullscreen',
|
|
64
|
+
},
|
|
65
|
+
args: {
|
|
66
|
+
items: [
|
|
67
|
+
...ITEMS,
|
|
68
|
+
{
|
|
69
|
+
path: 'custom',
|
|
70
|
+
CustomIcon,
|
|
71
|
+
title: 'Item with custom icon',
|
|
72
|
+
},
|
|
73
|
+
],
|
|
74
|
+
renderLogo: <Logo />,
|
|
75
|
+
onChange: (isChecked) => {
|
|
76
|
+
console.log('>>>onChange', isChecked);
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
} as Meta<typeof CollapsibleNavBar>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const CustomIcon = () => {
|
|
2
|
+
const size = 24;
|
|
3
|
+
const fill = 'rgb(195, 197, 204)';
|
|
4
|
+
const props = {};
|
|
5
|
+
return (
|
|
6
|
+
<svg
|
|
7
|
+
className="svg-icon"
|
|
8
|
+
width={size}
|
|
9
|
+
height={size}
|
|
10
|
+
viewBox="0 0 1024 1024"
|
|
11
|
+
version="1.1"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}>
|
|
14
|
+
<path
|
|
15
|
+
d="M708.76 993.953333a53.366667 53.366667 0 0 1-46.28-26.666666L532.1 741.466667l-154.666667 148.586666A21.333333 21.333333 0 0 1 341.333333 874.666667V192a21.333333 21.333333 0 0 1 6.706667-15.526667c5.333333-5.02 15.26-8.74 25.72-2.666666l91.946667 53.086666 498.833333 288a21.333333 21.333333 0 0 1-4.733333 38.966667l-206 59.64 130.386666 225.826667a53.333333 53.333333 0 0 1-19.526666 72.826666l-129.333334 74.666667a53.02 53.02 0 0 1-26.573333 7.133333z m-171.806667-308.073333a20.666667 20.666667 0 0 1 3 0.213333 21.333333 21.333333 0 0 1 15.48 10.453334l144 249.413333a10.666667 10.666667 0 0 0 14.566667 3.906667l129.333333-74.666667a10.666667 10.666667 0 0 0 3.906667-14.573333l-144-249.413334a21.333333 21.333333 0 0 1 12.546667-31.16l184.053333-53.286666L384 228.953333v595.633334l138.18-132.76a21.333333 21.333333 0 0 1 14.773333-5.946667zM298.666667 661.333333a21.333333 21.333333 0 0 0-21.333334-21.333333H96a10.666667 10.666667 0 0 1-10.666667-10.666667V96a10.666667 10.666667 0 0 1 10.666667-10.666667h746.666667a10.666667 10.666667 0 0 1 10.666666 10.666667v266.666667a21.333333 21.333333 0 0 0 42.666667 0V96a53.393333 53.393333 0 0 0-53.333333-53.333333H96a53.393333 53.393333 0 0 0-53.333333 53.333333v533.333333a53.393333 53.393333 0 0 0 53.333333 53.333334h181.333333a21.333333 21.333333 0 0 0 21.333334-21.333334z"
|
|
16
|
+
fill={fill}
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
20
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import styled from '@emotion/styled';
|
|
2
|
+
import { NotificationCard } from '@components/NotificationCard';
|
|
3
|
+
|
|
4
|
+
const Main = styled.main`
|
|
5
|
+
background: linear-gradient(
|
|
6
|
+
143deg,
|
|
7
|
+
#e7ebf1 -4.16%,
|
|
8
|
+
#d7d9dd 39.37%,
|
|
9
|
+
#cccdd2 52.66%,
|
|
10
|
+
#e1e4ea 87.68%
|
|
11
|
+
),
|
|
12
|
+
#f8f9fb;
|
|
13
|
+
width: 100%;
|
|
14
|
+
padding: 60px 10px 10px 15px;
|
|
15
|
+
|
|
16
|
+
${({ theme }) => theme.mediaQueries.md} {
|
|
17
|
+
padding: 10px 21px 10px 35px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
${({ theme }) => theme.mediaQueries.lg} {
|
|
21
|
+
padding: 10px 49px 10px 36px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
${({ theme }) => theme.mediaQueries.xlg} {
|
|
25
|
+
padding: 10px 60px 10px 62px;
|
|
26
|
+
}
|
|
27
|
+
`;
|
|
28
|
+
export const Layout = ({ children }: { children: React.ReactNode }) => {
|
|
29
|
+
/* cSpell:disable */
|
|
30
|
+
return (
|
|
31
|
+
<div
|
|
32
|
+
css={{
|
|
33
|
+
display: 'flex',
|
|
34
|
+
minHeight: '100vh',
|
|
35
|
+
position: 'relative',
|
|
36
|
+
}}>
|
|
37
|
+
{children}
|
|
38
|
+
<Main>
|
|
39
|
+
{new Array(100).fill(1).map((_, index) => (
|
|
40
|
+
<NotificationCard
|
|
41
|
+
key={index}
|
|
42
|
+
title="CyberVeinToken is Now Available"
|
|
43
|
+
text="With our newest listing, we’re welcoming Wrapped"
|
|
44
|
+
isRead={false}
|
|
45
|
+
type="Informational"
|
|
46
|
+
time={Date.now()}
|
|
47
|
+
/>
|
|
48
|
+
))}
|
|
49
|
+
</Main>
|
|
50
|
+
</div>
|
|
51
|
+
);
|
|
52
|
+
/* cSpell:enable */
|
|
53
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import ResponsiveImage from '@components/ResponsiveImage';
|
|
2
|
+
import * as S from './styles';
|
|
3
|
+
|
|
4
|
+
export const Logo = () => (
|
|
5
|
+
<ResponsiveImage
|
|
6
|
+
css={S.ResponsiveLogo}
|
|
7
|
+
srcSet="https://firebasestorage.googleapis.com/v0/b/admin-themes.appspot.com/o/logo%2FCTP_Large_Left.png?alt=media&token=b6fe7ab8-fd0b-475f-bb08-360311f27693 69w, https://firebasestorage.googleapis.com/v0/b/admin-themes.appspot.com/o/logo%2FCTP_Medium_Left.png?alt=media&token=a1aeba69-7c07-40c9-aeac-c2477640870d 55w"
|
|
8
|
+
sizes="(min-width: 900px) 55px, (min-width: 1440px) 69px"
|
|
9
|
+
src="https://firebasestorage.googleapis.com/v0/b/admin-themes.appspot.com/o/logo%2FCTP_Small_Left.png?alt=media&token=bff7149e-3b90-4657-8a11-040e83990e6f"
|
|
10
|
+
alt="SSA CTP logo"
|
|
11
|
+
/>
|
|
12
|
+
);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { MemoryRouter, Routes, Route } from 'react-router-dom';
|
|
2
|
+
import { CollapsibleNavBar } from '../CollapsibleNavBar';
|
|
3
|
+
import { Logo } from './Logo';
|
|
4
|
+
|
|
5
|
+
export const StoryComponent = ({
|
|
6
|
+
items,
|
|
7
|
+
}: Parameters<typeof CollapsibleNavBar>[0]) => (
|
|
8
|
+
<MemoryRouter>
|
|
9
|
+
<Routes>
|
|
10
|
+
<Route
|
|
11
|
+
path="/*"
|
|
12
|
+
element={
|
|
13
|
+
<div style={{ height: '100vh', position: 'relative' }}>
|
|
14
|
+
<CollapsibleNavBar
|
|
15
|
+
items={items}
|
|
16
|
+
renderLogo={<Logo />}
|
|
17
|
+
onChange={(isChecked) => {
|
|
18
|
+
console.log('>>>checked ', isChecked);
|
|
19
|
+
}}
|
|
20
|
+
/>
|
|
21
|
+
</div>
|
|
22
|
+
}
|
|
23
|
+
/>
|
|
24
|
+
</Routes>
|
|
25
|
+
</MemoryRouter>
|
|
26
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { CollapsibleNavBarExtendedProps } from '../types';
|
|
2
|
+
|
|
3
|
+
export const ITEMS: CollapsibleNavBarExtendedProps['items'] = [
|
|
4
|
+
{ path: '', iconName: 'home', iconSize: 20, title: 'Dashboard' },
|
|
5
|
+
{
|
|
6
|
+
path: 'bots',
|
|
7
|
+
iconName: 'robot',
|
|
8
|
+
iconSize: 54,
|
|
9
|
+
title: 'Bots',
|
|
10
|
+
css: {
|
|
11
|
+
position: 'absolute',
|
|
12
|
+
top: '-14px',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
path: 'notifications',
|
|
17
|
+
iconName: 'notification',
|
|
18
|
+
iconSize: 24,
|
|
19
|
+
title: 'Notifications',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
prefix: 'statistics/',
|
|
23
|
+
iconName: 'chart',
|
|
24
|
+
iconSize: 22,
|
|
25
|
+
title: 'Statistics',
|
|
26
|
+
items: [
|
|
27
|
+
{ path: 'balance', title: 'Balance' },
|
|
28
|
+
{ path: 'max-in-work', title: 'Max in Work' },
|
|
29
|
+
{ path: 'orders', title: 'Orders' },
|
|
30
|
+
{ path: 'pnl', title: 'PNL' },
|
|
31
|
+
{ path: 'turnover', title: 'Turnover' },
|
|
32
|
+
{ path: 'hourly-pnl', title: 'Hourly PNL' },
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
{ path: 'history', iconName: 'clock', iconSize: 24, title: 'History' },
|
|
36
|
+
{ path: 'settings', iconName: 'settings', iconSize: 20, title: 'Settings' },
|
|
37
|
+
];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Theme, css } from '@emotion/react';
|
|
2
|
+
|
|
3
|
+
export const ResponsiveLogo = (theme: Theme) => css`
|
|
4
|
+
width: 48px;
|
|
5
|
+
height: 42px;
|
|
6
|
+
&:hover: {
|
|
7
|
+
filter: drop-shadow(0px 5px 5px ${theme.colors.grey});
|
|
8
|
+
}
|
|
9
|
+
display: none;
|
|
10
|
+
${theme.mediaQueries.md} {
|
|
11
|
+
display: block;
|
|
12
|
+
}
|
|
13
|
+
${theme.mediaQueries.lg} {
|
|
14
|
+
width: 55px;
|
|
15
|
+
height: 48px;
|
|
16
|
+
margin-left: 7px;
|
|
17
|
+
&:has(~ div > input[type='checkbox']:checked) {
|
|
18
|
+
margin-left: 34px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
`;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { Theme, css } from '@emotion/react';
|
|
2
|
+
|
|
3
|
+
export const AccordionTitleWrapper = (theme: Theme) => css`
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
align-items: center;
|
|
6
|
+
|
|
7
|
+
${theme.mediaQueries.md} {
|
|
8
|
+
display: flex;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
& div.icon-wrapper {
|
|
13
|
+
width: 100%;
|
|
14
|
+
gap: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
& div.icon-wrapper:not(.active):hover > button svg path,
|
|
18
|
+
& div.icon-wrapper.active > button svg path {
|
|
19
|
+
stroke: #fff;
|
|
20
|
+
fill: none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
& .trigger-icon {
|
|
24
|
+
height: 22px;
|
|
25
|
+
}
|
|
26
|
+
`;
|
|
27
|
+
|
|
28
|
+
export const AccordionTitle = (theme: Theme) => css`
|
|
29
|
+
padding: 0 14px 0 22px;
|
|
30
|
+
${theme.mediaQueries.md} {
|
|
31
|
+
display: none;
|
|
32
|
+
}
|
|
33
|
+
`;
|
|
34
|
+
|
|
35
|
+
export const AccordionContent = (theme: Theme) => css`
|
|
36
|
+
display: flex;
|
|
37
|
+
align-items: flex-start;
|
|
38
|
+
width: 100%;
|
|
39
|
+
padding-left: 44px;
|
|
40
|
+
overflow: hidden;
|
|
41
|
+
perspective: 1px;
|
|
42
|
+
|
|
43
|
+
${theme.mediaQueries.md} {
|
|
44
|
+
display: none;
|
|
45
|
+
}
|
|
46
|
+
${theme.mediaQueries.lg} {
|
|
47
|
+
display: none;
|
|
48
|
+
}
|
|
49
|
+
`;
|
|
50
|
+
|
|
51
|
+
export const AccordionContentPopover = (theme: Theme) => css`
|
|
52
|
+
display: flex;
|
|
53
|
+
${theme.mediaQueries.md} {
|
|
54
|
+
display: flex;
|
|
55
|
+
}
|
|
56
|
+
${theme.mediaQueries.lg} {
|
|
57
|
+
display: flex;
|
|
58
|
+
}
|
|
59
|
+
`;
|
|
60
|
+
|
|
61
|
+
export const LogoWrapper = (theme: Theme) => css`
|
|
62
|
+
position: relative;
|
|
63
|
+
${theme.mediaQueries.md} {
|
|
64
|
+
justify-content: center;
|
|
65
|
+
}
|
|
66
|
+
${theme.mediaQueries.lg} {
|
|
67
|
+
justify-content: flex-start;
|
|
68
|
+
}
|
|
69
|
+
`;
|
|
70
|
+
|
|
71
|
+
export const ContentToggle = (theme: Theme) => css`
|
|
72
|
+
display: none;
|
|
73
|
+
position: absolute;
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
right: -17px;
|
|
76
|
+
width: 34px;
|
|
77
|
+
height: 34px;
|
|
78
|
+
background: ${theme.colors.greyLighter};
|
|
79
|
+
border-radius: 12px;
|
|
80
|
+
justify-content: center;
|
|
81
|
+
align-items: center;
|
|
82
|
+
& input {
|
|
83
|
+
display: none;
|
|
84
|
+
}
|
|
85
|
+
& svg {
|
|
86
|
+
cursor: pointer;
|
|
87
|
+
}
|
|
88
|
+
${theme.mediaQueries.lg} {
|
|
89
|
+
display: flex;
|
|
90
|
+
}
|
|
91
|
+
`;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { NavBarExtendedGroup, NavBarExtendedItem } from '../..';
|
|
2
|
+
|
|
3
|
+
export interface CollapsibleNavBarItem extends NavBarExtendedItem {
|
|
4
|
+
iconSize: number;
|
|
5
|
+
css?: React.CSSProperties;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export interface CollapsibleNavBarGroup extends NavBarExtendedGroup {
|
|
9
|
+
iconSize: number;
|
|
10
|
+
css?: React.CSSProperties;
|
|
11
|
+
prefix: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface CollapsibleNavBarExtendedProps {
|
|
15
|
+
items: Array<CollapsibleNavBarItem | CollapsibleNavBarGroup>;
|
|
16
|
+
renderLogo: React.ReactElement;
|
|
17
|
+
onChange?: (isChecked: boolean) => void;
|
|
18
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
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-filters--default&viewMode=story',
|
|
9
|
+
);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
test('Widgets: Filters should be opened correctly', async ({ page }) => {
|
|
13
|
+
await gotoPage(page);
|
|
14
|
+
await page.setViewportSize(SCREEN_SIZES[1920]);
|
|
15
|
+
await expect(page.getByText('strategy #3Carrot down')).toBeVisible();
|
|
16
|
+
await expect(page.getByText('More')).not.toBeVisible();
|
|
17
|
+
const SCREENSHOT_PREFIX = `${WIDGETS_CUSTOM_SHOTS_PATH}widgets-filters--default__`;
|
|
18
|
+
await page.screenshot({
|
|
19
|
+
path: `${SCREENSHOT_PREFIX}[w1920px].png`,
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
test('Widgets: Filters - More button should be shown', async ({ page }) => {
|
|
24
|
+
await gotoPage(page);
|
|
25
|
+
await page.setViewportSize(SCREEN_SIZES[900]);
|
|
26
|
+
const triggerButton = page.getByTestId('trigger-button');
|
|
27
|
+
const beforeContent = await triggerButton.evaluate((el) => {
|
|
28
|
+
return window.getComputedStyle(el, ':before').content;
|
|
29
|
+
});
|
|
30
|
+
await expect(beforeContent).toEqual('"More"');
|
|
31
|
+
const buttonText = await triggerButton.innerText();
|
|
32
|
+
await expect(buttonText).toEqual('2');
|
|
33
|
+
const SCREENSHOT_PREFIX = `${WIDGETS_CUSTOM_SHOTS_PATH}widgets-filters--more-button__`;
|
|
34
|
+
await page.screenshot({
|
|
35
|
+
path: `${SCREENSHOT_PREFIX}[w900px].png`,
|
|
36
|
+
});
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
test('Widgets: Filters - More button should be shown when items selected', async ({
|
|
40
|
+
page,
|
|
41
|
+
}) => {
|
|
42
|
+
await gotoPage(page);
|
|
43
|
+
await page.setViewportSize(SCREEN_SIZES[390]);
|
|
44
|
+
const triggerButton = page.getByTestId('trigger-button');
|
|
45
|
+
const beforeContent = await triggerButton.evaluate((el) => {
|
|
46
|
+
return window.getComputedStyle(el, ':before').content;
|
|
47
|
+
});
|
|
48
|
+
expect(beforeContent).toEqual('"More"');
|
|
49
|
+
const buttonText = await triggerButton.innerText();
|
|
50
|
+
expect(buttonText).toEqual('4');
|
|
51
|
+
const SCREENSHOT_PREFIX = `${WIDGETS_CUSTOM_SHOTS_PATH}widgets-filters--more-button-items-selected__`;
|
|
52
|
+
await page.screenshot({
|
|
53
|
+
path: `${SCREENSHOT_PREFIX}[w390px].png`,
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
test('Widgets: Filters - More button count notification should be changed', async ({
|
|
58
|
+
page,
|
|
59
|
+
}) => {
|
|
60
|
+
await gotoPage(page);
|
|
61
|
+
await page.setViewportSize(SCREEN_SIZES[900]);
|
|
62
|
+
let triggerButton = await page.getByTestId('trigger-button');
|
|
63
|
+
let beforeContent = await triggerButton.evaluate((el) => {
|
|
64
|
+
return window.getComputedStyle(el, ':before').content;
|
|
65
|
+
});
|
|
66
|
+
expect(beforeContent).toEqual('"More"');
|
|
67
|
+
let buttonText = await triggerButton.innerText();
|
|
68
|
+
expect(buttonText).toEqual('2');
|
|
69
|
+
|
|
70
|
+
await page.getByText('Status: Running').click();
|
|
71
|
+
await page.getByRole('button', { name: 'Stopped' }).click();
|
|
72
|
+
await expect(page.getByText('Status: Running+1')).toBeVisible();
|
|
73
|
+
|
|
74
|
+
await page.getByText('strategy #3Carrot down').click();
|
|
75
|
+
await page.getByRole('button', { name: 'strategy #3 checkbox1' }).click();
|
|
76
|
+
|
|
77
|
+
triggerButton = page.getByTestId('trigger-button');
|
|
78
|
+
beforeContent = await triggerButton.evaluate((el) => {
|
|
79
|
+
return window.getComputedStyle(el, ':before').content;
|
|
80
|
+
});
|
|
81
|
+
expect(beforeContent).toEqual('"More"');
|
|
82
|
+
buttonText = await triggerButton.innerText();
|
|
83
|
+
expect(buttonText).toEqual('3');
|
|
84
|
+
});
|
|
85
|
+
|
|
86
|
+
test('Widgets: Filters - Filter button should be shown when items not selected', async ({
|
|
87
|
+
page,
|
|
88
|
+
}) => {
|
|
89
|
+
await page.goto(
|
|
90
|
+
'http://localhost:6006/iframe.html?args=&id=widgets-filters--all-items-enabled&viewMode=story',
|
|
91
|
+
);
|
|
92
|
+
await page.setViewportSize(SCREEN_SIZES[390]);
|
|
93
|
+
const triggerButton = page.getByTestId('trigger-button');
|
|
94
|
+
let beforeContent = await triggerButton.evaluate((el) => {
|
|
95
|
+
return window.getComputedStyle(el, ':before').content;
|
|
96
|
+
});
|
|
97
|
+
expect(beforeContent).toEqual('"More"');
|
|
98
|
+
const buttonText = await triggerButton.innerText();
|
|
99
|
+
expect(buttonText).toEqual('1');
|
|
100
|
+
|
|
101
|
+
await page.getByTestId('trigger-button').click();
|
|
102
|
+
/* cSpell:disable */
|
|
103
|
+
await page.locator('label').filter({ hasText: 'Checkcheckbox1' }).click();
|
|
104
|
+
await page.locator('label').filter({ hasText: 'Checkcheckbox4' }).click();
|
|
105
|
+
|
|
106
|
+
beforeContent = await triggerButton.evaluate((el) => {
|
|
107
|
+
return window.getComputedStyle(el, ':before').content;
|
|
108
|
+
});
|
|
109
|
+
expect(beforeContent).toEqual('"Filter"');
|
|
110
|
+
|
|
111
|
+
const SCREENSHOT_PREFIX = `${WIDGETS_CUSTOM_SHOTS_PATH}widgets-filters--filter-button-items-not-selected__`;
|
|
112
|
+
await page.screenshot({
|
|
113
|
+
path: `${SCREENSHOT_PREFIX}[w390px].png`,
|
|
114
|
+
});
|
|
115
|
+
});
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { within, fireEvent } from '@testing-library/dom';
|
|
2
|
+
import { mockIntersectionObserver } from 'jsdom-testing-mocks';
|
|
3
|
+
import { StoryComponent } from './stories/StoryComponent';
|
|
4
|
+
|
|
5
|
+
describe('Filters', () => {
|
|
6
|
+
mockIntersectionObserver();
|
|
7
|
+
|
|
8
|
+
it('Should be correctly rendered', () => {
|
|
9
|
+
const { queryByText, queryByTestId } = render(<StoryComponent />);
|
|
10
|
+
|
|
11
|
+
queryByText('strategy #3');
|
|
12
|
+
expect(queryByTestId('trigger-notification')).not.toBeInTheDocument();
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
it('Should be correctly changed the item', async () => {
|
|
16
|
+
const { queryByRole, getByRole, queryAllByTestId } = render(
|
|
17
|
+
<StoryComponent />,
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
const dropdownElements = queryAllByTestId('dropdown');
|
|
21
|
+
const dropdownElement = dropdownElements[0];
|
|
22
|
+
let dropdownToggleEl = within(dropdownElement).getByRole('combobox');
|
|
23
|
+
|
|
24
|
+
let listboxEl = queryByRole('listbox');
|
|
25
|
+
expect(listboxEl).not.toBeInTheDocument();
|
|
26
|
+
|
|
27
|
+
await fireEvent.click(dropdownToggleEl);
|
|
28
|
+
|
|
29
|
+
listboxEl = getByRole('listbox');
|
|
30
|
+
const listItemEls = within(listboxEl).getAllByRole('listitem');
|
|
31
|
+
expect(listItemEls.length).toBe(5);
|
|
32
|
+
|
|
33
|
+
const logSpy = jest.spyOn(console, 'log');
|
|
34
|
+
await fireEvent.click(listItemEls[0]);
|
|
35
|
+
|
|
36
|
+
dropdownToggleEl = within(dropdownElement).getByRole('combobox');
|
|
37
|
+
expect(dropdownToggleEl).toHaveTextContent('Strategy: checkbox4Carrot up');
|
|
38
|
+
expect(logSpy).toHaveBeenCalledWith('>>>Filters onSubmit', {
|
|
39
|
+
exchange: ['binance'],
|
|
40
|
+
pairs: ['btcfdusd'],
|
|
41
|
+
status: ['running'],
|
|
42
|
+
strategy: ['checkbox4'],
|
|
43
|
+
strategy2: ['strategy2Checkbox1'],
|
|
44
|
+
strategy3: [],
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
});
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { useRef, useState } from 'react';
|
|
2
|
+
import Wrapper from '@components/Wrapper';
|
|
3
|
+
import { TableFilters } from '@components/TableFilters';
|
|
4
|
+
import { TableFilterConfig } from '@components/TableFilters/types';
|
|
5
|
+
import {
|
|
6
|
+
UseTableDataParameters,
|
|
7
|
+
UseTableDataResult,
|
|
8
|
+
useTableData,
|
|
9
|
+
} from '@components/TableFilters/hooks/useTableData';
|
|
10
|
+
import { FiltersContextProvider } from './FiltersContext';
|
|
11
|
+
import { FiltersBlock } from './FiltersBlock';
|
|
12
|
+
import { FilterBlockWrapper } from './FilterBlockWrapper';
|
|
13
|
+
import { FiltersWrapper } from './FiltersWrapper';
|
|
14
|
+
import { useVisibility } from './hooks/useVisibility';
|
|
15
|
+
|
|
16
|
+
export const Filters = ({
|
|
17
|
+
checkboxData: initialState = {} as TableFilterConfig,
|
|
18
|
+
updatedCheckboxData,
|
|
19
|
+
handleSubmit,
|
|
20
|
+
handleCancel,
|
|
21
|
+
handleClear,
|
|
22
|
+
handleDropdownChange,
|
|
23
|
+
}: Pick<UseTableDataResult, 'checkboxData'> & {
|
|
24
|
+
updatedCheckboxData?: TableFilterConfig;
|
|
25
|
+
} & Pick<
|
|
26
|
+
UseTableDataParameters,
|
|
27
|
+
'handleSubmit' | 'handleCancel' | 'handleClear' | 'handleDropdownChange'
|
|
28
|
+
>) => {
|
|
29
|
+
const wrapperRef = useRef<HTMLDivElement>(null);
|
|
30
|
+
const [hiddenCheckboxData, setHiddenCheckboxData] =
|
|
31
|
+
useState<TableFilterConfig>({});
|
|
32
|
+
|
|
33
|
+
const [isMoreButtonVisible, setIsMoreButtonVisible] = useState(false);
|
|
34
|
+
|
|
35
|
+
const useTableDataResult = useTableData({
|
|
36
|
+
initialState,
|
|
37
|
+
updatedCheckboxData,
|
|
38
|
+
wrapperRef,
|
|
39
|
+
handleSubmit,
|
|
40
|
+
handleCancel,
|
|
41
|
+
handleClear,
|
|
42
|
+
handleDropdownChange,
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
const { checkboxData, refsList } = useTableDataResult;
|
|
46
|
+
|
|
47
|
+
const handleVisibilityProcessed = () => {
|
|
48
|
+
const newHiddenCheckboxData: TableFilterConfig = {};
|
|
49
|
+
const groupNames = Object.keys(checkboxData);
|
|
50
|
+
refsList.forEach((currentRef, index) => {
|
|
51
|
+
const groupName = groupNames[index];
|
|
52
|
+
const isNotVisible = currentRef.current?.style.visibility === 'hidden';
|
|
53
|
+
if (isNotVisible) {
|
|
54
|
+
newHiddenCheckboxData[groupName] = checkboxData[groupName];
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
setHiddenCheckboxData(newHiddenCheckboxData);
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const handleMoreButtonVisibleChange = (isVisible: boolean) => {
|
|
61
|
+
setIsMoreButtonVisible(isVisible);
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
useVisibility({
|
|
65
|
+
checkboxData,
|
|
66
|
+
refsList,
|
|
67
|
+
wrapperRef,
|
|
68
|
+
onVisibilityProcessed: handleVisibilityProcessed,
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
return (
|
|
72
|
+
<FiltersWrapper ref={wrapperRef} isMoreButtonVisible={isMoreButtonVisible}>
|
|
73
|
+
<FiltersContextProvider {...useTableDataResult}>
|
|
74
|
+
<FilterBlockWrapper>
|
|
75
|
+
<FiltersBlock />
|
|
76
|
+
</FilterBlockWrapper>
|
|
77
|
+
<Wrapper css={{ width: 110 }}>
|
|
78
|
+
<TableFilters
|
|
79
|
+
{...useTableDataResult}
|
|
80
|
+
checkboxData={hiddenCheckboxData}
|
|
81
|
+
handleMoreButtonVisibleChange={handleMoreButtonVisibleChange}
|
|
82
|
+
/>
|
|
83
|
+
</Wrapper>
|
|
84
|
+
</FiltersContextProvider>
|
|
85
|
+
</FiltersWrapper>
|
|
86
|
+
);
|
|
87
|
+
};
|