@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
@@ -0,0 +1,29 @@
1
+ import L from 'leaflet';
2
+ declare module 'leaflet' {
3
+ export function polylineDecorator(
4
+ layer: Layer,
5
+ options?: PolylineDecoratorOptions,
6
+ ): PolylineDecorator;
7
+
8
+ export namespace Symbol {
9
+ function arrowHead(options?: any): any;
10
+ }
11
+
12
+ namespace Polyline {
13
+ function decorator(layer: Layer, options?: PolylineDecoratorOptions): PolylineDecorator;
14
+ }
15
+
16
+ interface PolylineDecoratorOptions {
17
+ patterns: Pattern[];
18
+ }
19
+
20
+ interface Pattern {
21
+ offset?: number | string;
22
+ repeat?: number | string;
23
+ symbol: L.Symbol;
24
+ }
25
+
26
+ interface PolylineDecorator extends Layer {
27
+ setPatterns(patterns: Pattern[]): this;
28
+ }
29
+ }
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const ModalDialog: () => import("react").JSX.Element;
1
+ export declare const ModalDialog: () => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { WindowBaseProps } from './types';
3
- export declare const WindowBase: (props: WindowBaseProps) => import("react").JSX.Element;
2
+ export declare const WindowBase: (props: WindowBaseProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { HeaderProps } from './types';
3
- export declare const Header: (props: HeaderProps) => import("react").JSX.Element;
2
+ export declare const Header: (props: HeaderProps) => import("react/jsx-runtime").JSX.Element;
@@ -2,9 +2,9 @@ import { m as modalUtilityClasses } from "./index.61389369.js";
2
2
  import { useEnvironment } from "@m4l/core";
3
3
  import clsx from "clsx";
4
4
  import { jsxs, jsx } from "react/jsx-runtime";
5
- import { I as IconButton } from "../mui_extended/IconButton/index.f42fa68d.js";
6
- import { I as Icon } from "../Icon/index.3e559a61.js";
7
- import { u as useModal } from "../../hooks/useModal/index.abdc0962.js";
5
+ import { I as IconButton } from "../mui_extended/IconButton/index.df52ae90.js";
6
+ import { I as Icon } from "../Icon/index.6db034b5.js";
7
+ import { u as useModal } from "../../hooks/useModal/index.b4b84d5d.js";
8
8
  const Header = (props) => {
9
9
  const {
10
10
  title,
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { WindowConfirmProps } from './types';
3
- export declare const WindowConfirm: (props: WindowConfirmProps) => import("react").JSX.Element;
2
+ export declare const WindowConfirm: (props: WindowConfirmProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ModalConfirmProps } from './types';
3
- export declare const MessageIlustration: (props: ModalConfirmProps) => import("react").JSX.Element;
2
+ export declare const MessageIlustration: (props: ModalConfirmProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,13 +1,13 @@
1
- import { A as Actions } from "../CommonActions/components/Actions/index.2f6286eb.js";
1
+ import { A as Actions } from "../CommonActions/components/Actions/index.f358ae72.js";
2
2
  import { Typography } from "@mui/material";
3
3
  import { useModuleDictionary, useEnvironment } from "@m4l/core";
4
- import { u as useModal } from "../../hooks/useModal/index.abdc0962.js";
4
+ import { u as useModal } from "../../hooks/useModal/index.b4b84d5d.js";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
- import { I as Image } from "../Image/index.bb1670e5.js";
6
+ import { I as Image } from "../Image/index.2a2e0b27.js";
7
7
  import { m as modalUtilityClasses } from "./index.61389369.js";
8
- import { W as WindowBase } from "./WindowBase.444849a3.js";
9
- import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.bec75bdf.js";
10
- import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.e0150cfc.js";
8
+ import { W as WindowBase } from "./WindowBase.38d4b8e7.js";
9
+ import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.6aa59730.js";
10
+ import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.33acdebb.js";
11
11
  const dictionary = {
12
12
  MESSAGE: "common_actions.confirm_quit_msg"
13
13
  };
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { AccordionProps } from './types';
3
- export declare function Accordion(props: AccordionProps): import("react").JSX.Element;
2
+ export declare function Accordion(props: AccordionProps): import("react/jsx-runtime").JSX.Element;
@@ -1,12 +1,12 @@
1
1
  import { generateUtilityClasses, generateUtilityClass, styled, Accordion as Accordion$1, AccordionSummary, AccordionDetails } from "@mui/material";
2
- import { I as IconButton } from "../IconButton/index.f42fa68d.js";
2
+ import { I as IconButton } from "../IconButton/index.df52ae90.js";
3
3
  import { useEnvironment } from "@m4l/core";
4
4
  import { unstable_composeClasses } from "@mui/base";
5
5
  import clsx from "clsx";
6
6
  import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
7
- import { g as getNameDataTestId } from "../../../vendor.f577fced.js";
7
+ import { g as getNameDataTestId } from "../../../vendor.caaaf054.js";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
- import { I as Icon } from "../../Icon/index.3e559a61.js";
9
+ import { I as Icon } from "../../Icon/index.6db034b5.js";
10
10
  import { T as Typography } from "../Typography/index.379dd374.js";
11
11
  const componentName = "M4LAccordion";
12
12
  generateUtilityClasses(componentName, [
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SkeletonSkeletonAvatar } from './types';
3
- export declare const SkeletonAvatar: (props: SkeletonSkeletonAvatar) => import("react").JSX.Element;
2
+ export declare const SkeletonAvatar: (props: SkeletonSkeletonAvatar) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { BadgeProps } from "./types";
3
- export declare const Badge: (props: BadgeProps) => import("react").JSX.Element;
2
+ export declare const Badge: (props: BadgeProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { BoxIconProps } from './types';
3
- export declare function BoxIcon({ src, sx }: BoxIconProps): import("react").JSX.Element;
2
+ export declare function BoxIcon({ src, sx }: BoxIconProps): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { LinkItemProps } from './types';
3
- export declare function LinkItem({ link }: LinkItemProps): import("react").JSX.Element;
2
+ export declare function LinkItem({ link }: LinkItemProps): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { BreadcrumbsProps } from './types';
3
- export declare function Breadcrumbs(props: BreadcrumbsProps): import("react").JSX.Element;
2
+ export declare function Breadcrumbs(props: BreadcrumbsProps): import("react/jsx-runtime").JSX.Element;
4
3
  export default Breadcrumbs;
@@ -1,8 +1,9 @@
1
1
  /// <reference types="react" />
2
- import { ExtendButtonProps } from './types';
2
+ import { ButtonProps } from './types';
3
3
  /**
4
- * Provee un botón para que los clientes ejecuten acciones en la plataforma web. Aporta su versión provisional de carga en red.
4
+ * Provee un botón para que los clientes ejecuten acciones en la plataforma web.
5
+ * Aporta su versión provisional de carga en red.
5
6
  * @param props
6
7
  * @returns
7
8
  */
8
- export declare const Button: (props: ExtendButtonProps) => import("react").JSX.Element;
9
+ export declare const Button: React.FC<ButtonProps>;
@@ -1,4 +1,3 @@
1
- import { useUtilityClasses } from ".";
2
1
  export interface ButtonClassesType {
3
2
  root: string;
4
3
  skeleton: string;
@@ -11,6 +10,8 @@ export interface ButtonClassesType {
11
10
  colorError: string;
12
11
  colorSuccess: string;
13
12
  colorWarning: string;
13
+ /**Toggle */
14
+ togglePressed: string;
15
+ toggleNotPressed: string;
14
16
  }
15
17
  export declare type ButtonClassesKey = keyof ButtonClassesType;
16
- export declare type Classes = ReturnType<typeof useUtilityClasses>;
@@ -5,7 +5,7 @@ import { unstable_composeClasses } from "@mui/base";
5
5
  import clsx from "clsx";
6
6
  import { jsx } from "react/jsx-runtime";
7
7
  import { useMemo } from "react";
8
- import { I as Image } from "../../Image/index.bb1670e5.js";
8
+ import { I as Image } from "../../Image/index.2a2e0b27.js";
9
9
  import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
10
10
  import { LoadingButton as LoadingButton$1 } from "@mui/lab";
11
11
  import { T as Typography } from "../Typography/index.379dd374.js";
@@ -20,7 +20,7 @@ styled(Skeleton)(({
20
20
  borderRadius: theme.spacing(0.5)
21
21
  }));
22
22
  const componentName$2 = "M4LButton";
23
- generateUtilityClasses(componentName$2, [
23
+ const buttonClasses = generateUtilityClasses(componentName$2, [
24
24
  "root",
25
25
  "skeleton",
26
26
  "sizeSmall",
@@ -31,7 +31,9 @@ generateUtilityClasses(componentName$2, [
31
31
  "isDisabled",
32
32
  "colorError",
33
33
  "colorSuccess",
34
- "colorWarning"
34
+ "colorWarning",
35
+ "togglePressed",
36
+ "toggleNotPressed"
35
37
  ]);
36
38
  function getButtonUtilityClass(slot) {
37
39
  return generateUtilityClass(componentName$2, slot);
@@ -144,7 +146,7 @@ function ImageButton({
144
146
  }) : imageButton
145
147
  });
146
148
  }
147
- const componentName = "M4LLoadingButton";
149
+ const componentName = "M4LoadingButton";
148
150
  generateUtilityClasses(componentName, [
149
151
  "root",
150
152
  "skeleton",
@@ -169,7 +171,7 @@ const useUtilityClasses = (onwerState) => {
169
171
  };
170
172
  };
171
173
  const LoadingButtonRoot = styled("div")(({ theme }) => ({
172
- ...theme.components?.M4LLoadingButton?.styleOverrides
174
+ ...theme.components?.M4LoadingButton?.styleOverrides
173
175
  }));
174
176
  const LOADINGBUTTON_PREFIX = "M4LoadingButton";
175
177
  const getNameDataTestId = (KEY) => {
@@ -218,5 +220,6 @@ const LoadingButton = (props) => {
218
220
  export {
219
221
  Button as B,
220
222
  ImageButton as I,
221
- LoadingButton as L
223
+ LoadingButton as L,
224
+ buttonClasses as b
222
225
  };
@@ -1,10 +1,10 @@
1
- import { ButtonProps } from '@mui/material';
2
- export interface ExtendButtonProps extends Omit<ButtonProps, 'size'> {
1
+ import { ButtonProps as MUIButtonProps } from '@mui/material';
2
+ export interface ButtonProps extends Omit<MUIButtonProps, 'size'> {
3
3
  size?: 'small' | 'medium';
4
4
  skeletonWidth?: number | string;
5
5
  skeletonHeight?: number | string;
6
6
  colorState?: 'error' | 'success' | 'warning';
7
7
  }
8
- export interface OwnerState extends Pick<ExtendButtonProps, 'size' | 'variant' | 'colorState'> {
8
+ export interface OwnerState extends Pick<ButtonProps, 'size' | 'variant' | 'colorState'> {
9
9
  isDisabled?: boolean;
10
10
  }
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SkeletonCheckBoxProps } from './types';
3
- export declare const SkeletonCheckBox: (props: SkeletonCheckBoxProps) => import("react").JSX.Element;
2
+ export declare const SkeletonCheckBox: (props: SkeletonCheckBoxProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { CircularProgressProps } from '@mui/material';
3
- export declare const CircularProgress: (props: CircularProgressProps) => import("react").JSX.Element;
2
+ export declare const CircularProgress: (props: CircularProgressProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { IconButtonProps } from './types';
3
2
  /**
4
3
  * Provee un botón con un icono para que los clientes ejecuten acciones en la plataforma web. Aporta su versión provisional de carga en red.
5
4
  * @param props
6
5
  * @returns
7
6
  */
8
- export declare const IconButton: (props: IconButtonProps) => import("react").JSX.Element;
7
+ export declare const IconButton: (props: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import { IconButtonClassesType } from './types';
2
2
  import { OwnerState } from '../types';
3
- export declare const IconButtonClasses: IconButtonClassesType;
3
+ export declare const iconButtonClasses: IconButtonClassesType;
4
4
  export declare function getIconButtonUtilityClass(slot: string): string;
5
5
  export declare const useUtilityClasses: (ownerState: OwnerState) => {
6
6
  root: string;
@@ -9,5 +9,8 @@ export interface IconButtonClassesType {
9
9
  variantLine: string;
10
10
  isFocus: string;
11
11
  isDisabled: string;
12
+ /**Toggle */
13
+ togglePressed: string;
14
+ toggleNotPressed: string;
12
15
  }
13
16
  export declare type IconButtonClassesKey = keyof IconButtonClassesType;
@@ -1,7 +1,7 @@
1
1
  import { useMemo, useState } from "react";
2
2
  import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
3
3
  import { Skeleton, styled, generateUtilityClasses, generateUtilityClass, Tooltip, IconButton as IconButton$1 } from "@mui/material";
4
- import { I as Icon } from "../../Icon/index.3e559a61.js";
4
+ import { I as Icon } from "../../Icon/index.6db034b5.js";
5
5
  import { jsx, Fragment } from "react/jsx-runtime";
6
6
  import { unstable_composeClasses } from "@mui/base";
7
7
  import clsx from "clsx";
@@ -24,7 +24,7 @@ const IconButtonRoot = styled("div")(({
24
24
  ...theme.components?.M4LIconButton?.styleOverrides
25
25
  }));
26
26
  const componentName = "M4LIconButton";
27
- generateUtilityClasses(componentName, [
27
+ const iconButtonClasses = generateUtilityClasses(componentName, [
28
28
  "root",
29
29
  "skeleton",
30
30
  "sizeExtraSmall",
@@ -34,7 +34,9 @@ generateUtilityClasses(componentName, [
34
34
  "variantSecondary",
35
35
  "variantLine",
36
36
  "isFocus",
37
- "isDisabled"
37
+ "isDisabled",
38
+ "togglePressed",
39
+ "toggleNotPressed"
38
40
  ]);
39
41
  function getIconButtonUtilityClass(slot) {
40
42
  return generateUtilityClass(componentName, slot);
@@ -121,5 +123,6 @@ const IconButton = (props) => {
121
123
  });
122
124
  };
123
125
  export {
124
- IconButton as I
126
+ IconButton as I,
127
+ iconButtonClasses as i
125
128
  };
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SkeletonIconButtonProps } from './types';
3
- export declare const SkeletonIconButton: (props: SkeletonIconButtonProps) => import("react").JSX.Element;
2
+ export declare const SkeletonIconButton: (props: SkeletonIconButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ImageButtonProps } from './types';
3
- export declare function ImageButton({ src, width, height, useIntersectionObserver, skeletonVariant, tooltip, sx, ...other }: ImageButtonProps): import("react").JSX.Element;
2
+ export declare function ImageButton({ src, width, height, useIntersectionObserver, skeletonVariant, tooltip, sx, ...other }: ImageButtonProps): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { LinearProgressProps } from '@mui/material';
3
- export declare const LinearProgress: (props: LinearProgressProps) => import("react").JSX.Element;
2
+ export declare const LinearProgress: (props: LinearProgressProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { LinkWithRouteProps } from './types';
3
- export declare const LinkWithRoute: (props: LinkWithRouteProps) => import("react").JSX.Element;
2
+ export declare const LinkWithRoute: (props: LinkWithRouteProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare const componentName = "M4LLoadingButton";
1
+ export declare const componentName = "M4LoadingButton";
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { MuiLabLoadingButtonProps } from './types';
3
- export declare const LoadingButton: (props: MuiLabLoadingButtonProps) => import("react").JSX.Element;
2
+ export declare const LoadingButton: (props: MuiLabLoadingButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -3,12 +3,12 @@ import { useEnvironment, useModuleDictionary } from "@m4l/core";
3
3
  import { IconButton, generateUtilityClasses, generateUtilityClass, useTheme, MenuItem } from "@mui/material";
4
4
  import { P as Popover } from "../Popover/index.b3eca6b1.js";
5
5
  import { styled } from "@mui/material/styles";
6
- import { I as Icon } from "../../Icon/index.3e559a61.js";
6
+ import { I as Icon } from "../../Icon/index.6db034b5.js";
7
7
  import clsx from "clsx";
8
8
  import { unstable_composeClasses } from "@mui/base";
9
9
  import { jsxs, Fragment, jsx } from "react/jsx-runtime";
10
10
  import { B as Badge } from "../Badge/index.09f5aee5.js";
11
- import { I as IconButton$1 } from "../IconButton/index.f42fa68d.js";
11
+ import { I as IconButton$1 } from "../IconButton/index.df52ae90.js";
12
12
  styled(IconButton)(() => ({}));
13
13
  const LabelMemuItem = styled("div")(({
14
14
  theme
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { MenuActionsProps } from './types';
3
- export declare function MenuActions(props: MenuActionsProps): React.JSX.Element;
3
+ export declare function MenuActions(props: MenuActionsProps): import("react/jsx-runtime").JSX.Element;
4
4
  export declare const MemonizedMenuActions: React.MemoExoticComponent<typeof MenuActions>;
5
5
  export default MenuActions;
@@ -2,7 +2,7 @@ import { useMemo } from "react";
2
2
  import { styled } from "@mui/material/styles";
3
3
  import { generateUtilityClasses, generateUtilityClass, useTheme, Select, InputBase, MenuItem } from "@mui/material";
4
4
  import { unstable_composeClasses } from "@mui/base";
5
- import { I as IconButton } from "../IconButton/index.f42fa68d.js";
5
+ import { I as IconButton } from "../IconButton/index.df52ae90.js";
6
6
  import { useEnvironment } from "@m4l/core";
7
7
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
8
8
  import { useResponsiveDesktop } from "@m4l/graphics";
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PagerProps } from './types';
3
- export declare function Pager(props: PagerProps): import("react").JSX.Element;
2
+ export declare function Pager(props: PagerProps): import("react/jsx-runtime").JSX.Element;
4
3
  export default Pager;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { CustomTablePaginationProps } from './types';
3
2
  /**
4
3
  * Todo:
5
4
  * 1 Trabajar con el modelo de diccionarios.
6
5
  * 2
7
6
  */
8
- export declare const CustomTablePagination: (props: CustomTablePaginationProps) => import("react").JSX.Element;
7
+ export declare const CustomTablePagination: (props: CustomTablePaginationProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { PagerActionsProps } from './types';
3
- export declare function PagerActions(props: PagerActionsProps): import("react").JSX.Element;
2
+ export declare function PagerActions(props: PagerActionsProps): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PopoverProps } from './types';
3
2
  /**
4
3
  * Provee de un componente que genera un contenedor desacoplado del flujo del documento de tipo ventana emergente,
@@ -6,4 +5,4 @@ import { PopoverProps } from './types';
6
5
  * @param props
7
6
  * @returns
8
7
  */
9
- export declare const Popover: (props: PopoverProps) => import("react").JSX.Element;
8
+ export declare const Popover: (props: PopoverProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { StackProps } from "@mui/material";
3
- export declare const Stack: (props: StackProps) => import("react").JSX.Element;
2
+ export declare const Stack: (props: StackProps) => import("react/jsx-runtime").JSX.Element;
@@ -5,7 +5,8 @@ import { jsx } from "react/jsx-runtime";
5
5
  import { useModuleSkeleton } from "@m4l/core";
6
6
  import { styled as styled$1 } from "@mui/material/styles";
7
7
  import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
8
- import { g as getNameDataTestId } from "../../../vendor.f577fced.js";
8
+ import { g as getNameDataTestId } from "../../../vendor.caaaf054.js";
9
+ import { createContext, useState } from "react";
9
10
  const componentName$2 = "M4LTabs";
10
11
  generateUtilityClasses(componentName$2, [
11
12
  "root"
@@ -60,11 +61,12 @@ const TabContentRoot = styled("div")(({ theme }) => ({
60
61
  const TabContent = (props) => {
61
62
  const {
62
63
  children,
64
+ className,
63
65
  ...others
64
66
  } = props;
65
67
  const classes = useTabContentUtilityClasses();
66
68
  return /* @__PURE__ */ jsx(TabContentRoot, {
67
- className: classes.root,
69
+ className: clsx(classes.root, className),
68
70
  ...others,
69
71
  children
70
72
  });
@@ -128,8 +130,28 @@ function Tab(props) {
128
130
  })
129
131
  });
130
132
  }
133
+ const TabContext = createContext(null);
134
+ function TabProvider(props) {
135
+ const {
136
+ children,
137
+ initialValue
138
+ } = props;
139
+ const [currentTab, setCurrentTab] = useState(initialValue);
140
+ const handleChange = (_event, newTab) => {
141
+ setCurrentTab(newTab);
142
+ };
143
+ return /* @__PURE__ */ jsx(TabContext.Provider, {
144
+ value: {
145
+ currentTab: currentTab.toString(),
146
+ handleChange
147
+ },
148
+ children
149
+ });
150
+ }
131
151
  export {
132
- Tab as T,
133
- Tabs as a,
134
- TabContent as b
152
+ Tabs as T,
153
+ Tab as a,
154
+ TabContent as b,
155
+ TabProvider as c,
156
+ TabContext as d
135
157
  };
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TabProps } from './types';
3
- export declare function Tab(props: TabProps): import("react").JSX.Element;
2
+ export declare function Tab(props: TabProps): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TabContentProps } from "./types";
3
- export declare const TabContent: (props: TabContentProps) => import("react").JSX.Element;
2
+ export declare const TabContent: (props: TabContentProps) => import("react/jsx-runtime").JSX.Element;
@@ -3,4 +3,5 @@ export interface TabContentProps {
3
3
  children: React.ReactNode;
4
4
  style?: React.CSSProperties;
5
5
  key?: Key | null | undefined;
6
+ className?: string | undefined;
6
7
  }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { TabProviderProps, TabContextType } from './types';
3
+ declare const TabContext: import("react").Context<TabContextType<string> | null>;
4
+ declare function TabProvider<T extends string | number = string>(props: TabProviderProps<T>): import("react/jsx-runtime").JSX.Element;
5
+ export { TabProvider, TabContext };
@@ -0,0 +1,9 @@
1
+ import { ChangeEvent, ReactNode } from 'react';
2
+ export interface TabContextType<T extends string | number = string> {
3
+ currentTab: T;
4
+ handleChange: (event: ChangeEvent<{}> | null, newTab: T) => void;
5
+ }
6
+ export interface TabProviderProps<T extends string | number = string> {
7
+ initialValue: T;
8
+ children: ReactNode;
9
+ }
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TabsProps } from '@mui/material';
3
- export declare const Tabs: (props: TabsProps) => import("react").JSX.Element;
2
+ export declare const Tabs: (props: TabsProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ToggleButton: (props: import("../../../hocs/withToggle").ComponentWithToggleProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,22 @@
1
+ import clsx from "clsx";
2
+ import { B as Button, b as buttonClasses } from "../Button/index.fc5132fa.js";
3
+ import { w as withToggle } from "../../../hocs/withToggle/index.e44eb0da.js";
4
+ import { jsx } from "react/jsx-runtime";
5
+ const ToggleAbleButton = ({
6
+ onClick,
7
+ isPressed,
8
+ ...props
9
+ }) => {
10
+ const onLocalClick = (e) => {
11
+ onClick(e, !isPressed);
12
+ };
13
+ return /* @__PURE__ */ jsx(Button, {
14
+ onClick: onLocalClick,
15
+ ...props,
16
+ className: clsx(isPressed ? buttonClasses.togglePressed : buttonClasses.toggleNotPressed)
17
+ });
18
+ };
19
+ const ToggleButton = withToggle(ToggleAbleButton);
20
+ export {
21
+ ToggleButton as T
22
+ };
@@ -0,0 +1,2 @@
1
+ export * from './ToggleButton';
2
+ export * from './types';
@@ -0,0 +1,4 @@
1
+ import type { ComponentWithToggleProps, WithToggleProps } from '../../../hocs/withToggle';
2
+ import { ButtonProps } from '../Button';
3
+ export interface ExtendToggleButtonProps extends Omit<ButtonProps, 'onClick'>, Pick<ComponentWithToggleProps, 'onClick'>, Pick<WithToggleProps, 'isPressed'> {
4
+ }
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import { ToggleIconButtonProps } from "./types";
3
+ interface ToggleIconButtonWrapperProps extends Omit<ToggleIconButtonProps, 'isPressed'> {
4
+ src: string;
5
+ }
6
+ /**
7
+ * Para no tener que poner src en ComponentWithToggleProps, dejando de ser generico
8
+ * se crea wrapper que recibe src a traves de ToggleIconButtonWrapperProps el cual extiende ComponentWithToggleProps
9
+ * por lo tanto es aceptado withToggle.
10
+
11
+ **/
12
+ export declare const ToggleIconButton: React.FC<ToggleIconButtonWrapperProps>;
13
+ export {};
@@ -0,0 +1,2 @@
1
+ export * from './ToggleIconButton';
2
+ export * from './types';