@m4l/components 9.4.24 → 9.4.25
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.d.ts +3 -3
- 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.d.ts +1 -1
- 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.d.ts +4 -4
- 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.d.ts +1 -1
- 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/DaysOfMonthPicker/DaysOfMonthPicker.js +2 -2
- package/components/DaysOfMonthPicker/constants.js +3 -3
- package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/useDaysOfMonthPicker.js +2 -2
- package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerSlots.js +4 -4
- 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/EditLabel/slots/EditLabelSlots.d.ts +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/HelperError/slots/HelperErrorSlots.d.ts +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.d.ts +2 -2
- package/components/ImageText/slots/ImageTextSlots.js +1 -1
- package/components/Label/constants.js +1 -1
- package/components/Label/slots/LabelSlots.d.ts +2 -2
- package/components/LanguagePopover/LanguagePopover.js +2 -2
- package/components/LinearProgressIndeterminate/LinearProgressIndeterminate.js +2 -2
- package/components/LoadingError/LoadingError.js +2 -2
- package/components/LoadingError/slots/LoadingErrorSlots.d.ts +1 -1
- package/components/MFIsolationApp/MFIsolationApp.js +3 -3
- package/components/MFIsolationApp/slots/MFIsolationAppSlots.d.ts +2 -2
- 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/NumberInput/hooks/useNumberInput/useNumberInput.js +0 -2
- package/components/ObjectLogs/constants.js +3 -3
- package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +1 -1
- 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.d.ts +3 -3
- 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/PaperForm/slots/PaperFormSlots.d.ts +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 +2 -2
- package/components/PropertyValue/slots/PropertyValueSlots.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +4 -4
- 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.d.ts +2 -2
- 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.d.ts +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.d.ts +2 -2
- 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.d.ts +1 -1
- 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 -3
- 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/BooleanFormatter/slots/BooleanFormatterSlots.d.ts +1 -1
- 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/ConcatenatedFormatter/slots/ConcatenatedFormatterSlots.d.ts +1 -1
- package/components/formatters/DateFormatter/DateFormatter.js +2 -2
- package/components/formatters/DateFormatter/slots/DateFormatterSlots.d.ts +1 -1
- package/components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js +2 -2
- package/components/formatters/DistanceToNowFormatter/slots/DistanceToNowFormatterSlots.d.ts +1 -1
- 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/ImageFormatter/slots/ImageFormatterSlots.d.ts +1 -1
- package/components/formatters/PeriodFormatter/PeriodFormatter.js +3 -3
- package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.d.ts +1 -1
- package/components/formatters/PointsFormatter/PointsFormatter.js +2 -2
- package/components/formatters/PointsFormatter/slots/ointsFormatterSlots.d.ts +1 -1
- package/components/formatters/PriceFormatter/PriceFormatter.js +2 -2
- package/components/formatters/PriceFormatter/slots/PriceFormatterSlots.d.ts +1 -1
- 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/formatters/UncertaintyFormatter/slots/UncertaintyFormatterSlots.d.ts +1 -1
- package/components/hook-form/RHFActionsGroup/constants.js +1 -1
- package/components/hook-form/RHFAutocomplete/constants.js +1 -1
- package/components/hook-form/RHFAutocompleteAsync/reducer/RHFAutocompleteReducer.js +0 -5
- 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/slots/RHFUploadImageSlots.d.ts +1 -1
- 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/slots/RHFUploadSingleFileSlots.d.ts +5 -5
- 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/Accordion/slots/AccordionSlots.d.ts +1 -1
- 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.d.ts +2 -2
- 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/Button/slots/ButtonSlots.d.ts +1 -1
- package/components/mui_extended/CheckBox/CheckBox.js +1 -1
- package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +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.d.ts +1 -1
- 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.d.ts +1 -1
- 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/Radio/slots/styled.d.ts +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.d.ts +3 -3
- 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/Slots/TabSlots.d.ts +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.d.ts +3 -3
- 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.d.ts +1 -1
- 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/slots/DynamicFilterAndSortSlots.d.ts +3 -3
- package/hooks/useDynamicFilterAndSort/styles.js +2 -2
- package/hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js +1 -1
- package/hooks/useModal/index.js +1 -1
- package/index.js +576 -576
- package/not_recognized/index.js +25 -100
- package/package.json +1 -1
- package/test/getNameDataTestId.js +2 -2
- package/utils/getComponentSlotRoot.js +2 -2
|
@@ -8,11 +8,11 @@ import { I as ICONS } from "../../icons.js";
|
|
|
8
8
|
import { A as AreaChipMobile } from "./subcomponents/AreaChipMobile/AreaChipMobile.js";
|
|
9
9
|
import { useRef } from "react";
|
|
10
10
|
import { g as getAreasDictionary, A as AREAS_DICCTIONARY } from "../../dictionary.js";
|
|
11
|
-
import {
|
|
11
|
+
import { i as AreasAdminRootStyled, j as AreasAdminContentStyled, k as AreasContainerChipIconStyled, l as AreasContainerContentChipsStyled, I as IconButtonAddAreaStyled, m as AreaContentChipStyled, n as ContainerAdminWindowsStyled } from "./slots/AreasAdminSlots.js";
|
|
12
12
|
import { useIsMobile } from "@m4l/graphics";
|
|
13
13
|
import { A as AREAS_ADMIN_KEY_COMPONENT } from "./constants.js";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
14
|
+
import { g as getComponentSlotRoot } from "../../../../utils/getComponentSlotRoot.js";
|
|
15
|
+
import { a as getPropDataTestId } from "../../../../test/getNameDataTestId.js";
|
|
16
16
|
import { u as useComponentSize } from "../../../../hooks/useComponentSize/useComponentSize.js";
|
|
17
17
|
import { T as Typography } from "../../../mui_extended/Typography/Typography.js";
|
|
18
18
|
import { M as MenuActions } from "../../../MenuActions/MenuActions.js";
|
|
@@ -58,6 +58,6 @@ export declare const EditAreaHeaderStyled: import('@emotion/styled').StyledCompo
|
|
|
58
58
|
export declare const EditAreaChipMobileContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
59
59
|
ownerState?: (Partial<import('../types').AreasAdminOwnerState> & Record<string, unknown>) | undefined;
|
|
60
60
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
61
|
-
export declare const NameChipMobileStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../../mui_extended/Typography/types').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "size" | "children" | "title" | "component" | "zIndex" | "id" | "disabled" | "paragraph" | "border" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "textTransform" | "fontFamily" | "typography" | "variant" | "color" | "dataTestid" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "
|
|
61
|
+
export declare const NameChipMobileStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../../mui_extended/Typography/types').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "size" | "children" | "title" | "component" | "zIndex" | "id" | "disabled" | "paragraph" | "border" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "textTransform" | "fontFamily" | "typography" | "flex" | "variant" | "color" | "dataTestid" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "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" | "htmlFor" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonWidth" | "skeletonRows" | "ellipsis" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
62
62
|
ownerState?: (Partial<import('../types').AreasAdminOwnerState> & Record<string, unknown>) | undefined;
|
|
63
63
|
}, {}, {}>;
|
|
@@ -92,25 +92,25 @@ const NameChipMobileStyled = styled(Typography, {
|
|
|
92
92
|
slot: AreasAdminSlots.nameChipMobile
|
|
93
93
|
})(areasAdminStyles?.nameChipMobile);
|
|
94
94
|
export {
|
|
95
|
-
|
|
95
|
+
AreaChipRootStyled as A,
|
|
96
96
|
ButtonAddAreaStyled as B,
|
|
97
|
-
|
|
97
|
+
ChipAreasStyled as C,
|
|
98
98
|
EditAreaChipContainerStyled as E,
|
|
99
99
|
IconButtonAddAreaStyled as I,
|
|
100
100
|
MenuActionsChipStyled as M,
|
|
101
101
|
NameChipMobileStyled as N,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
102
|
+
AreaContainerChipEditButtonStyled as a,
|
|
103
|
+
EditAreaHeaderStyled as b,
|
|
104
|
+
ChipMobileRootStyled as c,
|
|
105
|
+
ChipMobileContentStyled as d,
|
|
106
|
+
EditAreaChipMobileContainerStyled as e,
|
|
107
|
+
AreaChipMobileRootStyled as f,
|
|
108
|
+
AddAreasMobileContainerStyled as g,
|
|
109
|
+
MenuActionsAreaChipMobileStyled as h,
|
|
110
|
+
AreasAdminRootStyled as i,
|
|
111
|
+
AreasAdminContentStyled as j,
|
|
112
|
+
AreasContainerChipIconStyled as k,
|
|
113
|
+
AreasContainerContentChipsStyled as l,
|
|
114
|
+
AreaContentChipStyled as m,
|
|
115
|
+
ContainerAdminWindowsStyled as n
|
|
116
116
|
};
|
|
@@ -5,12 +5,12 @@ import { u as useAreasStore } from "../../../../hooks/useAreas/index.js";
|
|
|
5
5
|
import { useIsMobile } from "@m4l/graphics";
|
|
6
6
|
import { C as ChipActionsMobile } from "./subcomponents/ChipActionsMobile/ChipActionsMobile.js";
|
|
7
7
|
import { shallow } from "zustand/shallow";
|
|
8
|
-
import {
|
|
8
|
+
import { A as AreaChipRootStyled, a as AreaContainerChipEditButtonStyled, C as ChipAreasStyled, M as MenuActionsChipStyled, E as EditAreaChipContainerStyled, b as EditAreaHeaderStyled } from "../../slots/AreasAdminSlots.js";
|
|
9
9
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
10
10
|
import { I as ICONS } from "../../../../icons.js";
|
|
11
11
|
import { g as getAreasDictionary, A as AREAS_DICCTIONARY } from "../../../../dictionary.js";
|
|
12
12
|
import { A as AREAS_ADMIN_KEY_COMPONENT } from "../../constants.js";
|
|
13
|
-
import {
|
|
13
|
+
import { a as getComponentClasses } from "../../../../../../utils/getComponentSlotRoot.js";
|
|
14
14
|
import { u as useComponentSize } from "../../../../../../hooks/useComponentSize/useComponentSize.js";
|
|
15
15
|
import { c as createValidationSchema, a as createValidationFullObject, b as createValidationPartialObject } from "../../../../../hook-form/RHFormProvider/schema.js";
|
|
16
16
|
import { A as AreasAdminSlots } from "../../slots/AreasAdminEnum.js";
|
package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/AreaChipMobile.js
CHANGED
|
@@ -6,7 +6,7 @@ import { I as ICONS } from "../../../../icons.js";
|
|
|
6
6
|
import { useMemo } from "react";
|
|
7
7
|
import { g as getAreasDictionary, A as AREAS_DICCTIONARY } from "../../../../dictionary.js";
|
|
8
8
|
import { C as ChipMobile } from "./subcomponents/ChipMobile/ChipMobile.js";
|
|
9
|
-
import {
|
|
9
|
+
import { f as AreaChipMobileRootStyled, g as AddAreasMobileContainerStyled, h as MenuActionsAreaChipMobileStyled, B as ButtonAddAreaStyled } from "../../slots/AreasAdminSlots.js";
|
|
10
10
|
const AreaChipMobile = () => {
|
|
11
11
|
const areas = useAreasStore(
|
|
12
12
|
(state) => state.areasIds.map((a) => ({ id: a, name: state.hashAreas[a].name })),
|
|
@@ -8,7 +8,7 @@ import { u as useAreasStore } from "../../../../../../hooks/useAreas/index.js";
|
|
|
8
8
|
import { g as getAreasDictionary, A as AREAS_DICCTIONARY } from "../../../../../../dictionary.js";
|
|
9
9
|
import { I as ICONS } from "../../../../../../icons.js";
|
|
10
10
|
import { C as ChipActionsMobile } from "../../../AreaChip/subcomponents/ChipActionsMobile/ChipActionsMobile.js";
|
|
11
|
-
import {
|
|
11
|
+
import { c as ChipMobileRootStyled, d as ChipMobileContentStyled, N as NameChipMobileStyled, e as EditAreaChipMobileContainerStyled } from "../../../../slots/AreasAdminSlots.js";
|
|
12
12
|
import { R as RHFormProvider } from "../../../../../../../hook-form/RHFormProvider/RHFormProvider.js";
|
|
13
13
|
import { T as Typography } from "../../../../../../../mui_extended/Typography/Typography.js";
|
|
14
14
|
import { A as ActionsContainer } from "../../../../../../../CommonActions/components/ActionsContainer/ActionsContainer.js";
|
|
@@ -4,12 +4,12 @@ import { u as useAreasStore } from "../../hooks/useAreas/index.js";
|
|
|
4
4
|
import { A as AreaMemonizedWindowModal } from "./subcomponents/Area/subcomponents/WindowModal/WindowModal.js";
|
|
5
5
|
import { shallow } from "zustand/shallow";
|
|
6
6
|
import { L as LoadingError } from "../../../LoadingError/LoadingError.js";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
7
|
+
import { g as getNameDataTestId, a as getPropDataTestId } from "../../../../test/getNameDataTestId.js";
|
|
8
|
+
import { a as AREAS_VIEWER_CLASS_NAME } from "../../constants.js";
|
|
9
9
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.js";
|
|
10
|
-
import {
|
|
10
|
+
import { b as AreasViewerRootStyled } from "./slots/AreasViewerSlots.js";
|
|
11
11
|
import { A as AREAS_VIEWER_KEY_COMPONENT } from "./constants.js";
|
|
12
|
-
import {
|
|
12
|
+
import { g as getComponentSlotRoot } from "../../../../utils/getComponentSlotRoot.js";
|
|
13
13
|
import { A as AreasViewerSlots } from "./slots/AreasViewerEnum.js";
|
|
14
14
|
import clsx from "clsx";
|
|
15
15
|
import { forwardRef } from "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { generateUtilityClasses } from "@mui/material";
|
|
2
2
|
import "@mui/base";
|
|
3
|
-
import {
|
|
3
|
+
import { a as AREAS_VIEWER_CLASS_NAME } from "../../../constants.js";
|
|
4
4
|
const areasViewerClasses = generateUtilityClasses(
|
|
5
5
|
AREAS_VIEWER_CLASS_NAME,
|
|
6
6
|
[
|
|
@@ -24,9 +24,9 @@ const WindowBaseStyled = styled(WindowBase, {
|
|
|
24
24
|
slot: AreasViewerSlots.windowBase
|
|
25
25
|
})(areasViewerStyles?.windowBase);
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
AreaRootStyled as A,
|
|
28
28
|
BaseAreaStyled as B,
|
|
29
29
|
WindowBaseStyled as W,
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
WrapperWindowModalStyled as a,
|
|
31
|
+
AreasViewerRootStyled as b
|
|
32
32
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { B as BaseArea } from "./subcomponents/BaseArea/BaseArea.js";
|
|
3
3
|
import { u as useAreasStore } from "../../../../hooks/useAreas/index.js";
|
|
4
|
-
import {
|
|
4
|
+
import { A as AreaRootStyled } from "../../slots/AreasViewerSlots.js";
|
|
5
5
|
const Area = (props) => {
|
|
6
6
|
const { selected, areaId, size } = props;
|
|
7
7
|
const status = useAreasStore((state) => state.hashAreas[areaId].status);
|
package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/Window.js
CHANGED
|
@@ -3,8 +3,8 @@ import React from "react";
|
|
|
3
3
|
import { M as MemonizedWindowBaseMicroFrontend } from "../../../../../../../WindowBase/subcomponents/MicroFrontend/MicroFrontend.js";
|
|
4
4
|
import { W as WindowBaseComponent } from "../../../../../../../WindowBase/subcomponents/Component/index.js";
|
|
5
5
|
import { T as TEST_PROP_ID } from "../../../../../../../../test/constants_no_mock.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { g as getNameDataTestId } from "../../../../../../../../test/getNameDataTestId.js";
|
|
7
|
+
import { a as AREAS_VIEWER_CLASS_NAME } from "../../../../../../constants.js";
|
|
8
8
|
import { u as useWindow } from "./hooks/useWindow.js";
|
|
9
9
|
import { W as WindowBaseStyled } from "../../../../slots/AreasViewerSlots.js";
|
|
10
10
|
import { shallow } from "zustand/shallow";
|
|
@@ -3,7 +3,7 @@ import React, { useCallback } from "react";
|
|
|
3
3
|
import { u as useAreasStore } from "../../../../../../hooks/useAreas/index.js";
|
|
4
4
|
import { W as Window } from "../Window/Window.js";
|
|
5
5
|
import { useIsMobile } from "@m4l/graphics";
|
|
6
|
-
import {
|
|
6
|
+
import { a as WrapperWindowModalStyled } from "../../../../slots/AreasViewerSlots.js";
|
|
7
7
|
import { u as useStateRef } from "../../../../../../../../hooks/useStateRef/index.js";
|
|
8
8
|
import { D as DragResizeWindowRND } from "../../../../../../../DragResizeWindowRND/DragResizeWindowRND.js";
|
|
9
9
|
import { D as Dialog } from "../../../../../../../mui_extended/Dialog/Dialog.js";
|
|
@@ -6,10 +6,10 @@ import { c as createDynamicMFStore } from "../../../WindowBase/contexts/DynamicM
|
|
|
6
6
|
import cloneDeep from "lodash-es/cloneDeep";
|
|
7
7
|
import debounce from "lodash-es/debounce";
|
|
8
8
|
import { g as generateModuleCount } from "./helpers/generateModuleCount.js";
|
|
9
|
-
import {
|
|
9
|
+
import { A as AREAS_STORE_ID } from "../../constants.js";
|
|
10
10
|
import { h as helperSelectLayout } from "./helpers/selectLayout.js";
|
|
11
11
|
import { d as deleteCookie, s as setCookie, g as getCookie } from "../../../../helpers/cookies/cookies.js";
|
|
12
|
-
import {
|
|
12
|
+
import { l as isEqualLayouts } from "../../../GridLayout/utils.js";
|
|
13
13
|
import { d as cloneLayouts, e as addLayoutItemToBreakPoints } from "../../../GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
14
14
|
const createDevtools = (immerMiddlewere, config) => {
|
|
15
15
|
const { enabled = false } = config;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import {
|
|
3
|
+
import { A as AreasContext } from "../../contexts/AreasContext/index.js";
|
|
4
4
|
function useAreasStore(selector, equalityFn) {
|
|
5
5
|
const context = useContext(AreasContext);
|
|
6
6
|
if (!context) {
|
|
@@ -2,9 +2,9 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.js";
|
|
3
3
|
import { g as getTopBarClassesUtilityClass } from "./classes/index.js";
|
|
4
4
|
import { C as ConteinItem } from "./component/ConteinItem/index.js";
|
|
5
|
-
import {
|
|
5
|
+
import { a as TopBarProvider } from "./context/index.js";
|
|
6
6
|
import { T as TopBarRoot } from "./style.js";
|
|
7
|
-
import {
|
|
7
|
+
import { g as getNameDataTestId } from "../../../test/getNameDataTestId.js";
|
|
8
8
|
import { c as componentName } from "./classes/constants.js";
|
|
9
9
|
const TopBar = (props) => {
|
|
10
10
|
const { dataMenu: DataMenu, dataTestId } = props;
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { u as useTopBar } from "../../hook/topBarContext/index.js";
|
|
3
3
|
import { N as NavItemRoot } from "./subcomponets/NavItem/index.js";
|
|
4
4
|
import { T as TEST_PROP_ID } from "../../../../../test/constants_no_mock.js";
|
|
5
|
-
import {
|
|
5
|
+
import { g as getNameDataTestId } from "../../../../../test/getNameDataTestId.js";
|
|
6
6
|
import { c as componentName } from "../../classes/constants.js";
|
|
7
7
|
const ConteinItem = () => {
|
|
8
8
|
const { dataMenu: DataMenu, classes, dataTestId } = useTopBar();
|
|
@@ -7,7 +7,7 @@ import clsx from "clsx";
|
|
|
7
7
|
import { i as isActive } from "../../../../utils/isActive/index.js";
|
|
8
8
|
import { T as TopBarClasses } from "../../../../classes/index.js";
|
|
9
9
|
import { T as TEST_PROP_ID } from "../../../../../../../test/constants_no_mock.js";
|
|
10
|
-
import {
|
|
10
|
+
import { g as getNameDataTestId } from "../../../../../../../test/getNameDataTestId.js";
|
|
11
11
|
import { c as componentName } from "../../../../classes/constants.js";
|
|
12
12
|
import { A as Accordion } from "../../../../../../mui_extended/Accordion/Accordion.js";
|
|
13
13
|
import { B as Button } from "../../../../../../mui_extended/Button/Button.js";
|
|
@@ -1165,6 +1165,33 @@ const dataGridStyles = {
|
|
|
1165
1165
|
textOverflow: "ellipsis",
|
|
1166
1166
|
wordBreak: "break-word",
|
|
1167
1167
|
whiteSpace: "normal"
|
|
1168
|
+
}),
|
|
1169
|
+
/**
|
|
1170
|
+
* Wrapper para celdas con color de fondo personalizado.
|
|
1171
|
+
*
|
|
1172
|
+
* Este estilo aplica backgroundColor y ocupa toda la celda,
|
|
1173
|
+
* manteniendo el comportamiento de truncado con ellipsis.
|
|
1174
|
+
* El color se recibe a través de ownerState.cellBackgroundColor
|
|
1175
|
+
*/
|
|
1176
|
+
cellBackgroundWrapper: ({ ownerState }) => ({
|
|
1177
|
+
// Ocupar toda la celda con margin negativo
|
|
1178
|
+
margin: "-8px",
|
|
1179
|
+
padding: "8px",
|
|
1180
|
+
width: "calc(100% + 16px)",
|
|
1181
|
+
height: "calc(100% + 16px)",
|
|
1182
|
+
boxSizing: "border-box",
|
|
1183
|
+
// Mantener el comportamiento de truncado igual que las celdas
|
|
1184
|
+
display: "-webkit-box",
|
|
1185
|
+
WebkitBoxOrient: "vertical",
|
|
1186
|
+
WebkitLineClamp: ownerState?.currentRowHeightVariant === "compact" ? 1 : ownerState?.currentRowHeightVariant === "confortable" ? 3 : 2,
|
|
1187
|
+
overflow: "hidden",
|
|
1188
|
+
textOverflow: "ellipsis",
|
|
1189
|
+
wordBreak: "break-word",
|
|
1190
|
+
whiteSpace: "normal",
|
|
1191
|
+
alignContent: "center",
|
|
1192
|
+
...ownerState?.cellBackgroundColor && {
|
|
1193
|
+
backgroundColor: ownerState.cellBackgroundColor
|
|
1194
|
+
}
|
|
1168
1195
|
})
|
|
1169
1196
|
};
|
|
1170
1197
|
export {
|
|
@@ -3,13 +3,13 @@ import { useRef } from "react";
|
|
|
3
3
|
import { useModuleSkeleton } from "@m4l/core";
|
|
4
4
|
import { T as TEST_PROP_COLUMNS } from "../../types.js";
|
|
5
5
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.js";
|
|
6
|
-
import {
|
|
7
|
-
import { T as TEST_SKELETON,
|
|
8
|
-
import { D as DataGridRootStyled,
|
|
9
|
-
import {
|
|
6
|
+
import { g as getNameDataTestId } from "../../../../test/getNameDataTestId.js";
|
|
7
|
+
import { T as TEST_SKELETON, b as DATAGRID_PREFIX_NAME } from "../../constants.js";
|
|
8
|
+
import { D as DataGridRootStyled, o as CustomHeaderStyled } from "../../slots/DataGridSlot.js";
|
|
9
|
+
import { g as getComponentSlotRoot } from "../../../../utils/getComponentSlotRoot.js";
|
|
10
10
|
import { u as useComponentSize } from "../../../../hooks/useComponentSize/useComponentSize.js";
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
11
|
+
import { a as DataGridProvider } from "../../contexts/DataGridContext/DataGridContext.js";
|
|
12
|
+
import { a as FilterProvider } from "../../contexts/FilterContext/FilterContext.js";
|
|
13
13
|
import { H as HeaderActions } from "../../subcomponents/HeaderActions/HeaderActions.js";
|
|
14
14
|
import { C as ControlNavigate } from "../../subcomponents/ControlNavigate/ControlNavigate.js";
|
|
15
15
|
function BaseDataGrid(props) {
|
|
@@ -14,7 +14,8 @@ function DataGrid(props) {
|
|
|
14
14
|
cardsViewConfig,
|
|
15
15
|
focusOnRowKey,
|
|
16
16
|
checkedRows,
|
|
17
|
-
onCheckedRowsChange
|
|
17
|
+
onCheckedRowsChange,
|
|
18
|
+
rowCellsBackground
|
|
18
19
|
} = props;
|
|
19
20
|
return /* @__PURE__ */ jsx(BaseDataGrid, { ...props, children: /* @__PURE__ */ jsx(
|
|
20
21
|
RenderContent,
|
|
@@ -30,7 +31,8 @@ function DataGrid(props) {
|
|
|
30
31
|
cardsViewConfig,
|
|
31
32
|
focusOnRowKey,
|
|
32
33
|
checkedRows,
|
|
33
|
-
onCheckedRowsChange
|
|
34
|
+
onCheckedRowsChange,
|
|
35
|
+
rowCellsBackground
|
|
34
36
|
}
|
|
35
37
|
) });
|
|
36
38
|
}
|
|
@@ -17,7 +17,8 @@ function TreeDataGrid(props) {
|
|
|
17
17
|
onCheckedRowsChange,
|
|
18
18
|
rowGrouper,
|
|
19
19
|
expandedGroupIds: expandedGroupIdsProp,
|
|
20
|
-
onExpandedGroupIdsChange: onExpandedGroupIdsChangeProp
|
|
20
|
+
onExpandedGroupIdsChange: onExpandedGroupIdsChangeProp,
|
|
21
|
+
rowCellsBackground
|
|
21
22
|
} = props;
|
|
22
23
|
const [internalExpandedGroupIds, setInternalExpandedGroupIds] = useState(() => new Set(expandedGroupIdsProp ?? []));
|
|
23
24
|
const isControlled = expandedGroupIdsProp !== void 0 && onExpandedGroupIdsChangeProp !== void 0;
|
|
@@ -37,6 +38,7 @@ function TreeDataGrid(props) {
|
|
|
37
38
|
focusOnRowKey,
|
|
38
39
|
checkedRows,
|
|
39
40
|
onCheckedRowsChange,
|
|
41
|
+
rowCellsBackground,
|
|
40
42
|
treeProps: {
|
|
41
43
|
rowGrouper,
|
|
42
44
|
expandedGroupIds,
|
|
@@ -39,10 +39,10 @@ const CARD_HEIGHT = {
|
|
|
39
39
|
};
|
|
40
40
|
export {
|
|
41
41
|
CARD_HEIGHT as C,
|
|
42
|
-
|
|
42
|
+
DATAGRID_ROW_HEIGHTS as D,
|
|
43
43
|
TEST_SKELETON as T,
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
DATAGRID_ROW_HEADER_HEIGHTS as a,
|
|
45
|
+
DATAGRID_PREFIX_NAME as b,
|
|
46
46
|
DATAGRID_ID_DICTIONARY as c,
|
|
47
47
|
DATAGRID_ACTIONS_COLUMN_KEY as d,
|
|
48
48
|
DATAGRID_SEMANTIC_WIDTHS as e,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useState, useEffect, useMemo, createContext } from "react";
|
|
3
3
|
import { useFirstRender } from "@m4l/graphics";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { a as getComponentClasses } from "../../../../utils/getComponentSlotRoot.js";
|
|
5
|
+
import { D as DATAGRID_ROW_HEIGHTS, a as DATAGRID_ROW_HEADER_HEIGHTS, b as DATAGRID_PREFIX_NAME } from "../../constants.js";
|
|
6
6
|
import { C as ControlNavigateSlots, a as ColumnsConfigSlots, T as TextEditorSlots, b as TableSlots, R as RowsCountSlots, A as ActionsSlots, D as DataGridSlots } from "../../slots/DataGridEnum.js";
|
|
7
7
|
import { deepEqual } from "fast-equals";
|
|
8
8
|
import { u as useViewMode } from "../../hooks/useViewMode/useViewMode.js";
|
|
@@ -367,6 +367,6 @@ function DataGridProvider(props) {
|
|
|
367
367
|
);
|
|
368
368
|
}
|
|
369
369
|
export {
|
|
370
|
-
|
|
371
|
-
|
|
370
|
+
DataGridContext as D,
|
|
371
|
+
DataGridProvider as a
|
|
372
372
|
};
|
package/components/datagrids/formatters/ColumnChipStatusFormatter/ColumnChipStatusGroupFormatter.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { getPropertyByString } from "@m4l/core";
|
|
3
|
-
import {
|
|
3
|
+
import { a as ChipStatusFormatterColumnWrapperStyled } from "../../../formatters/ChipStatusFormatter/slots/ChipStatusFormatterSlots.js";
|
|
4
4
|
import { g as getNullGuard } from "../../../../utils/getNullGuard.js";
|
|
5
5
|
import { C as ChipStatusFormatter } from "../../../formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
6
6
|
const ColumnChipStatusGroupFormatter = (props) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { getPropertyByString } from "@m4l/core";
|
|
3
|
-
import {
|
|
3
|
+
import { a as ChipStatusFormatterColumnWrapperStyled } from "../../../formatters/ChipStatusFormatter/slots/ChipStatusFormatterSlots.js";
|
|
4
4
|
import { g as getNullGuard } from "../../../../utils/getNullGuard.js";
|
|
5
5
|
import { C as ChipStatusFormatter } from "../../../formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
6
6
|
const ColumnChipStatusFormatter = (props) => {
|
|
@@ -2,7 +2,7 @@ import { jsx, Fragment } from "react/jsx-runtime";
|
|
|
2
2
|
import { useContext } from "react";
|
|
3
3
|
import { getPropertyByString } from "@m4l/core";
|
|
4
4
|
import { I as IMAGE_SIZES } from "./constants.js";
|
|
5
|
-
import {
|
|
5
|
+
import { D as DataGridContext } from "../../contexts/DataGridContext/DataGridContext.js";
|
|
6
6
|
import { I as ImageFormatter } from "../../../formatters/ImageFormatter/ImageFormatter.js";
|
|
7
7
|
function ImageFormatterCell(props) {
|
|
8
8
|
const { formatterProps, fieldValue, fieldText, width, height, cover } = props;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { D as DataGridContext } from "../../../contexts/DataGridContext/DataGridContext.js";
|
|
3
3
|
function useDataGrid() {
|
|
4
4
|
const context = useContext(DataGridContext);
|
|
5
5
|
if (!context) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { F as FilterContext } from "../../../contexts/FilterContext/FilterContext.js";
|
|
3
3
|
const useFilters = () => useContext(FilterContext);
|
|
4
4
|
export {
|
|
5
5
|
useFilters as u
|
|
@@ -55,7 +55,8 @@ export declare enum TableSlots {
|
|
|
55
55
|
editLabel = "editLabel",
|
|
56
56
|
iconButtonEdit = "iconButtonEdit",
|
|
57
57
|
defaultRenderGroupCellRoot = "defaultRenderGroupCellRoot",
|
|
58
|
-
defaultRenderGroupCellText = "defaultRenderGroupCellText"
|
|
58
|
+
defaultRenderGroupCellText = "defaultRenderGroupCellText",
|
|
59
|
+
cellBackgroundWrapper = "cellBackgroundWrapper"
|
|
59
60
|
}
|
|
60
61
|
export declare enum TextEditorSlots {
|
|
61
62
|
inputTexEditor = "inputTexEditor"
|
|
@@ -59,6 +59,7 @@ var TableSlots = /* @__PURE__ */ ((TableSlots2) => {
|
|
|
59
59
|
TableSlots2["iconButtonEdit"] = "iconButtonEdit";
|
|
60
60
|
TableSlots2["defaultRenderGroupCellRoot"] = "defaultRenderGroupCellRoot";
|
|
61
61
|
TableSlots2["defaultRenderGroupCellText"] = "defaultRenderGroupCellText";
|
|
62
|
+
TableSlots2["cellBackgroundWrapper"] = "cellBackgroundWrapper";
|
|
62
63
|
return TableSlots2;
|
|
63
64
|
})(TableSlots || {});
|
|
64
65
|
var TextEditorSlots = /* @__PURE__ */ ((TextEditorSlots2) => {
|
|
@@ -99,3 +99,4 @@ export declare const ControlNavigateStyled: import('@emotion/styled').StyledComp
|
|
|
99
99
|
export declare const ColumnIconFormatterStyled: import('@emotion/styled').StyledComponent<any, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
100
100
|
export declare const DefaultRenderGroupCellRootStyled: import('@emotion/styled').StyledComponent<any, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import('react').ClassAttributes<HTMLSpanElement> | keyof import('react').HTMLAttributes<HTMLSpanElement>>, {}>;
|
|
101
101
|
export declare const DefaultRenderGroupCellTextStyled: import('@emotion/styled').StyledComponent<any, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import('react').ClassAttributes<HTMLSpanElement> | keyof import('react').HTMLAttributes<HTMLSpanElement>>, {}>;
|
|
102
|
+
export declare const CellBackgroundWrapperStyled: import('@emotion/styled').StyledComponent<any, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import('react').ClassAttributes<HTMLSpanElement> | keyof import('react').HTMLAttributes<HTMLSpanElement>>, {}>;
|