@m4l/components 9.4.21 → 9.4.22-JT03012026.beta.1
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/AccountPopover/AccountPopover.js +2 -2
- package/components/AccountPopover/slots/AccountPopoverSlots.js +7 -7
- package/components/AccountPopover/subcomponents/MenuPopover/MenuPopover.js +1 -1
- package/components/ActionsGroup/ActionsGroup.js +2 -2
- package/components/ActionsGroup/constants.js +3 -3
- package/components/ActionsGroup/slots/ActionsGroupSlots.js +4 -4
- package/components/ActionsGroup/subcomponents/ActionIconButton/ActionIconButton.js +1 -1
- package/components/AppBar/AppBar.js +1 -1
- package/components/BaseModule/BaseModule.js +1 -1
- package/components/Card/Card.js +1 -1
- package/components/Card/constants.js +3 -3
- package/components/Card/slots/CardSlots.js +1 -1
- package/components/CheckableList/CheckableList.js +2 -2
- package/components/CheckableList/constants.js +3 -3
- package/components/CheckableList/hooks/useCheckableListRender.js +1 -1
- package/components/CheckableList/slots/styled.js +16 -16
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/constants.js +3 -3
- package/components/Chip/slots/ChipSlots.js +1 -1
- package/components/Color/Color.js +1 -1
- package/components/CommonActions/components/ActionFormCancel/constanst.js +1 -1
- package/components/CommonActions/components/ActionFormIntro/constanst.js +1 -1
- package/components/CommonActions/components/ActionFormSubmitProgrammatic/constanst.js +1 -1
- package/components/ContainerFlow/ContainerFlow.js +1 -1
- package/components/ContainerFlow/constants.js +4 -4
- package/components/ContainerFlow/helpers/getSpacingValue/getSpacingValue.js +1 -1
- package/components/ContainerFlow/slots/ContainerFlowSlots.js +1 -1
- package/components/DaysOfWeekPicker/DaysOfWeekPicker.js +1 -1
- package/components/DaysOfWeekPicker/constants.js +3 -3
- package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.js +1 -1
- package/components/DynamicFilter/DynamicFilter.js +1 -1
- package/components/DynamicFilter/constants.js +7 -7
- package/components/DynamicFilter/helpers/frontEndHelpers.js +2 -2
- package/components/DynamicFilter/slots/dynamicFilterSlots.js +7 -7
- package/components/DynamicFilter/store/DynamicFilterContext.js +2 -2
- package/components/DynamicFilter/store/DynamicFilterStore.js +1 -1
- package/components/DynamicFilter/store/useDynamicFilterStore.js +1 -1
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/DynamicFilterBase.js +4 -4
- package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/helpers.js +1 -1
- package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/index.js +1 -1
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectAsyncFilter/helpers.js +1 -1
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectAsyncFilter/index.js +1 -1
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/helpers.js +1 -1
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/index.js +1 -1
- package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/helpers.js +1 -1
- package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/index.js +1 -1
- package/components/DynamicFilter/subcomponents/InputFilter/InputFilter.js +1 -1
- package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter.js +1 -1
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.js +1 -1
- package/components/DynamicSort/DynamicSort.js +1 -1
- package/components/DynamicSort/constants.js +2 -2
- package/components/DynamicSort/slots/DynamicSortSlots.js +11 -11
- package/components/DynamicSort/store/DynamicSortContext.js +2 -2
- package/components/DynamicSort/store/DynamicSortStore.js +1 -1
- package/components/DynamicSort/store/useDynamicSortStore.js +1 -1
- package/components/DynamicSort/subcomponents/AppliedSorts/AppliedSorts.js +2 -2
- package/components/DynamicSort/subcomponents/DynamicSortBase/DynamicSortBase.js +4 -4
- package/components/DynamicSort/subcomponents/InputSort/InputSort.js +1 -1
- package/components/DynamicSort/subcomponents/PopoverSort/PopoverSort.js +1 -1
- package/components/DynamicSort/subcomponents/SortActions/SortActions.js +1 -1
- package/components/FormContainer/FormContainer.js +1 -1
- package/components/FormContainer/constants.js +3 -3
- package/components/FormContainer/slots/FormContainerSlots.js +1 -1
- package/components/GridLayout/GridLayout.js +2 -2
- package/components/GridLayout/constants.js +8 -8
- package/components/GridLayout/subcomponents/GridItem/index.js +2 -2
- package/components/GridLayout/subcomponents/Responsive/helper.js +1 -1
- package/components/GridLayout/subcomponents/Responsive/index.js +2 -2
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.js +1 -1
- package/components/GridLayout/subcomponents/withSizeProvider/index.js +1 -1
- package/components/GridLayout/utils.js +11 -11
- package/components/HelperError/constant.js +1 -1
- package/components/Icon/Icon.js +2 -2
- package/components/Icon/Icon.styles.js +1 -1
- package/components/Icon/constants.js +4 -4
- package/components/Icon/slots/IconSlots.js +1 -1
- package/components/Image/Image.js +3 -3
- package/components/Image/constant.js +3 -3
- package/components/Image/slots/ImageSlots.js +4 -4
- package/components/Image/subcomponents/IntersectComponent/index.js +3 -3
- package/components/ImageText/ImageText.js +2 -2
- package/components/ImageText/constants.js +4 -4
- package/components/ImageText/slots/ImageTextSlots.js +1 -1
- package/components/Label/constants.js +1 -1
- package/components/LanguagePopover/LanguagePopover.js +2 -2
- package/components/LinearProgressIndeterminate/LinearProgressIndeterminate.js +2 -2
- package/components/LoadingError/LoadingError.js +2 -2
- package/components/MFIsolationApp/MFIsolationApp.js +3 -3
- package/components/MFIsolationAppStorybook/MFIsolationAppStorybook.js +2 -2
- package/components/MFLoader/MFLoader.js +1 -1
- package/components/MFLoader/classes/index.js +3 -3
- package/components/MFLoader/subcomponents/ProggessLoadingMF/index.js +1 -1
- package/components/MenuActions/MenuActions.js +1 -1
- package/components/MenuActions/constants.js +4 -4
- package/components/MenuActions/slots/MenuActionsSlots.js +1 -1
- package/components/NoItemPrivileges/NoItemPrivileges.js +1 -1
- package/components/NoItemPrivileges/constants.js +3 -3
- package/components/NoItemPrivileges/slots/NoItemPrivilegesSlots.js +1 -1
- package/components/NoItemSelected/NoItemSelected.js +1 -1
- package/components/NoItemSelected/constant.js +3 -3
- package/components/NoItemSelected/slots/NoItemSelectedSlots.js +1 -1
- package/components/NumberInput/NumberInput.js +2 -2
- package/components/ObjectLogs/constants.js +3 -3
- package/components/ObjectLogs/slots/ObjectLogsSlots.js +1 -1
- package/components/ObjectLogs/subcomponents/DetailDialog/index.js +1 -1
- package/components/ObjectLogs/subcomponents/ObjectLogsByM4L/ObjectLogsByM4L.js +2 -2
- package/components/ObjectLogs/subcomponents/ObjectLogsByOthers/ObjectLogsByOthers.js +2 -2
- package/components/PDFViewer/PDFViewer.js +2 -2
- package/components/Pager/Pager.js +2 -2
- package/components/Pager/slots/PagerSlots.js +3 -3
- package/components/Pager/subcomponents/PagerActions/PagerActions.js +1 -1
- package/components/PaperForm/PaperForm.js +1 -1
- package/components/PrintingSystem/PrintingSystem.js +3 -3
- package/components/PrintingSystem/slots/PrintingSystemSlots.js +13 -13
- package/components/PrintingSystem/subcomponents/GridNode/index.js +1 -1
- package/components/PrintingSystem/subcomponents/PageNode/index.js +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/index.js +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/index.js +1 -1
- package/components/PropertyValue/PropertyValue.js +25 -14
- package/components/PropertyValue/PropertyValue.styles.js +135 -15
- package/components/PropertyValue/slots/PropertyValueEnum.d.ts +4 -1
- package/components/PropertyValue/slots/PropertyValueEnum.js +3 -0
- package/components/PropertyValue/slots/PropertyValueSlots.d.ts +9 -0
- package/components/PropertyValue/slots/PropertyValueSlots.js +17 -1
- package/components/PropertyValue/types.d.ts +117 -5
- package/components/ScrollBar/ScrollBar.js +1 -1
- package/components/ScrollBar/constants.js +3 -3
- package/components/ScrollBar/slots/ScrollBarSlots.js +1 -1
- package/components/SettingsLayout/SettingsLayout.js +1 -1
- package/components/SettingsLayout/constants.js +5 -5
- package/components/SettingsLayout/slots/SettingsLayoutSlots.js +8 -8
- package/components/SettingsLayout/subcomponents/SettingColorPresets/SettingColorPresets.js +1 -1
- package/components/SettingsLayout/subcomponents/SettingDirection/SettingDirection.js +1 -1
- package/components/SettingsLayout/subcomponents/SettingFullscreen/SettingFullscreen.js +1 -1
- package/components/SettingsLayout/subcomponents/SettingItem/SettingItem.js +1 -1
- package/components/SettingsLayout/subcomponents/SettingItemColor/SettingItemColor.js +1 -1
- package/components/SettingsLayout/subcomponents/SettingMode/SettingMode.js +1 -1
- package/components/SettingsLayout/subcomponents/SettingsLayoutBase/SettingsLayoutBase.js +1 -1
- package/components/SideBar/SideBar.js +2 -2
- package/components/SideBar/constants.js +2 -2
- package/components/SideBar/context/sideBarContext/index.js +3 -3
- package/components/SideBar/hooks/useSideBar/index.js +1 -1
- package/components/SideBar/slots/SideBarSlots.js +15 -15
- package/components/SideBar/subcomponents/ContentComponent/index.js +1 -1
- package/components/SideBar/subcomponents/FooterComponent/index.js +1 -1
- package/components/SideBar/subcomponents/HeaderComponent/HeaderComponent.js +1 -1
- package/components/SideBar/subcomponents/SideBarDesktop/index.js +2 -2
- package/components/SideBar/subcomponents/SideBarMobile/index.js +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/index.js +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/AdormentIcon/AdormentIcon.js +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/ArrowIcon/index.js +2 -2
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItem/index.js +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItemMain/NodeMenuItemMain.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/constants.js +2 -2
- package/components/Stepper/hooks/useStepper/index.js +1 -1
- package/components/Stepper/slots/StepperEnum.js +2 -2
- package/components/Stepper/slots/StepperSlot.js +18 -18
- package/components/Stepper/store/StepperContext/index.js +3 -3
- package/components/Stepper/store/StepperStore/index.js +1 -1
- package/components/Stepper/subcomponents/ContentArea/index.js +1 -1
- package/components/Stepper/subcomponents/ContentArea/subcomponents/WrapperIcon/index.js +1 -1
- package/components/Stepper/subcomponents/ContentArea/subcomponents/WrapperTitle/index.js +1 -1
- package/components/Stepper/subcomponents/StepArea/index.js +1 -1
- package/components/Stepper/subcomponents/StepArea/subcomponents/Inidicator/index.js +1 -1
- package/components/Stepper/subcomponents/StepperContent/subcomponents/Step/index.js +1 -1
- package/components/Stepper/subcomponents/StepperFooter/index.js +1 -1
- package/components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js +1 -1
- package/components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js +1 -1
- package/components/TabsNavigator/TabsNavigator.js +2 -2
- package/components/TabsNavigator/TabsNavigator.styles.js +1 -1
- package/components/TabsNavigator/constants.js +4 -4
- package/components/TabsNavigator/helpers/getFinalTabs/getFinalTabs.js +1 -1
- package/components/TabsNavigator/slots/TabsNavigatorSlots.js +8 -8
- package/components/TabsNavigator/subcomponents/TabNavigatorClusterComponent/TabNavigatorClusterComponent.js +2 -2
- package/components/TabsNavigator/subcomponents/TabNavigatorComponent/TabNavigatorComponent.js +2 -2
- package/components/TabsNavigator/subcomponents/TextMarquee/TextMarquee.js +2 -2
- package/components/ToastContainer/ToastContainer.js +2 -2
- package/components/ToastContainer/ToastContainer.styles.js +1 -1
- package/components/ToastContainer/constants.js +2 -2
- package/components/ToastContainer/slots/toastContainerSlots.js +1 -1
- package/components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js +1 -1
- package/components/WindowBase/WindowBase.js +4 -4
- package/components/WindowBase/constants.js +1 -1
- package/components/WindowBase/slots/WindowBaseSlots.js +9 -9
- package/components/WindowBase/subcomponents/Component/index.js +1 -1
- package/components/WindowBase/subcomponents/EditionInfo/EditionInfo.js +1 -1
- package/components/WindowBase/subcomponents/Header/HeaderWindowBase.js +1 -1
- package/components/WindowConfirm/WindowConfirm.js +4 -4
- package/components/WindowConfirm/slots/WindowConfirmSlots.js +7 -7
- package/components/WindowConfirm/subcomponents/MessageIllustration/MessageIllustration.js +1 -1
- package/components/areas/components/AreasAdmin/AreasAdmin.js +3 -3
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.js +16 -16
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/AreaChip.js +2 -2
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/AreaChipMobile.js +1 -1
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +1 -1
- package/components/areas/components/AreasViewer/AreasViewer.js +4 -4
- package/components/areas/components/AreasViewer/classes/index.js +1 -1
- package/components/areas/components/AreasViewer/slots/AreasViewerSlots.js +3 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/Area.js +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/Window.js +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/WindowModal.js +1 -1
- package/components/areas/constants.js +2 -2
- package/components/areas/contexts/AreasContext/index.js +2 -2
- package/components/areas/contexts/AreasContext/store.js +2 -2
- package/components/areas/hooks/useAreas/index.js +1 -1
- package/components/commercial/TopBar/TopBar.js +2 -2
- package/components/commercial/TopBar/component/ConteinItem/index.js +1 -1
- package/components/commercial/TopBar/component/ConteinItem/subcomponets/NavItem/index.js +1 -1
- package/components/commercial/TopBar/context/index.js +2 -2
- package/components/commercial/TopBar/hook/topBarContext/index.js +1 -1
- package/components/datagrids/Datagrid.styles.js +27 -0
- package/components/datagrids/components/BaseDataGrid/BaseDataGrid.js +6 -6
- package/components/datagrids/components/DataGridMain/DataGridMain.js +4 -2
- package/components/datagrids/components/TreeDataGrid/TreeDataGrid.js +3 -1
- package/components/datagrids/constants.js +3 -3
- package/components/datagrids/contexts/DataGridContext/DataGridContext.js +4 -4
- package/components/datagrids/contexts/FilterContext/FilterContext.js +2 -2
- package/components/datagrids/formatters/ColumnChipStatusFormatter/ColumnChipStatusGroupFormatter.js +1 -1
- package/components/datagrids/formatters/ColumnChipStatusFormatter/formatter.js +1 -1
- package/components/datagrids/formatters/ColumnImageFormatter/ImageFormatterCell.js +1 -1
- package/components/datagrids/hooks/shared/useDataGrid/useDataGrid.js +1 -1
- package/components/datagrids/hooks/shared/useFilters/useFilters.js +1 -1
- package/components/datagrids/slots/DataGridEnum.d.ts +2 -1
- package/components/datagrids/slots/DataGridEnum.js +1 -0
- package/components/datagrids/slots/DataGridSlot.d.ts +1 -0
- package/components/datagrids/slots/DataGridSlot.js +44 -39
- package/components/datagrids/subcomponents/ControlNavigate/ControlNavigate.js +1 -1
- package/components/datagrids/subcomponents/ControlNavigate/subcomponents/RowsCount/RowsCount.js +1 -1
- package/components/datagrids/subcomponents/HeaderActions/HeaderActions.js +1 -1
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/ViewMode/ViewMode.js +1 -1
- package/components/datagrids/subcomponents/editors/TextEditor/TextEditor.js +1 -1
- package/components/datagrids/types.d.ts +33 -0
- package/components/datagrids/views/CardsView/CardsView.js +1 -1
- package/components/datagrids/views/CardsView/hooks/useCardContent/useCardContent.js +1 -1
- package/components/datagrids/views/CardsView/hooks/useModalDetail/useModalDetail.js +1 -1
- package/components/datagrids/views/CardsView/subcomponents/CardDetails/CardDetails.js +1 -1
- package/components/datagrids/views/CardsView/subcomponents/CardRow/CardRow.js +1 -1
- package/components/datagrids/views/CardsView/subcomponents/Settings/hooks/useModalSettings/useModalSettings.js +1 -1
- package/components/datagrids/views/CardsView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js +1 -1
- package/components/datagrids/views/TableView/TableView.js +25 -5
- package/components/datagrids/views/TableView/helpers/index.d.ts +1 -0
- package/components/datagrids/views/TableView/helpers/rowCellsBackground/index.d.ts +2 -0
- package/components/datagrids/views/TableView/helpers/rowCellsBackground/index.js +1 -0
- package/components/datagrids/views/TableView/helpers/rowCellsBackground/rowCellsBackground.d.ts +32 -0
- package/components/datagrids/views/TableView/helpers/rowCellsBackground/rowCellsBackground.js +58 -0
- package/components/datagrids/views/TableView/helpers/rowCellsBackground/types.d.ts +7 -0
- package/components/datagrids/views/TableView/hooks/useSortColumnsRows/useSortColumnsRows.js +1 -1
- package/components/datagrids/views/TableView/subcomponents/DraggableHeaderRenderer/DraggableHeaderRenderer.js +1 -1
- package/components/datagrids/views/TableView/subcomponents/HeaderRenderClick/HeaderRenderClick.js +1 -1
- package/components/datagrids/views/TableView/subcomponents/RenderGroupCell/RenderGroupCell.js +1 -1
- package/components/datagrids/views/TableView/subcomponents/SelectColumn/SelectColumn.js +2 -2
- package/components/datagrids/views/TableView/subcomponents/Settings/hooks/useModalSettings/useModalSettings.js +1 -1
- package/components/datagrids/views/TableView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js +1 -1
- package/components/datagrids/views/adapters/CheckboxCellAdapter/CheckboxCellAdapter.js +2 -2
- package/components/extended/React-Json-Viewer/ReactJsonViewer.js +1 -1
- package/components/extended/React-Json-Viewer/constants.js +3 -3
- package/components/extended/React-Json-Viewer/slots/ReactJsonViewerSlots.js +1 -1
- package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.js +2 -2
- package/components/extended/React-Window/FixedSizeList/constants.js +1 -1
- package/components/extended/React-Window/VariableSizeList/constants.js +1 -1
- package/components/extended/React-resizable-panels/SplitLayout.js +2 -2
- package/components/formatters/BooleanFormatter/BooleanFormatter.js +2 -2
- package/components/formatters/ChipStatusFormatter/ChipStatusFormatter.js +2 -2
- package/components/formatters/ChipStatusFormatter/constants.js +3 -3
- package/components/formatters/ChipStatusFormatter/slots/ChipStatusFormatterSlots.js +3 -3
- package/components/formatters/ColorFormatter/ColorFormatter.js +2 -2
- package/components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js +2 -2
- package/components/formatters/DateFormatter/DateFormatter.js +2 -2
- package/components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js +2 -2
- package/components/formatters/IconsFormatter/constants.js +3 -3
- package/components/formatters/IconsFormatter/helpers/renderIcon.js +1 -1
- package/components/formatters/IconsFormatter/slots/IconsFormatterSlots.js +1 -1
- package/components/formatters/ImageFormatter/ImageFormatter.js +2 -2
- package/components/formatters/ImageFormatter/constants.js +1 -1
- package/components/formatters/PeriodFormatter/PeriodFormatter.js +3 -3
- package/components/formatters/PointsFormatter/PointsFormatter.js +2 -2
- package/components/formatters/PriceFormatter/PriceFormatter.js +2 -2
- package/components/formatters/TagsFormatter/constants.js +1 -1
- package/components/formatters/TagsFormatter/helpers/renderMultipleTag.js +1 -1
- package/components/formatters/TagsFormatter/slots/TagsFormatterSlots.js +2 -2
- package/components/formatters/TagsFormatter/subcomponents/Tag/Tag.js +1 -1
- package/components/formatters/UncertaintyFormatter/UncertaintyFormatter.js +2 -2
- package/components/hook-form/RHFActionsGroup/constants.js +1 -1
- package/components/hook-form/RHFAutocomplete/constants.js +1 -1
- package/components/hook-form/RHFCheckableList/RHFCheckableList.js +1 -1
- package/components/hook-form/RHFCheckableList/constants.js +1 -1
- package/components/hook-form/RHFCheckbox/constants.js +1 -1
- package/components/hook-form/RHFColorPicker/RFHColorPicker.js +2 -2
- package/components/hook-form/RHFColorPicker/subcomponents/ColorPickerField/ColorPickerField.js +1 -1
- package/components/hook-form/RHFDatePicker/RHFDatePicker.js +1 -1
- package/components/hook-form/RHFDateTime/RHFDateTime.js +2 -2
- package/components/hook-form/RHFNumberInput/RHFNumberInput.js +1 -1
- package/components/hook-form/RHFPeriod/RHFPeriod.js +2 -2
- package/components/hook-form/RHFRadioGroup/RHFRadioGroup.js +1 -1
- package/components/hook-form/RHFRadioGroup/constants.js +1 -1
- package/components/hook-form/RHFSelect/RHFSelect.js +2 -2
- package/components/hook-form/RHFSelect/constants.js +3 -3
- package/components/hook-form/RHFSelect/slots/RHFSlots.js +1 -1
- package/components/hook-form/RHFTextField/RHFTextField.js +2 -2
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/UploadImage.js +2 -2
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js +2 -2
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/constants.js +3 -3
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/subcomponents/BlockContent/BlockContent.js +1 -1
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/subcomponents/Preview/Preview.js +1 -1
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/subcomponents/UploadSingleFile/index.js +1 -1
- package/components/hook-form/RHFormProvider/types.js +2 -2
- package/components/mui_extended/Accordion/Accordion.js +2 -2
- package/components/mui_extended/Autocomplete/Autocomplete.js +1 -1
- package/components/mui_extended/Autocomplete/constants.js +1 -1
- package/components/mui_extended/Autocomplete/hooks/useEndAdornments.js +1 -1
- package/components/mui_extended/Autocomplete/hooks/useMultipleChips.js +1 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.js +8 -8
- package/components/mui_extended/Avatar/Avatar.js +2 -2
- package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.js +1 -1
- package/components/mui_extended/Badge/Badge.js +2 -2
- package/components/mui_extended/Button/constants.js +1 -1
- package/components/mui_extended/CheckBox/CheckBox.js +1 -1
- package/components/mui_extended/CircularProgress/CircularProgress.js +2 -2
- package/components/mui_extended/CircularProgress/constants.js +2 -2
- package/components/mui_extended/CircularProgress/slots/CircularProgressSlots.js +1 -1
- package/components/mui_extended/DatePicker/DatePicker.js +2 -2
- package/components/mui_extended/DatePicker/constants.js +3 -3
- package/components/mui_extended/DatePicker/hooks/useDatePicker/useDatePicker.js +1 -1
- package/components/mui_extended/DatePicker/slots/DatePickerSlots.js +3 -3
- package/components/mui_extended/DateTimePicker/DateTimePicker.js +2 -2
- package/components/mui_extended/Dialog/Dialog.js +2 -2
- package/components/mui_extended/IconButton/IconButton.js +1 -1
- package/components/mui_extended/IconButton/constants.js +3 -3
- package/components/mui_extended/IconButton/slots/IconButtonSlots.js +1 -1
- package/components/mui_extended/ImageButton/ImageButton.js +1 -1
- package/components/mui_extended/LoadingButton/LoadingButton.js +1 -1
- package/components/mui_extended/MenuDivider/MenuDivider.js +2 -2
- package/components/mui_extended/MenuItem/MenuItem.js +2 -2
- package/components/mui_extended/MenuItem/constants.js +3 -3
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.js +1 -1
- package/components/mui_extended/NavLink/NavLink.js +2 -2
- package/components/mui_extended/NavLink/constants.js +3 -3
- package/components/mui_extended/NavLink/slots/NavLinkSlots.js +1 -1
- package/components/mui_extended/Popover/Popover.js +2 -2
- package/components/mui_extended/Popover/constants.js +3 -3
- package/components/mui_extended/Popover/slots/PopoverSlots.js +1 -1
- package/components/mui_extended/Popper/Popper.js +1 -1
- package/components/mui_extended/Radio/Radio.js +1 -1
- package/components/mui_extended/Radio/constants.js +1 -1
- package/components/mui_extended/Select/Select.js +2 -2
- package/components/mui_extended/Select/constants.js +2 -2
- package/components/mui_extended/Select/slots/SelectEnum.js +2 -2
- package/components/mui_extended/Select/slots/SelectSlots.js +1 -1
- package/components/mui_extended/Skeleton/Skeleton.js +1 -1
- package/components/mui_extended/Skeleton/Slots/skeletonSlots.js +1 -1
- package/components/mui_extended/Skeleton/constants.js +2 -2
- package/components/mui_extended/Stack/Stack.js +1 -1
- package/components/mui_extended/Tab/Tab.js +1 -1
- package/components/mui_extended/TabContent/TabContent.js +1 -1
- package/components/mui_extended/TextField/TextField.js +2 -2
- package/components/mui_extended/TextField/constants.js +2 -2
- package/components/mui_extended/TextField/slots/TextFieldEnum.js +2 -2
- package/components/mui_extended/TextField/slots/TextFieldSlots.js +1 -1
- package/components/mui_extended/ToggleButton/ToggleButton.js +2 -2
- package/components/mui_extended/ToggleIconButton/ToggleIconButton.js +2 -2
- package/components/mui_extended/Tooltip/Tooltip.js +1 -1
- package/components/mui_extended/Tooltip/constants.js +3 -3
- package/components/mui_extended/Tooltip/slots/TooltipSlots.js +1 -1
- package/components/mui_extended/Typography/Typography.js +2 -2
- package/components/mui_extended/Typography/constants.js +3 -3
- package/components/mui_extended/Typography/slots/typographySlots.js +1 -1
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js +2 -2
- package/components/popups/components/PopupsProvider/hooks/usePopupsStore.js +1 -1
- package/components/popups/components/PopupsViewer/subcomponents/Popup/Popup.js +1 -1
- package/contexts/AppearanceComponentContext/AppearanceComponentContext.js +3 -3
- package/contexts/AppearanceComponentContext/useAppearanceComponentStore.js +1 -1
- package/contexts/ModalContext/index.js +2 -2
- package/hocs/withRHFController/constants.js +3 -3
- package/hocs/withRHFController/index.js +1 -1
- package/hocs/withRHFController/slots/WithRHFControllerSlots.js +1 -1
- package/hooks/useDynamicFilterAndSort/styles.js +2 -2
- package/hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js +1 -1
- package/hooks/useModal/index.js +1 -1
- package/index.js +571 -571
- package/package.json +1 -1
- package/test/getNameDataTestId.js +2 -2
- package/utils/getComponentSlotRoot.js +2 -2
|
@@ -3,9 +3,9 @@ import { useNetwork } from "@m4l/core";
|
|
|
3
3
|
import { useState, useEffect, useCallback } from "react";
|
|
4
4
|
import { M as MenuPopover } from "./subcomponents/MenuPopover/MenuPopover.js";
|
|
5
5
|
import { A as ACCOUNT_KEY_POPOVER } from "./constants.js";
|
|
6
|
-
import { I as IconButtonRootStyled,
|
|
6
|
+
import { I as IconButtonRootStyled, f as AvatarStyled } from "./slots/AccountPopoverSlots.js";
|
|
7
7
|
import { M as MyAvatar } from "./subcomponents/MyAvatar/MyAvatar.js";
|
|
8
|
-
import {
|
|
8
|
+
import { a as getComponentClasses } from "../../utils/getComponentSlotRoot.js";
|
|
9
9
|
import { A as AccountPopoverSlots } from "./slots/AccountPopoverEnum.js";
|
|
10
10
|
import { u as useComponentSize } from "../../hooks/useComponentSize/useComponentSize.js";
|
|
11
11
|
const AccountPopover = (props) => {
|
|
@@ -74,7 +74,7 @@ const VersionIconStyled = styled(Icon, {
|
|
|
74
74
|
slot: AccountPopoverSlots.versionIcon
|
|
75
75
|
})(accountPopoverStyles?.versionIcon);
|
|
76
76
|
export {
|
|
77
|
-
|
|
77
|
+
AvatarPopoverStyled as A,
|
|
78
78
|
CircularProgressStyled as C,
|
|
79
79
|
DividerStyled as D,
|
|
80
80
|
EmailtStyled as E,
|
|
@@ -84,10 +84,10 @@ export {
|
|
|
84
84
|
PopoverStyled as P,
|
|
85
85
|
UserDataContainerStyled as U,
|
|
86
86
|
VersionContainerStyled as V,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
87
|
+
UserNameEmailStyled as a,
|
|
88
|
+
VersionStyled as b,
|
|
89
|
+
VersionIconStyled as c,
|
|
90
|
+
MenuItemStyled as d,
|
|
91
|
+
MenuItemLogoutStyled as e,
|
|
92
|
+
AvatarStyled as f
|
|
93
93
|
};
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
|
2
2
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.js";
|
|
4
4
|
import { P as PATH_VERSION, a as PATH_CONFIGURATION, b as PATH_SIGN_OFF } from "../../constants.js";
|
|
5
|
-
import { P as PopoverStyled, U as UserDataContainerStyled,
|
|
5
|
+
import { P as PopoverStyled, U as UserDataContainerStyled, A as AvatarPopoverStyled, a as UserNameEmailStyled, F as FullNametStyled, E as EmailtStyled, V as VersionContainerStyled, b as VersionStyled, c as VersionIconStyled, D as DividerStyled, C as CircularProgressStyled, M as MenuItemSettingsStyled, d as MenuItemStyled, e as MenuItemLogoutStyled } from "../../slots/AccountPopoverSlots.js";
|
|
6
6
|
import { g as getNameDataTestId } from "../../tests/utils.js";
|
|
7
7
|
import { M as MyAvatar } from "../MyAvatar/MyAvatar.js";
|
|
8
8
|
import { useTheme } from "@mui/material";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { b as ActionsGroupRootStyled } from "./slots/ActionsGroupSlots.js";
|
|
4
|
+
import { a as ACTIONS_GROUP_CLASSES } from "./constants.js";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { A as ActionIconButton } from "./subcomponents/ActionIconButton/ActionIconButton.js";
|
|
7
7
|
const ActionsGroup = (props) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as getComponentClasses } from "../../utils/getComponentSlotRoot.js";
|
|
2
2
|
import { A as ActionsGroupSlots } from "./slots/ActionsGroupEnum.js";
|
|
3
3
|
const ACTIONS_GROUP_KEY_COMPONENT = "M4LActionsGroup";
|
|
4
4
|
const ACTIONS_GROUP_CLASSES = getComponentClasses(ACTIONS_GROUP_KEY_COMPONENT, ActionsGroupSlots);
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
ACTIONS_GROUP_KEY_COMPONENT as A,
|
|
7
|
+
ACTIONS_GROUP_CLASSES as a
|
|
8
8
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { A as ActionsGroupSlots } from "./ActionsGroupEnum.js";
|
|
2
|
-
import {
|
|
2
|
+
import { A as ACTIONS_GROUP_KEY_COMPONENT } from "../constants.js";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
4
|
import { a as actionsGroupStyles } from "../ActionsGroup.styles.js";
|
|
5
5
|
import { S as Skeleton } from "../../mui_extended/Skeleton/Skeleton.js";
|
|
@@ -27,9 +27,9 @@ const TextTooltipMessageStyled = styled(Typography, {
|
|
|
27
27
|
slot: ActionsGroupSlots.textTooltipMessage
|
|
28
28
|
})(actionsGroupStyles?.textTooltipMessage);
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
ActionIconButtonSkeletonStyled as A,
|
|
31
31
|
IconTooltipMessageStyled as I,
|
|
32
32
|
TextTooltipMessageStyled as T,
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
ActionIconButtonStyled as a,
|
|
34
|
+
ActionsGroupRootStyled as b
|
|
35
35
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { u as useComponentSize } from "../../../../hooks/useComponentSize/useComponentSize.js";
|
|
3
|
-
import {
|
|
3
|
+
import { A as ActionIconButtonSkeletonStyled, a as ActionIconButtonStyled, I as IconTooltipMessageStyled, T as TextTooltipMessageStyled } from "../../slots/ActionsGroupSlots.js";
|
|
4
4
|
import { useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
5
5
|
import { A as ACTIONS_GROUP_ICONS } from "../../icons.js";
|
|
6
6
|
import { a as actionsGroupStyles } from "../../ActionsGroup.styles.js";
|
|
@@ -4,7 +4,7 @@ import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
|
4
4
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.js";
|
|
5
5
|
import { g as getNameDataTestId } from "./tests/utils.js";
|
|
6
6
|
import { A as AppBarRootStyled, M as MenuIconButtonStyled, C as ContentStyled } from "./slots/AppBarSlots.js";
|
|
7
|
-
import {
|
|
7
|
+
import { g as getComponentSlotRoot } from "../../utils/getComponentSlotRoot.js";
|
|
8
8
|
import { P as PATH_IMG_HAMBURGUER, A as APP_BAR_KEY } from "./constants.js";
|
|
9
9
|
const AppBar = (props) => {
|
|
10
10
|
const { onToggleVisible, onToggleAnchored, sidebarAnchored, children, dataTestid, size } = props;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { FlagsProvider, ModuleDictionaryProvider, ModuleSkeletonProvider, ModulePrivilegesProvider } from "@m4l/core";
|
|
3
3
|
import { useLocales } from "@m4l/graphics";
|
|
4
|
-
import {
|
|
4
|
+
import { a as ModalProvider } from "../../contexts/ModalContext/index.js";
|
|
5
5
|
function BaseModule(props) {
|
|
6
6
|
const {
|
|
7
7
|
children,
|
package/components/Card/Card.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { C as CardRootStyled } from "./slots/CardSlots.js";
|
|
3
|
-
import {
|
|
3
|
+
import { a as CARD_CLASSES } from "./constants.js";
|
|
4
4
|
import clsx from "clsx";
|
|
5
5
|
const Card = (props) => {
|
|
6
6
|
const {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as getComponentClasses } from "../../utils/getComponentSlotRoot.js";
|
|
2
2
|
import { C as CardSlots } from "./slots/CardEnum.js";
|
|
3
3
|
const CARD_KEY = "M4LCard";
|
|
4
4
|
const CARD_VARIANTS = {
|
|
@@ -12,6 +12,6 @@ const COMBINED_CLASSES = {
|
|
|
12
12
|
};
|
|
13
13
|
const CARD_CLASSES = getComponentClasses(CARD_KEY, COMBINED_CLASSES);
|
|
14
14
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
CARD_KEY as C,
|
|
16
|
+
CARD_CLASSES as a
|
|
17
17
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
|
-
import {
|
|
2
|
+
import { C as CARD_KEY } from "../constants.js";
|
|
3
3
|
import { C as CardSlots } from "./CardEnum.js";
|
|
4
4
|
import { c as cardStyles } from "../Card.styles.js";
|
|
5
5
|
const CardRootStyled = styled("div", {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useRef } from "react";
|
|
3
3
|
import clsx from "clsx";
|
|
4
|
-
import {
|
|
4
|
+
import { d as CHECKABLE_LIST_CLASSES } from "./constants.js";
|
|
5
5
|
import { useModuleDictionary } from "@m4l/core";
|
|
6
6
|
import { D as DICCTIONARY } from "./dictionary.js";
|
|
7
7
|
import { u as useSizeContainer } from "../../hooks/useSizeContainer/index.js";
|
|
@@ -12,7 +12,7 @@ import { u as useCheckableListSelection } from "./hooks/useCheckableListSelectio
|
|
|
12
12
|
import { u as useCheckableListHandlers } from "./hooks/useCheckableListHandlers.js";
|
|
13
13
|
import { u as useCheckableListVirtualization } from "./hooks/useCheckableListVirtualization.js";
|
|
14
14
|
import { u as useCheckableListRender } from "./hooks/useCheckableListRender.js";
|
|
15
|
-
import { R as RootStyled, L as LoadingContainerStyled, S as SearchContainerStyled,
|
|
15
|
+
import { R as RootStyled, L as LoadingContainerStyled, S as SearchContainerStyled, l as SearchInputStyled, m as SelectAllContainerStyled, n as SelectAllCheckboxStyled, C as ChipCountTypografyStyled, o as ListContainerStyled, V as VirtualizedListStyled, E as EmptyMessageWrapperStyled } from "./slots/styled.js";
|
|
16
16
|
import { S as Skeleton } from "../mui_extended/Skeleton/Skeleton.js";
|
|
17
17
|
import { I as ImageText } from "../ImageText/ImageText.js";
|
|
18
18
|
import { I as Icon } from "../Icon/Icon.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as getComponentClasses } from "../../utils/getComponentSlotRoot.js";
|
|
2
2
|
import { C as CheckableListSlots } from "./slots/slots.js";
|
|
3
3
|
const CHECKABLE_LIST_KEY_COMPONENT = "M4LCheckableList";
|
|
4
4
|
const CHECKABLE_LIST_CLASSES = getComponentClasses(
|
|
@@ -9,9 +9,9 @@ const CHECKABLE_LIST_DEFAULT_ITEM_ROW_HEIGHT = 36;
|
|
|
9
9
|
const CHECKABLE_LIST_DEFAULT_ITEM_ROW_HEIGHT_WITH_DESCRIPTION = 46;
|
|
10
10
|
const CHECKABLE_LIST_DEFAULT_GROUP_ROW_HEIGHT = 36;
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
CHECKABLE_LIST_KEY_COMPONENT as C,
|
|
13
13
|
CHECKABLE_LIST_DEFAULT_ITEM_ROW_HEIGHT as a,
|
|
14
14
|
CHECKABLE_LIST_DEFAULT_GROUP_ROW_HEIGHT as b,
|
|
15
15
|
CHECKABLE_LIST_DEFAULT_ITEM_ROW_HEIGHT_WITH_DESCRIPTION as c,
|
|
16
|
-
|
|
16
|
+
CHECKABLE_LIST_CLASSES as d
|
|
17
17
|
};
|
|
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { useCallback } from "react";
|
|
3
3
|
import { useEnvironment } from "@m4l/core";
|
|
4
4
|
import { I as ICONS } from "../icons.js";
|
|
5
|
-
import { I as ItemLabelTypografyStyled,
|
|
5
|
+
import { I as ItemLabelTypografyStyled, a as ItemDescriptionTypografyStyled, b as ItemWrapperStyled, c as ItemCheckboxStyled, d as ItemIconStyled, e as ItemContentWrapperStyled, G as GroupLabelCountWrapperStyled, f as GroupLabelTypografyStyled, C as ChipCountTypografyStyled, g as GroupWrapperStyled, h as GroupHeaderStyled, i as GroupCheckboxStyled, j as GroupIconStyled, k as GroupToggleButtonStyled } from "../slots/styled.js";
|
|
6
6
|
const useCheckableListRender = ({
|
|
7
7
|
isItemSelected,
|
|
8
8
|
disabled = false,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
|
-
import {
|
|
2
|
+
import { C as CHECKABLE_LIST_KEY_COMPONENT } from "../constants.js";
|
|
3
3
|
import { C as CheckableListSlots } from "./slots.js";
|
|
4
4
|
import { c as checkableListStyles } from "../CheckableList.styles.js";
|
|
5
5
|
import { T as TextField } from "../../mui_extended/TextField/TextField.js";
|
|
@@ -112,19 +112,19 @@ export {
|
|
|
112
112
|
RootStyled as R,
|
|
113
113
|
SearchContainerStyled as S,
|
|
114
114
|
VirtualizedListStyled as V,
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
115
|
+
ItemDescriptionTypografyStyled as a,
|
|
116
|
+
ItemWrapperStyled as b,
|
|
117
|
+
ItemCheckboxStyled as c,
|
|
118
|
+
ItemIconStyled as d,
|
|
119
|
+
ItemContentWrapperStyled as e,
|
|
120
|
+
GroupLabelTypografyStyled as f,
|
|
121
|
+
GroupWrapperStyled as g,
|
|
122
|
+
GroupHeaderStyled as h,
|
|
123
|
+
GroupCheckboxStyled as i,
|
|
124
|
+
GroupIconStyled as j,
|
|
125
|
+
GroupToggleButtonStyled as k,
|
|
126
|
+
SearchInputStyled as l,
|
|
127
|
+
SelectAllContainerStyled as m,
|
|
128
|
+
SelectAllCheckboxStyled as n,
|
|
129
|
+
ListContainerStyled as o
|
|
130
130
|
};
|
package/components/Chip/Chip.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { useModuleSkeleton, useEnvironment } from "@m4l/core";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { forwardRef, useMemo } from "react";
|
|
5
|
-
import {
|
|
5
|
+
import { a as CHIP_CLASSES } from "./constants.js";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.js";
|
|
7
7
|
import { u as useComponentSize } from "../../hooks/useComponentSize/useComponentSize.js";
|
|
8
8
|
import { I as IconStyled, S as SkeletonChipStyled, C as ChipRootStyled, T as TextChipStyled, a as IconButtonStyled } from "./slots/ChipSlots.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as getComponentClasses } from "../../utils/getComponentSlotRoot.js";
|
|
2
2
|
import { C as ChipComplementaryClasses, a as ChipSlots } from "./slots/ChipEnum.js";
|
|
3
3
|
const CHIP_KEY_COMPONENT = "M4LChip";
|
|
4
4
|
const COMBINED_CHIP_ENUMS = {
|
|
@@ -7,6 +7,6 @@ const COMBINED_CHIP_ENUMS = {
|
|
|
7
7
|
};
|
|
8
8
|
const CHIP_CLASSES = getComponentClasses(CHIP_KEY_COMPONENT, COMBINED_CHIP_ENUMS);
|
|
9
9
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
CHIP_KEY_COMPONENT as C,
|
|
11
|
+
CHIP_CLASSES as a
|
|
12
12
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { c as chipStyles } from "../ChipStyles.js";
|
|
3
|
-
import {
|
|
3
|
+
import { C as CHIP_KEY_COMPONENT } from "../constants.js";
|
|
4
4
|
import { a as ChipSlots } from "./ChipEnum.js";
|
|
5
5
|
import { S as Skeleton } from "../../mui_extended/Skeleton/Skeleton.js";
|
|
6
6
|
import { T as Typography } from "../../mui_extended/Typography/Typography.js";
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { clsx } from "clsx";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
4
|
import { useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
5
|
-
import {
|
|
5
|
+
import { a as getComponentClasses } from "../../utils/getComponentSlotRoot.js";
|
|
6
6
|
import { C as COLOR_KEY_COMPONENT } from "./constants.js";
|
|
7
7
|
import { C as ColorSlots } from "./slots/ColorEnum.js";
|
|
8
8
|
import { u as useComponentSize } from "../../hooks/useComponentSize/useComponentSize.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { g as getComponentSlotRoot } from "../../../../utils/getComponentSlotRoot.js";
|
|
2
2
|
const ACTION_FORM_CANCEL_KEY_COMPONENT = "M4LActionFormCancel";
|
|
3
3
|
const classActoinFormCancelRoot = getComponentSlotRoot(ACTION_FORM_CANCEL_KEY_COMPONENT);
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { g as getComponentSlotRoot } from "../../../../utils/getComponentSlotRoot.js";
|
|
2
2
|
const ACTION_FORM_INTRO_KEY_COMPONENT = "M4LActionFormIntro";
|
|
3
3
|
const classActoinFormIntroRoot = getComponentSlotRoot(ACTION_FORM_INTRO_KEY_COMPONENT);
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { g as getComponentSlotRoot } from "../../../../utils/getComponentSlotRoot.js";
|
|
2
2
|
const ACTION_FORM_SUBMIT_PROGRAMMATIC_KEY_COMPONENT = "M4LActionFormSubmitProgrammatic";
|
|
3
3
|
const classActionFormSubmitProgrammaticRoot = getComponentSlotRoot(ACTION_FORM_SUBMIT_PROGRAMMATIC_KEY_COMPONENT);
|
|
4
4
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { d as CONTAINER_FLOW_CLASSES } from "./constants.js";
|
|
3
3
|
import { C as ContainerFlowWrapperItemStyled, a as ContainerFlowRootStyled } from "./slots/ContainerFlowSlots.js";
|
|
4
4
|
import clsx from "clsx";
|
|
5
5
|
const ContainerFlow = (props) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as getComponentClasses } from "../../utils/getComponentSlotRoot.js";
|
|
2
2
|
import { C as ContainerFlowSlots } from "./slots/ContainerFlowEnum.js";
|
|
3
3
|
const CONTAINER_FLOW_KEY_COMPONENT = "M4LContainerFlow";
|
|
4
4
|
const CONTAINER_FLOW_CLASSES = getComponentClasses(
|
|
@@ -13,9 +13,9 @@ const CONTAINER_FLOW_GAP_VALUES = {
|
|
|
13
13
|
const CONTAINER_QUERY_NAME = "container";
|
|
14
14
|
const CONTAINER_FLOW_MIN_WIDTH_VALUES = 280;
|
|
15
15
|
export {
|
|
16
|
-
|
|
16
|
+
CONTAINER_FLOW_GAP_VALUES as C,
|
|
17
17
|
CONTAINER_FLOW_MIN_WIDTH_VALUES as a,
|
|
18
18
|
CONTAINER_QUERY_NAME as b,
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
CONTAINER_FLOW_KEY_COMPONENT as c,
|
|
20
|
+
CONTAINER_FLOW_CLASSES as d
|
|
21
21
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
|
-
import {
|
|
2
|
+
import { c as CONTAINER_FLOW_KEY_COMPONENT } from "../constants.js";
|
|
3
3
|
import { C as ContainerFlowSlots } from "./ContainerFlowEnum.js";
|
|
4
4
|
import { c as containerFlowStyles } from "../ContainerFlow.styles.js";
|
|
5
5
|
const ContainerFlowRootStyled = styled("div", {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import { forwardRef } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { a as DAYS_OF_WEEK_PICKER_CLASSES } from "./constants.js";
|
|
5
5
|
import { u as useDaysOfWeekPicker } from "./hooks/useDaysOfWeekPicker.js";
|
|
6
6
|
import { D as DaysOfWeekPickerSkeletonStyled, a as DaysOfWeekPickerRootStyled, b as DayButtonStyled } from "./slots/DaysOfWeekPickerSlots.js";
|
|
7
7
|
const DaysOfWeekPicker = forwardRef(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as getComponentClasses } from "../../utils/getComponentSlotRoot.js";
|
|
2
2
|
import { D as DaysOfWeekPickerSlots } from "./slots/DaysOfWeekPickerEnum.js";
|
|
3
3
|
const DAYS_OF_WEEK_PICKER_KEY_COMPONENT = "M4LDaysOfWeekPicker";
|
|
4
4
|
const DAYS_OF_WEEK_PICKER_CLASSES = getComponentClasses(
|
|
@@ -6,6 +6,6 @@ const DAYS_OF_WEEK_PICKER_CLASSES = getComponentClasses(
|
|
|
6
6
|
DaysOfWeekPickerSlots
|
|
7
7
|
);
|
|
8
8
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
DAYS_OF_WEEK_PICKER_KEY_COMPONENT as D,
|
|
10
|
+
DAYS_OF_WEEK_PICKER_CLASSES as a
|
|
11
11
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { D as DaysOfWeekPickerSlots } from "./DaysOfWeekPickerEnum.js";
|
|
3
3
|
import { d as daysOfWeekPickerStyles } from "../DaysOfWeekPicker.styles.js";
|
|
4
|
-
import {
|
|
4
|
+
import { D as DAYS_OF_WEEK_PICKER_KEY_COMPONENT } from "../constants.js";
|
|
5
5
|
import { S as Skeleton } from "../../mui_extended/Skeleton/Skeleton.js";
|
|
6
6
|
import { B as Button } from "../../mui_extended/Button/Button.js";
|
|
7
7
|
const DaysOfWeekPickerRootStyled = styled("div", {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useFlagsPresent, CommonFlags } from "@m4l/core";
|
|
3
3
|
import { forwardRef } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { a as DynamicFilterProvider } from "./store/DynamicFilterContext.js";
|
|
5
5
|
import { D as DynamicFilterBase } from "./subcomponents/DynamicFilterBase/DynamicFilterBase.js";
|
|
6
6
|
const DynamicFilter = forwardRef((props, ref) => {
|
|
7
7
|
const { className, ...others } = props;
|
|
@@ -27,13 +27,13 @@ const DATE_TIME_OPERATORS = [
|
|
|
27
27
|
export {
|
|
28
28
|
ALL_FIELD as A,
|
|
29
29
|
BOOLEAN_OPERATORS as B,
|
|
30
|
-
|
|
30
|
+
DATE_TIME_OPERATORS as D,
|
|
31
31
|
NUMBER_OPERATORS as N,
|
|
32
32
|
SELECT_ASYNC_OPERATORS_MULTIPLE as S,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
33
|
+
SELECT_ASYNC_OPERATORS_SINGLE as a,
|
|
34
|
+
SELECT_OPERATORS_MULTIPLE as b,
|
|
35
|
+
SELECT_OPERATORS_SINGLE as c,
|
|
36
|
+
STRING_OPERATORS as d,
|
|
37
|
+
DYNAMIC_FILTER_SOTORE_ID as e,
|
|
38
|
+
DYNAMIC_FILTER_KEY_COMPONENT as f
|
|
39
39
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { S as Skeleton } from "../../mui_extended/Skeleton/Skeleton.js";
|
|
3
|
-
import {
|
|
3
|
+
import { f as DYNAMIC_FILTER_KEY_COMPONENT } from "../constants.js";
|
|
4
4
|
import { d as dynamicFilterStyles } from "../DynamicFilter.styles.js";
|
|
5
5
|
import { D as DynamicFilterSlots } from "./SlotsEnum.js";
|
|
6
6
|
import { I as IconButton } from "../../mui_extended/IconButton/IconButton.js";
|
|
@@ -64,17 +64,17 @@ const InputFilterInputSkeletonStyled = styled(Skeleton, {
|
|
|
64
64
|
})(dynamicFilterStyles?.inputFilterInputSkeleton);
|
|
65
65
|
export {
|
|
66
66
|
AppliedFiltersStyled as A,
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
InputFilterStyled as I,
|
|
68
|
+
PopoverMenuStyled as P,
|
|
69
69
|
RootStyled as R,
|
|
70
70
|
AppliedFilterInnerContainerStyled as a,
|
|
71
71
|
ActionsStyled as b,
|
|
72
72
|
ActionsClearButtonStyled as c,
|
|
73
73
|
ActionsSubmitButtonStyled as d,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
74
|
+
InputFilterInputSkeletonStyled as e,
|
|
75
|
+
InputFilterInputStyled as f,
|
|
76
|
+
PopoverStyled as g,
|
|
77
77
|
PopoverContainerFieldsStyled as h,
|
|
78
78
|
PopoverHeaderActionsStyled as i,
|
|
79
|
-
|
|
79
|
+
InnerContainerStyled as j
|
|
80
80
|
};
|
|
@@ -156,6 +156,6 @@ const DynamicFilterProvider = forwardRef((props, ref) => {
|
|
|
156
156
|
return /* @__PURE__ */ jsx(DynamicFilterContext.Provider, { value: dynamicFilterStoreRef.current, children });
|
|
157
157
|
});
|
|
158
158
|
export {
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
DynamicFilterContext as D,
|
|
160
|
+
DynamicFilterProvider as a
|
|
161
161
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createStore } from "zustand";
|
|
2
2
|
import { devtools } from "zustand/middleware";
|
|
3
3
|
import { immer } from "zustand/middleware/immer";
|
|
4
|
-
import {
|
|
4
|
+
import { e as DYNAMIC_FILTER_SOTORE_ID } from "../constants.js";
|
|
5
5
|
import { g as getPurgedInitialFiltersApplied } from "../helpers/getPurgedInitialFiltersApplied.js";
|
|
6
6
|
function updateAvailableFields(state) {
|
|
7
7
|
state.availableFields = state.fields.filter((field) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
3
|
import { shallow } from "zustand/shallow";
|
|
4
|
-
import {
|
|
4
|
+
import { D as DynamicFilterContext } from "./DynamicFilterContext.js";
|
|
5
5
|
function useDynamicFilterStore(selector, equalityFn) {
|
|
6
6
|
const store = useContext(DynamicFilterContext);
|
|
7
7
|
if (!store) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { a as getPropDataTestId } from "../../../../test/getNameDataTestId.js";
|
|
3
|
+
import { g as getComponentSlotRoot } from "../../../../utils/getComponentSlotRoot.js";
|
|
4
|
+
import { f as DYNAMIC_FILTER_KEY_COMPONENT } from "../../constants.js";
|
|
5
5
|
import { u as useDynamicFilterBase } from "./useDynamicFilterBase.js";
|
|
6
6
|
import clsx from "clsx";
|
|
7
|
-
import { R as RootStyled,
|
|
7
|
+
import { R as RootStyled, j as InnerContainerStyled } from "../../slots/dynamicFilterSlots.js";
|
|
8
8
|
import { I as InputFilter } from "../InputFilter/InputFilter.js";
|
|
9
9
|
import { A as AppliedFilters } from "../AppliedFilters/AppliedFilters.js";
|
|
10
10
|
import { F as FilterActions } from "../FilterActions/FilterActions.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as Yup from "yup";
|
|
2
|
-
import {
|
|
2
|
+
import { D as DATE_TIME_OPERATORS } from "../../../constants.js";
|
|
3
3
|
import { D as DYNAMIC_FILTER_DICTIONARY_ID, a as DICCTIONARY } from "../../../dictionary.js";
|
|
4
4
|
import { D as DateTimeFilter } from "./index.js";
|
|
5
5
|
import { startOfDay, endOfDay } from "date-fns";
|
|
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
4
|
import { useFormContext, useWatch } from "react-hook-form";
|
|
5
|
-
import {
|
|
5
|
+
import { D as DATE_TIME_OPERATORS } from "../../../constants.js";
|
|
6
6
|
import { D as DYNAMIC_FILTER_DICTIONARY_ID, a as DICCTIONARY } from "../../../dictionary.js";
|
|
7
7
|
import { u as useDynamicFilterStore } from "../../../store/useDynamicFilterStore.js";
|
|
8
8
|
import { R as RHFAutocomplete } from "../../../../hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as Yup from "yup";
|
|
2
|
-
import { S as SELECT_ASYNC_OPERATORS_MULTIPLE,
|
|
2
|
+
import { S as SELECT_ASYNC_OPERATORS_MULTIPLE, a as SELECT_ASYNC_OPERATORS_SINGLE } from "../../../constants.js";
|
|
3
3
|
import { S as SelectAsyncFilter } from "./index.js";
|
|
4
4
|
import { D as DYNAMIC_FILTER_DICTIONARY_ID, a as DICCTIONARY } from "../../../dictionary.js";
|
|
5
5
|
import { c as createValidationSchema, a as createValidationFullObject, b as createValidationPartialObject } from "../../../../hook-form/RHFormProvider/schema.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
|
-
import { S as SELECT_ASYNC_OPERATORS_MULTIPLE,
|
|
4
|
+
import { S as SELECT_ASYNC_OPERATORS_MULTIPLE, a as SELECT_ASYNC_OPERATORS_SINGLE } from "../../../constants.js";
|
|
5
5
|
import { D as DYNAMIC_FILTER_DICTIONARY_ID, a as DICCTIONARY } from "../../../dictionary.js";
|
|
6
6
|
import { u as useDynamicFilterStore } from "../../../store/useDynamicFilterStore.js";
|
|
7
7
|
import { R as RHFAutocomplete } from "../../../../hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as Yup from "yup";
|
|
2
|
-
import {
|
|
2
|
+
import { b as SELECT_OPERATORS_MULTIPLE, c as SELECT_OPERATORS_SINGLE } from "../../../constants.js";
|
|
3
3
|
import { S as SelectFilter } from "./index.js";
|
|
4
4
|
import { D as DYNAMIC_FILTER_DICTIONARY_ID, a as DICCTIONARY } from "../../../dictionary.js";
|
|
5
5
|
import { c as createValidationSchema, a as createValidationFullObject, b as createValidationPartialObject } from "../../../../hook-form/RHFormProvider/schema.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { b as SELECT_OPERATORS_MULTIPLE, c as SELECT_OPERATORS_SINGLE } from "../../../constants.js";
|
|
5
5
|
import { D as DYNAMIC_FILTER_DICTIONARY_ID, a as DICCTIONARY } from "../../../dictionary.js";
|
|
6
6
|
import { u as useDynamicFilterStore } from "../../../store/useDynamicFilterStore.js";
|
|
7
7
|
import { R as RHFAutocomplete } from "../../../../hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as Yup from "yup";
|
|
2
|
-
import {
|
|
2
|
+
import { d as STRING_OPERATORS } from "../../../constants.js";
|
|
3
3
|
import { D as DYNAMIC_FILTER_DICTIONARY_ID, a as DICCTIONARY } from "../../../dictionary.js";
|
|
4
4
|
import { S as StringFilter } from "./index.js";
|
|
5
5
|
import { c as createValidationSchema, a as createValidationFullObject, b as createValidationPartialObject } from "../../../../hook-form/RHFormProvider/schema.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { d as STRING_OPERATORS } from "../../../constants.js";
|
|
5
5
|
import { D as DYNAMIC_FILTER_DICTIONARY_ID, a as DICCTIONARY } from "../../../dictionary.js";
|
|
6
6
|
import { u as useDynamicFilterStore } from "../../../store/useDynamicFilterStore.js";
|
|
7
7
|
import { R as RHFAutocomplete } from "../../../../hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
@@ -3,7 +3,7 @@ import { useRef, useEffect } from "react";
|
|
|
3
3
|
import { I as Icon } from "../../../Icon/Icon.js";
|
|
4
4
|
import { u as useDynamicFilterBase } from "../DynamicFilterBase/useDynamicFilterBase.js";
|
|
5
5
|
import { u as useInputFilter } from "./useInputFilter.js";
|
|
6
|
-
import {
|
|
6
|
+
import { I as InputFilterStyled, e as InputFilterInputSkeletonStyled, f as InputFilterInputStyled } from "../../slots/dynamicFilterSlots.js";
|
|
7
7
|
import { P as PopoverMenuFields } from "../PopoverMenuFields/PopoverMenuFields.js";
|
|
8
8
|
const InputFilter = () => {
|
|
9
9
|
const {
|