@m4l/components 9.2.54 → 9.2.56-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.storybook/utils/flattenDeep.d.ts +8 -0
- package/.storybook/utils/getStylesColorsByMode.d.ts +4 -4
- package/@types/augmentations.d.ts +1 -1
- package/@types/types.d.ts +10 -9
- package/components/AccountPopover/AccountPopover.js +3 -4
- package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +32 -32
- package/components/AccountPopover/subcomponents/MenuPopover/MenuPopover.js +13 -14
- package/components/AccountPopover/types.d.ts +2 -2
- package/components/AppBar/AppBar.js +6 -9
- package/components/AppBar/slots/AppBarSlots.d.ts +16 -16
- package/components/AppBar/styles.js +2 -1
- package/components/AppBar/types.d.ts +2 -2
- package/components/Chip/ChipStyles.js +12 -12
- package/components/Chip/slots/ChipSlots.d.ts +6 -6
- package/components/Color/Color.styles.js +11 -11
- package/components/Color/slots/ColorSlots.d.ts +5 -5
- package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionFormIntro/ActionFormIntro.js +0 -1
- package/components/CommonActions/components/ActionFormIntro/slots/ActionFormIntroSlots.d.ts +2 -2
- package/components/CommonActions/components/ActionFormIntro/types.d.ts +2 -2
- package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerSlots.d.ts +1 -1
- package/components/DataGrid/DataGrid.js +29 -7
- package/components/DataGrid/Datagrid.styles.js +598 -0
- package/components/DataGrid/constants.d.ts +1 -0
- package/components/DataGrid/constants.js +2 -0
- package/components/DataGrid/contexts/DataGridContext/index.js +23 -5
- package/components/DataGrid/contexts/DataGridContext/types.d.ts +4 -0
- package/components/DataGrid/formatters/ColumnIconFormatter/formatter.js +0 -2
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/formatter.js +2 -2
- package/components/DataGrid/icons.d.ts +1 -0
- package/components/DataGrid/icons.js +4 -3
- package/components/DataGrid/slots/DataGridEnum.d.ts +6 -0
- package/components/DataGrid/slots/DataGridEnum.js +10 -2
- package/components/DataGrid/slots/DataGridSlot.d.ts +9 -0
- package/components/DataGrid/slots/DataGridSlot.js +35 -14
- package/components/DataGrid/subcomponents/ControlNavigate/ControlNavigate.d.ts +5 -0
- package/components/DataGrid/subcomponents/ControlNavigate/ControlNavigate.js +30 -0
- package/components/DataGrid/subcomponents/ControlNavigate/index.d.ts +2 -0
- package/components/DataGrid/subcomponents/ControlNavigate/types.d.ts +7 -0
- package/components/DataGrid/subcomponents/HeaderActions/index.d.ts +5 -0
- package/components/DataGrid/subcomponents/HeaderActions/index.js +39 -0
- package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Density/index.js +4 -3
- package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/MobileMenuActions/index.js +3 -2
- package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/RowsCount/index.js +4 -4
- package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Settings/index.js +5 -2
- package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Settings/subcomponents/ColumnsConfig/index.js +33 -23
- package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Settings/subcomponents/ColumnsConfig/types.d.ts +4 -1
- package/components/DataGrid/subcomponents/HeaderActions/subcomponents/hooks/useModalSettings/index.d.ts +7 -0
- package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/hooks/useModalSettings/index.js +12 -7
- package/components/DataGrid/subcomponents/HeaderActions/types.d.ts +4 -0
- package/components/DataGrid/subcomponents/Table/hooks/useSortColumnsRows.js +5 -5
- package/components/DataGrid/subcomponents/Table/index.js +4 -4
- package/components/DataGrid/subcomponents/Table/subcomponents/CustomIcons.js +12 -3
- package/components/DataGrid/subcomponents/Table/subcomponents/DraggableHeaderRenderer.js +28 -13
- package/components/DataGrid/subcomponents/Table/subcomponents/SelectColumn.js +2 -2
- package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/index.js +4 -2
- package/components/DataGrid/subcomponents/editors/TextEditor/index.js +1 -1
- package/components/DataGrid/types.d.ts +20 -3
- package/components/DragResizeWindowRND/DragResizeWindowRND.styles.js +1 -1
- package/components/DragResizeWindowRND/slots/DragResizeWindowRNDSlots.d.ts +3 -5
- package/components/DynamicFilter/DynamicFilter.styles.js +13 -13
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +19 -19
- package/components/DynamicFilter/store/DynamicFilterStore.js +2 -2
- package/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters.js +2 -2
- package/components/DynamicFilter/subcomponents/AppliedFilters/useAppliedFilters.js +1 -1
- package/components/DynamicFilter/subcomponents/FilterActions/FilterActions.js +2 -3
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.js +2 -2
- package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter.js +3 -4
- package/components/DynamicFilter/subcomponents/PopoverFilter/usePopoverFilter.d.ts +3 -3
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.js +0 -1
- package/components/DynamicSort/DynamicSort.styles.js +13 -13
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +19 -19
- package/components/DynamicSort/store/DynamicSortStore.js +2 -2
- package/components/DynamicSort/subcomponents/AppliedSorts/AppliedSorts.js +2 -2
- package/components/DynamicSort/subcomponents/PopoverMenuFields/PopoverMenuFields.js +0 -1
- package/components/DynamicSort/subcomponents/PopoverSort/PopoverSort.js +4 -5
- package/components/DynamicSort/subcomponents/PopoverSort/usePopoverSort.d.ts +3 -3
- package/components/DynamicSort/subcomponents/SortActions/SortActions.js +2 -3
- package/components/DynamicSort/subcomponents/SortActions/useSortActions.js +2 -2
- package/components/GridLayout/styles.js +4 -82
- package/components/HelperError/HelperError.styles.js +4 -4
- package/components/Icon/Icon.js +1 -1
- package/components/Icon/Icon.styles.js +10 -10
- package/components/Image/Image.js +1 -1
- package/components/Image/image.styles.js +1 -1
- package/components/Image/slots/ImageSlots.d.ts +12 -12
- package/components/Image/subcomponents/IntersectComponent/index.js +0 -1
- package/components/Image/types.d.ts +2 -2
- package/components/Label/Label.styles.js +11 -11
- package/components/Label/slots/LabelSlots.d.ts +1 -1
- package/components/LanguagePopover/slots/LanguagePopoverSlots.d.ts +1 -1
- package/components/LinearProgressIndeterminate/LinearProgressIndeterminate.styles.js +3 -3
- package/components/LoadingError/LoadingError.js +1 -2
- package/components/MenuActions/MenuActions.js +4 -4
- package/components/MenuActions/MenuActions.styles.js +4 -4
- package/components/MenuActions/slots/MenuActionsSlots.d.ts +12 -12
- package/components/MenuActions/types.d.ts +3 -3
- package/components/ModalDialog/slots/ModalDialogSlots.d.ts +2 -2
- package/components/NoItemSelected/NoItemSelected.js +3 -5
- package/components/NoItemSelected/NoItemSelected.styles.js +4 -4
- package/components/NoItemSelected/slots/NoItemSelectedSlots.d.ts +7 -7
- package/components/NumberInput/NumberInput.styles.js +20 -20
- package/components/NumberInput/hooks/useNumberInput/useNumberInput.js +0 -2
- package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
- package/components/ObjectLogs/hooks/useDetailFormatter.js +3 -2
- package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +20 -20
- package/components/ObjectLogs/subcomponents/ObjectLogsByM4L/ObjectLogsByM4L.js +1 -3
- package/components/ObjectLogs/subcomponents/ObjectLogsByOthers/ObjectLogsByOthers.js +1 -3
- package/components/ObjectLogs/types.d.ts +2 -2
- package/components/Pager/Pager.js +2 -3
- package/components/Pager/Pager.styles.js +13 -12
- package/components/Pager/index.d.ts +2 -0
- package/components/Pager/slots/PagerEnum.d.ts +2 -1
- package/components/Pager/slots/PagerEnum.js +1 -0
- package/components/Pager/slots/PagerSlots.d.ts +1 -0
- package/components/Pager/slots/PagerSlots.js +7 -2
- package/components/Pager/subcomponents/CustomTablePagination/CustomTablePagination.js +16 -18
- package/components/Pager/subcomponents/PagerActions/PagerActions.js +4 -2
- package/components/Pager/subcomponents/PagerActions/types.d.ts +1 -0
- package/components/PaperForm/components/Header.js +2 -2
- package/components/PaperForm/slots/PaperFormSlots.d.ts +10 -10
- package/components/PaperForm/styles.js +7 -7
- package/components/PaperForm/types.d.ts +2 -2
- package/components/PrintingSystem/slots/PrintingSystemSlots.d.ts +42 -42
- package/components/PrintingSystem/subcomponents/BodyNode/index.js +0 -1
- package/components/PrintingSystem/subcomponents/ChartNode/index.js +0 -1
- package/components/PrintingSystem/subcomponents/DividerNode/index.js +0 -1
- package/components/PrintingSystem/subcomponents/FooterNode/index.js +0 -1
- package/components/PrintingSystem/subcomponents/GridNode/index.js +0 -5
- package/components/PrintingSystem/subcomponents/HeaderNode/index.js +0 -1
- package/components/PrintingSystem/subcomponents/PageNode/index.js +0 -1
- package/components/PrintingSystem/subcomponents/PaperNode/index.js +0 -5
- package/components/PrintingSystem/subcomponents/PropertyValueNode/index.js +0 -2
- package/components/PrintingSystem/subcomponents/SectionNode/index.js +0 -1
- package/components/PrintingSystem/types.d.ts +2 -2
- package/components/PropertyValue/PropertyValue.js +3 -4
- package/components/PropertyValue/PropertyValue.styles.js +3 -3
- package/components/PropertyValue/slots/PropertyValueSlots.d.ts +3 -3
- package/components/ScrollBar/ScrollBar.d.ts +3 -3
- package/components/ScrollBar/ScrollBar.js +5 -45
- package/components/ScrollBar/ScrollBar.styles.js +5 -52
- package/components/ScrollBar/constants.d.ts +4 -2
- package/components/ScrollBar/constants.js +2 -5
- package/components/ScrollBar/index.d.ts +2 -0
- package/components/ScrollBar/index.js +1 -0
- package/components/ScrollBar/slots/ScrollBarSlots.d.ts +1 -6
- package/components/ScrollBar/slots/ScrollBarSlots.js +7 -13
- package/components/ScrollBar/slots/ScrollbarEnum.d.ts +3 -0
- package/components/ScrollBar/slots/ScrollbarEnum.js +7 -0
- package/components/ScrollBar/types.d.ts +12 -42
- package/components/SideBar/slots/SideBarSlots.d.ts +34 -34
- package/components/SideBar/subcomponents/ContentComponent/style.d.ts +2 -2
- package/components/SideBar/subcomponents/ContentComponent/style.js +4 -4
- package/components/SideBar/subcomponents/ContentGroups/index.js +3 -3
- package/components/SideBar/subcomponents/ContentGroups/styles.d.ts +2 -2
- package/components/SideBar/subcomponents/ContentGroups/styles.js +11 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.d.ts +2 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +1 -10
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/subcomponents/ArrowIcon/index.js +0 -1
- package/components/SideBar/subcomponents/FooterSidebar/styles.d.ts +2 -2
- package/components/SideBar/subcomponents/HeaderSidebar/index.js +2 -2
- package/components/SideBar/subcomponents/HeaderSidebar/styles.d.ts +2 -2
- package/components/SideBar/subcomponents/SideBarDesktop/styles.d.ts +2 -2
- package/components/SideBar/subcomponents/SideBarDesktop/styles.js +2 -2
- package/components/SideBar/subcomponents/SideBarMobile/index.js +0 -1
- package/components/SideBar/subcomponents/SideBarMobile/styles.d.ts +2 -2
- package/components/SideBar/types.d.ts +9 -2
- package/components/ToastContainer/slots/toastContainerSlots.d.ts +2 -2
- package/components/WindowBase/WindowBase.js +8 -6
- package/components/WindowBase/WindowBase.styles.js +208 -107
- package/components/WindowBase/icons.js +2 -2
- package/components/WindowBase/slots/WindowBaseEnum.d.ts +3 -3
- package/components/WindowBase/slots/WindowBaseEnum.js +2 -2
- package/components/WindowBase/slots/WindowBaseSlots.d.ts +18 -23
- package/components/WindowBase/slots/WindowBaseSlots.js +13 -12
- package/components/WindowBase/subcomponents/Header/HeaderWindowBase.js +22 -12
- package/components/WindowBase/subcomponents/Header/types.d.ts +1 -1
- package/components/WindowBase/subcomponents/Header/useButtonActions.js +5 -2
- package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.d.ts +1 -1
- package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.js +1 -1
- package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts +9 -0
- package/components/WindowBase/types.d.ts +10 -0
- package/components/WindowConfirm/WindowConfirm.js +2 -3
- package/components/WindowConfirm/WindowConfirm.styles.js +4 -4
- package/components/areas/components/AreasAdmin/AreasAdmin.js +12 -17
- package/components/areas/components/AreasAdmin/AreasAdmin.styles.js +13 -21
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +23 -23
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/AreaChip.js +1 -4
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +3 -4
- package/components/areas/components/AreasAdmin/types.d.ts +1 -1
- package/components/areas/components/AreasViewer/AreasViewer.js +1 -1
- package/components/areas/components/AreasViewer/AreasViewer.styles.js +2 -2
- package/components/areas/components/AreasViewer/slots/AreasViewerSlots.d.ts +5 -5
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/BaseArea/BaseArea.js +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/Window.js +8 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useRightActions.js +7 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/WindowModal.js +0 -1
- package/components/areas/contexts/AreasContext/index.js +1 -1
- package/components/areas/contexts/AreasContext/store.js +1 -1
- package/components/areas/contexts/AreasContext/types.d.ts +1 -1
- package/components/areas/icons.d.ts +2 -2
- package/components/areas/icons.js +4 -4
- package/components/commercial/SectionCommercial/classes/index.d.ts +2 -2
- package/components/commercial/SectionCommercial/classes/index.js +3 -3
- package/components/commercial/SectionCommercial/types.d.ts +1 -1
- package/components/extended/React-Resizable/helpers.d.ts +2 -9
- package/components/extended/React-Resizable/helpers.js +15 -13
- package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.js +0 -1
- package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.styles.js +1 -1
- package/components/extended/React-Spinners/PropagateLoaderSpinner/slots/PropagateLoaderSpinnerSlots.d.ts +4 -4
- package/components/extended/React-Spinners/PropagateLoaderSpinner/types.d.ts +2 -2
- package/components/extended/React-Splitter-Layout/slots/SplitLayoutSlots.d.ts +3 -3
- package/components/extended/React-resizable-panels/SplitLayout.styles.js +6 -6
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +8 -8
- package/components/formatters/ChipStatusFormatter/slots/ChipStatusFormatterSlots.d.ts +2 -2
- package/components/formatters/PeriodFormatter/PeriodFormatter.styles.js +1 -1
- package/components/hook-form/RHFAutocomplete/RFHAutocompleteStyles.js +1 -1
- package/components/hook-form/RHFAutocompleteAsync/reducer/RHFAutocompleteReducer.js +0 -5
- package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
- package/components/hook-form/RHFDateTime/types.d.ts +1 -1
- package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +2 -2
- package/components/hook-form/RHFSelect/RHFSelect.js +1 -1
- package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
- package/components/hook-form/RHFSelect/slots/RHFSlots.js +1 -1
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js +1 -1
- package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.styles.js +2 -2
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +8 -8
- package/components/hook-form/RHFTextFieldPassword/types.d.ts +2 -2
- package/components/hook-form/RHFTimePicker/types.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js +1 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.styles.js +3 -3
- package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +22 -22
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/UploadImage.js +9 -10
- package/components/hook-form/RHFUpload/RHFUploadImage/types.d.ts +2 -2
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.styles.js +2 -2
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +22 -22
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/subcomponents/BlockContent/BlockContent.js +2 -7
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/subcomponents/Preview/Preview.js +5 -6
- package/components/hook-form/RHFormContext/index.d.ts +1 -1
- package/components/index.d.ts +2 -0
- package/components/mui_extended/Accordion/Accordion.js +31 -21
- package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +12 -12
- package/components/mui_extended/Accordion/styles.js +56 -33
- package/components/mui_extended/Accordion/types.d.ts +39 -6
- package/components/mui_extended/Autocomplete/Autocomplete.styles.js +3 -3
- package/components/mui_extended/Autocomplete/hooks/useEndAdornments.js +1 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +17 -17
- package/components/mui_extended/Avatar/Avatar.js +1 -1
- package/components/mui_extended/Avatar/slots/AvatarSlots.d.ts +1 -1
- package/components/mui_extended/Avatar/styles.js +3 -3
- package/components/mui_extended/Badge/Badge.js +14 -8
- package/components/mui_extended/Badge/Badge.styles.js +23 -33
- package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +2 -2
- package/components/mui_extended/Badge/slots/BadgeSlots.js +2 -2
- package/components/mui_extended/Badge/types.d.ts +4 -3
- package/components/mui_extended/Button/ButtonStyles.js +41 -29
- package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
- package/components/mui_extended/CheckBox/CheckBox.js +2 -2
- package/components/mui_extended/CheckBox/CheckBox.styles.js +12 -12
- package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +12 -12
- package/components/mui_extended/CheckBox/types.d.ts +2 -2
- package/components/mui_extended/CircularProgress/CircularProgress.styles.js +5 -5
- package/components/mui_extended/DateTimePicker/DateTimePicker.styles.js +49 -49
- package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.d.ts +12 -12
- package/components/mui_extended/Divider/Divider.js +1 -2
- package/components/mui_extended/Divider/Divider.styles.js +9 -9
- package/components/mui_extended/Divider/slots/DividerSlots.d.ts +1 -1
- package/components/mui_extended/IconButton/IconButton.js +39 -12
- package/components/mui_extended/IconButton/IconButton.styles.js +64 -54
- package/components/mui_extended/IconButton/helpers/evalIconColor.d.ts +1 -1
- package/components/mui_extended/IconButton/helpers/getIconButtonColors.d.ts +1 -1
- package/components/mui_extended/IconButton/helpers/getIconButtonColors.js +4 -4
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +6 -8
- package/components/mui_extended/IconButton/slots/IconButtonSlots.js +4 -3
- package/components/mui_extended/IconButton/types.d.ts +10 -8
- package/components/mui_extended/LoadingButton/LoadingButton.styles.js +5 -5
- package/components/mui_extended/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
- package/components/mui_extended/MenuDivider/MenuDivider.js +1 -2
- package/components/mui_extended/MenuDivider/MenuDivider.styles.js +9 -9
- package/components/mui_extended/MenuDivider/slots/MenuDividerSlots.d.ts +1 -1
- package/components/mui_extended/MenuItem/MenuItem.styles.js +10 -10
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +7 -7
- package/components/mui_extended/MenuItem/types.d.ts +8 -3
- package/components/mui_extended/NavLink/NavLink.js +1 -2
- package/components/mui_extended/NavLink/NavLink.styles.js +9 -9
- package/components/mui_extended/NavLink/slots/NavLinkSlots.d.ts +4 -4
- package/components/mui_extended/Popover/Popover.js +0 -1
- package/components/mui_extended/Popover/slots/PopoverSlots.d.ts +2 -2
- package/components/mui_extended/Popover/types.d.ts +3 -3
- package/components/mui_extended/Popper/PopperStyles.js +1 -1
- package/components/mui_extended/Popper/slots/PopperStlots.d.ts +1 -1
- package/components/mui_extended/Select/Select.js +2 -3
- package/components/mui_extended/Select/Select.styles.js +10 -10
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +12 -12
- package/components/mui_extended/Select/slots/SelectSlots.js +1 -1
- package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
- package/components/mui_extended/Skeleton/skeleton.styles.js +4 -4
- package/components/mui_extended/Stack/Stack.js +4 -2
- package/components/mui_extended/Stack/Stack.styles.js +7 -4
- package/components/mui_extended/Stack/slots/StackSlot.d.ts +2 -2
- package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
- package/components/mui_extended/Tab/Tab.js +2 -0
- package/components/mui_extended/Tab/Tab.styles.js +26 -48
- package/components/mui_extended/Tab/types.d.ts +4 -0
- package/components/mui_extended/TabContent/TabContent.js +1 -1
- package/components/mui_extended/TabContent/TabContent.styles.js +2 -4
- package/components/mui_extended/TabContent/slots/TabContentSlots.d.ts +2 -2
- package/components/mui_extended/TabContent/types.d.ts +2 -2
- package/components/mui_extended/Tabs/Tabs.styles.js +2 -1
- package/components/mui_extended/Tabs/slots/TabsSlots.d.ts +1 -1
- package/components/mui_extended/TextField/TextField.styles.js +22 -22
- package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +3 -3
- package/components/mui_extended/TimePicker/slots/TimePickerSlots.d.ts +9 -9
- package/components/mui_extended/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
- package/components/mui_extended/ToggleIconButton/ToggleIconButton.js +12 -5
- package/components/mui_extended/ToggleIconButton/ToggleIconButton.styles.js +21 -11
- package/components/mui_extended/ToggleIconButton/constants.d.ts +7 -0
- package/components/mui_extended/ToggleIconButton/constants.js +3 -1
- package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
- package/components/mui_extended/ToggleIconButton/types.d.ts +9 -3
- package/components/mui_extended/Tooltip/Tooltip.styles.js +1 -1
- package/components/mui_extended/Tooltip/slots/TooltipSlots.d.ts +3 -3
- package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
- package/components/mui_extended/Typography/typography.styles.js +7 -7
- package/components/mui_extended/index.d.ts +0 -2
- package/components/popups/components/PopupsViewer/PopupsViewer.styles.js +2 -2
- package/components/popups/components/PopupsViewer/slots/popupsViewerSlots.d.ts +7 -9
- package/components/popups/components/PopupsViewer/subcomponents/Popup/Popup.js +2 -0
- package/hooks/useComponentSize/useComponentSize.d.ts +3 -3
- package/hooks/useComponentSize/useComponentSize.js +5 -2
- package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +6 -6
- package/hooks/useDynamicFilterAndSort/styles.js +7 -13
- package/hooks/useDynamicFilterAndSort/types.d.ts +2 -2
- package/hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js +4 -21
- package/index.js +43 -42
- package/package.json +3 -3
- package/storybook/components/Chip/Chip.stories.d.ts +4 -0
- package/storybook/components/DataGrid/DataGrid.stories.d.ts +16 -0
- package/storybook/components/Icon/Icon.stories.d.ts +4 -0
- package/storybook/components/ObjectLogs/ObjectLogs.stories.d.ts +2 -2
- package/storybook/components/WindowBase/windowBase.stories.d.ts +60 -7
- package/storybook/components/extended/mui/Accordion/Accordion.stories.d.ts +72 -20
- package/storybook/components/extended/mui/Badge/Badge.stories.d.ts +4 -0
- package/storybook/components/extended/mui/Button/Button.stories.d.ts +1 -0
- package/storybook/components/extended/mui/Button/ButtonDataGridWithActions.d.ts +5 -0
- package/storybook/components/extended/mui/IconButton/IconButton.stories.d.ts +12 -0
- package/storybook/components/extended/mui/Tab/Tab.stories.d.ts +24 -24
- package/storybook/components/extended/mui/ToggleIconButton/ToggleIconButton.stories.d.ts +12 -0
- package/storybook/tootls/WrapperLineGuide/WrapperLineGuide.d.ts +9 -0
- package/storybook/tootls/WrapperLineGuide/styles.d.ts +1 -0
- package/storybook/tootls/WrapperLineGuide/types.d.ts +5 -0
- package/components/DataGrid/styles.js +0 -484
- package/components/DataGrid/subcomponents/Actions/index.d.ts +0 -5
- package/components/DataGrid/subcomponents/Actions/index.js +0 -48
- package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/index.d.ts +0 -6
- package/components/DataGrid/subcomponents/Actions/types.d.ts +0 -13
- package/components/ScrollBar/slots/ScrollBarEnum.d.ts +0 -4
- package/components/ScrollBar/slots/ScrollBarEnum.js +0 -8
- package/components/ScrollBar/slots/index.d.ts +0 -2
- package/storybook/components/extended/scrollBar/ScrollBar.stories.d.ts +0 -7
- package/storybook/components/extended/scrollBar/ScrollBarDecorator.d.ts +0 -11
- /package/components/DataGrid/{styles.d.ts → Datagrid.styles.d.ts} +0 -0
- /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Density/index.d.ts +0 -0
- /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Density/types.d.ts +0 -0
- /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Filter/index.d.ts +0 -0
- /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Filter/index.js +0 -0
- /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/MobileMenuActions/index.d.ts +0 -0
- /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/RowsCount/index.d.ts +0 -0
- /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Settings/index.d.ts +0 -0
- /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Settings/subcomponents/ColumnsConfig/index.d.ts +0 -0
- /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/hooks/useModalSettings/types.d.ts +0 -0
- /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/types.d.ts +0 -0
- /package/components/{ScrollBar/slots → Pager}/index.js +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').TooltipProps, keyof import('@mui/material').TooltipProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
2
|
-
ownerState
|
|
2
|
+
ownerState?: (Partial<import('../types').TooltipOwnerState> & Record<string, unknown>) | undefined;
|
|
3
3
|
}, {}, {}>;
|
|
4
4
|
export declare const TextStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
5
|
-
ownerState
|
|
5
|
+
ownerState?: (Partial<import('../types').TooltipOwnerState> & Record<string, unknown>) | undefined;
|
|
6
6
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
7
7
|
export declare const TooltipStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
8
|
-
ownerState
|
|
8
|
+
ownerState?: (Partial<import('../types').TooltipOwnerState> & Record<string, unknown>) | undefined;
|
|
9
9
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const StyledMUITypography: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
5
5
|
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
6
|
-
}, "children" | "zIndex" | "paragraph" | "border" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "textTransform" | "fontFamily" | "typography" | "flex" | "color" | "left" | "right" | "bottom" | "top" | "style" | "position" | "padding" | "variant" | "borderRadius" | "width" | "display" | "borderColor" | "height" | "gap" | "minHeight" | "minWidth" | "margin" | "overflow" | "boxShadow" | "justifyContent" | "alignItems" | "paddingLeft" | "borderLeft" | "borderTop" | "maxWidth" | "flexDirection" | "paddingRight" | "borderRight" | "flexGrow" | "marginLeft" | "textOverflow" | "borderBottom" | "gridTemplateColumns" | "marginBottom" | "alignContent" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateRows" | "justifyItems" | "justifySelf" | "marginBlockEnd" | "marginBlockStart" | "marginInlineEnd" | "marginInlineStart" | "marginRight" | "marginTop" | "maxHeight" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingTop" | "rowGap" | "textAlign" | "visibility" | "whiteSpace" | "gridArea" | "gridColumn" | "gridRow" | "marginBlock" | "marginInline" | "paddingBlock" | "paddingInline" | "className" | "classes" | "sx" | "p" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "variantMapping">, "children" | "ref" | "title" | "zIndex" | "id" | "paragraph" | "border" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "textTransform" | "fontFamily" | "typography" | "flex" | "hidden" | "color" | "left" | "right" | "bottom" | "top" | "content" | "style" | "position" | "padding" | "variant" | "borderRadius" | "width" | "display" | "borderColor" | "height" | "gap" | "minHeight" | "minWidth" | "margin" | "overflow" | "boxShadow" | "justifyContent" | "alignItems" | "paddingLeft" | "borderLeft" | "borderTop" | "maxWidth" | "flexDirection" | "paddingRight" | "borderRight" | "flexGrow" | "marginLeft" | "textOverflow" | "borderBottom" | "gridTemplateColumns" | "marginBottom" | "alignContent" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateRows" | "justifyItems" | "justifySelf" | "marginBlockEnd" | "marginBlockStart" | "marginInlineEnd" | "marginInlineStart" | "marginRight" | "marginTop" | "maxHeight" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingTop" | "rowGap" | "textAlign" | "translate" | "visibility" | "whiteSpace" | "gridArea" | "gridColumn" | "gridRow" | "marginBlock" | "marginInline" | "paddingBlock" | "paddingInline" | "className" | "classes" | "sx" | "p" | "slot" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "
|
|
6
|
+
}, "children" | "zIndex" | "paragraph" | "border" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "textTransform" | "fontFamily" | "typography" | "flex" | "color" | "left" | "right" | "bottom" | "top" | "style" | "position" | "padding" | "variant" | "borderRadius" | "width" | "display" | "borderColor" | "height" | "gap" | "minHeight" | "minWidth" | "margin" | "overflow" | "boxShadow" | "justifyContent" | "alignItems" | "paddingLeft" | "borderLeft" | "borderTop" | "maxWidth" | "flexDirection" | "paddingRight" | "borderRight" | "flexGrow" | "marginLeft" | "textOverflow" | "borderBottom" | "gridTemplateColumns" | "marginBottom" | "alignContent" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateRows" | "justifyItems" | "justifySelf" | "marginBlockEnd" | "marginBlockStart" | "marginInlineEnd" | "marginInlineStart" | "marginRight" | "marginTop" | "maxHeight" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingTop" | "rowGap" | "textAlign" | "visibility" | "whiteSpace" | "gridArea" | "gridColumn" | "gridRow" | "marginBlock" | "marginInline" | "paddingBlock" | "paddingInline" | "className" | "classes" | "sx" | "p" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "variantMapping">, "children" | "ref" | "title" | "zIndex" | "id" | "paragraph" | "border" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "textTransform" | "fontFamily" | "typography" | "flex" | "hidden" | "color" | "left" | "right" | "bottom" | "top" | "content" | "style" | "position" | "padding" | "variant" | "borderRadius" | "width" | "display" | "borderColor" | "height" | "gap" | "minHeight" | "minWidth" | "margin" | "overflow" | "boxShadow" | "justifyContent" | "alignItems" | "paddingLeft" | "borderLeft" | "borderTop" | "maxWidth" | "flexDirection" | "paddingRight" | "borderRight" | "flexGrow" | "marginLeft" | "textOverflow" | "borderBottom" | "gridTemplateColumns" | "marginBottom" | "alignContent" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateRows" | "justifyItems" | "justifySelf" | "marginBlockEnd" | "marginBlockStart" | "marginInlineEnd" | "marginInlineStart" | "marginRight" | "marginTop" | "maxHeight" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingTop" | "rowGap" | "textAlign" | "translate" | "visibility" | "whiteSpace" | "gridArea" | "gridColumn" | "gridRow" | "marginBlock" | "marginInline" | "paddingBlock" | "paddingInline" | "className" | "classes" | "sx" | "p" | "slot" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').TypographyOwnerState> & Record<string, unknown> & {
|
|
7
7
|
ownerState: Partial<import('../types').TypographyOwnerState> & Record<string, unknown>;
|
|
8
8
|
}, {}, {}>;
|
|
9
9
|
/**
|
|
@@ -12,27 +12,27 @@ const typographyStyles = {
|
|
|
12
12
|
// Estilos generales 🌐
|
|
13
13
|
// skeleton spacing when multiple rows 🦴
|
|
14
14
|
fontFamily: theme.typography.fontFamily,
|
|
15
|
-
...ownerState
|
|
15
|
+
...ownerState?.skeletonRows && ownerState?.skeletonRows > 1 && {
|
|
16
16
|
display: "flex",
|
|
17
17
|
flexDirection: "column"
|
|
18
18
|
},
|
|
19
19
|
// Override de estilos generales de MUI 🚫
|
|
20
20
|
// color text.primary 🎨
|
|
21
|
-
...ownerState
|
|
21
|
+
...ownerState?.color === "text.primary" && {
|
|
22
22
|
color: theme.vars.palette.text.primary
|
|
23
23
|
},
|
|
24
24
|
// color text.secondary 🎨
|
|
25
|
-
...ownerState
|
|
25
|
+
...ownerState?.color === "text.secondary" && {
|
|
26
26
|
color: theme.vars.palette.text.secondary
|
|
27
27
|
},
|
|
28
28
|
// color text.disabled 🎨
|
|
29
|
-
...(ownerState
|
|
29
|
+
...(ownerState?.disabled || ownerState?.color === "text.disabled") && {
|
|
30
30
|
color: theme.vars.palette.text.disabled
|
|
31
31
|
},
|
|
32
32
|
...getTypographyStyles(
|
|
33
33
|
theme.generalSettings.isMobile,
|
|
34
|
-
ownerState
|
|
35
|
-
ownerState
|
|
34
|
+
ownerState?.size || "medium",
|
|
35
|
+
ownerState?.variant || "body"
|
|
36
36
|
)
|
|
37
37
|
}
|
|
38
38
|
}),
|
|
@@ -42,7 +42,7 @@ const typographyStyles = {
|
|
|
42
42
|
skeleton: ({ theme, ownerState }) => ({
|
|
43
43
|
...getSizeStyles(
|
|
44
44
|
theme,
|
|
45
|
-
ownerState
|
|
45
|
+
ownerState?.size || "medium",
|
|
46
46
|
"base"
|
|
47
47
|
)
|
|
48
48
|
})
|
|
@@ -21,8 +21,6 @@ export * from './Tab/';
|
|
|
21
21
|
export * from './Tabs';
|
|
22
22
|
export * from './TabContent';
|
|
23
23
|
export * from './TabContext';
|
|
24
|
-
export { Pager } from '../Pager/Pager';
|
|
25
|
-
export type { PagerProps } from '../Pager/types';
|
|
26
24
|
export { getPagerComponentsDictionary } from '../Pager/dicctionary';
|
|
27
25
|
export * from './Typography/Typography';
|
|
28
26
|
export * from './ToggleButton';
|
|
@@ -12,7 +12,7 @@ const popupsViewerStyles = {
|
|
|
12
12
|
width: "0px",
|
|
13
13
|
height: "0px",
|
|
14
14
|
cursor: "default",
|
|
15
|
-
zIndex: ownerState
|
|
15
|
+
zIndex: ownerState?.baseZindex || 0
|
|
16
16
|
}),
|
|
17
17
|
/**
|
|
18
18
|
* TODO: Documentar global: {
|
|
@@ -26,7 +26,7 @@ const popupsViewerStyles = {
|
|
|
26
26
|
width: "100%",
|
|
27
27
|
height: "100%",
|
|
28
28
|
backgroundColor: theme.vars.palette.background.default,
|
|
29
|
-
zIndex: ownerState
|
|
29
|
+
zIndex: ownerState?.zIndex || 0,
|
|
30
30
|
"&.fade-enter": {
|
|
31
31
|
opacity: 0
|
|
32
32
|
},
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
export declare const RootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
2
|
-
ownerState
|
|
2
|
+
ownerState?: (Partial<import('../types').PopupsViewerOwnerState> & Record<string, unknown>) | undefined;
|
|
3
3
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
4
|
-
export declare const PopupDragWindowRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../../DragResizeWindowRND/types').DragResizeWindowPropsRND, "ref"> & import('react').RefAttributes<import('../../../../DragResizeWindowRND/types').DragResizeWindowRNDRefHandler>, string | number> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme
|
|
5
|
-
ownerState: Partial<import('../types').PopupsViewerOwnerState> & Record<string, unknown>;
|
|
6
|
-
}, {}, {}>;
|
|
4
|
+
export declare const PopupDragWindowRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../../DragResizeWindowRND/types').DragResizeWindowPropsRND, "ref"> & import('react').RefAttributes<import('../../../../DragResizeWindowRND/types').DragResizeWindowRNDRefHandler>, string | number> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme>, {}, {}>;
|
|
7
5
|
export declare const PopupHeaderContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
8
|
-
ownerState
|
|
6
|
+
ownerState?: (Partial<import('../types').PopupsViewerOwnerState> & Record<string, unknown>) | undefined;
|
|
9
7
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
10
8
|
export declare const PopupHeaderTitleStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
11
|
-
ownerState
|
|
9
|
+
ownerState?: (Partial<import('../types').PopupsViewerOwnerState> & Record<string, unknown>) | undefined;
|
|
12
10
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import('react').ClassAttributes<HTMLSpanElement> | keyof import('react').HTMLAttributes<HTMLSpanElement>>, {}>;
|
|
13
11
|
export declare const PopupHeaderSubTitleStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
14
|
-
ownerState
|
|
12
|
+
ownerState?: (Partial<import('../types').PopupsViewerOwnerState> & Record<string, unknown>) | undefined;
|
|
15
13
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import('react').ClassAttributes<HTMLSpanElement> | keyof import('react').HTMLAttributes<HTMLSpanElement>>, {}>;
|
|
16
14
|
export declare const PopupContentRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
17
|
-
ownerState
|
|
15
|
+
ownerState?: (Partial<import('../types').PopupsViewerOwnerState> & Record<string, unknown>) | undefined;
|
|
18
16
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
19
17
|
export declare const PopupContentWrapperStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
20
|
-
ownerState
|
|
18
|
+
ownerState?: (Partial<import('../types').PopupsViewerOwnerState> & Record<string, unknown>) | undefined;
|
|
21
19
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
@@ -118,6 +118,8 @@ const Popup = forwardRef((props, ref) => {
|
|
|
118
118
|
isLoading: loading,
|
|
119
119
|
windowId: popupId,
|
|
120
120
|
selected,
|
|
121
|
+
type: "popup",
|
|
122
|
+
variant: "outlined",
|
|
121
123
|
...process.env.NODE_ENV !== "production" ? {
|
|
122
124
|
[TEST_PROP_ID]: getNameDataTestId(
|
|
123
125
|
POPUPS_VIEWER_CLASS_NAME,
|
|
@@ -3,7 +3,7 @@ import { Sizes } from '@m4l/styles';
|
|
|
3
3
|
* hook usado para obtener el valor por defecto para los componentes que usan la prop size
|
|
4
4
|
* @returns objeto con el valor por default del size y la función para cambiarlo
|
|
5
5
|
*/
|
|
6
|
-
export declare function useComponentSize
|
|
7
|
-
currentSize: Sizes;
|
|
8
|
-
setDefaultSize: (
|
|
6
|
+
export declare function useComponentSize<T extends Sizes | null | undefined = Sizes>(componentSize?: T): {
|
|
7
|
+
currentSize: T extends Sizes ? T : Sizes;
|
|
8
|
+
setDefaultSize: (size: Sizes) => void;
|
|
9
9
|
};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { u as useAppearanceComponentStore } from "../../contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
2
|
-
function useComponentSize(componentSize
|
|
2
|
+
function useComponentSize(componentSize) {
|
|
3
3
|
const defaultSize = useAppearanceComponentStore((state) => state.defaultSize);
|
|
4
4
|
const setDefaultSize = useAppearanceComponentStore((state) => state.actions.setDefaultSize);
|
|
5
|
-
return {
|
|
5
|
+
return {
|
|
6
|
+
currentSize: componentSize ?? defaultSize,
|
|
7
|
+
setDefaultSize
|
|
8
|
+
};
|
|
6
9
|
}
|
|
7
10
|
export {
|
|
8
11
|
useComponentSize as u
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare const StackLeftActionsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../..').StackProps, keyof import('../../..').StackProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> &
|
|
2
|
-
ownerState
|
|
1
|
+
export declare const StackLeftActionsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../..').StackProps, keyof import('../../..').StackProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
2
|
+
ownerState?: (Partial<import('../types').DynamicFilterAndSortOwnerState> & Record<string, unknown>) | undefined;
|
|
3
3
|
}, {}, {}>;
|
|
4
|
-
export declare const StackCustomHeaderStyled: import('@emotion/styled').StyledComponent<Pick<import('../../..').StackProps, keyof import('../../..').StackProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> &
|
|
5
|
-
ownerState
|
|
4
|
+
export declare const StackCustomHeaderStyled: import('@emotion/styled').StyledComponent<Pick<import('../../..').StackProps, keyof import('../../..').StackProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
5
|
+
ownerState?: (Partial<import('../types').DynamicFilterAndSortOwnerState> & Record<string, unknown>) | undefined;
|
|
6
6
|
}, {}, {}>;
|
|
7
|
-
export declare const StackRightActionsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../..').StackProps, keyof import('../../..').StackProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> &
|
|
8
|
-
ownerState
|
|
7
|
+
export declare const StackRightActionsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../..').StackProps, keyof import('../../..').StackProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
8
|
+
ownerState?: (Partial<import('../types').DynamicFilterAndSortOwnerState> & Record<string, unknown>) | undefined;
|
|
9
9
|
}, {}, {}>;
|
|
@@ -5,14 +5,10 @@ const dynamicFilterAndSortStyles = {
|
|
|
5
5
|
* Estilos para los leftActions
|
|
6
6
|
*/
|
|
7
7
|
stackLeftActions: ({ theme }) => ({
|
|
8
|
+
width: "fit-content",
|
|
8
9
|
gap: theme.vars.size.baseSpacings.sp1,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
minWidth: `${theme.vars.size.baseSpacings.sp2} !important`,
|
|
12
|
-
minHeight: `${theme.vars.size.baseSpacings.sp2} !important`,
|
|
13
|
-
height: `${theme.vars.size.baseSpacings.sp2} !important`,
|
|
14
|
-
backgroundColor: `${theme.vars.palette.primary.enabled} !important`
|
|
15
|
-
}
|
|
10
|
+
display: "flex",
|
|
11
|
+
alignItems: "center"
|
|
16
12
|
}),
|
|
17
13
|
/**
|
|
18
14
|
* Estilos para el Stack que contiene los componentes de filtro y ordenamiento
|
|
@@ -20,17 +16,14 @@ const dynamicFilterAndSortStyles = {
|
|
|
20
16
|
stackCustomHeader: ({ theme, ownerState }) => ({
|
|
21
17
|
flexDirection: theme.generalSettings.isMobile ? "column" : "row",
|
|
22
18
|
gap: theme.vars.size.baseSpacings.sp3,
|
|
23
|
-
padding: `0 ${theme.vars.size.baseSpacings.sp1}`,
|
|
24
19
|
height: "auto",
|
|
25
20
|
alignItems: "center",
|
|
26
21
|
[`& [class*="${DYNAMIC_FILTER_KEY_COMPONENT}-root"]`]: {
|
|
27
|
-
display: ownerState
|
|
28
|
-
width: "auto",
|
|
22
|
+
display: ownerState?.showDynamicFilter ? "block" : "none",
|
|
29
23
|
flexGrow: theme.generalSettings.isMobile ? 1 : 2
|
|
30
24
|
},
|
|
31
25
|
[`& [class*="${DYNAMIC_SORT_KEY_COMPONENT}-root"]`]: {
|
|
32
|
-
display: ownerState
|
|
33
|
-
width: "auto",
|
|
26
|
+
display: ownerState?.showDynamicSort ? "block" : "none",
|
|
34
27
|
flexGrow: 1
|
|
35
28
|
}
|
|
36
29
|
}),
|
|
@@ -39,7 +32,8 @@ const dynamicFilterAndSortStyles = {
|
|
|
39
32
|
*/
|
|
40
33
|
stackRightActions: ({ theme }) => ({
|
|
41
34
|
alignItems: "center",
|
|
42
|
-
gap: theme.vars.size.baseSpacings.sp1
|
|
35
|
+
gap: theme.vars.size.baseSpacings.sp1,
|
|
36
|
+
width: "fit-content"
|
|
43
37
|
})
|
|
44
38
|
};
|
|
45
39
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { DynamicSortProps, InitialSortApplied, RawSortFieldApply } from '../../components/DynamicSort/types';
|
|
2
2
|
import { DynamicFilterProps, InitialFilterApplied, RawFilterFieldApply } from '../../components/DynamicFilter/types';
|
|
3
|
-
import { OverridesStyleRules } from '@mui/material/styles/overrides';
|
|
4
3
|
import { DynamicFilterAndSortSlots } from './slots/DynamicFilterAndSortEnum';
|
|
5
4
|
import { M4LDYNAMIC_KEY_FILTER_AND_SORT } from './constants';
|
|
6
5
|
import { Theme } from '@mui/material/styles';
|
|
7
6
|
import { WindowToolsMF } from '../../components/WindowBase';
|
|
7
|
+
import { M4LOverridesStyleRules } from '../../@types/augmentations';
|
|
8
8
|
interface ChangeFilter {
|
|
9
9
|
filters?: Array<InitialFilterApplied>;
|
|
10
10
|
rawFilters?: Array<RawFilterFieldApply>;
|
|
@@ -35,5 +35,5 @@ export interface DynamicFilterAndSortOwnerState {
|
|
|
35
35
|
showDynamicSort: boolean;
|
|
36
36
|
}
|
|
37
37
|
export type DynamicFilterAndSortSlotsType = keyof typeof DynamicFilterAndSortSlots;
|
|
38
|
-
export type DynamicFilterAndSortStyles =
|
|
38
|
+
export type DynamicFilterAndSortStyles = M4LOverridesStyleRules<DynamicFilterAndSortSlotsType, typeof M4LDYNAMIC_KEY_FILTER_AND_SORT, Theme>;
|
|
39
39
|
export {};
|
|
@@ -3,7 +3,6 @@ import { useEnvironment } from "@m4l/core";
|
|
|
3
3
|
import { useState, useRef, useMemo, useCallback } from "react";
|
|
4
4
|
import { D as DynamicFilter } from "../../components/DynamicFilter/DynamicFilter.js";
|
|
5
5
|
import { D as DynamicSort } from "../../components/DynamicSort/DynamicSort.js";
|
|
6
|
-
import { B as Badge } from "../../components/mui_extended/Badge/Badge.js";
|
|
7
6
|
import { I as IconButton } from "../../components/mui_extended/IconButton/IconButton.js";
|
|
8
7
|
import { T as ToggleIconButton } from "../../components/mui_extended/ToggleIconButton/ToggleIconButton.js";
|
|
9
8
|
import { g as getPropDataTestId } from "../../test/getNameDataTestId.js";
|
|
@@ -14,22 +13,7 @@ import { S as StackLeftActionsStyled, a as StackRightActionsStyled, b as StackCu
|
|
|
14
13
|
import { deepEqual } from "fast-equals";
|
|
15
14
|
import { g as getPurgedCookie } from "./helpers.js";
|
|
16
15
|
const useDynamicFilterAndSort = (props) => {
|
|
17
|
-
const {
|
|
18
|
-
fields,
|
|
19
|
-
sorts,
|
|
20
|
-
onChangeFilterSort,
|
|
21
|
-
dataTestId,
|
|
22
|
-
withAllField,
|
|
23
|
-
rightActions,
|
|
24
|
-
initialFilterToggleed = true,
|
|
25
|
-
initialSortToggleed = true,
|
|
26
|
-
prefixCookie,
|
|
27
|
-
setCookie,
|
|
28
|
-
getCookie,
|
|
29
|
-
filterSortAutomatic = true,
|
|
30
|
-
visibleRefresh = false,
|
|
31
|
-
withExternalRefresh
|
|
32
|
-
} = props;
|
|
16
|
+
const { fields, sorts, onChangeFilterSort, dataTestId, withAllField, rightActions, initialFilterToggleed = true, initialSortToggleed = true, prefixCookie, setCookie, getCookie, filterSortAutomatic = true, visibleRefresh = false, withExternalRefresh } = props;
|
|
33
17
|
const { host_static_assets, environment_assets } = useEnvironment();
|
|
34
18
|
const [togglesLeftActions, setTogglesLeftActions] = useState(() => ({ filter: initialFilterToggleed, sort: initialSortToggleed }));
|
|
35
19
|
const [initialAppliedFilters] = useState(() => {
|
|
@@ -104,15 +88,14 @@ const useDynamicFilterAndSort = (props) => {
|
|
|
104
88
|
}
|
|
105
89
|
}
|
|
106
90
|
}, [filterSortAutomatic, isValidFilters, onChangeFilterSort]);
|
|
107
|
-
const leftActions = useMemo(() => /* @__PURE__ */ jsxs(StackLeftActionsStyled, { direction: "row",
|
|
108
|
-
/* @__PURE__ */ jsx(
|
|
109
|
-
/* @__PURE__ */ jsx(
|
|
91
|
+
const leftActions = useMemo(() => /* @__PURE__ */ jsxs(StackLeftActionsStyled, { direction: "row", ...getPropDataTestId(M4LDYNAMIC_KEY_FILTER_AND_SORT, DynamicFilterAndSortSlots.stackLeftActions, dataTestId), children: [
|
|
92
|
+
/* @__PURE__ */ jsx(ToggleIconButton, { badgeProps: { variant: "dot", invisible: invisibleBadge.filter, color: "primary" }, icon: `${host_static_assets}/${environment_assets}/${ICON_PATH_FILTER}`, isToggled: togglesLeftActions.filter, onToggle: () => handleToggles("filter") }),
|
|
93
|
+
/* @__PURE__ */ jsx(ToggleIconButton, { badgeProps: { variant: "dot", invisible: invisibleBadge.sort, color: "primary" }, icon: `${host_static_assets}/${environment_assets}/${ICON_PATH_SORT}`, isToggled: togglesLeftActions.sort, onToggle: () => handleToggles("sort") })
|
|
110
94
|
] }), [togglesLeftActions, invisibleBadge, host_static_assets, environment_assets]);
|
|
111
95
|
const finalRightActions = useMemo(() => /* @__PURE__ */ jsxs(
|
|
112
96
|
StackRightActionsStyled,
|
|
113
97
|
{
|
|
114
98
|
direction: "row",
|
|
115
|
-
ownerState: {},
|
|
116
99
|
...getPropDataTestId(M4LDYNAMIC_KEY_FILTER_AND_SORT, DynamicFilterAndSortSlots.stackRightActions, dataTestId),
|
|
117
100
|
children: [
|
|
118
101
|
/* @__PURE__ */ jsx(
|
package/index.js
CHANGED
|
@@ -80,7 +80,6 @@ import { B as B4 } from "./components/mui_extended/Badge/Badge.js";
|
|
|
80
80
|
import { L as L3 } from "./components/mui_extended/LinearProgress/index.js";
|
|
81
81
|
import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.js";
|
|
82
82
|
import { L as L5 } from "./components/mui_extended/LoadingButton/LoadingButton.js";
|
|
83
|
-
import { P as P2 } from "./components/Pager/Pager.js";
|
|
84
83
|
import { g as g11 } from "./components/Pager/dicctionary.js";
|
|
85
84
|
import { A as A15 } from "./components/mui_extended/Accordion/Accordion.js";
|
|
86
85
|
import { T as T3 } from "./components/mui_extended/Tooltip/Tooltip.js";
|
|
@@ -88,7 +87,7 @@ import { I as I2 } from "./components/mui_extended/IconButton/IconButton.js";
|
|
|
88
87
|
import { B as B5 } from "./components/mui_extended/Button/Button.js";
|
|
89
88
|
import { C as C14 } from "./components/mui_extended/CheckBox/CheckBox.js";
|
|
90
89
|
import { I as I3 } from "./components/mui_extended/ImageButton/ImageButton.js";
|
|
91
|
-
import { P as
|
|
90
|
+
import { P as P2 } from "./components/mui_extended/Popover/Popover.js";
|
|
92
91
|
import { S as S4 } from "./components/mui_extended/Skeleton/Skeleton.js";
|
|
93
92
|
import { S as S5 } from "./components/mui_extended/Stack/Stack.js";
|
|
94
93
|
import { T as T4 } from "./components/mui_extended/Tab/Tab.js";
|
|
@@ -103,7 +102,7 @@ import { T as T11 } from "./components/mui_extended/ToggleButton/slots/ToggleBut
|
|
|
103
102
|
import { T as T12 } from "./components/mui_extended/ToggleButton/slots/ToggleButtonSlots.js";
|
|
104
103
|
import { t as t2 } from "./components/mui_extended/ToggleIconButton/ToggleIconButton.styles.js";
|
|
105
104
|
import { T as T13 } from "./components/mui_extended/ToggleIconButton/ToggleIconButton.js";
|
|
106
|
-
import { T as T14 } from "./components/mui_extended/ToggleIconButton/constants.js";
|
|
105
|
+
import { a as a7, T as T14 } from "./components/mui_extended/ToggleIconButton/constants.js";
|
|
107
106
|
import { T as T15 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonEnum.js";
|
|
108
107
|
import { T as T16 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.js";
|
|
109
108
|
import { N as N2 } from "./components/mui_extended/NavLink/NavLink.js";
|
|
@@ -111,10 +110,10 @@ import { D as D6 } from "./components/mui_extended/Dialog/Dialog.js";
|
|
|
111
110
|
import { B as B6 } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
112
111
|
import { D as D7, g as g12 } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
113
112
|
import { U, g as g13 } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
114
|
-
import { P as
|
|
113
|
+
import { P as P3, g as g14 } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
115
114
|
import { C as C15, g as g15 } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
116
|
-
import { P as
|
|
117
|
-
import { P as
|
|
115
|
+
import { P as P4, u as u13 } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
116
|
+
import { P as P5, g as g16 } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
118
117
|
import { C as C16 } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
119
118
|
import { g as g17 } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
120
119
|
import { D as D8 } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
@@ -145,7 +144,7 @@ import { r } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
|
145
144
|
import { R as R16 } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
146
145
|
import { R as R17 } from "./components/hook-form/RHFPeriod/constants.js";
|
|
147
146
|
import { R as R18 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
|
|
148
|
-
import { P as
|
|
147
|
+
import { P as P6, R as R19, S as S6, T as T17 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
|
|
149
148
|
import { R as R20 } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
|
|
150
149
|
import { R as R21 } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
|
|
151
150
|
import { I as I4 } from "./components/Icon/Icon.js";
|
|
@@ -157,7 +156,7 @@ import { L as L9 } from "./components/Loadable/index.js";
|
|
|
157
156
|
import { L as L10 } from "./components/LoadingError/LoadingError.js";
|
|
158
157
|
import { g as g22 } from "./components/LoadingError/dictionary.js";
|
|
159
158
|
import { g as g23 } from "./components/MenuActions/dictionary.js";
|
|
160
|
-
import { a as
|
|
159
|
+
import { a as a8, M as M3 } from "./components/MenuActions/MenuActions.js";
|
|
161
160
|
import { M as M4 } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
162
161
|
import { M as M5 } from "./components/MFLoader/MFLoader.js";
|
|
163
162
|
import { g as g24 } from "./components/MFLoader/dictionary.js";
|
|
@@ -165,31 +164,32 @@ import { N as N3 } from "./components/NoItemSelected/NoItemSelected.js";
|
|
|
165
164
|
import { g as g25 } from "./components/NoItemSelected/dictionary.js";
|
|
166
165
|
import { g as g26 } from "./components/ObjectLogs/dictionary.js";
|
|
167
166
|
import { O } from "./components/ObjectLogs/ObjectLogs.js";
|
|
168
|
-
import { P as
|
|
169
|
-
import { P as
|
|
167
|
+
import { P as P7 } from "./components/PaperForm/PaperForm.js";
|
|
168
|
+
import { P as P8 } from "./components/PDFViewer/PDFViewer.js";
|
|
170
169
|
import { u as u14 } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
171
|
-
import { a as
|
|
172
|
-
import { P as
|
|
173
|
-
import { P as
|
|
174
|
-
import { P as
|
|
170
|
+
import { a as a9, P as P9 } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
|
|
171
|
+
import { P as P10 } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
172
|
+
import { P as P11 } from "./components/PrintingSystem/PrintingSystem.js";
|
|
173
|
+
import { P as P12 } from "./components/PropertyValue/PropertyValue.js";
|
|
175
174
|
import { S as S7 } from "./components/ScrollBar/ScrollBar.js";
|
|
176
175
|
import { S as S8 } from "./components/SideBar/SideBar.js";
|
|
177
176
|
import { T as T18 } from "./components/ToastContainer/ToastContainer.js";
|
|
178
177
|
import { T as T19 } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
179
178
|
import { W } from "./components/WindowBase/WindowBase.js";
|
|
180
179
|
import { u as u15 } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
181
|
-
import { a as
|
|
182
|
-
import { M as M6, W as W2, a as
|
|
180
|
+
import { a as a10, u as u16 } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
181
|
+
import { M as M6, W as W2, a as a11 } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
183
182
|
import { c as c3 } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
184
|
-
import { D as D9, a as
|
|
183
|
+
import { D as D9, a as a12, M as M7 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
185
184
|
import { W as W3 } from "./components/WindowConfirm/WindowConfirm.js";
|
|
186
|
-
import { a as
|
|
185
|
+
import { a as a13, g as g27 } from "./components/ModalDialog/dictionary.js";
|
|
187
186
|
import { M as M8 } from "./components/ModalDialog/ModalDialog.js";
|
|
187
|
+
import { P as P13 } from "./components/Pager/Pager.js";
|
|
188
188
|
import { F as F2, R as R22, u as u17 } from "./components/hook-form/RHFormContext/index.js";
|
|
189
189
|
import { g as g28 } from "./components/hook-form/RHFormContext/dictionary.js";
|
|
190
190
|
import { u as u18 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
191
191
|
import { A as A16 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
192
|
-
import { a as
|
|
192
|
+
import { a as a14, M as M9 } from "./contexts/ModalContext/index.js";
|
|
193
193
|
import { u as u19 } from "./hooks/useFormAddEdit/index.js";
|
|
194
194
|
import { u as u20 } from "./hooks/useModal/index.js";
|
|
195
195
|
import { u as u21 } from "./hooks/useTab/index.js";
|
|
@@ -210,9 +210,9 @@ import { g as g30 } from "./utils/getComponentUtilityClass.js";
|
|
|
210
210
|
import { g as g31 } from "./utils/getPaletteColor.js";
|
|
211
211
|
import { g as g32 } from "./utils/getTypographyStyles.js";
|
|
212
212
|
import { g as g33 } from "./utils/getIconColor.js";
|
|
213
|
-
import { a as
|
|
213
|
+
import { a as a15 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
214
214
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
215
|
-
import { g as g34, a as
|
|
215
|
+
import { g as g34, a as a16 } from "./utils/getComponentSlotRoot.js";
|
|
216
216
|
import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
217
217
|
import { g as g35 } from "./utils/getValidDate.js";
|
|
218
218
|
import { g as g36 } from "./utils/getNullGuard.js";
|
|
@@ -266,7 +266,7 @@ export {
|
|
|
266
266
|
D3 as DragResizeWindowRND,
|
|
267
267
|
D4 as DynamicFilter,
|
|
268
268
|
D9 as DynamicMFParmsContext,
|
|
269
|
-
|
|
269
|
+
a12 as DynamicMFParmsProvider,
|
|
270
270
|
D5 as DynamicSort,
|
|
271
271
|
F as FixedSizeList,
|
|
272
272
|
F2 as FormProviderCustom,
|
|
@@ -292,10 +292,10 @@ export {
|
|
|
292
292
|
M4 as MFIsolationApp,
|
|
293
293
|
M5 as MFLoader,
|
|
294
294
|
M7 as MemonizedDynamicMFParmsProvider,
|
|
295
|
-
|
|
295
|
+
a8 as MemonizedMenuActions,
|
|
296
296
|
M6 as MemonizedWindowToolsMFContext,
|
|
297
297
|
M3 as MenuActions,
|
|
298
|
-
|
|
298
|
+
a14 as ModalContext,
|
|
299
299
|
M8 as ModalDialog,
|
|
300
300
|
M9 as ModalProvider,
|
|
301
301
|
M as MotionContainer,
|
|
@@ -305,20 +305,20 @@ export {
|
|
|
305
305
|
N as NumberEditor,
|
|
306
306
|
O as ObjectLogs,
|
|
307
307
|
O2 as ObjectQueue,
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
308
|
+
P8 as PDFViewer,
|
|
309
|
+
P13 as Pager,
|
|
310
|
+
P7 as PaperForm,
|
|
311
|
+
P4 as PeriodFormatter,
|
|
312
|
+
P6 as PeriodRootStyled,
|
|
313
|
+
P3 as PointsFormatter,
|
|
314
|
+
P2 as Popover,
|
|
315
|
+
a9 as PopupsContext,
|
|
316
|
+
P9 as PopupsProvider,
|
|
317
|
+
P10 as PopupsViewer,
|
|
318
|
+
P5 as PriceFormatter,
|
|
319
|
+
P11 as PrintingSystem,
|
|
320
320
|
P as PropagateLoaderSpinner,
|
|
321
|
-
|
|
321
|
+
P12 as PropertyValue,
|
|
322
322
|
R4 as RHFAutocomplete,
|
|
323
323
|
R5 as RHFAutocompleteAsync,
|
|
324
324
|
R13 as RHFCheckbox,
|
|
@@ -351,6 +351,7 @@ export {
|
|
|
351
351
|
S3 as SplitLayout,
|
|
352
352
|
S5 as Stack,
|
|
353
353
|
T10 as TOGGLE_BUTTON_KEY_COMPONENT,
|
|
354
|
+
a7 as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
|
|
354
355
|
T14 as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
|
355
356
|
T4 as Tab,
|
|
356
357
|
T6 as TabContent,
|
|
@@ -375,7 +376,7 @@ export {
|
|
|
375
376
|
W as WindowBase,
|
|
376
377
|
W3 as WindowConfirm,
|
|
377
378
|
W2 as WindowToolsMFContext,
|
|
378
|
-
|
|
379
|
+
a11 as WindowToolsMFProvider,
|
|
379
380
|
c2 as addLayoutItemToBreakPointIfNoExists,
|
|
380
381
|
e as addLayoutItemToBreakPoints,
|
|
381
382
|
c4 as capitalizeFirstLetter,
|
|
@@ -391,7 +392,7 @@ export {
|
|
|
391
392
|
g3 as getAreasDictionary,
|
|
392
393
|
g4 as getCommonActionsDictionary,
|
|
393
394
|
g34 as getComponentClasses,
|
|
394
|
-
|
|
395
|
+
a16 as getComponentSlotRoot,
|
|
395
396
|
g30 as getComponentUtilityClass,
|
|
396
397
|
g5 as getDataGridComponentsDictionary,
|
|
397
398
|
g6 as getDataGridRowsFromSet,
|
|
@@ -405,13 +406,13 @@ export {
|
|
|
405
406
|
g14 as getFormatPoints,
|
|
406
407
|
g16 as getFormatPrice,
|
|
407
408
|
g18 as getFormattersComponentsDictionary,
|
|
408
|
-
|
|
409
|
+
a15 as getHeightSizeStyles,
|
|
409
410
|
g33 as getIconColor,
|
|
410
411
|
g8 as getIsIfInDynamicFilter,
|
|
411
412
|
g22 as getLoadingErrorComponentsDictionary,
|
|
412
413
|
g24 as getMFLoaderComponentsDictionary,
|
|
413
414
|
g23 as getMenuActionsComponentsDictionary,
|
|
414
|
-
|
|
415
|
+
a13 as getModalDialogComponentsDictionary,
|
|
415
416
|
g27 as getModalDictionary,
|
|
416
417
|
g25 as getNoItemSelectedComponentsDictionary,
|
|
417
418
|
g36 as getNullGuard,
|
|
@@ -449,7 +450,7 @@ export {
|
|
|
449
450
|
u17 as useCustomForm,
|
|
450
451
|
u29 as useDataGridPersistence,
|
|
451
452
|
u28 as useDynamicFilterAndSort,
|
|
452
|
-
|
|
453
|
+
a10 as useDynamicMFParameters,
|
|
453
454
|
u16 as useDynamicMFParametersStore,
|
|
454
455
|
u19 as useFormAddEdit,
|
|
455
456
|
u22 as useFormFocus,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.56-beta.2",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"description": "M4L Components",
|
|
6
6
|
"lint-staged": {
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@googlemaps/js-api-loader": "^1.16.6",
|
|
12
12
|
"@hookform/resolvers": "^2.9.5",
|
|
13
13
|
"@m4l/core": "^2.0.0",
|
|
14
|
-
"@m4l/graphics": "
|
|
15
|
-
"@m4l/styles": "
|
|
14
|
+
"@m4l/graphics": "7.1.1-beta.2",
|
|
15
|
+
"@m4l/styles": "7.1.28-beta.2",
|
|
16
16
|
"@microlink/react-json-view": "^1.23.3",
|
|
17
17
|
"@mui/lab": "5.0.0-alpha.173",
|
|
18
18
|
"@mui/material": "5.16.7",
|
|
@@ -30,4 +30,8 @@ export declare const WithStartAndEndIcon: Story;
|
|
|
30
30
|
* Base story for `Chip` in skeleton mode.
|
|
31
31
|
*/
|
|
32
32
|
export declare const Skeleton: Story;
|
|
33
|
+
export declare const allaColorsContainedTone: Story;
|
|
34
|
+
export declare const allaColorsOutlinedTone: Story;
|
|
35
|
+
export declare const allaColorsContainedOpacity: Story;
|
|
36
|
+
export declare const allaColorsOutlinedOpacity: Story;
|
|
33
37
|
export default meta;
|