@m4l/components 9.4.21 → 9.4.22-BE20260204-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 (85) hide show
  1. package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +3 -3
  2. package/components/ActionsGroup/slots/ActionsGroupSlots.d.ts +1 -1
  3. package/components/CheckableList/slots/styled.d.ts +4 -4
  4. package/components/Chip/slots/ChipSlots.d.ts +1 -1
  5. package/components/DaysOfMonthPicker/DaysOfMonthPicker.d.ts +6 -0
  6. package/components/DaysOfMonthPicker/DaysOfMonthPicker.js +66 -0
  7. package/components/DaysOfMonthPicker/DaysOfMonthPicker.styles.d.ts +2 -0
  8. package/components/DaysOfMonthPicker/DaysOfMonthPicker.styles.js +111 -0
  9. package/components/DaysOfMonthPicker/DaysOfMonthPicker.test.d.ts +1 -0
  10. package/components/DaysOfMonthPicker/constants.d.ts +12 -0
  11. package/components/DaysOfMonthPicker/constants.js +11 -0
  12. package/components/DaysOfMonthPicker/constants.test.d.ts +1 -0
  13. package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/index.d.ts +2 -0
  14. package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/index.js +1 -0
  15. package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/types.d.ts +27 -0
  16. package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/types.js +1 -0
  17. package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/useDaysOfMonthPicker.d.ts +8 -0
  18. package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/useDaysOfMonthPicker.js +121 -0
  19. package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/useDaysOfMonthPicker.test.d.ts +1 -0
  20. package/components/DaysOfMonthPicker/index.d.ts +2 -0
  21. package/components/DaysOfMonthPicker/index.js +1 -0
  22. package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerEnum.d.ts +6 -0
  23. package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerEnum.js +10 -0
  24. package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerSlots.d.ts +4 -0
  25. package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerSlots.js +28 -0
  26. package/components/DaysOfMonthPicker/slots/index.d.ts +2 -0
  27. package/components/DaysOfMonthPicker/types.d.ts +82 -0
  28. package/components/DaysOfMonthPicker/types.js +1 -0
  29. package/components/EditLabel/slots/EditLabelSlots.d.ts +1 -1
  30. package/components/HelperError/slots/HelperErrorSlots.d.ts +1 -1
  31. package/components/ImageText/slots/ImageTextSlots.d.ts +2 -2
  32. package/components/Label/slots/LabelSlots.d.ts +2 -2
  33. package/components/LoadingError/slots/LoadingErrorSlots.d.ts +1 -1
  34. package/components/MFIsolationApp/slots/MFIsolationAppSlots.d.ts +2 -2
  35. package/components/NumberInput/hooks/useNumberInput/useNumberInput.js +2 -0
  36. package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +1 -1
  37. package/components/Pager/slots/PagerSlots.d.ts +3 -3
  38. package/components/PaperForm/slots/PaperFormSlots.d.ts +1 -1
  39. package/components/PropertyValue/PropertyValue.js +23 -12
  40. package/components/PropertyValue/PropertyValue.styles.js +135 -15
  41. package/components/PropertyValue/slots/PropertyValueEnum.d.ts +4 -1
  42. package/components/PropertyValue/slots/PropertyValueEnum.js +3 -0
  43. package/components/PropertyValue/slots/PropertyValueSlots.d.ts +9 -0
  44. package/components/PropertyValue/slots/PropertyValueSlots.js +17 -1
  45. package/components/PropertyValue/types.d.ts +117 -5
  46. package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +1 -1
  47. package/components/Stepper/slots/StepperSlot.d.ts +4 -4
  48. package/components/TabsNavigator/slots/TabsNavigatorSlots.d.ts +2 -2
  49. package/components/ToastContainer/slots/toastContainerSlots.d.ts +2 -2
  50. package/components/WindowBase/slots/WindowBaseSlots.d.ts +2 -2
  51. package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +1 -1
  52. package/components/datagrids/views/TableView/hooks/useSortColumnsRows/useSortColumnsRows.js +2 -0
  53. package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.d.ts +1 -1
  54. package/components/formatters/ConcatenatedFormatter/slots/ConcatenatedFormatterSlots.d.ts +1 -1
  55. package/components/formatters/DateFormatter/slots/DateFormatterSlots.d.ts +1 -1
  56. package/components/formatters/DistanceToNowFormatter/slots/DistanceToNowFormatterSlots.d.ts +1 -1
  57. package/components/formatters/ImageFormatter/slots/ImageFormatterSlots.d.ts +1 -1
  58. package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.d.ts +1 -1
  59. package/components/formatters/PointsFormatter/slots/ointsFormatterSlots.d.ts +1 -1
  60. package/components/formatters/PriceFormatter/slots/PriceFormatterSlots.d.ts +1 -1
  61. package/components/formatters/UncertaintyFormatter/slots/UncertaintyFormatterSlots.d.ts +1 -1
  62. package/components/hook-form/RHFAutocompleteAsync/reducer/RHFAutocompleteReducer.js +5 -0
  63. package/components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.d.ts +29 -0
  64. package/components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js +6 -0
  65. package/components/hook-form/RHFDaysOfMonthPicker/index.d.ts +1 -0
  66. package/components/hook-form/RHFDaysOfMonthPicker/index.js +1 -0
  67. package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +1 -1
  68. package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +5 -5
  69. package/components/hook-form/index.d.ts +1 -0
  70. package/components/index.d.ts +1 -0
  71. package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +1 -1
  72. package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +2 -2
  73. package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
  74. package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +1 -1
  75. package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +1 -1
  76. package/components/mui_extended/NavLink/slots/NavLinkSlots.d.ts +1 -1
  77. package/components/mui_extended/Radio/slots/styled.d.ts +1 -1
  78. package/components/mui_extended/Select/slots/SelectSlots.d.ts +3 -3
  79. package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
  80. package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +3 -3
  81. package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
  82. package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +3 -3
  83. package/index.js +40 -36
  84. package/not_recognized/index.js +100 -25
  85. package/package.json +1 -1
@@ -6,7 +6,7 @@ function memoize(fn) {
6
6
  return cache[arg];
7
7
  };
8
8
  }
9
- var reactIs$1 = { exports: {} };
9
+ var reactIs = { exports: {} };
10
10
  var reactIs_production_min = {};
11
11
  /** @license React v16.13.1
12
12
  * react-is.production.min.js
@@ -272,31 +272,106 @@ function requireReactIs_development() {
272
272
  }
273
273
  return reactIs_development;
274
274
  }
275
- if (process.env.NODE_ENV === "production") {
276
- reactIs$1.exports = requireReactIs_production_min();
277
- } else {
278
- reactIs$1.exports = requireReactIs_development();
275
+ var hasRequiredReactIs;
276
+ function requireReactIs() {
277
+ if (hasRequiredReactIs) return reactIs.exports;
278
+ hasRequiredReactIs = 1;
279
+ if (process.env.NODE_ENV === "production") {
280
+ reactIs.exports = requireReactIs_production_min();
281
+ } else {
282
+ reactIs.exports = requireReactIs_development();
283
+ }
284
+ return reactIs.exports;
279
285
  }
280
- var reactIsExports = reactIs$1.exports;
281
- var reactIs = reactIsExports;
282
- var FORWARD_REF_STATICS = {
283
- "$$typeof": true,
284
- render: true,
285
- defaultProps: true,
286
- displayName: true,
287
- propTypes: true
288
- };
289
- var MEMO_STATICS = {
290
- "$$typeof": true,
291
- compare: true,
292
- defaultProps: true,
293
- displayName: true,
294
- propTypes: true,
295
- type: true
296
- };
297
- var TYPE_STATICS = {};
298
- TYPE_STATICS[reactIs.ForwardRef] = FORWARD_REF_STATICS;
299
- TYPE_STATICS[reactIs.Memo] = MEMO_STATICS;
286
+ var hoistNonReactStatics_cjs;
287
+ var hasRequiredHoistNonReactStatics_cjs;
288
+ function requireHoistNonReactStatics_cjs() {
289
+ if (hasRequiredHoistNonReactStatics_cjs) return hoistNonReactStatics_cjs;
290
+ hasRequiredHoistNonReactStatics_cjs = 1;
291
+ var reactIs2 = requireReactIs();
292
+ var REACT_STATICS = {
293
+ childContextTypes: true,
294
+ contextType: true,
295
+ contextTypes: true,
296
+ defaultProps: true,
297
+ displayName: true,
298
+ getDefaultProps: true,
299
+ getDerivedStateFromError: true,
300
+ getDerivedStateFromProps: true,
301
+ mixins: true,
302
+ propTypes: true,
303
+ type: true
304
+ };
305
+ var KNOWN_STATICS = {
306
+ name: true,
307
+ length: true,
308
+ prototype: true,
309
+ caller: true,
310
+ callee: true,
311
+ arguments: true,
312
+ arity: true
313
+ };
314
+ var FORWARD_REF_STATICS = {
315
+ "$$typeof": true,
316
+ render: true,
317
+ defaultProps: true,
318
+ displayName: true,
319
+ propTypes: true
320
+ };
321
+ var MEMO_STATICS = {
322
+ "$$typeof": true,
323
+ compare: true,
324
+ defaultProps: true,
325
+ displayName: true,
326
+ propTypes: true,
327
+ type: true
328
+ };
329
+ var TYPE_STATICS = {};
330
+ TYPE_STATICS[reactIs2.ForwardRef] = FORWARD_REF_STATICS;
331
+ TYPE_STATICS[reactIs2.Memo] = MEMO_STATICS;
332
+ function getStatics(component) {
333
+ if (reactIs2.isMemo(component)) {
334
+ return MEMO_STATICS;
335
+ }
336
+ return TYPE_STATICS[component["$$typeof"]] || REACT_STATICS;
337
+ }
338
+ var defineProperty = Object.defineProperty;
339
+ var getOwnPropertyNames = Object.getOwnPropertyNames;
340
+ var getOwnPropertySymbols = Object.getOwnPropertySymbols;
341
+ var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
342
+ var getPrototypeOf = Object.getPrototypeOf;
343
+ var objectPrototype = Object.prototype;
344
+ function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {
345
+ if (typeof sourceComponent !== "string") {
346
+ if (objectPrototype) {
347
+ var inheritedComponent = getPrototypeOf(sourceComponent);
348
+ if (inheritedComponent && inheritedComponent !== objectPrototype) {
349
+ hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);
350
+ }
351
+ }
352
+ var keys = getOwnPropertyNames(sourceComponent);
353
+ if (getOwnPropertySymbols) {
354
+ keys = keys.concat(getOwnPropertySymbols(sourceComponent));
355
+ }
356
+ var targetStatics = getStatics(targetComponent);
357
+ var sourceStatics = getStatics(sourceComponent);
358
+ for (var i = 0; i < keys.length; ++i) {
359
+ var key = keys[i];
360
+ if (!KNOWN_STATICS[key] && !(blacklist && blacklist[key]) && !(sourceStatics && sourceStatics[key]) && !(targetStatics && targetStatics[key])) {
361
+ var descriptor = getOwnPropertyDescriptor(sourceComponent, key);
362
+ try {
363
+ defineProperty(targetComponent, key, descriptor);
364
+ } catch (e) {
365
+ }
366
+ }
367
+ }
368
+ }
369
+ return targetComponent;
370
+ }
371
+ hoistNonReactStatics_cjs = hoistNonReactStatics;
372
+ return hoistNonReactStatics_cjs;
373
+ }
374
+ requireHoistNonReactStatics_cjs();
300
375
  function murmur2(str) {
301
376
  var h = 0;
302
377
  var k, i = 0, len = str.length;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.4.21",
3
+ "version": "9.4.22-BE20260204-1+PR658-rhfdaysofmonthpicker-storybook-tests",
4
4
  "license": "UNLICENSED",
5
5
  "description": "M4L Components",
6
6
  "lint-staged": {