@m4l/components 9.4.18 → 9.4.19

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 (52) hide show
  1. package/@types/types.d.ts +24 -16
  2. package/components/DaysOfWeekPicker/DaysOfWeekPicker.d.ts +33 -0
  3. package/components/DaysOfWeekPicker/DaysOfWeekPicker.js +81 -0
  4. package/components/DaysOfWeekPicker/DaysOfWeekPicker.styles.d.ts +2 -0
  5. package/components/DaysOfWeekPicker/DaysOfWeekPicker.styles.js +99 -0
  6. package/components/DaysOfWeekPicker/DaysOfWeekPicker.test.d.ts +1 -0
  7. package/components/DaysOfWeekPicker/constants.d.ts +12 -0
  8. package/components/DaysOfWeekPicker/constants.js +11 -0
  9. package/components/DaysOfWeekPicker/dictionary.d.ts +1 -0
  10. package/components/DaysOfWeekPicker/dictionary.js +6 -0
  11. package/components/DaysOfWeekPicker/helpers/getDaysOfWeekFromDictionary.d.ts +29 -0
  12. package/components/DaysOfWeekPicker/helpers/getDaysOfWeekFromDictionary.js +12 -0
  13. package/components/DaysOfWeekPicker/helpers/getDaysOfWeekFromDictionary.test.d.ts +1 -0
  14. package/components/DaysOfWeekPicker/helpers/index.d.ts +1 -0
  15. package/components/DaysOfWeekPicker/helpers/index.js +1 -0
  16. package/components/DaysOfWeekPicker/hooks/index.d.ts +2 -0
  17. package/components/DaysOfWeekPicker/hooks/types.d.ts +29 -0
  18. package/components/DaysOfWeekPicker/hooks/useDaysOfWeekPicker.d.ts +9 -0
  19. package/components/DaysOfWeekPicker/hooks/useDaysOfWeekPicker.js +71 -0
  20. package/components/DaysOfWeekPicker/hooks/useDaysOfWeekPicker.test.d.ts +1 -0
  21. package/components/DaysOfWeekPicker/index.d.ts +3 -0
  22. package/components/DaysOfWeekPicker/index.js +1 -0
  23. package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerEnum.d.ts +5 -0
  24. package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerEnum.js +9 -0
  25. package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.d.ts +9 -0
  26. package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.js +23 -0
  27. package/components/DaysOfWeekPicker/slots/index.d.ts +3 -0
  28. package/components/DaysOfWeekPicker/slots/index.js +1 -0
  29. package/components/DaysOfWeekPicker/types.d.ts +70 -0
  30. package/components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.d.ts +26 -0
  31. package/components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js +6 -0
  32. package/components/hook-form/RHFDaysOfWeekPicker/index.d.ts +1 -0
  33. package/components/hook-form/RHFDaysOfWeekPicker/index.js +1 -0
  34. package/components/hook-form/index.d.ts +1 -0
  35. package/components/index.d.ts +1 -0
  36. package/hocs/index.d.ts +2 -0
  37. package/hocs/withRHFController/constants.d.ts +8 -0
  38. package/hocs/withRHFController/constants.js +8 -0
  39. package/hocs/withRHFController/index.d.ts +37 -0
  40. package/hocs/withRHFController/index.js +95 -0
  41. package/hocs/withRHFController/slots/WithRHFControllerEnum.d.ts +3 -0
  42. package/hocs/withRHFController/slots/WithRHFControllerEnum.js +7 -0
  43. package/hocs/withRHFController/slots/WithRHFControllerSlots.d.ts +5 -0
  44. package/hocs/withRHFController/slots/WithRHFControllerSlots.js +11 -0
  45. package/hocs/withRHFController/slots/index.d.ts +2 -0
  46. package/hocs/withRHFController/slots/index.js +1 -0
  47. package/hocs/withRHFController/types.d.ts +70 -0
  48. package/hocs/withRHFController/withRHFController.styles.d.ts +5 -0
  49. package/hocs/withRHFController/withRHFController.styles.js +14 -0
  50. package/hocs/withRHFController/withRHFController.test.d.ts +1 -0
  51. package/index.js +111 -105
  52. package/package.json +1 -1
package/index.js CHANGED
@@ -81,17 +81,19 @@ import { u as u14 } from "./components/datagrids/formatters/ColumnColorFormatter
81
81
  import { u as u15 } from "./components/datagrids/formatters/ColumnImageFormatter/useColumnImage.js";
82
82
  import { C as C29 } from "./components/datagrids/formatters/ColumnImageFormatter/formatter.js";
83
83
  import { C as C30 } from "./components/datagrids/formatters/ColumnImageFormatter/ColumnImageGroupFormatter.js";
84
- import { D as D3 } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
84
+ import { D as D3 } from "./components/DaysOfWeekPicker/DaysOfWeekPicker.js";
85
+ import { g as g8 } from "./components/DaysOfWeekPicker/dictionary.js";
86
+ import { D as D4 } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
85
87
  import { d as d2 } from "./components/DragResizeWindowRND/classes/index.js";
86
88
  import { W } from "./components/DragResizeWindowRND/constants.js";
87
- import { g as g8 } from "./components/DynamicFilter/dictionary.js";
88
- import { a as a5, g as g9 } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
89
- import { g as g10 } from "./components/DynamicFilter/helpers/getRawFiltersForNetwork.js";
90
- import { D as D4 } from "./components/DynamicFilter/DynamicFilter.js";
89
+ import { g as g9 } from "./components/DynamicFilter/dictionary.js";
90
+ import { a as a5, g as g10 } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
91
+ import { g as g11 } from "./components/DynamicFilter/helpers/getRawFiltersForNetwork.js";
92
+ import { D as D5 } from "./components/DynamicFilter/DynamicFilter.js";
91
93
  import { a as a6 } from "./components/DynamicSort/dictionary.js";
92
94
  import { S as S2 } from "./components/DynamicSort/helpers/frontEndHelpers.js";
93
- import { g as g11 } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
94
- import { D as D5 } from "./components/DynamicSort/DynamicSort.js";
95
+ import { g as g12 } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
96
+ import { D as D6 } from "./components/DynamicSort/DynamicSort.js";
95
97
  import { R } from "./components/extended/React-Resizable/Resizable/Resizable.js";
96
98
  import { R as R2 } from "./components/extended/React-Resizable/ResizableBox/ResizableBox.js";
97
99
  import { S as S3 } from "./components/extended/React-resizable-panels/SplitLayout.js";
@@ -107,7 +109,7 @@ import { B as B4 } from "./components/mui_extended/Badge/Badge.js";
107
109
  import { L as L3 } from "./components/mui_extended/LinearProgress/index.js";
108
110
  import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.js";
109
111
  import { L as L5 } from "./components/mui_extended/LoadingButton/LoadingButton.js";
110
- import { g as g12 } from "./components/Pager/dicctionary.js";
112
+ import { g as g13 } from "./components/Pager/dicctionary.js";
111
113
  import { A as A17 } from "./components/mui_extended/Accordion/Accordion.js";
112
114
  import { T as T4 } from "./components/mui_extended/Tooltip/Tooltip.js";
113
115
  import { I as I2 } from "./components/mui_extended/IconButton/IconButton.js";
@@ -135,24 +137,24 @@ import { a as a8, T as T15 } from "./components/mui_extended/ToggleIconButton/co
135
137
  import { T as T16 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonEnum.js";
136
138
  import { T as T17 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.js";
137
139
  import { N as N2 } from "./components/mui_extended/NavLink/NavLink.js";
138
- import { D as D6 } from "./components/mui_extended/Dialog/Dialog.js";
139
- import { D as D7 } from "./components/mui_extended/Divider/Divider.js";
140
- import { D as D8 } from "./components/mui_extended/DatePicker/DatePicker.js";
140
+ import { D as D7 } from "./components/mui_extended/Dialog/Dialog.js";
141
+ import { D as D8 } from "./components/mui_extended/Divider/Divider.js";
142
+ import { D as D9 } from "./components/mui_extended/DatePicker/DatePicker.js";
141
143
  import { B as B6 } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
142
- import { D as D9, g as g13 } from "./components/formatters/DateFormatter/DateFormatter.js";
143
- import { U, g as g14 } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
144
- import { P as P3, g as g15 } from "./components/formatters/PointsFormatter/PointsFormatter.js";
145
- import { C as C33, g as g16 } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
144
+ import { D as D10, g as g14 } from "./components/formatters/DateFormatter/DateFormatter.js";
145
+ import { U, g as g15 } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
146
+ import { P as P3, g as g16 } from "./components/formatters/PointsFormatter/PointsFormatter.js";
147
+ import { C as C33, g as g17 } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
146
148
  import { P as P4, u as u16 } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
147
- import { P as P5, g as g17 } from "./components/formatters/PriceFormatter/PriceFormatter.js";
149
+ import { P as P5, g as g18 } from "./components/formatters/PriceFormatter/PriceFormatter.js";
148
150
  import { T as T18 } from "./components/formatters/TagsFormatter/TagsFormatter.js";
149
151
  import { C as C34 } from "./components/formatters/ColorFormatter/ColorFormatter.js";
150
152
  import { I as I4 } from "./components/formatters/ImageFormatter/ImageFormatter.js";
151
153
  import { C as C35 } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
152
- import { g as g18 } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
153
- import { D as D10 } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
154
+ import { g as g19 } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
155
+ import { D as D11 } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
154
156
  import { u as u17 } from "./components/formatters/DistanceToNowFormatter/hooks/useDistanceToNowFormatter.js";
155
- import { g as g19 } from "./components/formatters/dictionary.js";
157
+ import { g as g20 } from "./components/formatters/dictionary.js";
156
158
  import { F as F2 } from "./components/FormContainer/FormContainer.js";
157
159
  import { G } from "./components/GridLayout/GridLayout.js";
158
160
  import { R as R5 } from "./components/GridLayout/subcomponents/Responsive/index.js";
@@ -162,9 +164,9 @@ import { w } from "./components/GridLayout/subcomponents/withSizeProvider/index.
162
164
  import { H as H2 } from "./components/HelmetPage/index.js";
163
165
  import { H as H3 } from "./components/HelperError/HelperError.js";
164
166
  import { R as R6 } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
165
- import { g as g20 } from "./components/hook-form/RHFAutocomplete/dictionary.js";
167
+ import { g as g21 } from "./components/hook-form/RHFAutocomplete/dictionary.js";
166
168
  import { R as R7 } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
167
- import { g as g21 } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
169
+ import { g as g22 } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
168
170
  import { R as R8 } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
169
171
  import { R as R9 } from "./components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js";
170
172
  import { R as R10 } from "./components/hook-form/RHFDatePicker/RHFDatePicker.js";
@@ -176,20 +178,21 @@ import { R as R15 } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/R
176
178
  import { R as R16 } from "./components/hook-form/RHFColorPicker/RFHColorPicker.js";
177
179
  import { R as R17 } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
178
180
  import { R as R18 } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
179
- import { R as R19 } from "./components/hook-form/RHFTextField/RHFTextField.js";
180
- import { R as R20 } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
181
- import { g as g22 } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
181
+ import { R as R19 } from "./components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js";
182
+ import { R as R20 } from "./components/hook-form/RHFTextField/RHFTextField.js";
183
+ import { R as R21 } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
184
+ import { g as g23 } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
182
185
  import { r } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
183
- import { R as R21 } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
184
- import { R as R22 } from "./components/hook-form/RHFPeriod/constants.js";
185
- import { R as R23 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
186
- import { N as N3, P as P6, R as R24, S as S7 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
187
- import { R as R25 } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
188
- import { R as R26 } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
186
+ import { R as R22 } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
187
+ import { R as R23 } from "./components/hook-form/RHFPeriod/constants.js";
188
+ import { R as R24 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
189
+ import { N as N3, P as P6, R as R25, S as S7 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
190
+ import { R as R26 } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
191
+ import { R as R27 } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
189
192
  import { V as V2, b as b4, a as a9 } from "./components/hook-form/RHFormProvider/types.js";
190
- import { F as F3, R as R27, u as u18 } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
193
+ import { F as F3, R as R28, u as u18 } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
191
194
  import { d as d4, a as a10, b as b5, c as c3 } from "./components/hook-form/RHFormProvider/schema.js";
192
- import { R as R28 } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
195
+ import { R as R29 } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
193
196
  import { I as I5 } from "./components/Icon/Icon.js";
194
197
  import { I as I6 } from "./components/Image/Image.js";
195
198
  import { L as L6 } from "./components/Label/Label.js";
@@ -197,19 +200,19 @@ import { L as L7 } from "./components/LanguagePopover/LanguagePopover.js";
197
200
  import { L as L8 } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
198
201
  import { L as L9 } from "./components/Loadable/index.js";
199
202
  import { L as L10 } from "./components/LoadingError/LoadingError.js";
200
- import { g as g23 } from "./components/LoadingError/dictionary.js";
203
+ import { g as g24 } from "./components/LoadingError/dictionary.js";
201
204
  import { a as a11 } from "./components/MenuActions/dictionary.js";
202
205
  import { a as a12, M as M3 } from "./components/MenuActions/MenuActions.js";
203
206
  import { M as M4 } from "./components/MFIsolationApp/MFIsolationApp.js";
204
207
  import { M as M5 } from "./components/MFIsolationAppStorybook/MFIsolationAppStorybook.js";
205
208
  import { M as M6 } from "./components/MFLoader/MFLoader.js";
206
- import { g as g24 } from "./components/MFLoader/dictionary.js";
209
+ import { g as g25 } from "./components/MFLoader/dictionary.js";
207
210
  import { I as I7 } from "./components/ImageText/ImageText.js";
208
211
  import { N as N4 } from "./components/NoItemSelected/NoItemSelected.js";
209
- import { g as g25 } from "./components/NoItemSelected/dictionary.js";
212
+ import { g as g26 } from "./components/NoItemSelected/dictionary.js";
210
213
  import { N as N5 } from "./components/NoItemPrivileges/NoItemPrivileges.js";
211
- import { g as g26 } from "./components/NoItemPrivileges/dictionary.js";
212
- import { g as g27 } from "./components/ObjectLogs/dictionary.js";
214
+ import { g as g27 } from "./components/NoItemPrivileges/dictionary.js";
215
+ import { g as g28 } from "./components/ObjectLogs/dictionary.js";
213
216
  import { O } from "./components/ObjectLogs/ObjectLogs.js";
214
217
  import { P as P7 } from "./components/PaperForm/PaperForm.js";
215
218
  import { P as P8 } from "./components/PDFViewer/PDFViewer.js";
@@ -223,15 +226,15 @@ import { S as S9 } from "./components/SideBar/SideBar.js";
223
226
  import { T as T19 } from "./components/ToastContainer/ToastContainer.js";
224
227
  import { T as T20 } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
225
228
  import { T as T21 } from "./components/TabsNavigator/TabsNavigator.js";
226
- import { g as g28 } from "./components/TabsNavigator/dictionary.js";
229
+ import { g as g29 } from "./components/TabsNavigator/dictionary.js";
227
230
  import { W as W2 } from "./components/WindowBase/WindowBase.js";
228
231
  import { u as u20 } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
229
232
  import { u as u21, a as a14 } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
230
233
  import { M as M7, W as W3, a as a15 } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
231
234
  import { c as c4 } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
232
- import { D as D11, a as a16, M as M8 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
235
+ import { D as D12, a as a16, M as M8 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
233
236
  import { W as W4 } from "./components/WindowConfirm/WindowConfirm.js";
234
- import { a as a17, g as g29 } from "./components/ModalDialog/dictionary.js";
237
+ import { a as a17, g as g30 } from "./components/ModalDialog/dictionary.js";
235
238
  import { M as M9 } from "./components/ModalDialog/ModalDialog.js";
236
239
  import { S as S10 } from "./components/SettingsLayout/SettingsLayout.js";
237
240
  import { P as P13 } from "./components/Pager/Pager.js";
@@ -247,16 +250,16 @@ import { S as S18 } from "./components/Stepper/subcomponents/StepperButtons/Step
247
250
  import { S as S19 } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
248
251
  import { S as S20 } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
249
252
  import { e as e3 } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
250
- import { g as g30 } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
251
- import { g as g31 } from "./components/Stepper/dictionary.js";
252
- import { g as g32 } from "./components/hook-form/RHFormProvider/dictionary.js";
253
+ import { g as g31 } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
254
+ import { g as g32 } from "./components/Stepper/dictionary.js";
255
+ import { g as g33 } from "./components/hook-form/RHFormProvider/dictionary.js";
253
256
  import { u as u23 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
254
257
  import { A as A18 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
255
258
  import { a as a18, M as M10 } from "./contexts/ModalContext/index.js";
256
259
  import { u as u24 } from "./hooks/useFormAddEdit/useFormAddEdit.js";
257
260
  import { u as u25 } from "./hooks/useModal/index.js";
258
261
  import { u as u26 } from "./hooks/useTab/index.js";
259
- import { g as g33 } from "./hooks/useFormAddEdit/dictionary.js";
262
+ import { g as g34 } from "./hooks/useFormAddEdit/dictionary.js";
260
263
  import { u as u27 } from "./hooks/useFormFocus/index.js";
261
264
  import { u as u28 } from "./hooks/useInterval/index.js";
262
265
  import { u as u29 } from "./hooks/useComponentSize/useComponentSize.js";
@@ -273,16 +276,16 @@ import { u as u37 } from "./hooks/useSizeContainer/index.js";
273
276
  import { u as u38 } from "./hooks/useWatchTyped/useTypedWatch.js";
274
277
  import { c as c5 } from "./utils/capitalizeFirstLetter.js";
275
278
  import { i as i2 } from "./utils/isValidDate.js";
276
- import { g as g34 } from "./utils/getComponentUtilityClass.js";
277
- import { g as g35 } from "./utils/getPaletteColor.js";
278
- import { g as g36 } from "./utils/getTypographyStyles.js";
279
- import { g as g37 } from "./utils/getIconColor.js";
280
- import { a as a19, g as g38 } from "./utils/getSizeStyles/getSizeStyles.js";
279
+ import { g as g35 } from "./utils/getComponentUtilityClass.js";
280
+ import { g as g36 } from "./utils/getPaletteColor.js";
281
+ import { g as g37 } from "./utils/getTypographyStyles.js";
282
+ import { g as g38 } from "./utils/getIconColor.js";
283
+ import { a as a19, g as g39 } from "./utils/getSizeStyles/getSizeStyles.js";
281
284
  import { O as O2 } from "./utils/ObjectQueue.js";
282
- import { g as g39, a as a20 } from "./utils/getComponentSlotRoot.js";
285
+ import { g as g40, a as a20 } from "./utils/getComponentSlotRoot.js";
283
286
  import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
284
- import { g as g40 } from "./utils/getValidDate.js";
285
- import { g as g41 } from "./utils/getNullGuard.js";
287
+ import { g as g41 } from "./utils/getValidDate.js";
288
+ import { g as g42 } from "./utils/getNullGuard.js";
286
289
  import { c as c6, d as d5 } from "./utils/deepShallow.js";
287
290
  export {
288
291
  A8 as AREAS_DICCTIONARY,
@@ -351,16 +354,17 @@ export {
351
354
  e as DATAGRID_SEMANTIC_WIDTHS,
352
355
  D as DICTIONARY,
353
356
  D2 as DataGrid,
354
- D9 as DateFormatter,
355
- D8 as DatePicker,
356
- D6 as Dialog,
357
- D10 as DistanceToNowFormatter,
358
- D7 as Divider,
359
- D3 as DragResizeWindowRND,
360
- D4 as DynamicFilter,
361
- D11 as DynamicMFParmsContext,
357
+ D10 as DateFormatter,
358
+ D9 as DatePicker,
359
+ D3 as DaysOfWeekPicker,
360
+ D7 as Dialog,
361
+ D11 as DistanceToNowFormatter,
362
+ D8 as Divider,
363
+ D4 as DragResizeWindowRND,
364
+ D5 as DynamicFilter,
365
+ D12 as DynamicMFParmsContext,
362
366
  a16 as DynamicMFParmsProvider,
363
- D5 as DynamicSort,
367
+ D6 as DynamicSort,
364
368
  F as FixedSizeList,
365
369
  F2 as FormContainer,
366
370
  F3 as FormProviderCustom,
@@ -419,7 +423,7 @@ export {
419
423
  P11 as PrintingSystem,
420
424
  P as PropagateLoaderSpinner,
421
425
  P12 as PropertyValue,
422
- R28 as RHFActionsGroup,
426
+ R29 as RHFActionsGroup,
423
427
  R6 as RHFAutocomplete,
424
428
  R7 as RHFAutocompleteAsync,
425
429
  R18 as RHFCheckableList,
@@ -428,20 +432,21 @@ export {
428
432
  R10 as RHFDatePicker,
429
433
  R8 as RHFDateTime,
430
434
  R9 as RHFDateTimePicker,
435
+ R19 as RHFDaysOfWeekPicker,
431
436
  R13 as RHFHelperError,
432
437
  R11 as RHFMultiCheckbox,
433
- R25 as RHFNumberInput,
434
- R21 as RHFPeriod,
435
- R24 as RHFPeriodRootStyled,
436
- R23 as RHFPeriodSlots,
438
+ R26 as RHFNumberInput,
439
+ R22 as RHFPeriod,
440
+ R25 as RHFPeriodRootStyled,
441
+ R24 as RHFPeriodSlots,
437
442
  R14 as RHFRadioGroup,
438
443
  R12 as RHFSelect,
439
- R19 as RHFTextField,
440
- R20 as RHFTextFieldPassword,
441
- R26 as RHFUploadImage,
444
+ R20 as RHFTextField,
445
+ R21 as RHFTextFieldPassword,
446
+ R27 as RHFUploadImage,
442
447
  R15 as RHFUploadSingleFile,
443
- R22 as RHF_PERIOD_KEY_COMPONENT,
444
- R27 as RHFormProvider,
448
+ R23 as RHF_PERIOD_KEY_COMPONENT,
449
+ R28 as RHFormProvider,
445
450
  R4 as Radio,
446
451
  R3 as ReactJsonViewer,
447
452
  R as Resizable,
@@ -523,48 +528,49 @@ export {
523
528
  g3 as getAreasDictionary,
524
529
  g4 as getCheckableListComponentsDictionary,
525
530
  g5 as getCommonActionsDictionary,
526
- g39 as getComponentClasses,
531
+ g40 as getComponentClasses,
527
532
  a20 as getComponentSlotRoot,
528
- g34 as getComponentUtilityClass,
533
+ g35 as getComponentUtilityClass,
529
534
  g6 as getDataGridComponentsDictionary,
530
535
  g7 as getDataGridRowsFromSet,
531
- g18 as getDistanceToNowFormatterComponentsDictionary,
532
- g8 as getDynamicFilterComponentsDictionary,
536
+ g8 as getDaysOfWeekPickerDictionary,
537
+ g19 as getDistanceToNowFormatterComponentsDictionary,
538
+ g9 as getDynamicFilterComponentsDictionary,
533
539
  a6 as getDynamicSortComponentsDictionary,
534
540
  a5 as getFilterGroupFieldsByName,
535
- g32 as getFormComponentsDictionary,
536
- g16 as getFormatConcatenated,
537
- g13 as getFormatDate,
538
- g15 as getFormatPoints,
539
- g17 as getFormatPrice,
540
- g19 as getFormattersComponentsDictionary,
541
+ g33 as getFormComponentsDictionary,
542
+ g17 as getFormatConcatenated,
543
+ g14 as getFormatDate,
544
+ g16 as getFormatPoints,
545
+ g18 as getFormatPrice,
546
+ g20 as getFormattersComponentsDictionary,
541
547
  a19 as getHeightSizeStyles,
542
- g37 as getIconColor,
543
- g9 as getIsIfInDynamicFilter,
544
- g23 as getLoadingErrorComponentsDictionary,
545
- g24 as getMFLoaderComponentsDictionary,
548
+ g38 as getIconColor,
549
+ g10 as getIsIfInDynamicFilter,
550
+ g24 as getLoadingErrorComponentsDictionary,
551
+ g25 as getMFLoaderComponentsDictionary,
546
552
  a11 as getMenuActionsComponentsDictionary,
547
553
  a17 as getModalDialogComponentsDictionary,
548
- g29 as getModalDictionary,
549
- g26 as getNoItemPrivilegesComponentsDictionary,
550
- g25 as getNoItemSelectedComponentsDictionary,
551
- g41 as getNullGuard,
552
- g27 as getObjectLogsComponentsDictionary,
553
- g12 as getPagerComponentsDictionary,
554
- g35 as getPaletteColor,
555
- g22 as getPeriodComponetsDictionary,
556
- g21 as getRHFAutocompleteAsyncComponentsDictionary,
557
- g20 as getRHFAutocompleteComponentsDictionary,
558
- g10 as getRawFiltersForNetwork,
559
- g11 as getRawSortsForNetwork,
560
- g38 as getSizeStyles,
561
- g31 as getStepperComponentsDictionary,
562
- g30 as getStepsAndValidationSchema,
563
- g28 as getTabsNavigatorComponentsDictionary,
564
- g36 as getTypographyStyles,
565
- g14 as getUncertaintyFormat,
566
- g40 as getValidDate,
567
- g33 as getformAddEditDictionary,
554
+ g30 as getModalDictionary,
555
+ g27 as getNoItemPrivilegesComponentsDictionary,
556
+ g26 as getNoItemSelectedComponentsDictionary,
557
+ g42 as getNullGuard,
558
+ g28 as getObjectLogsComponentsDictionary,
559
+ g13 as getPagerComponentsDictionary,
560
+ g36 as getPaletteColor,
561
+ g23 as getPeriodComponetsDictionary,
562
+ g22 as getRHFAutocompleteAsyncComponentsDictionary,
563
+ g21 as getRHFAutocompleteComponentsDictionary,
564
+ g11 as getRawFiltersForNetwork,
565
+ g12 as getRawSortsForNetwork,
566
+ g39 as getSizeStyles,
567
+ g32 as getStepperComponentsDictionary,
568
+ g31 as getStepsAndValidationSchema,
569
+ g29 as getTabsNavigatorComponentsDictionary,
570
+ g37 as getTypographyStyles,
571
+ g15 as getUncertaintyFormat,
572
+ g41 as getValidDate,
573
+ g34 as getformAddEditDictionary,
568
574
  i as isEqualLayout,
569
575
  k as isEqualLayouts,
570
576
  i2 as isValidDate,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.4.18",
3
+ "version": "9.4.19",
4
4
  "license": "UNLICENSED",
5
5
  "description": "M4L Components",
6
6
  "lint-staged": {