@m4l/components 9.2.54 → 9.2.56-beta.2

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 (376) hide show
  1. package/.storybook/utils/flattenDeep.d.ts +8 -0
  2. package/.storybook/utils/getStylesColorsByMode.d.ts +4 -4
  3. package/@types/augmentations.d.ts +1 -1
  4. package/@types/types.d.ts +10 -9
  5. package/components/AccountPopover/AccountPopover.js +3 -4
  6. package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +32 -32
  7. package/components/AccountPopover/subcomponents/MenuPopover/MenuPopover.js +13 -14
  8. package/components/AccountPopover/types.d.ts +2 -2
  9. package/components/AppBar/AppBar.js +6 -9
  10. package/components/AppBar/slots/AppBarSlots.d.ts +16 -16
  11. package/components/AppBar/styles.js +2 -1
  12. package/components/AppBar/types.d.ts +2 -2
  13. package/components/Chip/ChipStyles.js +12 -12
  14. package/components/Chip/slots/ChipSlots.d.ts +6 -6
  15. package/components/Color/Color.styles.js +11 -11
  16. package/components/Color/slots/ColorSlots.d.ts +5 -5
  17. package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
  18. package/components/CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.d.ts +1 -1
  19. package/components/CommonActions/components/ActionFormIntro/ActionFormIntro.js +0 -1
  20. package/components/CommonActions/components/ActionFormIntro/slots/ActionFormIntroSlots.d.ts +2 -2
  21. package/components/CommonActions/components/ActionFormIntro/types.d.ts +2 -2
  22. package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
  23. package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerSlots.d.ts +1 -1
  24. package/components/DataGrid/DataGrid.js +29 -7
  25. package/components/DataGrid/Datagrid.styles.js +598 -0
  26. package/components/DataGrid/constants.d.ts +1 -0
  27. package/components/DataGrid/constants.js +2 -0
  28. package/components/DataGrid/contexts/DataGridContext/index.js +23 -5
  29. package/components/DataGrid/contexts/DataGridContext/types.d.ts +4 -0
  30. package/components/DataGrid/formatters/ColumnIconFormatter/formatter.js +0 -2
  31. package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/formatter.js +2 -2
  32. package/components/DataGrid/icons.d.ts +1 -0
  33. package/components/DataGrid/icons.js +4 -3
  34. package/components/DataGrid/slots/DataGridEnum.d.ts +6 -0
  35. package/components/DataGrid/slots/DataGridEnum.js +10 -2
  36. package/components/DataGrid/slots/DataGridSlot.d.ts +9 -0
  37. package/components/DataGrid/slots/DataGridSlot.js +35 -14
  38. package/components/DataGrid/subcomponents/ControlNavigate/ControlNavigate.d.ts +5 -0
  39. package/components/DataGrid/subcomponents/ControlNavigate/ControlNavigate.js +30 -0
  40. package/components/DataGrid/subcomponents/ControlNavigate/index.d.ts +2 -0
  41. package/components/DataGrid/subcomponents/ControlNavigate/types.d.ts +7 -0
  42. package/components/DataGrid/subcomponents/HeaderActions/index.d.ts +5 -0
  43. package/components/DataGrid/subcomponents/HeaderActions/index.js +39 -0
  44. package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Density/index.js +4 -3
  45. package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/MobileMenuActions/index.js +3 -2
  46. package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/RowsCount/index.js +4 -4
  47. package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Settings/index.js +5 -2
  48. package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Settings/subcomponents/ColumnsConfig/index.js +33 -23
  49. package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Settings/subcomponents/ColumnsConfig/types.d.ts +4 -1
  50. package/components/DataGrid/subcomponents/HeaderActions/subcomponents/hooks/useModalSettings/index.d.ts +7 -0
  51. package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/hooks/useModalSettings/index.js +12 -7
  52. package/components/DataGrid/subcomponents/HeaderActions/types.d.ts +4 -0
  53. package/components/DataGrid/subcomponents/Table/hooks/useSortColumnsRows.js +5 -5
  54. package/components/DataGrid/subcomponents/Table/index.js +4 -4
  55. package/components/DataGrid/subcomponents/Table/subcomponents/CustomIcons.js +12 -3
  56. package/components/DataGrid/subcomponents/Table/subcomponents/DraggableHeaderRenderer.js +28 -13
  57. package/components/DataGrid/subcomponents/Table/subcomponents/SelectColumn.js +2 -2
  58. package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/index.js +4 -2
  59. package/components/DataGrid/subcomponents/editors/TextEditor/index.js +1 -1
  60. package/components/DataGrid/types.d.ts +20 -3
  61. package/components/DragResizeWindowRND/DragResizeWindowRND.styles.js +1 -1
  62. package/components/DragResizeWindowRND/slots/DragResizeWindowRNDSlots.d.ts +3 -5
  63. package/components/DynamicFilter/DynamicFilter.styles.js +13 -13
  64. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +19 -19
  65. package/components/DynamicFilter/store/DynamicFilterStore.js +2 -2
  66. package/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters.js +2 -2
  67. package/components/DynamicFilter/subcomponents/AppliedFilters/useAppliedFilters.js +1 -1
  68. package/components/DynamicFilter/subcomponents/FilterActions/FilterActions.js +2 -3
  69. package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.js +2 -2
  70. package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter.js +3 -4
  71. package/components/DynamicFilter/subcomponents/PopoverFilter/usePopoverFilter.d.ts +3 -3
  72. package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.js +0 -1
  73. package/components/DynamicSort/DynamicSort.styles.js +13 -13
  74. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +19 -19
  75. package/components/DynamicSort/store/DynamicSortStore.js +2 -2
  76. package/components/DynamicSort/subcomponents/AppliedSorts/AppliedSorts.js +2 -2
  77. package/components/DynamicSort/subcomponents/PopoverMenuFields/PopoverMenuFields.js +0 -1
  78. package/components/DynamicSort/subcomponents/PopoverSort/PopoverSort.js +4 -5
  79. package/components/DynamicSort/subcomponents/PopoverSort/usePopoverSort.d.ts +3 -3
  80. package/components/DynamicSort/subcomponents/SortActions/SortActions.js +2 -3
  81. package/components/DynamicSort/subcomponents/SortActions/useSortActions.js +2 -2
  82. package/components/GridLayout/styles.js +4 -82
  83. package/components/HelperError/HelperError.styles.js +4 -4
  84. package/components/Icon/Icon.js +1 -1
  85. package/components/Icon/Icon.styles.js +10 -10
  86. package/components/Image/Image.js +1 -1
  87. package/components/Image/image.styles.js +1 -1
  88. package/components/Image/slots/ImageSlots.d.ts +12 -12
  89. package/components/Image/subcomponents/IntersectComponent/index.js +0 -1
  90. package/components/Image/types.d.ts +2 -2
  91. package/components/Label/Label.styles.js +11 -11
  92. package/components/Label/slots/LabelSlots.d.ts +1 -1
  93. package/components/LanguagePopover/slots/LanguagePopoverSlots.d.ts +1 -1
  94. package/components/LinearProgressIndeterminate/LinearProgressIndeterminate.styles.js +3 -3
  95. package/components/LoadingError/LoadingError.js +1 -2
  96. package/components/MenuActions/MenuActions.js +4 -4
  97. package/components/MenuActions/MenuActions.styles.js +4 -4
  98. package/components/MenuActions/slots/MenuActionsSlots.d.ts +12 -12
  99. package/components/MenuActions/types.d.ts +3 -3
  100. package/components/ModalDialog/slots/ModalDialogSlots.d.ts +2 -2
  101. package/components/NoItemSelected/NoItemSelected.js +3 -5
  102. package/components/NoItemSelected/NoItemSelected.styles.js +4 -4
  103. package/components/NoItemSelected/slots/NoItemSelectedSlots.d.ts +7 -7
  104. package/components/NumberInput/NumberInput.styles.js +20 -20
  105. package/components/NumberInput/hooks/useNumberInput/useNumberInput.js +0 -2
  106. package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
  107. package/components/ObjectLogs/hooks/useDetailFormatter.js +3 -2
  108. package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +20 -20
  109. package/components/ObjectLogs/subcomponents/ObjectLogsByM4L/ObjectLogsByM4L.js +1 -3
  110. package/components/ObjectLogs/subcomponents/ObjectLogsByOthers/ObjectLogsByOthers.js +1 -3
  111. package/components/ObjectLogs/types.d.ts +2 -2
  112. package/components/Pager/Pager.js +2 -3
  113. package/components/Pager/Pager.styles.js +13 -12
  114. package/components/Pager/index.d.ts +2 -0
  115. package/components/Pager/slots/PagerEnum.d.ts +2 -1
  116. package/components/Pager/slots/PagerEnum.js +1 -0
  117. package/components/Pager/slots/PagerSlots.d.ts +1 -0
  118. package/components/Pager/slots/PagerSlots.js +7 -2
  119. package/components/Pager/subcomponents/CustomTablePagination/CustomTablePagination.js +16 -18
  120. package/components/Pager/subcomponents/PagerActions/PagerActions.js +4 -2
  121. package/components/Pager/subcomponents/PagerActions/types.d.ts +1 -0
  122. package/components/PaperForm/components/Header.js +2 -2
  123. package/components/PaperForm/slots/PaperFormSlots.d.ts +10 -10
  124. package/components/PaperForm/styles.js +7 -7
  125. package/components/PaperForm/types.d.ts +2 -2
  126. package/components/PrintingSystem/slots/PrintingSystemSlots.d.ts +42 -42
  127. package/components/PrintingSystem/subcomponents/BodyNode/index.js +0 -1
  128. package/components/PrintingSystem/subcomponents/ChartNode/index.js +0 -1
  129. package/components/PrintingSystem/subcomponents/DividerNode/index.js +0 -1
  130. package/components/PrintingSystem/subcomponents/FooterNode/index.js +0 -1
  131. package/components/PrintingSystem/subcomponents/GridNode/index.js +0 -5
  132. package/components/PrintingSystem/subcomponents/HeaderNode/index.js +0 -1
  133. package/components/PrintingSystem/subcomponents/PageNode/index.js +0 -1
  134. package/components/PrintingSystem/subcomponents/PaperNode/index.js +0 -5
  135. package/components/PrintingSystem/subcomponents/PropertyValueNode/index.js +0 -2
  136. package/components/PrintingSystem/subcomponents/SectionNode/index.js +0 -1
  137. package/components/PrintingSystem/types.d.ts +2 -2
  138. package/components/PropertyValue/PropertyValue.js +3 -4
  139. package/components/PropertyValue/PropertyValue.styles.js +3 -3
  140. package/components/PropertyValue/slots/PropertyValueSlots.d.ts +3 -3
  141. package/components/ScrollBar/ScrollBar.d.ts +3 -3
  142. package/components/ScrollBar/ScrollBar.js +5 -45
  143. package/components/ScrollBar/ScrollBar.styles.js +5 -52
  144. package/components/ScrollBar/constants.d.ts +4 -2
  145. package/components/ScrollBar/constants.js +2 -5
  146. package/components/ScrollBar/index.d.ts +2 -0
  147. package/components/ScrollBar/index.js +1 -0
  148. package/components/ScrollBar/slots/ScrollBarSlots.d.ts +1 -6
  149. package/components/ScrollBar/slots/ScrollBarSlots.js +7 -13
  150. package/components/ScrollBar/slots/ScrollbarEnum.d.ts +3 -0
  151. package/components/ScrollBar/slots/ScrollbarEnum.js +7 -0
  152. package/components/ScrollBar/types.d.ts +12 -42
  153. package/components/SideBar/slots/SideBarSlots.d.ts +34 -34
  154. package/components/SideBar/subcomponents/ContentComponent/style.d.ts +2 -2
  155. package/components/SideBar/subcomponents/ContentComponent/style.js +4 -4
  156. package/components/SideBar/subcomponents/ContentGroups/index.js +3 -3
  157. package/components/SideBar/subcomponents/ContentGroups/styles.d.ts +2 -2
  158. package/components/SideBar/subcomponents/ContentGroups/styles.js +11 -2
  159. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.d.ts +2 -2
  160. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +1 -10
  161. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/subcomponents/ArrowIcon/index.js +0 -1
  162. package/components/SideBar/subcomponents/FooterSidebar/styles.d.ts +2 -2
  163. package/components/SideBar/subcomponents/HeaderSidebar/index.js +2 -2
  164. package/components/SideBar/subcomponents/HeaderSidebar/styles.d.ts +2 -2
  165. package/components/SideBar/subcomponents/SideBarDesktop/styles.d.ts +2 -2
  166. package/components/SideBar/subcomponents/SideBarDesktop/styles.js +2 -2
  167. package/components/SideBar/subcomponents/SideBarMobile/index.js +0 -1
  168. package/components/SideBar/subcomponents/SideBarMobile/styles.d.ts +2 -2
  169. package/components/SideBar/types.d.ts +9 -2
  170. package/components/ToastContainer/slots/toastContainerSlots.d.ts +2 -2
  171. package/components/WindowBase/WindowBase.js +8 -6
  172. package/components/WindowBase/WindowBase.styles.js +208 -107
  173. package/components/WindowBase/icons.js +2 -2
  174. package/components/WindowBase/slots/WindowBaseEnum.d.ts +3 -3
  175. package/components/WindowBase/slots/WindowBaseEnum.js +2 -2
  176. package/components/WindowBase/slots/WindowBaseSlots.d.ts +18 -23
  177. package/components/WindowBase/slots/WindowBaseSlots.js +13 -12
  178. package/components/WindowBase/subcomponents/Header/HeaderWindowBase.js +22 -12
  179. package/components/WindowBase/subcomponents/Header/types.d.ts +1 -1
  180. package/components/WindowBase/subcomponents/Header/useButtonActions.js +5 -2
  181. package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.d.ts +1 -1
  182. package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.js +1 -1
  183. package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts +9 -0
  184. package/components/WindowBase/types.d.ts +10 -0
  185. package/components/WindowConfirm/WindowConfirm.js +2 -3
  186. package/components/WindowConfirm/WindowConfirm.styles.js +4 -4
  187. package/components/areas/components/AreasAdmin/AreasAdmin.js +12 -17
  188. package/components/areas/components/AreasAdmin/AreasAdmin.styles.js +13 -21
  189. package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +23 -23
  190. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/AreaChip.js +1 -4
  191. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +3 -4
  192. package/components/areas/components/AreasAdmin/types.d.ts +1 -1
  193. package/components/areas/components/AreasViewer/AreasViewer.js +1 -1
  194. package/components/areas/components/AreasViewer/AreasViewer.styles.js +2 -2
  195. package/components/areas/components/AreasViewer/slots/AreasViewerSlots.d.ts +5 -5
  196. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/BaseArea/BaseArea.js +1 -1
  197. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/Window.js +8 -1
  198. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useRightActions.js +7 -3
  199. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/WindowModal.js +0 -1
  200. package/components/areas/contexts/AreasContext/index.js +1 -1
  201. package/components/areas/contexts/AreasContext/store.js +1 -1
  202. package/components/areas/contexts/AreasContext/types.d.ts +1 -1
  203. package/components/areas/icons.d.ts +2 -2
  204. package/components/areas/icons.js +4 -4
  205. package/components/commercial/SectionCommercial/classes/index.d.ts +2 -2
  206. package/components/commercial/SectionCommercial/classes/index.js +3 -3
  207. package/components/commercial/SectionCommercial/types.d.ts +1 -1
  208. package/components/extended/React-Resizable/helpers.d.ts +2 -9
  209. package/components/extended/React-Resizable/helpers.js +15 -13
  210. package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.js +0 -1
  211. package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.styles.js +1 -1
  212. package/components/extended/React-Spinners/PropagateLoaderSpinner/slots/PropagateLoaderSpinnerSlots.d.ts +4 -4
  213. package/components/extended/React-Spinners/PropagateLoaderSpinner/types.d.ts +2 -2
  214. package/components/extended/React-Splitter-Layout/slots/SplitLayoutSlots.d.ts +3 -3
  215. package/components/extended/React-resizable-panels/SplitLayout.styles.js +6 -6
  216. package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +8 -8
  217. package/components/formatters/ChipStatusFormatter/slots/ChipStatusFormatterSlots.d.ts +2 -2
  218. package/components/formatters/PeriodFormatter/PeriodFormatter.styles.js +1 -1
  219. package/components/hook-form/RHFAutocomplete/RFHAutocompleteStyles.js +1 -1
  220. package/components/hook-form/RHFAutocompleteAsync/reducer/RHFAutocompleteReducer.js +0 -5
  221. package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
  222. package/components/hook-form/RHFDateTime/types.d.ts +1 -1
  223. package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +2 -2
  224. package/components/hook-form/RHFSelect/RHFSelect.js +1 -1
  225. package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
  226. package/components/hook-form/RHFSelect/slots/RHFSlots.js +1 -1
  227. package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
  228. package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js +1 -1
  229. package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.styles.js +2 -2
  230. package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +8 -8
  231. package/components/hook-form/RHFTextFieldPassword/types.d.ts +2 -2
  232. package/components/hook-form/RHFTimePicker/types.d.ts +1 -1
  233. package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js +1 -1
  234. package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.styles.js +3 -3
  235. package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +22 -22
  236. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/UploadImage.js +9 -10
  237. package/components/hook-form/RHFUpload/RHFUploadImage/types.d.ts +2 -2
  238. package/components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.styles.js +2 -2
  239. package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +22 -22
  240. package/components/hook-form/RHFUpload/RHFUploadSingleFile/subcomponents/BlockContent/BlockContent.js +2 -7
  241. package/components/hook-form/RHFUpload/RHFUploadSingleFile/subcomponents/Preview/Preview.js +5 -6
  242. package/components/hook-form/RHFormContext/index.d.ts +1 -1
  243. package/components/index.d.ts +2 -0
  244. package/components/mui_extended/Accordion/Accordion.js +31 -21
  245. package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +12 -12
  246. package/components/mui_extended/Accordion/styles.js +56 -33
  247. package/components/mui_extended/Accordion/types.d.ts +39 -6
  248. package/components/mui_extended/Autocomplete/Autocomplete.styles.js +3 -3
  249. package/components/mui_extended/Autocomplete/hooks/useEndAdornments.js +1 -1
  250. package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +17 -17
  251. package/components/mui_extended/Avatar/Avatar.js +1 -1
  252. package/components/mui_extended/Avatar/slots/AvatarSlots.d.ts +1 -1
  253. package/components/mui_extended/Avatar/styles.js +3 -3
  254. package/components/mui_extended/Badge/Badge.js +14 -8
  255. package/components/mui_extended/Badge/Badge.styles.js +23 -33
  256. package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +2 -2
  257. package/components/mui_extended/Badge/slots/BadgeSlots.js +2 -2
  258. package/components/mui_extended/Badge/types.d.ts +4 -3
  259. package/components/mui_extended/Button/ButtonStyles.js +41 -29
  260. package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
  261. package/components/mui_extended/CheckBox/CheckBox.js +2 -2
  262. package/components/mui_extended/CheckBox/CheckBox.styles.js +12 -12
  263. package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +12 -12
  264. package/components/mui_extended/CheckBox/types.d.ts +2 -2
  265. package/components/mui_extended/CircularProgress/CircularProgress.styles.js +5 -5
  266. package/components/mui_extended/DateTimePicker/DateTimePicker.styles.js +49 -49
  267. package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.d.ts +12 -12
  268. package/components/mui_extended/Divider/Divider.js +1 -2
  269. package/components/mui_extended/Divider/Divider.styles.js +9 -9
  270. package/components/mui_extended/Divider/slots/DividerSlots.d.ts +1 -1
  271. package/components/mui_extended/IconButton/IconButton.js +39 -12
  272. package/components/mui_extended/IconButton/IconButton.styles.js +64 -54
  273. package/components/mui_extended/IconButton/helpers/evalIconColor.d.ts +1 -1
  274. package/components/mui_extended/IconButton/helpers/getIconButtonColors.d.ts +1 -1
  275. package/components/mui_extended/IconButton/helpers/getIconButtonColors.js +4 -4
  276. package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +6 -8
  277. package/components/mui_extended/IconButton/slots/IconButtonSlots.js +4 -3
  278. package/components/mui_extended/IconButton/types.d.ts +10 -8
  279. package/components/mui_extended/LoadingButton/LoadingButton.styles.js +5 -5
  280. package/components/mui_extended/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
  281. package/components/mui_extended/MenuDivider/MenuDivider.js +1 -2
  282. package/components/mui_extended/MenuDivider/MenuDivider.styles.js +9 -9
  283. package/components/mui_extended/MenuDivider/slots/MenuDividerSlots.d.ts +1 -1
  284. package/components/mui_extended/MenuItem/MenuItem.styles.js +10 -10
  285. package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +7 -7
  286. package/components/mui_extended/MenuItem/types.d.ts +8 -3
  287. package/components/mui_extended/NavLink/NavLink.js +1 -2
  288. package/components/mui_extended/NavLink/NavLink.styles.js +9 -9
  289. package/components/mui_extended/NavLink/slots/NavLinkSlots.d.ts +4 -4
  290. package/components/mui_extended/Popover/Popover.js +0 -1
  291. package/components/mui_extended/Popover/slots/PopoverSlots.d.ts +2 -2
  292. package/components/mui_extended/Popover/types.d.ts +3 -3
  293. package/components/mui_extended/Popper/PopperStyles.js +1 -1
  294. package/components/mui_extended/Popper/slots/PopperStlots.d.ts +1 -1
  295. package/components/mui_extended/Select/Select.js +2 -3
  296. package/components/mui_extended/Select/Select.styles.js +10 -10
  297. package/components/mui_extended/Select/slots/SelectSlots.d.ts +12 -12
  298. package/components/mui_extended/Select/slots/SelectSlots.js +1 -1
  299. package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
  300. package/components/mui_extended/Skeleton/skeleton.styles.js +4 -4
  301. package/components/mui_extended/Stack/Stack.js +4 -2
  302. package/components/mui_extended/Stack/Stack.styles.js +7 -4
  303. package/components/mui_extended/Stack/slots/StackSlot.d.ts +2 -2
  304. package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
  305. package/components/mui_extended/Tab/Tab.js +2 -0
  306. package/components/mui_extended/Tab/Tab.styles.js +26 -48
  307. package/components/mui_extended/Tab/types.d.ts +4 -0
  308. package/components/mui_extended/TabContent/TabContent.js +1 -1
  309. package/components/mui_extended/TabContent/TabContent.styles.js +2 -4
  310. package/components/mui_extended/TabContent/slots/TabContentSlots.d.ts +2 -2
  311. package/components/mui_extended/TabContent/types.d.ts +2 -2
  312. package/components/mui_extended/Tabs/Tabs.styles.js +2 -1
  313. package/components/mui_extended/Tabs/slots/TabsSlots.d.ts +1 -1
  314. package/components/mui_extended/TextField/TextField.styles.js +22 -22
  315. package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +3 -3
  316. package/components/mui_extended/TimePicker/slots/TimePickerSlots.d.ts +9 -9
  317. package/components/mui_extended/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
  318. package/components/mui_extended/ToggleIconButton/ToggleIconButton.js +12 -5
  319. package/components/mui_extended/ToggleIconButton/ToggleIconButton.styles.js +21 -11
  320. package/components/mui_extended/ToggleIconButton/constants.d.ts +7 -0
  321. package/components/mui_extended/ToggleIconButton/constants.js +3 -1
  322. package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
  323. package/components/mui_extended/ToggleIconButton/types.d.ts +9 -3
  324. package/components/mui_extended/Tooltip/Tooltip.styles.js +1 -1
  325. package/components/mui_extended/Tooltip/slots/TooltipSlots.d.ts +3 -3
  326. package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
  327. package/components/mui_extended/Typography/typography.styles.js +7 -7
  328. package/components/mui_extended/index.d.ts +0 -2
  329. package/components/popups/components/PopupsViewer/PopupsViewer.styles.js +2 -2
  330. package/components/popups/components/PopupsViewer/slots/popupsViewerSlots.d.ts +7 -9
  331. package/components/popups/components/PopupsViewer/subcomponents/Popup/Popup.js +2 -0
  332. package/hooks/useComponentSize/useComponentSize.d.ts +3 -3
  333. package/hooks/useComponentSize/useComponentSize.js +5 -2
  334. package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +6 -6
  335. package/hooks/useDynamicFilterAndSort/styles.js +7 -13
  336. package/hooks/useDynamicFilterAndSort/types.d.ts +2 -2
  337. package/hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js +4 -21
  338. package/index.js +43 -42
  339. package/package.json +3 -3
  340. package/storybook/components/Chip/Chip.stories.d.ts +4 -0
  341. package/storybook/components/DataGrid/DataGrid.stories.d.ts +16 -0
  342. package/storybook/components/Icon/Icon.stories.d.ts +4 -0
  343. package/storybook/components/ObjectLogs/ObjectLogs.stories.d.ts +2 -2
  344. package/storybook/components/WindowBase/windowBase.stories.d.ts +60 -7
  345. package/storybook/components/extended/mui/Accordion/Accordion.stories.d.ts +72 -20
  346. package/storybook/components/extended/mui/Badge/Badge.stories.d.ts +4 -0
  347. package/storybook/components/extended/mui/Button/Button.stories.d.ts +1 -0
  348. package/storybook/components/extended/mui/Button/ButtonDataGridWithActions.d.ts +5 -0
  349. package/storybook/components/extended/mui/IconButton/IconButton.stories.d.ts +12 -0
  350. package/storybook/components/extended/mui/Tab/Tab.stories.d.ts +24 -24
  351. package/storybook/components/extended/mui/ToggleIconButton/ToggleIconButton.stories.d.ts +12 -0
  352. package/storybook/tootls/WrapperLineGuide/WrapperLineGuide.d.ts +9 -0
  353. package/storybook/tootls/WrapperLineGuide/styles.d.ts +1 -0
  354. package/storybook/tootls/WrapperLineGuide/types.d.ts +5 -0
  355. package/components/DataGrid/styles.js +0 -484
  356. package/components/DataGrid/subcomponents/Actions/index.d.ts +0 -5
  357. package/components/DataGrid/subcomponents/Actions/index.js +0 -48
  358. package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/index.d.ts +0 -6
  359. package/components/DataGrid/subcomponents/Actions/types.d.ts +0 -13
  360. package/components/ScrollBar/slots/ScrollBarEnum.d.ts +0 -4
  361. package/components/ScrollBar/slots/ScrollBarEnum.js +0 -8
  362. package/components/ScrollBar/slots/index.d.ts +0 -2
  363. package/storybook/components/extended/scrollBar/ScrollBar.stories.d.ts +0 -7
  364. package/storybook/components/extended/scrollBar/ScrollBarDecorator.d.ts +0 -11
  365. /package/components/DataGrid/{styles.d.ts → Datagrid.styles.d.ts} +0 -0
  366. /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Density/index.d.ts +0 -0
  367. /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Density/types.d.ts +0 -0
  368. /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Filter/index.d.ts +0 -0
  369. /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Filter/index.js +0 -0
  370. /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/MobileMenuActions/index.d.ts +0 -0
  371. /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/RowsCount/index.d.ts +0 -0
  372. /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Settings/index.d.ts +0 -0
  373. /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/Settings/subcomponents/ColumnsConfig/index.d.ts +0 -0
  374. /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/hooks/useModalSettings/types.d.ts +0 -0
  375. /package/components/DataGrid/subcomponents/{Actions → HeaderActions}/subcomponents/types.d.ts +0 -0
  376. /package/components/{ScrollBar/slots → Pager}/index.js +0 -0
@@ -6,33 +6,33 @@
6
6
  * <SelectRootStyled<number> />
7
7
  * <SelectRootStyled<string> />
8
8
  */
9
- export declare const SelectRootStyled: <T extends string | number>() => import('@emotion/styled').StyledComponent<Pick<import('@mui/material').SelectProps<T>, "value" | "size" | "children" | "ref" | "onClose" | "title" | "name" | "error" | "input" | "rows" | "id" | "type" | "disabled" | "components" | "hidden" | "color" | "content" | "style" | "open" | "multiple" | "variant" | "margin" | "translate" | "className" | "classes" | "sx" | "slots" | "slotProps" | "label" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "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" | "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" | "onResize" | "onResizeCapture" | "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" | "componentsProps" | "onOpen" | "autoComplete" | "placeholder" | "readOnly" | "required" | "maxRows" | "fullWidth" | "inputProps" | "inputRef" | "disableInjectingGlobalStyles" | "endAdornment" | "inputComponent" | "multiline" | "renderSuffix" | "minRows" | "startAdornment" | "disableUnderline" | "autoWidth" | "defaultOpen" | "displayEmpty" | "IconComponent" | "labelId" | "MenuProps" | "native" | "renderValue" | "SelectDisplayProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
10
- ownerState: any;
9
+ export declare const SelectRootStyled: <T extends string | number>() => import('@emotion/styled').StyledComponent<Pick<import('@mui/material').SelectProps<T>, "value" | "size" | "children" | "ref" | "onClose" | "title" | "name" | "error" | "input" | "rows" | "id" | "type" | "disabled" | "components" | "hidden" | "color" | "content" | "style" | "open" | "multiple" | "variant" | "margin" | "translate" | "className" | "classes" | "sx" | "slots" | "slotProps" | "label" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "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" | "componentsProps" | "onOpen" | "autoComplete" | "placeholder" | "readOnly" | "required" | "maxRows" | "fullWidth" | "inputProps" | "inputRef" | "multiline" | "minRows" | "disableInjectingGlobalStyles" | "endAdornment" | "inputComponent" | "renderSuffix" | "startAdornment" | "disableUnderline" | "autoWidth" | "defaultOpen" | "displayEmpty" | "IconComponent" | "labelId" | "MenuProps" | "native" | "renderValue" | "SelectDisplayProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
10
+ ownerState?: any;
11
11
  }, {}, {}>;
12
12
  export declare const AdormentStyled: import('@emotion/styled').StyledComponent<Pick<import('../../../Icon').IconProps, keyof import('../../../Icon').IconProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
13
- ownerState: any;
13
+ ownerState?: any;
14
14
  }, {}, {}>;
15
15
  export declare const MenuItemListStyled: import('@emotion/styled').StyledComponent<Pick<import('../../MenuItem').MenuItemProps, keyof import('../../MenuItem').MenuItemProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
16
- ownerState: any;
16
+ ownerState?: any;
17
17
  }, {}, {}>;
18
18
  export declare const MenuItemNoOptionStyled: import('@emotion/styled').StyledComponent<Pick<import('../../MenuItem').MenuItemProps, keyof import('../../MenuItem').MenuItemProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
19
- ownerState: any;
19
+ ownerState?: any;
20
20
  }, {}, {}>;
21
21
  export declare const SkeletonSelectStyled: 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> & {
22
- ownerState: any;
22
+ ownerState?: any;
23
23
  }, {}, {}>;
24
24
  export declare const RenderValueContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
25
- ownerState: any;
25
+ ownerState?: any;
26
26
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
27
- export declare const ArrowDownStyled: 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" | "hidden" | "color" | "content" | "style" | "icon" | "tooltip" | "variant" | "translate" | "className" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "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" | "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" | "onResize" | "onResizeCapture" | "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" | "instaceDataTestId" | "rotationAngle" | "placement" | "tooltipContent" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeContent" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
28
- ownerState: any;
27
+ export declare const ArrowDownStyled: 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" | "hidden" | "color" | "content" | "style" | "icon" | "tooltip" | "variant" | "translate" | "className" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "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" | "instaceDataTestId" | "placement" | "rotationAngle" | "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> & {
28
+ ownerState?: any;
29
29
  }, {}, {}>;
30
30
  export declare const RenderValueTypography: import('@emotion/styled').StyledComponent<Pick<import('../../Typography/types').TypographyProps, keyof import('../../Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
31
- ownerState: any;
31
+ ownerState?: any;
32
32
  }, {}, {}>;
33
33
  export declare const LabelOptionStyled: import('@emotion/styled').StyledComponent<Pick<import('../../Typography/types').TypographyProps, keyof import('../../Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
34
- ownerState: any;
34
+ ownerState?: any;
35
35
  }, {}, {}>;
36
36
  export declare const LabelPlaceholerStyled: import('@emotion/styled').StyledComponent<Pick<import('../../Typography/types').TypographyProps, keyof import('../../Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
37
- ownerState: any;
37
+ ownerState?: any;
38
38
  }, {}, {}>;
@@ -5,9 +5,9 @@ import { s as selectStyles } from "../Select.styles.js";
5
5
  import { S as SelectSlots } from "./SelectEnum.js";
6
6
  import { I as IconButton } from "../../IconButton/IconButton.js";
7
7
  import { S as Skeleton } from "../../Skeleton/Skeleton.js";
8
- import { M as MenuItem } from "../../MenuItem/MenuItem.js";
9
8
  import { T as Typography } from "../../Typography/Typography.js";
10
9
  import { I as Icon } from "../../../Icon/Icon.js";
10
+ import { M as MenuItem } from "../../MenuItem/MenuItem.js";
11
11
  const SelectRootStyled = () => styled(Select, {
12
12
  name: SELECT_KEY_COMPONENT,
13
13
  slot: SelectSlots.root
@@ -1,5 +1,5 @@
1
1
  export declare const StyledMUISkeleton: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
3
- }, "children" | "style" | "variant" | "width" | "height" | "animation" | "className" | "classes" | "sx">, "children" | "ref" | "title" | "id" | "hidden" | "color" | "content" | "style" | "variant" | "width" | "height" | "translate" | "animation" | "className" | "classes" | "sx" | "slot" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "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" | "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" | "onResize" | "onResizeCapture" | "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"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').SkeletonOwnerState> & Record<string, unknown> & {
3
+ }, "children" | "style" | "variant" | "width" | "height" | "animation" | "className" | "classes" | "sx">, "children" | "ref" | "title" | "id" | "hidden" | "color" | "content" | "style" | "variant" | "width" | "height" | "translate" | "animation" | "className" | "classes" | "sx" | "slot" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "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"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').SkeletonOwnerState> & Record<string, unknown> & {
4
4
  ownerState: Partial<import('../types').SkeletonOwnerState> & Record<string, unknown>;
5
5
  }, {}, {}>;
@@ -8,23 +8,23 @@ const skeletonStyles = {
8
8
  // Estilos generales 🌐
9
9
  // Override de estilos generales de MUI 🚫
10
10
  "&.MuiSkeleton-root": {
11
- backgroundColor: theme.vars.palette.skeleton.transition
11
+ backgroundColor: theme.vars.palette.skeleton.default
12
12
  },
13
13
  // Variante rounded 💅
14
- ...ownerState.variant === "rounded" && {
14
+ ...ownerState?.variant === "rounded" && {
15
15
  // Override de estilos de MUI 🚫
16
16
  width: "100%",
17
17
  height: "100%",
18
18
  borderRadius: theme.vars.size.borderRadius.r1
19
19
  },
20
20
  // Variante rectangular 💅
21
- ...ownerState.variant === "rectangular" && {
21
+ ...ownerState?.variant === "rectangular" && {
22
22
  // Override de estilos de MUI 🚫
23
23
  width: "100%",
24
24
  height: "100%"
25
25
  },
26
26
  // Variante rectangular 💅
27
- ...ownerState.variant === "circular" && {
27
+ ...ownerState?.variant === "circular" && {
28
28
  // Override de estilos de MUI 🚫
29
29
  width: "100%",
30
30
  height: "100%"
@@ -1,19 +1,21 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import { M as MUISTackRootStyled } from "./slots/StackSlot.js";
3
2
  import { g as getPropDataTestId } from "../../../test/getNameDataTestId.js";
4
3
  import { S as STACK_KEY_COMPONENT } from "./constant.js";
4
+ import { M as MUISTackRootStyled } from "./slots/StackSlot.js";
5
5
  import { S as StackSlots } from "./slots/StackEnum.js";
6
6
  const Stack = (props) => {
7
7
  const {
8
8
  children,
9
9
  flexDirection,
10
10
  dataTestId,
11
+ width,
12
+ height,
11
13
  ...others
12
14
  } = props;
13
15
  return /* @__PURE__ */ jsx(
14
16
  MUISTackRootStyled,
15
17
  {
16
- ownerState: {},
18
+ ownerState: { ...width && { width }, ...height && { height } },
17
19
  flexDirection,
18
20
  ...getPropDataTestId(STACK_KEY_COMPONENT, StackSlots.root, dataTestId),
19
21
  ...others,
@@ -1,8 +1,11 @@
1
1
  const stackStyles = {
2
- root: {
3
- width: "100%",
4
- height: "100%"
5
- }
2
+ /**
3
+ * Estilos del contenedor principal.
4
+ */
5
+ root: ({ ownerState }) => ({
6
+ width: ownerState?.width || "100%",
7
+ height: ownerState?.height || "100%"
8
+ })
6
9
  };
7
10
  export {
8
11
  stackStyles as s
@@ -1,5 +1,5 @@
1
1
  export declare const MUISTackRootStyled: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
3
- }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps>, "ref" | "title" | "id" | "hidden" | "content" | "translate" | keyof import('@mui/material/OverridableComponent').CommonProps | "slot" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "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" | "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" | "onResize" | "onResizeCapture" | "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" | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
4
- ownerState: any;
3
+ }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps>, "ref" | "title" | "id" | "hidden" | "content" | "translate" | keyof import('@mui/material/OverridableComponent').CommonProps | "slot" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "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" | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
4
+ ownerState?: any;
5
5
  }, {}, {}>;
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').TabOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
7
7
  ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
8
- }, "value" | "children" | "disabled" | "action" | "style" | "icon" | "className" | "classes" | "sx" | "label" | "tabIndex" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "iconPosition" | "wrapped">, "value" | "children" | "ref" | "title" | "id" | "disabled" | "action" | "hidden" | "color" | "content" | "style" | "icon" | "translate" | "className" | "classes" | "sx" | "label" | "slot" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "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" | "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" | "onResize" | "onResizeCapture" | "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" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "iconPosition" | "wrapped"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').TabOwnerState> & Record<string, unknown> & {
8
+ }, "value" | "children" | "disabled" | "action" | "style" | "icon" | "className" | "classes" | "sx" | "label" | "tabIndex" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "iconPosition" | "wrapped">, "value" | "children" | "ref" | "title" | "id" | "disabled" | "action" | "hidden" | "color" | "content" | "style" | "icon" | "translate" | "className" | "classes" | "sx" | "label" | "slot" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "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" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "iconPosition" | "wrapped"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').TabOwnerState> & Record<string, unknown> & {
9
9
  ownerState: Partial<import('../types').TabOwnerState> & Record<string, unknown>;
10
10
  }, {}, {}>;
11
11
  /**
@@ -21,6 +21,7 @@ function Tab(props) {
21
21
  color = "default",
22
22
  // Color del tab.
23
23
  className,
24
+ ariaLabel,
24
25
  ...other
25
26
  // Otras propiedades que se pasan al componente.
26
27
  } = props;
@@ -37,6 +38,7 @@ function Tab(props) {
37
38
  return /* @__PURE__ */ jsx(
38
39
  RootStyled,
39
40
  {
41
+ "aria-label": ariaLabel,
40
42
  label: label ? /* @__PURE__ */ jsx(TypographyStyled, { size: adjustedSize, className: clsx(classes.tipography, className), ownerState: { ...OwnerState }, variant: "body", children: label }) : void 0,
41
43
  disabled: isSkeleton || disabled,
42
44
  ownerState: { ...OwnerState },
@@ -1,3 +1,4 @@
1
+ import { g as getSizeStyles } from "../../../utils/getSizeStyles/getSizeStyles.js";
1
2
  const tabStyles = {
2
3
  /**
3
4
  * Slot Raíz: Estilos para el contenedor principal del componente Tab.
@@ -14,11 +15,9 @@ const tabStyles = {
14
15
  opacity: 1,
15
16
  overflow: "visible",
16
17
  // Bordes y radio de borde
17
- border: theme.vars.size.borderStroke.container,
18
- borderColor: "transparent",
19
18
  borderBottom: 0,
20
- borderTopLeftRadius: `calc(${theme.vars.size.borderRadius.r1} - 1px)`,
21
- borderTopRightRadius: `calc(${theme.vars.size.borderRadius.r1} - 1px)`,
19
+ borderTopLeftRadius: theme.vars.size.borderRadius.r1,
20
+ borderTopRightRadius: theme.vars.size.borderRadius.r1,
22
21
  boxSizing: "border-box",
23
22
  // Padding
24
23
  paddingTop: 0,
@@ -27,27 +26,20 @@ const tabStyles = {
27
26
  paddingRight: theme.vars.size.baseSpacings.sp2,
28
27
  position: "relative",
29
28
  // Altura para vista móvil y de escritorio basada en el tamaño
30
- ...theme.generalSettings.isMobile ? {
31
- ...ownerState.tabSize === "medium" && {
32
- height: theme.vars.size.mobile.medium.container
33
- },
34
- ...ownerState.tabSize === "small" && {
35
- height: theme.vars.size.mobile.small.container
36
- }
37
- } : {
38
- ...ownerState.tabSize === "medium" && {
39
- height: theme.vars.size.desktop.medium.container
40
- },
41
- ...ownerState.tabSize === "small" && {
42
- height: theme.vars.size.desktop.small.container
43
- }
44
- },
29
+ ...getSizeStyles(
30
+ theme,
31
+ ownerState?.size || "medium",
32
+ "container"
33
+ ),
45
34
  // Ajuste de alineación del icono
46
35
  "& .MuiTab-iconWrapper": {
47
36
  marginBottom: 0
48
37
  },
49
38
  //Disabled
50
- ...ownerState.tabDisabled && {
39
+ "&.Mui-disabled": {
40
+ opacity: "1 !important"
41
+ },
42
+ ...ownerState?.tabDisabled && {
51
43
  ".M4LTab-icon div": {
52
44
  backgroundColor: `${theme.vars.palette.text.disabled} !important`
53
45
  },
@@ -69,10 +61,10 @@ const tabStyles = {
69
61
  * - Estilos para los estados hover, focus-visible y active.
70
62
  */
71
63
  "&:hover": {
72
- background: theme.vars.palette[ownerState.tabColor || "default"].hoverOpacity
64
+ background: theme.vars.palette[ownerState?.tabColor || "default"].hoverOpacity
73
65
  },
74
66
  "&:active": {
75
- background: theme.vars.palette[ownerState.tabColor || "default"].activeOpacity
67
+ background: theme.vars.palette[ownerState?.tabColor || "default"].activeOpacity
76
68
  },
77
69
  /**
78
70
  * **Estado Seleccionado**:
@@ -81,14 +73,12 @@ const tabStyles = {
81
73
  */
82
74
  "&.Mui-selected": {
83
75
  background: theme.vars.palette.background.default,
84
- border: theme.vars.size.borderStroke.container,
85
- borderColor: theme.vars.palette.border.secondary,
86
- borderBottom: 0,
76
+ border: "unset",
87
77
  ".M4LTab-icon div": {
88
- backgroundColor: ownerState.tabDisabled ? theme.vars.palette.text.disabled : theme.vars.palette.primary.enabled
78
+ backgroundColor: ownerState?.tabDisabled ? theme.vars.palette.text.disabled : theme.vars.palette.primary.enabled
89
79
  },
90
80
  ".M4LTab-tipography": {
91
- color: ownerState.tabDisabled ? theme.vars.palette.text.disabled : theme.vars.palette.primary.enabled
81
+ color: ownerState?.tabDisabled ? theme.vars.palette.text.disabled : theme.vars.palette.primary.enabled
92
82
  },
93
83
  // Efecto ripple en estado seleccionado
94
84
  "& .MuiTouchRipple-root": {
@@ -97,14 +87,10 @@ const tabStyles = {
97
87
  },
98
88
  "&::after": {
99
89
  content: '""',
100
- width: "70%",
101
- transform: "translateX(20%)",
102
- height: theme.vars.size.borderRadius["r0-5"],
103
- left: 0,
104
- top: -1,
105
- backgroundColor: ownerState.tabSkeleton ? theme.vars.palette.skeleton.default : ownerState.tabDisabled ? theme.vars.palette.text.disabled : theme.vars.palette.primary.enabled,
106
- borderEndStartRadius: theme.vars.size.borderRadius["r1"],
107
- borderEndEndRadius: theme.vars.size.borderRadius["r1"],
90
+ width: "100%",
91
+ height: theme.vars.size.baseSpacings["sp0-5"],
92
+ bottom: 0,
93
+ backgroundColor: ownerState?.tabSkeleton ? theme.vars.palette.skeleton.default : ownerState?.tabDisabled ? theme.vars.palette.text.disabled : theme.vars.palette.primary.enabled,
108
94
  position: "absolute"
109
95
  },
110
96
  "&:hover": {
@@ -124,21 +110,13 @@ const tabStyles = {
124
110
  }
125
111
  },
126
112
  "&.Mui-selected:focus-visible": {
127
- background: theme.vars.palette.primary.activeOpacity,
128
- outline: "1px solid",
129
- outlineOffset: "-1px",
130
- color: theme.vars.palette[ownerState.tabColor || "default"].focusVisible,
131
- "&:hover": {
132
- backgroundColor: theme.vars.palette.primary.activeOpacity
133
- }
113
+ background: theme.vars.palette.primary.activeOpacity
134
114
  },
135
115
  "&:focus-visible": {
136
- background: theme.vars.palette[ownerState.tabColor || "default"].activeOpacity,
137
- outline: "1px solid",
138
- outlineOffset: "-1px",
139
- color: theme.vars.palette[ownerState.tabColor || "default"].focusVisible,
116
+ background: theme.vars.palette[ownerState?.tabColor || "default"].activeOpacity,
117
+ boxShadow: `inset 0 0 0 1.3px ${theme.vars.palette.primary.focusVisible}`,
140
118
  "&:hover": {
141
- backgroundColor: theme.vars.palette[ownerState.tabColor || "default"].activeOpacity
119
+ backgroundColor: theme.vars.palette[ownerState?.tabColor || "default"].activeOpacity
142
120
  }
143
121
  }
144
122
  }),
@@ -148,7 +126,7 @@ const tabStyles = {
148
126
  */
149
127
  tipography: ({ ownerState }) => ({
150
128
  cursor: "pointer",
151
- ...ownerState.tabSkeleton && {
129
+ ...ownerState?.tabSkeleton && {
152
130
  width: "32px"
153
131
  }
154
132
  }),
@@ -27,6 +27,10 @@ export interface TabProps extends Omit<MUITabProps, 'size' | 'label' | 'color'>
27
27
  * Paleta de color
28
28
  */
29
29
  color?: Extract<ComponentPalletColor, 'default'>;
30
+ /**
31
+ * Aria label for the tab component.
32
+ */
33
+ ariaLabel?: string;
30
34
  }
31
35
  /**
32
36
  * Tipo de slot del `Tab`, basado en las opciones definidas en `TabSlots`.
@@ -5,7 +5,7 @@ import { T as TabContentRootStyled } from "./slots/TabContentSlots.js";
5
5
  const TabContent = (props) => {
6
6
  const { children, className, ...others } = props;
7
7
  const root = getComponentSlotRoot(TAB_CONTENT_KEY_COMPONENT);
8
- return /* @__PURE__ */ jsx(TabContentRootStyled, { ownerState: {}, className: root, ...others, children });
8
+ return /* @__PURE__ */ jsx(TabContentRootStyled, { className: root, ...others, children });
9
9
  };
10
10
  export {
11
11
  TabContent as T
@@ -9,13 +9,11 @@ const tabContentStyles = {
9
9
  // height: '100%',
10
10
  flexDirection: "column",
11
11
  gap: theme.vars.size.baseSpacings.sp2,
12
- background: theme.vars.palette.background.default,
13
- borderRadius: theme.vars.size.borderRadius.r1,
14
- borderTopLeftRadius: theme.vars.size.borderRadius.r0,
12
+ background: theme.vars.palette.background.base,
15
13
  position: "relative",
16
14
  flex: 1,
17
15
  flexGrow: 1,
18
- border: theme.vars.size.borderStroke.container,
16
+ borderTop: theme.vars.size.borderStroke.container,
19
17
  borderColor: theme.vars.palette?.border.secondary,
20
18
  boxSizing: "border-box",
21
19
  zIndex: "0",
@@ -1,3 +1,3 @@
1
- export declare const TabContentRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../..').TabsProps> & Record<string, unknown> & {
2
- ownerState: Partial<import('../..').TabsProps> & Record<string, unknown>;
1
+ export declare const TabContentRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
2
+ ownerState?: (Partial<import('../..').TabsProps> & Record<string, unknown>) | undefined;
3
3
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
@@ -1,11 +1,11 @@
1
1
  import { Theme } from '@mui/material';
2
- import { OverridesStyleRules } from '@mui/material/styles/overrides';
3
2
  import { Key } from 'react';
4
3
  import { TABS_KEY_COMPONENT } from '../Tabs/constants';
5
4
  import { TabContentSlots } from './slots/TabContentEnum';
5
+ import { M4LOverridesStyleRules } from '../../../@types/augmentations';
6
6
  export interface TabContentProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> {
7
7
  children: React.ReactNode;
8
8
  style?: React.CSSProperties;
9
9
  key?: Key | null | undefined;
10
10
  }
11
- export type TabContentStyles = OverridesStyleRules<keyof typeof TabContentSlots, typeof TABS_KEY_COMPONENT, Theme>;
11
+ export type TabContentStyles = M4LOverridesStyleRules<keyof typeof TabContentSlots, typeof TABS_KEY_COMPONENT, Theme>;
@@ -17,8 +17,9 @@ const tabsStyles = {
17
17
  borderRadius: theme.vars.size.borderRadius.r1,
18
18
  borderBottomLeftRadius: theme.vars.size.borderRadius.r0,
19
19
  borderBottomRightRadius: theme.vars.size.borderRadius.r0,
20
+ marginBottom: "1px",
20
21
  "& .MuiTabs-flexContainer": {
21
- background: theme.vars.palette.default.enabledOpacity
22
+ background: "transparent"
22
23
  },
23
24
  "& .MuiTabs-scroller": {
24
25
  overflow: "visible !important"