@m4l/components 9.2.56-beta.2 → 9.2.57

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 (374) hide show
  1. package/.storybook/decorators/WithWindowsToolsContext/WithContextWindowTools.d.ts +5 -0
  2. package/.storybook/utils/getStylesColorsByMode.d.ts +4 -4
  3. package/@types/augmentations.d.ts +1 -1
  4. package/@types/types.d.ts +9 -10
  5. package/components/AccountPopover/AccountPopover.js +4 -3
  6. package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +32 -32
  7. package/components/AccountPopover/subcomponents/MenuPopover/MenuPopover.js +14 -13
  8. package/components/AccountPopover/types.d.ts +2 -2
  9. package/components/AppBar/AppBar.js +9 -6
  10. package/components/AppBar/slots/AppBarSlots.d.ts +16 -16
  11. package/components/AppBar/styles.js +1 -2
  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 +1 -0
  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 +8 -29
  25. package/components/DataGrid/constants.d.ts +0 -1
  26. package/components/DataGrid/constants.js +0 -2
  27. package/components/DataGrid/contexts/DataGridContext/index.js +44 -31
  28. package/components/DataGrid/contexts/DataGridContext/types.d.ts +1 -6
  29. package/components/DataGrid/dictionary.d.ts +2 -1
  30. package/components/DataGrid/dictionary.js +22 -21
  31. package/components/DataGrid/formatters/ColumnIconFormatter/formatter.js +2 -0
  32. package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/formatter.js +2 -2
  33. package/components/DataGrid/icons.d.ts +0 -1
  34. package/components/DataGrid/icons.js +3 -4
  35. package/components/DataGrid/slots/DataGridEnum.d.ts +0 -6
  36. package/components/DataGrid/slots/DataGridEnum.js +2 -10
  37. package/components/DataGrid/slots/DataGridSlot.d.ts +0 -9
  38. package/components/DataGrid/slots/DataGridSlot.js +14 -35
  39. package/components/DataGrid/styles.js +484 -0
  40. package/components/DataGrid/subcomponents/Actions/index.d.ts +5 -0
  41. package/components/DataGrid/subcomponents/Actions/index.js +49 -0
  42. package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/Density/index.js +7 -8
  43. package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/Filter/index.js +2 -2
  44. package/components/DataGrid/subcomponents/Actions/subcomponents/MobileMenuActions/index.d.ts +7 -0
  45. package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/MobileMenuActions/index.js +4 -4
  46. package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/RowsCount/index.js +4 -4
  47. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/index.d.ts +5 -0
  48. package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/Settings/index.js +4 -6
  49. package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/Settings/subcomponents/ColumnsConfig/index.js +47 -57
  50. package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/Settings/subcomponents/ColumnsConfig/types.d.ts +3 -4
  51. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/types.d.ts +4 -0
  52. package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/index.d.ts +7 -0
  53. package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/hooks/useModalSettings/index.js +7 -11
  54. package/components/DataGrid/subcomponents/Actions/types.d.ts +16 -0
  55. package/components/DataGrid/subcomponents/Table/hooks/useSortColumnsRows.js +5 -5
  56. package/components/DataGrid/subcomponents/Table/index.js +4 -4
  57. package/components/DataGrid/subcomponents/Table/subcomponents/CustomIcons.js +3 -12
  58. package/components/DataGrid/subcomponents/Table/subcomponents/DraggableHeaderRenderer.js +13 -28
  59. package/components/DataGrid/subcomponents/Table/subcomponents/SelectColumn.js +2 -2
  60. package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/index.js +2 -4
  61. package/components/DataGrid/subcomponents/editors/TextEditor/index.js +1 -1
  62. package/components/DataGrid/types.d.ts +3 -20
  63. package/components/DragResizeWindowRND/DragResizeWindowRND.styles.js +1 -1
  64. package/components/DragResizeWindowRND/slots/DragResizeWindowRNDSlots.d.ts +5 -3
  65. package/components/DynamicFilter/DynamicFilter.styles.js +13 -13
  66. package/components/DynamicFilter/dictionary.d.ts +1 -0
  67. package/components/DynamicFilter/dictionary.js +2 -1
  68. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +19 -19
  69. package/components/DynamicFilter/store/DynamicFilterStore.js +2 -2
  70. package/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters.js +2 -2
  71. package/components/DynamicFilter/subcomponents/AppliedFilters/useAppliedFilters.js +1 -1
  72. package/components/DynamicFilter/subcomponents/FilterActions/FilterActions.js +3 -2
  73. package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.js +2 -2
  74. package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter.js +4 -3
  75. package/components/DynamicFilter/subcomponents/PopoverFilter/usePopoverFilter.d.ts +3 -3
  76. package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.js +1 -0
  77. package/components/DynamicFilter/types.d.ts +1 -1
  78. package/components/DynamicSort/DynamicSort.styles.js +13 -13
  79. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +19 -19
  80. package/components/DynamicSort/store/DynamicSortStore.js +2 -2
  81. package/components/DynamicSort/subcomponents/AppliedSorts/AppliedSorts.js +2 -2
  82. package/components/DynamicSort/subcomponents/PopoverMenuFields/PopoverMenuFields.js +1 -0
  83. package/components/DynamicSort/subcomponents/PopoverSort/PopoverSort.js +5 -4
  84. package/components/DynamicSort/subcomponents/PopoverSort/usePopoverSort.d.ts +3 -3
  85. package/components/DynamicSort/subcomponents/SortActions/SortActions.js +3 -2
  86. package/components/DynamicSort/subcomponents/SortActions/useSortActions.js +2 -2
  87. package/components/GridLayout/styles.js +82 -4
  88. package/components/HelperError/HelperError.styles.js +4 -4
  89. package/components/Icon/Icon.js +1 -1
  90. package/components/Icon/Icon.styles.js +10 -10
  91. package/components/Image/Image.js +1 -1
  92. package/components/Image/image.styles.js +1 -1
  93. package/components/Image/slots/ImageSlots.d.ts +12 -12
  94. package/components/Image/subcomponents/IntersectComponent/index.js +1 -0
  95. package/components/Image/types.d.ts +2 -2
  96. package/components/Label/Label.styles.js +11 -11
  97. package/components/Label/slots/LabelSlots.d.ts +1 -1
  98. package/components/LanguagePopover/slots/LanguagePopoverSlots.d.ts +1 -1
  99. package/components/LinearProgressIndeterminate/LinearProgressIndeterminate.styles.js +3 -3
  100. package/components/LoadingError/LoadingError.js +2 -1
  101. package/components/MenuActions/MenuActions.js +3 -3
  102. package/components/MenuActions/MenuActions.styles.js +4 -4
  103. package/components/MenuActions/slots/MenuActionsSlots.d.ts +12 -12
  104. package/components/MenuActions/types.d.ts +3 -3
  105. package/components/ModalDialog/slots/ModalDialogSlots.d.ts +2 -2
  106. package/components/NoItemSelected/NoItemSelected.js +5 -3
  107. package/components/NoItemSelected/NoItemSelected.styles.js +4 -4
  108. package/components/NoItemSelected/slots/NoItemSelectedSlots.d.ts +7 -7
  109. package/components/NumberInput/NumberInput.styles.js +20 -20
  110. package/components/NumberInput/hooks/useNumberInput/useNumberInput.js +2 -0
  111. package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
  112. package/components/ObjectLogs/hooks/useDetailFormatter.js +2 -3
  113. package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +20 -20
  114. package/components/ObjectLogs/subcomponents/ObjectLogsByM4L/ObjectLogsByM4L.js +3 -1
  115. package/components/ObjectLogs/subcomponents/ObjectLogsByOthers/ObjectLogsByOthers.js +3 -1
  116. package/components/ObjectLogs/types.d.ts +2 -2
  117. package/components/Pager/Pager.js +3 -2
  118. package/components/Pager/Pager.styles.js +12 -13
  119. package/components/Pager/slots/PagerEnum.d.ts +1 -2
  120. package/components/Pager/slots/PagerEnum.js +0 -1
  121. package/components/Pager/slots/PagerSlots.d.ts +0 -1
  122. package/components/Pager/slots/PagerSlots.js +2 -7
  123. package/components/Pager/subcomponents/CustomTablePagination/CustomTablePagination.js +18 -16
  124. package/components/Pager/subcomponents/PagerActions/PagerActions.js +2 -4
  125. package/components/Pager/subcomponents/PagerActions/types.d.ts +0 -1
  126. package/components/PaperForm/components/Header.js +2 -2
  127. package/components/PaperForm/slots/PaperFormSlots.d.ts +10 -10
  128. package/components/PaperForm/styles.js +7 -7
  129. package/components/PaperForm/types.d.ts +2 -2
  130. package/components/PrintingSystem/slots/PrintingSystemSlots.d.ts +42 -42
  131. package/components/PrintingSystem/subcomponents/BodyNode/index.js +1 -0
  132. package/components/PrintingSystem/subcomponents/ChartNode/index.js +1 -0
  133. package/components/PrintingSystem/subcomponents/DividerNode/index.js +1 -0
  134. package/components/PrintingSystem/subcomponents/FooterNode/index.js +1 -0
  135. package/components/PrintingSystem/subcomponents/GridNode/index.js +5 -0
  136. package/components/PrintingSystem/subcomponents/HeaderNode/index.js +1 -0
  137. package/components/PrintingSystem/subcomponents/PageNode/index.js +1 -0
  138. package/components/PrintingSystem/subcomponents/PaperNode/index.js +5 -0
  139. package/components/PrintingSystem/subcomponents/PropertyValueNode/index.js +2 -0
  140. package/components/PrintingSystem/subcomponents/SectionNode/index.js +1 -0
  141. package/components/PrintingSystem/types.d.ts +2 -2
  142. package/components/PropertyValue/PropertyValue.js +4 -3
  143. package/components/PropertyValue/PropertyValue.styles.js +3 -3
  144. package/components/PropertyValue/slots/PropertyValueSlots.d.ts +3 -3
  145. package/components/ScrollBar/ScrollBar.d.ts +3 -3
  146. package/components/ScrollBar/ScrollBar.js +45 -5
  147. package/components/ScrollBar/ScrollBar.styles.js +52 -5
  148. package/components/ScrollBar/constants.d.ts +2 -4
  149. package/components/ScrollBar/constants.js +5 -2
  150. package/components/ScrollBar/slots/ScrollBarEnum.d.ts +4 -0
  151. package/components/ScrollBar/slots/ScrollBarEnum.js +8 -0
  152. package/components/ScrollBar/slots/ScrollBarSlots.d.ts +6 -1
  153. package/components/ScrollBar/slots/ScrollBarSlots.js +13 -7
  154. package/components/ScrollBar/slots/index.d.ts +2 -0
  155. package/components/ScrollBar/types.d.ts +42 -12
  156. package/components/SideBar/slots/SideBarSlots.d.ts +34 -34
  157. package/components/SideBar/subcomponents/ContentComponent/style.d.ts +2 -2
  158. package/components/SideBar/subcomponents/ContentComponent/style.js +4 -4
  159. package/components/SideBar/subcomponents/ContentGroups/index.js +3 -3
  160. package/components/SideBar/subcomponents/ContentGroups/styles.d.ts +2 -2
  161. package/components/SideBar/subcomponents/ContentGroups/styles.js +2 -11
  162. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.d.ts +2 -2
  163. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +10 -1
  164. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/subcomponents/ArrowIcon/index.js +1 -0
  165. package/components/SideBar/subcomponents/FooterSidebar/styles.d.ts +2 -2
  166. package/components/SideBar/subcomponents/HeaderSidebar/index.js +2 -2
  167. package/components/SideBar/subcomponents/HeaderSidebar/styles.d.ts +2 -2
  168. package/components/SideBar/subcomponents/SideBarDesktop/styles.d.ts +2 -2
  169. package/components/SideBar/subcomponents/SideBarDesktop/styles.js +2 -2
  170. package/components/SideBar/subcomponents/SideBarMobile/index.js +1 -0
  171. package/components/SideBar/subcomponents/SideBarMobile/styles.d.ts +2 -2
  172. package/components/SideBar/types.d.ts +2 -9
  173. package/components/ToastContainer/slots/toastContainerSlots.d.ts +2 -2
  174. package/components/WindowBase/WindowBase.js +6 -8
  175. package/components/WindowBase/WindowBase.styles.js +107 -208
  176. package/components/WindowBase/icons.js +2 -2
  177. package/components/WindowBase/slots/WindowBaseEnum.d.ts +3 -3
  178. package/components/WindowBase/slots/WindowBaseEnum.js +2 -2
  179. package/components/WindowBase/slots/WindowBaseSlots.d.ts +23 -18
  180. package/components/WindowBase/slots/WindowBaseSlots.js +12 -13
  181. package/components/WindowBase/subcomponents/Header/HeaderWindowBase.js +12 -22
  182. package/components/WindowBase/subcomponents/Header/types.d.ts +1 -1
  183. package/components/WindowBase/subcomponents/Header/useButtonActions.js +2 -5
  184. package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.d.ts +1 -1
  185. package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.js +1 -1
  186. package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts +0 -9
  187. package/components/WindowBase/types.d.ts +0 -10
  188. package/components/WindowConfirm/WindowConfirm.js +3 -2
  189. package/components/WindowConfirm/WindowConfirm.styles.js +4 -4
  190. package/components/areas/components/AreasAdmin/AreasAdmin.js +17 -12
  191. package/components/areas/components/AreasAdmin/AreasAdmin.styles.js +21 -13
  192. package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +23 -23
  193. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/AreaChip.js +4 -1
  194. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +4 -3
  195. package/components/areas/components/AreasAdmin/types.d.ts +1 -1
  196. package/components/areas/components/AreasViewer/AreasViewer.js +1 -1
  197. package/components/areas/components/AreasViewer/AreasViewer.styles.js +2 -2
  198. package/components/areas/components/AreasViewer/slots/AreasViewerSlots.d.ts +5 -5
  199. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/BaseArea/BaseArea.js +1 -1
  200. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/Window.js +1 -8
  201. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useRightActions.js +3 -7
  202. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/WindowModal.js +1 -0
  203. package/components/areas/contexts/AreasContext/index.js +1 -1
  204. package/components/areas/contexts/AreasContext/store.js +1 -1
  205. package/components/areas/contexts/AreasContext/types.d.ts +1 -1
  206. package/components/areas/icons.d.ts +2 -2
  207. package/components/areas/icons.js +4 -4
  208. package/components/commercial/SectionCommercial/classes/index.d.ts +2 -2
  209. package/components/commercial/SectionCommercial/classes/index.js +3 -3
  210. package/components/commercial/SectionCommercial/types.d.ts +1 -1
  211. package/components/extended/React-Resizable/helpers.d.ts +9 -2
  212. package/components/extended/React-Resizable/helpers.js +13 -15
  213. package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.js +1 -0
  214. package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.styles.js +1 -1
  215. package/components/extended/React-Spinners/PropagateLoaderSpinner/slots/PropagateLoaderSpinnerSlots.d.ts +4 -4
  216. package/components/extended/React-Spinners/PropagateLoaderSpinner/types.d.ts +2 -2
  217. package/components/extended/React-Splitter-Layout/slots/SplitLayoutSlots.d.ts +3 -3
  218. package/components/extended/React-resizable-panels/SplitLayout.styles.js +6 -6
  219. package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +8 -8
  220. package/components/formatters/ChipStatusFormatter/slots/ChipStatusFormatterSlots.d.ts +2 -2
  221. package/components/formatters/PeriodFormatter/PeriodFormatter.styles.js +1 -1
  222. package/components/hook-form/RHFAutocomplete/RFHAutocompleteStyles.js +1 -1
  223. package/components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.d.ts +2 -1
  224. package/components/hook-form/RHFAutocompleteAsync/reducer/RHFAutocompleteReducer.js +7 -1
  225. package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
  226. package/components/hook-form/RHFDateTime/types.d.ts +1 -1
  227. package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +2 -2
  228. package/components/hook-form/RHFSelect/RHFSelect.js +1 -1
  229. package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
  230. package/components/hook-form/RHFSelect/slots/RHFSlots.js +1 -1
  231. package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
  232. package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js +1 -1
  233. package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.styles.js +2 -2
  234. package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +8 -8
  235. package/components/hook-form/RHFTextFieldPassword/types.d.ts +2 -2
  236. package/components/hook-form/RHFTimePicker/types.d.ts +1 -1
  237. package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js +1 -1
  238. package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.styles.js +3 -3
  239. package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +22 -22
  240. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/UploadImage.js +10 -9
  241. package/components/hook-form/RHFUpload/RHFUploadImage/types.d.ts +2 -2
  242. package/components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.styles.js +2 -2
  243. package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +22 -22
  244. package/components/hook-form/RHFUpload/RHFUploadSingleFile/subcomponents/BlockContent/BlockContent.js +7 -2
  245. package/components/hook-form/RHFUpload/RHFUploadSingleFile/subcomponents/Preview/Preview.js +6 -5
  246. package/components/hook-form/RHFormContext/index.d.ts +1 -1
  247. package/components/index.d.ts +0 -2
  248. package/components/mui_extended/Accordion/Accordion.js +21 -31
  249. package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +12 -12
  250. package/components/mui_extended/Accordion/styles.js +33 -56
  251. package/components/mui_extended/Accordion/types.d.ts +6 -39
  252. package/components/mui_extended/Autocomplete/Autocomplete.styles.js +3 -3
  253. package/components/mui_extended/Autocomplete/hooks/useEndAdornments.js +1 -1
  254. package/components/mui_extended/Autocomplete/renderOptions/index.d.ts +3 -1
  255. package/components/mui_extended/Autocomplete/renderOptions/index.js +3 -2
  256. package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +17 -17
  257. package/components/mui_extended/Avatar/Avatar.js +1 -1
  258. package/components/mui_extended/Avatar/slots/AvatarSlots.d.ts +1 -1
  259. package/components/mui_extended/Avatar/styles.js +3 -3
  260. package/components/mui_extended/Badge/Badge.js +2 -1
  261. package/components/mui_extended/Badge/Badge.styles.js +9 -9
  262. package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +2 -2
  263. package/components/mui_extended/Badge/types.d.ts +2 -2
  264. package/components/mui_extended/Button/ButtonStyles.js +25 -25
  265. package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
  266. package/components/mui_extended/CheckBox/CheckBox.js +2 -2
  267. package/components/mui_extended/CheckBox/CheckBox.styles.js +12 -12
  268. package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +12 -12
  269. package/components/mui_extended/CheckBox/types.d.ts +2 -2
  270. package/components/mui_extended/CircularProgress/CircularProgress.styles.js +5 -5
  271. package/components/mui_extended/DateTimePicker/DateTimePicker.styles.js +49 -49
  272. package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.d.ts +12 -12
  273. package/components/mui_extended/Divider/Divider.js +2 -1
  274. package/components/mui_extended/Divider/Divider.styles.js +9 -9
  275. package/components/mui_extended/Divider/slots/DividerSlots.d.ts +1 -1
  276. package/components/mui_extended/IconButton/IconButton.js +2 -3
  277. package/components/mui_extended/IconButton/IconButton.styles.js +21 -21
  278. package/components/mui_extended/IconButton/helpers/getIconButtonColors.d.ts +1 -1
  279. package/components/mui_extended/IconButton/helpers/getIconButtonColors.js +4 -4
  280. package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +5 -5
  281. package/components/mui_extended/IconButton/types.d.ts +1 -1
  282. package/components/mui_extended/LoadingButton/LoadingButton.styles.js +5 -5
  283. package/components/mui_extended/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
  284. package/components/mui_extended/MenuDivider/MenuDivider.js +2 -1
  285. package/components/mui_extended/MenuDivider/MenuDivider.styles.js +9 -9
  286. package/components/mui_extended/MenuDivider/slots/MenuDividerSlots.d.ts +1 -1
  287. package/components/mui_extended/MenuItem/MenuItem.styles.js +10 -10
  288. package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +7 -7
  289. package/components/mui_extended/MenuItem/types.d.ts +3 -8
  290. package/components/mui_extended/NavLink/NavLink.js +2 -1
  291. package/components/mui_extended/NavLink/NavLink.styles.js +9 -9
  292. package/components/mui_extended/NavLink/slots/NavLinkSlots.d.ts +4 -4
  293. package/components/mui_extended/Popover/Popover.js +1 -0
  294. package/components/mui_extended/Popover/slots/PopoverSlots.d.ts +2 -2
  295. package/components/mui_extended/Popover/types.d.ts +3 -3
  296. package/components/mui_extended/Popper/PopperStyles.js +1 -1
  297. package/components/mui_extended/Popper/slots/PopperStlots.d.ts +1 -1
  298. package/components/mui_extended/Select/Select.js +3 -2
  299. package/components/mui_extended/Select/Select.styles.js +10 -10
  300. package/components/mui_extended/Select/slots/SelectSlots.d.ts +12 -12
  301. package/components/mui_extended/Select/slots/SelectSlots.js +1 -1
  302. package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
  303. package/components/mui_extended/Skeleton/skeleton.styles.js +4 -4
  304. package/components/mui_extended/Stack/Stack.styles.js +3 -3
  305. package/components/mui_extended/Stack/slots/StackSlot.d.ts +2 -2
  306. package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
  307. package/components/mui_extended/Tab/Tab.js +0 -2
  308. package/components/mui_extended/Tab/Tab.styles.js +48 -26
  309. package/components/mui_extended/Tab/types.d.ts +0 -4
  310. package/components/mui_extended/TabContent/TabContent.js +1 -1
  311. package/components/mui_extended/TabContent/TabContent.styles.js +4 -2
  312. package/components/mui_extended/TabContent/slots/TabContentSlots.d.ts +2 -2
  313. package/components/mui_extended/TabContent/types.d.ts +2 -2
  314. package/components/mui_extended/Tabs/Tabs.styles.js +1 -2
  315. package/components/mui_extended/Tabs/slots/TabsSlots.d.ts +1 -1
  316. package/components/mui_extended/TextField/TextField.styles.js +22 -22
  317. package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +3 -3
  318. package/components/mui_extended/TimePicker/slots/TimePickerSlots.d.ts +9 -9
  319. package/components/mui_extended/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
  320. package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
  321. package/components/mui_extended/Tooltip/Tooltip.styles.js +1 -1
  322. package/components/mui_extended/Tooltip/slots/TooltipSlots.d.ts +3 -3
  323. package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
  324. package/components/mui_extended/Typography/typography.styles.js +7 -7
  325. package/components/mui_extended/index.d.ts +2 -0
  326. package/components/popups/components/PopupsViewer/PopupsViewer.styles.js +2 -2
  327. package/components/popups/components/PopupsViewer/slots/popupsViewerSlots.d.ts +9 -7
  328. package/components/popups/components/PopupsViewer/subcomponents/Popup/Popup.js +0 -2
  329. package/hooks/useComponentSize/useComponentSize.d.ts +3 -3
  330. package/hooks/useComponentSize/useComponentSize.js +2 -5
  331. package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +6 -6
  332. package/hooks/useDynamicFilterAndSort/styles.js +7 -8
  333. package/hooks/useDynamicFilterAndSort/types.d.ts +2 -2
  334. package/hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js +15 -8
  335. package/index.js +24 -24
  336. package/package.json +3 -3
  337. package/storybook/components/Chip/Chip.stories.d.ts +0 -4
  338. package/storybook/components/DataGrid/DataGrid.stories.d.ts +0 -16
  339. package/storybook/components/Icon/Icon.stories.d.ts +0 -4
  340. package/storybook/components/ObjectLogs/ObjectLogs.stories.d.ts +2 -2
  341. package/storybook/components/WindowBase/windowBase.stories.d.ts +7 -60
  342. package/storybook/components/extended/mui/Accordion/Accordion.stories.d.ts +20 -72
  343. package/storybook/components/extended/mui/Tab/Tab.stories.d.ts +24 -24
  344. package/storybook/components/extended/scrollBar/ScrollBar.stories.d.ts +7 -0
  345. package/storybook/components/extended/scrollBar/ScrollBarDecorator.d.ts +11 -0
  346. package/.storybook/utils/flattenDeep.d.ts +0 -8
  347. package/components/DataGrid/Datagrid.styles.js +0 -598
  348. package/components/DataGrid/subcomponents/ControlNavigate/ControlNavigate.d.ts +0 -5
  349. package/components/DataGrid/subcomponents/ControlNavigate/ControlNavigate.js +0 -30
  350. package/components/DataGrid/subcomponents/ControlNavigate/index.d.ts +0 -2
  351. package/components/DataGrid/subcomponents/ControlNavigate/types.d.ts +0 -7
  352. package/components/DataGrid/subcomponents/HeaderActions/index.d.ts +0 -5
  353. package/components/DataGrid/subcomponents/HeaderActions/index.js +0 -39
  354. package/components/DataGrid/subcomponents/HeaderActions/subcomponents/MobileMenuActions/index.d.ts +0 -4
  355. package/components/DataGrid/subcomponents/HeaderActions/subcomponents/Settings/index.d.ts +0 -4
  356. package/components/DataGrid/subcomponents/HeaderActions/subcomponents/hooks/useModalSettings/index.d.ts +0 -7
  357. package/components/DataGrid/subcomponents/HeaderActions/subcomponents/types.d.ts +0 -2
  358. package/components/DataGrid/subcomponents/HeaderActions/types.d.ts +0 -4
  359. package/components/Pager/index.d.ts +0 -2
  360. package/components/ScrollBar/index.d.ts +0 -2
  361. package/components/ScrollBar/index.js +0 -1
  362. package/components/ScrollBar/slots/ScrollbarEnum.d.ts +0 -3
  363. package/components/ScrollBar/slots/ScrollbarEnum.js +0 -7
  364. package/storybook/tootls/WrapperLineGuide/WrapperLineGuide.d.ts +0 -9
  365. package/storybook/tootls/WrapperLineGuide/styles.d.ts +0 -1
  366. package/storybook/tootls/WrapperLineGuide/types.d.ts +0 -5
  367. /package/components/DataGrid/{Datagrid.styles.d.ts → styles.d.ts} +0 -0
  368. /package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/Density/index.d.ts +0 -0
  369. /package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/Density/types.d.ts +0 -0
  370. /package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/Filter/index.d.ts +0 -0
  371. /package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/RowsCount/index.d.ts +0 -0
  372. /package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/Settings/subcomponents/ColumnsConfig/index.d.ts +0 -0
  373. /package/components/DataGrid/subcomponents/{HeaderActions → Actions}/subcomponents/hooks/useModalSettings/types.d.ts +0 -0
  374. /package/components/{Pager → ScrollBar/slots}/index.js +0 -0
@@ -13,42 +13,42 @@ const numberInputStyles = {
13
13
  width: "100%",
14
14
  gap: theme.vars.size.baseSpacings.sp1,
15
15
  paddingLeft: theme.vars.size.baseSpacings.sp1,
16
- paddingRight: ownerState?.noButtons && theme.vars.size.baseSpacings.sp1,
16
+ paddingRight: ownerState.noButtons && theme.vars.size.baseSpacings.sp1,
17
17
  boxSizing: "border-box",
18
18
  ...getHeightSizeStyles(
19
19
  theme.generalSettings.isMobile,
20
- ownerState?.size || "medium",
20
+ ownerState.size || "medium",
21
21
  "action"
22
22
  ),
23
23
  //Variantes (Outlined y Text)
24
- ...ownerState?.variant === "outlined" && {
24
+ ...ownerState.variant === "outlined" && {
25
25
  border: theme.vars.size.borderStroke.container,
26
- borderColor: ownerState?.error ? theme.vars.palette.error.enabled : theme.vars.palette.border.default,
26
+ borderColor: ownerState.error ? theme.vars.palette.error.enabled : theme.vars.palette.border.default,
27
27
  borderRadius: theme.vars.size.borderRadius.r1
28
28
  },
29
- ...ownerState?.variant === "text" && {
29
+ ...ownerState.variant === "text" && {
30
30
  borderBottom: theme.vars.size.borderStroke.container,
31
- borderColor: ownerState?.error ? theme.vars.palette.error.enabled : theme.vars.palette.border.default,
31
+ borderColor: ownerState.error ? theme.vars.palette.error.enabled : theme.vars.palette.border.default,
32
32
  borderRadius: theme.vars.size.borderRadius.r1
33
33
  },
34
34
  // Estados (Pseudo-classes)
35
- ...ownerState?.disabled === false && {
35
+ ...ownerState.disabled === false && {
36
36
  "&:hover": {
37
- background: ownerState?.error ? theme.vars.palette.error.hoverOpacity : theme.vars.palette.primary.hoverOpacity,
38
- borderColor: ownerState?.error ? theme.vars.palette.error.hover : theme.vars.palette.primary.hover,
37
+ background: ownerState.error ? theme.vars.palette.error.hoverOpacity : theme.vars.palette.primary.hoverOpacity,
38
+ borderColor: ownerState.error ? theme.vars.palette.error.hover : theme.vars.palette.primary.hover,
39
39
  "& button": {
40
- background: ownerState?.error ? theme.vars.palette.error.hoverOpacity : theme.vars.palette.primary.hoverOpacity,
40
+ background: ownerState.error ? theme.vars.palette.error.hoverOpacity : theme.vars.palette.primary.hoverOpacity,
41
41
  "&:hover": {
42
42
  // background: theme.vars.palette?.default.hover,
43
43
  }
44
44
  }
45
45
  },
46
46
  "&:focus-within": {
47
- borderColor: ownerState?.error ? theme.vars.palette.error.enabled : theme.vars.palette.primary.enabled
47
+ borderColor: ownerState.error ? theme.vars.palette.error.enabled : theme.vars.palette.primary.enabled
48
48
  },
49
49
  "&:active": {
50
50
  background: "transparent",
51
- borderColor: ownerState?.error ? theme.vars.palette.error.active : theme.vars.palette.primary.active
51
+ borderColor: ownerState.error ? theme.vars.palette.error.active : theme.vars.palette.primary.active
52
52
  }
53
53
  }
54
54
  }),
@@ -60,15 +60,15 @@ const numberInputStyles = {
60
60
  background: "transparent",
61
61
  border: 0,
62
62
  outline: 0,
63
- color: ownerState?.disabled ? theme.vars.palette.text.disabled : theme.vars.palette.text.primary,
63
+ color: ownerState.disabled ? theme.vars.palette.text.disabled : theme.vars.palette.text.primary,
64
64
  height: "max-content ",
65
65
  width: "100%",
66
- ...ownerState?.focusError && {
66
+ ...ownerState.focusError && {
67
67
  color: theme.vars.palette.error.enabled
68
68
  },
69
69
  ...getTypographyStyles(
70
70
  theme.generalSettings.isMobile,
71
- ownerState?.size || "small",
71
+ ownerState.size || "small",
72
72
  "body"
73
73
  ),
74
74
  fontFamily: theme.typography.fontFamily
@@ -109,14 +109,14 @@ const numberInputStyles = {
109
109
  borderTopRightRadius: `calc(${theme.vars.size.borderRadius.r1} - 1px)`,
110
110
  outlineOffset: 0,
111
111
  //Sizes
112
- ...ownerState?.sizes === "medium" && {
112
+ ...ownerState.sizes === "medium" && {
113
113
  ...theme.generalSettings.isMobile ? {
114
114
  width: theme.vars.size.mobile.medium.action
115
115
  } : {
116
116
  width: theme.vars.size.desktop.medium.action
117
117
  }
118
118
  },
119
- ...ownerState?.sizes === "small" && {
119
+ ...ownerState.sizes === "small" && {
120
120
  ...theme.generalSettings.isMobile ? {
121
121
  width: theme.vars.size.mobile.small.action
122
122
  } : {
@@ -157,14 +157,14 @@ const numberInputStyles = {
157
157
  borderBottomRightRadius: `calc(${theme.vars.size.borderRadius.r1} - 1px)`,
158
158
  outlineOffset: 0,
159
159
  //Sizes
160
- ...ownerState?.sizes === "medium" && {
160
+ ...ownerState.sizes === "medium" && {
161
161
  ...theme.generalSettings.isMobile ? {
162
162
  width: theme.vars.size.mobile.medium.action
163
163
  } : {
164
164
  width: theme.vars.size.desktop.medium.action
165
165
  }
166
166
  },
167
- ...ownerState?.sizes === "small" && {
167
+ ...ownerState.sizes === "small" && {
168
168
  ...theme.generalSettings.isMobile ? {
169
169
  width: theme.vars.size.mobile.small.action
170
170
  } : {
@@ -199,7 +199,7 @@ const numberInputStyles = {
199
199
  width: "100%",
200
200
  ...getHeightSizeStyles(
201
201
  theme.generalSettings.isMobile,
202
- ownerState?.size || "medium",
202
+ ownerState.size || "medium",
203
203
  "action"
204
204
  )
205
205
  }
@@ -56,9 +56,11 @@ const useNumberInput = (parameters) => {
56
56
  (event, field, fieldValue, reason) => {
57
57
  if (field === "value" && typeof fieldValue !== "string") {
58
58
  switch (reason) {
59
+ // only a blur event will dispatch `numberInput:clamp`
59
60
  case "numberInput:inputChange":
60
61
  onChange?.(event, fieldValue);
61
62
  break;
63
+ // only a blur event will dispatch `numberInput:clamp`
62
64
  case "numberInput:clamp":
63
65
  onChange?.(event, fieldValue);
64
66
  break;
@@ -10,10 +10,10 @@ export declare const ContainerButtonsStyled: import('@emotion/styled').StyledCom
10
10
  export declare const ContainButtonsAdornmentStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').NumberInputOwnerState> & Record<string, unknown> & {
11
11
  ownerState: Partial<import('../types').NumberInputOwnerState> & Record<string, unknown>;
12
12
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
13
- export declare const IncrementButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/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/styles').Theme> & Partial<import('../types').NumberInputOwnerState> & Record<string, unknown> & {
13
+ export declare const IncrementButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/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" | "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/styles').Theme> & Partial<import('../types').NumberInputOwnerState> & Record<string, unknown> & {
14
14
  ownerState: Partial<import('../types').NumberInputOwnerState> & Record<string, unknown>;
15
15
  }, {}, {}>;
16
- export declare const DecrementButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/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/styles').Theme> & Partial<import('../types').NumberInputOwnerState> & Record<string, unknown> & {
16
+ export declare const DecrementButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/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" | "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/styles').Theme> & Partial<import('../types').NumberInputOwnerState> & Record<string, unknown> & {
17
17
  ownerState: Partial<import('../types').NumberInputOwnerState> & Record<string, unknown>;
18
18
  }, {}, {}>;
19
19
  export declare const SkeletonStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Skeleton/types').SkeletonProps, keyof import('../../mui_extended/Skeleton/types').SkeletonProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').NumberInputOwnerState> & Record<string, unknown> & {
@@ -30,11 +30,10 @@ const useDetailFormatter = (type) => {
30
30
  window: /* @__PURE__ */ jsx(
31
31
  WindowBaseStyled,
32
32
  {
33
+ ownerState: {},
33
34
  title: getLabel(`${DICTIONARY.LABEL_LOG_DETAIL}`),
34
35
  onClose: closeModal,
35
- variant: "outlined",
36
- type: "modal",
37
- children: /* @__PURE__ */ jsx(StackStyled, { direction: "column", flexGrow: 1, children: /* @__PURE__ */ jsx(DetailDialogComponent, { logId, type }) })
36
+ children: /* @__PURE__ */ jsx(StackStyled, { ownerState: {}, direction: "column", flexGrow: 1, children: /* @__PURE__ */ jsx(DetailDialogComponent, { ownerState: {}, logId, type }) })
38
37
  }
39
38
  ),
40
39
  fullScreen: isMobile,
@@ -1,30 +1,30 @@
1
- export declare const ContainerWrapperStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
2
- ownerState?: (Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>) | undefined;
1
+ export declare const ContainerWrapperStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown> & {
2
+ ownerState: Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>;
3
3
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
4
- export declare const ActionsWrapperStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
5
- ownerState?: (Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>) | undefined;
4
+ export declare const ActionsWrapperStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown> & {
5
+ ownerState: Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>;
6
6
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
7
- export declare const GridWrapperStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
8
- ownerState?: (Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>) | undefined;
7
+ export declare const GridWrapperStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown> & {
8
+ ownerState: Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>;
9
9
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
10
- export declare const WindowBaseStyled: import('@emotion/styled').StyledComponent<Pick<import('../../WindowBase/types').WindowBaseProps, keyof import('../../WindowBase/types').WindowBaseProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
11
- ownerState?: (Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>) | undefined;
10
+ export declare const WindowBaseStyled: import('@emotion/styled').StyledComponent<Pick<import('../../WindowBase/types').WindowBaseProps, keyof import('../../WindowBase/types').WindowBaseProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown> & {
11
+ ownerState: Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>;
12
12
  }, {}, {}>;
13
- export declare const StackStyled: import('@emotion/styled').StyledComponent<Pick<import('../..').StackProps, keyof import('../..').StackProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
14
- ownerState?: (Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>) | undefined;
13
+ export declare const StackStyled: import('@emotion/styled').StyledComponent<Pick<import('../..').StackProps, keyof import('../..').StackProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown> & {
14
+ ownerState: Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>;
15
15
  }, {}, {}>;
16
- export declare const DetailDialogComponent: import('@emotion/styled').StyledComponent<Pick<import('../types').DetailDialogProps, keyof import('../types').DetailDialogProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
17
- ownerState?: (Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>) | undefined;
16
+ export declare const DetailDialogComponent: import('@emotion/styled').StyledComponent<Pick<import('../types').DetailDialogProps, keyof import('../types').DetailDialogProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown> & {
17
+ ownerState: Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>;
18
18
  }, {}, {}>;
19
- export declare const TooltipStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Tooltip').TooltipProps, keyof import('../../mui_extended/Tooltip').TooltipProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
20
- ownerState?: (Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>) | undefined;
19
+ export declare const TooltipStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Tooltip').TooltipProps, keyof import('../../mui_extended/Tooltip').TooltipProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown> & {
20
+ ownerState: Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>;
21
21
  }, {}, {}>;
22
- export declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/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/styles').Theme> & Record<string, unknown> & {
23
- ownerState?: (Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>) | undefined;
22
+ export declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/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" | "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/styles').Theme> & Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown> & {
23
+ ownerState: Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>;
24
24
  }, {}, {}>;
25
- export declare const IconStyled: import('@emotion/styled').StyledComponent<Pick<import('../../Icon').IconProps, keyof import('../../Icon').IconProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
26
- ownerState?: (Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>) | undefined;
25
+ export declare const IconStyled: import('@emotion/styled').StyledComponent<Pick<import('../../Icon').IconProps, keyof import('../../Icon').IconProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown> & {
26
+ ownerState: Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>;
27
27
  }, {}, {}>;
28
- export declare const ReactJsonSlot: import('@emotion/styled').StyledComponent<Pick<import('@microlink/react-json-view').ReactJsonViewProps, keyof import('@microlink/react-json-view').ReactJsonViewProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
29
- ownerState?: (Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>) | undefined;
28
+ export declare const ReactJsonSlot: import('@emotion/styled').StyledComponent<Pick<import('@microlink/react-json-view').ReactJsonViewProps, keyof import('@microlink/react-json-view').ReactJsonViewProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown> & {
29
+ ownerState: Partial<import('../types').ObjectLogsOwnerState> & Record<string, unknown>;
30
30
  }, {}, {}>;
@@ -38,10 +38,11 @@ function ObjectLogsByM4L(props) {
38
38
  return /* @__PURE__ */ jsxs(
39
39
  ContainerWrapperStyled,
40
40
  {
41
+ ownerState: {},
41
42
  ...process.env.NODE_ENV !== "production" ? { [TEST_PROP_ID]: `m4ldatagrid-${dataTestId}` } : {},
42
43
  ...getPropDataTestId(OBJECT_LOGS_KEY_COMPONENT, ObjectLogsSlots.root, dataTestId),
43
44
  children: [
44
- /* @__PURE__ */ jsx(ActionsWrapperStyled, { id: "objecuser_logstLogsActions", children: /* @__PURE__ */ jsx(
45
+ /* @__PURE__ */ jsx(ActionsWrapperStyled, { id: "objecuser_logstLogsActions", ownerState: {}, children: /* @__PURE__ */ jsx(
45
46
  DynamicFilter,
46
47
  {
47
48
  withAllField: true,
@@ -90,6 +91,7 @@ function ObjectLogsByM4L(props) {
90
91
  GridWrapperStyled,
91
92
  {
92
93
  id: "GridWrapper",
94
+ ownerState: {},
93
95
  children: /* @__PURE__ */ jsx(
94
96
  DataGrid,
95
97
  {
@@ -63,10 +63,11 @@ function ObjectLogsByOthers(props) {
63
63
  return /* @__PURE__ */ jsxs(
64
64
  ContainerWrapperStyled,
65
65
  {
66
+ ownerState: {},
66
67
  ...process.env.NODE_ENV !== "production" ? { [TEST_PROP_ID]: `m4ldatagrid-${dataTestId}` } : {},
67
68
  ...getPropDataTestId(OBJECT_LOGS_KEY_COMPONENT, ObjectLogsSlots.root, dataTestId),
68
69
  children: [
69
- /* @__PURE__ */ jsx(ActionsWrapperStyled, { id: "objecuser_logstLogsActions", children: /* @__PURE__ */ jsx(
70
+ /* @__PURE__ */ jsx(ActionsWrapperStyled, { id: "objecuser_logstLogsActions", ownerState: {}, children: /* @__PURE__ */ jsx(
70
71
  DynamicFilter,
71
72
  {
72
73
  withAllField: true,
@@ -115,6 +116,7 @@ function ObjectLogsByOthers(props) {
115
116
  GridWrapperStyled,
116
117
  {
117
118
  id: "GridWrapper",
119
+ ownerState: {},
118
120
  children: /* @__PURE__ */ jsx(
119
121
  DataGrid,
120
122
  {
@@ -1,9 +1,9 @@
1
1
  import { Maybe } from '@m4l/core';
2
2
  import { ThemeKeys, ThemeObject } from '@microlink/react-json-view';
3
3
  import { Theme } from '@mui/material';
4
+ import { OverridesStyleRules } from '@mui/material/styles/overrides';
4
5
  import { ObjectLogsSlots } from './slots/ObjectLogsEnum';
5
6
  import { OBJECT_LOGS_KEY_COMPONENT } from './constants';
6
- import { M4LOverridesStyleRules } from '../../@types/augmentations';
7
7
  export interface RowLog {
8
8
  id: number;
9
9
  createdAt: string;
@@ -39,4 +39,4 @@ export interface DetailDialogProps {
39
39
  }
40
40
  export type ObjectLogsSlotsType = keyof typeof ObjectLogsSlots;
41
41
  export type ObjectLogsOwnerState = {};
42
- export type ObjectLogsStyles = M4LOverridesStyleRules<ObjectLogsSlotsType, typeof OBJECT_LOGS_KEY_COMPONENT, Theme>;
42
+ export type ObjectLogsStyles = OverridesStyleRules<ObjectLogsSlotsType, typeof OBJECT_LOGS_KEY_COMPONENT, Theme>;
@@ -22,6 +22,7 @@ function Pager(props) {
22
22
  const totalPages = useMemo(() => Math.max(1, Math.ceil(totalRecords / rowsPerPage)), [totalRecords, rowsPerPage]);
23
23
  const { currentSize } = useComponentSize(size);
24
24
  const { getLabel } = useModuleDictionary();
25
+ const normalizedSize = currentSize === "large" ? "medium" : currentSize;
25
26
  const currentPage = useMemo(() => {
26
27
  return Math.max(0, Math.min(page, totalPages - 1));
27
28
  }, [page, totalPages]);
@@ -45,10 +46,10 @@ function Pager(props) {
45
46
  }
46
47
  };
47
48
  const classRoot = getComponentSlotRoot(PAGER_KEY_COMPONENT);
48
- return /* @__PURE__ */ jsx(PagerRootStyled, { className: classRoot, size: currentSize, role: "Pager-root", children: /* @__PURE__ */ jsx(
49
+ return /* @__PURE__ */ jsx(PagerRootStyled, { className: classRoot, size: normalizedSize, role: "Pager-root", children: /* @__PURE__ */ jsx(
49
50
  CustomTablePagination,
50
51
  {
51
- size: currentSize,
52
+ size,
52
53
  rowsPerPageOptions,
53
54
  count: totalRecords,
54
55
  rowsPerPage,
@@ -7,13 +7,17 @@ const pagerStyles = {
7
7
  display: "flex",
8
8
  flexDirection: "row",
9
9
  justifyContent: "space-between",
10
- alignItems: "center",
11
- width: "100%",
10
+ alignItems: "baseline",
12
11
  whiteSpace: "nowrap",
13
12
  overflow: "hidden",
14
13
  flexShrink: 0,
15
- flexWrap: "wrap",
16
14
  gap: theme.vars.size.baseSpacings.sp2,
15
+ [`@container ${CONTAINER_QUERY_NAME} (max-width: 400px)`]: {
16
+ overflowX: "auto",
17
+ whiteSpace: "nowrap",
18
+ flexWrap: "nowrap",
19
+ WebkitOverflowScrolling: "touch"
20
+ },
17
21
  "& .M4LSelect-skeletonSelect": {
18
22
  width: theme.vars.size.baseSpacings.sp14
19
23
  },
@@ -62,7 +66,11 @@ const pagerStyles = {
62
66
  /**
63
67
  * Rows Per Page Styles
64
68
  */
65
- rowsPerPage: {},
69
+ rowsPerPage: () => ({
70
+ [`@container ${CONTAINER_QUERY_NAME} (max-width: 400px)`]: {
71
+ display: "none"
72
+ }
73
+ }),
66
74
  /**
67
75
  * Page Counter Styles
68
76
  */
@@ -74,15 +82,6 @@ const pagerStyles = {
74
82
  maxWidth: "100%",
75
83
  display: "inline-block"
76
84
  }
77
- }),
78
- /**
79
- * Container Total Row Select Styles
80
- */
81
- containerTotalRowSelect: ({ theme }) => ({
82
- display: "flex",
83
- justifyContent: "space-between",
84
- alignItems: "center",
85
- gap: theme.vars.size.baseSpacings.sp4
86
85
  })
87
86
  };
88
87
  export {
@@ -6,6 +6,5 @@ export declare enum PagerSlots {
6
6
  pagerIcons = "pagerIcons",
7
7
  totalRow = "totalRow",
8
8
  rowsPerPage = "rowsPerPage",
9
- pageCounter = "pageCounter",
10
- containerTotalRowSelect = "containerTotalRowSelect"
9
+ pageCounter = "pageCounter"
11
10
  }
@@ -7,7 +7,6 @@ var PagerSlots = /* @__PURE__ */ ((PagerSlots2) => {
7
7
  PagerSlots2["totalRow"] = "totalRow";
8
8
  PagerSlots2["rowsPerPage"] = "rowsPerPage";
9
9
  PagerSlots2["pageCounter"] = "pageCounter";
10
- PagerSlots2["containerTotalRowSelect"] = "containerTotalRowSelect";
11
10
  return PagerSlots2;
12
11
  })(PagerSlots || {});
13
12
  export {
@@ -5,4 +5,3 @@ export declare const PagerIconsStyled: import('@emotion/styled').StyledComponent
5
5
  export declare const TotalRowStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Typography/types').TypographyProps, keyof import('../../mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
6
6
  export declare const RowsPerPageStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Typography/types').TypographyProps, keyof import('../../mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
7
7
  export declare const PageCounterStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Typography/types').TypographyProps, keyof import('../../mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
8
- export declare const ContainerTotalRowSelectStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
@@ -31,17 +31,12 @@ const PageCounterStyled = styled(Typography, {
31
31
  name: PAGER_KEY_COMPONENT,
32
32
  slot: PagerSlots.pageCounter
33
33
  })(pagerStyles?.pageCounter);
34
- const ContainerTotalRowSelectStyled = styled("div", {
35
- name: PAGER_KEY_COMPONENT,
36
- slot: PagerSlots.containerTotalRowSelect
37
- })(pagerStyles?.containerTotalRowSelect);
38
34
  export {
39
35
  ActionsContainerStyled as A,
40
- ContainerTotalRowSelectStyled as C,
41
36
  LabelSelectContainerStyled as L,
42
37
  PagerRootStyled as P,
43
38
  RowsPerPageStyled as R,
44
39
  TotalRowStyled as T,
45
- PagerIconsStyled as a,
46
- PageCounterStyled as b
40
+ PageCounterStyled as a,
41
+ PagerIconsStyled as b
47
42
  };
@@ -3,7 +3,7 @@ import { P as PagerActions } from "../PagerActions/PagerActions.js";
3
3
  import { useState, useMemo, useEffect, useCallback } from "react";
4
4
  import { useModuleDictionary } from "@m4l/core";
5
5
  import { P as PAGER_DICTIONARY } from "../../dicctionary.js";
6
- import { C as ContainerTotalRowSelectStyled, T as TotalRowStyled, L as LabelSelectContainerStyled, R as RowsPerPageStyled, A as ActionsContainerStyled } from "../../slots/PagerSlots.js";
6
+ import { T as TotalRowStyled, L as LabelSelectContainerStyled, R as RowsPerPageStyled, A as ActionsContainerStyled, a as PageCounterStyled } from "../../slots/PagerSlots.js";
7
7
  import { S as Select } from "../../../mui_extended/Select/Select.js";
8
8
  const CustomTablePagination = (props) => {
9
9
  const {
@@ -65,7 +65,7 @@ const CustomTablePagination = (props) => {
65
65
  handleChangeRowsPerPage(opt);
66
66
  }, [handleChangeRowsPerPage]);
67
67
  return /* @__PURE__ */ jsxs(Fragment, { children: [
68
- rowsPerPageOptions?.length > 1 ? /* @__PURE__ */ jsxs(ContainerTotalRowSelectStyled, { children: [
68
+ rowsPerPageOptions?.length > 1 ? /* @__PURE__ */ jsxs(Fragment, { children: [
69
69
  /* @__PURE__ */ jsx(TotalRowStyled, { skeletonWidth: 50, size, variant: "body", children: `${labelTotalRows}: ${Math.min(localRowsPerPage, countTotal - currentPage * localRowsPerPage)} ${labelOf} ${countTotal}` }),
70
70
  /* @__PURE__ */ jsxs(LabelSelectContainerStyled, { children: [
71
71
  /* @__PURE__ */ jsx(RowsPerPageStyled, { skeletonWidth: 50, size, variant: "body", children: `${memoizedLabelRowsPerPage}:` }),
@@ -84,22 +84,24 @@ const CustomTablePagination = (props) => {
84
84
  )
85
85
  ] })
86
86
  ] }) : null,
87
- /* @__PURE__ */ jsx(ActionsContainerStyled, { children: /* @__PURE__ */ jsx(
88
- PagerActions,
89
- {
90
- size,
91
- count: countTotal,
92
- page: currentPage,
93
- rowsPerPage: localRowsPerPage,
94
- pageCounter: formattedLabelDisplayedRows,
95
- onPageChange: (event, newPage) => {
96
- setLocalPage(newPage);
97
- if (onPageChange) {
98
- onPageChange(event, newPage);
87
+ /* @__PURE__ */ jsxs(ActionsContainerStyled, { children: [
88
+ /* @__PURE__ */ jsx(PageCounterStyled, { skeletonWidth: 50, size, variant: "body", children: formattedLabelDisplayedRows }),
89
+ /* @__PURE__ */ jsx(
90
+ PagerActions,
91
+ {
92
+ size,
93
+ count: countTotal,
94
+ page: currentPage,
95
+ rowsPerPage: localRowsPerPage,
96
+ onPageChange: (event, newPage) => {
97
+ setLocalPage(newPage);
98
+ if (onPageChange) {
99
+ onPageChange(event, newPage);
100
+ }
99
101
  }
100
102
  }
101
- }
102
- ) })
103
+ )
104
+ ] })
103
105
  ] });
104
106
  };
105
107
  export {
@@ -1,15 +1,14 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { I as IconButton } from "../../../mui_extended/IconButton/IconButton.js";
3
3
  import { useEnvironment } from "@m4l/core";
4
- import { a as PagerIconsStyled, b as PageCounterStyled } from "../../slots/PagerSlots.js";
4
+ import { b as PagerIconsStyled } from "../../slots/PagerSlots.js";
5
5
  function PagerActions(props) {
6
6
  const {
7
7
  size,
8
8
  count,
9
9
  page,
10
10
  rowsPerPage,
11
- onPageChange,
12
- pageCounter
11
+ onPageChange
13
12
  //classes
14
13
  } = props;
15
14
  const { host_static_assets, environment_assets } = useEnvironment();
@@ -46,7 +45,6 @@ function PagerActions(props) {
46
45
  src: `${host_static_assets}/${environment_assets}/frontend/components/pager/assets/icons/previous.svg`
47
46
  }
48
47
  ),
49
- /* @__PURE__ */ jsx(PageCounterStyled, { skeletonWidth: 50, size, variant: "body", children: pageCounter }),
50
48
  /* @__PURE__ */ jsx(
51
49
  IconButton,
52
50
  {
@@ -5,5 +5,4 @@ export interface PagerActionsProps {
5
5
  rowsPerPage: number;
6
6
  onPageChange: (event: React.MouseEvent<HTMLButtonElement>, newPage: number) => void;
7
7
  size?: Extract<Sizes, 'small' | 'medium'>;
8
- pageCounter: string;
9
8
  }