@astral/ui 4.2.0 → 4.2.2
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/README.md +1 -1
- package/components/Accordion/useLogic/useLogic.js +2 -2
- package/components/ActionCellBase/MainAction/MainAction.js +1 -15
- package/components/ActionCellBase/MainAction/MainIconButton/MainIconButton.js +2 -13
- package/components/ActionCellBase/SecondaryAction/SecondaryAction.js +1 -1
- package/components/ActionGroup/MainActions/MainActions.js +5 -19
- package/components/ActionGroup/MainActions/hooks/useMainActions/useMainActions.js +19 -19
- package/components/ActionGroup/SecondaryActions/SecondaryActions.js +2 -16
- package/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.js +2 -13
- package/components/AddressAutocomplete/AddressAutocomplete.js +3 -14
- package/components/AddressAutocomplete/faker.js +7 -13
- package/components/Alert/Alert.js +1 -1
- package/components/AsyncAutocomplete/AsyncAutocomplete.js +1 -1
- package/components/AsyncAutocomplete/faker.js +6 -12
- package/components/AsyncAutocomplete/useLogic/useLogic.js +19 -17
- package/components/AutoSaveIndicator/AutoSaveIndicator.js +2 -2
- package/components/Autocomplete/Autocomplete.js +22 -25
- package/components/Autocomplete/useLogic/useLogic.js +1 -1
- package/components/Avatar/Avatar.js +2 -14
- package/components/AvatarGroup/AvatarGroup.js +2 -13
- package/components/BackdropStack/services/BackdropStackManager/BackdropStackManager.js +1 -2
- package/components/Badge/Badge.js +1 -15
- package/components/Banner/Banner.js +2 -13
- package/components/Banner/BannerActionButton/BannerActionButton.js +2 -14
- package/components/Banner/BannerContainer/BannerContainer.js +2 -3
- package/components/Banner/BannerTemplate/BannerTemplate.js +5 -5
- package/components/BottomDrawer/BottomDrawer.js +2 -14
- package/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/components/BulletList/BulletList.js +2 -13
- package/components/BulletListInlineItem/BulletListInlineItem.js +1 -1
- package/components/BulletListItem/BulletListItem.js +2 -13
- package/components/Button/Button.js +3 -14
- package/components/CheckableTag/CheckableTag.js +4 -16
- package/components/Checkbox/Checkbox.js +1 -1
- package/components/Checkbox/Icon/Icon.js +1 -15
- package/components/Checkbox/useLogic/useLogic.js +2 -14
- package/components/CheckboxField/CheckboxField.js +2 -14
- package/components/Chevron/Chevron.js +1 -1
- package/components/CodeField/CodeField.js +1 -1
- package/components/CodeField/hooks/useCodeState/useCodeState.js +2 -4
- package/components/Collapse/Collapse.js +1 -1
- package/components/CollapsibleTypography/CollapsibleTypography.js +7 -16
- package/components/ConfigProvider/ConfigProvider.js +18 -2
- package/components/ConfigProvider/NextFeatureFlagsContext/NextFeatureFlagsContextProvider/NextFeatureFlagsContextProvider.js +1 -15
- package/components/ConfirmAction/ConfirmAction.js +1 -1
- package/components/ConfirmDialog/ConfirmDialog.js +4 -15
- package/components/ConfirmDialog/useLogic/useLogic.js +1 -1
- package/components/ContentState/ContentState.js +1 -1
- package/components/ContentState/useLogic/useLogic.js +2 -2
- package/components/CopyTypography/CopyTypography.js +2 -2
- package/components/CopyTypography/useLogic/useLogic.js +1 -13
- package/components/Counter/Counter.js +1 -15
- package/components/DashboardAlert/DashboardAlert.js +3 -14
- package/components/DashboardLayout/Header/Header.js +1 -2
- package/components/DashboardLayout/Header/useLogic/useLogic.js +2 -2
- package/components/DashboardLayout/Main/useLogic/useLogic.js +4 -7
- package/components/DashboardLayout/PinButton/PinButton.js +2 -13
- package/components/DashboardLayout/Sidebar/MenuSidebarButton/MenuSidebarButton.js +2 -13
- package/components/DashboardLayout/Sidebar/SidebarButton/SidebarButton.js +1 -1
- package/components/DashboardLayout/Sidebar/SidebarPopover/FadePopup/useLogic/useLogic.js +1 -2
- package/components/DashboardLayout/Sidebar/SidebarPopover/SidebarPopoverItem/SidebarPopoverItem.js +3 -15
- package/components/DashboardLayout/Sidebar/SidebarPopover/SidebarPopoverItem/useLogic/useLogic.js +1 -1
- package/components/DashboardSidebarProvider/DashboardSidebarProvider.js +5 -2
- package/components/DataGrid/Body/Body.js +5 -17
- package/components/DataGrid/Cell/Cell.js +1 -1
- package/components/DataGrid/DataGrid.js +2 -2
- package/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +7 -4
- package/components/DataGrid/Head/Head.js +1 -1
- package/components/DataGrid/Head/useLogic/useLogic.js +3 -3
- package/components/DataGrid/HeadCell/HeadCell.js +3 -3
- package/components/DataGrid/Row/NestedChildren/NestedChildren.js +2 -15
- package/components/DataGrid/Row/NestedChildren/useLogic/useLogic.js +3 -3
- package/components/DataGrid/Row/Row.js +7 -21
- package/components/DataGrid/Row/useLogic/useLogic.js +6 -6
- package/components/DataGrid/Row/useLogic/utils/getColumnsMap/getColumnsMap.js +6 -14
- package/components/DataGrid/Row/useLogic/utils/mergeColumnsOptions/mergeColumnsOptions.js +6 -1
- package/components/DataGrid/faker.js +12 -15
- package/components/DataGrid/useLogic/useLogic.js +4 -3
- package/components/DataGridActionCell/MainAction/MainAction.js +1 -15
- package/components/DataGridActionCell/MainAction/MainIconButton/MainIconButton.js +2 -13
- package/components/DataGridActionCell/SecondaryAction/SecondaryAction.js +1 -1
- package/components/DataGridActionCell/useLogic/useLogic.js +2 -2
- package/components/DataGridInfinite/DataGridInfinite.js +6 -18
- package/components/DataGridInfinite/List/List.js +1 -15
- package/components/DataGridInfinite/useLogic/useLogic.js +6 -6
- package/components/DataGridMinimalisticPagination/DataGridMinimalisticPagination.js +2 -14
- package/components/DataGridPagination/DataGridPagination.js +2 -13
- package/components/DataGridPaginationContainer/useLogic/useLogic.js +1 -1
- package/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarNextButton/DateCalendarNextButton.js +2 -14
- package/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarPrevButton/DateCalendarPrevButton.js +2 -14
- package/components/DatePicker/DateCalendar/DateCalendarHead/DateCalendarHead.js +1 -1
- package/components/DatePicker/DateCalendar/DateCalendarWrapper/DateCalendarWrapper.js +1 -1
- package/components/DatePicker/DatePicker.js +2 -2
- package/components/DatePicker/DatePickerInput/DatePickerInput.js +10 -19
- package/components/DatePicker/DatePickerPopover/DatePickerPopover.js +2 -14
- package/components/DatePicker/DayPicker/DayPicker.js +3 -15
- package/components/DatePicker/MonthPicker/MonthPicker.js +2 -18
- package/components/DatePicker/MonthPicker/hooks/useMonthsGrid/useMonthsGrid.js +4 -5
- package/components/DatePicker/YearMonthDayPicker/YearMonthDayPicker.js +1 -1
- package/components/DatePicker/YearPicker/YearPicker.js +2 -19
- package/components/DatePicker/YearPicker/hooks/useYearsGrid/useYearsGrid.js +3 -4
- package/components/DatePicker/hooks/useCalendarNavigate/useCalendarNavigate.js +2 -4
- package/components/DatePicker/hooks/useMaskedValue/useMaskedValue.js +3 -3
- package/components/DatePicker/useLogic/useLogic.js +5 -5
- package/components/DateRangePicker/DateRangePicker.js +4 -15
- package/components/DateRangePicker/useLogic/useLogic.js +17 -21
- package/components/Description/Description.js +1 -1
- package/components/Description/Name/Name.js +2 -14
- package/components/Description/Value/Value.js +3 -14
- package/components/DescriptionList/DescriptionList.js +3 -15
- package/components/Dialog/Dialog.js +3 -15
- package/components/DialogActions/DialogActions.js +2 -14
- package/components/DialogContent/DialogContent.js +1 -1
- package/components/DialogContentText/DialogContentText.js +1 -1
- package/components/DialogTitle/DialogTitle.js +2 -14
- package/components/Divider/Divider.js +1 -1
- package/components/DropdownButton/DropdownButton.js +2 -14
- package/components/EmailField/EmailField.js +5 -14
- package/components/EmailOrPhoneField/EmailOrPhoneField.js +4 -1
- package/components/EmailOrPhoneField/useLogic/useLogic.js +5 -16
- package/components/ErrorBoundary/ErrorBoundary.js +2 -2
- package/components/ErrorBoundary/ErrorBoundary.stubs.js +15 -22
- package/components/Fab/Fab.js +2 -14
- package/components/Fab/styles.js +6 -6
- package/components/Filename/Filename.js +6 -14
- package/components/FlowButton/FlowButton.js +2 -13
- package/components/FormControl/FormControl.js +1 -1
- package/components/FormControlLabel/FormControlLabel.js +1 -1
- package/components/FormHelperText/FormHelperText.js +2 -14
- package/components/FormLabel/FormLabel.js +1 -1
- package/components/GlobalStyles/GlobalStyles.js +2 -14
- package/components/Grid/GridComponent/GridComponent.js +2 -14
- package/components/GuidTypography/GuidTypography.js +5 -14
- package/components/HintIcon/Icon/useLogic/useLogic.js +1 -1
- package/components/IconButton/IconButton.js +2 -13
- package/components/IconDropdownButton/IconDropdownButton.js +2 -14
- package/components/Iframe/Iframe.js +3 -4
- package/components/InfiniteDataList/InfiniteDataList.js +4 -5
- package/components/InfiniteTreeList/InfiniteTreeList.js +2 -2
- package/components/InfiniteTreeList/InfiniteTreeListActions/useLogic/useLogic.js +2 -2
- package/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +1 -1
- package/components/InfiniteTreeList/NoDataPlaceholder/NoDataPlaceholder.js +1 -1
- package/components/InfiniteTreeList/OnTopButton/OnTopButton.js +1 -2
- package/components/InfiniteTreeList/TreeItem/useLogic/useLogic.js +3 -5
- package/components/InfiniteTreeList/useLogic/hooks/useScrollManagement/useScrollManagement.js +4 -6
- package/components/InfiniteTreeList/useLogic/hooks/useStickyButton/useStickyButton.js +1 -2
- package/components/InfiniteTreeList/useLogic/useLogic.js +3 -3
- package/components/InfiniteTreeList/useLogic/utils/flattenTree/flattenTree.js +5 -2
- package/components/InfiniteTreeList/useLogic/utils/getInitialExpandedIds/getInitialExpandedIds.js +2 -3
- package/components/JsonViewer/JsonNode/useLogic/useLogic.js +6 -15
- package/components/JsonViewer/NodeValue/utils/formatValue/formatValue.js +2 -2
- package/components/LegacyNotification/LegacyNotification.js +16 -27
- package/components/LegacyNotification/NotificationContainer/NotificationContainer.js +1 -1
- package/components/LegacyNotification/NotificationTemplate/NotificationTemplate.js +1 -1
- package/components/LegacyNotification/NotificationTemplate/constants.js +4 -4
- package/components/LegacyNotification/utils/notificationTemplatePropsCreator.js +5 -1
- package/components/Link/Link.js +2 -14
- package/components/List/List.js +1 -1
- package/components/ListItem/ListItem.js +1 -1
- package/components/ListItem/styles.js +6 -3
- package/components/ListItemAvatar/ListItemAvatar.js +1 -1
- package/components/ListItemButton/ListItemButton.js +2 -13
- package/components/ListItemIcon/ListItemIcon.js +1 -1
- package/components/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/components/ListItemText/ListItemText.js +1 -1
- package/components/ListSubheader/ListSubheader.js +1 -1
- package/components/MaskField/MaskField.js +6 -19
- package/components/Menu/Menu.js +2 -14
- package/components/MenuItem/MenuItem.js +2 -13
- package/components/MenuList/MenuList.js +2 -14
- package/components/MenuOrganization/MenuOrganization.js +2 -2
- package/components/MenuOrganization/OrganizationItem/OrganizationItem.js +2 -13
- package/components/MenuOrganization/OrganizationList/OrganizationList.js +1 -1
- package/components/MenuOrganization/useLogic/useLogic.js +7 -8
- package/components/MinimalisticPagination/MinimalisticPagination.js +1 -1
- package/components/NavMenu/Item/Item.js +2 -13
- package/components/NavMenu/Item/ItemButton/ItemButton.js +3 -14
- package/components/NavMenu/Item/useLogic/useLogic.js +4 -4
- package/components/Notification/Notification.js +48 -32
- package/components/Notification/NotificationContainer/NotificationContainer.js +2 -14
- package/components/Notification/NotificationStackContainer/NotificationStackContainer.js +2 -14
- package/components/Notification/NotificationStackContainer/useLogic/useLogic.js +7 -28
- package/components/Notification/NotificationTemplate/NotificationTemplate.js +1 -1
- package/components/Notification/NotificationTemplate/constants.js +5 -31
- package/components/Notification/utils/getNotificationTemplateProps/getNotificationTemplateProps.js +5 -1
- package/components/Notification/utils/getNotifyOptions/getNotifyOptions.js +6 -15
- package/components/NotificationList/ListItem/ListItem.js +2 -2
- package/components/NotificationList/NotificationList.js +1 -1
- package/components/NumberField/NumberField.js +3 -15
- package/components/NumberField/useLogic/useLogic.js +2 -2
- package/components/NumberedList/NumberedList.js +2 -13
- package/components/OverflowTypography/OverflowTypography.js +12 -17
- package/components/OverflowTypography/hooks/useOverflowed/useOverflowed.js +1 -1
- package/components/PageLayout/PageAlert/PageAlert.js +1 -1
- package/components/PageLayout/PageContent/PageContent.js +1 -1
- package/components/PageLayout/PageContent/PageContentHeader/PageContentHeaderActions/PageContentHeaderActions.js +1 -1
- package/components/PageLayout/PageHeader/HeaderContent/HeaderContent.js +1 -1
- package/components/PageLayout/PageHeader/MobilePageActions/useLogic/useLogic.js +3 -3
- package/components/PageLayout/PageHeader/PageActions/MainActions/MainActions.js +1 -1
- package/components/PageLayout/PageHeader/PageActions/SecondaryVisibleActions/SecondaryVisibleActions.js +2 -14
- package/components/PageLayout/PageHeader/PageHeader.js +1 -1
- package/components/PageLayout/PageHeader/Title/Title.js +1 -1
- package/components/PageLayout/PageHeader/hooks/usePageTitle/usePageTitle.js +3 -5
- package/components/PageLayout/PageLayout.js +1 -1
- package/components/PageLayout/PagePinnableAside/PagePinnableAside.js +1 -13
- package/components/PageLayout/PagePinnableAside/useLogic/useLogic.js +2 -2
- package/components/Pagination/Pagination.js +2 -2
- package/components/Pagination/PaginationItem/PaginationItem.js +3 -17
- package/components/Pagination/useLogic/useLogic.js +1 -13
- package/components/Paper/Paper.js +2 -14
- package/components/PasswordField/PasswordField.js +6 -15
- package/components/PdfViewer/List/List.js +1 -2
- package/components/PdfViewer/PdfDocument/PdfDocument.js +3 -14
- package/components/PdfViewer/PdfDocument/useLogic/useLogic.js +4 -6
- package/components/PdfViewer/PdfPage/PdfPage.js +2 -13
- package/components/PdfViewer/PdfPage/useLogic/useLogic.js +1 -1
- package/components/PdfViewer/PdfViewer.js +2 -2
- package/components/PdfViewer/PdfViewerPagination/useLogic/useLogic.js +1 -2
- package/components/PdfViewer/useLogic/useLogic.js +16 -29
- package/components/PdfViewer/utils/getFullPageHeight/getFullPageHeight.js +1 -2
- package/components/PdfViewer/utils/getPageHeightList/getPageHeightList.js +3 -12
- package/components/PdfViewer/utils/getPageParams/getPageParams.js +3 -12
- package/components/Popover/Popover.js +2 -14
- package/components/Product/Product.js +2 -13
- package/components/ProductSwitcher/faker.js +2 -2
- package/components/ProductSwitcher/useLogic/useLogic.js +8 -17
- package/components/Profile/MenuList/MenuList.js +3 -14
- package/components/Profile/Profile.js +1 -1
- package/components/Radio/Icon/Icon.js +1 -15
- package/components/Radio/Radio.js +1 -1
- package/components/Radio/useLogic/useLogic.js +2 -14
- package/components/RadioCard/RadioCard.js +2 -14
- package/components/RadioCard/styles.js +1 -0
- package/components/RadioField/RadioField.js +2 -14
- package/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/components/RadioGroup/RadioGroup.js +5 -4
- package/components/RadioGroup/types.d.ts +5 -1
- package/components/RadioGroup/useLogic/useLogic.d.ts +2 -1
- package/components/RadioGroup/useLogic/useLogic.js +3 -2
- package/components/RadioGroupField/RadioGroupField.js +1 -1
- package/components/Rating/Rating.js +3 -18
- package/components/RedesignBanner/RedesignBanner.js +1 -1
- package/components/ResizingDataGrid/ResizingDataGrid.js +3 -15
- package/components/ResizingDataGrid/Sliders/Sliders.js +1 -13
- package/components/ResizingDataGrid/hooks/useComputedColumns/utils/createComputedColumns/createComputedColumns.js +10 -4
- package/components/ResizingDataGridInfinite/ResizingDataGridInfinite.js +3 -15
- package/components/SearchField/SearchField.js +1 -1
- package/components/SearchField/useLogic/useLogic.js +9 -19
- package/components/Select/Select.js +10 -17
- package/components/Select/useLogic/useLogic.js +9 -9
- package/components/SideDialog/SideDialog.js +2 -14
- package/components/SideDialogActions/SideDialogActions.js +1 -1
- package/components/SideDialogContent/SideDialogContent.js +1 -1
- package/components/SideDialogHeader/SideDialogHeader.js +1 -1
- package/components/SideDialogTitle/SideDialogTitle.js +1 -1
- package/components/Skeleton/Skeleton.js +1 -15
- package/components/StaticCalendar/StaticCalendarButton/StaticCalendarButton.js +2 -13
- package/components/StaticCalendar/StaticCalendarButton/useLogic/useLogic.js +7 -4
- package/components/StaticCalendar/StaticCalendarGridButton/styles.js +4 -4
- package/components/StaticCalendar/StaticDaysCalendar/DayButton/DayButton.js +1 -2
- package/components/StaticCalendar/StaticDaysCalendar/DayButton/useLogic/hooks/useDragAndDropHandlers/useDragAndDropHandlers.js +4 -4
- package/components/StaticCalendar/StaticDaysCalendar/DayButton/useLogic/useLogic.js +7 -4
- package/components/StaticCalendar/StaticDaysCalendar/StaticDaysCalendar.js +5 -20
- package/components/StepSlider/StepSlider.js +4 -17
- package/components/Stepper/StepButton/StepButton.js +2 -13
- package/components/Stepper/StepLabel/StepLabel.js +2 -13
- package/components/Stepper/Stepper.js +2 -13
- package/components/StepperWizard/StepperWizard.js +2 -13
- package/components/StepperWizard/useLogic/useLogic.js +1 -1
- package/components/SvgIcon/SvgIcon.js +2 -13
- package/components/Switch/Switch.js +3 -15
- package/components/Tabs/Tab/Tab.js +2 -14
- package/components/Tabs/Tabs.js +2 -14
- package/components/Tag/Tag.js +4 -16
- package/components/Tag/useLogic/useLogic.js +1 -1
- package/components/TagBadge/TagBadge.js +2 -14
- package/components/TagsList/Tag/Tag.js +2 -13
- package/components/TagsList/TagsList.js +2 -2
- package/components/TagsList/useLogic/useLogic.js +5 -5
- package/components/TextArea/TextArea.js +2 -14
- package/components/TextField/TextField.js +15 -19
- package/components/ToggleButton/ToggleButton.js +1 -1
- package/components/ToggleButton/useLogic/useLogic.js +1 -13
- package/components/ToggleButtonGroup/ToggleButtonGroup.js +2 -13
- package/components/Tooltip/Tooltip.js +2 -13
- package/components/Tooltip/styles.js +1 -15
- package/components/Tree/MultipleTreeList/MultipleTreeList.js +2 -14
- package/components/Tree/MultipleTreeList/TreeItem/TreeItem.js +1 -1
- package/components/Tree/MultipleTreeList/TreeItem/useLogic/useLogic.js +3 -3
- package/components/Tree/MultipleTreeList/TreeItem/useLogic/utils/getAllChildrenId/getAllChildrenId.js +1 -1
- package/components/Tree/TreeItem/TreeItem.js +3 -14
- package/components/Tree/TreeItem/useLogic/useLogic.js +2 -2
- package/components/Tree/TreeList/TreeItem/TreeItem.js +1 -1
- package/components/Tree/TreeList/TreeItem/useLogic/useLogic.js +6 -6
- package/components/Tree/TreeList/TreeList.js +2 -13
- package/components/Tree/utils/getFormatDisabledItems/getFormatDisabledItems.js +2 -2
- package/components/TreeAsyncAutocomplete/Input/Input.js +2 -14
- package/components/TreeAsyncAutocomplete/Input/useLogic/useLogic.js +2 -3
- package/components/TreeAsyncAutocomplete/OptionsModal/OptionsModal.js +2 -2
- package/components/TreeAsyncAutocomplete/OptionsModal/useLogic/useLogic.js +19 -22
- package/components/TreeAsyncAutocomplete/TreeAsyncAutocomplete.js +1 -1
- package/components/TreeAsyncAutocomplete/useLogic/useLogic.js +18 -18
- package/components/TreeAutocomplete/Input/Input.js +2 -13
- package/components/TreeAutocomplete/Input/useLogic/useLogic.js +2 -3
- package/components/TreeAutocomplete/OptionsModal/OptionsModal.js +3 -14
- package/components/TreeAutocomplete/OptionsModal/useLogic/useLogic.js +8 -5
- package/components/TreeAutocomplete/OptionsModal/useLogic/utils/findInTree/findInTree.js +5 -2
- package/components/TreeAutocomplete/TreeAutocomplete.js +2 -13
- package/components/TreeAutocomplete/useLogic/useLogic.js +3 -4
- package/components/TreeLikeAutocomplete/Input/Input.js +2 -13
- package/components/TreeLikeAutocomplete/Input/useLogic/useLogic.js +6 -8
- package/components/TreeLikeAutocomplete/OptionsModal/OptionsModal.js +3 -14
- package/components/TreeLikeAutocomplete/OptionsModal/useLogic/useLogic.js +8 -5
- package/components/TreeLikeAutocomplete/OptionsModal/useLogic/utils/findInTree/findInTree.js +5 -2
- package/components/TreeLikeAutocomplete/TreeLikeAutocomplete.js +2 -13
- package/components/TreeLikeAutocomplete/useLogic/useLogic.js +2 -2
- package/components/TreeLikeList/TreeItem/TreeItem.js +2 -2
- package/components/TreeLikeList/TreeItem/useLogic/useLogic.js +4 -4
- package/components/TreeLikeList/TreeItem/useLogic/utils/getAllChildrenId/getAllChildrenId.js +1 -1
- package/components/TreeLikeList/TreeLikeList.js +2 -13
- package/components/TreeLikeList/useLogic/useLogic.js +1 -1
- package/components/TreeLikeList/useLogic/utils/getChainsId/getChainsId.js +1 -1
- package/components/Typography/Typography.js +2 -14
- package/components/Typography/hooks/useTypographyColor/useTypographyColor.js +1 -2
- package/components/fileUploading/FileUploader/FIleList/FileList.js +1 -15
- package/components/fileUploading/FileUploader/FileUploader.js +1 -1
- package/components/fileUploading/FileUploader/faker.js +8 -14
- package/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/DropzoneWrapper.js +1 -15
- package/components/fileUploading/FileUploaderDropzone/FileUploaderDropzone.js +1 -15
- package/components/fileUploading/FileUploaderDropzone/HintPlaceholder/useLogic/useLogic.js +2 -14
- package/components/fileUploading/FileUploaderFile/Actions/Actions.js +2 -13
- package/components/fileUploading/FileUploaderFile/Actions/useLogic/useLogic.js +8 -5
- package/components/fileUploading/FileUploaderFile/FileUploaderFile.js +2 -13
- package/components/fileUploading/FileUploaderFile/Progress/Progress.js +1 -1
- package/components/fileUploading/PreviewFileUploader/FileList/FileList.js +1 -15
- package/components/fileUploading/PreviewFileUploader/PreviewFileUploader.js +1 -1
- package/components/fileUploading/PreviewFileUploader/faker.js +8 -14
- package/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/HintPlaceholder.js +1 -1
- package/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/useLogic/useLogic.js +9 -18
- package/components/fileUploading/PreviewFileUploaderDropZone/PreviewFileUploaderDropZone.js +1 -15
- package/components/fileUploading/PreviewFileUploaderFile/FileError/FileError.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FileError/useLogic/useLogic.js +2 -3
- package/components/fileUploading/PreviewFileUploaderFile/FileLoading/FileLoading.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FileLoading/Progress/Progress.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FileLoading/useLogic/useLogic.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FilePreview/FilePreview.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FilePreview/Preview/Preview.js +3 -3
- package/components/fileUploading/PreviewFileUploaderFile/FilePreview/useLogic/useLogic.js +3 -3
- package/components/fileUploading/hooks/useFileUploader/useFileUploader.js +29 -23
- package/components/fileUploading/hooks/usePreviewFileUploader/usePreviewFileUploader.js +27 -24
- package/components/fileUploading/hooks/useSelfFiles/useSelfFiles.js +22 -4
- package/components/fileUploading/hooks/useSyncFiles/useSyncFiles.js +5 -13
- package/components/fileUploading/hooks/useUploadFiles/useUploadFiles.js +2 -2
- package/components/fileUploading/restrictions/restrictFileMaxSize/restrictFileMaxSize.js +1 -1
- package/components/fileUploading/utils/rulePipe/rulePipe.js +1 -2
- package/components/hooks/useAsyncOptions/useAsyncOptions.js +3 -4
- package/components/hooks/useCheckControlled/useCheckControlled.js +1 -1
- package/components/hooks/useClickAwayEffect/useClickAwayEffect.js +1 -1
- package/components/hooks/useEscapeClickEffect/useEscapeClickEffect.js +1 -1
- package/components/hooks/useFeatureFlags/useFeatureFlags.js +1 -1
- package/components/hooks/useFocusAwayEffect/useFocusAwayEffect.js +1 -1
- package/components/hooks/useId/useId.js +1 -1
- package/components/hooks/useInputPopover/useInputPopover.js +1 -1
- package/components/hooks/useToggle/useToggle.js +2 -2
- package/components/index.d.ts +1 -1
- package/components/index.js +1 -1
- package/components/personalDataSecurity/PersonalData/PersonalData.js +4 -1
- package/components/placeholders/Placeholder/Placeholder.js +1 -2
- package/components/services/SecondsCountdown/SecondsCountdown.js +3 -6
- package/components/theme/baseTheme/baseTheme.js +5 -2
- package/components/theme/baseTheme/utils/createSnapshotTheme.js +5 -2
- package/components/theme/baseTheme/utils/writeSnapshot.js +3 -12
- package/components/theme/components/MuiButton.js +3 -3
- package/components/theme/palette/palette.js +86 -10
- package/components/transitions/Slide/Slide.js +1 -1
- package/components/utils/array/deepMap/deepMap.js +5 -2
- package/components/utils/date/buildDaysCalendarGrid/buildDaysCalendarGrid.js +19 -8
- package/components/utils/date/format/formatDate/formatDate.js +1 -1
- package/hook-form/EditableText/EditableText.js +3 -14
- package/hook-form/EditableText/EditingForm/EditingForm.js +3 -3
- package/hook-form/EditableText/EditingForm/useLogic/useLogic.js +3 -3
- package/hook-form/Form/Form.js +3 -15
- package/hook-form/FormAddressAutocomplete/FormAddressAutocomplete.js +7 -15
- package/hook-form/FormAddressAutocomplete/faker.js +7 -13
- package/hook-form/FormAsyncAutocomplete/FormAsyncAutocomplete.js +6 -3
- package/hook-form/FormAsyncAutocomplete/faker.js +9 -15
- package/hook-form/FormAutocomplete/FormAutocomplete.js +7 -5
- package/hook-form/FormCheckboxField/FormCheckboxField.js +6 -15
- package/hook-form/FormCodeField/FormCodeField.js +3 -14
- package/hook-form/FormDatePicker/FormDatePicker.js +8 -17
- package/hook-form/FormDateRangePicker/FormDateRangePicker.js +6 -15
- package/hook-form/FormEmailField/FormEmailField.js +5 -2
- package/hook-form/FormEmailOrPhoneField/FormEmailOrPhoneField.js +6 -3
- package/hook-form/FormFileUploader/FormFileUploader.js +2 -13
- package/hook-form/FormFileUploader/faker.js +8 -14
- package/hook-form/FormMaskField/FormMaskField.js +5 -2
- package/hook-form/FormMobilePhoneField/FormMobilePhoneField.js +9 -15
- package/hook-form/FormNumberField/FormNumberField.js +1 -1
- package/hook-form/FormPasswordField/FormPasswordField.js +1 -1
- package/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.js +2 -13
- package/hook-form/FormPreviewFileUploader/faker.js +8 -14
- package/hook-form/FormRadioGroup/FormRadioGroup.d.ts +1 -4
- package/hook-form/FormRadioGroup/FormRadioGroup.js +10 -16
- package/hook-form/FormSelect/FormSelect.js +6 -3
- package/hook-form/FormSubmitButton/FormSubmitButton.js +2 -14
- package/hook-form/FormTextArea/FormTextArea.js +5 -2
- package/hook-form/FormTextField/FormTextField.js +5 -2
- package/hook-form/FormToggleButtonGroup/FormToggleButtonGroup.js +7 -15
- package/hook-form/FormTreeAsyncAutocomplete/FormTreeAsyncAutocomplete.js +5 -13
- package/hook-form/FormTreeAutocomplete/FormTreeAutocomplete.js +5 -13
- package/hook-form/FormTreeLikeAutocomplete/FormTreeLikeAutocomplete.js +5 -13
- package/hook-form/FormWizard/FormWizard.js +7 -4
- package/hook-form/FormWizard/useLogic/useLogic.js +1 -1
- package/hook-form/formLayouts/FormPageFooterContainer/useLogic/useLogic.js +1 -1
- package/hook-form/formLayouts/FormPageLayout/FormPageFooter/SecondaryActions/SecondaryActions.js +4 -18
- package/hook-form/formLayouts/FormPageLayout/FormPageLayout.js +4 -15
- package/hook-form/formLayouts/FormPageLayoutBase/FormMobileActions/FormMobileActions.js +4 -18
- package/hook-form/formLayouts/FormPageLayoutBase/FormPageLayoutBase.js +1 -1
- package/hook-form/formLayouts/FormPageLayoutBase/useLogic/useLogic.js +14 -20
- package/hook-form/formLayouts/FormWizardPageLayout/FormWizardPageLayout.js +1 -1
- package/hook-form/hooks/useForm/useForm.js +8 -16
- package/hook-form/hooks/useFormFieldErrorProps/useFormFieldErrorProps.js +1 -1
- package/hook-form/hooks/useFormFieldProps/useFormFieldProps.js +10 -2
- package/hook-form/hooks/useFormInputProps/useFormInputProps.js +1 -12
- package/hook-form/hooks/useFormWizard/useFormWizard.js +9 -24
- package/hook-form/react-hook-form-resolver/resolver/resolver.js +4 -14
- package/hook-form/react-hook-form-resolver/utils/validateFieldsNatively/validateFieldsNatively.js +2 -2
- package/icons/FillMd/AutosaveErrorFillMd.js +1 -15
- package/icons/FillMd/AutosaveFillMd.js +1 -15
- package/icons/FillMd/AutosaveLoaderFillMd.js +1 -15
- package/icons/FillMd/BellFillMd.js +1 -15
- package/icons/FillMd/BookmarkFillMd.js +1 -15
- package/icons/FillMd/CalculatorFillMd.js +1 -15
- package/icons/FillMd/CircleErrorFillMd.js +1 -15
- package/icons/FillMd/ClockFillMd.js +1 -15
- package/icons/FillMd/CompanyPicFillMd.js +1 -15
- package/icons/FillMd/CopyMailFillMd.js +1 -15
- package/icons/FillMd/DislikeFillMd.js +1 -15
- package/icons/FillMd/DocSuccessFillMd.js +1 -15
- package/icons/FillMd/EditFillMd.js +1 -15
- package/icons/FillMd/EducationFillMd.js +1 -15
- package/icons/FillMd/ErrorFillMd.js +1 -15
- package/icons/FillMd/EyeFillMd.js +1 -15
- package/icons/FillMd/FilterFillMd.js +1 -15
- package/icons/FillMd/InfoFillMd.js +1 -15
- package/icons/FillMd/KeyFillMd.js +1 -15
- package/icons/FillMd/LikeFillMd.js +1 -15
- package/icons/FillMd/PhotoFillMd.js +1 -15
- package/icons/FillMd/PluginFillMd.js +1 -15
- package/icons/FillMd/PlusFillMd.js +1 -15
- package/icons/FillMd/ProductsFillMd.js +1 -15
- package/icons/FillMd/ProfileFillMd.js +1 -15
- package/icons/FillMd/QuestionFillMd.js +1 -15
- package/icons/FillMd/SaveFillMd.js +1 -15
- package/icons/FillMd/SendFillMd.js +1 -15
- package/icons/FillMd/SentFillMd.js +1 -15
- package/icons/FillMd/SettingsFillMd.js +1 -15
- package/icons/FillMd/StepDefaultFillMd.js +1 -15
- package/icons/FillMd/StepErrorFillMd.js +1 -15
- package/icons/FillMd/StepSuccessFillMd.js +1 -15
- package/icons/FillMd/SuccessFillMd.js +1 -15
- package/icons/FillMd/SupportFillMd.js +1 -15
- package/icons/FillMd/WarningFillMd.js +1 -15
- package/icons/FillMd/WebFillMd.js +1 -15
- package/icons/FillSm/ArrowDFillSm.js +1 -15
- package/icons/FillSm/ArrowUpFillSm.js +1 -15
- package/icons/FillSm/CircleErrorFillSm.js +1 -15
- package/icons/FillSm/ClockFillSm.js +1 -15
- package/icons/FillSm/DislikeFillSm.js +1 -15
- package/icons/FillSm/ErrorFillSm.js +1 -15
- package/icons/FillSm/InfoFillSm.js +1 -15
- package/icons/FillSm/LikeFillSm.js +1 -15
- package/icons/FillSm/LocationFillSm.js +1 -15
- package/icons/FillSm/MailFillSm.js +1 -15
- package/icons/FillSm/PauseFillSm.js +1 -15
- package/icons/FillSm/PhoneFillSm.js +1 -15
- package/icons/FillSm/PitFillSm.js +1 -15
- package/icons/FillSm/PlayFillSm.js +1 -15
- package/icons/FillSm/RectangleFillSm.js +1 -15
- package/icons/FillSm/RoundFillSm.js +1 -15
- package/icons/FillSm/SentFillSm.js +1 -15
- package/icons/FillSm/SortDownFillSm.js +1 -15
- package/icons/FillSm/SortFillSm.js +1 -15
- package/icons/FillSm/SortUpFillSm.js +1 -15
- package/icons/FillSm/StarFillSm.js +1 -15
- package/icons/FillSm/SuccessFillSm.js +1 -15
- package/icons/FillSm/UpToDateFillSm.js +1 -15
- package/icons/FillSm/WarningFillSm.js +1 -15
- package/icons/LogoFillMd/FacebookFillMd.js +1 -15
- package/icons/LogoFillMd/GoogleFillMd.js +1 -15
- package/icons/LogoFillMd/OkFillMd.js +1 -15
- package/icons/LogoFillMd/TelegramFillMd.js +1 -15
- package/icons/LogoFillMd/VkFillMd.js +1 -15
- package/icons/LogoFillMd/YoutubeFillMd.js +1 -15
- package/icons/OutlineMd/AIBotOutlineMd.js +1 -15
- package/icons/OutlineMd/AIOutlineMd.js +1 -15
- package/icons/OutlineMd/AddArrayOutlineMd.js +1 -15
- package/icons/OutlineMd/AddDocumentOutlineMd.js +1 -15
- package/icons/OutlineMd/AddOutlineMd.js +1 -15
- package/icons/OutlineMd/AddUserOutlineMd.js +1 -15
- package/icons/OutlineMd/AddWorkplaceOutlineMd.js +1 -15
- package/icons/OutlineMd/AllCheckOutlineMd.js +1 -15
- package/icons/OutlineMd/AnalyticOutlineMd.js +1 -15
- package/icons/OutlineMd/ArchiveOutlineMd.js +1 -15
- package/icons/OutlineMd/ArrayPatternOutlineMd.js +1 -15
- package/icons/OutlineMd/ArrowDwnOutlineMd.js +1 -15
- package/icons/OutlineMd/ArrowLOutlineMd.js +1 -15
- package/icons/OutlineMd/ArrowROutlineMd.js +1 -15
- package/icons/OutlineMd/ArrowUpOutlineMd.js +1 -15
- package/icons/OutlineMd/AttachmentOutlineMd.js +1 -1
- package/icons/OutlineMd/AutosaveErrorOutlineMd.js +1 -15
- package/icons/OutlineMd/AutosaveLoaderOutlineMd.js +1 -15
- package/icons/OutlineMd/AutosaveOutlineMd.js +1 -15
- package/icons/OutlineMd/BankOutlineMd.js +1 -15
- package/icons/OutlineMd/BasketOutlineMd.js +1 -15
- package/icons/OutlineMd/BellOutlineMd.js +1 -15
- package/icons/OutlineMd/BinOutlineMd.js +1 -15
- package/icons/OutlineMd/BlockMessageOutlineMd.js +1 -15
- package/icons/OutlineMd/BlockOutlineMd.js +1 -15
- package/icons/OutlineMd/BookOutlineMd.js +1 -15
- package/icons/OutlineMd/BoxOutlineMd.js +1 -15
- package/icons/OutlineMd/BoxesOutlineMd.js +1 -15
- package/icons/OutlineMd/CalendarOutlineMd.js +1 -15
- package/icons/OutlineMd/CancelRouteOutlineMd.js +1 -15
- package/icons/OutlineMd/CartOutlineMd.js +1 -15
- package/icons/OutlineMd/CaseOutlineMd.js +1 -15
- package/icons/OutlineMd/CashReceiptOutlineMd.js +1 -15
- package/icons/OutlineMd/CassOutlineMd.js +1 -15
- package/icons/OutlineMd/CertAddOutlineMd.js +1 -15
- package/icons/OutlineMd/CertGivenOutlineMd.js +1 -15
- package/icons/OutlineMd/CertOutlineMd.js +1 -15
- package/icons/OutlineMd/CheckListOutlineMd.js +1 -15
- package/icons/OutlineMd/CheckOutlineMd.js +1 -15
- package/icons/OutlineMd/ChevronDOutlineMd.js +1 -15
- package/icons/OutlineMd/ChevronLOutlineMd.js +1 -15
- package/icons/OutlineMd/ChevronROutlineMd.js +1 -15
- package/icons/OutlineMd/ChevronUpOutlineMd.js +1 -15
- package/icons/OutlineMd/ClockOutlineMd.js +1 -15
- package/icons/OutlineMd/ClockwiseOutlineMd.js +1 -15
- package/icons/OutlineMd/CompanyAddOutlineMd.js +1 -15
- package/icons/OutlineMd/CompanyOutlineMd.js +1 -15
- package/icons/OutlineMd/ContractorsOutlineMd.js +1 -15
- package/icons/OutlineMd/CopyOutlineMd.js +1 -15
- package/icons/OutlineMd/CreditCardOutlineMd.js +1 -15
- package/icons/OutlineMd/CrossOutlineMd.js +1 -15
- package/icons/OutlineMd/DelegateOutlineMd.js +1 -15
- package/icons/OutlineMd/DialogOutlineMd.js +1 -15
- package/icons/OutlineMd/DislikeOutlineMd.js +1 -15
- package/icons/OutlineMd/DivisionsOutlineMd.js +1 -15
- package/icons/OutlineMd/DocIncomingOutlineMd.js +1 -15
- package/icons/OutlineMd/DocNoSignatureOutlineMd.js +1 -15
- package/icons/OutlineMd/DocOutlineMd.js +1 -15
- package/icons/OutlineMd/DocPatternOutlineMd.js +1 -15
- package/icons/OutlineMd/DocRejectOutlineMd.js +1 -15
- package/icons/OutlineMd/DocSignedOutlineMd.js +1 -15
- package/icons/OutlineMd/DocsArrayOutlineMd.js +1 -15
- package/icons/OutlineMd/DocumentOutlineMd.js +1 -15
- package/icons/OutlineMd/DocumentsOutlineMd.js +1 -15
- package/icons/OutlineMd/DotsOutlineMd.js +1 -15
- package/icons/OutlineMd/DotsVOutlineMd.js +1 -15
- package/icons/OutlineMd/DoubleNextOutlineMd.js +1 -15
- package/icons/OutlineMd/DoublePreviousOutlineMd.js +1 -15
- package/icons/OutlineMd/DownOutlineMd.js +1 -15
- package/icons/OutlineMd/DownloadOutlineMd.js +1 -15
- package/icons/OutlineMd/DownloadVOutlineMd.js +1 -15
- package/icons/OutlineMd/DraftOutlineMd.js +1 -15
- package/icons/OutlineMd/DragOutlineMd.js +1 -15
- package/icons/OutlineMd/DuplicateOutlineMd.js +1 -15
- package/icons/OutlineMd/EditOutlineMd.js +1 -15
- package/icons/OutlineMd/ExportOutlineMd.js +1 -15
- package/icons/OutlineMd/EyeCrossedOutlineMd.js +1 -1
- package/icons/OutlineMd/EyeOutlineMd.js +1 -15
- package/icons/OutlineMd/Filter2OutlineMd.js +1 -15
- package/icons/OutlineMd/FilterOutlineMd.js +1 -15
- package/icons/OutlineMd/FolderClOutlineMd.js +1 -15
- package/icons/OutlineMd/FolderOpOutlineMd.js +1 -15
- package/icons/OutlineMd/FullSizeOutlineMd.js +1 -15
- package/icons/OutlineMd/GoToFolderOutlineMd.js +1 -1
- package/icons/OutlineMd/GroupOutlineMd.js +1 -15
- package/icons/OutlineMd/GroupsOutlineMd.js +1 -15
- package/icons/OutlineMd/HistoryOutlineMd.js +1 -15
- package/icons/OutlineMd/HomeOutlineMd.js +1 -15
- package/icons/OutlineMd/InArchiveOutlineMd.js +1 -15
- package/icons/OutlineMd/InfoOutlineMd.js +1 -15
- package/icons/OutlineMd/LightingOffOutlineMd.js +1 -15
- package/icons/OutlineMd/LightingOnOutlineMd.js +1 -15
- package/icons/OutlineMd/LikeOutlineMd.js +1 -15
- package/icons/OutlineMd/LinkOutlineMd.js +1 -15
- package/icons/OutlineMd/ListDataOutlineMd.js +1 -15
- package/icons/OutlineMd/LoaderOutlineMd.js +1 -15
- package/icons/OutlineMd/LockOutlineMd.js +1 -15
- package/icons/OutlineMd/LogisticOutlineMd.js +1 -15
- package/icons/OutlineMd/MailOutlineMd.js +1 -15
- package/icons/OutlineMd/MarkDocOutlineMd.js +1 -15
- package/icons/OutlineMd/MedListOutlineMd.js +1 -15
- package/icons/OutlineMd/MegaphoneOutlineMd.js +1 -15
- package/icons/OutlineMd/MenuOffOutlineMd.js +1 -15
- package/icons/OutlineMd/MenuOnOutlineMd.js +1 -15
- package/icons/OutlineMd/MessageOutlineMd.js +1 -1
- package/icons/OutlineMd/MinimizeOutlineMd.js +1 -15
- package/icons/OutlineMd/MinusOutlineMd.js +1 -15
- package/icons/OutlineMd/NewsOutlineMd.js +1 -15
- package/icons/OutlineMd/NextOutlineMd.js +1 -15
- package/icons/OutlineMd/NumberOutlineMd.js +1 -15
- package/icons/OutlineMd/OpenLinkOutlineMd.js +1 -15
- package/icons/OutlineMd/OutcomingDocumentOutlineMd.js +1 -15
- package/icons/OutlineMd/PageDotOutlineMd.js +1 -15
- package/icons/OutlineMd/PeopleOutlineMd.js +1 -15
- package/icons/OutlineMd/PhoneOutlineMd.js +1 -15
- package/icons/OutlineMd/PinOutlineMd.js +1 -15
- package/icons/OutlineMd/PreviousOutlineMd.js +1 -15
- package/icons/OutlineMd/PrintOutlineMd.js +1 -15
- package/icons/OutlineMd/ProfileOutlineMd.js +1 -15
- package/icons/OutlineMd/ProxyOutlineMd.js +1 -15
- package/icons/OutlineMd/QrOutlineMd.js +1 -15
- package/icons/OutlineMd/QuestionOutlineMd.js +1 -15
- package/icons/OutlineMd/QuitOutlineMd.js +1 -15
- package/icons/OutlineMd/ReestablishOutlineMd.js +1 -15
- package/icons/OutlineMd/RefreshOutlineMd.js +1 -15
- package/icons/OutlineMd/RequirementOutlineMd.js +1 -15
- package/icons/OutlineMd/RetryOutlineMd.js +1 -15
- package/icons/OutlineMd/RouteOutlineMd.js +1 -15
- package/icons/OutlineMd/SaveCheckOutlineMd.js +1 -15
- package/icons/OutlineMd/SaveOutlineMd.js +1 -15
- package/icons/OutlineMd/SearchOutlineMd.js +1 -15
- package/icons/OutlineMd/SendOutlineMd.js +1 -15
- package/icons/OutlineMd/SentMessageOutlineMd.js +1 -15
- package/icons/OutlineMd/SettingsOutlineMd.js +1 -15
- package/icons/OutlineMd/ShareOutlineMd.js +1 -15
- package/icons/OutlineMd/SortOutlineMd.js +1 -15
- package/icons/OutlineMd/Sorting2OutlineMd.js +1 -15
- package/icons/OutlineMd/SortingOutlineMd.js +1 -15
- package/icons/OutlineMd/SortingVOutlineMd.js +1 -15
- package/icons/OutlineMd/StorageOutlineMd.js +1 -15
- package/icons/OutlineMd/SupportOutlineMd.js +1 -15
- package/icons/OutlineMd/TagOutlineMd.js +1 -1
- package/icons/OutlineMd/TransferOutlineMd.js +1 -15
- package/icons/OutlineMd/TreeOutlineMd.js +1 -15
- package/icons/OutlineMd/UnGroupOutlineMd.js +1 -15
- package/icons/OutlineMd/UnlinkOutlineMd.js +1 -15
- package/icons/OutlineMd/UnlockOutlineMd.js +1 -15
- package/icons/OutlineMd/UnpinOutlineMd.js +1 -15
- package/icons/OutlineMd/UnreadOutlineMd.js +1 -15
- package/icons/OutlineMd/UpOutlineMd.js +1 -15
- package/icons/OutlineMd/UploadOutlineMd.js +1 -15
- package/icons/OutlineMd/UserArrowDownOutlineMd.js +1 -15
- package/icons/OutlineMd/UserArrowUpOutlineMd.js +1 -15
- package/icons/OutlineMd/UserCheckOutlineMd.js +1 -15
- package/icons/OutlineMd/UserCrossOutlineMd.js +1 -15
- package/icons/OutlineSm/AddOutlineSm.js +1 -15
- package/icons/OutlineSm/AddSmOutlineSm.js +1 -15
- package/icons/OutlineSm/ArrowDwnOutlineSm.js +1 -15
- package/icons/OutlineSm/ArrowLOutlineSm.js +1 -15
- package/icons/OutlineSm/ArrowROutlineSm.js +1 -15
- package/icons/OutlineSm/ArrowUpOutlineSm.js +1 -15
- package/icons/OutlineSm/BlockOutlineSm.js +1 -15
- package/icons/OutlineSm/CheckOutlineSm.js +1 -15
- package/icons/OutlineSm/ClockOutlineSm.js +1 -15
- package/icons/OutlineSm/CopyOutlineSm.js +1 -1
- package/icons/OutlineSm/CrossOutlineSm.js +1 -15
- package/icons/OutlineSm/CrossSmOutlineSm.js +1 -15
- package/icons/OutlineSm/DislikeOutlineSm.js +1 -15
- package/icons/OutlineSm/DocumentOutlineSm.js +1 -15
- package/icons/OutlineSm/DocumentsOutlineSm.js +1 -15
- package/icons/OutlineSm/DotOutlineSm.js +1 -15
- package/icons/OutlineSm/DoubleCheckOutlineSm.js +1 -15
- package/icons/OutlineSm/DownloadVOutlineSm.js +1 -15
- package/icons/OutlineSm/EditOutlineSm.js +1 -15
- package/icons/OutlineSm/InfoOutlineSm.js +1 -15
- package/icons/OutlineSm/LikeOutlineSm.js +1 -15
- package/icons/OutlineSm/LoaderOutlineSm.js +1 -15
- package/icons/OutlineSm/MessageOutlineSm.js +1 -15
- package/icons/OutlineSm/OpenLinkOutlineSm.js +1 -15
- package/icons/OutlineSm/PageOutlineSm.js +1 -15
- package/icons/OutlineSm/ProfileOutlineSm.js +1 -15
- package/icons/OutlineSm/RefreshOutlineSm.js +1 -15
- package/icons/OutlineSm/RequestOutlineSm.js +1 -15
- package/icons/OutlineSm/RouteOutlineSm.js +1 -15
- package/icons/OutlineSm/SearchOutlineSm.js +1 -15
- package/icons/OutlineSm/SortingOutlineSm.js +1 -15
- package/icons/OutlineSm/SuccessOutlineSm.js +1 -15
- package/icons/OutlineSm/TransferOutlineSm.js +1 -15
- package/node/components/Accordion/useLogic/useLogic.js +2 -2
- package/node/components/ActionCellBase/MainAction/MainAction.js +1 -15
- package/node/components/ActionCellBase/MainAction/MainIconButton/MainIconButton.js +2 -13
- package/node/components/ActionCellBase/SecondaryAction/SecondaryAction.js +1 -1
- package/node/components/ActionGroup/MainActions/MainActions.js +5 -19
- package/node/components/ActionGroup/MainActions/hooks/useMainActions/useMainActions.js +19 -19
- package/node/components/ActionGroup/SecondaryActions/SecondaryActions.js +2 -16
- package/node/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.js +2 -13
- package/node/components/AddressAutocomplete/AddressAutocomplete.js +3 -14
- package/node/components/AddressAutocomplete/faker.js +7 -13
- package/node/components/Alert/Alert.js +1 -1
- package/node/components/AsyncAutocomplete/AsyncAutocomplete.js +1 -1
- package/node/components/AsyncAutocomplete/faker.js +6 -12
- package/node/components/AsyncAutocomplete/useLogic/useLogic.js +19 -17
- package/node/components/AutoSaveIndicator/AutoSaveIndicator.js +2 -2
- package/node/components/Autocomplete/Autocomplete.js +22 -25
- package/node/components/Autocomplete/useLogic/useLogic.js +1 -1
- package/node/components/Avatar/Avatar.js +2 -14
- package/node/components/AvatarGroup/AvatarGroup.js +2 -13
- package/node/components/BackdropStack/services/BackdropStackManager/BackdropStackManager.js +1 -2
- package/node/components/Badge/Badge.js +1 -15
- package/node/components/Banner/Banner.js +2 -13
- package/node/components/Banner/BannerActionButton/BannerActionButton.js +2 -14
- package/node/components/Banner/BannerContainer/BannerContainer.js +2 -3
- package/node/components/Banner/BannerTemplate/BannerTemplate.js +5 -5
- package/node/components/BottomDrawer/BottomDrawer.js +2 -14
- package/node/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/node/components/BulletList/BulletList.js +2 -13
- package/node/components/BulletListInlineItem/BulletListInlineItem.js +1 -1
- package/node/components/BulletListItem/BulletListItem.js +2 -13
- package/node/components/Button/Button.js +3 -14
- package/node/components/CheckableTag/CheckableTag.js +4 -16
- package/node/components/Checkbox/Checkbox.js +1 -1
- package/node/components/Checkbox/Icon/Icon.js +1 -15
- package/node/components/Checkbox/useLogic/useLogic.js +2 -14
- package/node/components/CheckboxField/CheckboxField.js +2 -14
- package/node/components/Chevron/Chevron.js +1 -1
- package/node/components/CodeField/CodeField.js +1 -1
- package/node/components/CodeField/hooks/useCodeState/useCodeState.js +2 -4
- package/node/components/Collapse/Collapse.js +1 -1
- package/node/components/CollapsibleTypography/CollapsibleTypography.js +7 -16
- package/node/components/ConfigProvider/ConfigProvider.js +18 -2
- package/node/components/ConfigProvider/NextFeatureFlagsContext/NextFeatureFlagsContextProvider/NextFeatureFlagsContextProvider.js +1 -15
- package/node/components/ConfirmAction/ConfirmAction.js +1 -1
- package/node/components/ConfirmDialog/ConfirmDialog.js +4 -15
- package/node/components/ConfirmDialog/useLogic/useLogic.js +1 -1
- package/node/components/ContentState/ContentState.js +1 -1
- package/node/components/ContentState/useLogic/useLogic.js +2 -2
- package/node/components/CopyTypography/CopyTypography.js +2 -2
- package/node/components/CopyTypography/useLogic/useLogic.js +1 -13
- package/node/components/Counter/Counter.js +1 -15
- package/node/components/DashboardAlert/DashboardAlert.js +3 -14
- package/node/components/DashboardLayout/Header/Header.js +1 -2
- package/node/components/DashboardLayout/Header/useLogic/useLogic.js +2 -2
- package/node/components/DashboardLayout/Main/useLogic/useLogic.js +4 -7
- package/node/components/DashboardLayout/PinButton/PinButton.js +2 -13
- package/node/components/DashboardLayout/Sidebar/MenuSidebarButton/MenuSidebarButton.js +2 -13
- package/node/components/DashboardLayout/Sidebar/SidebarButton/SidebarButton.js +1 -1
- package/node/components/DashboardLayout/Sidebar/SidebarPopover/FadePopup/useLogic/useLogic.js +1 -2
- package/node/components/DashboardLayout/Sidebar/SidebarPopover/SidebarPopoverItem/SidebarPopoverItem.js +3 -15
- package/node/components/DashboardLayout/Sidebar/SidebarPopover/SidebarPopoverItem/useLogic/useLogic.js +1 -1
- package/node/components/DashboardSidebarProvider/DashboardSidebarProvider.js +5 -2
- package/node/components/DataGrid/Body/Body.js +5 -17
- package/node/components/DataGrid/Cell/Cell.js +1 -1
- package/node/components/DataGrid/DataGrid.js +2 -2
- package/node/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +7 -4
- package/node/components/DataGrid/Head/Head.js +1 -1
- package/node/components/DataGrid/Head/useLogic/useLogic.js +3 -3
- package/node/components/DataGrid/HeadCell/HeadCell.js +3 -3
- package/node/components/DataGrid/Row/NestedChildren/NestedChildren.js +2 -15
- package/node/components/DataGrid/Row/NestedChildren/useLogic/useLogic.js +3 -3
- package/node/components/DataGrid/Row/Row.js +7 -21
- package/node/components/DataGrid/Row/useLogic/useLogic.js +6 -6
- package/node/components/DataGrid/Row/useLogic/utils/getColumnsMap/getColumnsMap.js +6 -14
- package/node/components/DataGrid/Row/useLogic/utils/mergeColumnsOptions/mergeColumnsOptions.js +6 -1
- package/node/components/DataGrid/faker.js +12 -15
- package/node/components/DataGrid/useLogic/useLogic.js +4 -3
- package/node/components/DataGridActionCell/MainAction/MainAction.js +1 -15
- package/node/components/DataGridActionCell/MainAction/MainIconButton/MainIconButton.js +2 -13
- package/node/components/DataGridActionCell/SecondaryAction/SecondaryAction.js +1 -1
- package/node/components/DataGridActionCell/useLogic/useLogic.js +2 -2
- package/node/components/DataGridInfinite/DataGridInfinite.js +6 -18
- package/node/components/DataGridInfinite/List/List.js +1 -15
- package/node/components/DataGridInfinite/useLogic/useLogic.js +6 -6
- package/node/components/DataGridMinimalisticPagination/DataGridMinimalisticPagination.js +2 -14
- package/node/components/DataGridPagination/DataGridPagination.js +2 -13
- package/node/components/DataGridPaginationContainer/useLogic/useLogic.js +1 -1
- package/node/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarNextButton/DateCalendarNextButton.js +2 -14
- package/node/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarPrevButton/DateCalendarPrevButton.js +2 -14
- package/node/components/DatePicker/DateCalendar/DateCalendarHead/DateCalendarHead.js +1 -1
- package/node/components/DatePicker/DateCalendar/DateCalendarWrapper/DateCalendarWrapper.js +1 -1
- package/node/components/DatePicker/DatePicker.js +2 -2
- package/node/components/DatePicker/DatePickerInput/DatePickerInput.js +10 -19
- package/node/components/DatePicker/DatePickerPopover/DatePickerPopover.js +2 -14
- package/node/components/DatePicker/DayPicker/DayPicker.js +3 -15
- package/node/components/DatePicker/MonthPicker/MonthPicker.js +2 -18
- package/node/components/DatePicker/MonthPicker/hooks/useMonthsGrid/useMonthsGrid.js +4 -5
- package/node/components/DatePicker/YearMonthDayPicker/YearMonthDayPicker.js +1 -1
- package/node/components/DatePicker/YearPicker/YearPicker.js +2 -19
- package/node/components/DatePicker/YearPicker/hooks/useYearsGrid/useYearsGrid.js +3 -4
- package/node/components/DatePicker/hooks/useCalendarNavigate/useCalendarNavigate.js +2 -4
- package/node/components/DatePicker/hooks/useMaskedValue/useMaskedValue.js +3 -3
- package/node/components/DatePicker/useLogic/useLogic.js +5 -5
- package/node/components/DateRangePicker/DateRangePicker.js +4 -15
- package/node/components/DateRangePicker/useLogic/useLogic.js +17 -21
- package/node/components/Description/Description.js +1 -1
- package/node/components/Description/Name/Name.js +2 -14
- package/node/components/Description/Value/Value.js +3 -14
- package/node/components/DescriptionList/DescriptionList.js +3 -15
- package/node/components/Dialog/Dialog.js +3 -15
- package/node/components/DialogActions/DialogActions.js +2 -14
- package/node/components/DialogContent/DialogContent.js +1 -1
- package/node/components/DialogContentText/DialogContentText.js +1 -1
- package/node/components/DialogTitle/DialogTitle.js +2 -14
- package/node/components/Divider/Divider.js +1 -1
- package/node/components/DropdownButton/DropdownButton.js +2 -14
- package/node/components/EmailField/EmailField.js +5 -14
- package/node/components/EmailOrPhoneField/EmailOrPhoneField.js +4 -1
- package/node/components/EmailOrPhoneField/useLogic/useLogic.js +5 -16
- package/node/components/ErrorBoundary/ErrorBoundary.js +2 -2
- package/node/components/ErrorBoundary/ErrorBoundary.stubs.js +13 -20
- package/node/components/Fab/Fab.js +2 -14
- package/node/components/Fab/styles.js +6 -6
- package/node/components/Filename/Filename.js +6 -14
- package/node/components/FlowButton/FlowButton.js +2 -13
- package/node/components/FormControl/FormControl.js +1 -1
- package/node/components/FormControlLabel/FormControlLabel.js +1 -1
- package/node/components/FormHelperText/FormHelperText.js +2 -14
- package/node/components/FormLabel/FormLabel.js +1 -1
- package/node/components/GlobalStyles/GlobalStyles.js +2 -14
- package/node/components/Grid/GridComponent/GridComponent.js +2 -14
- package/node/components/GuidTypography/GuidTypography.js +5 -14
- package/node/components/HintIcon/Icon/useLogic/useLogic.js +1 -1
- package/node/components/IconButton/IconButton.js +2 -13
- package/node/components/IconDropdownButton/IconDropdownButton.js +2 -14
- package/node/components/Iframe/Iframe.js +3 -4
- package/node/components/InfiniteDataList/InfiniteDataList.js +4 -5
- package/node/components/InfiniteTreeList/InfiniteTreeList.js +2 -2
- package/node/components/InfiniteTreeList/InfiniteTreeListActions/useLogic/useLogic.js +2 -2
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +1 -1
- package/node/components/InfiniteTreeList/NoDataPlaceholder/NoDataPlaceholder.js +1 -1
- package/node/components/InfiniteTreeList/OnTopButton/OnTopButton.js +1 -2
- package/node/components/InfiniteTreeList/TreeItem/useLogic/useLogic.js +3 -5
- package/node/components/InfiniteTreeList/useLogic/hooks/useScrollManagement/useScrollManagement.js +4 -6
- package/node/components/InfiniteTreeList/useLogic/hooks/useStickyButton/useStickyButton.js +1 -2
- package/node/components/InfiniteTreeList/useLogic/useLogic.js +3 -3
- package/node/components/InfiniteTreeList/useLogic/utils/flattenTree/flattenTree.js +5 -2
- package/node/components/InfiniteTreeList/useLogic/utils/getInitialExpandedIds/getInitialExpandedIds.js +2 -3
- package/node/components/JsonViewer/JsonNode/useLogic/useLogic.js +6 -15
- package/node/components/JsonViewer/NodeValue/utils/formatValue/formatValue.js +2 -2
- package/node/components/LegacyNotification/LegacyNotification.js +16 -27
- package/node/components/LegacyNotification/NotificationContainer/NotificationContainer.js +1 -1
- package/node/components/LegacyNotification/NotificationTemplate/NotificationTemplate.js +1 -1
- package/node/components/LegacyNotification/NotificationTemplate/constants.js +4 -4
- package/node/components/LegacyNotification/utils/notificationTemplatePropsCreator.js +5 -1
- package/node/components/Link/Link.js +2 -14
- package/node/components/List/List.js +1 -1
- package/node/components/ListItem/ListItem.js +1 -1
- package/node/components/ListItem/styles.js +6 -3
- package/node/components/ListItemAvatar/ListItemAvatar.js +1 -1
- package/node/components/ListItemButton/ListItemButton.js +2 -13
- package/node/components/ListItemIcon/ListItemIcon.js +1 -1
- package/node/components/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/node/components/ListItemText/ListItemText.js +1 -1
- package/node/components/ListSubheader/ListSubheader.js +1 -1
- package/node/components/MaskField/MaskField.js +6 -19
- package/node/components/Menu/Menu.js +2 -14
- package/node/components/MenuItem/MenuItem.js +2 -13
- package/node/components/MenuList/MenuList.js +2 -14
- package/node/components/MenuOrganization/MenuOrganization.js +2 -2
- package/node/components/MenuOrganization/OrganizationItem/OrganizationItem.js +2 -13
- package/node/components/MenuOrganization/OrganizationList/OrganizationList.js +1 -1
- package/node/components/MenuOrganization/useLogic/useLogic.js +7 -8
- package/node/components/MinimalisticPagination/MinimalisticPagination.js +1 -1
- package/node/components/NavMenu/Item/Item.js +2 -13
- package/node/components/NavMenu/Item/ItemButton/ItemButton.js +3 -14
- package/node/components/NavMenu/Item/useLogic/useLogic.js +4 -4
- package/node/components/Notification/Notification.js +48 -32
- package/node/components/Notification/NotificationContainer/NotificationContainer.js +2 -14
- package/node/components/Notification/NotificationStackContainer/NotificationStackContainer.js +2 -14
- package/node/components/Notification/NotificationStackContainer/useLogic/useLogic.js +7 -28
- package/node/components/Notification/NotificationTemplate/NotificationTemplate.js +1 -1
- package/node/components/Notification/NotificationTemplate/constants.js +5 -31
- package/node/components/Notification/utils/getNotificationTemplateProps/getNotificationTemplateProps.js +5 -1
- package/node/components/Notification/utils/getNotifyOptions/getNotifyOptions.js +6 -15
- package/node/components/NotificationList/ListItem/ListItem.js +2 -2
- package/node/components/NotificationList/NotificationList.js +1 -1
- package/node/components/NumberField/NumberField.js +3 -15
- package/node/components/NumberField/useLogic/useLogic.js +2 -2
- package/node/components/NumberedList/NumberedList.js +2 -13
- package/node/components/OverflowTypography/OverflowTypography.js +12 -17
- package/node/components/OverflowTypography/hooks/useOverflowed/useOverflowed.js +1 -1
- package/node/components/PageLayout/PageAlert/PageAlert.js +1 -1
- package/node/components/PageLayout/PageContent/PageContent.js +1 -1
- package/node/components/PageLayout/PageContent/PageContentHeader/PageContentHeaderActions/PageContentHeaderActions.js +1 -1
- package/node/components/PageLayout/PageHeader/HeaderContent/HeaderContent.js +1 -1
- package/node/components/PageLayout/PageHeader/MobilePageActions/useLogic/useLogic.js +3 -3
- package/node/components/PageLayout/PageHeader/PageActions/MainActions/MainActions.js +1 -1
- package/node/components/PageLayout/PageHeader/PageActions/SecondaryVisibleActions/SecondaryVisibleActions.js +2 -14
- package/node/components/PageLayout/PageHeader/PageHeader.js +1 -1
- package/node/components/PageLayout/PageHeader/Title/Title.js +1 -1
- package/node/components/PageLayout/PageHeader/hooks/usePageTitle/usePageTitle.js +3 -5
- package/node/components/PageLayout/PageLayout.js +1 -1
- package/node/components/PageLayout/PagePinnableAside/PagePinnableAside.js +1 -13
- package/node/components/PageLayout/PagePinnableAside/useLogic/useLogic.js +2 -2
- package/node/components/Pagination/Pagination.js +2 -2
- package/node/components/Pagination/PaginationItem/PaginationItem.js +3 -17
- package/node/components/Pagination/useLogic/useLogic.js +1 -13
- package/node/components/Paper/Paper.js +2 -14
- package/node/components/PasswordField/PasswordField.js +6 -15
- package/node/components/PdfViewer/List/List.js +1 -2
- package/node/components/PdfViewer/PdfDocument/PdfDocument.js +3 -14
- package/node/components/PdfViewer/PdfDocument/useLogic/useLogic.js +4 -6
- package/node/components/PdfViewer/PdfPage/PdfPage.js +2 -13
- package/node/components/PdfViewer/PdfPage/useLogic/useLogic.js +1 -1
- package/node/components/PdfViewer/PdfViewer.js +2 -2
- package/node/components/PdfViewer/PdfViewerPagination/useLogic/useLogic.js +1 -2
- package/node/components/PdfViewer/useLogic/useLogic.js +16 -29
- package/node/components/PdfViewer/utils/getFullPageHeight/getFullPageHeight.js +1 -2
- package/node/components/PdfViewer/utils/getPageHeightList/getPageHeightList.js +3 -12
- package/node/components/PdfViewer/utils/getPageParams/getPageParams.js +3 -12
- package/node/components/Popover/Popover.js +2 -14
- package/node/components/Product/Product.js +2 -13
- package/node/components/ProductSwitcher/faker.js +2 -2
- package/node/components/ProductSwitcher/useLogic/useLogic.js +8 -17
- package/node/components/Profile/MenuList/MenuList.js +3 -14
- package/node/components/Profile/Profile.js +1 -1
- package/node/components/Radio/Icon/Icon.js +1 -15
- package/node/components/Radio/Radio.js +1 -1
- package/node/components/Radio/useLogic/useLogic.js +2 -14
- package/node/components/RadioCard/RadioCard.js +2 -14
- package/node/components/RadioCard/styles.js +1 -0
- package/node/components/RadioField/RadioField.js +2 -14
- package/node/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/node/components/RadioGroup/RadioGroup.js +5 -5
- package/node/components/RadioGroup/types.d.ts +5 -1
- package/node/components/RadioGroup/useLogic/useLogic.d.ts +2 -1
- package/node/components/RadioGroup/useLogic/useLogic.js +3 -2
- package/node/components/RadioGroupField/RadioGroupField.js +1 -1
- package/node/components/Rating/Rating.js +3 -18
- package/node/components/RedesignBanner/RedesignBanner.js +1 -1
- package/node/components/ResizingDataGrid/ResizingDataGrid.js +3 -15
- package/node/components/ResizingDataGrid/Sliders/Sliders.js +1 -13
- package/node/components/ResizingDataGrid/hooks/useComputedColumns/utils/createComputedColumns/createComputedColumns.js +10 -4
- package/node/components/ResizingDataGridInfinite/ResizingDataGridInfinite.js +3 -15
- package/node/components/SearchField/SearchField.js +1 -1
- package/node/components/SearchField/useLogic/useLogic.js +9 -19
- package/node/components/Select/Select.js +10 -17
- package/node/components/Select/useLogic/useLogic.js +9 -9
- package/node/components/SideDialog/SideDialog.js +2 -14
- package/node/components/SideDialogActions/SideDialogActions.js +1 -1
- package/node/components/SideDialogContent/SideDialogContent.js +1 -1
- package/node/components/SideDialogHeader/SideDialogHeader.js +1 -1
- package/node/components/SideDialogTitle/SideDialogTitle.js +1 -1
- package/node/components/Skeleton/Skeleton.js +1 -15
- package/node/components/StaticCalendar/StaticCalendarButton/StaticCalendarButton.js +2 -13
- package/node/components/StaticCalendar/StaticCalendarButton/useLogic/useLogic.js +7 -4
- package/node/components/StaticCalendar/StaticCalendarGridButton/styles.js +4 -4
- package/node/components/StaticCalendar/StaticDaysCalendar/DayButton/DayButton.js +1 -2
- package/node/components/StaticCalendar/StaticDaysCalendar/DayButton/useLogic/hooks/useDragAndDropHandlers/useDragAndDropHandlers.js +4 -4
- package/node/components/StaticCalendar/StaticDaysCalendar/DayButton/useLogic/useLogic.js +7 -4
- package/node/components/StaticCalendar/StaticDaysCalendar/StaticDaysCalendar.js +5 -20
- package/node/components/StepSlider/StepSlider.js +4 -17
- package/node/components/Stepper/StepButton/StepButton.js +2 -13
- package/node/components/Stepper/StepLabel/StepLabel.js +2 -13
- package/node/components/Stepper/Stepper.js +2 -13
- package/node/components/StepperWizard/StepperWizard.js +2 -13
- package/node/components/StepperWizard/useLogic/useLogic.js +1 -1
- package/node/components/SvgIcon/SvgIcon.js +2 -13
- package/node/components/Switch/Switch.js +3 -15
- package/node/components/Tabs/Tab/Tab.js +2 -14
- package/node/components/Tabs/Tabs.js +2 -14
- package/node/components/Tag/Tag.js +4 -16
- package/node/components/Tag/useLogic/useLogic.js +1 -1
- package/node/components/TagBadge/TagBadge.js +2 -14
- package/node/components/TagsList/Tag/Tag.js +2 -13
- package/node/components/TagsList/TagsList.js +2 -2
- package/node/components/TagsList/useLogic/useLogic.js +5 -5
- package/node/components/TextArea/TextArea.js +2 -14
- package/node/components/TextField/TextField.js +15 -19
- package/node/components/ToggleButton/ToggleButton.js +1 -1
- package/node/components/ToggleButton/useLogic/useLogic.js +1 -13
- package/node/components/ToggleButtonGroup/ToggleButtonGroup.js +2 -13
- package/node/components/Tooltip/Tooltip.js +2 -13
- package/node/components/Tooltip/styles.js +1 -15
- package/node/components/Tree/MultipleTreeList/MultipleTreeList.js +2 -14
- package/node/components/Tree/MultipleTreeList/TreeItem/TreeItem.js +1 -1
- package/node/components/Tree/MultipleTreeList/TreeItem/useLogic/useLogic.js +3 -3
- package/node/components/Tree/MultipleTreeList/TreeItem/useLogic/utils/getAllChildrenId/getAllChildrenId.js +1 -1
- package/node/components/Tree/TreeItem/TreeItem.js +3 -14
- package/node/components/Tree/TreeItem/useLogic/useLogic.js +2 -2
- package/node/components/Tree/TreeList/TreeItem/TreeItem.js +1 -1
- package/node/components/Tree/TreeList/TreeItem/useLogic/useLogic.js +6 -6
- package/node/components/Tree/TreeList/TreeList.js +2 -13
- package/node/components/Tree/utils/getFormatDisabledItems/getFormatDisabledItems.js +2 -2
- package/node/components/TreeAsyncAutocomplete/Input/Input.js +2 -14
- package/node/components/TreeAsyncAutocomplete/Input/useLogic/useLogic.js +2 -3
- package/node/components/TreeAsyncAutocomplete/OptionsModal/OptionsModal.js +2 -2
- package/node/components/TreeAsyncAutocomplete/OptionsModal/useLogic/useLogic.js +19 -22
- package/node/components/TreeAsyncAutocomplete/TreeAsyncAutocomplete.js +1 -1
- package/node/components/TreeAsyncAutocomplete/useLogic/useLogic.js +18 -18
- package/node/components/TreeAutocomplete/Input/Input.js +2 -13
- package/node/components/TreeAutocomplete/Input/useLogic/useLogic.js +2 -3
- package/node/components/TreeAutocomplete/OptionsModal/OptionsModal.js +3 -14
- package/node/components/TreeAutocomplete/OptionsModal/useLogic/useLogic.js +8 -5
- package/node/components/TreeAutocomplete/OptionsModal/useLogic/utils/findInTree/findInTree.js +5 -2
- package/node/components/TreeAutocomplete/TreeAutocomplete.js +2 -13
- package/node/components/TreeAutocomplete/useLogic/useLogic.js +3 -4
- package/node/components/TreeLikeAutocomplete/Input/Input.js +2 -13
- package/node/components/TreeLikeAutocomplete/Input/useLogic/useLogic.js +6 -8
- package/node/components/TreeLikeAutocomplete/OptionsModal/OptionsModal.js +3 -14
- package/node/components/TreeLikeAutocomplete/OptionsModal/useLogic/useLogic.js +8 -5
- package/node/components/TreeLikeAutocomplete/OptionsModal/useLogic/utils/findInTree/findInTree.js +5 -2
- package/node/components/TreeLikeAutocomplete/TreeLikeAutocomplete.js +2 -13
- package/node/components/TreeLikeAutocomplete/useLogic/useLogic.js +2 -2
- package/node/components/TreeLikeList/TreeItem/TreeItem.js +2 -2
- package/node/components/TreeLikeList/TreeItem/useLogic/useLogic.js +4 -4
- package/node/components/TreeLikeList/TreeItem/useLogic/utils/getAllChildrenId/getAllChildrenId.js +1 -1
- package/node/components/TreeLikeList/TreeLikeList.js +2 -13
- package/node/components/TreeLikeList/useLogic/useLogic.js +1 -1
- package/node/components/TreeLikeList/useLogic/utils/getChainsId/getChainsId.js +1 -1
- package/node/components/Typography/Typography.js +2 -14
- package/node/components/Typography/hooks/useTypographyColor/useTypographyColor.js +1 -2
- package/node/components/fileUploading/FileUploader/FIleList/FileList.js +1 -15
- package/node/components/fileUploading/FileUploader/FileUploader.js +1 -1
- package/node/components/fileUploading/FileUploader/faker.js +8 -14
- package/node/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/DropzoneWrapper.js +1 -15
- package/node/components/fileUploading/FileUploaderDropzone/FileUploaderDropzone.js +1 -15
- package/node/components/fileUploading/FileUploaderDropzone/HintPlaceholder/useLogic/useLogic.js +2 -14
- package/node/components/fileUploading/FileUploaderFile/Actions/Actions.js +2 -13
- package/node/components/fileUploading/FileUploaderFile/Actions/useLogic/useLogic.js +8 -5
- package/node/components/fileUploading/FileUploaderFile/FileUploaderFile.js +2 -13
- package/node/components/fileUploading/FileUploaderFile/Progress/Progress.js +1 -1
- package/node/components/fileUploading/PreviewFileUploader/FileList/FileList.js +1 -15
- package/node/components/fileUploading/PreviewFileUploader/PreviewFileUploader.js +1 -1
- package/node/components/fileUploading/PreviewFileUploader/faker.js +8 -14
- package/node/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/HintPlaceholder.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/useLogic/useLogic.js +9 -18
- package/node/components/fileUploading/PreviewFileUploaderDropZone/PreviewFileUploaderDropZone.js +1 -15
- package/node/components/fileUploading/PreviewFileUploaderFile/FileError/FileError.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FileError/useLogic/useLogic.js +2 -3
- package/node/components/fileUploading/PreviewFileUploaderFile/FileLoading/FileLoading.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FileLoading/Progress/Progress.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FileLoading/useLogic/useLogic.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/FilePreview.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/Preview/Preview.js +3 -3
- package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/useLogic/useLogic.js +3 -3
- package/node/components/fileUploading/hooks/useFileUploader/useFileUploader.js +29 -23
- package/node/components/fileUploading/hooks/usePreviewFileUploader/usePreviewFileUploader.js +27 -24
- package/node/components/fileUploading/hooks/useSelfFiles/useSelfFiles.js +22 -4
- package/node/components/fileUploading/hooks/useSyncFiles/useSyncFiles.js +5 -13
- package/node/components/fileUploading/hooks/useUploadFiles/useUploadFiles.js +2 -2
- package/node/components/fileUploading/restrictions/restrictFileMaxSize/restrictFileMaxSize.js +1 -1
- package/node/components/fileUploading/utils/rulePipe/rulePipe.js +1 -2
- package/node/components/hooks/useAsyncOptions/useAsyncOptions.js +3 -4
- package/node/components/hooks/useCheckControlled/useCheckControlled.js +1 -1
- package/node/components/hooks/useClickAwayEffect/useClickAwayEffect.js +1 -1
- package/node/components/hooks/useEscapeClickEffect/useEscapeClickEffect.js +1 -1
- package/node/components/hooks/useFeatureFlags/useFeatureFlags.js +1 -1
- package/node/components/hooks/useFocusAwayEffect/useFocusAwayEffect.js +1 -1
- package/node/components/hooks/useId/useId.js +1 -1
- package/node/components/hooks/useInputPopover/useInputPopover.js +1 -1
- package/node/components/hooks/useToggle/useToggle.js +2 -2
- package/node/components/index.d.ts +1 -1
- package/node/components/index.js +4 -2
- package/node/components/personalDataSecurity/PersonalData/PersonalData.js +4 -1
- package/node/components/placeholders/Placeholder/Placeholder.js +1 -2
- package/node/components/services/SecondsCountdown/SecondsCountdown.js +3 -6
- package/node/components/theme/baseTheme/baseTheme.js +5 -2
- package/node/components/theme/baseTheme/utils/createSnapshotTheme.js +5 -2
- package/node/components/theme/baseTheme/utils/writeSnapshot.js +3 -12
- package/node/components/theme/components/MuiButton.js +3 -3
- package/node/components/theme/palette/palette.js +86 -10
- package/node/components/transitions/Slide/Slide.js +1 -1
- package/node/components/utils/array/deepMap/deepMap.js +5 -2
- package/node/components/utils/date/buildDaysCalendarGrid/buildDaysCalendarGrid.js +19 -8
- package/node/components/utils/date/format/formatDate/formatDate.js +1 -1
- package/node/hook-form/EditableText/EditableText.js +3 -14
- package/node/hook-form/EditableText/EditingForm/EditingForm.js +3 -3
- package/node/hook-form/EditableText/EditingForm/useLogic/useLogic.js +3 -3
- package/node/hook-form/Form/Form.js +3 -15
- package/node/hook-form/FormAddressAutocomplete/FormAddressAutocomplete.js +7 -15
- package/node/hook-form/FormAddressAutocomplete/faker.js +7 -13
- package/node/hook-form/FormAsyncAutocomplete/FormAsyncAutocomplete.js +6 -3
- package/node/hook-form/FormAsyncAutocomplete/faker.js +9 -15
- package/node/hook-form/FormAutocomplete/FormAutocomplete.js +7 -5
- package/node/hook-form/FormCheckboxField/FormCheckboxField.js +6 -15
- package/node/hook-form/FormCodeField/FormCodeField.js +3 -14
- package/node/hook-form/FormDatePicker/FormDatePicker.js +8 -17
- package/node/hook-form/FormDateRangePicker/FormDateRangePicker.js +6 -15
- package/node/hook-form/FormEmailField/FormEmailField.js +5 -2
- package/node/hook-form/FormEmailOrPhoneField/FormEmailOrPhoneField.js +6 -3
- package/node/hook-form/FormFileUploader/FormFileUploader.js +2 -13
- package/node/hook-form/FormFileUploader/faker.js +8 -14
- package/node/hook-form/FormMaskField/FormMaskField.js +5 -2
- package/node/hook-form/FormMobilePhoneField/FormMobilePhoneField.js +9 -15
- package/node/hook-form/FormNumberField/FormNumberField.js +1 -1
- package/node/hook-form/FormPasswordField/FormPasswordField.js +1 -1
- package/node/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.js +2 -13
- package/node/hook-form/FormPreviewFileUploader/faker.js +8 -14
- package/node/hook-form/FormRadioGroup/FormRadioGroup.d.ts +1 -4
- package/node/hook-form/FormRadioGroup/FormRadioGroup.js +10 -17
- package/node/hook-form/FormSelect/FormSelect.js +6 -3
- package/node/hook-form/FormSubmitButton/FormSubmitButton.js +2 -14
- package/node/hook-form/FormTextArea/FormTextArea.js +5 -2
- package/node/hook-form/FormTextField/FormTextField.js +5 -2
- package/node/hook-form/FormToggleButtonGroup/FormToggleButtonGroup.js +7 -15
- package/node/hook-form/FormTreeAsyncAutocomplete/FormTreeAsyncAutocomplete.js +5 -13
- package/node/hook-form/FormTreeAutocomplete/FormTreeAutocomplete.js +5 -13
- package/node/hook-form/FormTreeLikeAutocomplete/FormTreeLikeAutocomplete.js +5 -13
- package/node/hook-form/FormWizard/FormWizard.js +7 -4
- package/node/hook-form/FormWizard/useLogic/useLogic.js +1 -1
- package/node/hook-form/formLayouts/FormPageFooterContainer/useLogic/useLogic.js +1 -1
- package/node/hook-form/formLayouts/FormPageLayout/FormPageFooter/SecondaryActions/SecondaryActions.js +4 -18
- package/node/hook-form/formLayouts/FormPageLayout/FormPageLayout.js +4 -15
- package/node/hook-form/formLayouts/FormPageLayoutBase/FormMobileActions/FormMobileActions.js +4 -18
- package/node/hook-form/formLayouts/FormPageLayoutBase/FormPageLayoutBase.js +1 -1
- package/node/hook-form/formLayouts/FormPageLayoutBase/useLogic/useLogic.js +14 -20
- package/node/hook-form/formLayouts/FormWizardPageLayout/FormWizardPageLayout.js +1 -1
- package/node/hook-form/hooks/useForm/useForm.js +8 -16
- package/node/hook-form/hooks/useFormFieldErrorProps/useFormFieldErrorProps.js +1 -1
- package/node/hook-form/hooks/useFormFieldProps/useFormFieldProps.js +10 -2
- package/node/hook-form/hooks/useFormInputProps/useFormInputProps.js +1 -12
- package/node/hook-form/hooks/useFormWizard/useFormWizard.js +9 -24
- package/node/hook-form/react-hook-form-resolver/resolver/resolver.js +4 -14
- package/node/hook-form/react-hook-form-resolver/utils/validateFieldsNatively/validateFieldsNatively.js +2 -2
- package/node/icons/FillMd/AutosaveErrorFillMd.js +1 -15
- package/node/icons/FillMd/AutosaveFillMd.js +1 -15
- package/node/icons/FillMd/AutosaveLoaderFillMd.js +1 -15
- package/node/icons/FillMd/BellFillMd.js +1 -15
- package/node/icons/FillMd/BookmarkFillMd.js +1 -15
- package/node/icons/FillMd/CalculatorFillMd.js +1 -15
- package/node/icons/FillMd/CircleErrorFillMd.js +1 -15
- package/node/icons/FillMd/ClockFillMd.js +1 -15
- package/node/icons/FillMd/CompanyPicFillMd.js +1 -15
- package/node/icons/FillMd/CopyMailFillMd.js +1 -15
- package/node/icons/FillMd/DislikeFillMd.js +1 -15
- package/node/icons/FillMd/DocSuccessFillMd.js +1 -15
- package/node/icons/FillMd/EditFillMd.js +1 -15
- package/node/icons/FillMd/EducationFillMd.js +1 -15
- package/node/icons/FillMd/ErrorFillMd.js +1 -15
- package/node/icons/FillMd/EyeFillMd.js +1 -15
- package/node/icons/FillMd/FilterFillMd.js +1 -15
- package/node/icons/FillMd/InfoFillMd.js +1 -15
- package/node/icons/FillMd/KeyFillMd.js +1 -15
- package/node/icons/FillMd/LikeFillMd.js +1 -15
- package/node/icons/FillMd/PhotoFillMd.js +1 -15
- package/node/icons/FillMd/PluginFillMd.js +1 -15
- package/node/icons/FillMd/PlusFillMd.js +1 -15
- package/node/icons/FillMd/ProductsFillMd.js +1 -15
- package/node/icons/FillMd/ProfileFillMd.js +1 -15
- package/node/icons/FillMd/QuestionFillMd.js +1 -15
- package/node/icons/FillMd/SaveFillMd.js +1 -15
- package/node/icons/FillMd/SendFillMd.js +1 -15
- package/node/icons/FillMd/SentFillMd.js +1 -15
- package/node/icons/FillMd/SettingsFillMd.js +1 -15
- package/node/icons/FillMd/StepDefaultFillMd.js +1 -15
- package/node/icons/FillMd/StepErrorFillMd.js +1 -15
- package/node/icons/FillMd/StepSuccessFillMd.js +1 -15
- package/node/icons/FillMd/SuccessFillMd.js +1 -15
- package/node/icons/FillMd/SupportFillMd.js +1 -15
- package/node/icons/FillMd/WarningFillMd.js +1 -15
- package/node/icons/FillMd/WebFillMd.js +1 -15
- package/node/icons/FillSm/ArrowDFillSm.js +1 -15
- package/node/icons/FillSm/ArrowUpFillSm.js +1 -15
- package/node/icons/FillSm/CircleErrorFillSm.js +1 -15
- package/node/icons/FillSm/ClockFillSm.js +1 -15
- package/node/icons/FillSm/DislikeFillSm.js +1 -15
- package/node/icons/FillSm/ErrorFillSm.js +1 -15
- package/node/icons/FillSm/InfoFillSm.js +1 -15
- package/node/icons/FillSm/LikeFillSm.js +1 -15
- package/node/icons/FillSm/LocationFillSm.js +1 -15
- package/node/icons/FillSm/MailFillSm.js +1 -15
- package/node/icons/FillSm/PauseFillSm.js +1 -15
- package/node/icons/FillSm/PhoneFillSm.js +1 -15
- package/node/icons/FillSm/PitFillSm.js +1 -15
- package/node/icons/FillSm/PlayFillSm.js +1 -15
- package/node/icons/FillSm/RectangleFillSm.js +1 -15
- package/node/icons/FillSm/RoundFillSm.js +1 -15
- package/node/icons/FillSm/SentFillSm.js +1 -15
- package/node/icons/FillSm/SortDownFillSm.js +1 -15
- package/node/icons/FillSm/SortFillSm.js +1 -15
- package/node/icons/FillSm/SortUpFillSm.js +1 -15
- package/node/icons/FillSm/StarFillSm.js +1 -15
- package/node/icons/FillSm/SuccessFillSm.js +1 -15
- package/node/icons/FillSm/UpToDateFillSm.js +1 -15
- package/node/icons/FillSm/WarningFillSm.js +1 -15
- package/node/icons/LogoFillMd/FacebookFillMd.js +1 -15
- package/node/icons/LogoFillMd/GoogleFillMd.js +1 -15
- package/node/icons/LogoFillMd/OkFillMd.js +1 -15
- package/node/icons/LogoFillMd/TelegramFillMd.js +1 -15
- package/node/icons/LogoFillMd/VkFillMd.js +1 -15
- package/node/icons/LogoFillMd/YoutubeFillMd.js +1 -15
- package/node/icons/OutlineMd/AIBotOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AIOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AddArrayOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AddDocumentOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AddOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AddUserOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AddWorkplaceOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AllCheckOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AnalyticOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArchiveOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArrayPatternOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArrowDwnOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArrowLOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArrowROutlineMd.js +1 -15
- package/node/icons/OutlineMd/ArrowUpOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AttachmentOutlineMd.js +1 -1
- package/node/icons/OutlineMd/AutosaveErrorOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AutosaveLoaderOutlineMd.js +1 -15
- package/node/icons/OutlineMd/AutosaveOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BankOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BasketOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BellOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BinOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BlockMessageOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BlockOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BookOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BoxOutlineMd.js +1 -15
- package/node/icons/OutlineMd/BoxesOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CalendarOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CancelRouteOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CartOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CaseOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CashReceiptOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CassOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CertAddOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CertGivenOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CertOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CheckListOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CheckOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ChevronDOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ChevronLOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ChevronROutlineMd.js +1 -15
- package/node/icons/OutlineMd/ChevronUpOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ClockOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ClockwiseOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CompanyAddOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CompanyOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ContractorsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CopyOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CreditCardOutlineMd.js +1 -15
- package/node/icons/OutlineMd/CrossOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DelegateOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DialogOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DislikeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DivisionsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocIncomingOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocNoSignatureOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocPatternOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocRejectOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocSignedOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocsArrayOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocumentOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DocumentsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DotsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DotsVOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DoubleNextOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DoublePreviousOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DownOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DownloadOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DownloadVOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DraftOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DragOutlineMd.js +1 -15
- package/node/icons/OutlineMd/DuplicateOutlineMd.js +1 -15
- package/node/icons/OutlineMd/EditOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ExportOutlineMd.js +1 -15
- package/node/icons/OutlineMd/EyeCrossedOutlineMd.js +1 -1
- package/node/icons/OutlineMd/EyeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/Filter2OutlineMd.js +1 -15
- package/node/icons/OutlineMd/FilterOutlineMd.js +1 -15
- package/node/icons/OutlineMd/FolderClOutlineMd.js +1 -15
- package/node/icons/OutlineMd/FolderOpOutlineMd.js +1 -15
- package/node/icons/OutlineMd/FullSizeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/GoToFolderOutlineMd.js +1 -1
- package/node/icons/OutlineMd/GroupOutlineMd.js +1 -15
- package/node/icons/OutlineMd/GroupsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/HistoryOutlineMd.js +1 -15
- package/node/icons/OutlineMd/HomeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/InArchiveOutlineMd.js +1 -15
- package/node/icons/OutlineMd/InfoOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LightingOffOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LightingOnOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LikeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LinkOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ListDataOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LoaderOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LockOutlineMd.js +1 -15
- package/node/icons/OutlineMd/LogisticOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MailOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MarkDocOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MedListOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MegaphoneOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MenuOffOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MenuOnOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MessageOutlineMd.js +1 -1
- package/node/icons/OutlineMd/MinimizeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/MinusOutlineMd.js +1 -15
- package/node/icons/OutlineMd/NewsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/NextOutlineMd.js +1 -15
- package/node/icons/OutlineMd/NumberOutlineMd.js +1 -15
- package/node/icons/OutlineMd/OpenLinkOutlineMd.js +1 -15
- package/node/icons/OutlineMd/OutcomingDocumentOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PageDotOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PeopleOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PhoneOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PinOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PreviousOutlineMd.js +1 -15
- package/node/icons/OutlineMd/PrintOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ProfileOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ProxyOutlineMd.js +1 -15
- package/node/icons/OutlineMd/QrOutlineMd.js +1 -15
- package/node/icons/OutlineMd/QuestionOutlineMd.js +1 -15
- package/node/icons/OutlineMd/QuitOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ReestablishOutlineMd.js +1 -15
- package/node/icons/OutlineMd/RefreshOutlineMd.js +1 -15
- package/node/icons/OutlineMd/RequirementOutlineMd.js +1 -15
- package/node/icons/OutlineMd/RetryOutlineMd.js +1 -15
- package/node/icons/OutlineMd/RouteOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SaveCheckOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SaveOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SearchOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SendOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SentMessageOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SettingsOutlineMd.js +1 -15
- package/node/icons/OutlineMd/ShareOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SortOutlineMd.js +1 -15
- package/node/icons/OutlineMd/Sorting2OutlineMd.js +1 -15
- package/node/icons/OutlineMd/SortingOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SortingVOutlineMd.js +1 -15
- package/node/icons/OutlineMd/StorageOutlineMd.js +1 -15
- package/node/icons/OutlineMd/SupportOutlineMd.js +1 -15
- package/node/icons/OutlineMd/TagOutlineMd.js +1 -1
- package/node/icons/OutlineMd/TransferOutlineMd.js +1 -15
- package/node/icons/OutlineMd/TreeOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UnGroupOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UnlinkOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UnlockOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UnpinOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UnreadOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UpOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UploadOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UserArrowDownOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UserArrowUpOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UserCheckOutlineMd.js +1 -15
- package/node/icons/OutlineMd/UserCrossOutlineMd.js +1 -15
- package/node/icons/OutlineSm/AddOutlineSm.js +1 -15
- package/node/icons/OutlineSm/AddSmOutlineSm.js +1 -15
- package/node/icons/OutlineSm/ArrowDwnOutlineSm.js +1 -15
- package/node/icons/OutlineSm/ArrowLOutlineSm.js +1 -15
- package/node/icons/OutlineSm/ArrowROutlineSm.js +1 -15
- package/node/icons/OutlineSm/ArrowUpOutlineSm.js +1 -15
- package/node/icons/OutlineSm/BlockOutlineSm.js +1 -15
- package/node/icons/OutlineSm/CheckOutlineSm.js +1 -15
- package/node/icons/OutlineSm/ClockOutlineSm.js +1 -15
- package/node/icons/OutlineSm/CopyOutlineSm.js +1 -1
- package/node/icons/OutlineSm/CrossOutlineSm.js +1 -15
- package/node/icons/OutlineSm/CrossSmOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DislikeOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DocumentOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DocumentsOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DotOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DoubleCheckOutlineSm.js +1 -15
- package/node/icons/OutlineSm/DownloadVOutlineSm.js +1 -15
- package/node/icons/OutlineSm/EditOutlineSm.js +1 -15
- package/node/icons/OutlineSm/InfoOutlineSm.js +1 -15
- package/node/icons/OutlineSm/LikeOutlineSm.js +1 -15
- package/node/icons/OutlineSm/LoaderOutlineSm.js +1 -15
- package/node/icons/OutlineSm/MessageOutlineSm.js +1 -15
- package/node/icons/OutlineSm/OpenLinkOutlineSm.js +1 -15
- package/node/icons/OutlineSm/PageOutlineSm.js +1 -15
- package/node/icons/OutlineSm/ProfileOutlineSm.js +1 -15
- package/node/icons/OutlineSm/RefreshOutlineSm.js +1 -15
- package/node/icons/OutlineSm/RequestOutlineSm.js +1 -15
- package/node/icons/OutlineSm/RouteOutlineSm.js +1 -15
- package/node/icons/OutlineSm/SearchOutlineSm.js +1 -15
- package/node/icons/OutlineSm/SortingOutlineSm.js +1 -15
- package/node/icons/OutlineSm/SuccessOutlineSm.js +1 -15
- package/node/icons/OutlineSm/TransferOutlineSm.js +1 -15
- package/package.json +1 -1
|
@@ -1,18 +1,6 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { useTheme } from '../../../theme';
|
|
13
2
|
import { getTypeInfo } from '../utils';
|
|
14
|
-
export const useLogic = (
|
|
15
|
-
var { value, keyPath, checkExpanded, toggleExpanded } = _a, props = __rest(_a, ["value", "keyPath", "checkExpanded", "toggleExpanded"]);
|
|
3
|
+
export const useLogic = ({ value, keyPath, checkExpanded, toggleExpanded, ...props }) => {
|
|
16
4
|
const theme = useTheme();
|
|
17
5
|
const { type, icon, color } = getTypeInfo(value, theme);
|
|
18
6
|
const isExpandable = type === 'object' || type === 'array';
|
|
@@ -25,7 +13,8 @@ export const useLogic = (_a) => {
|
|
|
25
13
|
toggleExpanded(keyPath);
|
|
26
14
|
}
|
|
27
15
|
};
|
|
28
|
-
return
|
|
16
|
+
return {
|
|
17
|
+
icon,
|
|
29
18
|
type,
|
|
30
19
|
color,
|
|
31
20
|
isExpandable,
|
|
@@ -34,5 +23,7 @@ export const useLogic = (_a) => {
|
|
|
34
23
|
handleToggle,
|
|
35
24
|
toggleExpanded,
|
|
36
25
|
checkExpanded,
|
|
37
|
-
getNestedKeyPath
|
|
26
|
+
getNestedKeyPath,
|
|
27
|
+
...props,
|
|
28
|
+
};
|
|
38
29
|
};
|
|
@@ -26,9 +26,9 @@ export const formatValue = (value, type) => {
|
|
|
26
26
|
second: 'numeric',
|
|
27
27
|
});
|
|
28
28
|
}
|
|
29
|
-
catch
|
|
29
|
+
catch {
|
|
30
30
|
return `${value}`;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
return
|
|
33
|
+
return value?.toString() || '';
|
|
34
34
|
};
|
|
@@ -1,35 +1,24 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { toast } from 'react-toastify';
|
|
13
2
|
import { NotificationVariantTypes } from './constants';
|
|
14
3
|
import { NOTIFICATION_VARIANT } from './NotificationTemplate/constants';
|
|
15
4
|
import { getClassNameModifierByVariant } from './utils';
|
|
16
5
|
export const notify = {
|
|
17
|
-
success: (title,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
},
|
|
21
|
-
info: (title,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
-
warning: (title,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
},
|
|
29
|
-
error: (title,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
},
|
|
6
|
+
success: (title, { icon, ...options } = {}) => toast(({ toastProps }) => NOTIFICATION_VARIANT.success({ ...options, icon, title }, toastProps), {
|
|
7
|
+
className: getClassNameModifierByVariant(NotificationVariantTypes.Success, options.hideProgressBar),
|
|
8
|
+
...options,
|
|
9
|
+
}),
|
|
10
|
+
info: (title, { icon, ...options } = {}) => toast(({ toastProps }) => NOTIFICATION_VARIANT.info({ ...options, icon, title }, toastProps), {
|
|
11
|
+
className: getClassNameModifierByVariant(NotificationVariantTypes.Info, options.hideProgressBar),
|
|
12
|
+
...options,
|
|
13
|
+
}),
|
|
14
|
+
warning: (title, { icon, ...options } = {}) => toast(({ toastProps }) => NOTIFICATION_VARIANT.warning({ ...options, icon, title }, toastProps), {
|
|
15
|
+
className: getClassNameModifierByVariant(NotificationVariantTypes.Warning, options.hideProgressBar),
|
|
16
|
+
...options,
|
|
17
|
+
}),
|
|
18
|
+
error: (title, { icon, ...options } = {}) => toast(({ toastProps }) => NOTIFICATION_VARIANT.error({ ...options, icon, title }, toastProps), {
|
|
19
|
+
className: getClassNameModifierByVariant(NotificationVariantTypes.Error, options.hideProgressBar),
|
|
20
|
+
...options,
|
|
21
|
+
}),
|
|
33
22
|
custom: toast,
|
|
34
23
|
dismiss: toast.dismiss,
|
|
35
24
|
update: toast.update,
|
|
@@ -5,4 +5,4 @@ import { Inner, Wrapper } from './styles';
|
|
|
5
5
|
if (typeof window !== 'undefined') {
|
|
6
6
|
injectStyle();
|
|
7
7
|
}
|
|
8
|
-
export const NotificationContainer = (props) => (_jsx(Wrapper, { children: _jsx(Inner,
|
|
8
|
+
export const NotificationContainer = (props) => (_jsx(Wrapper, { children: _jsx(Inner, { ...props, pauseOnFocusLoss: true, position: NOTIFY_POSITIONS.BOTTOM_RIGHT, newestOnTop: false, closeOnClick: false, draggable: false, rtl: false, closeButton: false, bodyClassName: `${notifyClassnames.body}`, toastClassName: notifyClassnames.root, progressClassName: `${notifyClassnames.progress}` }) }));
|
|
@@ -13,6 +13,6 @@ const DefaultIcon = ({ variant }) => {
|
|
|
13
13
|
return _jsx(Icon, {});
|
|
14
14
|
};
|
|
15
15
|
export const NotificationTemplate = ({ icon, title, closeToast, content, actions, variant, actionsDirection = 'right', showCloseButton = true, }) => {
|
|
16
|
-
const handleCloseToast = () => closeToast
|
|
16
|
+
const handleCloseToast = () => closeToast?.();
|
|
17
17
|
return (_jsxs(Wrapper, { variant: variant, children: [_jsx(IconWrapper, { children: icon || _jsx(DefaultIcon, { variant: variant }) }), _jsxs(Inner, { children: [_jsxs(Header, { children: [_jsx(Title, { variant: "h5", children: title }), showCloseButton && (_jsx(CloseButton, { onClick: handleCloseToast, color: "grey", variant: "text", children: _jsx(CrossOutlineMd, {}) }))] }), content && _jsx(Content, { variant: "body1", children: content }), actions && (_jsx(Footer, { actionsDirection: actionsDirection, children: actions }))] })] }));
|
|
18
18
|
};
|
|
@@ -3,8 +3,8 @@ import { NotificationVariantTypes } from '../constants';
|
|
|
3
3
|
import { notificationTemplatePropsCreator } from '../utils';
|
|
4
4
|
import { NotificationTemplate } from './NotificationTemplate';
|
|
5
5
|
export const NOTIFICATION_VARIANT = {
|
|
6
|
-
info: (options, notifyContent) => (_jsx(NotificationTemplate,
|
|
7
|
-
success: (options, notifyContent) => (_jsx(NotificationTemplate,
|
|
8
|
-
warning: (options, notifyContent) => (_jsx(NotificationTemplate,
|
|
9
|
-
error: (options, notifyContent) => (_jsx(NotificationTemplate,
|
|
6
|
+
info: (options, notifyContent) => (_jsx(NotificationTemplate, { ...notificationTemplatePropsCreator(options, notifyContent, NotificationVariantTypes.Info) })),
|
|
7
|
+
success: (options, notifyContent) => (_jsx(NotificationTemplate, { ...notificationTemplatePropsCreator(options, notifyContent, NotificationVariantTypes.Success) })),
|
|
8
|
+
warning: (options, notifyContent) => (_jsx(NotificationTemplate, { ...notificationTemplatePropsCreator(options, notifyContent, NotificationVariantTypes.Warning) })),
|
|
9
|
+
error: (options, notifyContent) => (_jsx(NotificationTemplate, { ...notificationTemplatePropsCreator(options, notifyContent, NotificationVariantTypes.Error) })),
|
|
10
10
|
};
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
export const notificationTemplatePropsCreator = (options, notifyProps, variant) => (
|
|
1
|
+
export const notificationTemplatePropsCreator = (options, notifyProps, variant) => ({
|
|
2
|
+
...notifyProps,
|
|
3
|
+
...options,
|
|
4
|
+
variant,
|
|
5
|
+
});
|
package/components/Link/Link.js
CHANGED
|
@@ -1,20 +1,8 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
2
|
import { forwardRef } from 'react';
|
|
14
3
|
import { DownloadVOutlineSm, OpenLinkOutlineSm } from '../../icons';
|
|
15
4
|
import { StyledLink } from './styles';
|
|
16
|
-
export const Link = forwardRef((
|
|
17
|
-
var { withAdornment, isDownload, downloadFilename, children } = _a, props = __rest(_a, ["withAdornment", "isDownload", "downloadFilename", "children"]);
|
|
5
|
+
export const Link = forwardRef(({ withAdornment, isDownload, downloadFilename, children, ...props }, ref) => {
|
|
18
6
|
const icon = isDownload ? _jsx(DownloadVOutlineSm, {}) : _jsx(OpenLinkOutlineSm, {});
|
|
19
|
-
return (_jsxs(StyledLink,
|
|
7
|
+
return (_jsxs(StyledLink, { download: downloadFilename ?? isDownload, ref: ref, ...props, children: [withAdornment === 'start' && icon, children, withAdornment === 'end' && icon, !withAdornment && isDownload && _jsx(DownloadVOutlineSm, {})] }));
|
|
20
8
|
});
|
package/components/List/List.js
CHANGED
|
@@ -27,12 +27,15 @@ export const StyledListItem = styled(ListItem, {
|
|
|
27
27
|
|
|
28
28
|
padding-left: ${({ theme }) => theme.spacing(3)};
|
|
29
29
|
|
|
30
|
-
color: ${(props) => getColor(
|
|
30
|
+
color: ${(props) => getColor({ ...props, listItemState: ListItemStates.Default })};
|
|
31
31
|
|
|
32
|
-
background-color: ${(props) => getBgColor(
|
|
32
|
+
background-color: ${(props) => getBgColor({ ...props })};
|
|
33
33
|
border-radius: ${({ theme }) => theme.shape.small};
|
|
34
34
|
|
|
35
35
|
:hover {
|
|
36
|
-
color: ${(props) => getColor(
|
|
36
|
+
color: ${(props) => getColor({
|
|
37
|
+
...props,
|
|
38
|
+
listItemState: ListItemStates.Hover,
|
|
39
|
+
})};
|
|
37
40
|
}
|
|
38
41
|
`;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { ListItemAvatar as MuiListItemAvatar, } from '@mui/material';
|
|
3
|
-
export const ListItemAvatar = (props) => (_jsx(MuiListItemAvatar,
|
|
3
|
+
export const ListItemAvatar = (props) => (_jsx(MuiListItemAvatar, { ...props }));
|
|
@@ -1,22 +1,11 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
2
|
import { ListItemButton as MuiListItemButton, } from '@mui/material';
|
|
14
3
|
import { forwardRef } from 'react';
|
|
15
4
|
import { Tooltip } from '../Tooltip';
|
|
16
5
|
export const ListItemButton = forwardRef((props, ref) => {
|
|
17
|
-
const { disabledReason, disabled, tooltipPlacement, note, withoutContainer = false
|
|
6
|
+
const { disabledReason, disabled, tooltipPlacement, note, withoutContainer = false, ...restProps } = props;
|
|
18
7
|
const renderListItemButton = () => {
|
|
19
|
-
return (_jsx(Tooltip, { title: disabled ? disabledReason : note, placement: tooltipPlacement, withoutContainer: !disabled, children: _jsx("div", { children: _jsx(MuiListItemButton,
|
|
8
|
+
return (_jsx(Tooltip, { title: disabled ? disabledReason : note, placement: tooltipPlacement, withoutContainer: !disabled, children: _jsx("div", { children: _jsx(MuiListItemButton, { ref: ref, disabled: disabled, component: "div", ...restProps, disableRipple: true }) }) }));
|
|
20
9
|
};
|
|
21
10
|
if (withoutContainer) {
|
|
22
11
|
return renderListItemButton();
|
|
@@ -2,5 +2,5 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { StyledListItemIcon } from './styles';
|
|
4
4
|
export const ListItemIcon = forwardRef((props, ref) => {
|
|
5
|
-
return _jsx(StyledListItemIcon,
|
|
5
|
+
return _jsx(StyledListItemIcon, { ref: ref, ...props });
|
|
6
6
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { ListItemSecondaryAction as MuiListItemSecondaryAction, } from '@mui/material';
|
|
3
|
-
export const ListItemSecondaryAction = (props) => _jsx(MuiListItemSecondaryAction,
|
|
3
|
+
export const ListItemSecondaryAction = (props) => _jsx(MuiListItemSecondaryAction, { ...props });
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { ListSubheader as MuiListSubheader, } from '@mui/material';
|
|
3
|
-
export const ListSubheader = (props) => (_jsx(MuiListSubheader,
|
|
3
|
+
export const ListSubheader = (props) => (_jsx(MuiListSubheader, { ...props }));
|
|
@@ -1,31 +1,18 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
2
|
import { forwardRef } from 'react';
|
|
14
3
|
import { IMaskMixin } from 'react-imask';
|
|
15
4
|
import { TextField } from '../TextField';
|
|
16
|
-
const MaskedTextField = IMaskMixin((
|
|
17
|
-
var { onChange } = _a, props = __rest(_a, ["onChange"]);
|
|
5
|
+
const MaskedTextField = IMaskMixin(({ onChange, ...props }) => {
|
|
18
6
|
const textFieldProps = props;
|
|
19
|
-
return _jsx(TextField,
|
|
7
|
+
return _jsx(TextField, { ...textFieldProps });
|
|
20
8
|
});
|
|
21
|
-
export const MaskField = forwardRef((
|
|
22
|
-
|
|
23
|
-
const maskFieldProps = Object.assign({ unmask: true }, props);
|
|
9
|
+
export const MaskField = forwardRef(({ onChange, onAccept, ...props }, ref) => {
|
|
10
|
+
const maskFieldProps = { unmask: true, ...props };
|
|
24
11
|
const handleMaskFieldAccept = (value, maskRef, e) => {
|
|
25
12
|
if (onAccept) {
|
|
26
13
|
return onAccept(value, maskRef, e, onChange);
|
|
27
14
|
}
|
|
28
|
-
onChange
|
|
15
|
+
onChange?.(value);
|
|
29
16
|
};
|
|
30
17
|
// фикс фокуса при клике на submit формы
|
|
31
18
|
// (достигается путем вызова ref)
|
|
@@ -35,5 +22,5 @@ export const MaskField = forwardRef((_a, ref) => {
|
|
|
35
22
|
}
|
|
36
23
|
return ref;
|
|
37
24
|
};
|
|
38
|
-
return (_jsx(MaskedTextField,
|
|
25
|
+
return (_jsx(MaskedTextField, { ...maskFieldProps, inputRef: newRef, onAccept: handleMaskFieldAccept }));
|
|
39
26
|
});
|
package/components/Menu/Menu.js
CHANGED
|
@@ -1,24 +1,12 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
2
|
import { Menu as MuiMenu } from '@mui/material';
|
|
14
3
|
import { BottomDrawer } from '../BottomDrawer';
|
|
15
4
|
import { useViewportType } from '../hooks/useViewportType';
|
|
16
5
|
import { MenuList } from '../MenuList';
|
|
17
|
-
export const Menu = (
|
|
18
|
-
var { children, onClose, open, title } = _a, restProps = __rest(_a, ["children", "onClose", "open", "title"]);
|
|
6
|
+
export const Menu = ({ children, onClose, open, title, ...restProps }) => {
|
|
19
7
|
const { isMobile } = useViewportType();
|
|
20
8
|
if (isMobile) {
|
|
21
9
|
return (_jsx(BottomDrawer, { title: title, onClose: onClose, open: open, children: _jsx(MenuList, { children: children }) }));
|
|
22
10
|
}
|
|
23
|
-
return (_jsx(MuiMenu,
|
|
11
|
+
return (_jsx(MuiMenu, { open: open, onClose: onClose, ...restProps, children: children }));
|
|
24
12
|
};
|
|
@@ -1,20 +1,9 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
2
|
import { MenuItem as MuiMenuItem, } from '@mui/material';
|
|
14
3
|
import { forwardRefWithGeneric } from '../forwardRefWithGeneric';
|
|
15
4
|
import { Tooltip } from '../Tooltip';
|
|
16
5
|
const InnerMenuItem = (props, ref) => {
|
|
17
|
-
const { disabledReason, disabled, component = 'div', title, tooltipPlacement = 'left', note
|
|
18
|
-
return (_jsx("li", { children: _jsx(Tooltip, { title: disabled ? disabledReason : note, placement: tooltipPlacement, withoutContainer: !disabled, children: _jsx(MuiMenuItem,
|
|
6
|
+
const { disabledReason, disabled, component = 'div', title, tooltipPlacement = 'left', note, ...rest } = props;
|
|
7
|
+
return (_jsx("li", { children: _jsx(Tooltip, { title: disabled ? disabledReason : note, placement: tooltipPlacement, withoutContainer: !disabled, children: _jsx(MuiMenuItem, { ...rest, disabled: disabled, title: title, ref: ref, component: component }) }, title) }));
|
|
19
8
|
};
|
|
20
9
|
export const MenuItem = forwardRefWithGeneric(InnerMenuItem);
|
|
@@ -1,17 +1,5 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
2
|
import { StyledMenuList } from './styles';
|
|
14
|
-
export const MenuList = (
|
|
15
|
-
|
|
16
|
-
return _jsx(StyledMenuList, Object.assign({}, props, { children: children }));
|
|
3
|
+
export const MenuList = ({ children, ...props }) => {
|
|
4
|
+
return _jsx(StyledMenuList, { ...props, children: children });
|
|
17
5
|
};
|
|
@@ -16,9 +16,9 @@ export const MenuOrganization = (props) => {
|
|
|
16
16
|
if (isComponentLoading) {
|
|
17
17
|
return _jsx(MenuOrganizationSkeleton, {});
|
|
18
18
|
}
|
|
19
|
-
return (_jsxs(_Fragment, { children: [_jsx(OrganizationButton,
|
|
19
|
+
return (_jsxs(_Fragment, { children: [_jsx(OrganizationButton, { ...organizationButtonProps }), _jsxs(Popover, { ...popoverProps, anchorOrigin: { vertical: 'bottom', horizontal: 'right' }, transformOrigin: { vertical: 'top', horizontal: 'right' }, children: [isShowSearchField && (_jsx(SearchWrapper, { children: _jsx(SearchField, { fullWidth: true, ...searchProps }) })), _jsx(OrganizationsWrapper, { "$isLoading": isLoading, className: menuOrganizationClassnames.root, children: _jsx(ContentState, { isLoading: isLoading, isCustom: isError, customState: {
|
|
20
20
|
title: (_jsx(StyledTypography, { children: "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0435" })),
|
|
21
21
|
Actions: (_jsx(Button, { variant: "light", color: "grey", onClick: onRetry, children: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0441\u043D\u043E\u0432\u0430" })),
|
|
22
22
|
className: menuOrganizationClassnames.errorPlaceholder,
|
|
23
|
-
}, loadingContent: _jsx(OrganizationListSkeleton, {}), children: isShowOrganizationList ? (_jsx(OrganizationList,
|
|
23
|
+
}, loadingContent: _jsx(OrganizationListSkeleton, {}), children: isShowOrganizationList ? (_jsx(OrganizationList, { ...organizationListProps })) : (_jsx(NoData, {})) }) }), action && (_jsx(ActionWrapper, { children: _jsx(Button, { fullWidth: true, ...action, children: action.text }) }))] })] }));
|
|
24
24
|
};
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
2
|
import { forwardRef } from 'react';
|
|
14
3
|
import { Grid } from '../../Grid';
|
|
@@ -19,9 +8,9 @@ import { DEFAULT_LINK_BUTTON_NAME } from '../constants';
|
|
|
19
8
|
import { OrganizationData } from '../styles';
|
|
20
9
|
import { StyledButton, StyledMenuItem } from './styles';
|
|
21
10
|
export const OrganizationItem = forwardRef(({ onClick, selected, name, inn, kpp, linkButton, isHidePersonalData }, ref) => {
|
|
22
|
-
const
|
|
11
|
+
const { name: buttonName = DEFAULT_LINK_BUTTON_NAME, ...linkButtonProps } = linkButton || {};
|
|
23
12
|
const hidePersonalDataClassname = useHidePersonalData({
|
|
24
13
|
isEnabled: isHidePersonalData,
|
|
25
14
|
});
|
|
26
|
-
return (_jsx(StyledMenuItem, { ref: ref, onClick: onClick, selected: selected, disableGutters: true, children: _jsxs(Grid, { container: true, rows: 1, children: [_jsx(OverflowTypography, { className: hidePersonalDataClassname, variant: "body1", component: "div", children: name }), _jsxs(OrganizationData, { container: true, spacing: 2, className: hidePersonalDataClassname, children: [inn && (_jsxs(Typography, { variant: "caption", color: "textSecondary", children: ["\u0418\u041D\u041D ", inn] })), kpp && (_jsxs(Typography, { variant: "caption", color: "textSecondary", children: ["\u041A\u041F\u041F ", kpp] }))] }), linkButton && (_jsx(StyledButton,
|
|
15
|
+
return (_jsx(StyledMenuItem, { ref: ref, onClick: onClick, selected: selected, disableGutters: true, children: _jsxs(Grid, { container: true, rows: 1, children: [_jsx(OverflowTypography, { className: hidePersonalDataClassname, variant: "body1", component: "div", children: name }), _jsxs(OrganizationData, { container: true, spacing: 2, className: hidePersonalDataClassname, children: [inn && (_jsxs(Typography, { variant: "caption", color: "textSecondary", children: ["\u0418\u041D\u041D ", inn] })), kpp && (_jsxs(Typography, { variant: "caption", color: "textSecondary", children: ["\u041A\u041F\u041F ", kpp] }))] }), linkButton && (_jsx(StyledButton, { variant: "link", ...linkButtonProps, children: buttonName }))] }) }));
|
|
27
16
|
});
|
|
@@ -12,7 +12,7 @@ export const OrganizationList = (props) => {
|
|
|
12
12
|
onSelect: options.onSelect,
|
|
13
13
|
});
|
|
14
14
|
}
|
|
15
|
-
return (_jsx(OrganizationItem,
|
|
15
|
+
return (_jsx(OrganizationItem, { ...organization, selected: options.isSelected, onClick: options.onSelect, isHidePersonalData: isHidePersonalData }));
|
|
16
16
|
};
|
|
17
17
|
// Показываем список организаций если:
|
|
18
18
|
// - Есть поисковый запрос И есть организации
|
|
@@ -3,7 +3,6 @@ import { DashboardContext } from '../../DashboardLayout';
|
|
|
3
3
|
import { usePopover } from '../../hooks';
|
|
4
4
|
import { useHidePersonalData } from '../../personalDataSecurity';
|
|
5
5
|
export const useLogic = ({ organizations = [], onChangeSearch, onChange, currentOrganizationGroupLabel, currentOrganization, groupBy, onClose, onOpen, isOpen: isOpenPopover, isDisabled, disabledReason, isHidePersonalData, action, isLoading, isError, onRetry, renderItem, }) => {
|
|
6
|
-
var _a;
|
|
7
6
|
const { isLoading: isDashboardLoading } = useContext(DashboardContext);
|
|
8
7
|
const [searchValue, setSearchValue] = useState('');
|
|
9
8
|
const [anchorButtonEl, setAnchorButtonEl] = useState(null);
|
|
@@ -19,18 +18,18 @@ export const useLogic = ({ organizations = [], onChangeSearch, onChange, current
|
|
|
19
18
|
return organizations;
|
|
20
19
|
}
|
|
21
20
|
return organizations.filter(({ name, inn }) => name.toUpperCase().includes(searchValue.toUpperCase()) ||
|
|
22
|
-
|
|
21
|
+
inn?.includes(searchValue));
|
|
23
22
|
}, [onChangeSearch, organizations, searchValue]);
|
|
24
23
|
const handleOnChangeSearch = (event) => {
|
|
25
24
|
setSearchValue(event.target.value);
|
|
26
|
-
onChangeSearch
|
|
25
|
+
onChangeSearch?.(event.target.value);
|
|
27
26
|
};
|
|
28
27
|
const handleOpenPopover = (event) => {
|
|
29
|
-
onOpen
|
|
28
|
+
onOpen?.();
|
|
30
29
|
open(event);
|
|
31
30
|
};
|
|
32
31
|
const handleClosePopover = () => {
|
|
33
|
-
onClose
|
|
32
|
+
onClose?.();
|
|
34
33
|
close();
|
|
35
34
|
setSearchValue('');
|
|
36
35
|
};
|
|
@@ -59,7 +58,7 @@ export const useLogic = ({ organizations = [], onChangeSearch, onChange, current
|
|
|
59
58
|
isComponentLoading: isDashboardLoading,
|
|
60
59
|
isShowOrganizationList: Boolean(filteredOrganization.length),
|
|
61
60
|
organizationButtonProps: {
|
|
62
|
-
isOpen: isOpenPopover
|
|
61
|
+
isOpen: isOpenPopover ?? isOpen,
|
|
63
62
|
onClick: handleOpenPopover,
|
|
64
63
|
currentOrganization,
|
|
65
64
|
isDisabled,
|
|
@@ -73,9 +72,9 @@ export const useLogic = ({ organizations = [], onChangeSearch, onChange, current
|
|
|
73
72
|
inputProps: { className: hidePersonalInputDataClassname },
|
|
74
73
|
},
|
|
75
74
|
popoverProps: {
|
|
76
|
-
open: (
|
|
75
|
+
open: (anchorButtonEl && isOpenPopover) ?? isOpen,
|
|
77
76
|
onClose: handleClosePopover,
|
|
78
|
-
anchorEl: anchorButtonEl
|
|
77
|
+
anchorEl: anchorButtonEl ?? anchor,
|
|
79
78
|
},
|
|
80
79
|
organizationListProps: {
|
|
81
80
|
organizations: filteredOrganization,
|
|
@@ -6,5 +6,5 @@ import { useLogic } from './useLogic';
|
|
|
6
6
|
export const MinimalisticPagination = (props) => {
|
|
7
7
|
const { previousButtonProps, nextButtonProps } = useLogic(props);
|
|
8
8
|
const { page, className, isDisabled } = props;
|
|
9
|
-
return (_jsxs(PaginationWrapper, { className: className, "aria-label": "\u041F\u0430\u0433\u0438\u043D\u0430\u0446\u0438\u044F", "$isDisabled": isDisabled, children: [_jsx(IconButton,
|
|
9
|
+
return (_jsxs(PaginationWrapper, { className: className, "aria-label": "\u041F\u0430\u0433\u0438\u043D\u0430\u0446\u0438\u044F", "$isDisabled": isDisabled, children: [_jsx(IconButton, { "aria-label": "\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443", variant: "text", ...previousButtonProps, children: _jsx(PreviousOutlineMd, {}) }), _jsx(PageItem, { component: "span", children: page }), _jsx(IconButton, { "aria-label": "\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443", variant: "text", ...nextButtonProps, children: _jsx(NextOutlineMd, {}) })] }));
|
|
10
10
|
};
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
2
|
import { Collapse } from '../../Collapse';
|
|
14
3
|
import { ItemButton } from './ItemButton';
|
|
@@ -16,7 +5,7 @@ import { List } from './List';
|
|
|
16
5
|
import { useLogic } from './useLogic';
|
|
17
6
|
export const Item = (props) => {
|
|
18
7
|
const { collapsedIn, item: [, value], } = props;
|
|
19
|
-
const { active: externalActive, icon, items, text, component
|
|
8
|
+
const { active: externalActive, icon, items, text, component, ...componentProps } = value;
|
|
20
9
|
const { handleClick, isOpen, selected, isGroupTitleItem } = useLogic(props);
|
|
21
|
-
return (_jsxs("li", { children: [_jsx(ItemButton,
|
|
10
|
+
return (_jsxs("li", { children: [_jsx(ItemButton, { opened: isOpen, collapsedIn: collapsedIn, selected: selected, text: text, icon: icon, component: component, ...componentProps, onClick: handleClick, isGroupTitleItem: isGroupTitleItem }), items && (_jsx(Collapse, { in: isOpen, children: _jsx(List, { collapsedIn: collapsedIn, items: items }) }))] }));
|
|
22
11
|
};
|
|
@@ -1,23 +1,12 @@
|
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
-
var t = {};
|
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
-
t[p] = s[p];
|
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
-
t[p[i]] = s[p[i]];
|
|
9
|
-
}
|
|
10
|
-
return t;
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
2
|
import { forwardRef, } from 'react';
|
|
14
3
|
import { Collapse } from '../../../Collapse';
|
|
15
4
|
import { useViewportType } from '../../../hooks';
|
|
16
5
|
import { EndAdornmentWrapper, NavMenuItemButtonChevron, NavMenuItemButtonIcon, NavMenuItemButtonText, StyledListItemButton, StyledPageDotOutlineMd, } from './styles';
|
|
17
6
|
export const ItemButton = forwardRef((props, ref) => {
|
|
18
|
-
const { collapsedIn, opened, text, icon, component = 'a', counter, isNested = false, isGroupTitleItem = false, selected
|
|
7
|
+
const { collapsedIn, opened, text, icon, component = 'a', counter, isNested = false, isGroupTitleItem = false, selected, ...restProps } = props;
|
|
19
8
|
const { isMobile } = useViewportType();
|
|
20
|
-
const Counter = counter
|
|
9
|
+
const Counter = counter?.component;
|
|
21
10
|
const { max, count } = counter || {};
|
|
22
|
-
return (_jsxs(StyledListItemButton,
|
|
11
|
+
return (_jsxs(StyledListItemButton, { "$isGroupTitleItem": isGroupTitleItem, ref: ref, component: component, withoutContainer: true, selected: selected, "aria-selected": selected, ...restProps, children: [isMobile ? (_jsxs(_Fragment, { children: [isNested && _jsx(StyledPageDotOutlineMd, {}), _jsx(NavMenuItemButtonText, { "$isGroupTitleItem": isGroupTitleItem, children: text, rowsCount: 2 })] })) : (_jsxs(_Fragment, { children: [_jsx(NavMenuItemButtonIcon, { children: Counter && Number(count) ? (_jsx(Counter.Badge, { invisible: collapsedIn, children: icon })) : (icon) }), _jsx(Collapse, { orientation: "horizontal", in: collapsedIn, children: _jsx(NavMenuItemButtonText, { "$isGroupTitleItem": isGroupTitleItem, "$isCounter": Boolean(counter), tooltipProps: { placement: 'right' }, children: text, rowsCount: 2 }) })] })), _jsxs(EndAdornmentWrapper, { "$collapsedIn": collapsedIn, children: [Counter && _jsx(Counter, { max: max, count: count }), isGroupTitleItem && (_jsx(NavMenuItemButtonChevron, { "$collapsedIn": collapsedIn, "$opened": opened }))] })] }));
|
|
23
12
|
});
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useCallback, useEffect, useMemo, useState } from 'react';
|
|
2
2
|
export const useLogic = ({ item: [, { items, active: externalActive }], }) => {
|
|
3
|
-
const [isOpen, setIsOpen] = useState(items
|
|
3
|
+
const [isOpen, setIsOpen] = useState(items?.some(([, { active }]) => {
|
|
4
4
|
return active;
|
|
5
5
|
}));
|
|
6
|
-
const isGroup = Boolean(items
|
|
6
|
+
const isGroup = Boolean(items?.length);
|
|
7
7
|
useEffect(() => {
|
|
8
|
-
const hasActiveChild = items
|
|
8
|
+
const hasActiveChild = items?.some(([, { active }]) => active);
|
|
9
9
|
if (hasActiveChild) {
|
|
10
10
|
setIsOpen(true);
|
|
11
11
|
}
|
|
@@ -22,6 +22,6 @@ export const useLogic = ({ item: [, { items, active: externalActive }], }) => {
|
|
|
22
22
|
return false;
|
|
23
23
|
});
|
|
24
24
|
}, []);
|
|
25
|
-
const isGroupTitleItem = Boolean(items
|
|
25
|
+
const isGroupTitleItem = Boolean(items?.length);
|
|
26
26
|
return { selected, handleClick, isOpen, isGroupTitleItem };
|
|
27
27
|
};
|