@m4l/components 9.9.0 → 9.9.1-beta-feature-m4l-components-rhf-image-selector.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/@types/types.d.ts +8 -0
  2. package/components/ImageSelector/ImageSelector.d.ts +6 -0
  3. package/components/ImageSelector/ImageSelector.d.ts.map +1 -0
  4. package/components/ImageSelector/ImageSelector.js +226 -0
  5. package/components/ImageSelector/ImageSelector.styles.d.ts +3 -0
  6. package/components/ImageSelector/ImageSelector.styles.d.ts.map +1 -0
  7. package/components/ImageSelector/ImageSelector.styles.js +246 -0
  8. package/components/ImageSelector/constants.d.ts +16 -0
  9. package/components/ImageSelector/constants.d.ts.map +1 -0
  10. package/components/ImageSelector/constants.js +23 -0
  11. package/components/ImageSelector/dictionary.d.ts +8 -0
  12. package/components/ImageSelector/dictionary.d.ts.map +1 -0
  13. package/components/ImageSelector/dictionary.js +11 -0
  14. package/components/ImageSelector/hooks/useImageSelector.d.ts +6 -0
  15. package/components/ImageSelector/hooks/useImageSelector.d.ts.map +1 -0
  16. package/components/ImageSelector/hooks/useImageSelector.js +279 -0
  17. package/components/ImageSelector/index.d.ts +4 -0
  18. package/components/ImageSelector/index.d.ts.map +1 -0
  19. package/components/ImageSelector/slots/ImageSelectorEnum.d.ts +15 -0
  20. package/components/ImageSelector/slots/ImageSelectorEnum.d.ts.map +1 -0
  21. package/components/ImageSelector/slots/ImageSelectorEnum.js +4 -0
  22. package/components/ImageSelector/slots/ImageSelectorSlots.d.ts +19 -0
  23. package/components/ImageSelector/slots/ImageSelectorSlots.d.ts.map +1 -0
  24. package/components/ImageSelector/slots/ImageSelectorSlots.js +75 -0
  25. package/components/ImageSelector/slots/index.d.ts +3 -0
  26. package/components/ImageSelector/slots/index.d.ts.map +1 -0
  27. package/components/ImageSelector/types.d.ts +210 -0
  28. package/components/ImageSelector/types.d.ts.map +1 -0
  29. package/components/hook-form/RHFImageSelector/RHFImageSelector.d.ts +9 -0
  30. package/components/hook-form/RHFImageSelector/RHFImageSelector.d.ts.map +1 -0
  31. package/components/hook-form/RHFImageSelector/RHFImageSelector.js +6 -0
  32. package/components/hook-form/RHFImageSelector/index.d.ts +3 -0
  33. package/components/hook-form/RHFImageSelector/index.d.ts.map +1 -0
  34. package/components/hook-form/RHFImageSelector/types.d.ts +7 -0
  35. package/components/hook-form/RHFImageSelector/types.d.ts.map +1 -0
  36. package/components/hook-form/index.d.ts +1 -0
  37. package/components/hook-form/index.d.ts.map +1 -1
  38. package/components/index.d.ts +1 -0
  39. package/components/index.d.ts.map +1 -1
  40. package/index.js +296 -290
  41. package/package.json +6 -6
package/index.js CHANGED
@@ -11,7 +11,7 @@ import { varFade as P } from "./components/animate/variants/fade.js";
11
11
  import { varBounce as T } from "./components/animate/variants/bounce.js";
12
12
  import { varContainer as R } from "./components/animate/variants/container.js";
13
13
  import { varTranEnter as I, varTranExit as N, varTranHover as M } from "./components/animate/variants/transition.js";
14
- import { AppBar as H } from "./components/AppBar/AppBar.js";
14
+ import { AppBar as E } from "./components/AppBar/AppBar.js";
15
15
  import { getAppBarDictionary as _ } from "./components/AppBar/dictionary.js";
16
16
  import { AreasAdmin as L } from "./components/areas/components/AreasAdmin/AreasAdmin.js";
17
17
  import { AreasViewer as G } from "./components/areas/components/AreasViewer/AreasViewer.js";
@@ -34,7 +34,7 @@ import { ActionFormCancel as Po } from "./components/CommonActions/components/Ac
34
34
  import { ActionFormIntro as To } from "./components/CommonActions/components/ActionFormIntro/ActionFormIntro.js";
35
35
  import { ActionFormSubmitProgrammatic as Ro } from "./components/CommonActions/components/ActionFormSubmitProgrammatic/ActionFormSubmitProgrammatic.js";
36
36
  import { DICTIONARY as Io, defaultCommonActionsDictionary as No, getCommonActionsDictionary as Mo } from "./components/CommonActions/dictionary.js";
37
- import { ContainerFlow as Ho } from "./components/ContainerFlow/ContainerFlow.js";
37
+ import { ContainerFlow as Eo } from "./components/ContainerFlow/ContainerFlow.js";
38
38
  import { DataGrid as _o } from "./components/datagrids/components/DataGridMain/DataGridMain.js";
39
39
  import { TreeDataGrid as Lo } from "./components/datagrids/components/TreeDataGrid/TreeDataGrid.js";
40
40
  import { getDataGridComponentsDictionary as Go } from "./components/datagrids/dictionary.js";
@@ -59,7 +59,7 @@ import { ColumnNestedValueFormatter as Dr } from "./components/datagrids/formatt
59
59
  import { ColumnNestedValueGroupFormatter as yr } from "./components/datagrids/formatters/ColumnNestedValueFormatter/ColumnNestedValueGroupFormatter.js";
60
60
  import { useColumnNestedValue as Ar } from "./components/datagrids/formatters/ColumnNestedValueFormatter/useColumnNestedValue.js";
61
61
  import { ColumnPointsFormatter as Nr } from "./components/datagrids/formatters/ColumnPointsFormatter/formatter.js";
62
- import { ColumnPointsGroupFormatter as Er } from "./components/datagrids/formatters/ColumnPointsFormatter/ColumnPointsGroupFormatter.js";
62
+ import { ColumnPointsGroupFormatter as Hr } from "./components/datagrids/formatters/ColumnPointsFormatter/ColumnPointsGroupFormatter.js";
63
63
  import { useColumnPoints as Or } from "./components/datagrids/formatters/ColumnPointsFormatter/useColumnPoints.js";
64
64
  import { ColumnPriceFormatter as Br } from "./components/datagrids/formatters/ColumnPriceFormatter/formatter.js";
65
65
  import { ColumnPriceGroupFormatter as vr } from "./components/datagrids/formatters/ColumnPriceFormatter/ColumnPriceGroupFormatter.js";
@@ -86,7 +86,7 @@ import { getDaysOfWeekPickerDictionary as De } from "./components/DaysOfWeekPick
86
86
  import { DragResizeWindowRND as ye } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
87
87
  import { dragResizeWindowRNDClasses as Ae } from "./components/DragResizeWindowRND/classes/index.js";
88
88
  import { WINDOW_SIZES as Ne } from "./components/DragResizeWindowRND/constants.js";
89
- import { DaysOfMonthPicker as Ee } from "./components/DaysOfMonthPicker/DaysOfMonthPicker.js";
89
+ import { DaysOfMonthPicker as He } from "./components/DaysOfMonthPicker/DaysOfMonthPicker.js";
90
90
  import { getDynamicFilterComponentsDictionary as Oe } from "./components/DynamicFilter/dictionary.js";
91
91
  import { getFilterGroupFieldsByName as Be, getIsIfInDynamicFilter as Le } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
92
92
  import { getRawFiltersForNetwork as Ge } from "./components/DynamicFilter/helpers/getRawFiltersForNetwork.js";
@@ -113,7 +113,7 @@ import { Breadcrumbs as Tt } from "./components/extended/mui/Breadcrumbs/index.j
113
113
  import { CircularProgress as Rt } from "./components/extended/mui/CircularProgress/CircularProgress.js";
114
114
  import { Badge as It } from "./components/extended/mui/Badge/Badge.js";
115
115
  import { LinearProgress as Mt } from "./components/extended/mui/LinearProgress/index.js";
116
- import { LinkWithRoute as Ht } from "./components/extended/mui/LinkWithRoute/index.js";
116
+ import { LinkWithRoute as Et } from "./components/extended/mui/LinkWithRoute/index.js";
117
117
  import { LoadingButton as _t } from "./components/extended/mui/LoadingButton/LoadingButton.js";
118
118
  import { getPagerComponentsDictionary as Lt } from "./components/Pager/dicctionary.js";
119
119
  import { Accordion as Gt } from "./components/extended/mui/Accordion/Accordion.js";
@@ -136,7 +136,7 @@ import { Typography as Cm } from "./components/extended/mui/Typography/Typograph
136
136
  import { ICON_CLASSES as dm, ICON_KEY_COMPONENT as gm, ICON_PREFIX as Sm, TYPOGRAPHY_CLASSES as Pm, TYPOGRAPHY_CLASS_NAME_SPECIFY as Dm, TYPOGRAPHY_FONTS as Tm, TYPOGRAPHY_KEY_COMPONENT as ym } from "@m4l/base";
137
137
  import { toggleButtonStyles as Am } from "./components/extended/mui/ToggleButton/ToggleButton.styles.js";
138
138
  import { ToggleButton as Nm } from "./components/extended/mui/ToggleButton/ToggleButton.js";
139
- import { TOGGLE_BUTTON_KEY_COMPONENT as Em } from "./components/extended/mui/ToggleButton/constants.js";
139
+ import { TOGGLE_BUTTON_KEY_COMPONENT as Hm } from "./components/extended/mui/ToggleButton/constants.js";
140
140
  import { ToggleButtonSlots as Om } from "./components/extended/mui/ToggleButton/slots/ToggleButtonEnum.js";
141
141
  import { ToggleButtonRootStyled as Bm } from "./components/extended/mui/ToggleButton/slots/ToggleButtonSlots.js";
142
142
  import { toggleIconButtonStyles as vm } from "./components/extended/mui/ToggleIconButton/ToggleIconButton.styles.js";
@@ -160,7 +160,7 @@ import { ColorFormatter as Tp } from "./components/formatters/ColorFormatter/Col
160
160
  import { ImageFormatter as Rp } from "./components/formatters/ImageFormatter/ImageFormatter.js";
161
161
  import { NestedFormatter as Ip } from "./components/formatters/NestedFormatter/NestedFormatter.js";
162
162
  import { BooleanFormatter as Mp } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
163
- import { getBooleanFormatterComponentsDictionary as Hp } from "./components/formatters/BooleanFormatter/dictionary.js";
163
+ import { getBooleanFormatterComponentsDictionary as Ep } from "./components/formatters/BooleanFormatter/dictionary.js";
164
164
  import { ChipStatusFormatter as _p } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
165
165
  import { getDistanceToNowFormatterComponentsDictionary as Lp } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
166
166
  import { DistanceToNowFormatter as Gp } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
@@ -185,130 +185,133 @@ import { RHFMultiCheckbox as Da } from "./components/hook-form/RHFMultiCheckbox/
185
185
  import { RHFSelect as ya } from "./components/hook-form/RHFSelect/RHFSelect.js";
186
186
  import { RHFHelperError as Aa } from "./components/hook-form/RHFHelperError/index.js";
187
187
  import { RHFRadioGroup as Na } from "./components/hook-form/RHFRadioGroup/RHFRadioGroup.js";
188
- import { RHFUploadSingleFile as Ea } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js";
188
+ import { RHFUploadSingleFile as Ha } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js";
189
189
  import { RHFColorPicker as Oa } from "./components/hook-form/RHFColorPicker/RFHColorPicker.js";
190
190
  import { ColorPickerField as Ba } from "./components/hook-form/RHFColorPicker/subcomponents/ColorPickerField/ColorPickerField.js";
191
- import { RHFCheckbox as va } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
192
- import { RHFCheckableList as ka } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
193
- import { RHFDaysOfWeekPicker as ha } from "./components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js";
194
- import { RHFDaysOfMonthPicker as wa } from "./components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js";
195
- import { RHFTextField as za } from "./components/hook-form/RHFTextField/RHFTextField.js";
196
- import { RHFTextFieldPassword as Ua } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
197
- import { getPeriodComponetsDictionary as Ka } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
198
- import { rhfPeriodStyles as qa } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
199
- import { RHFPeriod as Xa } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
200
- import { RHF_PERIOD_KEY_COMPONENT as $a } from "./components/hook-form/RHFPeriod/constants.js";
201
- import { RHFPeriodSlots as rn } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
202
- import { NumberInputStyled as tn, PeriodRootStyled as mn, RHFPeriodRootStyled as pn, SelectStyled as an } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
203
- import { RHFNumberInput as xn } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
204
- import { RHFUploadImage as sn } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
205
- import { VALIDATION_OBJECT_BRAND as un, VALIDATION_PARTIAL_OBJECT_BRAND as cn, VALIDATION_SCHEMA_BRAND as Cn } from "./components/hook-form/RHFormProvider/types.js";
206
- import { FormProviderCustom as dn, RHFormProvider as gn, useCustomForm as Sn } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
207
- import { createEmptyValidationSchema as Dn, createValidationFullObject as Tn, createValidationPartialObject as yn, createValidationSchema as Rn } from "./components/hook-form/RHFormProvider/schema.js";
208
- import { RHFActionsGroup as In } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
209
- import { RHFDateRangePicker as Mn } from "./components/hook-form/RHFDateRangePicker/RHFDateRangePicker.js";
210
- import { RHFSwitch as Hn } from "./components/hook-form/RHFSwitch/RHFSwitch.js";
211
- import { Icon as _n } from "./components/Icon/Icon.js";
212
- import { Image as Ln } from "./components/Image/Image.js";
213
- import { Label as Gn } from "./components/Label/Label.js";
214
- import { LanguagePopover as bn } from "./components/LanguagePopover/LanguagePopover.js";
215
- import { LinearProgressIndeterminate as Vn } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
216
- import { Loadable as Yn } from "./components/Loadable/index.js";
217
- import { LoadingError as Wn } from "./components/LoadingError/LoadingError.js";
218
- import { getLoadingErrorComponentsDictionary as jn } from "./components/LoadingError/dictionary.js";
219
- import { getMenuActionsComponentsDictionary as Jn } from "./components/MenuActions/dictionary.js";
220
- import { MemonizedMenuActions as Qn, MenuActions as Xn } from "./components/MenuActions/MenuActions.js";
221
- import { MFIsolationApp as $n } from "./components/MFIsolationApp/MFIsolationApp.js";
222
- import { registerMFIsolationRuntimeErrorHandler as rx, reportMFIsolationRuntimeError as ex, unregisterMFIsolationRuntimeErrorHandler as tx } from "./components/MFIsolationApp/runtimeErrors.js";
223
- import { MFAppStorybook as px, MFIsolationAppStorybook as ax } from "@m4l/graphics/decorators";
224
- import { createComponentsMFIsolationAppStorybookProps as xx } from "./components/MFIsolationAppStorybook/createComponentsMFIsolationAppStorybookProps.js";
225
- import { MFLoader as fx } from "./components/MFLoader/MFLoader.js";
226
- import { getMFLoaderComponentsDictionary as lx } from "./components/MFLoader/dictionary.js";
227
- import { projectMFHostRuntimeTools as cx } from "./components/MFLoader/helpers/projectMFHostRuntimeTools/projectMFHostRuntimeTools.js";
228
- import { ImageText as Fx } from "./components/ImageText/ImageText.js";
229
- import { NoItemSelected as gx } from "./components/NoItemSelected/NoItemSelected.js";
230
- import { getNoItemSelectedComponentsDictionary as Px } from "./components/NoItemSelected/dictionary.js";
231
- import { NoItemPrivileges as Tx } from "./components/NoItemPrivileges/NoItemPrivileges.js";
232
- import { getNoItemPrivilegesComponentsDictionary as Rx } from "./components/NoItemPrivileges/dictionary.js";
233
- import { getObjectLogsComponentsDictionary as Ix } from "./components/ObjectLogs/dictionary.js";
234
- import { ObjectLogs as Mx } from "./components/ObjectLogs/ObjectLogs.js";
235
- import { PaperForm as Hx } from "./components/PaperForm/PaperForm.js";
236
- import { PDFViewer as _x } from "./components/PDFViewer/PDFViewer.js";
237
- import { usePopupsStore as Lx } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
238
- import { PopupsContext as Gx, PopupsProvider as kx } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
239
- import { PopupsViewer as hx } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
240
- import { PrintingSystem as wx } from "./components/PrintingSystem/PrintingSystem.js";
241
- import { PropertyValue as zx } from "./components/PropertyValue/PropertyValue.js";
242
- import { ScrollBar as Ux } from "./components/ScrollBar/ScrollBar.js";
243
- import { SideBar as Kx } from "./components/SideBar/SideBar.js";
244
- import { ToastContainer as qx } from "./components/ToastContainer/ToastContainer.js";
245
- import { ToastMessage as Xx } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
246
- import { TabsNavigator as $x } from "./components/TabsNavigator/TabsNavigator.js";
247
- import { getTabsNavigatorComponentsDictionary as ri } from "./components/TabsNavigator/dictionary.js";
248
- import { WindowBase as ti } from "./components/WindowBase/WindowBase.js";
249
- import { useWindowToolsMF as pi } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
250
- import { useDynamicMFParameters as ni, useDynamicMFParametersStore as xi } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
251
- import { useMFHostRuntimeTools as fi } from "./components/WindowBase/hooks/useMFHostRuntimeTools/index.js";
252
- import { useMFRealtimeProducerTools as li } from "./components/WindowBase/hooks/useMFRealtimeProducerTools/index.js";
253
- import { MemonizedWindowToolsMFContext as ci, WindowToolsMFContext as Ci, WindowToolsMFProvider as Fi } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
254
- import { createDynamicMFStore as gi } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
255
- import { DynamicMFParmsContext as Pi, DynamicMFParmsProvider as Di, MemonizedDynamicMFParmsProvider as Ti } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
256
- import { MFHostRuntimeToolsContext as Ri, MFHostRuntimeToolsProvider as Ai, MemoizedMFHostRuntimeToolsProvider as Ii } from "./components/WindowBase/contexts/MFHostRuntimeToolsContext/MFHostRuntimeToolsContext.js";
257
- import { MFRealtimeProducerToolsContext as Mi, MFRealtimeProducerToolsProvider as Ei, MemoizedMFRealtimeProducerToolsProvider as Hi } from "./components/WindowBase/contexts/MFRealtimeProducerToolsContext/MFRealtimeProducerToolsContext.js";
258
- import { WindowConfirm as _i } from "./components/WindowConfirm/WindowConfirm.js";
259
- import { getModalDialogComponentsDictionary as Li, getModalDictionary as vi } from "./components/ModalDialog/dictionary.js";
260
- import { ModalDialog as ki } from "./components/ModalDialog/ModalDialog.js";
261
- import { SettingsLayout as hi } from "./components/SettingsLayout/SettingsLayout.js";
262
- import { Pager as wi } from "./components/Pager/Pager.js";
263
- import { useStepper as zi } from "./components/Stepper/hooks/useStepper/index.js";
264
- import { Stepper as Ui } from "./components/Stepper/Stepper.js";
265
- import { StepperContent as Ki } from "./components/Stepper/subcomponents/StepperContent/index.js";
266
- import { Step as qi } from "./components/Stepper/subcomponents/StepperContent/subcomponents/Step/index.js";
267
- import { StepperFooter as Xi } from "./components/Stepper/subcomponents/StepperFooter/index.js";
268
- import { StepperFooterLeftActions as $i } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js";
269
- import { StepperFooterRightActions as rf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js";
270
- import { StepperNextButton as tf } from "./components/Stepper/subcomponents/StepperButtons/StepperNextButton/index.js";
271
- import { StepperPrevButton as pf } from "./components/Stepper/subcomponents/StepperButtons/StepperPrevButton/index.js";
272
- import { StepperCancelButton as nf } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
273
- import { StepperSubmitButton as ff } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
274
- import { evaluateVisibilityStepCondition as lf } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
275
- import { getStepsAndValidationSchema as cf } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
276
- import { getStepperComponentsDictionary as Ff } from "./components/Stepper/dictionary.js";
277
- import { HostRuntimeContext as gf, HostRuntimeProvider as Sf, useHostRuntime as Pf } from "./contexts/HostRuntimeContext/HostRuntimeContext.js";
278
- import { AppearanceComponentProvider as Tf, useAppearanceComponentStore as yf } from "@m4l/graphics";
279
- import { ModalContext as Af, ModalProvider as If } from "./contexts/ModalContext/index.js";
280
- import { getFormComponentsDictionary as Mf } from "./components/hook-form/RHFormProvider/dictionary.js";
281
- import { useFormAddEdit as Hf } from "./hooks/useFormAddEdit/useFormAddEdit.js";
282
- import { useModal as _f } from "./hooks/useModal/index.js";
283
- import { useTab as Lf } from "./hooks/useTab/index.js";
284
- import { getformAddEditDictionary as Gf } from "./hooks/useFormAddEdit/dictionary.js";
285
- import { useFormFocus as bf } from "./hooks/useFormFocus/index.js";
286
- import { useInterval as Vf } from "./hooks/useInterval/index.js";
287
- import { useComponentSize as Yf } from "./hooks/useComponentSize/index.js";
288
- import { useFormReadyForUpdate as Wf } from "./hooks/useFormReadyForUpdate/index.js";
289
- import { useStateRef as jf } from "./hooks/useStateRef/index.js";
290
- import { SKELETON_SVG_ICON as Jf } from "./hooks/useSvgColor/constants.js";
291
- import { useSvgColor as Qf } from "./hooks/useSvgColor/useSvgColor.js";
292
- import { useDynamicFilterAndSort as Zf } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
293
- import { useDataGridPersistence as os } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
294
- import { usePopoverContainer as es } from "./hooks/usePopoverContainer/usePopoverContainer.js";
295
- import { POPOVER_CONTAINER_ID as ms } from "./hooks/usePopoverContainer/constants.js";
296
- import { useIsVisible as as } from "./hooks/useIsVisible/useIsVisible.js";
297
- import { useSizeContainer as xs } from "./hooks/useSizeContainer/index.js";
298
- import { useWatchTyped as fs } from "./hooks/useWatchTyped/useTypedWatch.js";
299
- import { capitalizeFirstLetter as ls } from "./utils/capitalizeFirstLetter.js";
300
- import { isValidDate as cs } from "./utils/isValidDate.js";
301
- import { getComponentUtilityClass as Fs } from "./utils/getComponentUtilityClass.js";
302
- import { getPaletteColor as gs } from "./utils/getPaletteColor.js";
303
- import { getTypographyStyles as Ps } from "./utils/getTypographyStyles.js";
304
- import { getIconColor as Ts } from "./utils/getIconColor.js";
305
- import { getHeightSizeStyles as Rs, getSizeStyles as As } from "./utils/getSizeStyles/getSizeStyles.js";
306
- import { ObjectQueue as Ns } from "./utils/ObjectQueue.js";
307
- import { getComponentClasses as Es, getComponentSlotRoot as Hs } from "./utils/getComponentSlotRoot.js";
308
- import { formatDistanceToNow as _s } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
309
- import { getValidDate as Ls } from "./utils/getValidDate.js";
310
- import { getNullGuard as Gs } from "./utils/getNullGuard.js";
311
- import { createCustomDeepShallow as bs, deepShallow as hs } from "./utils/deepShallow.js";
191
+ import { RHFImageSelector as va } from "./components/hook-form/RHFImageSelector/RHFImageSelector.js";
192
+ import { RHFCheckbox as ka } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
193
+ import { RHFCheckableList as ha } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
194
+ import { RHFDaysOfWeekPicker as wa } from "./components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js";
195
+ import { RHFDaysOfMonthPicker as za } from "./components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js";
196
+ import { RHFTextField as Ua } from "./components/hook-form/RHFTextField/RHFTextField.js";
197
+ import { RHFTextFieldPassword as Ka } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
198
+ import { getPeriodComponetsDictionary as qa } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
199
+ import { rhfPeriodStyles as Xa } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
200
+ import { RHFPeriod as $a } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
201
+ import { RHF_PERIOD_KEY_COMPONENT as rn } from "./components/hook-form/RHFPeriod/constants.js";
202
+ import { RHFPeriodSlots as tn } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
203
+ import { NumberInputStyled as pn, PeriodRootStyled as an, RHFPeriodRootStyled as nn, SelectStyled as xn } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
204
+ import { RHFNumberInput as sn } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
205
+ import { RHFUploadImage as un } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
206
+ import { VALIDATION_OBJECT_BRAND as Cn, VALIDATION_PARTIAL_OBJECT_BRAND as Fn, VALIDATION_SCHEMA_BRAND as dn } from "./components/hook-form/RHFormProvider/types.js";
207
+ import { FormProviderCustom as Sn, RHFormProvider as Pn, useCustomForm as Dn } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
208
+ import { createEmptyValidationSchema as yn, createValidationFullObject as Rn, createValidationPartialObject as An, createValidationSchema as In } from "./components/hook-form/RHFormProvider/schema.js";
209
+ import { RHFActionsGroup as Mn } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
210
+ import { RHFDateRangePicker as En } from "./components/hook-form/RHFDateRangePicker/RHFDateRangePicker.js";
211
+ import { RHFSwitch as _n } from "./components/hook-form/RHFSwitch/RHFSwitch.js";
212
+ import { Icon as Ln } from "./components/Icon/Icon.js";
213
+ import { Image as Gn } from "./components/Image/Image.js";
214
+ import { getImageSelectorComponentsDictionary as bn } from "./components/ImageSelector/dictionary.js";
215
+ import { ImageSelector as Vn } from "./components/ImageSelector/ImageSelector.js";
216
+ import { Label as Yn } from "./components/Label/Label.js";
217
+ import { LanguagePopover as Wn } from "./components/LanguagePopover/LanguagePopover.js";
218
+ import { LinearProgressIndeterminate as jn } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
219
+ import { Loadable as Jn } from "./components/Loadable/index.js";
220
+ import { LoadingError as Qn } from "./components/LoadingError/LoadingError.js";
221
+ import { getLoadingErrorComponentsDictionary as Zn } from "./components/LoadingError/dictionary.js";
222
+ import { getMenuActionsComponentsDictionary as ox } from "./components/MenuActions/dictionary.js";
223
+ import { MemonizedMenuActions as ex, MenuActions as tx } from "./components/MenuActions/MenuActions.js";
224
+ import { MFIsolationApp as px } from "./components/MFIsolationApp/MFIsolationApp.js";
225
+ import { registerMFIsolationRuntimeErrorHandler as nx, reportMFIsolationRuntimeError as xx, unregisterMFIsolationRuntimeErrorHandler as ix } from "./components/MFIsolationApp/runtimeErrors.js";
226
+ import { MFAppStorybook as sx, MFIsolationAppStorybook as lx } from "@m4l/graphics/decorators";
227
+ import { createComponentsMFIsolationAppStorybookProps as cx } from "./components/MFIsolationAppStorybook/createComponentsMFIsolationAppStorybookProps.js";
228
+ import { MFLoader as Fx } from "./components/MFLoader/MFLoader.js";
229
+ import { getMFLoaderComponentsDictionary as gx } from "./components/MFLoader/dictionary.js";
230
+ import { projectMFHostRuntimeTools as Px } from "./components/MFLoader/helpers/projectMFHostRuntimeTools/projectMFHostRuntimeTools.js";
231
+ import { ImageText as Tx } from "./components/ImageText/ImageText.js";
232
+ import { NoItemSelected as Rx } from "./components/NoItemSelected/NoItemSelected.js";
233
+ import { getNoItemSelectedComponentsDictionary as Ix } from "./components/NoItemSelected/dictionary.js";
234
+ import { NoItemPrivileges as Mx } from "./components/NoItemPrivileges/NoItemPrivileges.js";
235
+ import { getNoItemPrivilegesComponentsDictionary as Ex } from "./components/NoItemPrivileges/dictionary.js";
236
+ import { getObjectLogsComponentsDictionary as _x } from "./components/ObjectLogs/dictionary.js";
237
+ import { ObjectLogs as Lx } from "./components/ObjectLogs/ObjectLogs.js";
238
+ import { PaperForm as Gx } from "./components/PaperForm/PaperForm.js";
239
+ import { PDFViewer as bx } from "./components/PDFViewer/PDFViewer.js";
240
+ import { usePopupsStore as Vx } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
241
+ import { PopupsContext as Yx, PopupsProvider as zx } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
242
+ import { PopupsViewer as Ux } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
243
+ import { PrintingSystem as Kx } from "./components/PrintingSystem/PrintingSystem.js";
244
+ import { PropertyValue as qx } from "./components/PropertyValue/PropertyValue.js";
245
+ import { ScrollBar as Xx } from "./components/ScrollBar/ScrollBar.js";
246
+ import { SideBar as $x } from "./components/SideBar/SideBar.js";
247
+ import { ToastContainer as ri } from "./components/ToastContainer/ToastContainer.js";
248
+ import { ToastMessage as ti } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
249
+ import { TabsNavigator as pi } from "./components/TabsNavigator/TabsNavigator.js";
250
+ import { getTabsNavigatorComponentsDictionary as ni } from "./components/TabsNavigator/dictionary.js";
251
+ import { WindowBase as ii } from "./components/WindowBase/WindowBase.js";
252
+ import { useWindowToolsMF as si } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
253
+ import { useDynamicMFParameters as ui, useDynamicMFParametersStore as ci } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
254
+ import { useMFHostRuntimeTools as Fi } from "./components/WindowBase/hooks/useMFHostRuntimeTools/index.js";
255
+ import { useMFRealtimeProducerTools as gi } from "./components/WindowBase/hooks/useMFRealtimeProducerTools/index.js";
256
+ import { MemonizedWindowToolsMFContext as Pi, WindowToolsMFContext as Di, WindowToolsMFProvider as Ti } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
257
+ import { createDynamicMFStore as Ri } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
258
+ import { DynamicMFParmsContext as Ii, DynamicMFParmsProvider as Ni, MemonizedDynamicMFParmsProvider as Mi } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
259
+ import { MFHostRuntimeToolsContext as Ei, MFHostRuntimeToolsProvider as Oi, MemoizedMFHostRuntimeToolsProvider as _i } from "./components/WindowBase/contexts/MFHostRuntimeToolsContext/MFHostRuntimeToolsContext.js";
260
+ import { MFRealtimeProducerToolsContext as Li, MFRealtimeProducerToolsProvider as vi, MemoizedMFRealtimeProducerToolsProvider as Gi } from "./components/WindowBase/contexts/MFRealtimeProducerToolsContext/MFRealtimeProducerToolsContext.js";
261
+ import { WindowConfirm as bi } from "./components/WindowConfirm/WindowConfirm.js";
262
+ import { getModalDialogComponentsDictionary as Vi, getModalDictionary as wi } from "./components/ModalDialog/dictionary.js";
263
+ import { ModalDialog as zi } from "./components/ModalDialog/ModalDialog.js";
264
+ import { SettingsLayout as Ui } from "./components/SettingsLayout/SettingsLayout.js";
265
+ import { Pager as Ki } from "./components/Pager/Pager.js";
266
+ import { useStepper as qi } from "./components/Stepper/hooks/useStepper/index.js";
267
+ import { Stepper as Xi } from "./components/Stepper/Stepper.js";
268
+ import { StepperContent as $i } from "./components/Stepper/subcomponents/StepperContent/index.js";
269
+ import { Step as rf } from "./components/Stepper/subcomponents/StepperContent/subcomponents/Step/index.js";
270
+ import { StepperFooter as tf } from "./components/Stepper/subcomponents/StepperFooter/index.js";
271
+ import { StepperFooterLeftActions as pf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js";
272
+ import { StepperFooterRightActions as nf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js";
273
+ import { StepperNextButton as ff } from "./components/Stepper/subcomponents/StepperButtons/StepperNextButton/index.js";
274
+ import { StepperPrevButton as lf } from "./components/Stepper/subcomponents/StepperButtons/StepperPrevButton/index.js";
275
+ import { StepperCancelButton as cf } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
276
+ import { StepperSubmitButton as Ff } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
277
+ import { evaluateVisibilityStepCondition as gf } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
278
+ import { getStepsAndValidationSchema as Pf } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
279
+ import { getStepperComponentsDictionary as Tf } from "./components/Stepper/dictionary.js";
280
+ import { HostRuntimeContext as Rf, HostRuntimeProvider as Af, useHostRuntime as If } from "./contexts/HostRuntimeContext/HostRuntimeContext.js";
281
+ import { AppearanceComponentProvider as Mf, useAppearanceComponentStore as Hf } from "@m4l/graphics";
282
+ import { ModalContext as Of, ModalProvider as _f } from "./contexts/ModalContext/index.js";
283
+ import { getFormComponentsDictionary as Lf } from "./components/hook-form/RHFormProvider/dictionary.js";
284
+ import { useFormAddEdit as Gf } from "./hooks/useFormAddEdit/useFormAddEdit.js";
285
+ import { useModal as bf } from "./hooks/useModal/index.js";
286
+ import { useTab as Vf } from "./hooks/useTab/index.js";
287
+ import { getformAddEditDictionary as Yf } from "./hooks/useFormAddEdit/dictionary.js";
288
+ import { useFormFocus as Wf } from "./hooks/useFormFocus/index.js";
289
+ import { useInterval as jf } from "./hooks/useInterval/index.js";
290
+ import { useComponentSize as Jf } from "./hooks/useComponentSize/index.js";
291
+ import { useFormReadyForUpdate as Qf } from "./hooks/useFormReadyForUpdate/index.js";
292
+ import { useStateRef as Zf } from "./hooks/useStateRef/index.js";
293
+ import { SKELETON_SVG_ICON as os } from "./hooks/useSvgColor/constants.js";
294
+ import { useSvgColor as es } from "./hooks/useSvgColor/useSvgColor.js";
295
+ import { useDynamicFilterAndSort as ms } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
296
+ import { useDataGridPersistence as as } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
297
+ import { usePopoverContainer as xs } from "./hooks/usePopoverContainer/usePopoverContainer.js";
298
+ import { POPOVER_CONTAINER_ID as fs } from "./hooks/usePopoverContainer/constants.js";
299
+ import { useIsVisible as ls } from "./hooks/useIsVisible/useIsVisible.js";
300
+ import { useSizeContainer as cs } from "./hooks/useSizeContainer/index.js";
301
+ import { useWatchTyped as Fs } from "./hooks/useWatchTyped/useTypedWatch.js";
302
+ import { capitalizeFirstLetter as gs } from "./utils/capitalizeFirstLetter.js";
303
+ import { isValidDate as Ps } from "./utils/isValidDate.js";
304
+ import { getComponentUtilityClass as Ts } from "./utils/getComponentUtilityClass.js";
305
+ import { getPaletteColor as Rs } from "./utils/getPaletteColor.js";
306
+ import { getTypographyStyles as Is } from "./utils/getTypographyStyles.js";
307
+ import { getIconColor as Ms } from "./utils/getIconColor.js";
308
+ import { getHeightSizeStyles as Es, getSizeStyles as Os } from "./utils/getSizeStyles/getSizeStyles.js";
309
+ import { ObjectQueue as Bs } from "./utils/ObjectQueue.js";
310
+ import { getComponentClasses as vs, getComponentSlotRoot as Gs } from "./utils/getComponentSlotRoot.js";
311
+ import { formatDistanceToNow as bs } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
312
+ import { getValidDate as Vs } from "./utils/getValidDate.js";
313
+ import { getNullGuard as Ys } from "./utils/getNullGuard.js";
314
+ import { createCustomDeepShallow as Ws, deepShallow as Us } from "./utils/deepShallow.js";
312
315
  export {
313
316
  z as AREAS_DICCTIONARY,
314
317
  W as AREAS_DICTIONARY_ID,
@@ -322,9 +325,9 @@ export {
322
325
  uo as ActionsContainer,
323
326
  x as ActionsGroup,
324
327
  g as AnimatedScroll,
325
- H as AppBar,
328
+ E as AppBar,
326
329
  po as AppBarComercial,
327
- Tf as AppearanceComponentProvider,
330
+ Mf as AppearanceComponentProvider,
328
331
  L as AreasAdmin,
329
332
  b as AreasContext,
330
333
  h as AreasProvider,
@@ -362,7 +365,7 @@ export {
362
365
  Dr as ColumnNestedValueFormatter,
363
366
  yr as ColumnNestedValueGroupFormatter,
364
367
  Nr as ColumnPointsFormatter,
365
- Er as ColumnPointsGroupFormatter,
368
+ Hr as ColumnPointsGroupFormatter,
366
369
  Br as ColumnPriceFormatter,
367
370
  vr as ColumnPriceGroupFormatter,
368
371
  hr as ColumnSetCheckFormatter,
@@ -371,7 +374,7 @@ export {
371
374
  zr as ColumnUncertaintyFormatter,
372
375
  Ur as ColumnUncertaintyGroupFormatter,
373
376
  sp as ConcatenatedFormatter,
374
- Ho as ContainerFlow,
377
+ Eo as ContainerFlow,
375
378
  zo as DATAGRID_ROW_HEADER_HEIGHTS,
376
379
  Wo as DATAGRID_ROW_HEIGHTS,
377
380
  Uo as DATAGRID_SEMANTIC_WIDTHS,
@@ -380,7 +383,7 @@ export {
380
383
  ep as DateFormatter,
381
384
  Zm as DatePicker,
382
385
  op as DateRangePicker,
383
- Ee as DaysOfMonthPicker,
386
+ He as DaysOfMonthPicker,
384
387
  Se as DaysOfWeekPicker,
385
388
  Jm as Dialog,
386
389
  Gp as DistanceToNowFormatter,
@@ -388,136 +391,138 @@ export {
388
391
  ye as DragResizeWindowRND,
389
392
  be as DynamicFilter,
390
393
  Ve as DynamicForm,
391
- Pi as DynamicMFParmsContext,
392
- Di as DynamicMFParmsProvider,
394
+ Ii as DynamicMFParmsContext,
395
+ Ni as DynamicMFParmsProvider,
393
396
  et as DynamicSort,
394
397
  Je as EMPTY_DATA,
395
398
  lt as FixedSizeList,
396
399
  Yp as FormContainer,
397
- dn as FormProviderCustom,
400
+ Sn as FormProviderCustom,
398
401
  Wp as GridLayout,
399
402
  no as HamburgerMenu,
400
403
  ta as HelmetPage,
401
404
  pa as HelperError,
402
- gf as HostRuntimeContext,
403
- Sf as HostRuntimeProvider,
405
+ Rf as HostRuntimeContext,
406
+ Af as HostRuntimeProvider,
404
407
  dm as ICON_CLASSES,
405
408
  gm as ICON_KEY_COMPONENT,
406
409
  Sm as ICON_PREFIX,
407
- _n as Icon,
410
+ Ln as Icon,
408
411
  Vt as IconButton,
409
412
  f as IconButtonAnimate,
410
- Ln as Image,
413
+ Gn as Image,
411
414
  Qt as ImageButton,
412
415
  Rp as ImageFormatter,
413
- Fx as ImageText,
416
+ Vn as ImageSelector,
417
+ Tx as ImageText,
414
418
  U as LABEL_FILTER_BUTTON,
415
- Gn as Label,
416
- bn as LanguagePopover,
419
+ Yn as Label,
420
+ Wn as LanguagePopover,
417
421
  Mt as LinearProgress,
418
- Vn as LinearProgressIndeterminate,
419
- Ht as LinkWithRoute,
420
- Yn as Loadable,
422
+ jn as LinearProgressIndeterminate,
423
+ Et as LinkWithRoute,
424
+ Jn as Loadable,
421
425
  _t as LoadingButton,
422
- Wn as LoadingError,
426
+ Qn as LoadingError,
423
427
  F as LoadingScreen,
424
- px as MFAppStorybook,
425
- Ri as MFHostRuntimeToolsContext,
426
- Ai as MFHostRuntimeToolsProvider,
427
- $n as MFIsolationApp,
428
- ax as MFIsolationAppStorybook,
429
- fx as MFLoader,
430
- Mi as MFRealtimeProducerToolsContext,
431
- Ei as MFRealtimeProducerToolsProvider,
432
- Ii as MemoizedMFHostRuntimeToolsProvider,
433
- Hi as MemoizedMFRealtimeProducerToolsProvider,
434
- Ti as MemonizedDynamicMFParmsProvider,
435
- Qn as MemonizedMenuActions,
436
- ci as MemonizedWindowToolsMFContext,
437
- Xn as MenuActions,
438
- Af as ModalContext,
439
- ki as ModalDialog,
440
- If as ModalProvider,
428
+ sx as MFAppStorybook,
429
+ Ei as MFHostRuntimeToolsContext,
430
+ Oi as MFHostRuntimeToolsProvider,
431
+ px as MFIsolationApp,
432
+ lx as MFIsolationAppStorybook,
433
+ Fx as MFLoader,
434
+ Li as MFRealtimeProducerToolsContext,
435
+ vi as MFRealtimeProducerToolsProvider,
436
+ _i as MemoizedMFHostRuntimeToolsProvider,
437
+ Gi as MemoizedMFRealtimeProducerToolsProvider,
438
+ Mi as MemonizedDynamicMFParmsProvider,
439
+ ex as MemonizedMenuActions,
440
+ Pi as MemonizedWindowToolsMFContext,
441
+ tx as MenuActions,
442
+ Of as ModalContext,
443
+ zi as ModalDialog,
444
+ _f as ModalProvider,
441
445
  l as MotionContainer,
442
446
  c as MotionLazyContainer,
443
447
  jm as NavLink,
444
448
  Ip as NestedFormatter,
445
- Tx as NoItemPrivileges,
446
- gx as NoItemSelected,
449
+ Mx as NoItemPrivileges,
450
+ Rx as NoItemSelected,
447
451
  bo as NumberEditor,
448
- tn as NumberInputStyled,
449
- Mx as ObjectLogs,
450
- Ns as ObjectQueue,
451
- _x as PDFViewer,
452
- ms as POPOVER_CONTAINER_ID,
453
- wi as Pager,
454
- Hx as PaperForm,
452
+ pn as NumberInputStyled,
453
+ Lx as ObjectLogs,
454
+ Bs as ObjectQueue,
455
+ bx as PDFViewer,
456
+ fs as POPOVER_CONTAINER_ID,
457
+ Ki as Pager,
458
+ Gx as PaperForm,
455
459
  cp as PeriodFormatter,
456
- mn as PeriodRootStyled,
460
+ an as PeriodRootStyled,
457
461
  xp as PointsFormatter,
458
462
  Zt as Popover,
459
- Gx as PopupsContext,
460
- kx as PopupsProvider,
461
- hx as PopupsViewer,
463
+ Yx as PopupsContext,
464
+ zx as PopupsProvider,
465
+ Ux as PopupsViewer,
462
466
  dp as PriceFormatter,
463
- wx as PrintingSystem,
467
+ Kx as PrintingSystem,
464
468
  ft as PropagateLoaderSpinner,
465
- zx as PropertyValue,
466
- In as RHFActionsGroup,
469
+ qx as PropertyValue,
470
+ Mn as RHFActionsGroup,
467
471
  na as RHFAutocomplete,
468
472
  sa as RHFAutocompleteAsync,
469
- ka as RHFCheckableList,
470
- va as RHFCheckbox,
473
+ ha as RHFCheckableList,
474
+ ka as RHFCheckbox,
471
475
  Oa as RHFColorPicker,
472
476
  Sa as RHFDatePicker,
473
- Mn as RHFDateRangePicker,
477
+ En as RHFDateRangePicker,
474
478
  Ca as RHFDateTime,
475
479
  da as RHFDateTimePicker,
476
- wa as RHFDaysOfMonthPicker,
477
- ha as RHFDaysOfWeekPicker,
480
+ za as RHFDaysOfMonthPicker,
481
+ wa as RHFDaysOfWeekPicker,
478
482
  Aa as RHFHelperError,
483
+ va as RHFImageSelector,
479
484
  Da as RHFMultiCheckbox,
480
- xn as RHFNumberInput,
481
- Xa as RHFPeriod,
482
- pn as RHFPeriodRootStyled,
483
- rn as RHFPeriodSlots,
485
+ sn as RHFNumberInput,
486
+ $a as RHFPeriod,
487
+ nn as RHFPeriodRootStyled,
488
+ tn as RHFPeriodSlots,
484
489
  Na as RHFRadioGroup,
485
490
  ya as RHFSelect,
486
- Hn as RHFSwitch,
487
- za as RHFTextField,
488
- Ua as RHFTextFieldPassword,
489
- sn as RHFUploadImage,
490
- Ea as RHFUploadSingleFile,
491
- $a as RHF_PERIOD_KEY_COMPONENT,
492
- gn as RHFormProvider,
491
+ _n as RHFSwitch,
492
+ Ua as RHFTextField,
493
+ Ka as RHFTextFieldPassword,
494
+ un as RHFUploadImage,
495
+ Ha as RHFUploadSingleFile,
496
+ rn as RHF_PERIOD_KEY_COMPONENT,
497
+ Pn as RHFormProvider,
493
498
  jt as Radio,
494
499
  Ft as ReactJsonViewer,
495
500
  mt as Resizable,
496
501
  at as ResizableBox,
497
502
  jp as Responsive,
498
- Jf as SKELETON_SVG_ICON,
499
- Ux as ScrollBar,
503
+ os as SKELETON_SVG_ICON,
504
+ Xx as ScrollBar,
500
505
  so as SectionCommercial,
501
506
  om as Select,
502
- an as SelectStyled,
503
- hi as SettingsLayout,
504
- Kx as SideBar,
507
+ xn as SelectStyled,
508
+ Ui as SettingsLayout,
509
+ $x as SideBar,
505
510
  em as Skeleton,
506
511
  Ze as SortCompareValues,
507
512
  xt as SplitLayout,
508
513
  mm as Stack,
509
- qi as Step,
510
- Ui as Stepper,
511
- nf as StepperCancelButton,
512
- Ki as StepperContent,
513
- Xi as StepperFooter,
514
- $i as StepperFooterLeftActions,
515
- rf as StepperFooterRightActions,
516
- tf as StepperNextButton,
517
- pf as StepperPrevButton,
518
- ff as StepperSubmitButton,
514
+ rf as Step,
515
+ Xi as Stepper,
516
+ cf as StepperCancelButton,
517
+ $i as StepperContent,
518
+ tf as StepperFooter,
519
+ pf as StepperFooterLeftActions,
520
+ nf as StepperFooterRightActions,
521
+ ff as StepperNextButton,
522
+ lf as StepperPrevButton,
523
+ Ff as StepperSubmitButton,
519
524
  Jt as Switch,
520
- Em as TOGGLE_BUTTON_KEY_COMPONENT,
525
+ Hm as TOGGLE_BUTTON_KEY_COMPONENT,
521
526
  hm as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
522
527
  Vm as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
523
528
  Pm as TYPOGRAPHY_CLASSES,
@@ -529,11 +534,11 @@ export {
529
534
  lm as TabContext,
530
535
  um as TabProvider,
531
536
  xm as Tabs,
532
- $x as TabsNavigator,
537
+ pi as TabsNavigator,
533
538
  Pp as TagsFormatter,
534
539
  ho as TextEditor,
535
- qx as ToastContainer,
536
- Xx as ToastMessage,
540
+ ri as ToastContainer,
541
+ ti as ToastMessage,
537
542
  Nm as ToggleButton,
538
543
  Bm as ToggleButtonRootStyled,
539
544
  Om as ToggleButtonSlots,
@@ -545,42 +550,42 @@ export {
545
550
  Lo as TreeDataGrid,
546
551
  Cm as Typography,
547
552
  pp as UncertaintyFormatter,
548
- un as VALIDATION_OBJECT_BRAND,
549
- cn as VALIDATION_PARTIAL_OBJECT_BRAND,
550
- Cn as VALIDATION_SCHEMA_BRAND,
553
+ Cn as VALIDATION_OBJECT_BRAND,
554
+ Fn as VALIDATION_PARTIAL_OBJECT_BRAND,
555
+ dn as VALIDATION_SCHEMA_BRAND,
551
556
  ct as VariableSizeList,
552
557
  Ne as WINDOW_SIZES,
553
- ti as WindowBase,
554
- _i as WindowConfirm,
555
- Ci as WindowToolsMFContext,
556
- Fi as WindowToolsMFProvider,
558
+ ii as WindowBase,
559
+ bi as WindowConfirm,
560
+ Di as WindowToolsMFContext,
561
+ Ti as WindowToolsMFProvider,
557
562
  Jp as addLayoutItemToBreakPointIfNoExists,
558
563
  qp as addLayoutItemToBreakPoints,
559
- ls as capitalizeFirstLetter,
564
+ gs as capitalizeFirstLetter,
560
565
  Qp as cloneLayouts,
561
- xx as createComponentsMFIsolationAppStorybookProps,
562
- bs as createCustomDeepShallow,
563
- gi as createDynamicMFStore,
564
- Dn as createEmptyValidationSchema,
566
+ cx as createComponentsMFIsolationAppStorybookProps,
567
+ Ws as createCustomDeepShallow,
568
+ Ri as createDynamicMFStore,
569
+ yn as createEmptyValidationSchema,
565
570
  e as createToaster,
566
- Tn as createValidationFullObject,
567
- yn as createValidationPartialObject,
568
- Rn as createValidationSchema,
569
- hs as deepShallow,
571
+ Rn as createValidationFullObject,
572
+ An as createValidationPartialObject,
573
+ In as createValidationSchema,
574
+ Us as deepShallow,
570
575
  No as defaultCommonActionsDictionary,
571
576
  Ae as dragResizeWindowRNDClasses,
572
- lf as evaluateVisibilityStepCondition,
573
- _s as formatDistanceToNow,
577
+ gf as evaluateVisibilityStepCondition,
578
+ bs as formatDistanceToNow,
574
579
  a as getAccountPopoverDictionary,
575
580
  _ as getAppBarDictionary,
576
581
  j as getAreasComponentsDictionary,
577
582
  K as getAreasDictionary,
578
- Hp as getBooleanFormatterComponentsDictionary,
583
+ Ep as getBooleanFormatterComponentsDictionary,
579
584
  ro as getCheckableListComponentsDictionary,
580
585
  Mo as getCommonActionsDictionary,
581
- Es as getComponentClasses,
582
- Hs as getComponentSlotRoot,
583
- Fs as getComponentUtilityClass,
586
+ vs as getComponentClasses,
587
+ Gs as getComponentSlotRoot,
588
+ Ts as getComponentUtilityClass,
584
589
  Go as getDataGridComponentsDictionary,
585
590
  wo as getDataGridRowsFromSet,
586
591
  De as getDaysOfWeekPickerDictionary,
@@ -588,50 +593,51 @@ export {
588
593
  Oe as getDynamicFilterComponentsDictionary,
589
594
  Qe as getDynamicSortComponentsDictionary,
590
595
  Be as getFilterGroupFieldsByName,
591
- Mf as getFormComponentsDictionary,
596
+ Lf as getFormComponentsDictionary,
592
597
  lp as getFormatConcatenated,
593
598
  tp as getFormatDate,
594
599
  ip as getFormatPoints,
595
600
  gp as getFormatPrice,
596
601
  Vp as getFormattersComponentsDictionary,
597
- Rs as getHeightSizeStyles,
598
- Ts as getIconColor,
602
+ Es as getHeightSizeStyles,
603
+ Ms as getIconColor,
604
+ bn as getImageSelectorComponentsDictionary,
599
605
  Le as getIsIfInDynamicFilter,
600
- jn as getLoadingErrorComponentsDictionary,
601
- lx as getMFLoaderComponentsDictionary,
602
- Jn as getMenuActionsComponentsDictionary,
603
- Li as getModalDialogComponentsDictionary,
604
- vi as getModalDictionary,
605
- Rx as getNoItemPrivilegesComponentsDictionary,
606
- Px as getNoItemSelectedComponentsDictionary,
607
- Gs as getNullGuard,
608
- Ix as getObjectLogsComponentsDictionary,
606
+ Zn as getLoadingErrorComponentsDictionary,
607
+ gx as getMFLoaderComponentsDictionary,
608
+ ox as getMenuActionsComponentsDictionary,
609
+ Vi as getModalDialogComponentsDictionary,
610
+ wi as getModalDictionary,
611
+ Ex as getNoItemPrivilegesComponentsDictionary,
612
+ Ix as getNoItemSelectedComponentsDictionary,
613
+ Ys as getNullGuard,
614
+ _x as getObjectLogsComponentsDictionary,
609
615
  Lt as getPagerComponentsDictionary,
610
- gs as getPaletteColor,
611
- Ka as getPeriodComponetsDictionary,
616
+ Rs as getPaletteColor,
617
+ qa as getPeriodComponetsDictionary,
612
618
  ua as getRHFAutocompleteAsyncComponentsDictionary,
613
619
  ia as getRHFAutocompleteComponentsDictionary,
614
620
  Ge as getRawFiltersForNetwork,
615
621
  ot as getRawSortsForNetwork,
616
- As as getSizeStyles,
617
- Ff as getStepperComponentsDictionary,
618
- cf as getStepsAndValidationSchema,
619
- ri as getTabsNavigatorComponentsDictionary,
620
- Ps as getTypographyStyles,
622
+ Os as getSizeStyles,
623
+ Tf as getStepperComponentsDictionary,
624
+ Pf as getStepsAndValidationSchema,
625
+ ni as getTabsNavigatorComponentsDictionary,
626
+ Is as getTypographyStyles,
621
627
  ap as getUncertaintyFormat,
622
- Ls as getValidDate,
623
- Gf as getformAddEditDictionary,
628
+ Vs as getValidDate,
629
+ Yf as getformAddEditDictionary,
624
630
  Zp as isEqualLayout,
625
631
  $p as isEqualLayouts,
626
- cs as isValidDate,
627
- cx as projectMFHostRuntimeTools,
628
- rx as registerMFIsolationRuntimeErrorHandler,
629
- ex as reportMFIsolationRuntimeError,
630
- qa as rhfPeriodStyles,
632
+ Ps as isValidDate,
633
+ Px as projectMFHostRuntimeTools,
634
+ nx as registerMFIsolationRuntimeErrorHandler,
635
+ xx as reportMFIsolationRuntimeError,
636
+ Xa as rhfPeriodStyles,
631
637
  Am as toggleButtonStyles,
632
638
  vm as toggleIconButtonStyles,
633
- tx as unregisterMFIsolationRuntimeErrorHandler,
634
- yf as useAppearanceComponentStore,
639
+ ix as unregisterMFIsolationRuntimeErrorHandler,
640
+ Hf as useAppearanceComponentStore,
635
641
  w as useAreasStore,
636
642
  Xo as useColumnBoolean,
637
643
  $r as useColumnChipStatus,
@@ -647,35 +653,35 @@ export {
647
653
  wr as useColumnSetCheck,
648
654
  pe as useColumnTags,
649
655
  Kr as useColumnUncertanity,
650
- Yf as useComponentSize,
651
- Sn as useCustomForm,
652
- os as useDataGridPersistence,
656
+ Jf as useComponentSize,
657
+ Dn as useCustomForm,
658
+ as as useDataGridPersistence,
653
659
  bp as useDistanceToNowFormatter,
654
- Zf as useDynamicFilterAndSort,
660
+ ms as useDynamicFilterAndSort,
655
661
  Ye as useDynamicForm,
656
662
  je as useDynamicFormCoupled,
657
663
  We as useDynamicFormData,
658
- ni as useDynamicMFParameters,
659
- xi as useDynamicMFParametersStore,
660
- Hf as useFormAddEdit,
661
- bf as useFormFocus,
662
- Wf as useFormReadyForUpdate,
664
+ ui as useDynamicMFParameters,
665
+ ci as useDynamicMFParametersStore,
666
+ Gf as useFormAddEdit,
667
+ Wf as useFormFocus,
668
+ Qf as useFormReadyForUpdate,
663
669
  Cp as useFormatPeriod,
664
- Pf as useHostRuntime,
665
- Vf as useInterval,
666
- as as useIsVisible,
667
- fi as useMFHostRuntimeTools,
668
- li as useMFRealtimeProducerTools,
669
- _f as useModal,
670
- es as usePopoverContainer,
671
- Lx as usePopupsStore,
672
- xs as useSizeContainer,
673
- jf as useStateRef,
674
- zi as useStepper,
675
- Qf as useSvgColor,
676
- Lf as useTab,
677
- fs as useWatchTyped,
678
- pi as useWindowToolsMF,
670
+ If as useHostRuntime,
671
+ jf as useInterval,
672
+ ls as useIsVisible,
673
+ Fi as useMFHostRuntimeTools,
674
+ gi as useMFRealtimeProducerTools,
675
+ bf as useModal,
676
+ xs as usePopoverContainer,
677
+ Vx as usePopupsStore,
678
+ cs as useSizeContainer,
679
+ Zf as useStateRef,
680
+ qi as useStepper,
681
+ es as useSvgColor,
682
+ Vf as useTab,
683
+ Fs as useWatchTyped,
684
+ si as useWindowToolsMF,
679
685
  T as varBounce,
680
686
  R as varContainer,
681
687
  P as varFade,