@m4l/components 9.5.7 → 9.5.8
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/@types/types.d.ts +1 -1
- package/components/AccountPopover/AccountPopover.js +1 -1
- package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +5 -5
- package/components/AccountPopover/slots/AccountPopoverSlots.js +37 -38
- package/components/ActionsGroup/slots/ActionsGroupSlots.d.ts +3 -3
- package/components/ActionsGroup/slots/ActionsGroupSlots.d.ts.map +1 -1
- package/components/ActionsGroup/slots/ActionsGroupSlots.js +12 -13
- package/components/ActionsGroup/subcomponents/ActionIconButton/ActionIconButton.js +12 -12
- package/components/AppBar/AppBar.d.ts +9 -9
- package/components/AppBar/AppBar.d.ts.map +1 -1
- package/components/AppBar/AppBar.js +23 -21
- package/components/AppBar/slots/AppBarSlots.d.ts +1 -1
- package/components/CheckableList/CheckableList.js +28 -28
- package/components/CheckableList/slots/styled.d.ts +9 -9
- package/components/CheckableList/slots/styled.js +1 -1
- package/components/Chip/Chip.js +4 -4
- package/components/Chip/slots/ChipSlots.d.ts +4 -4
- package/components/Chip/slots/ChipSlots.d.ts.map +1 -1
- package/components/Chip/slots/ChipSlots.js +20 -21
- package/components/Color/Color.d.ts +1 -3
- package/components/Color/Color.d.ts.map +1 -1
- package/components/Color/Color.js +10 -10
- package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionFormIntro/ActionFormIntro.js +6 -6
- package/components/CommonActions/components/ActionFormSubmitProgrammatic/ActionFormSubmitProgrammatic.js +7 -7
- package/components/CommonActions/components/ActionFormSubmitProgrammatic/slots/ActionFormSubmitProgrammaticSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
- package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/useDaysOfMonthPicker.js +6 -6
- package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerSlots.d.ts +1 -1
- package/components/DaysOfWeekPicker/hooks/useDaysOfWeekPicker.js +1 -1
- package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.d.ts +1 -1
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +2 -2
- package/components/DynamicFilter/store/DynamicFilterContext.js +10 -10
- package/components/DynamicFilter/subcomponents/InputFilter/InputFilter.js +1 -1
- package/components/DynamicForm/DynamicForm.js +14 -14
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
- package/components/DynamicSort/store/DynamicSortContext.js +8 -8
- package/components/DynamicSort/subcomponents/FieldTypes/StringSort/index.js +1 -1
- package/components/DynamicSort/subcomponents/InputSort/InputSort.js +1 -1
- package/components/DynamicSort/subcomponents/PopoverMenuFields/PopoverMenuFields.js +1 -1
- package/components/EditLabel/slots/EditLabelSlots.d.ts +4 -4
- package/components/HelperError/HelperError.js +5 -5
- package/components/HelperError/slots/HelperErrorSlots.d.ts +1 -1
- package/components/HelperError/slots/HelperErrorSlots.js +1 -1
- package/components/HelperError/types.d.ts +1 -1
- package/components/HelperError/types.d.ts.map +1 -1
- package/components/Icon/Icon.d.ts +3 -6
- package/components/Icon/Icon.d.ts.map +1 -1
- package/components/Icon/Icon.js +3 -99
- package/components/Icon/index.d.ts +3 -2
- package/components/Icon/index.d.ts.map +1 -1
- package/components/ImageText/ImageText.js +5 -5
- package/components/ImageText/slots/ImageTextSlots.d.ts +2 -2
- package/components/ImageText/slots/ImageTextSlots.js +1 -1
- package/components/Label/Label.js +1 -1
- package/components/Label/slots/LabelSlots.d.ts +3 -3
- package/components/Label/slots/LabelSlots.d.ts.map +1 -1
- package/components/Label/slots/LabelSlots.js +9 -10
- package/components/Label/types.d.ts +19 -17
- package/components/Label/types.d.ts.map +1 -1
- package/components/LanguagePopover/LanguagePopover.js +7 -7
- package/components/LoadingError/LoadingError.js +11 -11
- package/components/LoadingError/slots/LoadingErrorSlots.d.ts +1 -1
- package/components/LoadingError/slots/LoadingErrorSlots.d.ts.map +1 -1
- package/components/LoadingError/slots/LoadingErrorSlots.js +6 -6
- package/components/MFIsolationApp/MFIsolationApp.js +10 -11
- package/components/MFIsolationAppStorybook/MFIsolationAppStorybook.d.ts +1 -5
- package/components/MFIsolationAppStorybook/MFIsolationAppStorybook.d.ts.map +1 -1
- package/components/MFIsolationAppStorybook/createComponentsMFIsolationAppStorybookProps.d.ts +19 -0
- package/components/MFIsolationAppStorybook/createComponentsMFIsolationAppStorybookProps.d.ts.map +1 -0
- package/components/MFIsolationAppStorybook/createComponentsMFIsolationAppStorybookProps.js +52 -0
- package/components/MFIsolationAppStorybook/index.d.ts +4 -3
- package/components/MFIsolationAppStorybook/index.d.ts.map +1 -1
- package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/MFAppStorybook.d.ts +1 -5
- package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/MFAppStorybook.d.ts.map +1 -1
- package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/types.d.ts +1 -4
- package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/types.d.ts.map +1 -1
- package/components/MFIsolationAppStorybook/types.d.ts +2 -34
- package/components/MFIsolationAppStorybook/types.d.ts.map +1 -1
- package/components/MenuActions/MenuActions.js +14 -14
- package/components/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/ModalDialog/slots/ModalDialogSlots.d.ts +1 -1
- package/components/NoItemPrivileges/NoItemPrivileges.js +4 -4
- package/components/NoItemSelected/NoItemSelected.js +7 -7
- package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
- package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +4 -4
- package/components/ObjectLogs/slots/ObjectLogsSlots.js +18 -19
- package/components/Pager/Pager.js +8 -8
- package/components/Pager/slots/PagerSlots.d.ts +3 -3
- package/components/Pager/slots/PagerSlots.d.ts.map +1 -1
- package/components/Pager/slots/PagerSlots.js +1 -1
- package/components/PaperForm/PaperForm.js +1 -1
- package/components/PaperForm/slots/PaperFormSlots.d.ts +2 -2
- package/components/PaperForm/slots/PaperFormSlots.js +9 -10
- package/components/PropertyValue/PropertyValue.js +11 -11
- package/components/PropertyValue/slots/PropertyValueSlots.d.ts +1 -1
- package/components/PropertyValue/slots/PropertyValueSlots.js +1 -1
- package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +5 -5
- package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts.map +1 -1
- package/components/SettingsLayout/slots/SettingsLayoutSlots.js +25 -26
- package/components/SettingsLayout/subcomponents/SettingColorPresets/SettingColorPresets.d.ts.map +1 -1
- package/components/SettingsLayout/subcomponents/SettingColorPresets/SettingColorPresets.js +17 -18
- package/components/SettingsLayout/subcomponents/SettingDirection/SettingDirection.d.ts.map +1 -1
- package/components/SettingsLayout/subcomponents/SettingDirection/SettingDirection.js +13 -14
- package/components/SettingsLayout/subcomponents/SettingFullscreen/SettingFullscreen.js +1 -1
- package/components/SettingsLayout/subcomponents/SettingItem/SettingItem.js +4 -4
- package/components/SettingsLayout/subcomponents/SettingMode/SettingMode.d.ts.map +1 -1
- package/components/SettingsLayout/subcomponents/SettingMode/SettingMode.js +19 -20
- package/components/SideBar/slots/SideBarSlots.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentComponent/index.js +8 -8
- package/components/SideBar/subcomponents/TreeGroupItems/index.js +11 -11
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/AdormentIcon/AdormentIcon.js +3 -3
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/ArrowIcon/index.js +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItem/index.js +5 -5
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItemMain/NodeMenuItemMain.js +14 -14
- package/components/Stepper/Stepper.js +6 -6
- package/components/Stepper/slots/StepperSlot.d.ts +5 -5
- package/components/Stepper/slots/StepperSlot.d.ts.map +1 -1
- package/components/Stepper/slots/StepperSlot.js +41 -42
- package/components/Stepper/subcomponents/StepArea/subcomponents/Inidicator/index.js +2 -2
- package/components/TabsNavigator/TabsNavigator.js +13 -13
- package/components/TabsNavigator/slots/TabsNavigatorSlots.d.ts +3 -3
- package/components/TabsNavigator/slots/TabsNavigatorSlots.d.ts.map +1 -1
- package/components/TabsNavigator/slots/TabsNavigatorSlots.js +21 -22
- package/components/TabsNavigator/subcomponents/TabNavigatorClusterComponent/TabNavigatorClusterComponent.js +6 -6
- package/components/TabsNavigator/subcomponents/TabNavigatorComponent/TabNavigatorComponent.js +1 -1
- package/components/TabsNavigator/subcomponents/TextMarquee/types.d.ts +1 -1
- package/components/TabsNavigator/subcomponents/TextMarquee/types.d.ts.map +1 -1
- package/components/ToastContainer/slots/toastContainerSlots.d.ts +5 -5
- package/components/ToastContainer/slots/toastContainerSlots.d.ts.map +1 -1
- package/components/ToastContainer/slots/toastContainerSlots.js +17 -18
- package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.js +3 -3
- package/components/ToastContainer/types.d.ts +1 -1
- package/components/ToastContainer/types.d.ts.map +1 -1
- package/components/WindowBase/WindowBase.js +22 -23
- package/components/WindowBase/slots/WindowBaseSlots.d.ts +4 -4
- package/components/WindowBase/slots/WindowBaseSlots.d.ts.map +1 -1
- package/components/WindowBase/slots/WindowBaseSlots.js +67 -68
- package/components/WindowBase/subcomponents/EditionInfo/EditionInfo.js +6 -6
- package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts +1 -1
- package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts.map +1 -1
- package/components/WindowBase/types.d.ts +1 -2
- package/components/WindowBase/types.d.ts.map +1 -1
- package/components/WindowConfirm/WindowConfirm.js +11 -11
- package/components/WindowConfirm/slots/WindowConfirmSlots.d.ts +4 -4
- package/components/WindowConfirm/slots/WindowConfirmSlots.js +1 -1
- package/components/animate/variants/background.d.ts +9 -9
- package/components/animate/variants/bounce.d.ts +9 -9
- package/components/animate/variants/fade.d.ts +20 -20
- package/components/animate/variants/flip.d.ts +6 -6
- package/components/animate/variants/rotate.d.ts +3 -3
- package/components/animate/variants/scale.d.ts +6 -6
- package/components/animate/variants/slide.d.ts +16 -16
- package/components/animate/variants/transition.d.ts +3 -3
- package/components/animate/variants/zoom.d.ts +15 -15
- package/components/areas/components/AreasAdmin/AreasAdmin.js +8 -8
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +3 -3
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.js +4 -4
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/AreaChip.js +22 -22
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +10 -10
- package/components/areas/components/AreasViewer/AreasViewer.js +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/AreaGridLayout.js +1 -1
- package/components/commercial/TopBar/component/ConteinItem/subcomponets/NavItem/subcomponents/ArrowIcon/index.js +1 -1
- package/components/datagrids/components/BaseDataGrid/BaseDataGrid.js +1 -1
- package/components/datagrids/formatters/ColumnIconFormatter/types.d.ts +1 -1
- package/components/datagrids/formatters/ColumnIconFormatter/types.d.ts.map +1 -1
- package/components/datagrids/slots/DataGridSlot.d.ts +6 -6
- package/components/datagrids/slots/DataGridSlot.d.ts.map +1 -1
- package/components/datagrids/slots/DataGridSlot.js +111 -112
- package/components/datagrids/subcomponents/ControlNavigate/ControlNavigate.js +1 -1
- package/components/datagrids/subcomponents/HeaderActions/HeaderActions.js +1 -1
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/Density/Density.js +1 -1
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/ViewMode/ViewMode.js +1 -1
- package/components/datagrids/tests/helpers/useCustomCardExample.d.ts.map +1 -1
- package/components/datagrids/views/CardsView/hooks/useCardContent/useCardContent.js +1 -1
- package/components/datagrids/views/CardsView/subcomponents/CardDetails/CardDetails.js +1 -1
- package/components/datagrids/views/ListView/hooks/useListContent/useListContent.js +1 -1
- package/components/datagrids/views/ListView/subcomponents/ListDetail/ListDetail.js +1 -1
- package/components/datagrids/views/TableView/hooks/useHeaderMenuActions/useHeaderMenuActions.js +4 -4
- package/components/datagrids/views/TableView/subcomponents/CheckboxFormatter/subcomponents/CustomIcons/CustomIcons.js +8 -8
- package/components/datagrids/views/TableView/subcomponents/DraggableHeaderRenderer/DraggableHeaderRenderer.js +1 -1
- package/components/datagrids/views/TableView/subcomponents/RenderGroupCell/RenderGroupCell.js +1 -1
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +3 -3
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.js +1 -1
- package/components/extended/mui/Accordion/Accordion.js +6 -6
- package/components/extended/mui/Accordion/slots/AccordionSlots.d.ts +3 -3
- package/components/extended/mui/Accordion/slots/AccordionSlots.d.ts.map +1 -1
- package/components/extended/mui/Accordion/slots/AccordionSlots.js +11 -12
- package/components/extended/mui/Autocomplete/constants.d.ts +1 -1
- package/components/extended/mui/Autocomplete/hooks/useAutocomplete/useAutocomplete.js +11 -11
- package/components/extended/mui/Autocomplete/slots/AutocompleteSlots.d.ts +5 -5
- package/components/extended/mui/Autocomplete/slots/AutocompleteSlots.js +1 -1
- package/components/extended/mui/Autocomplete/subcomponents/LoadingText/LoadingText.js +2 -2
- package/components/extended/mui/Autocomplete/subcomponents/NoOptionsText/NoOptionsText.js +2 -2
- package/components/extended/mui/Autocomplete/subcomponents/RenderAdornment/RenderAdornment.js +4 -4
- package/components/extended/mui/Avatar/Avatar.js +4 -4
- package/components/extended/mui/Badge/Badge.js +6 -6
- package/components/extended/mui/Badge/slots/BadgeSlots.d.ts +1 -1
- package/components/extended/mui/Button/Button.js +4 -4
- package/components/extended/mui/Button/slots/ButtonSlots.d.ts +2 -2
- package/components/extended/mui/Button/slots/ButtonSlots.js +10 -11
- package/components/extended/mui/CheckBox/CheckBox.js +6 -6
- package/components/extended/mui/CheckBox/slots/CheckBoxSlots.d.ts +3 -3
- package/components/extended/mui/CheckBox/slots/CheckBoxSlots.js +11 -12
- package/components/extended/mui/CircularProgress/CircularProgress.js +9 -9
- package/components/extended/mui/DatePicker/hooks/useDatePicker/useDatePicker.js +7 -7
- package/components/extended/mui/DatePicker/slots/DatePickerSlots.d.ts +2 -2
- package/components/extended/mui/DateTimePicker/DateTimePicker.js +14 -14
- package/components/extended/mui/DateTimePicker/slots/DateTimePickerSlots.d.ts +2 -2
- package/components/extended/mui/Divider/Divider.js +1 -1
- package/components/extended/mui/IconButton/IconButton.js +9 -9
- package/components/extended/mui/IconButton/helpers/evalIconColor.d.ts +1 -1
- package/components/extended/mui/IconButton/helpers/evalIconColor.d.ts.map +1 -1
- package/components/extended/mui/IconButton/slots/IconButtonSlots.d.ts +1 -1
- package/components/extended/mui/IconButton/slots/IconButtonSlots.js +1 -1
- package/components/extended/mui/IconButton/types.d.ts +1 -2
- package/components/extended/mui/IconButton/types.d.ts.map +1 -1
- package/components/extended/mui/LoadingButton/LoadingButton.js +9 -9
- package/components/extended/mui/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
- package/components/extended/mui/MenuDivider/MenuDivider.js +1 -1
- package/components/extended/mui/MenuItem/MenuItem.js +12 -12
- package/components/extended/mui/MenuItem/slots/MenuItemSlots.d.ts +4 -4
- package/components/extended/mui/MenuItem/slots/MenuItemSlots.js +17 -18
- package/components/extended/mui/MenuItem/types.d.ts +1 -1
- package/components/extended/mui/MenuItem/types.d.ts.map +1 -1
- package/components/extended/mui/NavLink/NavLink.js +4 -4
- package/components/extended/mui/NavLink/slots/NavLinkSlots.d.ts +1 -1
- package/components/extended/mui/NavLink/slots/NavLinkSlots.js +4 -4
- package/components/extended/mui/NavLink/types.d.ts +1 -1
- package/components/extended/mui/NavLink/types.d.ts.map +1 -1
- package/components/extended/mui/Popper/slots/PopperStlots.d.ts +1 -1
- package/components/extended/mui/Radio/Radio.js +17 -17
- package/components/extended/mui/Radio/slots/styled.d.ts +1 -1
- package/components/extended/mui/Radio/slots/styled.js +1 -1
- package/components/extended/mui/Select/Select.js +16 -16
- package/components/extended/mui/Select/slots/SelectSlots.d.ts +6 -6
- package/components/extended/mui/Select/slots/SelectSlots.d.ts.map +1 -1
- package/components/extended/mui/Select/slots/SelectSlots.js +21 -22
- package/components/extended/mui/Switch/Switch.js +9 -9
- package/components/extended/mui/Switch/slots/SwitchSlots.d.ts +1 -1
- package/components/extended/mui/Tab/Slots/TabSlots.d.ts +4 -4
- package/components/extended/mui/Tab/Slots/TabSlots.d.ts.map +1 -1
- package/components/extended/mui/Tab/Slots/TabSlots.js +11 -12
- package/components/extended/mui/Tab/Tab.js +6 -6
- package/components/extended/mui/Tabs/Tabs.js +7 -7
- package/components/extended/mui/TextField/TextField.js +12 -12
- package/components/extended/mui/TextField/slots/TextFieldSlots.d.ts +3 -3
- package/components/extended/mui/TextField/slots/TextFieldSlots.js +1 -1
- package/components/extended/mui/TimePicker/slots/TimePickerSlots.d.ts +2 -2
- package/components/extended/mui/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
- package/components/extended/mui/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
- package/components/extended/mui/Tooltip/Tooltip.d.ts +3 -3
- package/components/extended/mui/Tooltip/Tooltip.d.ts.map +1 -1
- package/components/extended/mui/Tooltip/Tooltip.js +3 -32
- package/components/extended/mui/Tooltip/index.d.ts +0 -1
- package/components/extended/mui/Tooltip/index.d.ts.map +1 -1
- package/components/extended/mui/Typography/Typography.d.ts +3 -19
- package/components/extended/mui/Typography/Typography.d.ts.map +1 -1
- package/components/extended/mui/Typography/Typography.js +3 -56
- package/components/extended/mui/Typography/index.d.ts +2 -1
- package/components/extended/mui/Typography/index.d.ts.map +1 -1
- package/components/extended/rsuite/DateRangePicker/DateRangePicker.js +1 -1
- package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/useDateRangePicker.js +3 -3
- package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.d.ts +3 -3
- package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.js +16 -17
- package/components/formatters/ChipStatusFormatter/ChipStatusFormatter.js +4 -4
- package/components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js +5 -5
- package/components/formatters/ConcatenatedFormatter/slots/ConcatenatedFormatterSlots.d.ts +1 -1
- package/components/formatters/ConcatenatedFormatter/slots/ConcatenatedFormatterSlots.d.ts.map +1 -1
- package/components/formatters/ConcatenatedFormatter/slots/ConcatenatedFormatterSlots.js +1 -1
- package/components/formatters/ConcatenatedFormatter/types.d.ts +1 -1
- package/components/formatters/ConcatenatedFormatter/types.d.ts.map +1 -1
- package/components/formatters/DateFormatter/slots/DateFormatterSlots.d.ts +1 -1
- package/components/formatters/DateFormatter/slots/DateFormatterSlots.d.ts.map +1 -1
- package/components/formatters/DateFormatter/slots/DateFormatterSlots.js +1 -1
- package/components/formatters/DistanceToNowFormatter/slots/DistanceToNowFormatterSlots.d.ts +1 -1
- package/components/formatters/DistanceToNowFormatter/slots/DistanceToNowFormatterSlots.js +1 -1
- package/components/formatters/IconsFormatter/slots/IconsFormatterSlots.d.ts +2 -2
- package/components/formatters/IconsFormatter/slots/IconsFormatterSlots.js +1 -1
- package/components/formatters/IconsFormatter/types.d.ts +1 -1
- package/components/formatters/IconsFormatter/types.d.ts.map +1 -1
- package/components/formatters/ImageFormatter/slots/ImageFormatterSlots.d.ts +1 -1
- package/components/formatters/ImageFormatter/slots/ImageFormatterSlots.js +1 -1
- package/components/formatters/NestedFormatter/slots/NestedFormatterSlots.d.ts +1 -1
- package/components/formatters/NestedFormatter/slots/NestedFormatterSlots.d.ts.map +1 -1
- package/components/formatters/NestedFormatter/slots/NestedFormatterSlots.js +4 -4
- package/components/formatters/PeriodFormatter/PeriodFormatter.js +3 -3
- package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.d.ts +1 -1
- package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.d.ts.map +1 -1
- package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.js +1 -1
- package/components/formatters/PointsFormatter/PointsFormatter.js +1 -1
- package/components/formatters/PointsFormatter/slots/ointsFormatterSlots.d.ts +1 -1
- package/components/formatters/PointsFormatter/slots/ointsFormatterSlots.d.ts.map +1 -1
- package/components/formatters/PointsFormatter/slots/ointsFormatterSlots.js +1 -1
- package/components/formatters/PriceFormatter/PriceFormatter.js +5 -5
- package/components/formatters/PriceFormatter/slots/PriceFormatterSlots.d.ts +1 -1
- package/components/formatters/PriceFormatter/slots/PriceFormatterSlots.d.ts.map +1 -1
- package/components/formatters/PriceFormatter/slots/PriceFormatterSlots.js +8 -8
- package/components/formatters/PriceFormatter/types.d.ts +1 -1
- package/components/formatters/PriceFormatter/types.d.ts.map +1 -1
- package/components/formatters/TagsFormatter/TagsFormatter.js +1 -1
- package/components/formatters/TagsFormatter/subcomponents/Tag/Tag.js +5 -5
- package/components/formatters/UncertaintyFormatter/UncertaintyFormatter.js +7 -7
- package/components/formatters/UncertaintyFormatter/slots/UncertaintyFormatterSlots.d.ts +1 -1
- package/components/formatters/UncertaintyFormatter/slots/UncertaintyFormatterSlots.d.ts.map +1 -1
- package/components/formatters/UncertaintyFormatter/slots/UncertaintyFormatterSlots.js +8 -8
- package/components/formatters/UncertaintyFormatter/types.d.ts +1 -1
- package/components/formatters/UncertaintyFormatter/types.d.ts.map +1 -1
- package/components/hook-form/RHFActionsGroup/RHFActionsGroup.js +4 -4
- package/components/hook-form/RHFCheckableList/RHFCheckableList.js +13 -13
- package/components/hook-form/RHFCheckbox/RHFCheckbox.js +7 -7
- package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
- package/components/hook-form/RHFColorPicker/RFHColorPicker.js +6 -6
- package/components/hook-form/RHFColorPicker/slots/RHFColorPickerSlots.d.ts +1 -1
- package/components/hook-form/RHFColorPicker/subcomponents/ColorPickerField/ColorPickerField.js +1 -1
- package/components/hook-form/RHFDatePicker/RHFDatePicker.js +6 -6
- package/components/hook-form/RHFDatePicker/slots/RHFDatePickerSlots.d.ts +2 -2
- package/components/hook-form/RHFDateTime/RHFDateTime.js +9 -9
- package/components/hook-form/RHFNumberInput/RHFNumberInput.js +13 -13
- package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +1 -1
- package/components/hook-form/RHFPeriod/subcomponents/Period/Period.js +9 -9
- package/components/hook-form/RHFRadioGroup/RHFRadioGroup.js +12 -12
- package/components/hook-form/RHFRadioGroup/formatters/OptionIconLabelFormatter/index.d.ts.map +1 -1
- package/components/hook-form/RHFRadioGroup/slots/styled.d.ts +1 -1
- package/components/hook-form/RHFRadioGroup/slots/styled.d.ts.map +1 -1
- package/components/hook-form/RHFRadioGroup/slots/styled.js +1 -1
- package/components/hook-form/RHFRadioGroup/subcomponents/RenderOptionStartAdornment/RenderOptionStartAdornment.js +6 -6
- package/components/hook-form/RHFSelect/RHFSelect.js +3 -3
- package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
- package/components/hook-form/RHFTextField/RHFTextField.js +6 -6
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js +1 -1
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +2 -2
- package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js +6 -6
- package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +3 -3
- package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.js +1 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/UploadImage.js +14 -14
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js +8 -8
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +7 -7
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.js +1 -1
- package/components/hook-form/RHFUpload/components/UploadComponents/BlockContent.d.ts.map +1 -1
- package/components/hook-form/RHFUpload/components/UploadComponents/RejectionFiles.d.ts.map +1 -1
- package/contexts/AppearanceComponentContext/AppearanceComponentContext.d.ts +1 -27
- package/contexts/AppearanceComponentContext/AppearanceComponentContext.d.ts.map +1 -1
- package/contexts/AppearanceComponentContext/AppearanceComponentStore.d.ts +1 -30
- package/contexts/AppearanceComponentContext/AppearanceComponentStore.d.ts.map +1 -1
- package/contexts/AppearanceComponentContext/useAppearanceComponentStore.d.ts +1 -5
- package/contexts/AppearanceComponentContext/useAppearanceComponentStore.d.ts.map +1 -1
- package/hooks/useComponentSize/index.d.ts +5 -1
- package/hooks/useComponentSize/index.d.ts.map +1 -1
- package/hooks/useComponentSize/index.js +5 -0
- package/hooks/useComponentSize/useComponentSize.d.ts +1 -9
- package/hooks/useComponentSize/useComponentSize.d.ts.map +1 -1
- package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +1 -1
- package/index.js +486 -478
- package/package.json +8 -7
- package/test/importTestingVitest.d.ts +13 -0
- package/test/importTestingVitest.d.ts.map +1 -0
- package/utils/getIconColor.d.ts +1 -1
- package/utils/getIconColor.d.ts.map +1 -1
- package/components/Icon/Icon.styles.d.ts +0 -3
- package/components/Icon/Icon.styles.d.ts.map +0 -1
- package/components/Icon/Icon.styles.js +0 -92
- package/components/Icon/constants.d.ts +0 -4
- package/components/Icon/constants.d.ts.map +0 -1
- package/components/Icon/constants.js +0 -8
- package/components/Icon/slots/IconEnum.d.ts +0 -7
- package/components/Icon/slots/IconEnum.d.ts.map +0 -1
- package/components/Icon/slots/IconEnum.js +0 -4
- package/components/Icon/slots/IconSlots.d.ts +0 -13
- package/components/Icon/slots/IconSlots.d.ts.map +0 -1
- package/components/Icon/slots/IconSlots.js +0 -25
- package/components/Icon/slots/index.d.ts +0 -3
- package/components/Icon/slots/index.d.ts.map +0 -1
- package/components/Icon/types.d.ts +0 -109
- package/components/Icon/types.d.ts.map +0 -1
- package/components/MFIsolationAppStorybook/MFIsolationAppStorybook.js +0 -132
- package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/MFAppStorybook.js +0 -42
- package/components/extended/mui/Tooltip/Tooltip.styles.d.ts +0 -3
- package/components/extended/mui/Tooltip/Tooltip.styles.d.ts.map +0 -1
- package/components/extended/mui/Tooltip/Tooltip.styles.js +0 -65
- package/components/extended/mui/Tooltip/constants.d.ts +0 -10
- package/components/extended/mui/Tooltip/constants.d.ts.map +0 -1
- package/components/extended/mui/Tooltip/constants.js +0 -8
- package/components/extended/mui/Tooltip/slots/TooltipEnum.d.ts +0 -6
- package/components/extended/mui/Tooltip/slots/TooltipEnum.d.ts.map +0 -1
- package/components/extended/mui/Tooltip/slots/TooltipEnum.js +0 -4
- package/components/extended/mui/Tooltip/slots/TooltipSlots.d.ts +0 -10
- package/components/extended/mui/Tooltip/slots/TooltipSlots.d.ts.map +0 -1
- package/components/extended/mui/Tooltip/slots/TooltipSlots.js +0 -20
- package/components/extended/mui/Tooltip/slots/index.d.ts +0 -3
- package/components/extended/mui/Tooltip/slots/index.d.ts.map +0 -1
- package/components/extended/mui/Tooltip/types.d.ts +0 -28
- package/components/extended/mui/Tooltip/types.d.ts.map +0 -1
- package/components/extended/mui/Typography/constants.d.ts +0 -18
- package/components/extended/mui/Typography/constants.d.ts.map +0 -1
- package/components/extended/mui/Typography/constants.js +0 -8
- package/components/extended/mui/Typography/slots/typographyEnum.d.ts +0 -8
- package/components/extended/mui/Typography/slots/typographyEnum.d.ts.map +0 -1
- package/components/extended/mui/Typography/slots/typographyEnum.js +0 -4
- package/components/extended/mui/Typography/slots/typographySlots.d.ts +0 -13
- package/components/extended/mui/Typography/slots/typographySlots.d.ts.map +0 -1
- package/components/extended/mui/Typography/slots/typographySlots.js +0 -17
- package/components/extended/mui/Typography/types.d.ts +0 -79
- package/components/extended/mui/Typography/types.d.ts.map +0 -1
- package/components/extended/mui/Typography/typography.styles.d.ts +0 -3
- package/components/extended/mui/Typography/typography.styles.d.ts.map +0 -1
- package/components/extended/mui/Typography/typography.styles.js +0 -59
- package/contexts/AppearanceComponentContext/AppearanceComponentContext.js +0 -18
- package/contexts/AppearanceComponentContext/AppearanceComponentStore.js +0 -28
- package/contexts/AppearanceComponentContext/useAppearanceComponentStore.js +0 -15
- package/hooks/useComponentSize/useComponentSize.js +0 -11
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
2
|
import { useModuleDictionary as u, useModuleSkeleton as p } from "@m4l/core";
|
|
3
3
|
import c from "../../hooks/useSideBar/index.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
4
|
+
import { useComponentSize as f } from "../../../../hooks/useComponentSize/index.js";
|
|
5
|
+
import { TEST_PROP_ID as S } from "../../../../test/constants_no_mock.js";
|
|
6
|
+
import { getNameDataTestId as b } from "../../tests/utils.js";
|
|
7
|
+
import { ContainerTreeGroupItemsStyled as I, ContainerContentGroupsStyled as h, ContainerContentTitleStyled as C } from "../../slots/SideBarSlots.js";
|
|
8
|
+
import { NodeMenuItemMain as D } from "./subcomponents/NodeMenuItemMain/NodeMenuItemMain.js";
|
|
9
9
|
import { MenuItem as T } from "../../../extended/mui/MenuItem/MenuItem.js";
|
|
10
10
|
const w = (r) => {
|
|
11
|
-
const { menuData: t, anchored: n } = c(), { getLabel: i } = u(), { size: s } = r, { currentSize: m } =
|
|
11
|
+
const { menuData: t, anchored: n } = c(), { getLabel: i } = u(), { size: s } = r, { currentSize: m } = f(s), a = p(), l = {
|
|
12
12
|
noItems: t.length === 0,
|
|
13
13
|
anchored: n
|
|
14
|
-
}, d = () => /* @__PURE__ */ e(
|
|
14
|
+
}, d = () => /* @__PURE__ */ e(C, { ownerState: { disabled: !0 }, children: /* @__PURE__ */ e(
|
|
15
15
|
T,
|
|
16
16
|
{
|
|
17
17
|
disabled: !0,
|
|
@@ -19,15 +19,15 @@ const w = (r) => {
|
|
|
19
19
|
}
|
|
20
20
|
) });
|
|
21
21
|
return /* @__PURE__ */ e(
|
|
22
|
-
|
|
22
|
+
I,
|
|
23
23
|
{
|
|
24
24
|
ownerState: l,
|
|
25
25
|
role: "bodysidebar",
|
|
26
|
-
...process.env.NODE_ENV !== "production" ? { [
|
|
26
|
+
...process.env.NODE_ENV !== "production" ? { [S]: b("content-groups") } : {},
|
|
27
27
|
children: t.length > 0 ? t.map((o) => (
|
|
28
28
|
/* Render title section in menusidebar */
|
|
29
|
-
/* @__PURE__ */ e(
|
|
30
|
-
|
|
29
|
+
/* @__PURE__ */ e(h, { children: /* @__PURE__ */ e(
|
|
30
|
+
D,
|
|
31
31
|
{
|
|
32
32
|
item: o,
|
|
33
33
|
size: m,
|
package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/AdormentIcon/AdormentIcon.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as n } from "@emotion/react/jsx-runtime";
|
|
2
2
|
import c from "../../../../hooks/useSideBar/index.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { Icon as m } from "@m4l/base";
|
|
4
|
+
import { ContainerAdornmentIconStyled as a, BackgroundAdornmentIconStyled as d } from "../../../../slots/SideBarSlots.js";
|
|
5
5
|
const I = (o) => {
|
|
6
6
|
const { icon: r, variant: t = "main" } = o, { classes: e } = c();
|
|
7
|
-
return /* @__PURE__ */ n(
|
|
7
|
+
return /* @__PURE__ */ n(a, { ownerState: { variant: t }, children: /* @__PURE__ */ n(d, { className: e.backgroundAdornmentIcon, children: /* @__PURE__ */ n(m, { src: r }) }) });
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
10
10
|
I as AdornmentIcon
|
|
@@ -5,7 +5,7 @@ import { getNameDataTestId as c } from "../../../../tests/utils.js";
|
|
|
5
5
|
import { PATH_ARROW_DOWN_ICON as p } from "../../../../constants.js";
|
|
6
6
|
import { ContainerArrowIconRootStyled as f } from "../../../../slots/SideBarSlots.js";
|
|
7
7
|
import _ from "../../../../hooks/useSideBar/index.js";
|
|
8
|
-
import { Icon as I } from "
|
|
8
|
+
import { Icon as I } from "@m4l/base";
|
|
9
9
|
function w(r) {
|
|
10
10
|
const { openState: t, active: e } = r, { host_static_assets: n, environment_assets: s } = i(), { classes: m } = _();
|
|
11
11
|
return /* @__PURE__ */ o(
|
|
@@ -7,13 +7,13 @@ import { getNameDataTestId as L } from "../../../../tests/utils.js";
|
|
|
7
7
|
import { ArrowIcon as O } from "../ArrowIcon/index.js";
|
|
8
8
|
import { ContainerNodeMenuItemStyled as x, WrapperMenuItemStyled as z } from "../../../../slots/SideBarSlots.js";
|
|
9
9
|
import { CLASS_NAME_MENU_ACTIVE as g, CLASS_NAME_ITEM_IN_TREE_ACTIVE as u, CLASS_NAME_HAS_CHILDREN as D, CLASS_NAME_ITEM_CLOSED as b } from "../../../../constants.js";
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
10
|
+
import { useComponentSize as k } from "../../../../../../hooks/useComponentSize/index.js";
|
|
11
|
+
import { useModuleSkeleton as R } from "@m4l/core";
|
|
12
|
+
import { AdornmentIcon as w } from "../AdormentIcon/AdormentIcon.js";
|
|
13
|
+
import { useCollapse as P } from "../../../../hooks/useCollapse/useCollapse.js";
|
|
14
14
|
import { MenuItem as U } from "../../../../../extended/mui/MenuItem/MenuItem.js";
|
|
15
15
|
function V(I) {
|
|
16
|
-
const { item: e, size: S, defaultOpen: d = !1, className: s, isLastSibling: f = !1, isRoot: l = !1 } = I, { urlIconPrefix: A, classes: c } = T(), { isOpen: i, handlerClick: E, hasChildren: o } =
|
|
16
|
+
const { item: e, size: S, defaultOpen: d = !1, className: s, isLastSibling: f = !1, isRoot: l = !1 } = I, { urlIconPrefix: A, classes: c } = T(), { isOpen: i, handlerClick: E, hasChildren: o } = P(e, d), { currentSize: n } = k(S), _ = R(), N = e.iconUrl ? /* @__PURE__ */ t(w, { icon: `${A}${e.iconUrl}`, variant: l && e.itemInTreeActive || l && e.active ? "root" : e.active ? "itemActive" : "normal" }) : null, a = {
|
|
17
17
|
active: e.active,
|
|
18
18
|
itemInTreeActive: e.itemInTreeActive,
|
|
19
19
|
sidebarSize: n,
|
|
@@ -2,18 +2,18 @@ import { jsx as t, jsxs as S } from "@emotion/react/jsx-runtime";
|
|
|
2
2
|
import { ContainerNodeMenuItemMainStyled as M, WrapperMenuItemStyled as N, MenuItemMainStyled as h } from "../../../../slots/SideBarSlots.js";
|
|
3
3
|
import { getNameDataTestId as v } from "../../../../tests/utils.js";
|
|
4
4
|
import { TEST_PROP_ID as C } from "../../../../../../test/constants_no_mock.js";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import T from "
|
|
10
|
-
import
|
|
11
|
-
import E from "
|
|
12
|
-
import
|
|
13
|
-
import {
|
|
5
|
+
import { useComponentSize as O } from "../../../../../../hooks/useComponentSize/index.js";
|
|
6
|
+
import { ArrowIcon as x } from "../ArrowIcon/index.js";
|
|
7
|
+
import { Collapse as z } from "@mui/material";
|
|
8
|
+
import { NodeMenuItem as A } from "../NodeMenuItem/index.js";
|
|
9
|
+
import { CLASS_NAME_IS_ROOT as T } from "../../../../constants.js";
|
|
10
|
+
import _ from "clsx";
|
|
11
|
+
import { useModuleSkeleton as E } from "@m4l/core";
|
|
12
|
+
import k from "../../../../hooks/useSideBar/index.js";
|
|
13
|
+
import { AdornmentIcon as b } from "../AdormentIcon/AdormentIcon.js";
|
|
14
14
|
import { useCollapse as g } from "../../../../hooks/useCollapse/useCollapse.js";
|
|
15
15
|
const G = (m) => {
|
|
16
|
-
const { item: e, size: s, defaultOpen: l = !1 } = m, { urlIconPrefix: a, classes: c } =
|
|
16
|
+
const { item: e, size: s, defaultOpen: l = !1 } = m, { urlIconPrefix: a, classes: c } = k(), { currentSize: o } = O(s), { isOpen: r, handlerClick: p, hasChildren: u } = g(e, l), d = E(), f = e.iconUrl ? /* @__PURE__ */ t(b, { icon: `${a}${e.iconUrl}`, variant: "main" }) : null, n = {
|
|
17
17
|
active: e.active,
|
|
18
18
|
itemInTreeActive: e.itemInTreeActive,
|
|
19
19
|
sidebarSize: o
|
|
@@ -30,17 +30,17 @@ const G = (m) => {
|
|
|
30
30
|
{
|
|
31
31
|
label: e.title,
|
|
32
32
|
startIcon: f,
|
|
33
|
-
endIcon: u ? /* @__PURE__ */ t(
|
|
33
|
+
endIcon: u ? /* @__PURE__ */ t(x, { openState: r, active: e.active }) : null,
|
|
34
34
|
onClick: () => p(),
|
|
35
35
|
size: o
|
|
36
36
|
}
|
|
37
37
|
) }),
|
|
38
|
-
/* @__PURE__ */ t(
|
|
39
|
-
|
|
38
|
+
/* @__PURE__ */ t(z, { in: r, timeout: "auto", unmountOnExit: !0, children: (e.children || []).map((i, I) => /* @__PURE__ */ t(
|
|
39
|
+
A,
|
|
40
40
|
{
|
|
41
41
|
item: i,
|
|
42
42
|
size: o,
|
|
43
|
-
className: T
|
|
43
|
+
className: _(T),
|
|
44
44
|
defaultOpen: !d,
|
|
45
45
|
isLastSibling: e.children?.length === I + 1,
|
|
46
46
|
isRoot: !0
|
|
@@ -8,24 +8,24 @@ import { STEPPER_PREFIX_NAME as x } from "./constants.js";
|
|
|
8
8
|
import { StepArea as z } from "./subcomponents/StepArea/index.js";
|
|
9
9
|
import { ContentArea as N } from "./subcomponents/ContentArea/index.js";
|
|
10
10
|
import { StepperProvider as _ } from "./store/StepperContext/index.js";
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
11
|
+
import { useComponentSize as j } from "../../hooks/useComponentSize/index.js";
|
|
12
|
+
import { StepperFooter as D } from "./subcomponents/StepperFooter/index.js";
|
|
13
|
+
import { StepperContent as I } from "./subcomponents/StepperContent/index.js";
|
|
14
14
|
function J(r) {
|
|
15
|
-
const { orientation: l, size: S, children: t, className: f } = r, { currentSize: c } =
|
|
15
|
+
const { orientation: l, size: S, children: t, className: f } = r, { currentSize: c } = j(S), a = {
|
|
16
16
|
size: c,
|
|
17
17
|
orientation: l
|
|
18
18
|
}, u = y(x), { stepperFooter: C, stepperContent: F } = E(() => {
|
|
19
19
|
let n = null, p = null, s = 0, m = 0;
|
|
20
20
|
return t && h.forEach(t, (e) => {
|
|
21
21
|
if (d(e))
|
|
22
|
-
if (e.type ===
|
|
22
|
+
if (e.type === D) {
|
|
23
23
|
if (s++, s > 1)
|
|
24
24
|
throw new Error(
|
|
25
25
|
"Stepper: Solo se permite un componente StepperFooter. Se encontraron múltiples StepperFooter."
|
|
26
26
|
);
|
|
27
27
|
n = e;
|
|
28
|
-
} else if (e.type ===
|
|
28
|
+
} else if (e.type === I) {
|
|
29
29
|
if (m++, m > 1)
|
|
30
30
|
throw new Error(
|
|
31
31
|
"Stepper: Solo se permite un componente StepperContent. Se encontraron múltiples StepperContent."
|
|
@@ -19,7 +19,7 @@ export declare const StepContentStyled: import('@emotion/styled').StyledComponen
|
|
|
19
19
|
export declare const StepStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
20
20
|
ownerState?: (Partial<import('../types').StepperOwnerState> & Record<string, unknown>) | undefined;
|
|
21
21
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
22
|
-
export declare const StepNameStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('
|
|
22
|
+
export declare const StepNameStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('@m4l/base').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "title" | "component" | "zIndex" | "size" | "variant" | "color" | "dataTestid" | "paragraph" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "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" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "disabled" | "skeletonWidth" | "ellipsis" | "align" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonRows" | "htmlFor" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
23
23
|
ownerState?: (Partial<import('../types').StepperOwnerState> & Record<string, unknown>) | undefined;
|
|
24
24
|
}, {}, {}>;
|
|
25
25
|
export declare const StepNameTextStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
@@ -28,7 +28,7 @@ export declare const StepNameTextStyled: import('@emotion/styled').StyledCompone
|
|
|
28
28
|
export declare const IndicatorStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
29
29
|
ownerState?: (Partial<import('../types').StepperOwnerState> & Record<string, unknown>) | undefined;
|
|
30
30
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
31
|
-
export declare const TextNumberStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('
|
|
31
|
+
export declare const TextNumberStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('@m4l/base').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "title" | "component" | "zIndex" | "size" | "variant" | "color" | "dataTestid" | "paragraph" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "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" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "disabled" | "skeletonWidth" | "ellipsis" | "align" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonRows" | "htmlFor" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
32
32
|
ownerState?: (Partial<import('../types').StepperOwnerState> & Record<string, unknown>) | undefined;
|
|
33
33
|
}, {}, {}>;
|
|
34
34
|
export declare const ContentAreaBodyStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
@@ -43,16 +43,16 @@ export declare const WrapperIconStyled: import('@emotion/styled').StyledComponen
|
|
|
43
43
|
export declare const WrapperTitleStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
44
44
|
ownerState?: (Partial<import('../types').StepperOwnerState> & Record<string, unknown>) | undefined;
|
|
45
45
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
46
|
-
export declare const IconStyled: import('@emotion/styled').StyledComponent<Pick<import('
|
|
46
|
+
export declare const IconStyled: import('@emotion/styled').StyledComponent<Pick<import('@m4l/base').IconProps, "src" | "icon" | keyof import('@m4l/base').IconBaseProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
47
47
|
ownerState?: (Partial<import('../types').StepperOwnerState> & Record<string, unknown>) | undefined;
|
|
48
48
|
}, {}, {}>;
|
|
49
|
-
export declare const TitleStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('
|
|
49
|
+
export declare const TitleStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('@m4l/base').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "title" | "component" | "zIndex" | "size" | "variant" | "color" | "dataTestid" | "paragraph" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "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" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "disabled" | "skeletonWidth" | "ellipsis" | "align" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonRows" | "htmlFor" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
50
50
|
ownerState?: (Partial<import('../types').StepperOwnerState> & Record<string, unknown>) | undefined;
|
|
51
51
|
}, {}, {}>;
|
|
52
52
|
export declare const TitleTextStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
53
53
|
ownerState?: (Partial<import('../types').StepperOwnerState> & Record<string, unknown>) | undefined;
|
|
54
54
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
55
|
-
export declare const DescriptionStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('
|
|
55
|
+
export declare const DescriptionStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('@m4l/base').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "title" | "component" | "zIndex" | "size" | "variant" | "color" | "dataTestid" | "paragraph" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "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" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "disabled" | "skeletonWidth" | "ellipsis" | "align" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonRows" | "htmlFor" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
56
56
|
ownerState?: (Partial<import('../types').StepperOwnerState> & Record<string, unknown>) | undefined;
|
|
57
57
|
}, {}, {}>;
|
|
58
58
|
export declare const StepperFooterSectionStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepperSlot.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/Stepper/slots/StepperSlot.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StepperSlot.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/Stepper/slots/StepperSlot.ts"],"names":[],"mappings":"AAWA;;GAEG;AACH,eAAO,MAAM,iBAAiB;;6NAGD,CAAC;AAE9B,eAAO,MAAM,oBAAoB;;iNAGD,CAAC;AAEjC,eAAO,MAAM,cAAc;;6NAGD,CAAC;AAE3B,eAAO,MAAM,iBAAiB;;6NAGD,CAAC;AAE9B,eAAO,MAAM,iBAAiB;;6NAGD,CAAC;AAE9B,eAAO,MAAM,UAAU;;6NAGD,CAAC;AAEvB,eAAO,MAAM,cAAc;;UAGD,CAAC;AAE3B,eAAO,MAAM,kBAAkB;;6NAGD,CAAC;AAE/B,eAAO,MAAM,eAAe;;6NAGD,CAAC;AAE5B,eAAO,MAAM,gBAAgB;;UAGD,CAAC;AAE7B,eAAO,MAAM,qBAAqB;;6NAGD,CAAC;AAElC,eAAO,MAAM,uBAAuB;;6NAGD,CAAC;AAEpC,eAAO,MAAM,iBAAiB;;6NAGD,CAAC;AAE9B,eAAO,MAAM,kBAAkB;;6NAGD,CAAC;AAE/B,eAAO,MAAM,UAAU;;UAGD,CAAC;AAEvB,eAAO,MAAM,WAAW;;UAGD,CAAC;AAExB,eAAO,MAAM,eAAe;;6NAGD,CAAC;AAE5B,eAAO,MAAM,iBAAiB;;UAGD,CAAC;AAE9B,eAAO,MAAM,0BAA0B;;iNAGD,CAAC;AAEvC,eAAO,MAAM,8BAA8B;;6NAGD,CAAC;AAE3C,eAAO,MAAM,+BAA+B;;6NAGD,CAAC;AAE5C,eAAO,MAAM,oBAAoB;;6NAGD,CAAC"}
|
|
@@ -2,69 +2,68 @@ import { styled as t } from "@mui/material/styles";
|
|
|
2
2
|
import { STEPPER_PREFIX_NAME as e } from "../constants.js";
|
|
3
3
|
import { StepperSlots as i, ContentSlots as s, ContentAreaSlots as n, StepperFooterSlots as r } from "./StepperEnum.js";
|
|
4
4
|
import { stepperStyles as o } from "../Stepper.styles.js";
|
|
5
|
-
import { Typography as p } from "
|
|
6
|
-
|
|
7
|
-
const A = t("div", {
|
|
5
|
+
import { Typography as p, Icon as l } from "@m4l/base";
|
|
6
|
+
const y = t("div", {
|
|
8
7
|
name: e,
|
|
9
8
|
slot: i.stepperRoot
|
|
10
|
-
})(o.stepperRoot),
|
|
9
|
+
})(o.stepperRoot), A = t("section", {
|
|
11
10
|
name: e,
|
|
12
11
|
slot: s.contentSection
|
|
13
|
-
})(o.contentSection),
|
|
12
|
+
})(o.contentSection), v = t("div", {
|
|
14
13
|
name: e,
|
|
15
14
|
slot: s.stepArea
|
|
16
|
-
})(o.stepArea),
|
|
15
|
+
})(o.stepArea), T = t("div", {
|
|
17
16
|
name: e,
|
|
18
17
|
slot: n.contentArea
|
|
19
|
-
})(o.contentArea),
|
|
18
|
+
})(o.contentArea), F = t("div", {
|
|
20
19
|
name: e,
|
|
21
20
|
slot: n.stepContent
|
|
22
|
-
})(o.stepContent),
|
|
21
|
+
})(o.stepContent), x = t("div", {
|
|
23
22
|
name: e,
|
|
24
23
|
slot: s.step
|
|
25
|
-
})(o.step),
|
|
24
|
+
})(o.step), N = t(p, {
|
|
26
25
|
name: e,
|
|
27
26
|
slot: s.stepName
|
|
28
27
|
})(o.stepName), C = t("div", {
|
|
29
28
|
name: e,
|
|
30
29
|
slot: s.stepNameText
|
|
31
|
-
})(o.stepNameText),
|
|
30
|
+
})(o.stepNameText), f = t("div", {
|
|
32
31
|
name: e,
|
|
33
32
|
slot: s.indicator
|
|
34
|
-
})(o.indicator),
|
|
33
|
+
})(o.indicator), R = t(p, {
|
|
35
34
|
name: e,
|
|
36
35
|
slot: s.textNumber
|
|
37
|
-
})(o.textNumber),
|
|
36
|
+
})(o.textNumber), I = t("div", {
|
|
38
37
|
name: e,
|
|
39
38
|
slot: n.contentAreaBody
|
|
40
|
-
})(o.contentAreaBody),
|
|
39
|
+
})(o.contentAreaBody), w = t("div", {
|
|
41
40
|
name: e,
|
|
42
41
|
slot: n.contentAreaHeader
|
|
43
|
-
})(o.contentAreaHeader),
|
|
42
|
+
})(o.contentAreaHeader), u = t("div", {
|
|
44
43
|
name: e,
|
|
45
44
|
slot: n.wrapperIcon
|
|
46
|
-
})(o.wrapperIcon),
|
|
45
|
+
})(o.wrapperIcon), B = t("div", {
|
|
47
46
|
name: e,
|
|
48
47
|
slot: n.wrapperTitle
|
|
49
|
-
})(o.wrapperTitle),
|
|
48
|
+
})(o.wrapperTitle), g = t(l, {
|
|
50
49
|
name: e,
|
|
51
50
|
slot: n.icon
|
|
52
|
-
})(o.icon),
|
|
51
|
+
})(o.icon), h = t(p, {
|
|
53
52
|
name: e,
|
|
54
53
|
slot: n.title
|
|
55
|
-
})(o.title),
|
|
54
|
+
})(o.title), E = t("div", {
|
|
56
55
|
name: e,
|
|
57
56
|
slot: n.titleText
|
|
58
|
-
})(o.titleText),
|
|
57
|
+
})(o.titleText), b = t(p, {
|
|
59
58
|
name: e,
|
|
60
59
|
slot: n.description
|
|
61
|
-
})(o.description),
|
|
60
|
+
})(o.description), H = t("section", {
|
|
62
61
|
name: e,
|
|
63
62
|
slot: r.stepperFooterSection
|
|
64
|
-
})(o.stepperFooterSection),
|
|
63
|
+
})(o.stepperFooterSection), L = t("div", {
|
|
65
64
|
name: e,
|
|
66
65
|
slot: r.stepperFooterLeftActions
|
|
67
|
-
})(o.stepperFooterLeftActions),
|
|
66
|
+
})(o.stepperFooterLeftActions), P = t("div", {
|
|
68
67
|
name: e,
|
|
69
68
|
slot: r.stepperFooterRightActions
|
|
70
69
|
})(o.stepperFooterRightActions);
|
|
@@ -73,25 +72,25 @@ t("div", {
|
|
|
73
72
|
slot: r.wrapperButtons
|
|
74
73
|
})(o.wrapperButtons);
|
|
75
74
|
export {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
75
|
+
I as ContentAreaBodyStyled,
|
|
76
|
+
w as ContentAreaHeaderStyled,
|
|
77
|
+
T as ContentAreaStyled,
|
|
78
|
+
A as ContentSectionStyled,
|
|
79
|
+
b as DescriptionStyled,
|
|
80
|
+
g as IconStyled,
|
|
81
|
+
f as IndicatorStyled,
|
|
82
|
+
v as StepAreaStyled,
|
|
83
|
+
F as StepContentStyled,
|
|
84
|
+
N as StepNameStyled,
|
|
86
85
|
C as StepNameTextStyled,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
86
|
+
x as StepStyled,
|
|
87
|
+
L as StepperFooterLeftActionsStyled,
|
|
88
|
+
P as StepperFooterRightActionsStyled,
|
|
89
|
+
H as StepperFooterSectionStyled,
|
|
90
|
+
y as StepperRootStyled,
|
|
91
|
+
R as TextNumberStyled,
|
|
92
|
+
h as TitleStyled,
|
|
93
|
+
E as TitleTextStyled,
|
|
94
|
+
u as WrapperIconStyled,
|
|
95
|
+
B as WrapperTitleStyled
|
|
97
96
|
};
|
|
@@ -2,12 +2,12 @@ import { jsx as i } from "@emotion/react/jsx-runtime";
|
|
|
2
2
|
import { useMemo as z } from "react";
|
|
3
3
|
import { IndicatorStyled as I, TextNumberStyled as V } from "../../../../slots/StepperSlot.js";
|
|
4
4
|
import { useStepper as C } from "../../../../hooks/useStepper/index.js";
|
|
5
|
+
import { Icon as m } from "@m4l/base";
|
|
5
6
|
import { pathIcons as r } from "../../../../icons.js";
|
|
6
7
|
import { useIsMobile as M } from "@m4l/graphics";
|
|
7
8
|
import { useEnvironment as _ } from "@m4l/core";
|
|
8
9
|
import { shallow as w } from "zustand/shallow";
|
|
9
|
-
import { useComponentSize as B } from "../../../../../../hooks/useComponentSize/
|
|
10
|
-
import { Icon as m } from "../../../../../Icon/Icon.js";
|
|
10
|
+
import { useComponentSize as B } from "../../../../../../hooks/useComponentSize/index.js";
|
|
11
11
|
function J($) {
|
|
12
12
|
const { step: n, currentStep: e, totalSteps: h, originalStepIndex: t } = $, { orientation: x, size: T, indicatorType: s, stepValidationStatus: a } = C(
|
|
13
13
|
(o) => ({
|