@m4l/components 9.4.30 → 9.4.31

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 (93) hide show
  1. package/@types/augmentations.d.ts +1 -31
  2. package/@types/augmentations.d.ts.map +1 -1
  3. package/components/DynamicFilter/store/DynamicFilterContext.js +66 -281
  4. package/components/DynamicFilter/subcomponents/FieldTypes/SelectAsyncFilter/index.js +3 -2
  5. package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/index.js +3 -2
  6. package/components/DynamicSort/dictionary.js +7 -6
  7. package/components/DynamicSort/store/DynamicSortContext.js +47 -263
  8. package/components/MFIsolationApp/MFIsolationApp.d.ts.map +1 -1
  9. package/components/MFIsolationApp/MFIsolationApp.js +18 -17
  10. package/components/MFIsolationAppStorybook/MFIsolationAppStorybook.d.ts.map +1 -1
  11. package/components/MFIsolationAppStorybook/MFIsolationAppStorybook.js +10 -9
  12. package/components/MFIsolationAppStorybook/index.d.ts +3 -0
  13. package/components/MFIsolationAppStorybook/index.d.ts.map +1 -1
  14. package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/MFAppStorybook.d.ts +6 -0
  15. package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/MFAppStorybook.d.ts.map +1 -0
  16. package/components/MFIsolationAppStorybook/subcomponents/{MFAuthAppStorybook/MFAuthAppStorybook.js → MFAppStorybook/MFAppStorybook.js} +1 -1
  17. package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/index.d.ts +2 -0
  18. package/components/MFIsolationAppStorybook/subcomponents/{MFAuthAppStorybook → MFAppStorybook}/index.d.ts.map +1 -1
  19. package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/types.d.ts.map +1 -0
  20. package/components/NoItemPrivileges/NoItemPrivileges.js +12 -228
  21. package/components/ObjectLogs/hooks/useObjectLogsColumns.js +19 -156
  22. package/components/ObjectLogs/subcomponents/ObjectLogsByM4L/ObjectLogsByM4L.js +8 -145
  23. package/components/ObjectLogs/subcomponents/ObjectLogsByOthers/ObjectLogsByOthers.js +8 -145
  24. package/components/Stepper/subcomponents/StepArea/subcomponents/Inidicator/index.js +12 -192
  25. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/AreaChip.js +1 -0
  26. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +1 -0
  27. package/components/areas/components/AreasViewer/AreasViewer.js +8 -187
  28. package/components/datagrids/formatters/ColumnBooleanFormatter/ColumnBooleanGroupFormatter.js +2 -166
  29. package/components/datagrids/formatters/ColumnBooleanFormatter/formatter.js +2 -166
  30. package/components/datagrids/formatters/ColumnColorFormatter/ColumnColorGroupFormatter.js +2 -167
  31. package/components/datagrids/formatters/ColumnColorFormatter/formatter.js +2 -167
  32. package/components/datagrids/formatters/ColumnConcatenatedValuesFormatter/ColumnConcatenatedValuesGroupFormatter.js +2 -166
  33. package/components/datagrids/formatters/ColumnConcatenatedValuesFormatter/formatter.js +2 -166
  34. package/components/datagrids/formatters/ColumnDateFormatter/ColumnDateGroupFormatter.js +2 -166
  35. package/components/datagrids/formatters/ColumnDateFormatter/formatter.js +2 -166
  36. package/components/datagrids/formatters/ColumnImageFormatter/ColumnImageGroupFormatter.js +2 -166
  37. package/components/datagrids/formatters/ColumnImageFormatter/ImageFormatterCell.js +7 -170
  38. package/components/datagrids/formatters/ColumnUncertaintyFormatter/ColumnUncertaintyGroupFormatter.js +2 -166
  39. package/components/datagrids/formatters/ColumnUncertaintyFormatter/formatter.js +2 -166
  40. package/components/datagrids/views/CardsView/hooks/useCardContent/useCardContent.js +36 -216
  41. package/components/datagrids/views/CardsView/subcomponents/CardDetails/CardDetails.js +36 -216
  42. package/components/datagrids/views/CardsView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js +122 -278
  43. package/components/datagrids/views/TableView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js +127 -284
  44. package/components/extended/index.d.ts +1 -0
  45. package/components/extended/index.d.ts.map +1 -1
  46. package/components/extended/rsuite/DateRangePicker/DateRangePicker.d.ts +38 -0
  47. package/components/extended/rsuite/DateRangePicker/DateRangePicker.d.ts.map +1 -0
  48. package/components/extended/rsuite/DateRangePicker/DateRangePicker.js +67 -0
  49. package/components/extended/rsuite/DateRangePicker/DateRangePicker.styles.d.ts +7 -0
  50. package/components/extended/rsuite/DateRangePicker/DateRangePicker.styles.d.ts.map +1 -0
  51. package/components/extended/rsuite/DateRangePicker/DateRangePicker.styles.js +83 -0
  52. package/components/extended/rsuite/DateRangePicker/constants.d.ts +13 -0
  53. package/components/extended/rsuite/DateRangePicker/constants.d.ts.map +1 -0
  54. package/components/extended/rsuite/DateRangePicker/constants.js +10 -0
  55. package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/types.d.ts +12 -0
  56. package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/types.d.ts.map +1 -0
  57. package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/useDateRangePicker.d.ts +10 -0
  58. package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/useDateRangePicker.d.ts.map +1 -0
  59. package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/useDateRangePicker.js +24 -0
  60. package/components/extended/rsuite/DateRangePicker/index.d.ts +3 -0
  61. package/components/extended/rsuite/DateRangePicker/index.d.ts.map +1 -0
  62. package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerEnum.d.ts +5 -0
  63. package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerEnum.d.ts.map +1 -0
  64. package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerEnum.js +4 -0
  65. package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerSlots.d.ts +15 -0
  66. package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerSlots.d.ts.map +1 -0
  67. package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerSlots.js +18 -0
  68. package/components/extended/rsuite/DateRangePicker/slots/index.d.ts +4 -0
  69. package/components/extended/rsuite/DateRangePicker/slots/index.d.ts.map +1 -0
  70. package/components/extended/rsuite/DateRangePicker/types.d.ts +83 -0
  71. package/components/extended/rsuite/DateRangePicker/types.d.ts.map +1 -0
  72. package/components/extended/rsuite/index.d.ts +2 -0
  73. package/components/extended/rsuite/index.d.ts.map +1 -0
  74. package/components/formatters/TagsFormatter/TagsFormatter.js +2 -182
  75. package/components/hook-form/RHFDateRangePicker/RHFDateRangePicker.d.ts +29 -0
  76. package/components/hook-form/RHFDateRangePicker/RHFDateRangePicker.d.ts.map +1 -0
  77. package/components/hook-form/RHFDateRangePicker/RHFDateRangePicker.js +6 -0
  78. package/components/hook-form/RHFDateRangePicker/index.d.ts +3 -0
  79. package/components/hook-form/RHFDateRangePicker/index.d.ts.map +1 -0
  80. package/components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js +3 -2
  81. package/components/hook-form/index.d.ts +1 -0
  82. package/components/hook-form/index.d.ts.map +1 -1
  83. package/hooks/useDataGridPersistence/useDataGridPersistence.d.ts +2 -1
  84. package/hooks/useDataGridPersistence/useDataGridPersistence.d.ts.map +1 -1
  85. package/hooks/useDataGridPersistence/useDataGridPersistence.js +33 -254
  86. package/index.js +333 -327
  87. package/package.json +13 -12
  88. package/components/MFIsolationAppStorybook/subcomponents/MFAuthAppStorybook/MFAuthAppStorybook.d.ts +0 -6
  89. package/components/MFIsolationAppStorybook/subcomponents/MFAuthAppStorybook/MFAuthAppStorybook.d.ts.map +0 -1
  90. package/components/MFIsolationAppStorybook/subcomponents/MFAuthAppStorybook/index.d.ts +0 -2
  91. package/components/MFIsolationAppStorybook/subcomponents/MFAuthAppStorybook/types.d.ts.map +0 -1
  92. package/mockServiceWorker.js +0 -349
  93. /package/components/MFIsolationAppStorybook/subcomponents/{MFAuthAppStorybook → MFAppStorybook}/types.d.ts +0 -0
package/index.js CHANGED
@@ -143,158 +143,161 @@ import { NavLink as Hm } from "./components/extended/mui/NavLink/NavLink.js";
143
143
  import { Dialog as _m } from "./components/extended/mui/Dialog/Dialog.js";
144
144
  import { Divider as Gm } from "./components/extended/mui/Divider/Divider.js";
145
145
  import { DatePicker as km } from "./components/extended/mui/DatePicker/DatePicker.js";
146
- import { BooleanFormatter as Vm } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
147
- import { ChipStatusFormatter as Wm } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
148
- import { DateFormatter as Um, getFormatDate as Ym } from "./components/formatters/DateFormatter/DateFormatter.js";
149
- import { UncertaintyFormatter as Km, getUncertaintyFormat as Jm } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
150
- import { PointsFormatter as Qm, getFormatPoints as Zm } from "./components/formatters/PointsFormatter/PointsFormatter.js";
151
- import { ConcatenatedFormatter as $m, getFormatConcatenated as op } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
152
- import { PeriodFormatter as ep, useFormatPeriod as tp } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
153
- import { PriceFormatter as pp, getFormatPrice as ap } from "./components/formatters/PriceFormatter/PriceFormatter.js";
154
- import { DistanceToNowFormatter as xp } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
155
- import { useDistanceToNowFormatter as ip } from "./components/formatters/DistanceToNowFormatter/hooks/useDistanceToNowFormatter.js";
156
- import { getDistanceToNowFormatterComponentsDictionary as lp } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
157
- import { TagsFormatter as cp } from "./components/formatters/TagsFormatter/TagsFormatter.js";
158
- import { ColorFormatter as Fp } from "./components/formatters/ColorFormatter/ColorFormatter.js";
159
- import { ImageFormatter as gp } from "./components/formatters/ImageFormatter/ImageFormatter.js";
160
- import { getFormattersComponentsDictionary as Sp } from "./components/formatters/dictionary.js";
161
- import { FormContainer as Pp } from "./components/FormContainer/FormContainer.js";
162
- import { GridLayout as Ap } from "./components/GridLayout/GridLayout.js";
163
- import { Responsive as Rp } from "./components/GridLayout/subcomponents/Responsive/index.js";
164
- import { addLayoutItemToBreakPointIfNoExists as Bp, addLayoutItemToBreakPoints as Lp, cloneLayouts as Ep } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
165
- import { isEqualLayout as Hp, isEqualLayouts as Mp } from "./components/GridLayout/utils.js";
166
- import { withSizeProvider as vp } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
167
- import { HelmetPage as bp } from "./components/HelmetPage/index.js";
168
- import { HelperError as hp } from "./components/HelperError/HelperError.js";
169
- import { RHFAutocomplete as wp } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
170
- import { RHFColorPicker as zp } from "./components/hook-form/RHFColorPicker/RFHColorPicker.js";
171
- import { getRHFAutocompleteComponentsDictionary as Yp } from "./components/hook-form/RHFAutocomplete/dictionary.js";
172
- import { RHFAutocompleteAsync as Kp } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
173
- import { getRHFAutocompleteAsyncComponentsDictionary as qp } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
174
- import { RHFCheckbox as Zp } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
175
- import { RHFCheckableList as $p } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
176
- import { RHFDateTime as ra } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
177
- import { RHFDateTimePicker as ta } from "./components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js";
178
- import { RHFDatePicker as pa } from "./components/hook-form/RHFDatePicker/RHFDatePicker.js";
179
- import { RHFDaysOfWeekPicker as na } from "./components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js";
180
- import { RHFDaysOfMonthPicker as fa } from "./components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js";
181
- import { RHFMultiCheckbox as sa } from "./components/hook-form/RHFMultiCheckbox/index.js";
182
- import { RHFSelect as ua } from "./components/hook-form/RHFSelect/RHFSelect.js";
183
- import { RHFHelperError as Ca } from "./components/hook-form/RHFHelperError/index.js";
184
- import { RHFTextField as da } from "./components/hook-form/RHFTextField/RHFTextField.js";
185
- import { RHFTextFieldPassword as Da } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
186
- import { rhfPeriodStyles as ya } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
187
- import { RHFPeriod as Ta } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
188
- import { RHF_PERIOD_KEY_COMPONENT as Ia } from "./components/hook-form/RHFPeriod/constants.js";
189
- import { RHFPeriodSlots as Na } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
190
- import { NumberInputStyled as La, PeriodRootStyled as Ea, RHFPeriodRootStyled as Oa, SelectStyled as Ha } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
191
- import { getPeriodComponetsDictionary as _a } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
192
- import { RHFRadioGroup as Ga } from "./components/hook-form/RHFRadioGroup/RHFRadioGroup.js";
193
- import { RHFNumberInput as ka } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
194
- import { RHFUploadSingleFile as Va } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js";
195
- import { RHFUploadImage as Wa } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
196
- import { FormProviderCustom as Ua, RHFormProvider as Ya, useCustomForm as ja } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
197
- import { VALIDATION_OBJECT_BRAND as Ja, VALIDATION_PARTIAL_OBJECT_BRAND as qa, VALIDATION_SCHEMA_BRAND as Qa } from "./components/hook-form/RHFormProvider/types.js";
198
- import { createEmptyValidationSchema as Xa, createValidationFullObject as $a, createValidationPartialObject as on, createValidationSchema as rn } from "./components/hook-form/RHFormProvider/schema.js";
199
- import { RHFActionsGroup as tn } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
200
- import { Icon as pn } from "./components/Icon/Icon.js";
201
- import { Image as nn } from "./components/Image/Image.js";
202
- import { Label as fn } from "./components/Label/Label.js";
203
- import { LanguagePopover as ln } from "./components/LanguagePopover/LanguagePopover.js";
204
- import { LinearProgressIndeterminate as cn } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
205
- import { Loadable as Fn } from "./components/Loadable/index.js";
206
- import { LoadingError as gn } from "./components/LoadingError/LoadingError.js";
207
- import { getLoadingErrorComponentsDictionary as Sn } from "./components/LoadingError/dictionary.js";
208
- import { MemonizedMenuActions as Pn, MenuActions as Tn } from "./components/MenuActions/MenuActions.js";
209
- import { getMenuActionsComponentsDictionary as In } from "./components/MenuActions/dictionary.js";
210
- import { MFIsolationApp as Nn } from "./components/MFIsolationApp/MFIsolationApp.js";
211
- import { MFIsolationAppStorybook as Ln } from "./components/MFIsolationAppStorybook/MFIsolationAppStorybook.js";
212
- import { MFLoader as On } from "./components/MFLoader/MFLoader.js";
213
- import { getMFLoaderComponentsDictionary as Mn } from "./components/MFLoader/dictionary.js";
214
- import { ImageText as vn } from "./components/ImageText/ImageText.js";
215
- import { NoItemSelected as bn } from "./components/NoItemSelected/NoItemSelected.js";
216
- import { getNoItemSelectedComponentsDictionary as hn } from "./components/NoItemSelected/dictionary.js";
217
- import { NoItemPrivileges as wn } from "./components/NoItemPrivileges/NoItemPrivileges.js";
218
- import { getNoItemPrivilegesComponentsDictionary as zn } from "./components/NoItemPrivileges/dictionary.js";
219
- import { ObjectLogs as Yn } from "./components/ObjectLogs/ObjectLogs.js";
220
- import { getObjectLogsComponentsDictionary as Kn } from "./components/ObjectLogs/dictionary.js";
221
- import { PaperForm as qn } from "./components/PaperForm/PaperForm.js";
222
- import { PDFViewer as Zn } from "./components/PDFViewer/PDFViewer.js";
223
- import { PopupsContext as $n, PopupsProvider as ox } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
224
- import { usePopupsStore as ex } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
225
- import { PopupsViewer as mx } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
226
- import { PrintingSystem as ax } from "./components/PrintingSystem/PrintingSystem.js";
227
- import { PropertyValue as xx } from "./components/PropertyValue/PropertyValue.js";
228
- import { ScrollBar as ix } from "./components/ScrollBar/ScrollBar.js";
229
- import { SideBar as lx } from "./components/SideBar/SideBar.js";
230
- import { ToastContainer as cx } from "./components/ToastContainer/ToastContainer.js";
231
- import { default as Fx } from "./components/ToastContainer/helpers/toaster.js";
232
- import { ToastMessage as gx } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
233
- import { TabsNavigator as Sx } from "./components/TabsNavigator/TabsNavigator.js";
234
- import { getTabsNavigatorComponentsDictionary as Px } from "./components/TabsNavigator/dictionary.js";
235
- import { WindowBase as Ax } from "./components/WindowBase/WindowBase.js";
236
- import { useWindowToolsMF as Rx } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
237
- import { useDynamicMFParameters as Bx, useDynamicMFParametersStore as Lx } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
238
- import { MemonizedWindowToolsMFContext as Ox, WindowToolsMFContext as Hx, WindowToolsMFProvider as Mx } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
239
- import { DynamicMFParmsContext as vx, DynamicMFParmsProvider as Gx, MemonizedDynamicMFParmsProvider as bx } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
240
- import { createDynamicMFStore as hx } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
241
- import { WindowConfirm as wx } from "./components/WindowConfirm/WindowConfirm.js";
242
- import { ModalDialog as zx } from "./components/ModalDialog/ModalDialog.js";
243
- import { getModalDialogComponentsDictionary as Yx, getModalDictionary as jx } from "./components/ModalDialog/dictionary.js";
244
- import { SettingsLayout as Jx } from "./components/SettingsLayout/SettingsLayout.js";
245
- import { Pager as Qx } from "./components/Pager/Pager.js";
246
- import { useStepper as Xx } from "./components/Stepper/hooks/useStepper/index.js";
247
- import { Stepper as of } from "./components/Stepper/Stepper.js";
248
- import { StepperContent as ef } from "./components/Stepper/subcomponents/StepperContent/index.js";
249
- import { Step as mf } from "./components/Stepper/subcomponents/StepperContent/subcomponents/Step/index.js";
250
- import { StepperFooter as af } from "./components/Stepper/subcomponents/StepperFooter/index.js";
251
- import { StepperFooterLeftActions as xf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js";
252
- import { StepperFooterRightActions as sf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js";
253
- import { StepperNextButton as uf } from "./components/Stepper/subcomponents/StepperButtons/StepperNextButton/index.js";
254
- import { StepperPrevButton as Cf } from "./components/Stepper/subcomponents/StepperButtons/StepperPrevButton/index.js";
255
- import { StepperCancelButton as df } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
256
- import { StepperSubmitButton as Df } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
257
- import { evaluateVisibilityStepCondition as yf } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
258
- import { getStepsAndValidationSchema as Tf } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
259
- import { getStepperComponentsDictionary as If } from "./components/Stepper/dictionary.js";
260
- import { ModalContext as Nf, ModalProvider as Bf } from "./contexts/ModalContext/index.js";
261
- import { AppearanceComponentProvider as Ef } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
262
- import { useAppearanceComponentStore as Hf } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
146
+ import { DateRangePicker as Vm } from "./components/extended/rsuite/DateRangePicker/DateRangePicker.js";
147
+ import { BooleanFormatter as Wm } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
148
+ import { ChipStatusFormatter as Um } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
149
+ import { DateFormatter as jm, getFormatDate as Km } from "./components/formatters/DateFormatter/DateFormatter.js";
150
+ import { UncertaintyFormatter as qm, getUncertaintyFormat as Qm } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
151
+ import { PointsFormatter as Xm, getFormatPoints as $m } from "./components/formatters/PointsFormatter/PointsFormatter.js";
152
+ import { ConcatenatedFormatter as rp, getFormatConcatenated as ep } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
153
+ import { PeriodFormatter as mp, useFormatPeriod as pp } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
154
+ import { PriceFormatter as np, getFormatPrice as xp } from "./components/formatters/PriceFormatter/PriceFormatter.js";
155
+ import { DistanceToNowFormatter as ip } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
156
+ import { useDistanceToNowFormatter as lp } from "./components/formatters/DistanceToNowFormatter/hooks/useDistanceToNowFormatter.js";
157
+ import { getDistanceToNowFormatterComponentsDictionary as cp } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
158
+ import { TagsFormatter as Fp } from "./components/formatters/TagsFormatter/TagsFormatter.js";
159
+ import { ColorFormatter as gp } from "./components/formatters/ColorFormatter/ColorFormatter.js";
160
+ import { ImageFormatter as Sp } from "./components/formatters/ImageFormatter/ImageFormatter.js";
161
+ import { getFormattersComponentsDictionary as Pp } from "./components/formatters/dictionary.js";
162
+ import { FormContainer as Ap } from "./components/FormContainer/FormContainer.js";
163
+ import { GridLayout as Rp } from "./components/GridLayout/GridLayout.js";
164
+ import { Responsive as Bp } from "./components/GridLayout/subcomponents/Responsive/index.js";
165
+ import { addLayoutItemToBreakPointIfNoExists as Ep, addLayoutItemToBreakPoints as Op, cloneLayouts as Hp } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
166
+ import { isEqualLayout as _p, isEqualLayouts as vp } from "./components/GridLayout/utils.js";
167
+ import { withSizeProvider as bp } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
168
+ import { HelmetPage as hp } from "./components/HelmetPage/index.js";
169
+ import { HelperError as wp } from "./components/HelperError/HelperError.js";
170
+ import { RHFAutocomplete as zp } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
171
+ import { RHFColorPicker as Yp } from "./components/hook-form/RHFColorPicker/RFHColorPicker.js";
172
+ import { getRHFAutocompleteComponentsDictionary as Kp } from "./components/hook-form/RHFAutocomplete/dictionary.js";
173
+ import { RHFAutocompleteAsync as qp } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
174
+ import { getRHFAutocompleteAsyncComponentsDictionary as Zp } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
175
+ import { RHFCheckbox as $p } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
176
+ import { RHFCheckableList as ra } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
177
+ import { RHFDateTime as ta } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
178
+ import { RHFDateTimePicker as pa } from "./components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js";
179
+ import { RHFDatePicker as na } from "./components/hook-form/RHFDatePicker/RHFDatePicker.js";
180
+ import { RHFDaysOfWeekPicker as fa } from "./components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js";
181
+ import { RHFDaysOfMonthPicker as sa } from "./components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js";
182
+ import { RHFMultiCheckbox as ua } from "./components/hook-form/RHFMultiCheckbox/index.js";
183
+ import { RHFSelect as Ca } from "./components/hook-form/RHFSelect/RHFSelect.js";
184
+ import { RHFHelperError as da } from "./components/hook-form/RHFHelperError/index.js";
185
+ import { RHFTextField as Da } from "./components/hook-form/RHFTextField/RHFTextField.js";
186
+ import { RHFTextFieldPassword as ya } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
187
+ import { rhfPeriodStyles as Ta } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
188
+ import { RHFPeriod as Ia } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
189
+ import { RHF_PERIOD_KEY_COMPONENT as Na } from "./components/hook-form/RHFPeriod/constants.js";
190
+ import { RHFPeriodSlots as La } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
191
+ import { NumberInputStyled as Oa, PeriodRootStyled as Ha, RHFPeriodRootStyled as Ma, SelectStyled as _a } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
192
+ import { getPeriodComponetsDictionary as Ga } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
193
+ import { RHFRadioGroup as ka } from "./components/hook-form/RHFRadioGroup/RHFRadioGroup.js";
194
+ import { RHFNumberInput as Va } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
195
+ import { RHFUploadSingleFile as Wa } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js";
196
+ import { RHFUploadImage as Ua } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
197
+ import { FormProviderCustom as ja, RHFormProvider as Ka, useCustomForm as Ja } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
198
+ import { VALIDATION_OBJECT_BRAND as Qa, VALIDATION_PARTIAL_OBJECT_BRAND as Za, VALIDATION_SCHEMA_BRAND as Xa } from "./components/hook-form/RHFormProvider/types.js";
199
+ import { createEmptyValidationSchema as on, createValidationFullObject as rn, createValidationPartialObject as en, createValidationSchema as tn } from "./components/hook-form/RHFormProvider/schema.js";
200
+ import { RHFActionsGroup as pn } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
201
+ import { RHFDateRangePicker as nn } from "./components/hook-form/RHFDateRangePicker/RHFDateRangePicker.js";
202
+ import { Icon as fn } from "./components/Icon/Icon.js";
203
+ import { Image as ln } from "./components/Image/Image.js";
204
+ import { Label as cn } from "./components/Label/Label.js";
205
+ import { LanguagePopover as Fn } from "./components/LanguagePopover/LanguagePopover.js";
206
+ import { LinearProgressIndeterminate as gn } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
207
+ import { Loadable as Sn } from "./components/Loadable/index.js";
208
+ import { LoadingError as Pn } from "./components/LoadingError/LoadingError.js";
209
+ import { getLoadingErrorComponentsDictionary as An } from "./components/LoadingError/dictionary.js";
210
+ import { MemonizedMenuActions as Rn, MenuActions as Nn } from "./components/MenuActions/MenuActions.js";
211
+ import { getMenuActionsComponentsDictionary as Ln } from "./components/MenuActions/dictionary.js";
212
+ import { MFIsolationApp as On } from "./components/MFIsolationApp/MFIsolationApp.js";
213
+ import { MFIsolationAppStorybook as Mn } from "./components/MFIsolationAppStorybook/MFIsolationAppStorybook.js";
214
+ import { MFAppStorybook as vn } from "./components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/MFAppStorybook.js";
215
+ import { MFLoader as bn } from "./components/MFLoader/MFLoader.js";
216
+ import { getMFLoaderComponentsDictionary as hn } from "./components/MFLoader/dictionary.js";
217
+ import { ImageText as wn } from "./components/ImageText/ImageText.js";
218
+ import { NoItemSelected as zn } from "./components/NoItemSelected/NoItemSelected.js";
219
+ import { getNoItemSelectedComponentsDictionary as Yn } from "./components/NoItemSelected/dictionary.js";
220
+ import { NoItemPrivileges as Kn } from "./components/NoItemPrivileges/NoItemPrivileges.js";
221
+ import { getNoItemPrivilegesComponentsDictionary as qn } from "./components/NoItemPrivileges/dictionary.js";
222
+ import { ObjectLogs as Zn } from "./components/ObjectLogs/ObjectLogs.js";
223
+ import { getObjectLogsComponentsDictionary as $n } from "./components/ObjectLogs/dictionary.js";
224
+ import { PaperForm as rx } from "./components/PaperForm/PaperForm.js";
225
+ import { PDFViewer as tx } from "./components/PDFViewer/PDFViewer.js";
226
+ import { PopupsContext as px, PopupsProvider as ax } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
227
+ import { usePopupsStore as xx } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
228
+ import { PopupsViewer as ix } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
229
+ import { PrintingSystem as lx } from "./components/PrintingSystem/PrintingSystem.js";
230
+ import { PropertyValue as cx } from "./components/PropertyValue/PropertyValue.js";
231
+ import { ScrollBar as Fx } from "./components/ScrollBar/ScrollBar.js";
232
+ import { SideBar as gx } from "./components/SideBar/SideBar.js";
233
+ import { ToastContainer as Sx } from "./components/ToastContainer/ToastContainer.js";
234
+ import { default as Px } from "./components/ToastContainer/helpers/toaster.js";
235
+ import { ToastMessage as Ax } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
236
+ import { TabsNavigator as Rx } from "./components/TabsNavigator/TabsNavigator.js";
237
+ import { getTabsNavigatorComponentsDictionary as Bx } from "./components/TabsNavigator/dictionary.js";
238
+ import { WindowBase as Ex } from "./components/WindowBase/WindowBase.js";
239
+ import { useWindowToolsMF as Hx } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
240
+ import { useDynamicMFParameters as _x, useDynamicMFParametersStore as vx } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
241
+ import { MemonizedWindowToolsMFContext as bx, WindowToolsMFContext as kx, WindowToolsMFProvider as hx } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
242
+ import { DynamicMFParmsContext as wx, DynamicMFParmsProvider as Wx, MemonizedDynamicMFParmsProvider as zx } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
243
+ import { createDynamicMFStore as Yx } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
244
+ import { WindowConfirm as Kx } from "./components/WindowConfirm/WindowConfirm.js";
245
+ import { ModalDialog as qx } from "./components/ModalDialog/ModalDialog.js";
246
+ import { getModalDialogComponentsDictionary as Zx, getModalDictionary as Xx } from "./components/ModalDialog/dictionary.js";
247
+ import { SettingsLayout as of } from "./components/SettingsLayout/SettingsLayout.js";
248
+ import { Pager as ef } from "./components/Pager/Pager.js";
249
+ import { useStepper as mf } from "./components/Stepper/hooks/useStepper/index.js";
250
+ import { Stepper as af } from "./components/Stepper/Stepper.js";
251
+ import { StepperContent as xf } from "./components/Stepper/subcomponents/StepperContent/index.js";
252
+ import { Step as sf } from "./components/Stepper/subcomponents/StepperContent/subcomponents/Step/index.js";
253
+ import { StepperFooter as uf } from "./components/Stepper/subcomponents/StepperFooter/index.js";
254
+ import { StepperFooterLeftActions as Cf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js";
255
+ import { StepperFooterRightActions as df } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js";
256
+ import { StepperNextButton as Df } from "./components/Stepper/subcomponents/StepperButtons/StepperNextButton/index.js";
257
+ import { StepperPrevButton as yf } from "./components/Stepper/subcomponents/StepperButtons/StepperPrevButton/index.js";
258
+ import { StepperCancelButton as Tf } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
259
+ import { StepperSubmitButton as If } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
260
+ import { evaluateVisibilityStepCondition as Nf } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
261
+ import { getStepsAndValidationSchema as Lf } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
262
+ import { getStepperComponentsDictionary as Of } from "./components/Stepper/dictionary.js";
263
+ import { ModalContext as Mf, ModalProvider as _f } from "./contexts/ModalContext/index.js";
264
+ import { AppearanceComponentProvider as Gf } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
265
+ import { useAppearanceComponentStore as kf } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
263
266
  import "zustand";
264
267
  import "zustand/middleware";
265
268
  import "zustand/middleware/immer";
266
269
  import "@m4l/styles";
267
- import { getFormComponentsDictionary as _f } from "./components/hook-form/RHFormProvider/dictionary.js";
268
- import { useFormAddEdit as Gf } from "./hooks/useFormAddEdit/useFormAddEdit.js";
269
- import { useModal as kf } from "./hooks/useModal/index.js";
270
- import { useTab as Vf } from "./hooks/useTab/index.js";
271
- import { getformAddEditDictionary as Wf } from "./hooks/useFormAddEdit/dictionary.js";
272
- import { useFormFocus as Uf } from "./hooks/useFormFocus/index.js";
273
- import { useInterval as jf } from "./hooks/useInterval/index.js";
274
- import { useComponentSize as Jf } from "./hooks/useComponentSize/useComponentSize.js";
275
- import { useSvgColor as Qf } from "./hooks/useSvgColor/useSvgColor.js";
276
- import { SKELETON_SVG_ICON as Xf } from "./hooks/useSvgColor/constants.js";
277
- import { useFormReadyForUpdate as oi } from "./hooks/useFormReadyForUpdate/index.js";
278
- import { useStateRef as ei } from "./hooks/useStateRef/index.js";
279
- import { useDynamicFilterAndSort as mi } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
280
- import { useDataGridPersistence as ai } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
281
- import { usePopoverContainer as xi } from "./hooks/usePopoverContainer/usePopoverContainer.js";
282
- import { POPOVER_CONTAINER_ID as ii } from "./hooks/usePopoverContainer/constants.js";
283
- import { useIsVisible as li } from "./hooks/useIsVisible/useIsVisible.js";
284
- import { useSizeContainer as ci } from "./hooks/useSizeContainer/index.js";
285
- import { useWatchTyped as Fi } from "./hooks/useWatchTyped/useTypedWatch.js";
286
- import { capitalizeFirstLetter as gi } from "./utils/capitalizeFirstLetter.js";
287
- import { isValidDate as Si } from "./utils/isValidDate.js";
288
- import { getComponentUtilityClass as Pi } from "./utils/getComponentUtilityClass.js";
289
- import { getPaletteColor as Ai } from "./utils/getPaletteColor.js";
290
- import { ObjectQueue as Ri } from "./utils/ObjectQueue.js";
291
- import { getComponentClasses as Bi, getComponentSlotRoot as Li } from "./utils/getComponentSlotRoot.js";
292
- import { getIconColor as Oi } from "./utils/getIconColor.js";
293
- import { getHeightSizeStyles as Mi, getSizeStyles as _i } from "./utils/getSizeStyles/getSizeStyles.js";
294
- import { formatDistanceToNow as Gi } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
295
- import { getValidDate as ki } from "./utils/getValidDate.js";
296
- import { getNullGuard as Vi } from "./utils/getNullGuard.js";
297
- import { createCustomDeepShallow as Wi, deepShallow as zi } from "./utils/deepShallow.js";
270
+ import { getFormComponentsDictionary as Vf } from "./components/hook-form/RHFormProvider/dictionary.js";
271
+ import { useFormAddEdit as Wf } from "./hooks/useFormAddEdit/useFormAddEdit.js";
272
+ import { useModal as Uf } from "./hooks/useModal/index.js";
273
+ import { useTab as jf } from "./hooks/useTab/index.js";
274
+ import { getformAddEditDictionary as Jf } from "./hooks/useFormAddEdit/dictionary.js";
275
+ import { useFormFocus as Qf } from "./hooks/useFormFocus/index.js";
276
+ import { useInterval as Xf } from "./hooks/useInterval/index.js";
277
+ import { useComponentSize as oi } from "./hooks/useComponentSize/useComponentSize.js";
278
+ import { useSvgColor as ei } from "./hooks/useSvgColor/useSvgColor.js";
279
+ import { SKELETON_SVG_ICON as mi } from "./hooks/useSvgColor/constants.js";
280
+ import { useFormReadyForUpdate as ai } from "./hooks/useFormReadyForUpdate/index.js";
281
+ import { useStateRef as xi } from "./hooks/useStateRef/index.js";
282
+ import { useDynamicFilterAndSort as ii } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
283
+ import { useDataGridPersistence as li } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
284
+ import { usePopoverContainer as ci } from "./hooks/usePopoverContainer/usePopoverContainer.js";
285
+ import { POPOVER_CONTAINER_ID as Fi } from "./hooks/usePopoverContainer/constants.js";
286
+ import { useIsVisible as gi } from "./hooks/useIsVisible/useIsVisible.js";
287
+ import { useSizeContainer as Si } from "./hooks/useSizeContainer/index.js";
288
+ import { useWatchTyped as Pi } from "./hooks/useWatchTyped/useTypedWatch.js";
289
+ import { capitalizeFirstLetter as Ai } from "./utils/capitalizeFirstLetter.js";
290
+ import { isValidDate as Ri } from "./utils/isValidDate.js";
291
+ import { getComponentUtilityClass as Bi } from "./utils/getComponentUtilityClass.js";
292
+ import { getPaletteColor as Ei } from "./utils/getPaletteColor.js";
293
+ import { ObjectQueue as Hi } from "./utils/ObjectQueue.js";
294
+ import { getComponentClasses as _i, getComponentSlotRoot as vi } from "./utils/getComponentSlotRoot.js";
295
+ import { getIconColor as bi } from "./utils/getIconColor.js";
296
+ import { getHeightSizeStyles as hi, getSizeStyles as Vi } from "./utils/getSizeStyles/getSizeStyles.js";
297
+ import { formatDistanceToNow as Wi } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
298
+ import { getValidDate as Ui } from "./utils/getValidDate.js";
299
+ import { getNullGuard as ji } from "./utils/getNullGuard.js";
300
+ import { createCustomDeepShallow as Ji, deepShallow as qi } from "./utils/deepShallow.js";
298
301
  export {
299
302
  K as AREAS_DICCTIONARY,
300
303
  J as AREAS_DICTIONARY_ID,
@@ -310,7 +313,7 @@ export {
310
313
  H as AnimatedScroll,
311
314
  _ as AppBar,
312
315
  fo as AppBarComercial,
313
- Ef as AppearanceComponentProvider,
316
+ Gf as AppearanceComponentProvider,
314
317
  k as AreasAdmin,
315
318
  W as AreasContext,
316
319
  z as AreasProvider,
@@ -318,7 +321,7 @@ export {
318
321
  gt as Avatar,
319
322
  _t as Badge,
320
323
  $ as BaseModule,
321
- Vm as BooleanFormatter,
324
+ Wm as BooleanFormatter,
322
325
  St as BoxIcon,
323
326
  Pt as Breadcrumbs,
324
327
  At as Button,
@@ -326,9 +329,9 @@ export {
326
329
  Rt as CheckBox,
327
330
  to as CheckableList,
328
331
  no as Chip,
329
- Wm as ChipStatusFormatter,
332
+ Um as ChipStatusFormatter,
330
333
  Et as CircularProgress,
331
- Fp as ColorFormatter,
334
+ gp as ColorFormatter,
332
335
  Vo as ColumnBooleanFormatter,
333
336
  Wo as ColumnBooleanGroupFormatter,
334
337
  Wr as ColumnChipStatusFormatter,
@@ -355,134 +358,137 @@ export {
355
358
  Qr as ColumnTagsGroupFormatter,
356
359
  Gr as ColumnUncertaintyFormatter,
357
360
  kr as ColumnUncertaintyGroupFormatter,
358
- $m as ConcatenatedFormatter,
361
+ rp as ConcatenatedFormatter,
359
362
  _o as ContainerFlow,
360
363
  De as DATAGRID_ROW_HEADER_HEIGHTS,
361
364
  Se as DATAGRID_ROW_HEIGHTS,
362
365
  ye as DATAGRID_SEMANTIC_WIDTHS,
363
366
  Eo as DICTIONARY,
364
367
  Go as DataGrid,
365
- Um as DateFormatter,
368
+ jm as DateFormatter,
366
369
  km as DatePicker,
370
+ Vm as DateRangePicker,
367
371
  Me as DaysOfMonthPicker,
368
372
  Te as DaysOfWeekPicker,
369
373
  _m as Dialog,
370
- xp as DistanceToNowFormatter,
374
+ ip as DistanceToNowFormatter,
371
375
  Gm as Divider,
372
376
  Ne as DragResizeWindowRND,
373
377
  be as DynamicFilter,
374
- vx as DynamicMFParmsContext,
375
- Gx as DynamicMFParmsProvider,
378
+ wx as DynamicMFParmsContext,
379
+ Wx as DynamicMFParmsProvider,
376
380
  je as DynamicSort,
377
381
  at as FixedSizeList,
378
- Pp as FormContainer,
379
- Ua as FormProviderCustom,
380
- Ap as GridLayout,
382
+ Ap as FormContainer,
383
+ ja as FormProviderCustom,
384
+ Rp as GridLayout,
381
385
  so as HamburgerMenu,
382
- bp as HelmetPage,
383
- hp as HelperError,
384
- pn as Icon,
386
+ hp as HelmetPage,
387
+ wp as HelperError,
388
+ fn as Icon,
385
389
  Ft as IconButton,
386
390
  A as IconButtonAnimate,
387
- nn as Image,
391
+ ln as Image,
388
392
  Gt as ImageButton,
389
- gp as ImageFormatter,
390
- vn as ImageText,
393
+ Sp as ImageFormatter,
394
+ wn as ImageText,
391
395
  q as LABEL_FILTER_BUTTON,
392
- fn as Label,
393
- ln as LanguagePopover,
396
+ cn as Label,
397
+ Fn as LanguagePopover,
394
398
  kt as LinearProgress,
395
- cn as LinearProgressIndeterminate,
399
+ gn as LinearProgressIndeterminate,
396
400
  Vt as LinkWithRoute,
397
- Fn as Loadable,
401
+ Sn as Loadable,
398
402
  Wt as LoadingButton,
399
- gn as LoadingError,
403
+ Pn as LoadingError,
400
404
  E as LoadingScreen,
401
- Nn as MFIsolationApp,
402
- Ln as MFIsolationAppStorybook,
403
- On as MFLoader,
404
- bx as MemonizedDynamicMFParmsProvider,
405
- Pn as MemonizedMenuActions,
406
- Ox as MemonizedWindowToolsMFContext,
407
- Tn as MenuActions,
408
- Nf as ModalContext,
409
- zx as ModalDialog,
410
- Bf as ModalProvider,
405
+ vn as MFAppStorybook,
406
+ On as MFIsolationApp,
407
+ Mn as MFIsolationAppStorybook,
408
+ bn as MFLoader,
409
+ zx as MemonizedDynamicMFParmsProvider,
410
+ Rn as MemonizedMenuActions,
411
+ bx as MemonizedWindowToolsMFContext,
412
+ Nn as MenuActions,
413
+ Mf as ModalContext,
414
+ qx as ModalDialog,
415
+ _f as ModalProvider,
411
416
  R as MotionContainer,
412
417
  B as MotionLazyContainer,
413
418
  Hm as NavLink,
414
- wn as NoItemPrivileges,
415
- bn as NoItemSelected,
419
+ Kn as NoItemPrivileges,
420
+ zn as NoItemSelected,
416
421
  ce as NumberEditor,
417
- La as NumberInputStyled,
418
- Yn as ObjectLogs,
419
- Ri as ObjectQueue,
420
- Zn as PDFViewer,
421
- ii as POPOVER_CONTAINER_ID,
422
- Qx as Pager,
423
- qn as PaperForm,
424
- ep as PeriodFormatter,
425
- Ea as PeriodRootStyled,
426
- Qm as PointsFormatter,
422
+ Oa as NumberInputStyled,
423
+ Zn as ObjectLogs,
424
+ Hi as ObjectQueue,
425
+ tx as PDFViewer,
426
+ Fi as POPOVER_CONTAINER_ID,
427
+ ef as Pager,
428
+ rx as PaperForm,
429
+ mp as PeriodFormatter,
430
+ Ha as PeriodRootStyled,
431
+ Xm as PointsFormatter,
427
432
  Ut as Popover,
428
- $n as PopupsContext,
429
- ox as PopupsProvider,
430
- mx as PopupsViewer,
431
- pp as PriceFormatter,
432
- ax as PrintingSystem,
433
+ px as PopupsContext,
434
+ ax as PopupsProvider,
435
+ ix as PopupsViewer,
436
+ np as PriceFormatter,
437
+ lx as PrintingSystem,
433
438
  mt as PropagateLoaderSpinner,
434
- xx as PropertyValue,
435
- tn as RHFActionsGroup,
436
- wp as RHFAutocomplete,
437
- Kp as RHFAutocompleteAsync,
438
- $p as RHFCheckableList,
439
- Zp as RHFCheckbox,
440
- zp as RHFColorPicker,
441
- pa as RHFDatePicker,
442
- ra as RHFDateTime,
443
- ta as RHFDateTimePicker,
444
- fa as RHFDaysOfMonthPicker,
445
- na as RHFDaysOfWeekPicker,
446
- Ca as RHFHelperError,
447
- sa as RHFMultiCheckbox,
448
- ka as RHFNumberInput,
449
- Ta as RHFPeriod,
450
- Oa as RHFPeriodRootStyled,
451
- Na as RHFPeriodSlots,
452
- Ga as RHFRadioGroup,
453
- ua as RHFSelect,
454
- da as RHFTextField,
455
- Da as RHFTextFieldPassword,
456
- Wa as RHFUploadImage,
457
- Va as RHFUploadSingleFile,
458
- Ia as RHF_PERIOD_KEY_COMPONENT,
459
- Ya as RHFormProvider,
439
+ cx as PropertyValue,
440
+ pn as RHFActionsGroup,
441
+ zp as RHFAutocomplete,
442
+ qp as RHFAutocompleteAsync,
443
+ ra as RHFCheckableList,
444
+ $p as RHFCheckbox,
445
+ Yp as RHFColorPicker,
446
+ na as RHFDatePicker,
447
+ nn as RHFDateRangePicker,
448
+ ta as RHFDateTime,
449
+ pa as RHFDateTimePicker,
450
+ sa as RHFDaysOfMonthPicker,
451
+ fa as RHFDaysOfWeekPicker,
452
+ da as RHFHelperError,
453
+ ua as RHFMultiCheckbox,
454
+ Va as RHFNumberInput,
455
+ Ia as RHFPeriod,
456
+ Ma as RHFPeriodRootStyled,
457
+ La as RHFPeriodSlots,
458
+ ka as RHFRadioGroup,
459
+ Ca as RHFSelect,
460
+ Da as RHFTextField,
461
+ ya as RHFTextFieldPassword,
462
+ Ua as RHFUploadImage,
463
+ Wa as RHFUploadSingleFile,
464
+ Na as RHF_PERIOD_KEY_COMPONENT,
465
+ Ka as RHFormProvider,
460
466
  Bt as Radio,
461
467
  it as ReactJsonViewer,
462
468
  Xe as Resizable,
463
469
  ot as ResizableBox,
464
- Rp as Responsive,
465
- Xf as SKELETON_SVG_ICON,
466
- ix as ScrollBar,
470
+ Bp as Responsive,
471
+ mi as SKELETON_SVG_ICON,
472
+ Fx as ScrollBar,
467
473
  Co as SectionCommercial,
468
474
  jt as Select,
469
- Ha as SelectStyled,
470
- Jx as SettingsLayout,
471
- lx as SideBar,
475
+ _a as SelectStyled,
476
+ of as SettingsLayout,
477
+ gx as SideBar,
472
478
  Jt as Skeleton,
473
479
  Je as SortCompareValues,
474
480
  et as SplitLayout,
475
481
  Qt as Stack,
476
- mf as Step,
477
- of as Stepper,
478
- df as StepperCancelButton,
479
- ef as StepperContent,
480
- af as StepperFooter,
481
- xf as StepperFooterLeftActions,
482
- sf as StepperFooterRightActions,
483
- uf as StepperNextButton,
484
- Cf as StepperPrevButton,
485
- Df as StepperSubmitButton,
482
+ sf as Step,
483
+ af as Stepper,
484
+ Tf as StepperCancelButton,
485
+ xf as StepperContent,
486
+ uf as StepperFooter,
487
+ Cf as StepperFooterLeftActions,
488
+ df as StepperFooterRightActions,
489
+ Df as StepperNextButton,
490
+ yf as StepperPrevButton,
491
+ If as StepperSubmitButton,
486
492
  Cm as TOGGLE_BUTTON_KEY_COMPONENT,
487
493
  Im as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
488
494
  Rm as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
@@ -491,11 +497,11 @@ export {
491
497
  mm as TabContext,
492
498
  pm as TabProvider,
493
499
  om as Tabs,
494
- Sx as TabsNavigator,
495
- cp as TagsFormatter,
500
+ Rx as TabsNavigator,
501
+ Fp as TagsFormatter,
496
502
  Ce as TextEditor,
497
- cx as ToastContainer,
498
- gx as ToastMessage,
503
+ Sx as ToastContainer,
504
+ Ax as ToastMessage,
499
505
  um as ToggleButton,
500
506
  Dm as ToggleButtonRootStyled,
501
507
  dm as ToggleButtonSlots,
@@ -506,88 +512,88 @@ export {
506
512
  uo as TopBar,
507
513
  ko as TreeDataGrid,
508
514
  fm as Typography,
509
- Km as UncertaintyFormatter,
510
- Ja as VALIDATION_OBJECT_BRAND,
511
- qa as VALIDATION_PARTIAL_OBJECT_BRAND,
512
- Qa as VALIDATION_SCHEMA_BRAND,
515
+ qm as UncertaintyFormatter,
516
+ Qa as VALIDATION_OBJECT_BRAND,
517
+ Za as VALIDATION_PARTIAL_OBJECT_BRAND,
518
+ Xa as VALIDATION_SCHEMA_BRAND,
513
519
  xt as VariableSizeList,
514
520
  Oe as WINDOW_SIZES,
515
- Ax as WindowBase,
516
- wx as WindowConfirm,
517
- Hx as WindowToolsMFContext,
518
- Mx as WindowToolsMFProvider,
519
- Bp as addLayoutItemToBreakPointIfNoExists,
520
- Lp as addLayoutItemToBreakPoints,
521
- gi as capitalizeFirstLetter,
522
- Ep as cloneLayouts,
523
- Wi as createCustomDeepShallow,
524
- hx as createDynamicMFStore,
525
- Xa as createEmptyValidationSchema,
526
- Fx as createToaster,
527
- $a as createValidationFullObject,
528
- on as createValidationPartialObject,
529
- rn as createValidationSchema,
530
- zi as deepShallow,
521
+ Ex as WindowBase,
522
+ Kx as WindowConfirm,
523
+ kx as WindowToolsMFContext,
524
+ hx as WindowToolsMFProvider,
525
+ Ep as addLayoutItemToBreakPointIfNoExists,
526
+ Op as addLayoutItemToBreakPoints,
527
+ Ai as capitalizeFirstLetter,
528
+ Hp as cloneLayouts,
529
+ Ji as createCustomDeepShallow,
530
+ Yx as createDynamicMFStore,
531
+ on as createEmptyValidationSchema,
532
+ Px as createToaster,
533
+ rn as createValidationFullObject,
534
+ en as createValidationPartialObject,
535
+ tn as createValidationSchema,
536
+ qi as deepShallow,
531
537
  Oo as defaultCommonActionsDictionary,
532
538
  Le as dragResizeWindowRNDClasses,
533
- yf as evaluateVisibilityStepCondition,
534
- Gi as formatDistanceToNow,
539
+ Nf as evaluateVisibilityStepCondition,
540
+ Wi as formatDistanceToNow,
535
541
  i as getAccountPopoverDictionary,
536
542
  G as getAppBarDictionary,
537
543
  Q as getAreasComponentsDictionary,
538
544
  Z as getAreasDictionary,
539
545
  po as getCheckableListComponentsDictionary,
540
546
  Ho as getCommonActionsDictionary,
541
- Bi as getComponentClasses,
542
- Li as getComponentSlotRoot,
543
- Pi as getComponentUtilityClass,
547
+ _i as getComponentClasses,
548
+ vi as getComponentSlotRoot,
549
+ Bi as getComponentUtilityClass,
544
550
  le as getDataGridComponentsDictionary,
545
551
  de as getDataGridRowsFromSet,
546
552
  Ie as getDaysOfWeekPickerDictionary,
547
- lp as getDistanceToNowFormatterComponentsDictionary,
553
+ cp as getDistanceToNowFormatterComponentsDictionary,
548
554
  ve as getDynamicFilterComponentsDictionary,
549
555
  Ue as getDynamicSortComponentsDictionary,
550
556
  he as getFilterGroupFieldsByName,
551
- _f as getFormComponentsDictionary,
552
- op as getFormatConcatenated,
553
- Ym as getFormatDate,
554
- Zm as getFormatPoints,
555
- ap as getFormatPrice,
556
- Sp as getFormattersComponentsDictionary,
557
- Mi as getHeightSizeStyles,
558
- Oi as getIconColor,
557
+ Vf as getFormComponentsDictionary,
558
+ ep as getFormatConcatenated,
559
+ Km as getFormatDate,
560
+ $m as getFormatPoints,
561
+ xp as getFormatPrice,
562
+ Pp as getFormattersComponentsDictionary,
563
+ hi as getHeightSizeStyles,
564
+ bi as getIconColor,
559
565
  Ve as getIsIfInDynamicFilter,
560
- Sn as getLoadingErrorComponentsDictionary,
561
- Mn as getMFLoaderComponentsDictionary,
562
- In as getMenuActionsComponentsDictionary,
563
- Yx as getModalDialogComponentsDictionary,
564
- jx as getModalDictionary,
565
- zn as getNoItemPrivilegesComponentsDictionary,
566
- hn as getNoItemSelectedComponentsDictionary,
567
- Vi as getNullGuard,
568
- Kn as getObjectLogsComponentsDictionary,
566
+ An as getLoadingErrorComponentsDictionary,
567
+ hn as getMFLoaderComponentsDictionary,
568
+ Ln as getMenuActionsComponentsDictionary,
569
+ Zx as getModalDialogComponentsDictionary,
570
+ Xx as getModalDictionary,
571
+ qn as getNoItemPrivilegesComponentsDictionary,
572
+ Yn as getNoItemSelectedComponentsDictionary,
573
+ ji as getNullGuard,
574
+ $n as getObjectLogsComponentsDictionary,
569
575
  nm as getPagerComponentsDictionary,
570
- Ai as getPaletteColor,
571
- _a as getPeriodComponetsDictionary,
572
- qp as getRHFAutocompleteAsyncComponentsDictionary,
573
- Yp as getRHFAutocompleteComponentsDictionary,
576
+ Ei as getPaletteColor,
577
+ Ga as getPeriodComponetsDictionary,
578
+ Zp as getRHFAutocompleteAsyncComponentsDictionary,
579
+ Kp as getRHFAutocompleteComponentsDictionary,
574
580
  We as getRawFiltersForNetwork,
575
581
  Qe as getRawSortsForNetwork,
576
- _i as getSizeStyles,
577
- If as getStepperComponentsDictionary,
578
- Tf as getStepsAndValidationSchema,
579
- Px as getTabsNavigatorComponentsDictionary,
582
+ Vi as getSizeStyles,
583
+ Of as getStepperComponentsDictionary,
584
+ Lf as getStepsAndValidationSchema,
585
+ Bx as getTabsNavigatorComponentsDictionary,
580
586
  Ht as getTypographyStyles,
581
- Jm as getUncertaintyFormat,
582
- ki as getValidDate,
583
- Wf as getformAddEditDictionary,
584
- Hp as isEqualLayout,
585
- Mp as isEqualLayouts,
586
- Si as isValidDate,
587
- ya as rhfPeriodStyles,
587
+ Qm as getUncertaintyFormat,
588
+ Ui as getValidDate,
589
+ Jf as getformAddEditDictionary,
590
+ _p as isEqualLayout,
591
+ vp as isEqualLayouts,
592
+ Ri as isValidDate,
593
+ Ta as rhfPeriodStyles,
588
594
  sm as toggleButtonStyles,
589
595
  ym as toggleIconButtonStyles,
590
- Hf as useAppearanceComponentStore,
596
+ kf as useAppearanceComponentStore,
591
597
  Y as useAreasStore,
592
598
  Uo as useColumnBoolean,
593
599
  jr as useColumnChipStatus,
@@ -603,34 +609,34 @@ export {
603
609
  _r as useColumnSetCheck,
604
610
  Xr as useColumnTags,
605
611
  Vr as useColumnUncertanity,
606
- Jf as useComponentSize,
607
- ja as useCustomForm,
608
- ai as useDataGridPersistence,
609
- ip as useDistanceToNowFormatter,
610
- mi as useDynamicFilterAndSort,
611
- Bx as useDynamicMFParameters,
612
- Lx as useDynamicMFParametersStore,
613
- Gf as useFormAddEdit,
614
- Uf as useFormFocus,
615
- oi as useFormReadyForUpdate,
616
- tp as useFormatPeriod,
617
- jf as useInterval,
618
- li as useIsVisible,
619
- kf as useModal,
620
- xi as usePopoverContainer,
621
- ex as usePopupsStore,
622
- ci as useSizeContainer,
623
- ei as useStateRef,
624
- Xx as useStepper,
625
- Qf as useSvgColor,
626
- Vf as useTab,
627
- Fi as useWatchTyped,
628
- Rx as useWindowToolsMF,
612
+ oi as useComponentSize,
613
+ Ja as useCustomForm,
614
+ li as useDataGridPersistence,
615
+ lp as useDistanceToNowFormatter,
616
+ ii as useDynamicFilterAndSort,
617
+ _x as useDynamicMFParameters,
618
+ vx as useDynamicMFParametersStore,
619
+ Wf as useFormAddEdit,
620
+ Qf as useFormFocus,
621
+ ai as useFormReadyForUpdate,
622
+ pp as useFormatPeriod,
623
+ Xf as useInterval,
624
+ gi as useIsVisible,
625
+ Uf as useModal,
626
+ ci as usePopoverContainer,
627
+ xx as usePopupsStore,
628
+ Si as useSizeContainer,
629
+ xi as useStateRef,
630
+ mf as useStepper,
631
+ ei as useSvgColor,
632
+ jf as useTab,
633
+ Pi as useWatchTyped,
634
+ Hx as useWindowToolsMF,
629
635
  F as varBounce,
630
636
  g as varContainer,
631
637
  c as varFade,
632
638
  S as varTranEnter,
633
639
  y as varTranExit,
634
640
  P as varTranHover,
635
- vp as withSizeProvider
641
+ bp as withSizeProvider
636
642
  };