@astral/ui 4.99.2 → 4.101.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Accordion/styles.js +4 -4
- package/components/Alert/styles.js +2 -2
- package/components/Autocomplete/styles.js +1 -1
- package/components/Badge/styles.js +1 -1
- package/components/Banner/BannerTemplate/styles.js +3 -3
- package/components/Button/styles.js +1 -1
- package/components/CardGridInfinite/Card/styles.js +1 -1
- package/components/CardGridInfinite/CardGridSecondaryAction/CardGridSecondaryActionsSkeleton/styles.js +2 -2
- package/components/CardGridInfinite/ErrorMessage/styles.js +1 -1
- package/components/CardGridInfinite/List/styles.js +1 -1
- package/components/CardGridInfinite/OnTopButton/styles.js +1 -1
- package/components/CardGridInfinite/styles.js +1 -1
- package/components/Checkbox/styles.js +2 -2
- package/components/CheckboxField/styles.js +2 -2
- package/components/Chip/styles.js +4 -4
- package/components/ConfirmAction/styles.js +3 -3
- package/components/ConfirmDialog/styles.js +1 -1
- package/components/DashboardAlert/styles.js +2 -2
- package/components/DashboardLayout/Container/styles.js +2 -2
- package/components/DashboardLayout/DashboardSidebar/styles.js +6 -6
- package/components/DashboardLayout/DashboardWrapper/styles.js +1 -1
- package/components/DashboardLayout/Header/styles.js +10 -10
- package/components/DashboardLayout/Main/styles.js +3 -3
- package/components/DashboardLayoutNotificationList/styles.js +1 -1
- package/components/DashboardLayoutSkeleton/styles.js +1 -1
- package/components/DashboardSidebarButton/styles.js +1 -1
- package/components/DashboardSidebarCounter/styles.js +1 -1
- package/components/DashboardSidebarPopover/FadePopup/styles.js +1 -1
- package/components/DashboardSidebarPopover/SidebarPopoverItem/styles.js +1 -1
- package/components/DashboardSidebarPopover/styles.js +2 -2
- package/components/DashboardSidebarSkeleton/styles.js +1 -1
- package/components/DataGrid/Body/styles.js +1 -1
- package/components/DataGrid/Cell/CellInner/styles.js +2 -2
- package/components/DataGrid/Cell/styles.js +1 -1
- package/components/DataGrid/Head/styles.js +1 -1
- package/components/DataGrid/Loader/styles.js +2 -2
- package/components/DataGrid/Row/NestedChildren/styles.js +3 -3
- package/components/DataGrid/Row/styles.js +8 -8
- package/components/DataGrid/RowBase/GroupCell/styles.js +1 -1
- package/components/DataGrid/RowBase/styles.js +3 -3
- package/components/DataGrid/styles.js +3 -3
- package/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.js +1 -1
- package/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.js +1 -1
- package/components/DataGridActionCell/SecondaryActionsButton/styles.js +1 -1
- package/components/DataGridActionCell/styles.js +1 -1
- package/components/DataGridCollapsibleRow/styles.js +4 -4
- package/components/DataGridInfinite/ErrorMessage/styles.js +1 -1
- package/components/DataGridInfinite/styles.js +1 -1
- package/components/DataGridPaginationContainer/styles.js +2 -2
- package/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarNextButton/styles.js +2 -2
- package/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarPrevButton/styles.js +2 -2
- package/components/DatePicker/DateCalendar/DateCalendarHead/styles.js +2 -2
- package/components/DatePicker/DateCalendar/DateCalendarWrapper/styles.js +1 -1
- package/components/DatePicker/DatePickerPopover/styles.js +1 -1
- package/components/DatePicker/styles.js +1 -1
- package/components/DateRangePicker/styles.js +1 -1
- package/components/Description/Value/styles.js +2 -2
- package/components/Description/styles.js +1 -1
- package/components/DescriptionCell/styles.js +2 -2
- package/components/DescriptionList/styles.js +3 -3
- package/components/DialogActions/styles.js +2 -2
- package/components/DialogContent/styles.js +1 -1
- package/components/ExpansionPanel/Details/ErrorState/styles.js +1 -1
- package/components/ExpansionPanel/Details/LoadingState/styles.js +1 -1
- package/components/Fieldset/styles.js +5 -5
- package/components/FlowButton/styles.js +1 -1
- package/components/GlobalStyles/GlobalStyles.js +1 -1
- package/components/HintPopover/styles.js +4 -4
- package/components/IconButton/styles.js +1 -1
- package/components/InfiniteDataList/EndData/styles.js +1 -1
- package/components/InfiniteDataList/ErrorMessage/styles.js +1 -1
- package/components/InfiniteDataList/Loader/styles.js +1 -1
- package/components/InfiniteDataList/styles.js +1 -1
- package/components/InfiniteTreeList/InfiniteTreeList.d.ts +18 -0
- package/components/InfiniteTreeList/InfiniteTreeList.js +26 -19
- package/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.d.ts +9 -0
- package/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.js +9 -0
- package/components/InfiniteTreeList/InfiniteTreeListActions/types.d.ts +5 -0
- package/components/InfiniteTreeList/InfiniteTreeListActions/useLogic/useLogic.js +5 -6
- package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.d.ts +81 -0
- package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.js +21 -0
- package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.d.ts +3 -2
- package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.js +69 -13
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.d.ts +6 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.js +8 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.d.ts +1 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.js +1 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.d.ts +1 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.js +1 -0
- package/components/InfiniteTreeList/{ErrorMessage → InfiniteTreeListItem/ErrorPlaceholder}/styles.d.ts +1 -1
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/styles.js +8 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +29 -7
- package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.d.ts +19 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.js +4 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.d.ts +4 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.js +13 -8
- package/components/InfiniteTreeList/InfiniteTreeListItem/constants.d.ts +6 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/constants.js +7 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/styles.d.ts +4 -4
- package/components/InfiniteTreeList/InfiniteTreeListItem/styles.js +28 -5
- package/components/InfiniteTreeList/InfiniteTreeListItem/types.d.ts +20 -3
- package/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.d.ts +7 -1
- package/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.js +57 -5
- package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.js +1 -1
- package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.js +2 -2
- package/components/InfiniteTreeList/ListFooter/ErrorMessage/styles.d.ts +5 -0
- package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/styles.js +2 -2
- package/components/InfiniteTreeList/ListFooter/ListFooter.d.ts +10 -0
- package/components/InfiniteTreeList/ListFooter/ListFooter.js +25 -0
- package/components/InfiniteTreeList/ListFooter/index.d.ts +2 -0
- package/components/InfiniteTreeList/ListFooter/index.js +1 -0
- package/components/InfiniteTreeList/{styles.d.ts → ListFooter/styles.d.ts} +2 -2
- package/components/InfiniteTreeList/{styles.js → ListFooter/styles.js} +1 -1
- package/components/InfiniteTreeList/ListFooter/types.d.ts +22 -0
- package/components/InfiniteTreeList/ListFooter/types.js +1 -0
- package/components/InfiniteTreeList/OnTopButton/OnTopButton.d.ts +8 -2
- package/components/InfiniteTreeList/OnTopButton/OnTopButton.js +6 -5
- package/components/InfiniteTreeList/OnTopButton/styles.d.ts +4 -0
- package/components/InfiniteTreeList/OnTopButton/styles.js +10 -0
- package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.d.ts +23 -0
- package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.js +12 -0
- package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.d.ts +1 -0
- package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.js +1 -0
- package/components/InfiniteTreeList/ParentItems/Item/Item.d.ts +10 -0
- package/components/InfiniteTreeList/ParentItems/Item/Item.js +22 -0
- package/components/InfiniteTreeList/ParentItems/Item/index.d.ts +2 -0
- package/components/InfiniteTreeList/ParentItems/Item/index.js +2 -0
- package/components/InfiniteTreeList/ParentItems/Item/types.d.ts +8 -0
- package/components/InfiniteTreeList/ParentItems/Item/types.js +1 -0
- package/components/InfiniteTreeList/ParentItems/Item/useLogic/index.d.ts +1 -0
- package/components/InfiniteTreeList/ParentItems/Item/useLogic/index.js +1 -0
- package/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.d.ts +12 -0
- package/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.js +12 -0
- package/components/InfiniteTreeList/ParentItems/ParentItems.d.ts +11 -0
- package/components/InfiniteTreeList/ParentItems/ParentItems.js +11 -0
- package/components/InfiniteTreeList/ParentItems/index.d.ts +3 -0
- package/components/InfiniteTreeList/ParentItems/index.js +3 -0
- package/components/InfiniteTreeList/ParentItems/types.d.ts +8 -0
- package/components/InfiniteTreeList/ParentItems/types.js +1 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.d.ts +9 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.js +22 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.d.ts +1 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.js +5 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.d.ts +1 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.js +1 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.d.ts +1 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.js +1 -0
- package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.d.ts +20 -0
- package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.js +10 -0
- package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.d.ts +1 -0
- package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.js +1 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.d.ts +5 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.js +38 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/index.d.ts +2 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/index.js +2 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/styles.d.ts +9 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/styles.js +8 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/types.d.ts +6 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/types.js +1 -0
- package/components/InfiniteTreeList/TreeItem/TreeItem.d.ts +5 -2
- package/components/InfiniteTreeList/TreeItem/TreeItem.js +31 -4
- package/components/InfiniteTreeList/TreeItem/constants.d.ts +3 -0
- package/components/InfiniteTreeList/TreeItem/constants.js +3 -1
- package/components/InfiniteTreeList/TreeItem/styles.d.ts +0 -3
- package/components/InfiniteTreeList/TreeItem/styles.js +23 -8
- package/components/InfiniteTreeList/TreeItem/types.d.ts +4 -9
- package/components/InfiniteTreeList/TreeItem/useLogic/useLogic.d.ts +29 -9
- package/components/InfiniteTreeList/TreeItem/useLogic/useLogic.js +61 -19
- package/components/InfiniteTreeList/constants.d.ts +14 -2
- package/components/InfiniteTreeList/constants.js +14 -2
- package/components/InfiniteTreeList/hooks/index.d.ts +5 -0
- package/components/InfiniteTreeList/hooks/index.js +5 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/index.d.ts +2 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/index.js +2 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/types.d.ts +43 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/types.js +1 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.d.ts +20 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.js +115 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/index.d.ts +2 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/index.js +2 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/types.d.ts +29 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/types.js +1 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.d.ts +6 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.js +35 -0
- package/components/InfiniteTreeList/hooks/useExpandNotifier/index.d.ts +1 -0
- package/components/InfiniteTreeList/hooks/useExpandNotifier/index.js +1 -0
- package/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.d.ts +8 -0
- package/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.js +19 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/index.d.ts +2 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/index.js +2 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/types.d.ts +20 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/types.js +1 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.d.ts +15 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.js +88 -0
- package/components/InfiniteTreeList/hooks/useListScroll/index.d.ts +2 -0
- package/components/InfiniteTreeList/hooks/useListScroll/index.js +2 -0
- package/components/InfiniteTreeList/hooks/useListScroll/types.d.ts +25 -0
- package/components/InfiniteTreeList/hooks/useListScroll/types.js +1 -0
- package/components/InfiniteTreeList/hooks/useListScroll/useListScroll.d.ts +29 -0
- package/components/InfiniteTreeList/hooks/useListScroll/useListScroll.js +59 -0
- package/components/InfiniteTreeList/index.d.ts +1 -1
- package/components/InfiniteTreeList/public.d.ts +1 -1
- package/components/InfiniteTreeList/types.d.ts +83 -17
- package/components/InfiniteTreeList/useLogic/useLogic.d.ts +22 -12
- package/components/InfiniteTreeList/useLogic/useLogic.js +66 -71
- package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.d.ts +5 -0
- package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.js +6 -0
- package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.js +1 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.d.ts +5 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.js +4 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.js +1 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.d.ts +5 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.js +5 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.js +1 -0
- package/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.d.ts +6 -0
- package/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.js +6 -0
- package/components/InfiniteTreeList/utils/checkIsDirectChild/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkIsDirectChild/index.js +1 -0
- package/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.d.ts +12 -0
- package/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.js +14 -0
- package/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.d.ts +5 -0
- package/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.js +16 -0
- package/components/InfiniteTreeList/utils/checkIsSameChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkIsSameChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.d.ts +5 -0
- package/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.js +5 -0
- package/components/InfiniteTreeList/utils/countDirectChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/countDirectChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.d.ts +24 -0
- package/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.js +35 -0
- package/components/InfiniteTreeList/utils/createParentSlots/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/createParentSlots/index.js +1 -0
- package/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.d.ts +21 -0
- package/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.js +40 -0
- package/components/InfiniteTreeList/utils/createTailRegistry/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/createTailRegistry/index.js +1 -0
- package/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.d.ts +5 -0
- package/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.js +5 -0
- package/components/InfiniteTreeList/utils/flattenChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/flattenChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/flattenTree/flattenTree.d.ts +6 -0
- package/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/flattenTree.js +9 -4
- package/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.d.ts +17 -0
- package/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.js +14 -0
- package/components/InfiniteTreeList/utils/getEnteringChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/getEnteringChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.d.ts +10 -0
- package/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.js +27 -0
- package/components/InfiniteTreeList/utils/getIdsToKeep/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/getIdsToKeep/index.js +1 -0
- package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.d.ts +4 -2
- package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.js +5 -4
- package/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.d.ts +6 -0
- package/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.js +18 -0
- package/components/InfiniteTreeList/utils/getNestedItems/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/getNestedItems/index.js +1 -0
- package/components/InfiniteTreeList/utils/index.d.ts +20 -0
- package/components/InfiniteTreeList/utils/index.js +20 -0
- package/components/InfiniteTreeList/utils/insertChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/insertChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/insertChildren/insertChildren.d.ts +5 -0
- package/components/InfiniteTreeList/utils/insertChildren/insertChildren.js +41 -0
- package/components/InfiniteTreeList/utils/removeChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/removeChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/removeChildren/removeChildren.d.ts +5 -0
- package/components/InfiniteTreeList/utils/removeChildren/removeChildren.js +12 -0
- package/components/InfiniteTreeList/utils/sortCollapsed/sortCollapsed.d.ts +5 -0
- package/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/sortCollapsed.js +1 -6
- package/components/InfiniteTreeList/utils/startRemoveAnimation/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/startRemoveAnimation/index.js +1 -0
- package/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.d.ts +1 -0
- package/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.js +5 -0
- package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.js +1 -0
- package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.d.ts +11 -0
- package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.js +99 -0
- package/components/MenuOrganization/NoData/styles.js +1 -1
- package/components/MenuOrganization/OrganizationButton/styles.js +1 -1
- package/components/MenuOrganization/OrganizationItem/styles.js +1 -1
- package/components/MenuOrganization/OrganizationListSkeleton/styles.js +2 -2
- package/components/MenuOrganization/styles.js +4 -4
- package/components/MinimalisticPagination/styles.js +1 -1
- package/components/NavMenu/Item/ItemButton/styles.js +4 -4
- package/components/NewStepper/Step/Description/styles.js +1 -1
- package/components/NewStepper/Step/Label/styles.js +2 -2
- package/components/NewStepper/Step/styles.js +8 -8
- package/components/NewStepper/styles.js +1 -1
- package/components/NotFoundPage/styles.js +4 -4
- package/components/Notification/NotificationContainer/styles.js +8 -8
- package/components/Notification/NotificationStackContainer/styles.js +10 -10
- package/components/Notification/NotificationTemplate/styles.js +3 -3
- package/components/NotificationList/ListItem/styles.js +1 -1
- package/components/NotificationList/SettingsButton/styles.js +1 -1
- package/components/NotificationList/styles.js +4 -4
- package/components/PageAside/MobileAsideButton/styles.js +1 -1
- package/components/PageAside/styles.js +3 -3
- package/components/PageAsideBlock/styles.js +2 -2
- package/components/PageAsideNavigation/PageAsideNavigationItem/styles.js +2 -2
- package/components/PageAsideNavigation/styles.js +3 -3
- package/components/PageContent/PageContentHeader/Description/styles.js +1 -1
- package/components/PageContent/PageContentHeader/PageContentHeaderActions/MobilePageContentHeaderActions/styles.js +3 -3
- package/components/PageContent/PageContentHeader/PageContentHeaderActions/PageContentHeaderActionsSkeleton/styles.js +1 -1
- package/components/PageContent/PageContentHeader/Title/styles.js +1 -1
- package/components/PageContent/PageContentHeader/styles.js +2 -2
- package/components/PageContent/styles.js +4 -4
- package/components/PageHeader/HeaderContent/Description/styles.js +2 -2
- package/components/PageHeader/HeaderContent/styles.js +4 -4
- package/components/PageHeader/MobilePageActions/styles.js +3 -3
- package/components/PageHeader/PageActions/MainActions/styles.js +1 -1
- package/components/PageHeader/PageActions/SecondaryActions/styles.js +2 -2
- package/components/PageHeader/PageActions/SecondaryVisibleActions/styles.js +2 -2
- package/components/PageHeader/PageActions/styles.js +4 -4
- package/components/PageHeader/Title/styles.js +2 -2
- package/components/PageHeader/styles.js +3 -3
- package/components/PageLayout/styles.js +3 -3
- package/components/PageLayoutContainer/styles.js +2 -2
- package/components/PageLayoutFooter/styles.js +1 -1
- package/components/PageLayoutLoader/styles.js +1 -1
- package/components/PageLayoutSection/PageLayoutSectionContainer/styles.js +2 -2
- package/components/PageLayoutSection/styles.js +2 -2
- package/components/PagePinnableAside/styles.js +3 -3
- package/components/Pagination/PaginationItem/styles.js +1 -1
- package/components/PdfViewer/ControlBar/styles.js +1 -1
- package/components/PdfViewer/List/styles.js +1 -1
- package/components/PdfViewer/PdfDocument/styles.js +1 -1
- package/components/PdfViewer/PdfPage/styles.js +1 -1
- package/components/PdfViewer/styles.js +2 -2
- package/components/Profile/MenuList/styles.js +3 -3
- package/components/Profile/ProfileSkeleton/styles.js +1 -1
- package/components/Profile/styles.js +3 -3
- package/components/Radio/styles.js +2 -2
- package/components/RadioCard/styles.js +6 -6
- package/components/RadioField/styles.js +1 -1
- package/components/ScrollToTopButton/styles.js +1 -1
- package/components/Select/styles.js +1 -1
- package/components/SideDialog/styles.js +1 -1
- package/components/SideDialogHeader/styles.js +1 -1
- package/components/StaticCalendar/StaticCalendarButton/styles.js +1 -1
- package/components/StaticCalendar/StaticCalendarGridButton/styles.js +1 -1
- package/components/Stepper/StepIcon/styles.js +1 -1
- package/components/SvgIcon/styles.js +0 -1
- package/components/Switch/styles.js +2 -2
- package/components/Tabs/styles.js +1 -1
- package/components/Tag/styles.js +1 -1
- package/components/ToggleButtonGroup/styles.js +1 -1
- package/components/Tree/MultipleTreeList/TreeItem/styles.js +6 -5
- package/components/Tree/MultipleTreeList/styles.js +7 -8
- package/components/Tree/TreeItem/MobileSlidePanel/MobileSlidePanelContent/styles.js +22 -20
- package/components/Tree/TreeItem/styles.js +19 -19
- package/components/Tree/TreeList/TreeItem/styles.js +4 -5
- package/components/Tree/TreeList/styles.js +7 -8
- package/components/TreeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/components/TreeAsyncAutocomplete/OptionsModal/styles.js +14 -15
- package/components/TreeAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/components/TreeAutocomplete/OptionsModal/styles.js +7 -8
- package/components/TreeLikeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/components/TreeLikeAsyncAutocomplete/OptionsModal/styles.js +18 -18
- package/components/TreeLikeAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/components/TreeLikeAutocomplete/OptionsModal/styles.js +9 -9
- package/components/TreeLikeList/TreeItem/styles.js +7 -6
- package/components/TreeLikeList/styles.js +6 -8
- package/components/declaration/mui-material.d.ts +1 -0
- package/components/fileUploading/FileInfo/styles.js +3 -3
- package/components/fileUploading/FileUploader/FIleList/styles.js +1 -1
- package/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/styles.js +1 -1
- package/components/fileUploading/FileUploaderDropzone/HintPlaceholder/styles.js +1 -1
- package/components/fileUploading/FileUploaderDropzone/PlaceholderContainer/styles.js +1 -1
- package/components/fileUploading/FileUploaderFile/styles.js +1 -1
- package/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/styles.js +1 -1
- package/components/fileUploading/PreviewFileUploaderDropZone/PlaceholderWrapper/styles.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FileError/styles.js +2 -2
- package/components/fileUploading/PreviewFileUploaderFile/FilePreview/styles.js +4 -4
- package/components/placeholders/Placeholder/Image/styles.js +1 -1
- package/components/placeholders/Placeholder/styles.js +4 -4
- package/components/theme/baseTheme/baseTheme.js +11 -2
- package/components/theme/breakpoints.d.ts +1 -0
- package/components/theme/breakpoints.js +1 -0
- package/components/theme/components/MuiAlert.js +1 -1
- package/components/theme/components/MuiButton.js +2 -2
- package/components/theme/components/MuiMenuItem.js +1 -1
- package/components/theme/components/MuiTextField.js +4 -4
- package/components/theme/types.d.ts +1 -0
- package/components/theme/types.js +12 -12
- package/components/useViewportType/useViewportType.js +1 -1
- package/hook-form/EditableText/EditingForm/styles.js +4 -4
- package/hook-form/FormFilters/AllFiltersButton/styles.js +2 -2
- package/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.js +2 -2
- package/hook-form/FormFilters/FormFiltersDialog/styles.js +2 -2
- package/hook-form/FormFilters/FormFiltersSkeleton/styles.js +2 -2
- package/hook-form/FormFilters/styles.js +2 -2
- package/hook-form/FormFiltersModalGroup/styles.js +1 -1
- package/hook-form/FormFiltersSearchField/styles.js +2 -2
- package/hook-form/FormPageFooterContainer/styles.js +1 -1
- package/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.js +3 -3
- package/hook-form/FormPageLayout/FormPageFooter/styles.js +3 -3
- package/hook-form/FormPageLayout/styles.js +1 -1
- package/hook-form/FormPageLayoutBase/FormMobileActions/styles.js +2 -2
- package/hook-form/FormPageLayoutBase/styles.js +5 -5
- package/hook-form/FormQuickFilters/styles.js +2 -2
- package/hook-form/FormWizard/styles.js +3 -3
- package/hook-form/FormWizardPageLayout/FormWizardFooter/styles.js +3 -3
- package/node/components/Accordion/styles.js +4 -4
- package/node/components/Alert/styles.js +2 -2
- package/node/components/Autocomplete/styles.js +1 -1
- package/node/components/Badge/styles.js +1 -1
- package/node/components/Banner/BannerTemplate/styles.js +3 -3
- package/node/components/Button/styles.js +1 -1
- package/node/components/CardGridInfinite/Card/styles.js +1 -1
- package/node/components/CardGridInfinite/CardGridSecondaryAction/CardGridSecondaryActionsSkeleton/styles.js +2 -2
- package/node/components/CardGridInfinite/ErrorMessage/styles.js +1 -1
- package/node/components/CardGridInfinite/List/styles.js +1 -1
- package/node/components/CardGridInfinite/OnTopButton/styles.js +1 -1
- package/node/components/CardGridInfinite/styles.js +1 -1
- package/node/components/Checkbox/styles.js +2 -2
- package/node/components/CheckboxField/styles.js +2 -2
- package/node/components/Chip/styles.js +4 -4
- package/node/components/ConfirmAction/styles.js +3 -3
- package/node/components/ConfirmDialog/styles.js +1 -1
- package/node/components/DashboardAlert/styles.js +2 -2
- package/node/components/DashboardLayout/Container/styles.js +2 -2
- package/node/components/DashboardLayout/DashboardSidebar/styles.js +6 -6
- package/node/components/DashboardLayout/DashboardWrapper/styles.js +1 -1
- package/node/components/DashboardLayout/Header/styles.js +10 -10
- package/node/components/DashboardLayout/Main/styles.js +3 -3
- package/node/components/DashboardLayoutNotificationList/styles.js +1 -1
- package/node/components/DashboardLayoutSkeleton/styles.js +1 -1
- package/node/components/DashboardSidebarButton/styles.js +1 -1
- package/node/components/DashboardSidebarCounter/styles.js +1 -1
- package/node/components/DashboardSidebarPopover/FadePopup/styles.js +1 -1
- package/node/components/DashboardSidebarPopover/SidebarPopoverItem/styles.js +1 -1
- package/node/components/DashboardSidebarPopover/styles.js +2 -2
- package/node/components/DashboardSidebarSkeleton/styles.js +1 -1
- package/node/components/DataGrid/Body/styles.js +1 -1
- package/node/components/DataGrid/Cell/CellInner/styles.js +2 -2
- package/node/components/DataGrid/Cell/styles.js +1 -1
- package/node/components/DataGrid/Head/styles.js +1 -1
- package/node/components/DataGrid/Loader/styles.js +2 -2
- package/node/components/DataGrid/Row/NestedChildren/styles.js +3 -3
- package/node/components/DataGrid/Row/styles.js +8 -8
- package/node/components/DataGrid/RowBase/GroupCell/styles.js +1 -1
- package/node/components/DataGrid/RowBase/styles.js +3 -3
- package/node/components/DataGrid/styles.js +3 -3
- package/node/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.js +1 -1
- package/node/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.js +1 -1
- package/node/components/DataGridActionCell/SecondaryActionsButton/styles.js +1 -1
- package/node/components/DataGridActionCell/styles.js +1 -1
- package/node/components/DataGridCollapsibleRow/styles.js +4 -4
- package/node/components/DataGridInfinite/ErrorMessage/styles.js +1 -1
- package/node/components/DataGridInfinite/styles.js +1 -1
- package/node/components/DataGridPaginationContainer/styles.js +2 -2
- package/node/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarNextButton/styles.js +2 -2
- package/node/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarPrevButton/styles.js +2 -2
- package/node/components/DatePicker/DateCalendar/DateCalendarHead/styles.js +2 -2
- package/node/components/DatePicker/DateCalendar/DateCalendarWrapper/styles.js +1 -1
- package/node/components/DatePicker/DatePickerPopover/styles.js +1 -1
- package/node/components/DatePicker/styles.js +1 -1
- package/node/components/DateRangePicker/styles.js +1 -1
- package/node/components/Description/Value/styles.js +2 -2
- package/node/components/Description/styles.js +1 -1
- package/node/components/DescriptionCell/styles.js +2 -2
- package/node/components/DescriptionList/styles.js +3 -3
- package/node/components/DialogActions/styles.js +2 -2
- package/node/components/DialogContent/styles.js +1 -1
- package/node/components/ExpansionPanel/Details/ErrorState/styles.js +1 -1
- package/node/components/ExpansionPanel/Details/LoadingState/styles.js +1 -1
- package/node/components/Fieldset/styles.js +5 -5
- package/node/components/FlowButton/styles.js +1 -1
- package/node/components/GlobalStyles/GlobalStyles.js +1 -1
- package/node/components/HintPopover/styles.js +4 -4
- package/node/components/IconButton/styles.js +1 -1
- package/node/components/InfiniteDataList/EndData/styles.js +1 -1
- package/node/components/InfiniteDataList/ErrorMessage/styles.js +1 -1
- package/node/components/InfiniteDataList/Loader/styles.js +1 -1
- package/node/components/InfiniteDataList/styles.js +1 -1
- package/node/components/InfiniteTreeList/InfiniteTreeList.d.ts +18 -0
- package/node/components/InfiniteTreeList/InfiniteTreeList.js +24 -17
- package/node/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.d.ts +9 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.js +9 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListActions/types.d.ts +5 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListActions/useLogic/useLogic.js +5 -6
- package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.d.ts +81 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.js +21 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.d.ts +3 -2
- package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.js +69 -13
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.d.ts +6 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.js +12 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.d.ts +1 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.js +4 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.js +5 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/styles.js +11 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +28 -6
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.d.ts +19 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.js +4 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.d.ts +4 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.js +13 -8
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/constants.d.ts +6 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/constants.js +10 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/styles.d.ts +4 -4
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/styles.js +29 -6
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/types.d.ts +20 -3
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.d.ts +7 -1
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.js +56 -4
- package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.js +1 -1
- package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.js +2 -2
- package/node/components/InfiniteTreeList/ListFooter/ErrorMessage/styles.d.ts +5 -0
- package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/styles.js +2 -2
- package/node/components/InfiniteTreeList/ListFooter/ListFooter.d.ts +10 -0
- package/node/components/InfiniteTreeList/ListFooter/ListFooter.js +29 -0
- package/node/components/InfiniteTreeList/ListFooter/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/ListFooter/index.js +17 -0
- package/node/components/InfiniteTreeList/{styles.js → ListFooter/styles.js} +1 -1
- package/node/components/InfiniteTreeList/ListFooter/types.d.ts +22 -0
- package/node/components/InfiniteTreeList/ListFooter/types.js +2 -0
- package/node/components/InfiniteTreeList/OnTopButton/OnTopButton.d.ts +8 -2
- package/node/components/InfiniteTreeList/OnTopButton/OnTopButton.js +6 -5
- package/node/components/InfiniteTreeList/OnTopButton/styles.d.ts +4 -0
- package/node/components/InfiniteTreeList/OnTopButton/styles.js +13 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.d.ts +23 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.js +15 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.js +17 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/Item.d.ts +10 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/Item.js +25 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/index.js +18 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/types.d.ts +8 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/types.js +2 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/index.js +17 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.d.ts +12 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.js +16 -0
- package/node/components/InfiniteTreeList/ParentItems/ParentItems.d.ts +11 -0
- package/node/components/InfiniteTreeList/ParentItems/ParentItems.js +15 -0
- package/node/components/InfiniteTreeList/ParentItems/index.d.ts +3 -0
- package/node/components/InfiniteTreeList/ParentItems/index.js +19 -0
- package/node/components/InfiniteTreeList/ParentItems/types.d.ts +8 -0
- package/node/components/InfiniteTreeList/ParentItems/types.js +2 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.d.ts +9 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.js +26 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.d.ts +1 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.js +9 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.js +17 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.js +17 -0
- package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.d.ts +20 -0
- package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.js +13 -0
- package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.js +17 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.d.ts +5 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.js +42 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/index.js +18 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/styles.d.ts +9 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/styles.js +11 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/types.d.ts +6 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/types.js +2 -0
- package/node/components/InfiniteTreeList/TreeItem/TreeItem.d.ts +5 -2
- package/node/components/InfiniteTreeList/TreeItem/TreeItem.js +31 -4
- package/node/components/InfiniteTreeList/TreeItem/constants.d.ts +3 -0
- package/node/components/InfiniteTreeList/TreeItem/constants.js +3 -1
- package/node/components/InfiniteTreeList/TreeItem/styles.d.ts +0 -3
- package/node/components/InfiniteTreeList/TreeItem/styles.js +23 -8
- package/node/components/InfiniteTreeList/TreeItem/types.d.ts +4 -9
- package/node/components/InfiniteTreeList/TreeItem/useLogic/useLogic.d.ts +29 -9
- package/node/components/InfiniteTreeList/TreeItem/useLogic/useLogic.js +60 -18
- package/node/components/InfiniteTreeList/constants.d.ts +14 -2
- package/node/components/InfiniteTreeList/constants.js +15 -3
- package/node/components/InfiniteTreeList/hooks/index.d.ts +5 -0
- package/node/components/InfiniteTreeList/hooks/index.js +21 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/index.js +18 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/types.d.ts +43 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/types.js +2 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.d.ts +20 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.js +119 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/index.js +18 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/types.d.ts +29 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/types.js +2 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.d.ts +6 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.js +39 -0
- package/node/components/InfiniteTreeList/hooks/useExpandNotifier/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/hooks/useExpandNotifier/index.js +17 -0
- package/node/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.d.ts +8 -0
- package/node/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.js +23 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/index.js +18 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/types.d.ts +20 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/types.js +2 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.d.ts +15 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.js +92 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/index.js +18 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/types.d.ts +25 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/types.js +2 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/useListScroll.d.ts +29 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/useListScroll.js +63 -0
- package/node/components/InfiniteTreeList/index.d.ts +1 -1
- package/node/components/InfiniteTreeList/public.d.ts +1 -1
- package/node/components/InfiniteTreeList/types.d.ts +83 -17
- package/node/components/InfiniteTreeList/useLogic/useLogic.d.ts +22 -12
- package/node/components/InfiniteTreeList/useLogic/useLogic.js +64 -69
- package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.js +10 -0
- package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.js +8 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.js +9 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.d.ts +6 -0
- package/node/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.js +10 -0
- package/node/components/InfiniteTreeList/utils/checkIsDirectChild/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkIsDirectChild/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.d.ts +12 -0
- package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.js +18 -0
- package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.js +20 -0
- package/node/components/InfiniteTreeList/utils/checkIsSameChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkIsSameChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.js +9 -0
- package/node/components/InfiniteTreeList/utils/countDirectChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/countDirectChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.d.ts +24 -0
- package/node/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.js +39 -0
- package/node/components/InfiniteTreeList/utils/createParentSlots/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/createParentSlots/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.d.ts +21 -0
- package/node/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.js +44 -0
- package/node/components/InfiniteTreeList/utils/createTailRegistry/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/createTailRegistry/index.js +5 -0
- package/node/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.js +9 -0
- package/node/components/InfiniteTreeList/utils/flattenChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/flattenChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/flattenTree/flattenTree.d.ts +6 -0
- package/node/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/flattenTree.js +9 -4
- package/node/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.d.ts +17 -0
- package/node/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.js +18 -0
- package/node/components/InfiniteTreeList/utils/getEnteringChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/getEnteringChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.d.ts +10 -0
- package/node/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.js +31 -0
- package/node/components/InfiniteTreeList/utils/getIdsToKeep/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/getIdsToKeep/index.js +17 -0
- package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.d.ts +4 -2
- package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.js +5 -4
- package/node/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.d.ts +6 -0
- package/node/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.js +22 -0
- package/node/components/InfiniteTreeList/utils/getNestedItems/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/{useLogic/utils/getDescendants → utils/getNestedItems}/index.js +1 -1
- package/node/components/InfiniteTreeList/utils/index.d.ts +20 -0
- package/node/components/InfiniteTreeList/utils/index.js +36 -0
- package/node/components/InfiniteTreeList/utils/insertChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/insertChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/insertChildren/insertChildren.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/insertChildren/insertChildren.js +45 -0
- package/node/components/InfiniteTreeList/utils/removeChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/removeChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/removeChildren/removeChildren.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/removeChildren/removeChildren.js +16 -0
- package/node/components/InfiniteTreeList/utils/sortCollapsed/sortCollapsed.d.ts +5 -0
- package/node/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/sortCollapsed.js +1 -6
- package/node/components/InfiniteTreeList/utils/startRemoveAnimation/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/startRemoveAnimation/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.js +9 -0
- package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.d.ts +11 -0
- package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.js +104 -0
- package/node/components/MenuOrganization/NoData/styles.js +1 -1
- package/node/components/MenuOrganization/OrganizationButton/styles.js +1 -1
- package/node/components/MenuOrganization/OrganizationItem/styles.js +1 -1
- package/node/components/MenuOrganization/OrganizationListSkeleton/styles.js +2 -2
- package/node/components/MenuOrganization/styles.js +4 -4
- package/node/components/MinimalisticPagination/styles.js +1 -1
- package/node/components/NavMenu/Item/ItemButton/styles.js +4 -4
- package/node/components/NewStepper/Step/Description/styles.js +1 -1
- package/node/components/NewStepper/Step/Label/styles.js +2 -2
- package/node/components/NewStepper/Step/styles.js +8 -8
- package/node/components/NewStepper/styles.js +1 -1
- package/node/components/NotFoundPage/styles.js +4 -4
- package/node/components/Notification/NotificationContainer/styles.js +8 -8
- package/node/components/Notification/NotificationStackContainer/styles.js +10 -10
- package/node/components/Notification/NotificationTemplate/styles.js +3 -3
- package/node/components/NotificationList/ListItem/styles.js +1 -1
- package/node/components/NotificationList/SettingsButton/styles.js +1 -1
- package/node/components/NotificationList/styles.js +4 -4
- package/node/components/PageAside/MobileAsideButton/styles.js +1 -1
- package/node/components/PageAside/styles.js +3 -3
- package/node/components/PageAsideBlock/styles.js +2 -2
- package/node/components/PageAsideNavigation/PageAsideNavigationItem/styles.js +2 -2
- package/node/components/PageAsideNavigation/styles.js +3 -3
- package/node/components/PageContent/PageContentHeader/Description/styles.js +1 -1
- package/node/components/PageContent/PageContentHeader/PageContentHeaderActions/MobilePageContentHeaderActions/styles.js +3 -3
- package/node/components/PageContent/PageContentHeader/PageContentHeaderActions/PageContentHeaderActionsSkeleton/styles.js +1 -1
- package/node/components/PageContent/PageContentHeader/Title/styles.js +1 -1
- package/node/components/PageContent/PageContentHeader/styles.js +2 -2
- package/node/components/PageContent/styles.js +4 -4
- package/node/components/PageHeader/HeaderContent/Description/styles.js +2 -2
- package/node/components/PageHeader/HeaderContent/styles.js +4 -4
- package/node/components/PageHeader/MobilePageActions/styles.js +3 -3
- package/node/components/PageHeader/PageActions/MainActions/styles.js +1 -1
- package/node/components/PageHeader/PageActions/SecondaryActions/styles.js +2 -2
- package/node/components/PageHeader/PageActions/SecondaryVisibleActions/styles.js +2 -2
- package/node/components/PageHeader/PageActions/styles.js +4 -4
- package/node/components/PageHeader/Title/styles.js +2 -2
- package/node/components/PageHeader/styles.js +3 -3
- package/node/components/PageLayout/styles.js +3 -3
- package/node/components/PageLayoutContainer/styles.js +2 -2
- package/node/components/PageLayoutFooter/styles.js +1 -1
- package/node/components/PageLayoutLoader/styles.js +1 -1
- package/node/components/PageLayoutSection/PageLayoutSectionContainer/styles.js +2 -2
- package/node/components/PageLayoutSection/styles.js +2 -2
- package/node/components/PagePinnableAside/styles.js +3 -3
- package/node/components/Pagination/PaginationItem/styles.js +1 -1
- package/node/components/PdfViewer/ControlBar/styles.js +1 -1
- package/node/components/PdfViewer/List/styles.js +1 -1
- package/node/components/PdfViewer/PdfDocument/styles.js +1 -1
- package/node/components/PdfViewer/PdfPage/styles.js +1 -1
- package/node/components/PdfViewer/styles.js +2 -2
- package/node/components/Profile/MenuList/styles.js +3 -3
- package/node/components/Profile/ProfileSkeleton/styles.js +1 -1
- package/node/components/Profile/styles.js +3 -3
- package/node/components/Radio/styles.js +2 -2
- package/node/components/RadioCard/styles.js +6 -6
- package/node/components/RadioField/styles.js +1 -1
- package/node/components/ScrollToTopButton/styles.js +1 -1
- package/node/components/Select/styles.js +1 -1
- package/node/components/SideDialog/styles.js +1 -1
- package/node/components/SideDialogHeader/styles.js +1 -1
- package/node/components/StaticCalendar/StaticCalendarButton/styles.js +1 -1
- package/node/components/StaticCalendar/StaticCalendarGridButton/styles.js +1 -1
- package/node/components/Stepper/StepIcon/styles.js +1 -1
- package/node/components/SvgIcon/styles.js +0 -1
- package/node/components/Switch/styles.js +2 -2
- package/node/components/Tabs/styles.js +1 -1
- package/node/components/Tag/styles.js +1 -1
- package/node/components/ToggleButtonGroup/styles.js +1 -1
- package/node/components/Tree/MultipleTreeList/TreeItem/styles.js +6 -5
- package/node/components/Tree/MultipleTreeList/styles.js +7 -8
- package/node/components/Tree/TreeItem/MobileSlidePanel/MobileSlidePanelContent/styles.js +22 -20
- package/node/components/Tree/TreeItem/styles.js +19 -19
- package/node/components/Tree/TreeList/TreeItem/styles.js +4 -5
- package/node/components/Tree/TreeList/styles.js +7 -8
- package/node/components/TreeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/node/components/TreeAsyncAutocomplete/OptionsModal/styles.js +14 -15
- package/node/components/TreeAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/node/components/TreeAutocomplete/OptionsModal/styles.js +7 -8
- package/node/components/TreeLikeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/node/components/TreeLikeAsyncAutocomplete/OptionsModal/styles.js +18 -18
- package/node/components/TreeLikeAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/node/components/TreeLikeAutocomplete/OptionsModal/styles.js +9 -9
- package/node/components/TreeLikeList/TreeItem/styles.js +7 -6
- package/node/components/TreeLikeList/styles.js +6 -8
- package/node/components/fileUploading/FileInfo/styles.js +3 -3
- package/node/components/fileUploading/FileUploader/FIleList/styles.js +1 -1
- package/node/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/styles.js +1 -1
- package/node/components/fileUploading/FileUploaderDropzone/HintPlaceholder/styles.js +1 -1
- package/node/components/fileUploading/FileUploaderDropzone/PlaceholderContainer/styles.js +1 -1
- package/node/components/fileUploading/FileUploaderFile/styles.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/styles.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderDropZone/PlaceholderWrapper/styles.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FileError/styles.js +2 -2
- package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/styles.js +4 -4
- package/node/components/placeholders/Placeholder/Image/styles.js +1 -1
- package/node/components/placeholders/Placeholder/styles.js +4 -4
- package/node/components/theme/baseTheme/baseTheme.js +11 -2
- package/node/components/theme/breakpoints.d.ts +1 -0
- package/node/components/theme/breakpoints.js +1 -0
- package/node/components/theme/components/MuiAlert.js +1 -1
- package/node/components/theme/components/MuiButton.js +2 -2
- package/node/components/theme/components/MuiMenuItem.js +1 -1
- package/node/components/theme/components/MuiTextField.js +4 -4
- package/node/components/theme/types.d.ts +1 -0
- package/node/components/theme/types.js +12 -12
- package/node/components/useViewportType/useViewportType.js +1 -1
- package/node/hook-form/EditableText/EditingForm/styles.js +4 -4
- package/node/hook-form/FormFilters/AllFiltersButton/styles.js +2 -2
- package/node/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.js +2 -2
- package/node/hook-form/FormFilters/FormFiltersDialog/styles.js +2 -2
- package/node/hook-form/FormFilters/FormFiltersSkeleton/styles.js +2 -2
- package/node/hook-form/FormFilters/styles.js +2 -2
- package/node/hook-form/FormFiltersModalGroup/styles.js +1 -1
- package/node/hook-form/FormFiltersSearchField/styles.js +2 -2
- package/node/hook-form/FormPageFooterContainer/styles.js +1 -1
- package/node/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.js +3 -3
- package/node/hook-form/FormPageLayout/FormPageFooter/styles.js +3 -3
- package/node/hook-form/FormPageLayout/styles.js +1 -1
- package/node/hook-form/FormPageLayoutBase/FormMobileActions/styles.js +2 -2
- package/node/hook-form/FormPageLayoutBase/styles.js +5 -5
- package/node/hook-form/FormQuickFilters/styles.js +2 -2
- package/node/hook-form/FormWizard/styles.js +3 -3
- package/node/hook-form/FormWizardPageLayout/FormWizardFooter/styles.js +3 -3
- package/package.json +1 -1
- package/components/InfiniteTreeList/useLogic/utils/flattenTree/flattenTree.d.ts +0 -5
- package/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.d.ts +0 -10
- package/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.js +0 -22
- package/components/InfiniteTreeList/useLogic/utils/getDescendants/index.d.ts +0 -1
- package/components/InfiniteTreeList/useLogic/utils/getDescendants/index.js +0 -1
- package/components/InfiniteTreeList/useLogic/utils/index.d.ts +0 -4
- package/components/InfiniteTreeList/useLogic/utils/index.js +0 -4
- package/components/InfiniteTreeList/useLogic/utils/sortCollapsed/sortCollapsed.d.ts +0 -10
- package/node/components/InfiniteTreeList/useLogic/utils/flattenTree/flattenTree.d.ts +0 -5
- package/node/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.d.ts +0 -10
- package/node/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.js +0 -26
- package/node/components/InfiniteTreeList/useLogic/utils/getDescendants/index.d.ts +0 -1
- package/node/components/InfiniteTreeList/useLogic/utils/index.d.ts +0 -4
- package/node/components/InfiniteTreeList/useLogic/utils/index.js +0 -20
- package/node/components/InfiniteTreeList/useLogic/utils/sortCollapsed/sortCollapsed.d.ts +0 -10
- /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.d.ts +0 -0
- /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.d.ts +0 -0
- /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.js +0 -0
- /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.d.ts +0 -0
- /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.js +0 -0
- /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.d.ts +0 -0
- /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.d.ts +0 -0
- /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.js +0 -0
- /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.d.ts +0 -0
- /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.js +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.d.ts +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.js +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.d.ts +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.js +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.d.ts +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.js +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → InfiniteTreeListItem/ErrorPlaceholder}/styles.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.js +0 -0
- /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.js +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.js +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.js +0 -0
- /package/node/components/InfiniteTreeList/{styles.d.ts → ListFooter/styles.d.ts} +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.js +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.js +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.js +0 -0
|
@@ -5,18 +5,23 @@ const jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
5
5
|
const react_1 = require("react");
|
|
6
6
|
const InfiniteTreeListContext_1 = require("../../../InfiniteTreeListContext");
|
|
7
7
|
const TreeListItemContext_1 = require("../TreeListItemContext");
|
|
8
|
+
/**
|
|
9
|
+
* Ставит контекст строки: считает блокировку по пути узла и отдаёт вниз
|
|
10
|
+
* саму строку с её причиной блокировки
|
|
11
|
+
*/
|
|
8
12
|
const TreeListItemContextProvider = ({ item, children, onToggle, }) => {
|
|
9
13
|
const [disabledReason, setDisabledReason] = (0, react_1.useState)();
|
|
10
14
|
const { disabledIdList } = (0, react_1.useContext)(InfiniteTreeListContext_1.InfiniteTreeListContext);
|
|
11
15
|
const isDisabled = (0, react_1.useMemo)(() => {
|
|
12
16
|
return item.meta.path.some((id) => disabledIdList.has(id));
|
|
13
|
-
}, [item.path, disabledIdList]);
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
}, [item.meta.path, disabledIdList]);
|
|
18
|
+
const value = (0, react_1.useMemo)(() => ({
|
|
19
|
+
item,
|
|
20
|
+
onToggle,
|
|
21
|
+
isDisabled,
|
|
22
|
+
disabledReason,
|
|
23
|
+
setDisabledReason,
|
|
24
|
+
}), [item, onToggle, isDisabled, disabledReason]);
|
|
25
|
+
return ((0, jsx_runtime_1.jsx)(TreeListItemContext_1.TreeListItemContext.Provider, { value: value, children: children }));
|
|
21
26
|
};
|
|
22
27
|
exports.TreeListItemContextProvider = TreeListItemContextProvider;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.infiniteTreeListItemClassnames = void 0;
|
|
4
|
+
const createUIKitClassname_1 = require("../../utils/createUIKitClassname");
|
|
5
|
+
exports.infiniteTreeListItemClassnames = {
|
|
6
|
+
root: (0, createUIKitClassname_1.createUIKitClassname)('infinite-tree-list__item'),
|
|
7
|
+
disabled: (0, createUIKitClassname_1.createUIKitClassname)('infinite-tree-list__item_disabled'),
|
|
8
|
+
loading: (0, createUIKitClassname_1.createUIKitClassname)('infinite-tree-list__item_loading'),
|
|
9
|
+
hasNested: (0, createUIKitClassname_1.createUIKitClassname)('infinite-tree-list__item_has-nested'),
|
|
10
|
+
};
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
export declare const Wrapper: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
4
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
|
-
} & {
|
|
6
|
-
$isDisabled?: boolean | undefined;
|
|
7
|
-
$isLoading?: boolean | undefined;
|
|
8
|
-
$hasNested?: boolean | undefined;
|
|
9
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
6
|
export declare const ActionsWrapper: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
|
|
11
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
8
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
export declare const LoaderWrapper: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
|
|
11
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ActionsWrapper = exports.Wrapper = void 0;
|
|
3
|
+
exports.LoaderWrapper = exports.ActionsWrapper = exports.Wrapper = void 0;
|
|
4
4
|
const styled_1 = require("../../styled");
|
|
5
|
+
const constants_1 = require("./constants");
|
|
5
6
|
exports.Wrapper = styled_1.styled.div `
|
|
6
|
-
cursor:
|
|
7
|
+
cursor: default;
|
|
7
8
|
|
|
8
9
|
display: flex;
|
|
9
10
|
gap: ${({ theme }) => theme.spacing(3)};
|
|
@@ -13,7 +14,6 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
13
14
|
min-height: 60px;
|
|
14
15
|
padding: ${({ theme }) => theme.spacing(3, 4)};
|
|
15
16
|
|
|
16
|
-
opacity: ${({ $isDisabled }) => ($isDisabled ? 0.5 : 1)};
|
|
17
17
|
background: ${({ theme }) => theme.palette.background.default};
|
|
18
18
|
|
|
19
19
|
transition: ${({ theme }) => theme.transitions.create('background-color', {
|
|
@@ -22,9 +22,26 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
22
22
|
})};
|
|
23
23
|
|
|
24
24
|
&:hover {
|
|
25
|
-
background-color: ${({ theme
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
background-color: ${({ theme }) => theme.palette.background.elementHover};
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.${constants_1.infiniteTreeListItemClassnames.hasNested} {
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.${constants_1.infiniteTreeListItemClassnames.loading} {
|
|
33
|
+
cursor: default;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&.${constants_1.infiniteTreeListItemClassnames.disabled} {
|
|
37
|
+
cursor: default;
|
|
38
|
+
|
|
39
|
+
opacity: 0.5;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&.${constants_1.infiniteTreeListItemClassnames.loading}:hover,
|
|
43
|
+
&.${constants_1.infiniteTreeListItemClassnames.disabled}:hover {
|
|
44
|
+
background-color: ${({ theme }) => theme.palette.background.default};
|
|
28
45
|
}
|
|
29
46
|
`;
|
|
30
47
|
exports.ActionsWrapper = styled_1.styled.div `
|
|
@@ -32,3 +49,9 @@ exports.ActionsWrapper = styled_1.styled.div `
|
|
|
32
49
|
|
|
33
50
|
margin-left: auto;
|
|
34
51
|
`;
|
|
52
|
+
exports.LoaderWrapper = styled_1.styled.div `
|
|
53
|
+
display: flex;
|
|
54
|
+
justify-content: center;
|
|
55
|
+
|
|
56
|
+
width: 100%;
|
|
57
|
+
`;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
import type { InfiniteTreeListData } from '../types';
|
|
2
3
|
export type InfiniteTreeListItemProps = {
|
|
3
4
|
children: ReactNode;
|
|
4
5
|
/**
|
|
@@ -10,15 +11,23 @@ export type InfiniteTreeListItemProps = {
|
|
|
10
11
|
*/
|
|
11
12
|
actions?: ReactNode;
|
|
12
13
|
/**
|
|
13
|
-
*
|
|
14
|
+
* Загруженные дочерние элементы узла.
|
|
15
|
+
*/
|
|
16
|
+
childItems?: InfiniteTreeListData[];
|
|
17
|
+
/**
|
|
18
|
+
* Флаг достижения конца списка
|
|
19
|
+
*/
|
|
20
|
+
isEndReached?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Флаг ошибки загрузки дочерних элементов узла
|
|
14
23
|
*/
|
|
15
24
|
isError?: boolean;
|
|
16
25
|
/**
|
|
17
|
-
*
|
|
26
|
+
* Флаг загрузки дочерних элементов
|
|
18
27
|
*/
|
|
19
28
|
isLoading?: boolean;
|
|
20
29
|
/**
|
|
21
|
-
*
|
|
30
|
+
* Элемент заблокирован для взаимодействия
|
|
22
31
|
*/
|
|
23
32
|
isDisabled?: boolean;
|
|
24
33
|
/**
|
|
@@ -33,4 +42,12 @@ export type InfiniteTreeListItemProps = {
|
|
|
33
42
|
* Текст ошибки
|
|
34
43
|
*/
|
|
35
44
|
errorMsg?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Обработчик раскрытия узла
|
|
47
|
+
*/
|
|
48
|
+
onOpen?: () => void;
|
|
49
|
+
/**
|
|
50
|
+
* Обработчик подгрузки данных
|
|
51
|
+
*/
|
|
52
|
+
onLoadMore?: () => void;
|
|
36
53
|
};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { type MouseEvent } from 'react';
|
|
2
2
|
import { type TooltipProps } from '../../../Tooltip';
|
|
3
3
|
import { type InfiniteTreeListItemProps } from '../types';
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* Логика строки: отдаёт списку данные дочерних элементов и callback-функции
|
|
6
|
+
* пагинации, сообщает о раскрытии узла и собирает состояние блокировки строки
|
|
7
|
+
*/
|
|
8
|
+
export declare const useLogic: ({ isDisabled, disabledReason, isLoading, isError, isEndReached, childItems, onOpen, onLoadMore, onRetry, }: InfiniteTreeListItemProps) => {
|
|
5
9
|
item: import("../../types").FlattenTree<import("../../types").InfiniteTreeListData>;
|
|
6
10
|
handleClick: (event: MouseEvent) => void;
|
|
7
11
|
itemSkeleton: import("react").ReactNode;
|
|
@@ -10,4 +14,6 @@ export declare const useLogic: ({ isDisabled, disabledReason, }: InfiniteTreeLis
|
|
|
10
14
|
tooltipProps: Omit<TooltipProps, "children" | "ref">;
|
|
11
15
|
isDisabledByActions: boolean;
|
|
12
16
|
isChevronActive: boolean;
|
|
17
|
+
isRowLoading: boolean;
|
|
18
|
+
isRowError: boolean;
|
|
13
19
|
};
|
|
@@ -4,18 +4,68 @@ exports.useLogic = void 0;
|
|
|
4
4
|
const react_1 = require("react");
|
|
5
5
|
const InfiniteTreeListContext_1 = require("../../InfiniteTreeListContext");
|
|
6
6
|
const TreeListItemContext_1 = require("../TreeListItemContext");
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
/**
|
|
8
|
+
* Логика строки: отдаёт списку данные дочерних элементов и callback-функции
|
|
9
|
+
* пагинации, сообщает о раскрытии узла и собирает состояние блокировки строки
|
|
10
|
+
*/
|
|
11
|
+
const useLogic = ({ isDisabled, disabledReason, isLoading, isError, isEndReached, childItems, onOpen, onLoadMore, onRetry, }) => {
|
|
12
|
+
const { itemSkeleton, setDisabled, registerChildrenCallbacks, registerChildren, notifyExpand, } = (0, react_1.useContext)(InfiniteTreeListContext_1.InfiniteTreeListContext);
|
|
9
13
|
const { item, onToggle, isDisabled: isDisabledByActions, disabledReason: disabledReasonByActions, } = (0, react_1.useContext)(TreeListItemContext_1.TreeListItemContext);
|
|
14
|
+
const isChildrenControl = childItems !== undefined || onLoadMore !== undefined;
|
|
10
15
|
(0, react_1.useEffect)(() => {
|
|
11
16
|
if (isDisabled) {
|
|
12
17
|
setDisabled(item.id, isDisabled);
|
|
13
18
|
}
|
|
14
19
|
}, [isDisabled]);
|
|
15
|
-
|
|
20
|
+
(0, react_1.useEffect)(() => {
|
|
21
|
+
registerChildrenCallbacks(item.id, {
|
|
22
|
+
onLoadMore,
|
|
23
|
+
onRetry,
|
|
24
|
+
});
|
|
25
|
+
}, [item.id, onLoadMore, onRetry, registerChildrenCallbacks]);
|
|
26
|
+
(0, react_1.useEffect)(() => {
|
|
27
|
+
if (!isChildrenControl) {
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
registerChildren(item.id, {
|
|
31
|
+
data: childItems ?? [],
|
|
32
|
+
isLoading,
|
|
33
|
+
isError,
|
|
34
|
+
isEndReached,
|
|
35
|
+
});
|
|
36
|
+
}, [
|
|
37
|
+
item.id,
|
|
38
|
+
isChildrenControl,
|
|
39
|
+
childItems,
|
|
40
|
+
isLoading,
|
|
41
|
+
isError,
|
|
42
|
+
isEndReached,
|
|
43
|
+
registerChildren,
|
|
44
|
+
]);
|
|
45
|
+
// onOpen вызывается на раскрытии узла, а не на клике: узел раскрывается и
|
|
46
|
+
// через initialExpandedLevel, где клика не было. Повторные вызовы блокируются
|
|
47
|
+
const onOpenRef = (0, react_1.useRef)(onOpen);
|
|
48
|
+
(0, react_1.useEffect)(() => {
|
|
49
|
+
onOpenRef.current = onOpen;
|
|
50
|
+
});
|
|
51
|
+
(0, react_1.useEffect)(() => {
|
|
52
|
+
if (!item.meta.isExpanded) {
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
notifyExpand(item.id, () => onOpenRef.current?.());
|
|
56
|
+
}, [item.meta.isExpanded, item.id, notifyExpand]);
|
|
57
|
+
const [optimisticExpanded, setOptimisticExpanded] = (0, react_1.useState)(null);
|
|
58
|
+
const isChevronActive = optimisticExpanded ?? item.meta.isExpanded;
|
|
59
|
+
(0, react_1.useEffect)(() => {
|
|
60
|
+
setOptimisticExpanded(null);
|
|
61
|
+
}, [item.meta.isExpanded]);
|
|
16
62
|
const handleClick = (0, react_1.useCallback)((event) => {
|
|
17
63
|
event.stopPropagation();
|
|
18
|
-
|
|
64
|
+
// Лист не раскрывается: клик не должен заводить его в набор раскрытых узлов
|
|
65
|
+
if (!item.meta.hasNested) {
|
|
66
|
+
return;
|
|
67
|
+
}
|
|
68
|
+
setOptimisticExpanded((prev) => !(prev ?? item.meta.isExpanded));
|
|
19
69
|
onToggle(item);
|
|
20
70
|
}, [item, onToggle]);
|
|
21
71
|
// Omit ref для избежания ошибки типов у Tooltip
|
|
@@ -36,6 +86,8 @@ const useLogic = ({ isDisabled, disabledReason, }) => {
|
|
|
36
86
|
tooltipProps,
|
|
37
87
|
isDisabledByActions,
|
|
38
88
|
isChevronActive,
|
|
89
|
+
isRowLoading: Boolean(isLoading && !isChildrenControl),
|
|
90
|
+
isRowError: Boolean(isError && !isChildrenControl),
|
|
39
91
|
};
|
|
40
92
|
};
|
|
41
93
|
exports.useLogic = useLogic;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EndData = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const Typography_1 = require("
|
|
5
|
+
const Typography_1 = require("../../../Typography");
|
|
6
6
|
const constants_1 = require("./constants");
|
|
7
7
|
const EndData = ({ endOfScrollMsg = constants_1.END_OF_SCROLL_MESSAGE }) => ((0, jsx_runtime_1.jsx)(Typography_1.Typography, { children: endOfScrollMsg }));
|
|
8
8
|
exports.EndData = EndData;
|
package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.js
RENAMED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ErrorMessage = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const Button_1 = require("
|
|
6
|
-
const Typography_1 = require("
|
|
5
|
+
const Button_1 = require("../../../Button");
|
|
6
|
+
const Typography_1 = require("../../../Typography");
|
|
7
7
|
const constants_1 = require("./constants");
|
|
8
8
|
const styles_1 = require("./styles");
|
|
9
9
|
const ErrorMessage = ({ onRetry }) => ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { children: [(0, jsx_runtime_1.jsx)(Typography_1.Typography, { align: "center", children: constants_1.ERROR_MESSAGE }), (0, jsx_runtime_1.jsx)(Button_1.Button, { onClick: onRetry, children: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0441\u043D\u043E\u0432\u0430" })] }));
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Wrapper: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Wrapper = void 0;
|
|
4
|
-
const styled_1 = require("
|
|
4
|
+
const styled_1 = require("../../../styled");
|
|
5
5
|
exports.Wrapper = styled_1.styled.div `
|
|
6
6
|
display: grid;
|
|
7
7
|
grid-template-columns: 100%;
|
|
@@ -11,7 +11,7 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
11
11
|
|
|
12
12
|
padding: ${({ theme }) => theme.spacing(2, 0)};
|
|
13
13
|
|
|
14
|
-
${({ theme }) => theme.breakpoints.down('
|
|
14
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
15
15
|
gap: ${({ theme }) => theme.spacing(4)};
|
|
16
16
|
justify-items: normal;
|
|
17
17
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ContextProp } from 'react-virtuoso';
|
|
2
|
+
import type { ListFooterContext } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* Футер списка для Virtuoso.
|
|
5
|
+
*
|
|
6
|
+
* Вынесен в модуль и передаётся в `components.Footer`: inline-компонент в
|
|
7
|
+
* `components` на каждый рендер даёт новый тип, и React размонтирует футер.
|
|
8
|
+
* Данные приходят через `context` Virtuoso
|
|
9
|
+
*/
|
|
10
|
+
export declare const ListFooter: ({ context }: ContextProp<ListFooterContext>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListFooter = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const Loader_1 = require("../../Loader");
|
|
6
|
+
const EndData_1 = require("./EndData");
|
|
7
|
+
const ErrorMessage_1 = require("./ErrorMessage");
|
|
8
|
+
const styles_1 = require("./styles");
|
|
9
|
+
/**
|
|
10
|
+
* Футер списка для Virtuoso.
|
|
11
|
+
*
|
|
12
|
+
* Вынесен в модуль и передаётся в `components.Footer`: inline-компонент в
|
|
13
|
+
* `components` на каждый рендер даёт новый тип, и React размонтирует футер.
|
|
14
|
+
* Данные приходят через `context` Virtuoso
|
|
15
|
+
*/
|
|
16
|
+
const ListFooter = ({ context }) => {
|
|
17
|
+
const { isLoading, isError, isEndReached, endOfScrollMsg, onRetry } = context;
|
|
18
|
+
if (isLoading) {
|
|
19
|
+
return ((0, jsx_runtime_1.jsx)(styles_1.Footer, { children: (0, jsx_runtime_1.jsx)(Loader_1.Loader, {}) }));
|
|
20
|
+
}
|
|
21
|
+
if (isError) {
|
|
22
|
+
return ((0, jsx_runtime_1.jsx)(styles_1.Footer, { children: (0, jsx_runtime_1.jsx)(ErrorMessage_1.ErrorMessage, { onRetry: onRetry }) }));
|
|
23
|
+
}
|
|
24
|
+
if (isEndReached) {
|
|
25
|
+
return ((0, jsx_runtime_1.jsx)(styles_1.Footer, { children: (0, jsx_runtime_1.jsx)(EndData_1.EndData, { endOfScrollMsg: endOfScrollMsg }) }));
|
|
26
|
+
}
|
|
27
|
+
return (0, jsx_runtime_1.jsx)(styles_1.FooterDummy, {});
|
|
28
|
+
};
|
|
29
|
+
exports.ListFooter = ListFooter;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./ListFooter"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FooterDummy = exports.Footer = void 0;
|
|
4
|
-
const styled_1 = require("
|
|
4
|
+
const styled_1 = require("../../styled");
|
|
5
5
|
exports.Footer = styled_1.styled.footer `
|
|
6
6
|
display: flex;
|
|
7
7
|
flex-shrink: 0;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export type ListFooterContext = {
|
|
2
|
+
/**
|
|
3
|
+
* Флаг состояния загрузки
|
|
4
|
+
*/
|
|
5
|
+
isLoading?: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* Флаг состояния ошибки
|
|
8
|
+
*/
|
|
9
|
+
isError?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Флаг достижения конца списка
|
|
12
|
+
*/
|
|
13
|
+
isEndReached?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Сообщение, отображаемое при достижении конца списка
|
|
16
|
+
*/
|
|
17
|
+
endOfScrollMsg?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Функция обработки нажатия на кнопку "Повторить запрос"
|
|
20
|
+
*/
|
|
21
|
+
onRetry: () => void;
|
|
22
|
+
};
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { type RefObject } from 'react';
|
|
2
2
|
type Props = {
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* Контейнер со скроллом
|
|
5
|
+
*/
|
|
4
6
|
scrollRef: RefObject<HTMLElement | null>;
|
|
7
|
+
/**
|
|
8
|
+
* Ref кнопки. Скролл списка переключает её видимость через classname
|
|
9
|
+
*/
|
|
10
|
+
buttonRef: RefObject<HTMLButtonElement | null>;
|
|
5
11
|
handleScrollToTop: () => void;
|
|
6
12
|
};
|
|
7
|
-
export declare const OnTopButton: ({
|
|
13
|
+
export declare const OnTopButton: ({ scrollRef, buttonRef, handleScrollToTop, }: Props) => import("react").ReactPortal | null;
|
|
8
14
|
export {};
|
|
@@ -3,12 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.OnTopButton = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const react_dom_1 = require("react-dom");
|
|
6
|
-
const
|
|
7
|
-
const
|
|
6
|
+
const constants_1 = require("../constants");
|
|
7
|
+
const styles_1 = require("./styles");
|
|
8
|
+
const OnTopButton = ({ scrollRef, buttonRef, handleScrollToTop, }) => {
|
|
8
9
|
const parentElement = scrollRef?.current?.parentElement;
|
|
9
|
-
if (
|
|
10
|
-
return
|
|
10
|
+
if (!parentElement) {
|
|
11
|
+
return null;
|
|
11
12
|
}
|
|
12
|
-
return
|
|
13
|
+
return (0, react_dom_1.createPortal)((0, jsx_runtime_1.jsx)(styles_1.StyledScrollToTopButton, { ref: buttonRef, className: constants_1.infiniteTreeListClassnames.scrollToTopButton, onClick: handleScrollToTop }), parentElement);
|
|
13
14
|
};
|
|
14
15
|
exports.OnTopButton = OnTopButton;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledScrollToTopButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("../../ScrollToTopButton").ScrollToTopButtonProps & import("react").RefAttributes<HTMLButtonElement> & {
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
}, {}, {}>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StyledScrollToTopButton = void 0;
|
|
4
|
+
const ScrollToTopButton_1 = require("../../ScrollToTopButton");
|
|
5
|
+
const styled_1 = require("../../styled");
|
|
6
|
+
const constants_1 = require("../constants");
|
|
7
|
+
exports.StyledScrollToTopButton = (0, styled_1.styled)(ScrollToTopButton_1.ScrollToTopButton) `
|
|
8
|
+
display: none;
|
|
9
|
+
|
|
10
|
+
&.${constants_1.infiniteTreeListClassnames.visibleScrollToTopButton} {
|
|
11
|
+
display: inline-flex;
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
import type { FlattenTree, InfiniteTreeListData } from '../../../types';
|
|
3
|
+
type CustomParentWrapperProps = {
|
|
4
|
+
/**
|
|
5
|
+
* Строка узла с подгружаемыми дочерними элементами
|
|
6
|
+
*/
|
|
7
|
+
item: FlattenTree<InfiniteTreeListData>;
|
|
8
|
+
/**
|
|
9
|
+
* Рендер-функция строки родителя из props списка
|
|
10
|
+
*/
|
|
11
|
+
renderParent: (item: FlattenTree<InfiniteTreeListData>) => ReactNode;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* То же, что `CustomItemWrapper`, но для узлов с подгружаемыми дочерними
|
|
15
|
+
* элементами.
|
|
16
|
+
*
|
|
17
|
+
* Отдельный компонент, а не ветка внутри `CustomItemWrapper`: хуки из
|
|
18
|
+
* `renderItem` и `renderParent` ложатся в hook-list вызвавшего компонента, и
|
|
19
|
+
* смена ветки меняла бы их количество между рендерами — React упал бы с
|
|
20
|
+
* `Rendered fewer hooks than expected`
|
|
21
|
+
*/
|
|
22
|
+
export declare const CustomParentWrapper: import("react").MemoExoticComponent<({ item, renderParent }: CustomParentWrapperProps) => import("react/jsx-runtime").JSX.Element>;
|
|
23
|
+
export {};
|
package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomParentWrapper = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const react_1 = require("react");
|
|
6
|
+
/**
|
|
7
|
+
* То же, что `CustomItemWrapper`, но для узлов с подгружаемыми дочерними
|
|
8
|
+
* элементами.
|
|
9
|
+
*
|
|
10
|
+
* Отдельный компонент, а не ветка внутри `CustomItemWrapper`: хуки из
|
|
11
|
+
* `renderItem` и `renderParent` ложатся в hook-list вызвавшего компонента, и
|
|
12
|
+
* смена ветки меняла бы их количество между рендерами — React упал бы с
|
|
13
|
+
* `Rendered fewer hooks than expected`
|
|
14
|
+
*/
|
|
15
|
+
exports.CustomParentWrapper = (0, react_1.memo)(({ item, renderParent }) => ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: renderParent(item) })));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CustomParentWrapper';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./CustomParentWrapper"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { ItemProps } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* Строка одного узла с подгружаемыми дочерними элементами.
|
|
5
|
+
*
|
|
6
|
+
* В строке виртуализации не живёт: рисуется порталом в свой постоянный
|
|
7
|
+
* контейнер, а контейнер `TreeItem` переносит в строку скролла, пока узел на
|
|
8
|
+
* экране
|
|
9
|
+
*/
|
|
10
|
+
export declare const Item: import("react").MemoExoticComponent<(props: ItemProps) => import("react").ReactPortal | null>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Item = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const react_1 = require("react");
|
|
6
|
+
const react_dom_1 = require("react-dom");
|
|
7
|
+
const constants_1 = require("../../constants");
|
|
8
|
+
const InfiniteTreeListItem_1 = require("../../InfiniteTreeListItem");
|
|
9
|
+
const styles_1 = require("../../TreeItem/styles");
|
|
10
|
+
const CustomParentWrapper_1 = require("./CustomParentWrapper");
|
|
11
|
+
const useLogic_1 = require("./useLogic");
|
|
12
|
+
/**
|
|
13
|
+
* Строка одного узла с подгружаемыми дочерними элементами.
|
|
14
|
+
*
|
|
15
|
+
* В строке виртуализации не живёт: рисуется порталом в свой постоянный
|
|
16
|
+
* контейнер, а контейнер `TreeItem` переносит в строку скролла, пока узел на
|
|
17
|
+
* экране
|
|
18
|
+
*/
|
|
19
|
+
exports.Item = (0, react_1.memo)((props) => {
|
|
20
|
+
const { nodeId, slot, cssVars, parent, renderParent, onToggle } = (0, useLogic_1.useLogic)(props);
|
|
21
|
+
if (!slot) {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
24
|
+
return (0, react_dom_1.createPortal)((0, jsx_runtime_1.jsx)(InfiniteTreeListItem_1.TreeListItemContextProvider, { item: parent, onToggle: onToggle, children: (0, jsx_runtime_1.jsx)(styles_1.Wrapper, { id: nodeId, className: constants_1.infiniteTreeListClassnames.row, style: cssVars, children: (0, jsx_runtime_1.jsx)(CustomParentWrapper_1.CustomParentWrapper, { item: parent, renderParent: renderParent }) }) }), slot);
|
|
25
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Item"), exports);
|
|
18
|
+
__exportStar(require("./types"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './useLogic';
|