@m4l/components 0.2.1 → 0.2.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 (437) hide show
  1. package/@types/export.d.ts +9 -17
  2. package/assets/Logo.d.ts +1 -2
  3. package/{commonjs.333e55c7.js → commonjs.565e6834.js} +0 -5
  4. package/components/AccountPopover/AccountPopover.d.ts +1 -2
  5. package/components/AccountPopover/{index.e39dc794.js → index.37803642.js} +4 -2
  6. package/components/AccountPopover/index.d.ts +0 -1
  7. package/components/AccountPopover/subcomponents/MyAvatar/index.d.ts +1 -2
  8. package/components/AccountPopover/subcomponents/PopOver/index.d.ts +1 -2
  9. package/components/AppBar/AppBar.d.ts +1 -26
  10. package/components/AppBar/classes/index.d.ts +0 -2
  11. package/components/AppBar/classes/types.d.ts +0 -2
  12. package/components/AppBar/{index.7b592977.js → index.d17827eb.js} +5 -26
  13. package/components/AppBar/types.d.ts +0 -14
  14. package/components/CommonActions/components/ActionCancel/{index.bec75bdf.js → index.6aa59730.js} +2 -2
  15. package/components/CommonActions/components/ActionCancel/index.d.ts +2 -3
  16. package/components/CommonActions/components/ActionFormCancel/index.d.ts +1 -2
  17. package/components/CommonActions/components/ActionFormCancel/{index.9c6a2013.js → index.e6ac3a19.js} +14 -5
  18. package/components/CommonActions/components/ActionFormIntro/index.d.ts +1 -2
  19. package/components/CommonActions/components/ActionFormIntro/{index.99f2f1cf.js → index.ebadee33.js} +2 -2
  20. package/components/CommonActions/components/ActionIntro/{index.e0150cfc.js → index.33acdebb.js} +2 -2
  21. package/components/CommonActions/components/ActionIntro/index.d.ts +2 -3
  22. package/components/CommonActions/components/Actions/index.d.ts +1 -2
  23. package/components/CommonActions/components/Actions/{index.2f6286eb.js → index.f358ae72.js} +1 -1
  24. package/components/DataGrid/constants.d.ts +2 -0
  25. package/components/DataGrid/contexts/DataGridContext/index.d.ts +3 -2
  26. package/components/DataGrid/contexts/DataGridContext/types.d.ts +2 -2
  27. package/components/DataGrid/contexts/FilterContext/index.d.ts +1 -1
  28. package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.d.ts +6 -0
  29. package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/types.d.ts +2 -0
  30. package/components/DataGrid/formatters/columnBooleanFormatter/index.d.ts +1 -2
  31. package/components/DataGrid/formatters/columnConcatenatedValueFormatter/index.d.ts +1 -2
  32. package/components/DataGrid/formatters/columnDateFormatter/index.d.ts +1 -2
  33. package/components/DataGrid/formatters/columnNestedValueFormatter/index.d.ts +1 -2
  34. package/components/DataGrid/formatters/columnPointsFormatter/{index.a19b7b90.js → index.5e645334.js} +1 -1
  35. package/components/DataGrid/formatters/columnPointsFormatter/index.d.ts +1 -2
  36. package/components/DataGrid/formatters/columnPriceFormatter/index.d.ts +1 -2
  37. package/components/DataGrid/formatters/columnUncertaintyFormatter/index.d.ts +1 -2
  38. package/components/DataGrid/index.d.ts +2 -3
  39. package/components/DataGrid/{index.d5559a4d.js → index.e93a1a31.js} +49 -20
  40. package/components/DataGrid/subcomponents/Actions/{index.83e2be51.js → index.bcf7a8d7.js} +15 -35
  41. package/components/DataGrid/subcomponents/Actions/index.d.ts +1 -2
  42. package/components/DataGrid/subcomponents/Actions/subcomponents/Density/index.d.ts +1 -2
  43. package/components/DataGrid/subcomponents/Actions/subcomponents/Filter/index.d.ts +1 -2
  44. package/components/DataGrid/subcomponents/Actions/subcomponents/RowsCount/index.d.ts +1 -2
  45. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/index.d.ts +1 -2
  46. package/components/DataGrid/subcomponents/Table/index.d.ts +2 -3
  47. package/components/DataGrid/subcomponents/Table/subcomponents/CustomIcons.d.ts +13 -14
  48. package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/index.d.ts +1 -2
  49. package/components/DataGrid/types.d.ts +8 -11
  50. package/components/DraggableWindow/index.d.ts +1 -2
  51. package/components/DraggableWindow/{index.f9f067bd.js → index.ddc7327b.js} +1 -1
  52. package/components/DynamicFilter/DynamicFilter.d.ts +1 -2
  53. package/components/DynamicFilter/classes/index.d.ts +1 -1
  54. package/components/DynamicFilter/classes/types.d.ts +0 -1
  55. package/components/DynamicFilter/contexts/DynamicFilterContext/index.d.ts +1 -1
  56. package/components/DynamicFilter/{index.e275fed2.js → index.6663cc83.js} +14 -18
  57. package/components/DynamicFilter/subcomponents/ApplyedFilters/index.d.ts +1 -2
  58. package/components/DynamicFilter/subcomponents/ApplyedFilters/subcomponents/ApplyedFilter/index.d.ts +1 -2
  59. package/components/DynamicFilter/subcomponents/ClearFilters/index.d.ts +1 -2
  60. package/components/DynamicFilter/subcomponents/FilterButton/index.d.ts +1 -2
  61. package/components/DynamicFilter/subcomponents/InnerForHooks/index.d.ts +1 -2
  62. package/components/DynamicFilter/subcomponents/InputFilter/index.d.ts +1 -2
  63. package/components/DynamicFilter/subcomponents/PopoverFilter/index.d.ts +1 -2
  64. package/components/DynamicFilter/subcomponents/PopoverMenuFields/index.d.ts +1 -2
  65. package/components/DynamicFilter/subcomponents/fieldstypes/BooleanFilter/index.d.ts +1 -2
  66. package/components/DynamicFilter/subcomponents/fieldstypes/DateTimeFilter/index.d.ts +1 -2
  67. package/components/DynamicFilter/subcomponents/fieldstypes/NumberFilter/index.d.ts +1 -2
  68. package/components/DynamicFilter/subcomponents/fieldstypes/StringFilter/index.d.ts +1 -2
  69. package/components/DynamicFilter/subcomponents/fieldstypes/factory.d.ts +1 -2
  70. package/components/GridLayout/{index.e8c04242.js → index.c26989d8.js} +2 -2
  71. package/components/GridLayout/subcomponents/{GridItem → Griditem}/index.d.ts +1 -1
  72. package/components/GridLayout/subcomponents/Griditem/{index.4d38f12e.js → index.da0a3c47.js} +3 -3
  73. package/components/GridLayout/subcomponents/Responsive/{index.e25df1dc.js → index.2e641db2.js} +1 -1
  74. package/components/GridLayout/subcomponents/Responsive/index.d.ts +1 -2
  75. package/components/GridLayout/subcomponents/WidthProvider/index.d.ts +1 -1
  76. package/components/HelmetPage/index.d.ts +1 -2
  77. package/components/HelperText/index.d.ts +1 -2
  78. package/components/Icon/Icon.d.ts +1 -2
  79. package/components/Icon/index.6db034b5.js +147 -0
  80. package/components/Icon/types.d.ts +0 -1
  81. package/components/Image/Image.d.ts +1 -2
  82. package/components/Image/{index.bb1670e5.js → index.2a2e0b27.js} +4 -46
  83. package/components/Image/subcomponents/LazyLoadComponent/index.d.ts +1 -2
  84. package/components/Image/subcomponents/Skeleton/index.d.ts +1 -2
  85. package/components/Image/types.d.ts +2 -2
  86. package/components/LanguagePopover/LanguagePopover.d.ts +1 -2
  87. package/components/LanguagePopover/{index.6ff9df10.js → index.ff7c862e.js} +2 -2
  88. package/components/LinearProgressIndeterminate/LinearProgressIndeterminate.d.ts +1 -2
  89. package/components/LinearProgressIndeterminate/{index.a0ad2d9e.js → index.7f4ed9b7.js} +1 -1
  90. package/components/Loadable/index.d.ts +1 -1
  91. package/components/LoadingError/LoadingError.d.ts +1 -2
  92. package/components/LoadingError/{index.33ab5063.js → index.0ac9e74d.js} +3 -3
  93. package/components/MFLoader/MFLoader.d.ts +1 -2
  94. package/components/MFLoader/{index.ad3b304a.js → index.cd087354.js} +1 -1
  95. package/components/MFLoader/subcomponents/ProggessLoadingMF/index.d.ts +1 -2
  96. package/components/ModalDialog/{index.89e26413.js → index.8c4fde10.js} +4 -4
  97. package/components/NavLink/NavLink.d.ts +1 -2
  98. package/components/NoItemSelected/{index.f20bbfb3.js → index.afc12ed9.js} +1 -1
  99. package/components/NoItemSelected/index.d.ts +1 -2
  100. package/components/ObjectLogs/components/DetailDialog/index.d.ts +1 -2
  101. package/components/ObjectLogs/components/DetailFormatter/index.d.ts +1 -2
  102. package/components/ObjectLogs/{index.ce1b4f13.js → index.cb303905.js} +7 -7
  103. package/components/ObjectLogs/index.d.ts +1 -2
  104. package/components/Page/{index.6dd70d4c.js → index.190e2356.js} +1 -1
  105. package/components/PaperForm/PaperForm.d.ts +1 -2
  106. package/components/PaperForm/components/Header.d.ts +1 -2
  107. package/components/PaperForm/{index.725aee55.js → index.7a206d69.js} +1 -1
  108. package/components/Period/Period.d.ts +1 -2
  109. package/components/Period/{index.b2c8b4f7.js → index.906f1ce2.js} +2 -2
  110. package/components/PrintingSystem/{index.89c4d0f9.js → index.bbf52442.js} +43 -15
  111. package/components/PrintingSystem/subcomponents/BodyNode/index.d.ts +1 -2
  112. package/components/PrintingSystem/subcomponents/BodyNode/{index.d1f4b0f6.js → index.ee81edc5.js} +1 -1
  113. package/components/PrintingSystem/subcomponents/ChartNode/{index.6744122f.js → index.b56666cf.js} +4 -4
  114. package/components/PrintingSystem/subcomponents/ChartNode/index.d.ts +1 -2
  115. package/components/PrintingSystem/subcomponents/DividerNode/{index.782756f8.js → index.ca3332b1.js} +1 -1
  116. package/components/PrintingSystem/subcomponents/DividerNode/index.d.ts +1 -2
  117. package/components/PrintingSystem/subcomponents/FooterNode/{index.9feec47b.js → index.932c3e33.js} +1 -1
  118. package/components/PrintingSystem/subcomponents/FooterNode/index.d.ts +1 -2
  119. package/components/PrintingSystem/subcomponents/GridNode/{index.8568b2bc.js → index.16748040.js} +4 -4
  120. package/components/PrintingSystem/subcomponents/GridNode/index.d.ts +1 -2
  121. package/components/PrintingSystem/subcomponents/HeaderNode/{index.07d6e7f0.js → index.0ddbbbad.js} +1 -1
  122. package/components/PrintingSystem/subcomponents/HeaderNode/index.d.ts +1 -2
  123. package/components/PrintingSystem/subcomponents/ImageNode/index.d.ts +1 -2
  124. package/components/PrintingSystem/subcomponents/PageNode/index.d.ts +1 -2
  125. package/components/PrintingSystem/subcomponents/Pager/index.d.ts +1 -2
  126. package/components/PrintingSystem/subcomponents/PaperNode/index.d.ts +1 -2
  127. package/components/PrintingSystem/subcomponents/PaperNode/{index.615ce7d3.js → index.efd9af2f.js} +4 -4
  128. package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.e239fdf3.js → index.75ed9752.js} +1 -1
  129. package/components/PrintingSystem/subcomponents/PropertyValueNode/index.d.ts +1 -2
  130. package/components/PrintingSystem/subcomponents/SectionNode/{index.2f445506.js → index.68cac21a.js} +1 -1
  131. package/components/PrintingSystem/subcomponents/SectionNode/index.d.ts +1 -2
  132. package/components/PrintingSystem/subcomponents/TextBoxNode/{index.828bc8fe.js → index.91ba514f.js} +3 -3
  133. package/components/PrintingSystem/subcomponents/TextBoxNode/index.d.ts +1 -2
  134. package/components/PrintingSystem/types.d.ts +1 -10
  135. package/components/PrintingSystem/utils/FactoryRender/index.d.ts +1 -2
  136. package/components/PrintingSystem/utils/PageRender/index.d.ts +1 -2
  137. package/components/PrintingSystem/utils/getEvalValue/index.d.ts +1 -0
  138. package/components/PropertyValue/PropertyValue.d.ts +1 -2
  139. package/components/PropertyValue/classes/index.d.ts +1 -1
  140. package/components/PropertyValue/classes/types.d.ts +1 -4
  141. package/components/PropertyValue/index.a36c1223.js +220 -0
  142. package/components/PropertyValue/skeleton.d.ts +2 -0
  143. package/components/PropertyValue/types.d.ts +7 -5
  144. package/components/Resizeable/{index.6478d7d8.js → index.383eb1aa.js} +1 -1
  145. package/components/ResizeableWindow/index.d.ts +1 -2
  146. package/components/ScrollBar/{index.010f1b9d.js → index.65bb2930.js} +1 -5
  147. package/components/ScrollBar/index.d.ts +1 -1
  148. package/components/SideBar/SideBar.d.ts +1 -2
  149. package/components/SideBar/classes/index.d.ts +1 -1
  150. package/components/SideBar/context/sideBarContext/index.d.ts +1 -1
  151. package/components/SideBar/{index.54b616c6.js → index.7e4a79a6.js} +12 -12
  152. package/components/SideBar/subcomponents/ContentDesktop/index.d.ts +1 -2
  153. package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/index.d.ts +1 -2
  154. package/components/SideBar/subcomponents/ContentGroups/index.d.ts +1 -2
  155. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/index.d.ts +1 -2
  156. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/ArrowIcon/index.d.ts +1 -2
  157. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/index.d.ts +1 -2
  158. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/subcomponents/NavItemRootContent/index.d.ts +1 -2
  159. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/index.d.ts +1 -2
  160. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/index.d.ts +1 -2
  161. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/index.d.ts +1 -2
  162. package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/index.d.ts +1 -2
  163. package/components/SideBar/subcomponents/ContentMobile/index.d.ts +1 -2
  164. package/components/SideBar/subcomponents/ContentMobile/subcomponents/Drawer.d.ts +1 -2
  165. package/components/SideBar/types.d.ts +3 -3
  166. package/components/SplitLayout/SplitLayout.d.ts +1 -2
  167. package/components/SplitLayout/{index.30fd5861.js → index.9ef430f6.js} +1 -1
  168. package/components/animate/AnimatedScroll/animatedScroll.d.ts +1 -2
  169. package/components/animate/LoadingScreen/index.d.ts +1 -2
  170. package/components/animate/MotionContainer/index.d.ts +1 -2
  171. package/components/animate/MotionLazyContainer/index.d.ts +1 -1
  172. package/components/animate/PropagateLoader/index.d.ts +1 -2
  173. package/components/areas/components/AreasAdmin/{index.2b98920f.js → index.74532c2a.js} +12 -12
  174. package/components/areas/components/AreasAdmin/index.d.ts +1 -2
  175. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/index.d.ts +1 -2
  176. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.d.ts +1 -2
  177. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.d.ts +1 -2
  178. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.d.ts +1 -2
  179. package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index.d.ts +1 -2
  180. package/components/areas/components/AreasViewer/{index.7bc64011.js → index.3cd1a452.js} +15 -15
  181. package/components/areas/components/AreasViewer/index.d.ts +1 -2
  182. package/components/areas/components/AreasViewer/subcomponents/Area/index.d.ts +1 -2
  183. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/index.d.ts +1 -2
  184. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/index.d.ts +1 -2
  185. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +1 -2
  186. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/index.d.ts +2 -2
  187. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/index.d.ts +2 -2
  188. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +1 -2
  189. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/skeleton.d.ts +1 -2
  190. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/MainActions/index.d.ts +1 -2
  191. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/index.d.ts +1 -2
  192. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/index.d.ts +2 -2
  193. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Toasties/index.d.ts +1 -2
  194. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Toasties/subcomponents/Toasty/index.d.ts +1 -2
  195. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/index.d.ts +2 -2
  196. package/components/areas/contexts/AreasContext/{index.70716452.js → index.55981647.js} +4 -4
  197. package/components/areas/contexts/AreasContext/index.d.ts +1 -1
  198. package/components/areas/contexts/DynamicMFParmsContext/index.d.ts +1 -1
  199. package/components/areas/contexts/WindowToolsMFContext/index.d.ts +1 -1
  200. package/components/areas/hooks/useAreas/{index.8426db7f.js → index.5cbbe91c.js} +1 -1
  201. package/components/formatters/BooleanFormatter/{index.22761b39.js → index.5379222a.js} +2 -2
  202. package/components/formatters/BooleanFormatter/index.d.ts +1 -2
  203. package/components/formatters/DateFormatter/index.d.ts +1 -2
  204. package/components/formatters/FormatterRoot/index.d.ts +1 -2
  205. package/components/formatters/PointsFormatter/{index.5c94c5e8.js → index.80a4e414.js} +2 -2
  206. package/components/formatters/PointsFormatter/index.d.ts +2 -3
  207. package/components/formatters/PriceFormatter/index.d.ts +1 -2
  208. package/components/formatters/UncertaintyFormatter/index.d.ts +1 -2
  209. package/components/formatters/{index.5c788afa.js → index.d0a0800d.js} +1 -1
  210. package/components/hook-form/HelperError/index.66bbcac3.js +30 -0
  211. package/components/hook-form/RHFAutocomplete/RHFAutocomplete.d.ts +1 -2
  212. package/components/hook-form/RHFAutocomplete/classes/types.d.ts +0 -2
  213. package/components/hook-form/RHFAutocomplete/{index.f7145ff4.js → index.09ff3d84.js} +35 -26
  214. package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/index.d.ts +1 -1
  215. package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/index.d.ts +1 -2
  216. package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/types.d.ts +2 -1
  217. package/components/hook-form/RHFAutocomplete/types.d.ts +3 -8
  218. package/components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.d.ts +1 -2
  219. package/components/hook-form/RHFAutocompleteAsync/{index.11572063.js → index.54b4dca3.js} +1 -1
  220. package/components/hook-form/RHFCheckbox/RHFCheckbox.d.ts +1 -2
  221. package/components/hook-form/RHFColorPicker/index.d.ts +1 -8
  222. package/components/hook-form/RHFColorPicker/types.d.ts +0 -5
  223. package/components/hook-form/RHFDateTime/RHFDateTime.d.ts +1 -2
  224. package/components/hook-form/RHFDateTime/{index.30d6deb9.js → index.2b76899e.js} +1 -1
  225. package/components/hook-form/RHFDateTime/subcomponents/Skeleton/index.d.ts +1 -2
  226. package/components/hook-form/RHFDateTime/types.d.ts +1 -0
  227. package/components/hook-form/RHFHelperError/index.d.ts +4 -0
  228. package/components/hook-form/RHFMultiCheckbox/index.d.ts +1 -2
  229. package/components/hook-form/RHFPeriod/index.d.ts +1 -2
  230. package/components/hook-form/RHFPeriod/{index.8fdd9f5d.js → index.d6c8587a.js} +1 -1
  231. package/components/hook-form/RHFRadioGroup/RHFRadioGroup.d.ts +3 -0
  232. package/components/hook-form/RHFRadioGroup/{index.b3335e13.js → index.7deb4e48.js} +5 -3
  233. package/components/hook-form/RHFRadioGroup/index.d.ts +2 -0
  234. package/components/hook-form/RHFRadioGroup/types.d.ts +8 -0
  235. package/components/hook-form/RHFSelect.d.ts +1 -2
  236. package/components/hook-form/RHFTextField/{index.2f73c117.js → index.f546c18a.js} +2 -2
  237. package/components/hook-form/RHFTextField/subcomponents/Skeleton/index.d.ts +1 -2
  238. package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.d.ts +1 -2
  239. package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.d.ts +1 -2
  240. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +1 -2
  241. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/subcomponents/Skeleton/index.d.ts +1 -2
  242. package/components/hook-form/RHFUpload/{index.a69afe7e.js → index.a5621247.js} +4 -4
  243. package/components/hook-form/index.d.ts +2 -2
  244. package/components/index.d.ts +1 -2
  245. package/components/maps/GpsTools.34a27c0a.js +2312 -0
  246. package/components/maps/Map.9fc17398.js +474 -0
  247. package/components/maps/components/GpsTools/GpsTools.d.ts +1 -0
  248. package/components/maps/components/GpsTools/classes/index.d.ts +4 -0
  249. package/components/maps/components/GpsTools/classes/types.d.ts +20 -0
  250. package/components/maps/components/GpsTools/constants.d.ts +8 -0
  251. package/components/maps/components/GpsTools/contexts/GpsToolsContext/index.d.ts +19 -0
  252. package/components/maps/components/GpsTools/contexts/GpsToolsContext/store.d.ts +16 -0
  253. package/components/maps/components/GpsTools/contexts/GpsToolsContext/types.d.ts +173 -0
  254. package/components/maps/components/GpsTools/dictionary.d.ts +64 -0
  255. package/components/maps/components/GpsTools/hooks/useLayers/index.d.ts +1 -0
  256. package/components/maps/components/GpsTools/hooks/useMapTools/index.d.ts +2 -0
  257. package/components/maps/components/GpsTools/icons.d.ts +15 -0
  258. package/components/maps/components/GpsTools/index.d.ts +2 -0
  259. package/components/maps/components/GpsTools/subcomponents/TabTools/index.d.ts +9 -0
  260. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/constants.d.ts +7 -0
  261. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useCheckedFeatures.d.ts +9 -0
  262. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useCheckedGeofences.d.ts +4 -0
  263. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useColumns.d.ts +9 -0
  264. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useMaster.d.ts +20 -0
  265. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.d.ts +9 -0
  266. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/index.d.ts +1 -0
  267. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/model.d.ts +122 -0
  268. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/ColumnSetCheckFormatter/index.d.ts +8 -0
  269. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/ColumnSetCheckFormatter/types.d.ts +5 -0
  270. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.d.ts +20 -0
  271. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.d.ts +7 -0
  272. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useDrawing.d.ts +11 -0
  273. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.d.ts +8 -0
  274. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSumbitErrorsFocus.d.ts +5 -0
  275. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useValidation.d.ts +22 -0
  276. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/index.d.ts +1 -0
  277. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/index.d.ts +1 -0
  278. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/types.d.ts +6 -0
  279. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/validations.d.ts +5 -0
  280. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/index.d.ts +1 -0
  281. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/types.d.ts +7 -0
  282. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations.d.ts +6 -0
  283. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActions/index.d.ts +1 -0
  284. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyTabs/index.d.ts +1 -0
  285. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index.d.ts +1 -0
  286. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index.d.ts +1 -0
  287. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index.d.ts +1 -0
  288. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/types.d.ts +10 -0
  289. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/types.d.ts +25 -0
  290. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofencesList/index.d.ts +1 -0
  291. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofencesList/subcomponents/Filter/index.d.ts +7 -0
  292. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/PolylineWithArrows/index.d.ts +9 -0
  293. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/constants.d.ts +30 -0
  294. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/hooks/useMeasure.d.ts +31 -0
  295. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/hooks/useValidation.d.ts +10 -0
  296. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/index.d.ts +1 -0
  297. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts +1 -0
  298. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MeasureData/types.d.ts +6 -0
  299. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MeasureData/validations.d.ts +2 -0
  300. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts +1 -0
  301. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/types.d.ts +9 -0
  302. package/components/maps/components/GpsTools/types.d.ts +34 -0
  303. package/components/maps/components/Map/Map.d.ts +2 -0
  304. package/components/maps/components/Map/classes/index.d.ts +5 -0
  305. package/components/maps/components/Map/classes/types.d.ts +19 -0
  306. package/components/maps/components/Map/constants.d.ts +10 -0
  307. package/components/maps/components/Map/contexts/MapContext/MapContext.d.ts +19 -0
  308. package/components/maps/components/Map/contexts/MapContext/helper.d.ts +8 -0
  309. package/components/maps/components/Map/contexts/MapContext/index.d.ts +2 -0
  310. package/components/maps/components/Map/contexts/MapContext/store.d.ts +16 -0
  311. package/components/maps/components/Map/contexts/MapContext/types.d.ts +354 -0
  312. package/components/maps/components/Map/hooks/useMapStore/index.d.ts +3 -0
  313. package/components/maps/components/Map/index.d.ts +5 -0
  314. package/components/maps/components/Map/subcomponents/LayersContainer/index.d.ts +2 -0
  315. package/components/maps/components/Map/subcomponents/LeafletLayer/index.d.ts +3 -0
  316. package/components/maps/components/Map/subcomponents/LeafletLayer/types.d.ts +2 -0
  317. package/components/maps/components/Map/subcomponents/MainTools/index.d.ts +2 -0
  318. package/components/maps/components/Map/subcomponents/MainTools/types.d.ts +5 -0
  319. package/components/maps/components/Map/types.d.ts +28 -0
  320. package/components/maps/index.7057e217.js +1 -0
  321. package/components/maps/index.d.ts +3 -0
  322. package/components/maps/leaflet-geoman.d.ts +1633 -0
  323. package/components/maps/leaflet.d.ts +29 -0
  324. package/components/modal/ModalDialog/index.d.ts +1 -2
  325. package/components/modal/WindowBase/index.d.ts +1 -2
  326. package/components/modal/WindowBase/subcomponents/Header/index.d.ts +1 -2
  327. package/components/modal/{WindowBase.444849a3.js → WindowBase.38d4b8e7.js} +3 -3
  328. package/components/modal/WindowConfirm/index.d.ts +1 -2
  329. package/components/modal/WindowConfirm/subcomponents/MessageIlustration/index.d.ts +1 -2
  330. package/components/modal/{WindowConfirm.66c99957.js → WindowConfirm.cd776fe5.js} +6 -6
  331. package/components/mui_extended/Accordion/Accordion.d.ts +1 -2
  332. package/components/mui_extended/Accordion/{index.c628e883.js → index.5b4b2075.js} +3 -3
  333. package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.d.ts +1 -2
  334. package/components/mui_extended/Badge/Badge.d.ts +1 -2
  335. package/components/mui_extended/BoxIcon/index.d.ts +1 -2
  336. package/components/mui_extended/Breadcrumbs/components/LinkItem/index.d.ts +1 -2
  337. package/components/mui_extended/Breadcrumbs/index.d.ts +1 -2
  338. package/components/mui_extended/Button/Button.d.ts +4 -3
  339. package/components/mui_extended/Button/classes/types.d.ts +3 -2
  340. package/components/mui_extended/Button/{index.56e7522c.js → index.fc5132fa.js} +9 -6
  341. package/components/mui_extended/Button/types.d.ts +3 -3
  342. package/components/mui_extended/CheckBox/subcomponents/Skeleton/index.d.ts +1 -2
  343. package/components/mui_extended/CircularProgress/index.d.ts +1 -2
  344. package/components/mui_extended/IconButton/IconButton.d.ts +1 -2
  345. package/components/mui_extended/IconButton/classes/index.d.ts +1 -1
  346. package/components/mui_extended/IconButton/classes/types.d.ts +3 -0
  347. package/components/mui_extended/IconButton/{index.f42fa68d.js → index.df52ae90.js} +7 -4
  348. package/components/mui_extended/IconButton/subcomponents/SkeletonIconButton/index.d.ts +1 -2
  349. package/components/mui_extended/ImageButton/ImageButton.d.ts +1 -2
  350. package/components/mui_extended/LinearProgress/index.d.ts +1 -2
  351. package/components/mui_extended/LinkWithRoute/index.d.ts +1 -2
  352. package/components/mui_extended/LoadingButton/classes/constants.d.ts +1 -1
  353. package/components/mui_extended/LoadingButton/index.d.ts +1 -2
  354. package/components/mui_extended/MenuActions/{index.e146c11b.js → index.04d87c36.js} +2 -2
  355. package/components/mui_extended/MenuActions/index.d.ts +1 -1
  356. package/components/mui_extended/Pager/{index.9f0a2757.js → index.c6990cd4.js} +1 -1
  357. package/components/mui_extended/Pager/index.d.ts +1 -2
  358. package/components/mui_extended/Pager/subcomponents/CustomTablePagination/index.d.ts +1 -2
  359. package/components/mui_extended/Pager/subcomponents/PagerActions/index.d.ts +1 -2
  360. package/components/mui_extended/Popover/Popover.d.ts +1 -2
  361. package/components/mui_extended/Stack/Stack.d.ts +1 -2
  362. package/components/mui_extended/Tab/{index.7bdd1260.js → index.53203047.js} +27 -5
  363. package/components/mui_extended/Tab/index.d.ts +1 -2
  364. package/components/mui_extended/TabContent/TabContent.d.ts +1 -2
  365. package/components/mui_extended/TabContent/types.d.ts +1 -0
  366. package/components/mui_extended/TabContext/index.d.ts +5 -0
  367. package/components/mui_extended/TabContext/types.d.ts +9 -0
  368. package/components/mui_extended/Tabs/Tabs.d.ts +1 -2
  369. package/components/mui_extended/ToggleButton/ToggleButton.d.ts +1 -0
  370. package/components/mui_extended/ToggleButton/index.4b7b7df0.js +22 -0
  371. package/components/mui_extended/ToggleButton/index.d.ts +2 -0
  372. package/components/mui_extended/ToggleButton/types.d.ts +4 -0
  373. package/components/mui_extended/ToggleIconButton/ToggleIconButton.d.ts +13 -0
  374. package/components/mui_extended/ToggleIconButton/index.d.ts +2 -0
  375. package/components/mui_extended/ToggleIconButton/index.e430bed4.js +29 -0
  376. package/components/mui_extended/ToggleIconButton/types.d.ts +5 -0
  377. package/components/mui_extended/Tooltip/Tooltip.d.ts +1 -2
  378. package/components/mui_extended/Typography/Typography.d.ts +1 -2
  379. package/components/mui_extended/Typography/subcomponents/index.d.ts +1 -2
  380. package/components/mui_extended/index.d.ts +3 -0
  381. package/contexts/ModalContext/{index.b39d303d.js → index.aa3bd23f.js} +1 -1
  382. package/contexts/ModalContext/index.d.ts +1 -1
  383. package/contexts/RHFormContext/{index.1755b324.js → index.7769076a.js} +4 -2
  384. package/contexts/RHFormContext/index.d.ts +1 -2
  385. package/contexts/RHFormContext/types.d.ts +1 -0
  386. package/hocs/withToggle/index.d.ts +11 -0
  387. package/hocs/withToggle/index.e44eb0da.js +24 -0
  388. package/hooks/index.d.ts +1 -0
  389. package/hooks/useFormAddEdit/{index.8dcf7d45.js → index.59c74cbf.js} +15 -7
  390. package/hooks/useFormAddEdit/index.d.ts +3 -2
  391. package/hooks/useFormAddEdit/types.d.ts +8 -4
  392. package/hooks/useFormReadyForUpdate/index.d.ts +6 -0
  393. package/hooks/useFormReadyForUpdate/index.f60f500e.js +20 -0
  394. package/hooks/useModal/{index.abdc0962.js → index.b4b84d5d.js} +1 -1
  395. package/hooks/useTab/index.6ab00d5a.js +12 -0
  396. package/hooks/useTab/index.d.ts +3 -0
  397. package/index.js +132 -119
  398. package/node_modules.f907e6dd.js +4736 -0
  399. package/package.json +8 -5
  400. package/{react-data-grid.d46d625e.js → react-data-grid.c5377916.js} +1 -2
  401. package/{react-draggable.ee21cb7e.js → react-draggable.cdce362f.js} +4 -4
  402. package/{react-json-view.5636414a.js → react-json-view.57125fcf.js} +1 -1
  403. package/{react-resizable.ee028152.js → react-resizable.806822ee.js} +5 -5
  404. package/{react-splitter-layout.c5d98bf7.js → react-splitter-layout.8b1655c8.js} +3 -3
  405. package/utils/{index.de903261.js → index.b22c4c1a.js} +32 -0
  406. package/utils/types.d.ts +6 -0
  407. package/vendor.caaaf054.js +168 -0
  408. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/index.d.ts +0 -4
  409. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/types.d.ts +0 -3
  410. package/components/Icon/index.3e559a61.js +0 -248
  411. package/components/PDFViewer/PDFViewer.d.ts +0 -3
  412. package/components/PDFViewer/classes/constants.d.ts +0 -1
  413. package/components/PDFViewer/classes/index.d.ts +0 -7
  414. package/components/PDFViewer/classes/types.d.ts +0 -7
  415. package/components/PDFViewer/index.52f45734.js +0 -63
  416. package/components/PDFViewer/index.d.ts +0 -1
  417. package/components/PDFViewer/types.d.ts +0 -3
  418. package/components/PrintingSystem/subcomponents/QRImageNode/index.d.ts +0 -3
  419. package/components/PrintingSystem/subcomponents/QRImageNode/types.d.ts +0 -3
  420. package/components/PropertyValue/index.45c0a6bf.js +0 -206
  421. package/components/ToastContainer/ToastContainer.d.ts +0 -3
  422. package/components/ToastContainer/classes/constants.d.ts +0 -1
  423. package/components/ToastContainer/classes/index.d.ts +0 -8
  424. package/components/ToastContainer/classes/types.d.ts +0 -9
  425. package/components/ToastContainer/index.d.ts +0 -2
  426. package/components/ToastContainer/index.ef20959a.js +0 -87
  427. package/components/ToastContainer/subcomponents/ToastMessage/index.d.ts +0 -3
  428. package/components/ToastContainer/subcomponents/ToastMessage/types.d.ts +0 -5
  429. package/components/ToastContainer/types.d.ts +0 -4
  430. package/components/hook-form/RHFColorPicker/classes/constants.d.ts +0 -1
  431. package/components/hook-form/RHFColorPicker/classes/index.d.ts +0 -11
  432. package/components/hook-form/RHFColorPicker/classes/types.d.ts +0 -11
  433. package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext.d.ts +0 -2
  434. package/components/hook-form/RHFRadioGroup.d.ts +0 -9
  435. package/node_modules.9cedcf1f.js +0 -6921
  436. package/vendor.f577fced.js +0 -250
  437. /package/components/GridLayout/subcomponents/{GridItem → Griditem}/types.d.ts +0 -0
@@ -5,7 +5,7 @@ import type { RHFTextFieldPasswordClassesKey } from '../components/hook-form/RHF
5
5
  import type { RHFTextFieldPasswordProps } from '../components/hook-form/RHFTextFieldPassword/types';
6
6
  import type { IconProps } from '../components/Icon/types';
7
7
  import type { ImageProps } from '../components/Image/types';
8
- import type { ExtendButtonProps } from '../components/mui_extended/Button/types';
8
+ import type { ButtonProps } from '../components/mui_extended/Button/types';
9
9
  import type { IconButtonProps } from '../components/mui_extended/IconButton/types';
10
10
 
11
11
  import type { ImageButtonProps } from '../components/mui_extended/ImageButton/types';
@@ -83,7 +83,7 @@ declare module '@mui/material/styles' {
83
83
  M4LErrorLabel: HelperTextProps;
84
84
  M4LTypography: TypographyProps;
85
85
  M4LButton: ExtendButtonProps;
86
- M4LLoadingButton: MuiLabLoadingButtonProps;
86
+ M4LoadingButton: MuiLabLoadingButtonProps;
87
87
  M4LNavLink: NavLinkProps;
88
88
  M4LSideBar: SideBarProps;
89
89
  M4LAppBar: AppBarProps;
@@ -118,7 +118,7 @@ declare module '@mui/material/styles' {
118
118
  // M4LErrorLabel: ErrorLabelClassesKey;
119
119
  // M4LTypography: TypographyClassesKey;
120
120
  // M4LButton: ButtonBaseClassKey;
121
- // M4LLoadingButton: LoadingbuttonClassesKey;
121
+ // M4LoadingButton: LoadingbuttonClassesKey;
122
122
  // M4LNavLink: ButtonBaseClassKey;
123
123
  // M4LSideBar: SideBarClassesKey;
124
124
  // M4LAppBar: AppBarClassesKey;
@@ -221,12 +221,6 @@ declare module '@mui/material/styles' {
221
221
  M4LRHFCheckbox?: {
222
222
  styleOverrides?: ComponentsOverrides<Theme>['M4LRHFCheckbox'];
223
223
  };
224
- M4LRHFColorPicker?: {
225
- styleOverrides?: ComponentsOverrides<Theme>['M4LRHFColorPicker'];
226
- };
227
- M4LRHFColorPickerPopoverRoot?: {
228
- styleOverrides?: ComponentsOverrides<Theme>['M4LRHFColorPickerPopoverRoot'];
229
- };
230
224
  M4LCheckBox?: {
231
225
  styleOverrides?: ComponentsOverrides<Theme>['M4LCheckBox'];
232
226
  };
@@ -248,8 +242,8 @@ declare module '@mui/material/styles' {
248
242
  M4LButton?: {
249
243
  styleOverrides?: ComponentsOverrides<Theme>['M4LButton'];
250
244
  };
251
- M4LLoadingButton?: {
252
- styleOverrides?: ComponentsOverrides<Theme>['M4LLoadingButton'];
245
+ M4LoadingButton?: {
246
+ styleOverrides?: ComponentsOverrides<Theme>['M4LoadingButton'];
253
247
  };
254
248
  M4LNavLink?: {
255
249
  styleOverrides?: ComponentsOverrides<Theme>['M4LNavLink'];
@@ -348,6 +342,10 @@ declare module '@mui/material/styles' {
348
342
  M4LGridLayout?: {
349
343
  styleOverrides?: ComponentsOverrides<Theme>['M4LGridLayout'];
350
344
  };
345
+ M4LGpsTools?: {
346
+ styleOverrides?: ComponentsOverrides<Theme>['M4LGpsTools'];
347
+ };
348
+
351
349
  M4LStack?: {
352
350
  styleOverrides?: ComponentsOverrides<Theme>['M4LStack'];
353
351
  };
@@ -378,12 +376,6 @@ declare module '@mui/material/styles' {
378
376
  M4LMFLoader?: {
379
377
  styleOverrides?: ComponentsOverrides<Theme>['M4LMFLoader'];
380
378
  };
381
- M4LToastContainer?: {
382
- styleOverrides?: ComponentsOverrides<Theme>['M4LToastContainer'];
383
- };
384
- M4LPDFViewer?: {
385
- styleOverrides?: ComponentsOverrides<Theme>['M4LPDFViewer'];
386
- };
387
379
 
388
380
  }
389
381
  }
package/assets/Logo.d.ts CHANGED
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { BoxProps } from '@mui/material';
3
2
  interface Props extends BoxProps {
4
3
  disabledLink?: boolean;
5
4
  }
6
- export declare function Logo({ disabledLink, sx }: Props): import("react").JSX.Element;
5
+ export declare function Logo({ disabledLink, sx }: Props): import("react/jsx-runtime").JSX.Element;
7
6
  export default Logo;
@@ -2,11 +2,6 @@ import "react";
2
2
  import "prop-types";
3
3
  import "react-dom";
4
4
  import "clsx";
5
- import "lodash/isString";
6
- import "lodash/forOwn";
7
- import "lodash/isPlainObject";
8
- import "lodash/map";
9
- import "lodash/cloneDeep";
10
5
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
11
6
  function getDefaultExportFromCjs(x) {
12
7
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { AccountPopoverProps } from './types';
3
2
  /**
4
3
  * Componente que muestra el avatar del usuario y un menú desplegable.
@@ -22,4 +21,4 @@ import { AccountPopoverProps } from './types';
22
21
  * className="mi-clase-css"
23
22
  * />
24
23
  */
25
- export declare const AccountPopover: (props: AccountPopoverProps) => import("react").JSX.Element;
24
+ export declare const AccountPopover: (props: AccountPopoverProps) => import("react/jsx-runtime").JSX.Element;
@@ -7,7 +7,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
7
7
  import { A as Avatar } from "../mui_extended/Avatar/index.75e6ed57.js";
8
8
  import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
9
9
  import { P as Popover } from "../mui_extended/Popover/index.b3eca6b1.js";
10
- import { I as Icon } from "../Icon/index.3e559a61.js";
10
+ import { I as Icon } from "../Icon/index.6db034b5.js";
11
11
  import clsx from "clsx";
12
12
  const componentName = "M4LAccountPopover";
13
13
  generateUtilityClasses(componentName, [
@@ -57,7 +57,9 @@ const useAccountPopoverUtilityClasses = () => {
57
57
  ...composedClasses
58
58
  };
59
59
  };
60
- const AcountPopOverRoot = styled("div")(({ theme }) => ({
60
+ const AcountPopOverRoot = styled("div")(({
61
+ theme
62
+ }) => ({
61
63
  ...theme.components?.M4LAccountPopover?.styleOverrides
62
64
  }));
63
65
  function MyAvatar(props) {
@@ -1,3 +1,2 @@
1
1
  export { AccountPopover } from './AccountPopover';
2
2
  export { getAccountPopoverDictionary } from './dictionary';
3
- export type { RightMenuData } from './types';
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { MyAvatarProps } from './types';
3
- export default function MyAvatar(props: MyAvatarProps): import("react").JSX.Element;
2
+ export default function MyAvatar(props: MyAvatarProps): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PopOverProps } from './types';
3
2
  /**
4
3
  * MenuPopOver: Es el subcomponente de AccountPopover encargado de crear el menú popover y su contenido.
@@ -6,4 +5,4 @@ import { PopOverProps } from './types';
6
5
  * @type {PopOverProps}
7
6
  *
8
7
  */
9
- export declare const MenuPopOver: (props: PopOverProps) => import("react").JSX.Element;
8
+ export declare const MenuPopOver: (props: PopOverProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,27 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { AppBarProps } from './types';
3
- /**
4
- * Componente de la interfaz de usuario que se encuentra en la parte superior de una aplicación móvil o de escritorio. Por lo general, contiene elementos de navegación, como botones para ir hacia atrás o hacia adelante, un botón de menú para acceder a opciones adicionales y un campo de búsqueda. También puede mostrar información relevante, como el título de la página actual o el nombre del usuario conectado.
5
- *
6
- * @param {AppBarProps} props - Propiedades del componente.
7
- * @returns {JSX.Element} Elemento que se retorna.
8
- *
9
- * @example
10
- *
11
- * // Ejemplo de uso:
12
- *
13
- * <AppBar onToggleVisible={onToggleVisible}>
14
- <AreasAdmin />
15
- <div style={{display: 'flex', gap: '10px', alignItems: 'center'}}>
16
- <LanguagePopover />
17
- <AccountPopover
18
- itemHandleClick={itemHandleClick}
19
- handleLogOut={handleLogOut}
20
- version={APP_VERSION}
21
- userData={user}
22
- settingsHandleOpen={handleOpen}
23
- />
24
- </div>
25
- </AppBar>
26
- */
27
- export declare const AppBar: (props: AppBarProps) => import("react").JSX.Element;
2
+ export declare const AppBar: (props: AppBarProps) => import("react/jsx-runtime").JSX.Element;
@@ -6,6 +6,4 @@ export declare const useAppBarUtilityClasses: () => {
6
6
  containerChilds: string;
7
7
  containerIconMenuToggle: string;
8
8
  iconMenuToggle: string;
9
- containerLogo: string;
10
- containerImageTypography: string;
11
9
  };
@@ -4,8 +4,6 @@ export interface AppBarClassesType {
4
4
  containerChilds: string;
5
5
  containerIconMenuToggle: string;
6
6
  iconMenuToggle: string;
7
- containerLogo: string;
8
- containerImageTypography: string;
9
7
  }
10
8
  export declare type AppBarClassesKey = keyof AppBarClassesType;
11
9
  export declare type Classes = ReturnType<typeof useAppBarUtilityClasses>;
@@ -5,9 +5,7 @@ import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
5
5
  import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
6
6
  import { unstable_composeClasses } from "@mui/base";
7
7
  import { jsxs, jsx } from "react/jsx-runtime";
8
- import { I as Image } from "../Image/index.bb1670e5.js";
9
- import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
10
- import { I as IconButton } from "../mui_extended/IconButton/index.f42fa68d.js";
8
+ import { I as IconButton } from "../mui_extended/IconButton/index.df52ae90.js";
11
9
  const AppBarRoot = styled("header")(({
12
10
  theme
13
11
  }) => ({
@@ -22,9 +20,7 @@ generateUtilityClasses(componentName, [
22
20
  "root",
23
21
  "containerChilds",
24
22
  "containerIconMenuToggle",
25
- "iconMenuToggle",
26
- "containerLogo",
27
- "containerImageTypography"
23
+ "iconMenuToggle"
28
24
  ]);
29
25
  function getAppBarClassesUtilityClass(slot) {
30
26
  return generateUtilityClass(componentName, slot);
@@ -34,9 +30,7 @@ const useAppBarUtilityClasses = () => {
34
30
  root: ["root"],
35
31
  containerChilds: ["containerChilds"],
36
32
  containerIconMenuToggle: ["containerIconMenuToggle"],
37
- iconMenuToggle: ["iconMenuToggle"],
38
- containerLogo: ["containerLogo"],
39
- containerImageTypography: ["containerImageTypography"]
33
+ iconMenuToggle: ["iconMenuToggle"]
40
34
  };
41
35
  const composedClasses = unstable_composeClasses(slots, getAppBarClassesUtilityClass, {});
42
36
  return {
@@ -46,9 +40,7 @@ const useAppBarUtilityClasses = () => {
46
40
  const AppBar = (props) => {
47
41
  const {
48
42
  onToggleVisible,
49
- children,
50
- companyLogo,
51
- companyName
43
+ children
52
44
  } = props;
53
45
  const isDesktop = useResponsiveDesktop();
54
46
  const {
@@ -64,20 +56,7 @@ const AppBar = (props) => {
64
56
  ...process.env.NODE_ENV !== "production" ? {
65
57
  [TEST_PROP_ID]: getNameDataTestId("root")
66
58
  } : {},
67
- children: [companyLogo && isDesktop ? /* @__PURE__ */ jsx("div", {
68
- className: classes.containerLogo,
69
- children: /* @__PURE__ */ jsxs("div", {
70
- className: classes.containerImageTypography,
71
- children: [/* @__PURE__ */ jsx(Image, {
72
- src: companyLogo,
73
- alt: "logo"
74
- }, "Logo"), /* @__PURE__ */ jsx(Typography, {
75
- variant: "bodyDens",
76
- skeletonWidth: "100px",
77
- children: companyName
78
- })]
79
- })
80
- }) : null, !isDesktop ? /* @__PURE__ */ jsx("div", {
59
+ children: [!isDesktop ? /* @__PURE__ */ jsx("div", {
81
60
  className: classes.containerIconMenuToggle,
82
61
  ...process.env.NODE_ENV !== "production" ? {
83
62
  [TEST_PROP_ID]: getNameDataTestId("containerIconMenuToggle")
@@ -5,20 +5,6 @@ export declare type RootStyleProps = {
5
5
  isSideBarVisible: boolean;
6
6
  };
7
7
  export interface AppBarProps {
8
- /**
9
- * Función que activa la visualización del menú de la aplicación en la vista móvil.
10
- */
11
8
  onToggleVisible: VoidFunction;
12
- /**
13
- * Puede ser cualquier cosa, desde un solo elemento hasta un array de elementos. Los elementos secundarios pueden ser componentes de React, elementos HTML, o incluso otros tipos de datos, como cadenas o números.
14
- */
15
9
  children: ReactNode;
16
- /**
17
- * companyLogo: Enlace de acceso para el recurso gráfico de logo.
18
- */
19
- companyLogo?: string;
20
- /**
21
- * companyName: Nombre de la compañía
22
- */
23
- companyName?: string;
24
10
  }
@@ -1,6 +1,6 @@
1
1
  import { useModuleDictionary } from "@m4l/core";
2
- import { B as Button } from "../../../mui_extended/Button/index.56e7522c.js";
3
- import { u as useCommonActionsUtilityClasses } from "../Actions/index.2f6286eb.js";
2
+ import { B as Button } from "../../../mui_extended/Button/index.fc5132fa.js";
3
+ import { u as useCommonActionsUtilityClasses } from "../Actions/index.f358ae72.js";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  const ActionCancel = (props) => {
6
6
  const {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import { ExtendButtonProps } from '../../../mui_extended/Button';
3
- export declare const ActionCancel: (props: ExtendButtonProps) => import("react").JSX.Element;
1
+ import { ButtonProps } from '../../../mui_extended/Button';
2
+ export declare const ActionCancel: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare function ActionFormCancel(): import("react").JSX.Element;
1
+ export declare function ActionFormCancel(): import("react/jsx-runtime").JSX.Element;
@@ -1,16 +1,18 @@
1
1
  import { useFormContext, useFormState } from "react-hook-form";
2
- import { useModuleDictionary } from "@m4l/core";
3
- import { B as Button } from "../../../mui_extended/Button/index.56e7522c.js";
2
+ import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
3
+ import { Skeleton } from "@mui/material";
4
+ import { B as Button } from "../../../mui_extended/Button/index.fc5132fa.js";
4
5
  import { useCallback, useEffect } from "react";
5
- import { u as useModal } from "../../../../hooks/useModal/index.abdc0962.js";
6
- import { u as useCommonActionsUtilityClasses } from "../Actions/index.2f6286eb.js";
6
+ import { u as useModal } from "../../../../hooks/useModal/index.b4b84d5d.js";
7
+ import { u as useCommonActionsUtilityClasses } from "../Actions/index.f358ae72.js";
7
8
  import { jsx } from "react/jsx-runtime";
8
9
  import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
9
- import { W as WindowConfirm } from "../../../modal/WindowConfirm.66c99957.js";
10
+ import { W as WindowConfirm } from "../../../modal/WindowConfirm.cd776fe5.js";
10
11
  function ActionFormCancel() {
11
12
  const {
12
13
  getLabel
13
14
  } = useModuleDictionary();
15
+ const isSkeleton = useModuleSkeleton();
14
16
  const {
15
17
  openModal
16
18
  } = useModal();
@@ -48,6 +50,13 @@ function ActionFormCancel() {
48
50
  setQueryClose(onClickCancel);
49
51
  }, [onClickCancel]);
50
52
  const classes = useCommonActionsUtilityClasses();
53
+ if (isSkeleton) {
54
+ return /* @__PURE__ */ jsx(Skeleton, {
55
+ variant: "text",
56
+ width: 57,
57
+ height: 30
58
+ });
59
+ }
51
60
  return /* @__PURE__ */ jsx(Button, {
52
61
  variant: "outlined",
53
62
  color: "inherit",
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { MuiLabLoadingButtonProps } from '../../../mui_extended/LoadingButton/types';
3
- export declare function ActionFormIntro(props: MuiLabLoadingButtonProps): import("react").JSX.Element;
2
+ export declare function ActionFormIntro(props: MuiLabLoadingButtonProps): import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,8 @@
1
1
  import { useFormContext, useFormState } from "react-hook-form";
2
2
  import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
3
3
  import { Skeleton } from "@mui/material";
4
- import { L as LoadingButton } from "../../../mui_extended/Button/index.56e7522c.js";
5
- import { u as useCommonActionsUtilityClasses } from "../Actions/index.2f6286eb.js";
4
+ import { L as LoadingButton } from "../../../mui_extended/Button/index.fc5132fa.js";
5
+ import { u as useCommonActionsUtilityClasses } from "../Actions/index.f358ae72.js";
6
6
  import { jsx } from "react/jsx-runtime";
7
7
  function ActionFormIntro(props) {
8
8
  const {
@@ -1,7 +1,7 @@
1
1
  import { useModuleDictionary } from "@m4l/core";
2
- import { B as Button } from "../../../mui_extended/Button/index.56e7522c.js";
2
+ import { B as Button } from "../../../mui_extended/Button/index.fc5132fa.js";
3
3
  import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
4
- import { u as useCommonActionsUtilityClasses } from "../Actions/index.2f6286eb.js";
4
+ import { u as useCommonActionsUtilityClasses } from "../Actions/index.f358ae72.js";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  const ACTIONINTRO_TEST_ID = "m4lactions";
7
7
  const ActionIntro = (props) => {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import { ExtendButtonProps } from '../../../mui_extended/Button';
3
- export declare const ActionIntro: (props: ExtendButtonProps) => import("react").JSX.Element;
1
+ import { ButtonProps } from '../../../mui_extended/Button';
2
+ export declare const ActionIntro: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { CommonActionsProps } from './types';
3
- export declare const Actions: (props: CommonActionsProps) => import("react").JSX.Element;
2
+ export declare const Actions: (props: CommonActionsProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
2
2
  import { generateUtilityClasses } from "@mui/material";
3
3
  import { unstable_composeClasses } from "@mui/base";
4
- import { g as getComponentUtilityClass } from "../../../../utils/index.de903261.js";
4
+ import { g as getComponentUtilityClass } from "../../../../utils/index.b22c4c1a.js";
5
5
  import { styled } from "@mui/material/styles";
6
6
  import { jsx } from "react/jsx-runtime";
7
7
  const componentName = "M4LCommonActions";
@@ -1 +1,3 @@
1
1
  export declare const DATAGRID_PREFIX_NAME = "M4LDataGrid";
2
+ export declare const DATAGRID_SELECT_COLUMN_KEY = "M4LDataGrid-CheckedColumn";
3
+ export declare const DATAGRID_ACTIONS_COLUMN_KEY = "M4LDataGrid-ActionsColumn";
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
+ import { RowKey } from '../../types';
2
3
  import { DataGridContextProps, DataGridProviderProps } from './types';
3
- declare const DataGridContext: import("react").Context<DataGridContextProps<any, any> | null>;
4
- declare function DataGridProvider<TRow, TSummaryRow>(props: DataGridProviderProps<TRow, TSummaryRow>): import("react").JSX.Element;
4
+ declare const DataGridContext: import("react").Context<DataGridContextProps<any, any, any> | null>;
5
+ declare function DataGridProvider<TRow, TSummaryRow, TKey extends RowKey = RowKey>(props: DataGridProviderProps<TRow, TSummaryRow, TKey>): import("react/jsx-runtime").JSX.Element;
5
6
  export { DataGridProvider, DataGridContext };
@@ -17,7 +17,7 @@ export interface IGridConfig {
17
17
  columnsConfig: IConfigColumn[];
18
18
  columnsWidths: Map<string, Maybe<RowKey>>;
19
19
  }
20
- export interface DataGridProviderProps<TRow, TSummaryRow> extends Pick<GridProps<TRow, TSummaryRow>, 'rows' | 'columns' | 'rowActionsGetter' | 'rowHeaderHeights' | 'rowHeights' | 'initialRowHeightVariant' | 'checkedRows' | 'onCheckedRowsChange' | 'rowKeyGetter'> {
20
+ export interface DataGridProviderProps<TRow, TSummaryRow, TKey extends RowKey = RowKey> extends Pick<GridProps<TRow, TSummaryRow, TKey>, 'rows' | 'columns' | 'rowActionsGetter' | 'rowHeaderHeights' | 'rowHeights' | 'initialRowHeightVariant' | 'checkedRows' | 'onCheckedRowsChange' | 'rowKeyGetter'> {
21
21
  id: number | string;
22
22
  children: ReactNode;
23
23
  remoteConfig?: IGridConfig;
@@ -29,7 +29,7 @@ export declare type RowHeightState = {
29
29
  rowHeight: number;
30
30
  rowHeaderHeight: number;
31
31
  };
32
- export interface DataGridContextProps<TRow, TSummaryRow> extends IGridConfig, Pick<DataGridProviderProps<TRow, TSummaryRow>, 'rows' | 'checkedRows' | 'onCheckedRowsChange' | 'rowHeights' | 'rowsCount' | 'rowActionsGetter' | 'rowKeyGetter' | 'classes'> {
32
+ export interface DataGridContextProps<TRow, TSummaryRow, TKey extends RowKey = RowKey> extends IGridConfig, Pick<DataGridProviderProps<TRow, TSummaryRow, TKey>, 'rows' | 'checkedRows' | 'onCheckedRowsChange' | 'rowHeights' | 'rowsCount' | 'rowActionsGetter' | 'rowKeyGetter' | 'classes'> {
33
33
  setRowsCount: (newRowsCount: number) => void;
34
34
  currentRowHeaderHeight: number;
35
35
  currentRowHeight: number;
@@ -5,5 +5,5 @@ declare type FilterProviderProps = {
5
5
  children: ReactNode;
6
6
  initialActiveFilters: boolean;
7
7
  };
8
- declare function FilterProvider({ children, initialActiveFilters }: FilterProviderProps): import("react").JSX.Element;
8
+ declare function FilterProvider({ children, initialActiveFilters }: FilterProviderProps): import("react/jsx-runtime").JSX.Element;
9
9
  export { FilterProvider, FilterContext };
@@ -0,0 +1,6 @@
1
+ import { ColumnInteractiveCheckFormatterProps } from './types';
2
+ /**
3
+ * @description ColumnInteractiveCheckFormatter: Es un formateador de columna booleano que permite la interacción directa
4
+ * (camnbiar el checked) sin la necesidad de entrar en edición como lo hace un editor
5
+ */
6
+ export declare function ColumnInteractiveCheckFormatterColumn<Row>(props: ColumnInteractiveCheckFormatterProps<Row>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { FormatterProps as RDGFormatterProps } from 'react-data-grid';
2
+ export declare type ColumnInteractiveCheckFormatterProps<Row> = RDGFormatterProps<Row>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ColumnBooleanFormatterProps } from './types';
3
- export declare function columnBooleanFormatter(props: ColumnBooleanFormatterProps): (obProps: any) => import("react").JSX.Element;
2
+ export declare function columnBooleanFormatter(props: ColumnBooleanFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { ColumnConcatenatedValuesFormatterProps } from './types';
3
2
  /**
4
3
  * Función especial para el DataGrid que concatena un array de strings
5
4
  * @param props
6
5
  * @returns
7
6
  */
8
- export declare function columnConcatenatedValuesFormatter(props: ColumnConcatenatedValuesFormatterProps): (obProps: any) => import("react").JSX.Element;
7
+ export declare function columnConcatenatedValuesFormatter(props: ColumnConcatenatedValuesFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { ColumnDateFormatterProps } from './types';
3
- export declare function columnDateFormatter(props: ColumnDateFormatterProps): (obProps: any) => import("react").JSX.Element;
2
+ export declare function columnDateFormatter(props: ColumnDateFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ColumnNestedValueFormatterProps } from './types';
3
- export declare function columnNestedValueFormatter(props: ColumnNestedValueFormatterProps): (obProps: any) => import("react").JSX.Element;
2
+ export declare function columnNestedValueFormatter(props: ColumnNestedValueFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { P as PointsFormatter } from "../../../formatters/PointsFormatter/index.5c94c5e8.js";
1
+ import { P as PointsFormatter } from "../../../formatters/PointsFormatter/index.80a4e414.js";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  function columnPointsFormatter(props) {
4
4
  return (obProps) => {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ColumnPointsFormatterProps } from './types';
3
- export declare function columnPointsFormatter(props: ColumnPointsFormatterProps): (obProps: any) => import("react").JSX.Element;
2
+ export declare function columnPointsFormatter(props: ColumnPointsFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ColumnPriceFormatterProps } from './types';
3
- export declare function columnPriceFormatter(props: ColumnPriceFormatterProps): (obProps: any) => import("react").JSX.Element;
2
+ export declare function columnPriceFormatter(props: ColumnPriceFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ColumnUncertaintyFormatterProps } from './types';
3
- export declare function columnUncertaintyFormatter(props: ColumnUncertaintyFormatterProps): (obProps: any) => import("react").JSX.Element;
2
+ export declare function columnUncertaintyFormatter(props: ColumnUncertaintyFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import { DataGridProps } from './types';
3
- export declare function DataGrid<TRow, TSummaryRow>(props: DataGridProps<TRow, TSummaryRow>): import("react").JSX.Element;
1
+ import { DataGridProps, RowKey } from './types';
2
+ export declare function DataGrid<TRow, TSummaryRow, TKey extends RowKey = RowKey>(props: DataGridProps<TRow, TSummaryRow, TKey>): import("react/jsx-runtime").JSX.Element;