@m4l/components 9.5.4-beta-feature-701-create-extended-library.0 → 9.5.4
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/slots/AccountPopoverSlots.d.ts +5 -5
- package/components/AccountPopover/slots/AccountPopoverSlots.js +38 -37
- 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 +13 -12
- package/components/ActionsGroup/subcomponents/ActionIconButton/ActionIconButton.js +1 -1
- package/components/AppBar/AppBar.d.ts +9 -9
- package/components/AppBar/AppBar.d.ts.map +1 -1
- package/components/AppBar/AppBar.js +21 -23
- 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/slots/ChipSlots.d.ts +4 -4
- package/components/Chip/slots/ChipSlots.d.ts.map +1 -1
- package/components/Chip/slots/ChipSlots.js +21 -20
- package/components/Color/Color.d.ts +3 -1
- package/components/Color/Color.d.ts.map +1 -1
- package/components/Color/Color.js +9 -9
- 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/ActionFormSubmitProgrammatic/slots/ActionFormSubmitProgrammaticSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
- package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerSlots.d.ts +1 -1
- package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.d.ts +1 -1
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +2 -2
- package/components/DynamicFilter/subcomponents/InputFilter/InputFilter.js +1 -1
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
- 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/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 +6 -3
- package/components/Icon/Icon.d.ts.map +1 -1
- package/components/Icon/Icon.js +99 -3
- package/components/Icon/Icon.styles.d.ts +3 -0
- package/components/Icon/Icon.styles.d.ts.map +1 -0
- package/components/Icon/Icon.styles.js +92 -0
- package/components/Icon/constants.d.ts +4 -0
- package/components/Icon/constants.d.ts.map +1 -0
- package/components/Icon/constants.js +8 -0
- package/components/Icon/index.d.ts +2 -3
- package/components/Icon/index.d.ts.map +1 -1
- package/components/Icon/slots/IconEnum.d.ts +7 -0
- package/components/Icon/slots/IconEnum.d.ts.map +1 -0
- package/components/Icon/slots/IconEnum.js +4 -0
- package/components/Icon/slots/IconSlots.d.ts +13 -0
- package/components/Icon/slots/IconSlots.d.ts.map +1 -0
- package/components/Icon/slots/IconSlots.js +25 -0
- package/components/Icon/slots/index.d.ts +3 -0
- package/components/Icon/slots/index.d.ts.map +1 -0
- package/components/Icon/types.d.ts +109 -0
- package/components/Icon/types.d.ts.map +1 -0
- package/components/ImageText/slots/ImageTextSlots.d.ts +2 -2
- package/components/ImageText/slots/ImageTextSlots.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 +10 -9
- package/components/Label/types.d.ts +17 -19
- package/components/Label/types.d.ts.map +1 -1
- package/components/LoadingError/LoadingError.js +6 -6
- 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/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/ModalDialog/slots/ModalDialogSlots.d.ts +1 -1
- package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
- package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +4 -4
- package/components/ObjectLogs/slots/ObjectLogsSlots.js +19 -18
- 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/slots/PaperFormSlots.d.ts +2 -2
- package/components/PaperForm/slots/PaperFormSlots.js +10 -9
- package/components/PropertyValue/PropertyValue.js +14 -14
- 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 +26 -25
- package/components/SettingsLayout/subcomponents/SettingColorPresets/SettingColorPresets.d.ts.map +1 -1
- package/components/SettingsLayout/subcomponents/SettingColorPresets/SettingColorPresets.js +18 -17
- package/components/SettingsLayout/subcomponents/SettingDirection/SettingDirection.d.ts.map +1 -1
- package/components/SettingsLayout/subcomponents/SettingDirection/SettingDirection.js +14 -13
- 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 +20 -19
- package/components/SideBar/slots/SideBarSlots.d.ts +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/AdormentIcon/AdormentIcon.js +3 -3
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/ArrowIcon/index.js +1 -1
- 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 +42 -41
- package/components/Stepper/subcomponents/StepArea/subcomponents/Inidicator/index.js +1 -1
- 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 +22 -21
- 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 +18 -17
- package/components/ToastContainer/types.d.ts +1 -1
- package/components/ToastContainer/types.d.ts.map +1 -1
- 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 +68 -67
- 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 +2 -1
- package/components/WindowBase/types.d.ts.map +1 -1
- 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/commercial/TopBar/component/ConteinItem/subcomponets/NavItem/subcomponents/ArrowIcon/index.js +1 -1
- package/components/datagrids/components/BaseDataGrid/BaseDataGrid.d.ts +2 -2
- 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 +112 -111
- 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/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-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.styles.js +3 -3
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +1 -1
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.js +1 -1
- 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 +12 -11
- package/components/extended/mui/Autocomplete/constants.d.ts +1 -1
- 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 +4 -4
- package/components/extended/mui/Autocomplete/subcomponents/NoOptionsText/NoOptionsText.js +4 -4
- package/components/extended/mui/Autocomplete/subcomponents/RenderAdornment/RenderAdornment.js +4 -4
- package/components/extended/mui/Badge/slots/BadgeSlots.d.ts +1 -1
- package/components/extended/mui/Button/slots/ButtonSlots.d.ts +2 -2
- package/components/extended/mui/Button/slots/ButtonSlots.js +11 -10
- package/components/extended/mui/CheckBox/slots/CheckBoxSlots.d.ts +3 -3
- package/components/extended/mui/CheckBox/slots/CheckBoxSlots.js +12 -11
- package/components/extended/mui/DatePicker/slots/DatePickerSlots.d.ts +2 -2
- package/components/extended/mui/DateTimePicker/slots/DateTimePickerSlots.d.ts +2 -2
- 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 +2 -1
- package/components/extended/mui/IconButton/types.d.ts.map +1 -1
- package/components/extended/mui/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
- package/components/extended/mui/MenuItem/slots/MenuItemSlots.d.ts +4 -4
- package/components/extended/mui/MenuItem/slots/MenuItemSlots.js +18 -17
- 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/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 +1 -1
- 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/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 +22 -21
- 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 +12 -11
- 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 +32 -3
- package/components/extended/mui/Tooltip/Tooltip.styles.d.ts +3 -0
- package/components/extended/mui/Tooltip/Tooltip.styles.d.ts.map +1 -0
- package/components/extended/mui/Tooltip/Tooltip.styles.js +65 -0
- package/components/extended/mui/Tooltip/constants.d.ts +10 -0
- package/components/extended/mui/Tooltip/constants.d.ts.map +1 -0
- package/components/extended/mui/Tooltip/constants.js +8 -0
- package/components/extended/mui/Tooltip/index.d.ts +1 -0
- package/components/extended/mui/Tooltip/index.d.ts.map +1 -1
- package/components/extended/mui/Tooltip/slots/TooltipEnum.d.ts +6 -0
- package/components/extended/mui/Tooltip/slots/TooltipEnum.d.ts.map +1 -0
- package/components/extended/mui/Tooltip/slots/TooltipEnum.js +4 -0
- package/components/extended/mui/Tooltip/slots/TooltipSlots.d.ts +10 -0
- package/components/extended/mui/Tooltip/slots/TooltipSlots.d.ts.map +1 -0
- package/components/extended/mui/Tooltip/slots/TooltipSlots.js +20 -0
- package/components/extended/mui/Tooltip/slots/index.d.ts +3 -0
- package/components/extended/mui/Tooltip/slots/index.d.ts.map +1 -0
- package/components/extended/mui/Tooltip/types.d.ts +28 -0
- package/components/extended/mui/Tooltip/types.d.ts.map +1 -0
- package/components/extended/mui/Typography/Typography.d.ts +19 -3
- package/components/extended/mui/Typography/Typography.d.ts.map +1 -1
- package/components/extended/mui/Typography/Typography.js +56 -3
- package/components/extended/mui/Typography/constants.d.ts +18 -0
- package/components/extended/mui/Typography/constants.d.ts.map +1 -0
- package/components/extended/mui/Typography/constants.js +8 -0
- package/components/extended/mui/Typography/index.d.ts +1 -2
- package/components/extended/mui/Typography/index.d.ts.map +1 -1
- package/components/extended/mui/Typography/slots/typographyEnum.d.ts +8 -0
- package/components/extended/mui/Typography/slots/typographyEnum.d.ts.map +1 -0
- package/components/extended/mui/Typography/slots/typographyEnum.js +4 -0
- package/components/extended/mui/Typography/slots/typographySlots.d.ts +13 -0
- package/components/extended/mui/Typography/slots/typographySlots.d.ts.map +1 -0
- package/components/extended/mui/Typography/slots/typographySlots.js +17 -0
- package/components/extended/mui/Typography/types.d.ts +79 -0
- package/components/extended/mui/Typography/types.d.ts.map +1 -0
- package/components/extended/mui/Typography/typography.styles.d.ts +3 -0
- package/components/extended/mui/Typography/typography.styles.d.ts.map +1 -0
- package/components/extended/mui/Typography/typography.styles.js +59 -0
- package/components/extended/rsuite/DateRangePicker/DateRangePicker.js +1 -1
- package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.d.ts +3 -3
- package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.js +17 -16
- 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/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/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/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/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/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
- package/components/hook-form/RHFColorPicker/slots/RHFColorPickerSlots.d.ts +1 -1
- package/components/hook-form/RHFDatePicker/slots/RHFDatePickerSlots.d.ts +2 -2
- 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/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/slots/RHFSlots.d.ts +1 -1
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +2 -2
- 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/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/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +1 -1
- package/index.js +476 -484
- package/package.json +6 -7
- package/utils/getIconColor.d.ts +1 -1
- package/utils/getIconColor.d.ts.map +1 -1
package/index.js
CHANGED
|
@@ -7,19 +7,19 @@ import { MotionContainer as l } from "./components/animate/MotionContainer/index
|
|
|
7
7
|
import { MotionLazyContainer as c } from "./components/animate/MotionLazyContainer/index.js";
|
|
8
8
|
import { LoadingScreen as F } from "./components/animate/LoadingScreen/index.js";
|
|
9
9
|
import { AnimatedScroll as g } from "./components/animate/AnimatedScroll/animatedScroll.js";
|
|
10
|
-
import { varFade as
|
|
11
|
-
import { varBounce as
|
|
12
|
-
import { varContainer as
|
|
13
|
-
import { varTranEnter as R, varTranExit as N, varTranHover as
|
|
14
|
-
import { AppBar as
|
|
15
|
-
import { getAppBarDictionary as
|
|
16
|
-
import { AreasAdmin as
|
|
17
|
-
import { AreasViewer as
|
|
10
|
+
import { varFade as S } from "./components/animate/variants/fade.js";
|
|
11
|
+
import { varBounce as P } from "./components/animate/variants/bounce.js";
|
|
12
|
+
import { varContainer as A } from "./components/animate/variants/container.js";
|
|
13
|
+
import { varTranEnter as R, varTranExit as N, varTranHover as B } from "./components/animate/variants/transition.js";
|
|
14
|
+
import { AppBar as L } from "./components/AppBar/AppBar.js";
|
|
15
|
+
import { getAppBarDictionary as O } from "./components/AppBar/dictionary.js";
|
|
16
|
+
import { AreasAdmin as _ } from "./components/areas/components/AreasAdmin/AreasAdmin.js";
|
|
17
|
+
import { AreasViewer as G } from "./components/areas/components/AreasViewer/AreasViewer.js";
|
|
18
18
|
import { AreasContext as k, AreasProvider as h } from "./components/areas/contexts/AreasContext/index.js";
|
|
19
19
|
import { useAreasStore as w } from "./components/areas/hooks/useAreas/index.js";
|
|
20
|
-
import { AREAS_DICCTIONARY as
|
|
20
|
+
import { AREAS_DICCTIONARY as z, AREAS_DICTIONARY_ID as U, LABEL_FILTER_BUTTON as Y, getAreasComponentsDictionary as j, getAreasDictionary as K } from "./components/areas/dictionary.js";
|
|
21
21
|
import { BaseModule as q } from "./components/BaseModule/BaseModule.js";
|
|
22
|
-
import { Card as
|
|
22
|
+
import { Card as Z } from "./components/Card/Card.js";
|
|
23
23
|
import { CheckableList as $ } from "./components/CheckableList/CheckableList.js";
|
|
24
24
|
import { getCheckableListComponentsDictionary as ro } from "./components/CheckableList/dictionary.js";
|
|
25
25
|
import { Chip as to } from "./components/Chip/Chip.js";
|
|
@@ -30,20 +30,20 @@ import { SectionCommercial as so } from "./components/commercial/SectionCommerci
|
|
|
30
30
|
import { ActionsContainer as uo } from "./components/CommonActions/components/ActionsContainer/ActionsContainer.js";
|
|
31
31
|
import { ActionCancel as Co } from "./components/CommonActions/components/ActionCancel/ActionCancel.js";
|
|
32
32
|
import { ActionIntro as go } from "./components/CommonActions/components/ActionIntro/ActionIntro.js";
|
|
33
|
-
import { ActionFormCancel as
|
|
34
|
-
import { ActionFormIntro as
|
|
35
|
-
import { ActionFormSubmitProgrammatic as
|
|
36
|
-
import { DICTIONARY as Ro, defaultCommonActionsDictionary as No, getCommonActionsDictionary as
|
|
37
|
-
import { ContainerFlow as
|
|
38
|
-
import { DataGrid as
|
|
39
|
-
import { TreeDataGrid as
|
|
40
|
-
import { getDataGridComponentsDictionary as
|
|
33
|
+
import { ActionFormCancel as So } from "./components/CommonActions/components/ActionFormCancel/ActionFormCancel.js";
|
|
34
|
+
import { ActionFormIntro as Po } from "./components/CommonActions/components/ActionFormIntro/ActionFormIntro.js";
|
|
35
|
+
import { ActionFormSubmitProgrammatic as Ao } from "./components/CommonActions/components/ActionFormSubmitProgrammatic/ActionFormSubmitProgrammatic.js";
|
|
36
|
+
import { DICTIONARY as Ro, defaultCommonActionsDictionary as No, getCommonActionsDictionary as Bo } from "./components/CommonActions/dictionary.js";
|
|
37
|
+
import { ContainerFlow as Lo } from "./components/ContainerFlow/ContainerFlow.js";
|
|
38
|
+
import { DataGrid as Oo } from "./components/datagrids/components/DataGridMain/DataGridMain.js";
|
|
39
|
+
import { TreeDataGrid as _o } from "./components/datagrids/components/TreeDataGrid/TreeDataGrid.js";
|
|
40
|
+
import { getDataGridComponentsDictionary as Go } from "./components/datagrids/dictionary.js";
|
|
41
41
|
import { NumberEditor as ko, TextEditor as ho } from "./components/datagrids/subcomponents/editors/TextEditor/TextEditor.js";
|
|
42
42
|
import { getDataGridRowsFromSet as wo } from "./components/datagrids/helpers/shared/getDataGridRowsFromSet/getDataGridRowsFromSet.js";
|
|
43
|
-
import { DATAGRID_ROW_HEADER_HEIGHTS as
|
|
44
|
-
import { ColumnBooleanFormatter as
|
|
43
|
+
import { DATAGRID_ROW_HEADER_HEIGHTS as zo, DATAGRID_ROW_HEIGHTS as Uo, DATAGRID_SEMANTIC_WIDTHS as Yo } from "./components/datagrids/constants.js";
|
|
44
|
+
import { ColumnBooleanFormatter as Ko } from "./components/datagrids/formatters/ColumnBooleanFormatter/formatter.js";
|
|
45
45
|
import { ColumnBooleanGroupFormatter as qo } from "./components/datagrids/formatters/ColumnBooleanFormatter/ColumnBooleanGroupFormatter.js";
|
|
46
|
-
import { useColumnBoolean as
|
|
46
|
+
import { useColumnBoolean as Zo } from "./components/datagrids/formatters/ColumnBooleanFormatter/useColumnBoolean.js";
|
|
47
47
|
import { ColumnConcatenatedValuesFormatter as $o } from "./components/datagrids/formatters/ColumnConcatenatedValuesFormatter/formatter.js";
|
|
48
48
|
import { ColumnConcatenatedValuesGroupFormatter as rr } from "./components/datagrids/formatters/ColumnConcatenatedValuesFormatter/ColumnConcatenatedValuesGroupFormatter.js";
|
|
49
49
|
import { useColumnConcatenatedValues as tr } from "./components/datagrids/formatters/ColumnConcatenatedValuesFormatter/useColumnConcatenatedValues.js";
|
|
@@ -54,23 +54,23 @@ import { ColumnIconFormatter as sr } from "./components/datagrids/formatters/Col
|
|
|
54
54
|
import { ColumnIconGroupFormatter as ur } from "./components/datagrids/formatters/ColumnIconFormatter/ColumnIconGroupFormatter.js";
|
|
55
55
|
import { useColumnIcon as Cr } from "./components/datagrids/formatters/ColumnIconFormatter/useColumnIcon.js";
|
|
56
56
|
import { ColumnInteractiveCheckFormatter as dr } from "./components/datagrids/formatters/ColumnInteractiveCheckFormatter/formatter.js";
|
|
57
|
-
import { useColumnInteractiveCheck as
|
|
58
|
-
import { ColumnNestedValueFormatter as
|
|
59
|
-
import { ColumnNestedValueGroupFormatter as
|
|
57
|
+
import { useColumnInteractiveCheck as Dr } from "./components/datagrids/formatters/ColumnInteractiveCheckFormatter/useColumnInteractiveCheck.js";
|
|
58
|
+
import { ColumnNestedValueFormatter as yr } from "./components/datagrids/formatters/ColumnNestedValueFormatter/formatter.js";
|
|
59
|
+
import { ColumnNestedValueGroupFormatter as Tr } from "./components/datagrids/formatters/ColumnNestedValueFormatter/ColumnNestedValueGroupFormatter.js";
|
|
60
60
|
import { useColumnNestedValue as Ir } from "./components/datagrids/formatters/ColumnNestedValueFormatter/useColumnNestedValue.js";
|
|
61
61
|
import { ColumnPointsFormatter as Nr } from "./components/datagrids/formatters/ColumnPointsFormatter/formatter.js";
|
|
62
62
|
import { ColumnPointsGroupFormatter as Er } from "./components/datagrids/formatters/ColumnPointsFormatter/ColumnPointsGroupFormatter.js";
|
|
63
|
-
import { useColumnPoints as
|
|
63
|
+
import { useColumnPoints as Mr } from "./components/datagrids/formatters/ColumnPointsFormatter/useColumnPoints.js";
|
|
64
64
|
import { ColumnPriceFormatter as Hr } from "./components/datagrids/formatters/ColumnPriceFormatter/formatter.js";
|
|
65
|
-
import { ColumnPriceGroupFormatter as
|
|
65
|
+
import { ColumnPriceGroupFormatter as vr } from "./components/datagrids/formatters/ColumnPriceFormatter/ColumnPriceGroupFormatter.js";
|
|
66
66
|
import { useColumnPrice as br } from "./components/datagrids/formatters/ColumnPriceFormatter/useColumnPrice.js";
|
|
67
67
|
import { ColumnSetCheckFormatter as hr } from "./components/datagrids/formatters/ColumnSetCheckFormatter/formatter.js";
|
|
68
68
|
import { useColumnSetCheck as wr } from "./components/datagrids/formatters/ColumnSetCheckFormatter/useColumnSetCheck.js";
|
|
69
|
-
import { ColumnUncertaintyFormatter as
|
|
70
|
-
import { ColumnUncertaintyGroupFormatter as
|
|
71
|
-
import { useColumnUncertanity as
|
|
69
|
+
import { ColumnUncertaintyFormatter as zr } from "./components/datagrids/formatters/ColumnUncertaintyFormatter/formatter.js";
|
|
70
|
+
import { ColumnUncertaintyGroupFormatter as Yr } from "./components/datagrids/formatters/ColumnUncertaintyFormatter/ColumnUncertaintyGroupFormatter.js";
|
|
71
|
+
import { useColumnUncertanity as Kr } from "./components/datagrids/formatters/ColumnUncertaintyFormatter/useColumnUncertainty.js";
|
|
72
72
|
import { ColumnChipStatusFormatter as qr } from "./components/datagrids/formatters/ColumnChipStatusFormatter/formatter.js";
|
|
73
|
-
import { ColumnChipStatusGroupFormatter as
|
|
73
|
+
import { ColumnChipStatusGroupFormatter as Zr } from "./components/datagrids/formatters/ColumnChipStatusFormatter/ColumnChipStatusGroupFormatter.js";
|
|
74
74
|
import { useColumnChipStatus as $r } from "./components/datagrids/formatters/ColumnChipStatusFormatter/useColumnChipStatus.js";
|
|
75
75
|
import { ColumnTagsFormatter as re } from "./components/datagrids/formatters/ColumnTagsFormatter/formatter.js";
|
|
76
76
|
import { ColumnTagsGroupFormatter as te } from "./components/datagrids/formatters/ColumnTagsFormatter/ColumnTagsGroupFormatter.js";
|
|
@@ -81,23 +81,23 @@ import { useColumnColor as se } from "./components/datagrids/formatters/ColumnCo
|
|
|
81
81
|
import { useColumnImage as ue } from "./components/datagrids/formatters/ColumnImageFormatter/useColumnImage.js";
|
|
82
82
|
import { ColumnImageFormatter as Ce } from "./components/datagrids/formatters/ColumnImageFormatter/formatter.js";
|
|
83
83
|
import { ColumnImageGroupFormatter as de } from "./components/datagrids/formatters/ColumnImageFormatter/ColumnImageGroupFormatter.js";
|
|
84
|
-
import { DaysOfWeekPicker as
|
|
85
|
-
import { getDaysOfWeekPickerDictionary as
|
|
86
|
-
import { DragResizeWindowRND as
|
|
84
|
+
import { DaysOfWeekPicker as De } from "./components/DaysOfWeekPicker/DaysOfWeekPicker.js";
|
|
85
|
+
import { getDaysOfWeekPickerDictionary as ye } from "./components/DaysOfWeekPicker/dictionary.js";
|
|
86
|
+
import { DragResizeWindowRND as Te } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
|
|
87
87
|
import { dragResizeWindowRNDClasses as Ie } from "./components/DragResizeWindowRND/classes/index.js";
|
|
88
88
|
import { WINDOW_SIZES as Ne } from "./components/DragResizeWindowRND/constants.js";
|
|
89
89
|
import { DaysOfMonthPicker as Ee } from "./components/DaysOfMonthPicker/DaysOfMonthPicker.js";
|
|
90
|
-
import { getDynamicFilterComponentsDictionary as
|
|
91
|
-
import { getFilterGroupFieldsByName as He, getIsIfInDynamicFilter as
|
|
92
|
-
import { getRawFiltersForNetwork as
|
|
90
|
+
import { getDynamicFilterComponentsDictionary as Me } from "./components/DynamicFilter/dictionary.js";
|
|
91
|
+
import { getFilterGroupFieldsByName as He, getIsIfInDynamicFilter as _e } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
|
|
92
|
+
import { getRawFiltersForNetwork as Ge } from "./components/DynamicFilter/helpers/getRawFiltersForNetwork.js";
|
|
93
93
|
import { DynamicFilter as ke } from "./components/DynamicFilter/DynamicFilter.js";
|
|
94
94
|
import { DynamicForm as Ve } from "./components/DynamicForm/DynamicForm.js";
|
|
95
|
-
import { useDynamicForm as
|
|
96
|
-
import { useDynamicFormData as
|
|
97
|
-
import { useDynamicFormCoupled as
|
|
95
|
+
import { useDynamicForm as We } from "./components/DynamicForm/hooks/useDynamicForm/useDynamicForm.js";
|
|
96
|
+
import { useDynamicFormData as Ue } from "./components/DynamicForm/hooks/useDynamicFormData/useDynamicFormData.js";
|
|
97
|
+
import { useDynamicFormCoupled as je } from "./components/DynamicForm/hooks/useDynamicFormCoupled/useDynamicFormCoupled.js";
|
|
98
98
|
import { EMPTY_DATA as Je } from "./components/DynamicForm/constants.js";
|
|
99
99
|
import { getDynamicSortComponentsDictionary as Qe } from "./components/DynamicSort/dictionary.js";
|
|
100
|
-
import { SortCompareValues as
|
|
100
|
+
import { SortCompareValues as Xe } from "./components/DynamicSort/helpers/frontEndHelpers.js";
|
|
101
101
|
import { getRawSortsForNetwork as ot } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
|
|
102
102
|
import { DynamicSort as et } from "./components/DynamicSort/DynamicSort.js";
|
|
103
103
|
import { Resizable as mt } from "./components/extended/React-Resizable/Resizable/Resizable.js";
|
|
@@ -108,23 +108,23 @@ import { FixedSizeList as lt } from "./components/extended/React-Window/FixedSiz
|
|
|
108
108
|
import { VariableSizeList as ct } from "./components/extended/React-Window/VariableSizeList/VariableSizeList.js";
|
|
109
109
|
import { ReactJsonViewer as Ft } from "./components/extended/React-Json-Viewer/ReactJsonViewer.js";
|
|
110
110
|
import { Avatar as gt } from "./components/extended/mui/Avatar/Avatar.js";
|
|
111
|
-
import { BoxIcon as
|
|
112
|
-
import { Breadcrumbs as
|
|
113
|
-
import { CircularProgress as
|
|
111
|
+
import { BoxIcon as St } from "./components/extended/mui/BoxIcon/index.js";
|
|
112
|
+
import { Breadcrumbs as Pt } from "./components/extended/mui/Breadcrumbs/index.js";
|
|
113
|
+
import { CircularProgress as At } from "./components/extended/mui/CircularProgress/CircularProgress.js";
|
|
114
114
|
import { Badge as Rt } from "./components/extended/mui/Badge/Badge.js";
|
|
115
|
-
import { LinearProgress as
|
|
116
|
-
import { LinkWithRoute as
|
|
117
|
-
import { LoadingButton as
|
|
118
|
-
import { getPagerComponentsDictionary as
|
|
119
|
-
import { Accordion as
|
|
115
|
+
import { LinearProgress as Bt } from "./components/extended/mui/LinearProgress/index.js";
|
|
116
|
+
import { LinkWithRoute as Lt } from "./components/extended/mui/LinkWithRoute/index.js";
|
|
117
|
+
import { LoadingButton as Ot } from "./components/extended/mui/LoadingButton/LoadingButton.js";
|
|
118
|
+
import { getPagerComponentsDictionary as _t } from "./components/Pager/dicctionary.js";
|
|
119
|
+
import { Accordion as Gt } from "./components/extended/mui/Accordion/Accordion.js";
|
|
120
120
|
import { Tooltip as kt } from "./components/extended/mui/Tooltip/Tooltip.js";
|
|
121
121
|
import { IconButton as Vt } from "./components/extended/mui/IconButton/IconButton.js";
|
|
122
|
-
import { Button as
|
|
123
|
-
import { CheckBox as
|
|
124
|
-
import { Radio as
|
|
122
|
+
import { Button as Wt } from "./components/extended/mui/Button/Button.js";
|
|
123
|
+
import { CheckBox as Ut } from "./components/extended/mui/CheckBox/CheckBox.js";
|
|
124
|
+
import { Radio as jt } from "./components/extended/mui/Radio/Radio.js";
|
|
125
125
|
import { ImageButton as Jt } from "./components/extended/mui/ImageButton/ImageButton.js";
|
|
126
126
|
import { Popover as Qt } from "./components/extended/mui/Popover/Popover.js";
|
|
127
|
-
import { Select as
|
|
127
|
+
import { Select as Xt } from "./components/extended/mui/Select/Select.js";
|
|
128
128
|
import { Skeleton as om } from "./components/extended/mui/Skeleton/Skeleton.js";
|
|
129
129
|
import { Stack as em } from "./components/extended/mui/Stack/Stack.js";
|
|
130
130
|
import { Tab as mm } from "./components/extended/mui/Tab/Tab.js";
|
|
@@ -132,212 +132,211 @@ import { Tabs as am } from "./components/extended/mui/Tabs/Tabs.js";
|
|
|
132
132
|
import { TabContent as xm } from "./components/extended/mui/TabContent/TabContent.js";
|
|
133
133
|
import { TabContext as im, TabProvider as sm } from "./components/extended/mui/TabContext/index.js";
|
|
134
134
|
import { Typography as um } from "./components/extended/mui/Typography/Typography.js";
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import {
|
|
269
|
-
import {
|
|
270
|
-
import {
|
|
271
|
-
import {
|
|
272
|
-
import {
|
|
273
|
-
import {
|
|
274
|
-
import {
|
|
275
|
-
import {
|
|
276
|
-
import {
|
|
277
|
-
import {
|
|
278
|
-
import {
|
|
279
|
-
import {
|
|
280
|
-
import {
|
|
281
|
-
import {
|
|
282
|
-
import {
|
|
283
|
-
import {
|
|
284
|
-
import {
|
|
285
|
-
import {
|
|
286
|
-
import {
|
|
287
|
-
import {
|
|
288
|
-
import {
|
|
289
|
-
import {
|
|
290
|
-
import {
|
|
291
|
-
import {
|
|
292
|
-
import {
|
|
293
|
-
import {
|
|
294
|
-
import {
|
|
295
|
-
import {
|
|
296
|
-
import {
|
|
297
|
-
import {
|
|
298
|
-
import {
|
|
299
|
-
import {
|
|
300
|
-
import {
|
|
301
|
-
import {
|
|
302
|
-
import { createCustomDeepShallow as is, deepShallow as ss } from "./utils/deepShallow.js";
|
|
135
|
+
import { toggleButtonStyles as Cm } from "./components/extended/mui/ToggleButton/ToggleButton.styles.js";
|
|
136
|
+
import { ToggleButton as dm } from "./components/extended/mui/ToggleButton/ToggleButton.js";
|
|
137
|
+
import { TOGGLE_BUTTON_KEY_COMPONENT as Dm } from "./components/extended/mui/ToggleButton/constants.js";
|
|
138
|
+
import { ToggleButtonSlots as ym } from "./components/extended/mui/ToggleButton/slots/ToggleButtonEnum.js";
|
|
139
|
+
import { ToggleButtonRootStyled as Tm } from "./components/extended/mui/ToggleButton/slots/ToggleButtonSlots.js";
|
|
140
|
+
import { toggleIconButtonStyles as Im } from "./components/extended/mui/ToggleIconButton/ToggleIconButton.styles.js";
|
|
141
|
+
import { ToggleIconButton as Nm } from "./components/extended/mui/ToggleIconButton/ToggleIconButton.js";
|
|
142
|
+
import { TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY as Em, TOGGLE_ICON_BUTTON_KEY_COMPONENT as Lm } from "./components/extended/mui/ToggleIconButton/constants.js";
|
|
143
|
+
import { ToggleIconButtonSlots as Om } from "./components/extended/mui/ToggleIconButton/slots/ToggleIconButtonEnum.js";
|
|
144
|
+
import { ToggleIconButtonRootStyled as _m } from "./components/extended/mui/ToggleIconButton/slots/ToggleIconButtonSlots.js";
|
|
145
|
+
import { NavLink as Gm } from "./components/extended/mui/NavLink/NavLink.js";
|
|
146
|
+
import { Dialog as km } from "./components/extended/mui/Dialog/Dialog.js";
|
|
147
|
+
import { Divider as Vm } from "./components/extended/mui/Divider/Divider.js";
|
|
148
|
+
import { DatePicker as Wm } from "./components/extended/mui/DatePicker/DatePicker.js";
|
|
149
|
+
import { DateRangePicker as Um } from "./components/extended/rsuite/DateRangePicker/DateRangePicker.js";
|
|
150
|
+
import { DateFormatter as jm, getFormatDate as Km } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
151
|
+
import { UncertaintyFormatter as qm, getUncertaintyFormat as Qm } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
152
|
+
import { PointsFormatter as Xm, getFormatPoints as $m } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
153
|
+
import { ConcatenatedFormatter as rp, getFormatConcatenated as ep } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
154
|
+
import { PeriodFormatter as mp, useFormatPeriod as pp } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
155
|
+
import { PriceFormatter as np, getFormatPrice as xp } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
156
|
+
import { TagsFormatter as ip } from "./components/formatters/TagsFormatter/TagsFormatter.js";
|
|
157
|
+
import { ColorFormatter as lp } from "./components/formatters/ColorFormatter/ColorFormatter.js";
|
|
158
|
+
import { ImageFormatter as cp } from "./components/formatters/ImageFormatter/ImageFormatter.js";
|
|
159
|
+
import { NestedFormatter as Fp } from "./components/formatters/NestedFormatter/NestedFormatter.js";
|
|
160
|
+
import { BooleanFormatter as gp } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
161
|
+
import { getBooleanFormatterComponentsDictionary as Sp } from "./components/formatters/BooleanFormatter/dictionary.js";
|
|
162
|
+
import { ChipStatusFormatter as Pp } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
163
|
+
import { getDistanceToNowFormatterComponentsDictionary as Ap } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
164
|
+
import { DistanceToNowFormatter as Rp } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
165
|
+
import { useDistanceToNowFormatter as Bp } from "./components/formatters/DistanceToNowFormatter/hooks/useDistanceToNowFormatter.js";
|
|
166
|
+
import { getFormattersComponentsDictionary as Lp } from "./components/formatters/dictionary.js";
|
|
167
|
+
import { FormContainer as Op } from "./components/FormContainer/FormContainer.js";
|
|
168
|
+
import { GridLayout as _p } from "./components/GridLayout/GridLayout.js";
|
|
169
|
+
import { Responsive as Gp } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
170
|
+
import { addLayoutItemToBreakPointIfNoExists as kp, addLayoutItemToBreakPoints as hp, cloneLayouts as Vp } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
171
|
+
import { isEqualLayout as Wp, isEqualLayouts as zp } from "./components/GridLayout/utils.js";
|
|
172
|
+
import { withSizeProvider as Yp } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
|
|
173
|
+
import { HelmetPage as Kp } from "./components/HelmetPage/index.js";
|
|
174
|
+
import { HelperError as qp } from "./components/HelperError/HelperError.js";
|
|
175
|
+
import { RHFAutocomplete as Zp } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
176
|
+
import { getRHFAutocompleteComponentsDictionary as $p } from "./components/hook-form/RHFAutocomplete/dictionary.js";
|
|
177
|
+
import { RHFAutocompleteAsync as ra } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
|
|
178
|
+
import { getRHFAutocompleteAsyncComponentsDictionary as ta } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
|
|
179
|
+
import { RHFDateTime as pa } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
|
|
180
|
+
import { RHFDateTimePicker as na } from "./components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js";
|
|
181
|
+
import { RHFDatePicker as fa } from "./components/hook-form/RHFDatePicker/RHFDatePicker.js";
|
|
182
|
+
import { RHFMultiCheckbox as sa } from "./components/hook-form/RHFMultiCheckbox/index.js";
|
|
183
|
+
import { RHFSelect as ua } from "./components/hook-form/RHFSelect/RHFSelect.js";
|
|
184
|
+
import { RHFHelperError as Ca } from "./components/hook-form/RHFHelperError/index.js";
|
|
185
|
+
import { RHFRadioGroup as da } from "./components/hook-form/RHFRadioGroup/RHFRadioGroup.js";
|
|
186
|
+
import { RHFUploadSingleFile as Da } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js";
|
|
187
|
+
import { RHFColorPicker as ya } from "./components/hook-form/RHFColorPicker/RFHColorPicker.js";
|
|
188
|
+
import { RHFCheckbox as Ta } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
|
|
189
|
+
import { RHFCheckableList as Ia } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
|
|
190
|
+
import { RHFDaysOfWeekPicker as Na } from "./components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js";
|
|
191
|
+
import { RHFDaysOfMonthPicker as Ea } from "./components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js";
|
|
192
|
+
import { RHFTextField as Ma } from "./components/hook-form/RHFTextField/RHFTextField.js";
|
|
193
|
+
import { RHFTextFieldPassword as Ha } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
|
|
194
|
+
import { getPeriodComponetsDictionary as va } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
195
|
+
import { rhfPeriodStyles as ba } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
196
|
+
import { RHFPeriod as ha } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
197
|
+
import { RHF_PERIOD_KEY_COMPONENT as wa } from "./components/hook-form/RHFPeriod/constants.js";
|
|
198
|
+
import { RHFPeriodSlots as za } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
|
|
199
|
+
import { NumberInputStyled as Ya, PeriodRootStyled as ja, RHFPeriodRootStyled as Ka, SelectStyled as Ja } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
|
|
200
|
+
import { RHFNumberInput as Qa } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
|
|
201
|
+
import { RHFUploadImage as Xa } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
|
|
202
|
+
import { VALIDATION_OBJECT_BRAND as on, VALIDATION_PARTIAL_OBJECT_BRAND as rn, VALIDATION_SCHEMA_BRAND as en } from "./components/hook-form/RHFormProvider/types.js";
|
|
203
|
+
import { FormProviderCustom as mn, RHFormProvider as pn, useCustomForm as an } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
|
|
204
|
+
import { createEmptyValidationSchema as xn, createValidationFullObject as fn, createValidationPartialObject as sn, createValidationSchema as ln } from "./components/hook-form/RHFormProvider/schema.js";
|
|
205
|
+
import { RHFActionsGroup as cn } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
|
|
206
|
+
import { RHFDateRangePicker as Fn } from "./components/hook-form/RHFDateRangePicker/RHFDateRangePicker.js";
|
|
207
|
+
import { Icon as gn } from "./components/Icon/Icon.js";
|
|
208
|
+
import { Image as Sn } from "./components/Image/Image.js";
|
|
209
|
+
import { Label as Pn } from "./components/Label/Label.js";
|
|
210
|
+
import { LanguagePopover as An } from "./components/LanguagePopover/LanguagePopover.js";
|
|
211
|
+
import { LinearProgressIndeterminate as Rn } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
|
|
212
|
+
import { Loadable as Bn } from "./components/Loadable/index.js";
|
|
213
|
+
import { LoadingError as Ln } from "./components/LoadingError/LoadingError.js";
|
|
214
|
+
import { getLoadingErrorComponentsDictionary as On } from "./components/LoadingError/dictionary.js";
|
|
215
|
+
import { getMenuActionsComponentsDictionary as _n } from "./components/MenuActions/dictionary.js";
|
|
216
|
+
import { MemonizedMenuActions as Gn, MenuActions as bn } from "./components/MenuActions/MenuActions.js";
|
|
217
|
+
import { MFIsolationApp as hn } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
218
|
+
import { MFIsolationAppStorybook as wn } from "./components/MFIsolationAppStorybook/MFIsolationAppStorybook.js";
|
|
219
|
+
import { MFAppStorybook as zn } from "./components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/MFAppStorybook.js";
|
|
220
|
+
import { MFLoader as Yn } from "./components/MFLoader/MFLoader.js";
|
|
221
|
+
import { getMFLoaderComponentsDictionary as Kn } from "./components/MFLoader/dictionary.js";
|
|
222
|
+
import { ImageText as qn } from "./components/ImageText/ImageText.js";
|
|
223
|
+
import { NoItemSelected as Zn } from "./components/NoItemSelected/NoItemSelected.js";
|
|
224
|
+
import { getNoItemSelectedComponentsDictionary as $n } from "./components/NoItemSelected/dictionary.js";
|
|
225
|
+
import { NoItemPrivileges as rx } from "./components/NoItemPrivileges/NoItemPrivileges.js";
|
|
226
|
+
import { getNoItemPrivilegesComponentsDictionary as tx } from "./components/NoItemPrivileges/dictionary.js";
|
|
227
|
+
import { getObjectLogsComponentsDictionary as px } from "./components/ObjectLogs/dictionary.js";
|
|
228
|
+
import { ObjectLogs as nx } from "./components/ObjectLogs/ObjectLogs.js";
|
|
229
|
+
import { PaperForm as fx } from "./components/PaperForm/PaperForm.js";
|
|
230
|
+
import { PDFViewer as sx } from "./components/PDFViewer/PDFViewer.js";
|
|
231
|
+
import { usePopupsStore as ux } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
232
|
+
import { PopupsContext as Cx, PopupsProvider as Fx } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
|
|
233
|
+
import { PopupsViewer as gx } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
234
|
+
import { PrintingSystem as Sx } from "./components/PrintingSystem/PrintingSystem.js";
|
|
235
|
+
import { PropertyValue as Px } from "./components/PropertyValue/PropertyValue.js";
|
|
236
|
+
import { ScrollBar as Ax } from "./components/ScrollBar/ScrollBar.js";
|
|
237
|
+
import { SideBar as Rx } from "./components/SideBar/SideBar.js";
|
|
238
|
+
import { ToastContainer as Bx } from "./components/ToastContainer/ToastContainer.js";
|
|
239
|
+
import { ToastMessage as Lx } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
240
|
+
import { TabsNavigator as Ox } from "./components/TabsNavigator/TabsNavigator.js";
|
|
241
|
+
import { getTabsNavigatorComponentsDictionary as _x } from "./components/TabsNavigator/dictionary.js";
|
|
242
|
+
import { WindowBase as Gx } from "./components/WindowBase/WindowBase.js";
|
|
243
|
+
import { useWindowToolsMF as kx } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
244
|
+
import { useDynamicMFParameters as Vx, useDynamicMFParametersStore as wx } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
245
|
+
import { MemonizedWindowToolsMFContext as zx, WindowToolsMFContext as Ux, WindowToolsMFProvider as Yx } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
246
|
+
import { createDynamicMFStore as Kx } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
247
|
+
import { DynamicMFParmsContext as qx, DynamicMFParmsProvider as Qx, MemonizedDynamicMFParmsProvider as Zx } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
248
|
+
import { WindowConfirm as $x } from "./components/WindowConfirm/WindowConfirm.js";
|
|
249
|
+
import { getModalDialogComponentsDictionary as rf, getModalDictionary as ef } from "./components/ModalDialog/dictionary.js";
|
|
250
|
+
import { ModalDialog as mf } from "./components/ModalDialog/ModalDialog.js";
|
|
251
|
+
import { SettingsLayout as af } from "./components/SettingsLayout/SettingsLayout.js";
|
|
252
|
+
import { Pager as xf } from "./components/Pager/Pager.js";
|
|
253
|
+
import { useStepper as sf } from "./components/Stepper/hooks/useStepper/index.js";
|
|
254
|
+
import { Stepper as uf } from "./components/Stepper/Stepper.js";
|
|
255
|
+
import { StepperContent as Cf } from "./components/Stepper/subcomponents/StepperContent/index.js";
|
|
256
|
+
import { Step as df } from "./components/Stepper/subcomponents/StepperContent/subcomponents/Step/index.js";
|
|
257
|
+
import { StepperFooter as Df } from "./components/Stepper/subcomponents/StepperFooter/index.js";
|
|
258
|
+
import { StepperFooterLeftActions as yf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js";
|
|
259
|
+
import { StepperFooterRightActions as Tf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js";
|
|
260
|
+
import { StepperNextButton as If } from "./components/Stepper/subcomponents/StepperButtons/StepperNextButton/index.js";
|
|
261
|
+
import { StepperPrevButton as Nf } from "./components/Stepper/subcomponents/StepperButtons/StepperPrevButton/index.js";
|
|
262
|
+
import { StepperCancelButton as Ef } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
|
|
263
|
+
import { StepperSubmitButton as Mf } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
|
|
264
|
+
import { evaluateVisibilityStepCondition as Hf } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
|
|
265
|
+
import { getStepsAndValidationSchema as vf } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
|
|
266
|
+
import { getStepperComponentsDictionary as bf } from "./components/Stepper/dictionary.js";
|
|
267
|
+
import { useAppearanceComponentStore as hf } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
268
|
+
import { AppearanceComponentProvider as wf } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
269
|
+
import { ModalContext as zf, ModalProvider as Uf } from "./contexts/ModalContext/index.js";
|
|
270
|
+
import { getFormComponentsDictionary as jf } from "./components/hook-form/RHFormProvider/dictionary.js";
|
|
271
|
+
import { useFormAddEdit as Jf } from "./hooks/useFormAddEdit/useFormAddEdit.js";
|
|
272
|
+
import { useModal as Qf } from "./hooks/useModal/index.js";
|
|
273
|
+
import { useTab as Xf } from "./hooks/useTab/index.js";
|
|
274
|
+
import { getformAddEditDictionary as oi } from "./hooks/useFormAddEdit/dictionary.js";
|
|
275
|
+
import { useFormFocus as ei } from "./hooks/useFormFocus/index.js";
|
|
276
|
+
import { useInterval as mi } from "./hooks/useInterval/index.js";
|
|
277
|
+
import { useComponentSize as ai } from "./hooks/useComponentSize/useComponentSize.js";
|
|
278
|
+
import { useFormReadyForUpdate as xi } from "./hooks/useFormReadyForUpdate/index.js";
|
|
279
|
+
import { useStateRef as ii } from "./hooks/useStateRef/index.js";
|
|
280
|
+
import { SKELETON_SVG_ICON as li } from "./hooks/useSvgColor/constants.js";
|
|
281
|
+
import { useSvgColor as ci } from "./hooks/useSvgColor/useSvgColor.js";
|
|
282
|
+
import { useDynamicFilterAndSort as Fi } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
283
|
+
import { useDataGridPersistence as gi } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
|
|
284
|
+
import { usePopoverContainer as Si } from "./hooks/usePopoverContainer/usePopoverContainer.js";
|
|
285
|
+
import { POPOVER_CONTAINER_ID as Pi } from "./hooks/usePopoverContainer/constants.js";
|
|
286
|
+
import { useIsVisible as Ai } from "./hooks/useIsVisible/useIsVisible.js";
|
|
287
|
+
import { useSizeContainer as Ri } from "./hooks/useSizeContainer/index.js";
|
|
288
|
+
import { useWatchTyped as Bi } from "./hooks/useWatchTyped/useTypedWatch.js";
|
|
289
|
+
import { capitalizeFirstLetter as Li } from "./utils/capitalizeFirstLetter.js";
|
|
290
|
+
import { isValidDate as Oi } from "./utils/isValidDate.js";
|
|
291
|
+
import { getComponentUtilityClass as _i } from "./utils/getComponentUtilityClass.js";
|
|
292
|
+
import { getPaletteColor as Gi } from "./utils/getPaletteColor.js";
|
|
293
|
+
import { getTypographyStyles as ki } from "./utils/getTypographyStyles.js";
|
|
294
|
+
import { getIconColor as Vi } from "./utils/getIconColor.js";
|
|
295
|
+
import { getHeightSizeStyles as Wi, getSizeStyles as zi } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
296
|
+
import { ObjectQueue as Yi } from "./utils/ObjectQueue.js";
|
|
297
|
+
import { getComponentClasses as Ki, getComponentSlotRoot as Ji } from "./utils/getComponentSlotRoot.js";
|
|
298
|
+
import { formatDistanceToNow as Qi } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
299
|
+
import { getValidDate as Xi } from "./utils/getValidDate.js";
|
|
300
|
+
import { getNullGuard as os } from "./utils/getNullGuard.js";
|
|
301
|
+
import { createCustomDeepShallow as es, deepShallow as ts } from "./utils/deepShallow.js";
|
|
303
302
|
export {
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
303
|
+
z as AREAS_DICCTIONARY,
|
|
304
|
+
U as AREAS_DICTIONARY_ID,
|
|
305
|
+
Gt as Accordion,
|
|
307
306
|
m as AccountPopover,
|
|
308
307
|
Co as ActionCancel,
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
308
|
+
So as ActionFormCancel,
|
|
309
|
+
Po as ActionFormIntro,
|
|
310
|
+
Ao as ActionFormSubmitProgrammatic,
|
|
312
311
|
go as ActionIntro,
|
|
313
312
|
uo as ActionsContainer,
|
|
314
313
|
x as ActionsGroup,
|
|
315
314
|
g as AnimatedScroll,
|
|
316
|
-
|
|
315
|
+
L as AppBar,
|
|
317
316
|
po as AppBarComercial,
|
|
318
|
-
|
|
319
|
-
|
|
317
|
+
wf as AppearanceComponentProvider,
|
|
318
|
+
_ as AreasAdmin,
|
|
320
319
|
k as AreasContext,
|
|
321
320
|
h as AreasProvider,
|
|
322
|
-
|
|
321
|
+
G as AreasViewer,
|
|
323
322
|
gt as Avatar,
|
|
324
323
|
Rt as Badge,
|
|
325
324
|
q as BaseModule,
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
325
|
+
gp as BooleanFormatter,
|
|
326
|
+
St as BoxIcon,
|
|
327
|
+
Pt as Breadcrumbs,
|
|
328
|
+
Wt as Button,
|
|
329
|
+
Z as Card,
|
|
330
|
+
Ut as CheckBox,
|
|
332
331
|
$ as CheckableList,
|
|
333
332
|
to as Chip,
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
333
|
+
Pp as ChipStatusFormatter,
|
|
334
|
+
At as CircularProgress,
|
|
335
|
+
lp as ColorFormatter,
|
|
336
|
+
Ko as ColumnBooleanFormatter,
|
|
338
337
|
qo as ColumnBooleanGroupFormatter,
|
|
339
338
|
qr as ColumnChipStatusFormatter,
|
|
340
|
-
|
|
339
|
+
Zr as ColumnChipStatusGroupFormatter,
|
|
341
340
|
ne as ColumnColorFormatter,
|
|
342
341
|
fe as ColumnColorGroupFormatter,
|
|
343
342
|
$o as ColumnConcatenatedValueFormatter,
|
|
@@ -349,310 +348,303 @@ export {
|
|
|
349
348
|
Ce as ColumnImageFormatter,
|
|
350
349
|
de as ColumnImageGroupFormatter,
|
|
351
350
|
dr as ColumnInteractiveCheckFormatter,
|
|
352
|
-
|
|
353
|
-
|
|
351
|
+
yr as ColumnNestedValueFormatter,
|
|
352
|
+
Tr as ColumnNestedValueGroupFormatter,
|
|
354
353
|
Nr as ColumnPointsFormatter,
|
|
355
354
|
Er as ColumnPointsGroupFormatter,
|
|
356
355
|
Hr as ColumnPriceFormatter,
|
|
357
|
-
|
|
356
|
+
vr as ColumnPriceGroupFormatter,
|
|
358
357
|
hr as ColumnSetCheckFormatter,
|
|
359
358
|
re as ColumnTagsFormatter,
|
|
360
359
|
te as ColumnTagsGroupFormatter,
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
360
|
+
zr as ColumnUncertaintyFormatter,
|
|
361
|
+
Yr as ColumnUncertaintyGroupFormatter,
|
|
362
|
+
rp as ConcatenatedFormatter,
|
|
363
|
+
Lo as ContainerFlow,
|
|
364
|
+
zo as DATAGRID_ROW_HEADER_HEIGHTS,
|
|
365
|
+
Uo as DATAGRID_ROW_HEIGHTS,
|
|
366
|
+
Yo as DATAGRID_SEMANTIC_WIDTHS,
|
|
368
367
|
Ro as DICTIONARY,
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
368
|
+
Oo as DataGrid,
|
|
369
|
+
jm as DateFormatter,
|
|
370
|
+
Wm as DatePicker,
|
|
371
|
+
Um as DateRangePicker,
|
|
373
372
|
Ee as DaysOfMonthPicker,
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
373
|
+
De as DaysOfWeekPicker,
|
|
374
|
+
km as Dialog,
|
|
375
|
+
Rp as DistanceToNowFormatter,
|
|
376
|
+
Vm as Divider,
|
|
377
|
+
Te as DragResizeWindowRND,
|
|
379
378
|
ke as DynamicFilter,
|
|
380
379
|
Ve as DynamicForm,
|
|
381
|
-
|
|
382
|
-
|
|
380
|
+
qx as DynamicMFParmsContext,
|
|
381
|
+
Qx as DynamicMFParmsProvider,
|
|
383
382
|
et as DynamicSort,
|
|
384
383
|
Je as EMPTY_DATA,
|
|
385
384
|
lt as FixedSizeList,
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
385
|
+
Op as FormContainer,
|
|
386
|
+
mn as FormProviderCustom,
|
|
387
|
+
_p as GridLayout,
|
|
389
388
|
no as HamburgerMenu,
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
Fm as ICON_KEY_COMPONENT,
|
|
394
|
-
dm as ICON_PREFIX,
|
|
395
|
-
Rn as Icon,
|
|
389
|
+
Kp as HelmetPage,
|
|
390
|
+
qp as HelperError,
|
|
391
|
+
gn as Icon,
|
|
396
392
|
Vt as IconButton,
|
|
397
393
|
i as IconButtonAnimate,
|
|
398
|
-
|
|
394
|
+
Sn as Image,
|
|
399
395
|
Jt as ImageButton,
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
396
|
+
cp as ImageFormatter,
|
|
397
|
+
qn as ImageText,
|
|
398
|
+
Y as LABEL_FILTER_BUTTON,
|
|
399
|
+
Pn as Label,
|
|
400
|
+
An as LanguagePopover,
|
|
401
|
+
Bt as LinearProgress,
|
|
402
|
+
Rn as LinearProgressIndeterminate,
|
|
403
|
+
Lt as LinkWithRoute,
|
|
404
|
+
Bn as Loadable,
|
|
405
|
+
Ot as LoadingButton,
|
|
406
|
+
Ln as LoadingError,
|
|
411
407
|
F as LoadingScreen,
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
408
|
+
zn as MFAppStorybook,
|
|
409
|
+
hn as MFIsolationApp,
|
|
410
|
+
wn as MFIsolationAppStorybook,
|
|
411
|
+
Yn as MFLoader,
|
|
412
|
+
Zx as MemonizedDynamicMFParmsProvider,
|
|
413
|
+
Gn as MemonizedMenuActions,
|
|
414
|
+
zx as MemonizedWindowToolsMFContext,
|
|
415
|
+
bn as MenuActions,
|
|
416
|
+
zf as ModalContext,
|
|
417
|
+
mf as ModalDialog,
|
|
418
|
+
Uf as ModalProvider,
|
|
423
419
|
l as MotionContainer,
|
|
424
420
|
c as MotionLazyContainer,
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
421
|
+
Gm as NavLink,
|
|
422
|
+
Fp as NestedFormatter,
|
|
423
|
+
rx as NoItemPrivileges,
|
|
424
|
+
Zn as NoItemSelected,
|
|
429
425
|
ko as NumberEditor,
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
426
|
+
Ya as NumberInputStyled,
|
|
427
|
+
nx as ObjectLogs,
|
|
428
|
+
Yi as ObjectQueue,
|
|
429
|
+
sx as PDFViewer,
|
|
430
|
+
Pi as POPOVER_CONTAINER_ID,
|
|
431
|
+
xf as Pager,
|
|
432
|
+
fx as PaperForm,
|
|
433
|
+
mp as PeriodFormatter,
|
|
434
|
+
ja as PeriodRootStyled,
|
|
435
|
+
Xm as PointsFormatter,
|
|
440
436
|
Qt as Popover,
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
437
|
+
Cx as PopupsContext,
|
|
438
|
+
Fx as PopupsProvider,
|
|
439
|
+
gx as PopupsViewer,
|
|
440
|
+
np as PriceFormatter,
|
|
441
|
+
Sx as PrintingSystem,
|
|
446
442
|
it as PropagateLoaderSpinner,
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
443
|
+
Px as PropertyValue,
|
|
444
|
+
cn as RHFActionsGroup,
|
|
445
|
+
Zp as RHFAutocomplete,
|
|
446
|
+
ra as RHFAutocompleteAsync,
|
|
447
|
+
Ia as RHFCheckableList,
|
|
448
|
+
Ta as RHFCheckbox,
|
|
449
|
+
ya as RHFColorPicker,
|
|
450
|
+
fa as RHFDatePicker,
|
|
451
|
+
Fn as RHFDateRangePicker,
|
|
452
|
+
pa as RHFDateTime,
|
|
453
|
+
na as RHFDateTimePicker,
|
|
454
|
+
Ea as RHFDaysOfMonthPicker,
|
|
455
|
+
Na as RHFDaysOfWeekPicker,
|
|
456
|
+
Ca as RHFHelperError,
|
|
457
|
+
sa as RHFMultiCheckbox,
|
|
458
|
+
Qa as RHFNumberInput,
|
|
459
|
+
ha as RHFPeriod,
|
|
460
|
+
Ka as RHFPeriodRootStyled,
|
|
461
|
+
za as RHFPeriodSlots,
|
|
462
|
+
da as RHFRadioGroup,
|
|
463
|
+
ua as RHFSelect,
|
|
464
|
+
Ma as RHFTextField,
|
|
465
|
+
Ha as RHFTextFieldPassword,
|
|
466
|
+
Xa as RHFUploadImage,
|
|
467
|
+
Da as RHFUploadSingleFile,
|
|
468
|
+
wa as RHF_PERIOD_KEY_COMPONENT,
|
|
469
|
+
pn as RHFormProvider,
|
|
470
|
+
jt as Radio,
|
|
475
471
|
Ft as ReactJsonViewer,
|
|
476
472
|
mt as Resizable,
|
|
477
473
|
at as ResizableBox,
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
474
|
+
Gp as Responsive,
|
|
475
|
+
li as SKELETON_SVG_ICON,
|
|
476
|
+
Ax as ScrollBar,
|
|
481
477
|
so as SectionCommercial,
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
478
|
+
Xt as Select,
|
|
479
|
+
Ja as SelectStyled,
|
|
480
|
+
af as SettingsLayout,
|
|
481
|
+
Rx as SideBar,
|
|
486
482
|
om as Skeleton,
|
|
487
|
-
|
|
483
|
+
Xe as SortCompareValues,
|
|
488
484
|
xt as SplitLayout,
|
|
489
485
|
em as Stack,
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
gm as TYPOGRAPHY_CLASSES,
|
|
504
|
-
Sm as TYPOGRAPHY_CLASS_NAME_SPECIFY,
|
|
505
|
-
Dm as TYPOGRAPHY_FONTS,
|
|
506
|
-
Pm as TYPOGRAPHY_KEY_COMPONENT,
|
|
486
|
+
df as Step,
|
|
487
|
+
uf as Stepper,
|
|
488
|
+
Ef as StepperCancelButton,
|
|
489
|
+
Cf as StepperContent,
|
|
490
|
+
Df as StepperFooter,
|
|
491
|
+
yf as StepperFooterLeftActions,
|
|
492
|
+
Tf as StepperFooterRightActions,
|
|
493
|
+
If as StepperNextButton,
|
|
494
|
+
Nf as StepperPrevButton,
|
|
495
|
+
Mf as StepperSubmitButton,
|
|
496
|
+
Dm as TOGGLE_BUTTON_KEY_COMPONENT,
|
|
497
|
+
Em as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
|
|
498
|
+
Lm as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
|
507
499
|
mm as Tab,
|
|
508
500
|
xm as TabContent,
|
|
509
501
|
im as TabContext,
|
|
510
502
|
sm as TabProvider,
|
|
511
503
|
am as Tabs,
|
|
512
|
-
|
|
513
|
-
|
|
504
|
+
Ox as TabsNavigator,
|
|
505
|
+
ip as TagsFormatter,
|
|
514
506
|
ho as TextEditor,
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
507
|
+
Bx as ToastContainer,
|
|
508
|
+
Lx as ToastMessage,
|
|
509
|
+
dm as ToggleButton,
|
|
510
|
+
Tm as ToggleButtonRootStyled,
|
|
511
|
+
ym as ToggleButtonSlots,
|
|
512
|
+
Nm as ToggleIconButton,
|
|
513
|
+
_m as ToggleIconButtonRootStyled,
|
|
514
|
+
Om as ToggleIconButtonSlots,
|
|
523
515
|
kt as Tooltip,
|
|
524
516
|
fo as TopBar,
|
|
525
|
-
|
|
517
|
+
_o as TreeDataGrid,
|
|
526
518
|
um as Typography,
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
519
|
+
qm as UncertaintyFormatter,
|
|
520
|
+
on as VALIDATION_OBJECT_BRAND,
|
|
521
|
+
rn as VALIDATION_PARTIAL_OBJECT_BRAND,
|
|
522
|
+
en as VALIDATION_SCHEMA_BRAND,
|
|
531
523
|
ct as VariableSizeList,
|
|
532
524
|
Ne as WINDOW_SIZES,
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
525
|
+
Gx as WindowBase,
|
|
526
|
+
$x as WindowConfirm,
|
|
527
|
+
Ux as WindowToolsMFContext,
|
|
528
|
+
Yx as WindowToolsMFProvider,
|
|
529
|
+
kp as addLayoutItemToBreakPointIfNoExists,
|
|
530
|
+
hp as addLayoutItemToBreakPoints,
|
|
531
|
+
Li as capitalizeFirstLetter,
|
|
532
|
+
Vp as cloneLayouts,
|
|
533
|
+
es as createCustomDeepShallow,
|
|
534
|
+
Kx as createDynamicMFStore,
|
|
535
|
+
xn as createEmptyValidationSchema,
|
|
544
536
|
e as createToaster,
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
537
|
+
fn as createValidationFullObject,
|
|
538
|
+
sn as createValidationPartialObject,
|
|
539
|
+
ln as createValidationSchema,
|
|
540
|
+
ts as deepShallow,
|
|
549
541
|
No as defaultCommonActionsDictionary,
|
|
550
542
|
Ie as dragResizeWindowRNDClasses,
|
|
551
|
-
|
|
552
|
-
|
|
543
|
+
Hf as evaluateVisibilityStepCondition,
|
|
544
|
+
Qi as formatDistanceToNow,
|
|
553
545
|
a as getAccountPopoverDictionary,
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
546
|
+
O as getAppBarDictionary,
|
|
547
|
+
j as getAreasComponentsDictionary,
|
|
548
|
+
K as getAreasDictionary,
|
|
549
|
+
Sp as getBooleanFormatterComponentsDictionary,
|
|
558
550
|
ro as getCheckableListComponentsDictionary,
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
551
|
+
Bo as getCommonActionsDictionary,
|
|
552
|
+
Ki as getComponentClasses,
|
|
553
|
+
Ji as getComponentSlotRoot,
|
|
554
|
+
_i as getComponentUtilityClass,
|
|
555
|
+
Go as getDataGridComponentsDictionary,
|
|
564
556
|
wo as getDataGridRowsFromSet,
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
557
|
+
ye as getDaysOfWeekPickerDictionary,
|
|
558
|
+
Ap as getDistanceToNowFormatterComponentsDictionary,
|
|
559
|
+
Me as getDynamicFilterComponentsDictionary,
|
|
568
560
|
Qe as getDynamicSortComponentsDictionary,
|
|
569
561
|
He as getFilterGroupFieldsByName,
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
562
|
+
jf as getFormComponentsDictionary,
|
|
563
|
+
ep as getFormatConcatenated,
|
|
564
|
+
Km as getFormatDate,
|
|
565
|
+
$m as getFormatPoints,
|
|
566
|
+
xp as getFormatPrice,
|
|
567
|
+
Lp as getFormattersComponentsDictionary,
|
|
568
|
+
Wi as getHeightSizeStyles,
|
|
569
|
+
Vi as getIconColor,
|
|
570
|
+
_e as getIsIfInDynamicFilter,
|
|
571
|
+
On as getLoadingErrorComponentsDictionary,
|
|
572
|
+
Kn as getMFLoaderComponentsDictionary,
|
|
573
|
+
_n as getMenuActionsComponentsDictionary,
|
|
574
|
+
rf as getModalDialogComponentsDictionary,
|
|
575
|
+
ef as getModalDictionary,
|
|
576
|
+
tx as getNoItemPrivilegesComponentsDictionary,
|
|
577
|
+
$n as getNoItemSelectedComponentsDictionary,
|
|
578
|
+
os as getNullGuard,
|
|
579
|
+
px as getObjectLogsComponentsDictionary,
|
|
580
|
+
_t as getPagerComponentsDictionary,
|
|
581
|
+
Gi as getPaletteColor,
|
|
582
|
+
va as getPeriodComponetsDictionary,
|
|
583
|
+
ta as getRHFAutocompleteAsyncComponentsDictionary,
|
|
584
|
+
$p as getRHFAutocompleteComponentsDictionary,
|
|
585
|
+
Ge as getRawFiltersForNetwork,
|
|
594
586
|
ot as getRawSortsForNetwork,
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
587
|
+
zi as getSizeStyles,
|
|
588
|
+
bf as getStepperComponentsDictionary,
|
|
589
|
+
vf as getStepsAndValidationSchema,
|
|
590
|
+
_x as getTabsNavigatorComponentsDictionary,
|
|
591
|
+
ki as getTypographyStyles,
|
|
592
|
+
Qm as getUncertaintyFormat,
|
|
593
|
+
Xi as getValidDate,
|
|
594
|
+
oi as getformAddEditDictionary,
|
|
595
|
+
Wp as isEqualLayout,
|
|
596
|
+
zp as isEqualLayouts,
|
|
597
|
+
Oi as isValidDate,
|
|
598
|
+
ba as rhfPeriodStyles,
|
|
599
|
+
Cm as toggleButtonStyles,
|
|
600
|
+
Im as toggleIconButtonStyles,
|
|
601
|
+
hf as useAppearanceComponentStore,
|
|
610
602
|
w as useAreasStore,
|
|
611
|
-
|
|
603
|
+
Zo as useColumnBoolean,
|
|
612
604
|
$r as useColumnChipStatus,
|
|
613
605
|
se as useColumnColor,
|
|
614
606
|
tr as useColumnConcatenatedValue,
|
|
615
607
|
fr as useColumnDate,
|
|
616
608
|
Cr as useColumnIcon,
|
|
617
609
|
ue as useColumnImage,
|
|
618
|
-
|
|
610
|
+
Dr as useColumnInteractiveCheck,
|
|
619
611
|
Ir as useColumnNestedValue,
|
|
620
|
-
|
|
612
|
+
Mr as useColumnPoints,
|
|
621
613
|
br as useColumnPrice,
|
|
622
614
|
wr as useColumnSetCheck,
|
|
623
615
|
pe as useColumnTags,
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
616
|
+
Kr as useColumnUncertanity,
|
|
617
|
+
ai as useComponentSize,
|
|
618
|
+
an as useCustomForm,
|
|
619
|
+
gi as useDataGridPersistence,
|
|
620
|
+
Bp as useDistanceToNowFormatter,
|
|
621
|
+
Fi as useDynamicFilterAndSort,
|
|
622
|
+
We as useDynamicForm,
|
|
623
|
+
je as useDynamicFormCoupled,
|
|
624
|
+
Ue as useDynamicFormData,
|
|
625
|
+
Vx as useDynamicMFParameters,
|
|
626
|
+
wx as useDynamicMFParametersStore,
|
|
627
|
+
Jf as useFormAddEdit,
|
|
628
|
+
ei as useFormFocus,
|
|
629
|
+
xi as useFormReadyForUpdate,
|
|
630
|
+
pp as useFormatPeriod,
|
|
631
|
+
mi as useInterval,
|
|
632
|
+
Ai as useIsVisible,
|
|
633
|
+
Qf as useModal,
|
|
634
|
+
Si as usePopoverContainer,
|
|
635
|
+
ux as usePopupsStore,
|
|
636
|
+
Ri as useSizeContainer,
|
|
637
|
+
ii as useStateRef,
|
|
638
|
+
sf as useStepper,
|
|
639
|
+
ci as useSvgColor,
|
|
640
|
+
Xf as useTab,
|
|
641
|
+
Bi as useWatchTyped,
|
|
642
|
+
kx as useWindowToolsMF,
|
|
643
|
+
P as varBounce,
|
|
644
|
+
A as varContainer,
|
|
645
|
+
S as varFade,
|
|
654
646
|
R as varTranEnter,
|
|
655
647
|
N as varTranExit,
|
|
656
|
-
|
|
657
|
-
|
|
648
|
+
B as varTranHover,
|
|
649
|
+
Yp as withSizeProvider
|
|
658
650
|
};
|