@m4l/components 9.4.17-BE20260121-2 → 9.4.18

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 (156) hide show
  1. package/@types/types.d.ts +0 -9
  2. package/components/AccountPopover/AccountPopover.styles.js +10 -5
  3. package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +2 -2
  4. package/components/ActionsGroup/slots/ActionsGroupSlots.d.ts +2 -2
  5. package/components/AppBar/slots/AppBarSlots.d.ts +1 -1
  6. package/components/CheckableList/slots/styled.d.ts +1 -1
  7. package/components/Chip/slots/ChipSlots.d.ts +2 -2
  8. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +2 -2
  9. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
  10. package/components/EditLabel/slots/EditLabelSlots.d.ts +2 -2
  11. package/components/Icon/Icon.d.ts +3 -0
  12. package/components/Icon/Icon.js +52 -28
  13. package/components/Icon/Icon.styles.js +53 -61
  14. package/components/Icon/constants.d.ts +1 -0
  15. package/components/Icon/constants.js +5 -1
  16. package/components/Icon/slots/IconSlots.js +3 -3
  17. package/components/Icon/types.d.ts +44 -7
  18. package/components/Label/slots/LabelSlots.d.ts +1 -1
  19. package/components/MenuActions/MenuActions.js +17 -5
  20. package/components/MenuActions/constants.js +2 -8
  21. package/components/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
  22. package/components/MenuActions/slots/MenuActionsSlots.js +1 -1
  23. package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
  24. package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +3 -3
  25. package/components/PaperForm/slots/PaperFormSlots.d.ts +1 -1
  26. package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +2 -2
  27. package/components/SideBar/slots/SideBarSlots.d.ts +1 -1
  28. package/components/Stepper/slots/StepperSlot.d.ts +1 -1
  29. package/components/TabsNavigator/slots/TabsNavigatorSlots.d.ts +1 -1
  30. package/components/ToastContainer/slots/toastContainerSlots.d.ts +3 -3
  31. package/components/WindowBase/slots/WindowBaseSlots.d.ts +2 -2
  32. package/components/WindowBase/types.d.ts +2 -1
  33. package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +1 -1
  34. package/components/datagrids/formatters/ColumnIconFormatter/types.d.ts +2 -1
  35. package/components/datagrids/icons.js +0 -8
  36. package/components/datagrids/subcomponents/HeaderActions/subcomponents/Density/Density.js +11 -14
  37. package/components/datagrids/subcomponents/HeaderActions/subcomponents/MobileMenuActions/MobileMenuActions.js +6 -5
  38. package/components/datagrids/subcomponents/HeaderActions/subcomponents/ViewMode/ViewMode.js +9 -10
  39. package/components/datagrids/views/CardsView/hooks/useCardContent/useCardContent.js +3 -4
  40. package/components/datagrids/views/CardsView/subcomponents/CardDetails/CardDetails.js +3 -4
  41. package/components/datagrids/views/CardsView/subcomponents/CardRow/subcomponents/CardHeader/CardHeader.js +2 -4
  42. package/components/datagrids/views/CardsView/subcomponents/Settings/Settings.js +3 -4
  43. package/components/datagrids/views/CardsView/subcomponents/Settings/hooks/useModalSettings/useModalSettings.js +3 -4
  44. package/components/datagrids/views/CardsView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js +9 -10
  45. package/components/datagrids/views/TableView/hooks/useHeaderMenuActions/useHeaderMenuActions.js +35 -49
  46. package/components/extended/React-resizable-panels/SplitLayout.styles.js +46 -37
  47. package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +3 -3
  48. package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.d.ts +2 -2
  49. package/components/formatters/IconsFormatter/slots/IconsFormatterSlots.d.ts +2 -2
  50. package/components/formatters/IconsFormatter/types.d.ts +2 -1
  51. package/components/hook-form/RHFColorPicker/slots/RHFColorPickerSlots.d.ts +1 -1
  52. package/components/hook-form/RHFDatePicker/slots/RHFDatePickerSlots.d.ts +1 -1
  53. package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +1 -1
  54. package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +1 -1
  55. package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +1 -1
  56. package/components/hook-form/index.d.ts +0 -1
  57. package/components/index.d.ts +0 -1
  58. package/components/mui_extended/Accordion/Accordion.js +3 -2
  59. package/components/mui_extended/Accordion/constants.d.ts +0 -1
  60. package/components/mui_extended/Accordion/constants.js +1 -3
  61. package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +2 -2
  62. package/components/mui_extended/Autocomplete/Autocomplete.js +7 -3
  63. package/components/mui_extended/Autocomplete/Autocomplete.styles.js +76 -45
  64. package/components/mui_extended/Autocomplete/constants.d.ts +23 -0
  65. package/components/mui_extended/Autocomplete/constants.js +9 -1
  66. package/components/mui_extended/Autocomplete/hooks/useAutocomplete/useAutocomplete.js +9 -4
  67. package/components/mui_extended/Autocomplete/hooks/useEndAdornments.d.ts +5 -1
  68. package/components/mui_extended/Autocomplete/hooks/useEndAdornments.js +45 -15
  69. package/components/mui_extended/Autocomplete/hooks/useMultipleChips.js +25 -6
  70. package/components/mui_extended/Autocomplete/slots/AutocompleteEnum.d.ts +6 -1
  71. package/components/mui_extended/Autocomplete/slots/AutocompleteEnum.js +8 -1
  72. package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +4 -1
  73. package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.js +9 -4
  74. package/components/mui_extended/Autocomplete/subcomponents/renderOptions/index.js +4 -3
  75. package/components/mui_extended/Autocomplete/types.d.ts +9 -2
  76. package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
  77. package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +2 -2
  78. package/components/mui_extended/DatePicker/DatePicker.styles.js +2 -2
  79. package/components/mui_extended/DatePicker/hooks/useDatePicker/useDatePicker.js +10 -11
  80. package/components/mui_extended/DatePicker/slots/DatePickerSlots.d.ts +1 -1
  81. package/components/mui_extended/DateTimePicker/DateTimePicker.d.ts +0 -4
  82. package/components/mui_extended/DateTimePicker/DateTimePicker.js +10 -11
  83. package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.d.ts +1 -1
  84. package/components/mui_extended/IconButton/IconButton.js +19 -8
  85. package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +1 -1
  86. package/components/mui_extended/IconButton/types.d.ts +3 -6
  87. package/components/mui_extended/MenuItem/MenuItem.js +14 -4
  88. package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +2 -2
  89. package/components/mui_extended/MenuItem/types.d.ts +3 -3
  90. package/components/mui_extended/Radio/Radio.js +4 -5
  91. package/components/mui_extended/Select/Select.d.ts +2 -1
  92. package/components/mui_extended/Select/Select.js +7 -5
  93. package/components/mui_extended/Select/slots/SelectSlots.d.ts +2 -2
  94. package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
  95. package/components/mui_extended/Tabs/Tabs.js +5 -9
  96. package/components/mui_extended/TimePicker/slots/TimePickerSlots.d.ts +1 -1
  97. package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
  98. package/hocs/index.d.ts +0 -2
  99. package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +1 -1
  100. package/index.js +105 -111
  101. package/package.json +2 -1
  102. package/components/DaysOfWeekPicker/DaysOfWeekPicker.d.ts +0 -33
  103. package/components/DaysOfWeekPicker/DaysOfWeekPicker.js +0 -81
  104. package/components/DaysOfWeekPicker/DaysOfWeekPicker.styles.d.ts +0 -2
  105. package/components/DaysOfWeekPicker/DaysOfWeekPicker.styles.js +0 -99
  106. package/components/DaysOfWeekPicker/DaysOfWeekPicker.test.d.ts +0 -1
  107. package/components/DaysOfWeekPicker/constants.d.ts +0 -12
  108. package/components/DaysOfWeekPicker/constants.js +0 -11
  109. package/components/DaysOfWeekPicker/dictionary.d.ts +0 -1
  110. package/components/DaysOfWeekPicker/dictionary.js +0 -6
  111. package/components/DaysOfWeekPicker/helpers/getDaysOfWeekFromDictionary.d.ts +0 -29
  112. package/components/DaysOfWeekPicker/helpers/getDaysOfWeekFromDictionary.js +0 -12
  113. package/components/DaysOfWeekPicker/helpers/getDaysOfWeekFromDictionary.test.d.ts +0 -1
  114. package/components/DaysOfWeekPicker/helpers/index.d.ts +0 -1
  115. package/components/DaysOfWeekPicker/helpers/index.js +0 -1
  116. package/components/DaysOfWeekPicker/hooks/index.d.ts +0 -2
  117. package/components/DaysOfWeekPicker/hooks/types.d.ts +0 -29
  118. package/components/DaysOfWeekPicker/hooks/useDaysOfWeekPicker.d.ts +0 -9
  119. package/components/DaysOfWeekPicker/hooks/useDaysOfWeekPicker.js +0 -71
  120. package/components/DaysOfWeekPicker/hooks/useDaysOfWeekPicker.test.d.ts +0 -1
  121. package/components/DaysOfWeekPicker/index.d.ts +0 -3
  122. package/components/DaysOfWeekPicker/index.js +0 -1
  123. package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerEnum.d.ts +0 -5
  124. package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerEnum.js +0 -9
  125. package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.d.ts +0 -9
  126. package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.js +0 -23
  127. package/components/DaysOfWeekPicker/slots/index.d.ts +0 -3
  128. package/components/DaysOfWeekPicker/slots/index.js +0 -1
  129. package/components/DaysOfWeekPicker/types.d.ts +0 -70
  130. package/components/hook-form/RHFDatePicker/icons.d.ts +0 -6
  131. package/components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.d.ts +0 -26
  132. package/components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js +0 -6
  133. package/components/hook-form/RHFDaysOfWeekPicker/index.d.ts +0 -1
  134. package/components/hook-form/RHFDaysOfWeekPicker/index.js +0 -1
  135. package/components/mui_extended/Autocomplete/icons.js +0 -7
  136. package/components/mui_extended/DatePicker/icons.d.ts +0 -4
  137. package/components/mui_extended/DatePicker/icons.js +0 -10
  138. package/components/mui_extended/DateTimePicker/icons.d.ts +0 -4
  139. package/components/mui_extended/DateTimePicker/icons.js +0 -10
  140. package/components/mui_extended/Radio/icons.js +0 -7
  141. package/components/mui_extended/Tabs/icons.d.ts +0 -4
  142. package/components/mui_extended/Tabs/icons.js +0 -7
  143. package/hocs/withRHFController/constants.d.ts +0 -8
  144. package/hocs/withRHFController/constants.js +0 -8
  145. package/hocs/withRHFController/index.d.ts +0 -37
  146. package/hocs/withRHFController/index.js +0 -95
  147. package/hocs/withRHFController/slots/WithRHFControllerEnum.d.ts +0 -3
  148. package/hocs/withRHFController/slots/WithRHFControllerEnum.js +0 -7
  149. package/hocs/withRHFController/slots/WithRHFControllerSlots.d.ts +0 -5
  150. package/hocs/withRHFController/slots/WithRHFControllerSlots.js +0 -11
  151. package/hocs/withRHFController/slots/index.d.ts +0 -2
  152. package/hocs/withRHFController/slots/index.js +0 -1
  153. package/hocs/withRHFController/types.d.ts +0 -70
  154. package/hocs/withRHFController/withRHFController.styles.d.ts +0 -5
  155. package/hocs/withRHFController/withRHFController.styles.js +0 -14
  156. package/hocs/withRHFController/withRHFController.test.d.ts +0 -1
@@ -12,7 +12,7 @@ export declare const PaperStyled: import('@emotion/styled').StyledComponent<Pick
12
12
  }, "children" | "variant" | "className" | "style" | "classes" | "sx" | "square" | "elevation">, "children" | "ref" | "title" | "id" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "sx" | "slot" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "square" | "elevation"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
13
13
  ownerState?: (Partial<import('../types').TimePickerOwnerState> & Record<string, unknown>) | undefined;
14
14
  }, {}, {}>;
15
- export declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
15
+ export declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
16
16
  ownerState?: (Partial<import('../types').TimePickerOwnerState> & Record<string, unknown>) | undefined;
17
17
  }, {}, {}>;
18
18
  export declare const SkeletonStyled: import('@emotion/styled').StyledComponent<Pick<import('../../Skeleton/types').SkeletonProps, keyof import('../../Skeleton/types').SkeletonProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
@@ -1,3 +1,3 @@
1
- export declare const ToggleIconButtonRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').ToggleIconButtonOwnerState> & Record<string, unknown> & {
1
+ export declare const ToggleIconButtonRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').ToggleIconButtonOwnerState> & Record<string, unknown> & {
2
2
  ownerState: Partial<import('..').ToggleIconButtonOwnerState> & Record<string, unknown>;
3
3
  }, {}, {}>;
package/hocs/index.d.ts CHANGED
@@ -1,3 +1 @@
1
1
  export { withToggle } from './withToggle';
2
- export { withRHFController } from './withRHFController';
3
- export type { BaseRHFProps, RHFControllerRenderProps, ComponentWithRHFControllerProps, WithRHFControllerProps, } from './withRHFController/types';
@@ -7,6 +7,6 @@ export declare const StackCustomHeaderStyled: import('@emotion/styled').StyledCo
7
7
  export declare const StackRightActionsStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../..').StackProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "children" | "title" | "component" | "zIndex" | "id" | "divider" | "border" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "textTransform" | "fontFamily" | "typography" | "direction" | "spacing" | "flex" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "dataTestId" | keyof import('react').RefAttributes<HTMLDivElement> | "useFlexGap"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
8
8
  ownerState?: (Partial<import('../types').DynamicFilterAndSortOwnerState> & Record<string, unknown>) | undefined;
9
9
  }, {}, {}>;
10
- export declare const ActionRefreshStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../components/mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
10
+ export declare const ActionRefreshStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../components/mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
11
11
  ownerState?: (Partial<import('../types').DynamicFilterAndSortOwnerState> & Record<string, unknown>) | undefined;
12
12
  }, {}, {}>;
package/index.js CHANGED
@@ -81,19 +81,17 @@ 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/DaysOfWeekPicker/DaysOfWeekPicker.js";
85
- import { g as g8 } from "./components/DaysOfWeekPicker/dictionary.js";
86
- import { D as D4 } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
84
+ import { D as D3 } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
87
85
  import { d as d2 } from "./components/DragResizeWindowRND/classes/index.js";
88
86
  import { W } from "./components/DragResizeWindowRND/constants.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";
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";
93
91
  import { a as a6 } from "./components/DynamicSort/dictionary.js";
94
92
  import { S as S2 } from "./components/DynamicSort/helpers/frontEndHelpers.js";
95
- import { g as g12 } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
96
- import { D as D6 } from "./components/DynamicSort/DynamicSort.js";
93
+ import { g as g11 } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
94
+ import { D as D5 } from "./components/DynamicSort/DynamicSort.js";
97
95
  import { R } from "./components/extended/React-Resizable/Resizable/Resizable.js";
98
96
  import { R as R2 } from "./components/extended/React-Resizable/ResizableBox/ResizableBox.js";
99
97
  import { S as S3 } from "./components/extended/React-resizable-panels/SplitLayout.js";
@@ -109,7 +107,7 @@ import { B as B4 } from "./components/mui_extended/Badge/Badge.js";
109
107
  import { L as L3 } from "./components/mui_extended/LinearProgress/index.js";
110
108
  import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.js";
111
109
  import { L as L5 } from "./components/mui_extended/LoadingButton/LoadingButton.js";
112
- import { g as g13 } from "./components/Pager/dicctionary.js";
110
+ import { g as g12 } from "./components/Pager/dicctionary.js";
113
111
  import { A as A17 } from "./components/mui_extended/Accordion/Accordion.js";
114
112
  import { T as T4 } from "./components/mui_extended/Tooltip/Tooltip.js";
115
113
  import { I as I2 } from "./components/mui_extended/IconButton/IconButton.js";
@@ -137,24 +135,24 @@ import { a as a8, T as T15 } from "./components/mui_extended/ToggleIconButton/co
137
135
  import { T as T16 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonEnum.js";
138
136
  import { T as T17 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.js";
139
137
  import { N as N2 } from "./components/mui_extended/NavLink/NavLink.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";
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";
143
141
  import { B as B6 } from "./components/formatters/BooleanFormatter/BooleanFormatter.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";
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";
148
146
  import { P as P4, u as u16 } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
149
- import { P as P5, g as g18 } from "./components/formatters/PriceFormatter/PriceFormatter.js";
147
+ import { P as P5, g as g17 } from "./components/formatters/PriceFormatter/PriceFormatter.js";
150
148
  import { T as T18 } from "./components/formatters/TagsFormatter/TagsFormatter.js";
151
149
  import { C as C34 } from "./components/formatters/ColorFormatter/ColorFormatter.js";
152
150
  import { I as I4 } from "./components/formatters/ImageFormatter/ImageFormatter.js";
153
151
  import { C as C35 } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
154
- import { g as g19 } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
155
- import { D as D11 } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
152
+ import { g as g18 } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
153
+ import { D as D10 } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
156
154
  import { u as u17 } from "./components/formatters/DistanceToNowFormatter/hooks/useDistanceToNowFormatter.js";
157
- import { g as g20 } from "./components/formatters/dictionary.js";
155
+ import { g as g19 } from "./components/formatters/dictionary.js";
158
156
  import { F as F2 } from "./components/FormContainer/FormContainer.js";
159
157
  import { G } from "./components/GridLayout/GridLayout.js";
160
158
  import { R as R5 } from "./components/GridLayout/subcomponents/Responsive/index.js";
@@ -164,9 +162,9 @@ import { w } from "./components/GridLayout/subcomponents/withSizeProvider/index.
164
162
  import { H as H2 } from "./components/HelmetPage/index.js";
165
163
  import { H as H3 } from "./components/HelperError/HelperError.js";
166
164
  import { R as R6 } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
167
- import { g as g21 } from "./components/hook-form/RHFAutocomplete/dictionary.js";
165
+ import { g as g20 } from "./components/hook-form/RHFAutocomplete/dictionary.js";
168
166
  import { R as R7 } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
169
- import { g as g22 } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
167
+ import { g as g21 } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
170
168
  import { R as R8 } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
171
169
  import { R as R9 } from "./components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js";
172
170
  import { R as R10 } from "./components/hook-form/RHFDatePicker/RHFDatePicker.js";
@@ -178,21 +176,20 @@ import { R as R15 } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/R
178
176
  import { R as R16 } from "./components/hook-form/RHFColorPicker/RFHColorPicker.js";
179
177
  import { R as R17 } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
180
178
  import { R as R18 } from "./components/hook-form/RHFCheckableList/RHFCheckableList.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";
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";
185
182
  import { r } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.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";
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";
192
189
  import { V as V2, b as b4, a as a9 } from "./components/hook-form/RHFormProvider/types.js";
193
- import { F as F3, R as R28, u as u18 } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
190
+ import { F as F3, R as R27, u as u18 } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
194
191
  import { d as d4, a as a10, b as b5, c as c3 } from "./components/hook-form/RHFormProvider/schema.js";
195
- import { R as R29 } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
192
+ import { R as R28 } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
196
193
  import { I as I5 } from "./components/Icon/Icon.js";
197
194
  import { I as I6 } from "./components/Image/Image.js";
198
195
  import { L as L6 } from "./components/Label/Label.js";
@@ -200,19 +197,19 @@ import { L as L7 } from "./components/LanguagePopover/LanguagePopover.js";
200
197
  import { L as L8 } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
201
198
  import { L as L9 } from "./components/Loadable/index.js";
202
199
  import { L as L10 } from "./components/LoadingError/LoadingError.js";
203
- import { g as g24 } from "./components/LoadingError/dictionary.js";
200
+ import { g as g23 } from "./components/LoadingError/dictionary.js";
204
201
  import { a as a11 } from "./components/MenuActions/dictionary.js";
205
202
  import { a as a12, M as M3 } from "./components/MenuActions/MenuActions.js";
206
203
  import { M as M4 } from "./components/MFIsolationApp/MFIsolationApp.js";
207
204
  import { M as M5 } from "./components/MFIsolationAppStorybook/MFIsolationAppStorybook.js";
208
205
  import { M as M6 } from "./components/MFLoader/MFLoader.js";
209
- import { g as g25 } from "./components/MFLoader/dictionary.js";
206
+ import { g as g24 } from "./components/MFLoader/dictionary.js";
210
207
  import { I as I7 } from "./components/ImageText/ImageText.js";
211
208
  import { N as N4 } from "./components/NoItemSelected/NoItemSelected.js";
212
- import { g as g26 } from "./components/NoItemSelected/dictionary.js";
209
+ import { g as g25 } from "./components/NoItemSelected/dictionary.js";
213
210
  import { N as N5 } from "./components/NoItemPrivileges/NoItemPrivileges.js";
214
- import { g as g27 } from "./components/NoItemPrivileges/dictionary.js";
215
- import { g as g28 } from "./components/ObjectLogs/dictionary.js";
211
+ import { g as g26 } from "./components/NoItemPrivileges/dictionary.js";
212
+ import { g as g27 } from "./components/ObjectLogs/dictionary.js";
216
213
  import { O } from "./components/ObjectLogs/ObjectLogs.js";
217
214
  import { P as P7 } from "./components/PaperForm/PaperForm.js";
218
215
  import { P as P8 } from "./components/PDFViewer/PDFViewer.js";
@@ -226,15 +223,15 @@ import { S as S9 } from "./components/SideBar/SideBar.js";
226
223
  import { T as T19 } from "./components/ToastContainer/ToastContainer.js";
227
224
  import { T as T20 } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
228
225
  import { T as T21 } from "./components/TabsNavigator/TabsNavigator.js";
229
- import { g as g29 } from "./components/TabsNavigator/dictionary.js";
226
+ import { g as g28 } from "./components/TabsNavigator/dictionary.js";
230
227
  import { W as W2 } from "./components/WindowBase/WindowBase.js";
231
228
  import { u as u20 } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
232
229
  import { u as u21, a as a14 } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
233
230
  import { M as M7, W as W3, a as a15 } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
234
231
  import { c as c4 } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
235
- import { D as D12, a as a16, M as M8 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
232
+ import { D as D11, a as a16, M as M8 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
236
233
  import { W as W4 } from "./components/WindowConfirm/WindowConfirm.js";
237
- import { a as a17, g as g30 } from "./components/ModalDialog/dictionary.js";
234
+ import { a as a17, g as g29 } from "./components/ModalDialog/dictionary.js";
238
235
  import { M as M9 } from "./components/ModalDialog/ModalDialog.js";
239
236
  import { S as S10 } from "./components/SettingsLayout/SettingsLayout.js";
240
237
  import { P as P13 } from "./components/Pager/Pager.js";
@@ -250,16 +247,16 @@ import { S as S18 } from "./components/Stepper/subcomponents/StepperButtons/Step
250
247
  import { S as S19 } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
251
248
  import { S as S20 } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
252
249
  import { e as e3 } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.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";
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";
256
253
  import { u as u23 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
257
254
  import { A as A18 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
258
255
  import { a as a18, M as M10 } from "./contexts/ModalContext/index.js";
259
256
  import { u as u24 } from "./hooks/useFormAddEdit/useFormAddEdit.js";
260
257
  import { u as u25 } from "./hooks/useModal/index.js";
261
258
  import { u as u26 } from "./hooks/useTab/index.js";
262
- import { g as g34 } from "./hooks/useFormAddEdit/dictionary.js";
259
+ import { g as g33 } from "./hooks/useFormAddEdit/dictionary.js";
263
260
  import { u as u27 } from "./hooks/useFormFocus/index.js";
264
261
  import { u as u28 } from "./hooks/useInterval/index.js";
265
262
  import { u as u29 } from "./hooks/useComponentSize/useComponentSize.js";
@@ -276,16 +273,16 @@ import { u as u37 } from "./hooks/useSizeContainer/index.js";
276
273
  import { u as u38 } from "./hooks/useWatchTyped/useTypedWatch.js";
277
274
  import { c as c5 } from "./utils/capitalizeFirstLetter.js";
278
275
  import { i as i2 } from "./utils/isValidDate.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";
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";
284
281
  import { O as O2 } from "./utils/ObjectQueue.js";
285
- import { g as g40, a as a20 } from "./utils/getComponentSlotRoot.js";
282
+ import { g as g39, a as a20 } from "./utils/getComponentSlotRoot.js";
286
283
  import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
287
- import { g as g41 } from "./utils/getValidDate.js";
288
- import { g as g42 } from "./utils/getNullGuard.js";
284
+ import { g as g40 } from "./utils/getValidDate.js";
285
+ import { g as g41 } from "./utils/getNullGuard.js";
289
286
  import { c as c6, d as d5 } from "./utils/deepShallow.js";
290
287
  export {
291
288
  A8 as AREAS_DICCTIONARY,
@@ -354,17 +351,16 @@ export {
354
351
  e as DATAGRID_SEMANTIC_WIDTHS,
355
352
  D as DICTIONARY,
356
353
  D2 as DataGrid,
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,
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,
366
362
  a16 as DynamicMFParmsProvider,
367
- D6 as DynamicSort,
363
+ D5 as DynamicSort,
368
364
  F as FixedSizeList,
369
365
  F2 as FormContainer,
370
366
  F3 as FormProviderCustom,
@@ -423,7 +419,7 @@ export {
423
419
  P11 as PrintingSystem,
424
420
  P as PropagateLoaderSpinner,
425
421
  P12 as PropertyValue,
426
- R29 as RHFActionsGroup,
422
+ R28 as RHFActionsGroup,
427
423
  R6 as RHFAutocomplete,
428
424
  R7 as RHFAutocompleteAsync,
429
425
  R18 as RHFCheckableList,
@@ -432,21 +428,20 @@ export {
432
428
  R10 as RHFDatePicker,
433
429
  R8 as RHFDateTime,
434
430
  R9 as RHFDateTimePicker,
435
- R19 as RHFDaysOfWeekPicker,
436
431
  R13 as RHFHelperError,
437
432
  R11 as RHFMultiCheckbox,
438
- R26 as RHFNumberInput,
439
- R22 as RHFPeriod,
440
- R25 as RHFPeriodRootStyled,
441
- R24 as RHFPeriodSlots,
433
+ R25 as RHFNumberInput,
434
+ R21 as RHFPeriod,
435
+ R24 as RHFPeriodRootStyled,
436
+ R23 as RHFPeriodSlots,
442
437
  R14 as RHFRadioGroup,
443
438
  R12 as RHFSelect,
444
- R20 as RHFTextField,
445
- R21 as RHFTextFieldPassword,
446
- R27 as RHFUploadImage,
439
+ R19 as RHFTextField,
440
+ R20 as RHFTextFieldPassword,
441
+ R26 as RHFUploadImage,
447
442
  R15 as RHFUploadSingleFile,
448
- R23 as RHF_PERIOD_KEY_COMPONENT,
449
- R28 as RHFormProvider,
443
+ R22 as RHF_PERIOD_KEY_COMPONENT,
444
+ R27 as RHFormProvider,
450
445
  R4 as Radio,
451
446
  R3 as ReactJsonViewer,
452
447
  R as Resizable,
@@ -528,49 +523,48 @@ export {
528
523
  g3 as getAreasDictionary,
529
524
  g4 as getCheckableListComponentsDictionary,
530
525
  g5 as getCommonActionsDictionary,
531
- g40 as getComponentClasses,
526
+ g39 as getComponentClasses,
532
527
  a20 as getComponentSlotRoot,
533
- g35 as getComponentUtilityClass,
528
+ g34 as getComponentUtilityClass,
534
529
  g6 as getDataGridComponentsDictionary,
535
530
  g7 as getDataGridRowsFromSet,
536
- g8 as getDaysOfWeekPickerDictionary,
537
- g19 as getDistanceToNowFormatterComponentsDictionary,
538
- g9 as getDynamicFilterComponentsDictionary,
531
+ g18 as getDistanceToNowFormatterComponentsDictionary,
532
+ g8 as getDynamicFilterComponentsDictionary,
539
533
  a6 as getDynamicSortComponentsDictionary,
540
534
  a5 as getFilterGroupFieldsByName,
541
- g33 as getFormComponentsDictionary,
542
- g17 as getFormatConcatenated,
543
- g14 as getFormatDate,
544
- g16 as getFormatPoints,
545
- g18 as getFormatPrice,
546
- g20 as getFormattersComponentsDictionary,
535
+ g32 as getFormComponentsDictionary,
536
+ g16 as getFormatConcatenated,
537
+ g13 as getFormatDate,
538
+ g15 as getFormatPoints,
539
+ g17 as getFormatPrice,
540
+ g19 as getFormattersComponentsDictionary,
547
541
  a19 as getHeightSizeStyles,
548
- g38 as getIconColor,
549
- g10 as getIsIfInDynamicFilter,
550
- g24 as getLoadingErrorComponentsDictionary,
551
- g25 as getMFLoaderComponentsDictionary,
542
+ g37 as getIconColor,
543
+ g9 as getIsIfInDynamicFilter,
544
+ g23 as getLoadingErrorComponentsDictionary,
545
+ g24 as getMFLoaderComponentsDictionary,
552
546
  a11 as getMenuActionsComponentsDictionary,
553
547
  a17 as getModalDialogComponentsDictionary,
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,
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,
574
568
  i as isEqualLayout,
575
569
  k as isEqualLayouts,
576
570
  i2 as isValidDate,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.4.17-BE20260121-2+PR650-RHFDaysOfWeekPicker-tests",
3
+ "version": "9.4.18",
4
4
  "license": "UNLICENSED",
5
5
  "description": "M4L Components",
6
6
  "lint-staged": {
@@ -12,6 +12,7 @@
12
12
  "@hookform/resolvers": "2.9.11",
13
13
  "@m4l/core": "^2.0.0",
14
14
  "@m4l/graphics": "^7.0.0",
15
+ "@m4l/icons": "0.0.11",
15
16
  "@m4l/styles": "^7.0.0",
16
17
  "@mui/lab": "5.0.0-alpha.173",
17
18
  "@mui/material": "5.16.7",
@@ -1,33 +0,0 @@
1
- import { DaysOfWeekPickerProps } from './types';
2
- /**
3
- * Componente para seleccionar días de la semana.
4
- *
5
- * Permite seleccionar uno o múltiples días de la semana mediante botones interactivos.
6
- * El componente es controlado y requiere la prop `value` para funcionar.
7
- *
8
- * ### Características:
9
- * - **Selección múltiple**: Por defecto permite seleccionar múltiples días
10
- * - **Modo controlado**: Requiere la prop `value` para controlar el estado
11
- * - **Días deshabilitados**: Permite deshabilitar días específicos mediante `disabledDays`
12
- * - **Solo lectura**: Permite mostrar el componente en modo solo lectura con `readOnly`
13
- * - **Tamaños**: Soporta tamaños small, medium y large
14
- * @param {DaysOfWeekPickerProps} props - Propiedades del componente.
15
- * @returns {JSX.Element} Elemento renderizado.
16
- * @example
17
- * ```tsx
18
- * const [selectedDays, setSelectedDays] = useState<DayOfWeek[]>([0, 1, 2]);
19
- *
20
- * <DaysOfWeekPicker
21
- * value={selectedDays}
22
- * onChange={setSelectedDays}
23
- * disabledDays={[6]} // Deshabilita domingo
24
- * />
25
- *
26
- * // Modo solo lectura
27
- * <DaysOfWeekPicker
28
- * value={selectedDays}
29
- * readOnly={true} // No permite interacción, los botones disabled se ven igual que enabled
30
- * />
31
- * ```
32
- */
33
- export declare const DaysOfWeekPicker: import('react').ForwardRefExoticComponent<DaysOfWeekPickerProps & import('react').RefAttributes<HTMLDivElement>>;