@m4l/components 0.2.1 → 0.2.3

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 (436) 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.3f67361e.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.f78b52c7.js} +5 -26
  13. package/components/AppBar/types.d.ts +0 -14
  14. package/components/CommonActions/components/ActionCancel/{index.bec75bdf.js → index.5916fb86.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.dbd002ab.js} +14 -5
  18. package/components/CommonActions/components/ActionFormIntro/{index.99f2f1cf.js → index.c7acf718.js} +2 -2
  19. package/components/CommonActions/components/ActionFormIntro/index.d.ts +1 -2
  20. package/components/CommonActions/components/ActionIntro/{index.e0150cfc.js → index.789d82ed.js} +2 -2
  21. package/components/CommonActions/components/ActionIntro/index.d.ts +2 -3
  22. package/components/CommonActions/components/Actions/{index.2f6286eb.js → index.ccf731c1.js} +1 -1
  23. package/components/CommonActions/components/Actions/index.d.ts +1 -2
  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.d5559a4d.js → index.71fae988.js} +49 -20
  39. package/components/DataGrid/index.d.ts +2 -3
  40. package/components/DataGrid/subcomponents/Actions/index.d.ts +1 -2
  41. package/components/DataGrid/subcomponents/Actions/{index.83e2be51.js → index.ea3fb0b2.js} +15 -35
  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.f9f067bd.js → index.8f423ed7.js} +1 -1
  51. package/components/DraggableWindow/index.d.ts +1 -2
  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.69c2e381.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.4a245d9e.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.ea745285.js} +3 -3
  73. package/components/GridLayout/subcomponents/Responsive/index.d.ts +1 -2
  74. package/components/GridLayout/subcomponents/Responsive/{index.e25df1dc.js → index.edb59c22.js} +1 -1
  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.f1161f32.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.9799dfc0.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.b8fd6ccc.js} +2 -2
  88. package/components/LinearProgressIndeterminate/LinearProgressIndeterminate.d.ts +1 -2
  89. package/components/LinearProgressIndeterminate/{index.a0ad2d9e.js → index.c46da124.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.19b6eeb6.js} +3 -3
  93. package/components/MFLoader/MFLoader.d.ts +1 -2
  94. package/components/MFLoader/{index.ad3b304a.js → index.56cd1993.js} +1 -1
  95. package/components/MFLoader/subcomponents/ProggessLoadingMF/index.d.ts +1 -2
  96. package/components/ModalDialog/{index.89e26413.js → index.ec55087e.js} +4 -4
  97. package/components/NavLink/NavLink.d.ts +1 -2
  98. package/components/NoItemSelected/{index.f20bbfb3.js → index.8a2a13f8.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.7150b3a9.js} +7 -7
  103. package/components/ObjectLogs/index.d.ts +1 -2
  104. package/components/Page/{index.6dd70d4c.js → index.49d18c85.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.637c8cb4.js} +1 -1
  108. package/components/Period/Period.d.ts +1 -2
  109. package/components/Period/{index.b2c8b4f7.js → index.c964884f.js} +2 -2
  110. package/components/PrintingSystem/{index.89c4d0f9.js → index.d1fd7818.js} +43 -15
  111. package/components/PrintingSystem/subcomponents/BodyNode/index.d.ts +1 -2
  112. package/components/PrintingSystem/subcomponents/BodyNode/{index.d1f4b0f6.js → index.f6410daa.js} +1 -1
  113. package/components/PrintingSystem/subcomponents/ChartNode/{index.6744122f.js → index.6b30abe0.js} +4 -4
  114. package/components/PrintingSystem/subcomponents/ChartNode/index.d.ts +1 -2
  115. package/components/PrintingSystem/subcomponents/DividerNode/index.d.ts +1 -2
  116. package/components/PrintingSystem/subcomponents/DividerNode/{index.782756f8.js → index.dcac3bc0.js} +1 -1
  117. package/components/PrintingSystem/subcomponents/FooterNode/index.d.ts +1 -2
  118. package/components/PrintingSystem/subcomponents/FooterNode/{index.9feec47b.js → index.dd21921e.js} +1 -1
  119. package/components/PrintingSystem/subcomponents/GridNode/index.d.ts +1 -2
  120. package/components/PrintingSystem/subcomponents/GridNode/{index.8568b2bc.js → index.eb5ebe06.js} +4 -4
  121. package/components/PrintingSystem/subcomponents/HeaderNode/{index.07d6e7f0.js → index.48e8769c.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.615ce7d3.js → index.ccec72dc.js} +4 -4
  127. package/components/PrintingSystem/subcomponents/PaperNode/index.d.ts +1 -2
  128. package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.e239fdf3.js → index.807e0343.js} +1 -1
  129. package/components/PrintingSystem/subcomponents/PropertyValueNode/index.d.ts +1 -2
  130. package/components/PrintingSystem/subcomponents/SectionNode/{index.2f445506.js → index.622df623.js} +1 -1
  131. package/components/PrintingSystem/subcomponents/SectionNode/index.d.ts +1 -2
  132. package/components/PrintingSystem/subcomponents/TextBoxNode/index.d.ts +1 -2
  133. package/components/PrintingSystem/subcomponents/TextBoxNode/{index.828bc8fe.js → index.f06ac3d5.js} +3 -3
  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.8fcce0c2.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.8c53c1fa.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.83ee1067.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.90da0626.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.d.ts +1 -2
  181. package/components/areas/components/AreasViewer/{index.7bc64011.js → index.eb166eca.js} +15 -15
  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.1c3f87a7.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.58ac16d2.js} +1 -1
  201. package/components/formatters/BooleanFormatter/index.d.ts +1 -2
  202. package/components/formatters/BooleanFormatter/{index.22761b39.js → index.fffdef5e.js} +2 -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.7ee9ae5d.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.31e92edb.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.6c5648f7.js} +1 -1
  220. package/components/hook-form/RHFCheckbox/RHFCheckbox.d.ts +1 -2
  221. package/components/hook-form/RHFColorPicker/index.259b6f38.js +61 -0
  222. package/components/hook-form/RHFColorPicker/index.d.ts +1 -8
  223. package/components/hook-form/RHFColorPicker/types.d.ts +0 -5
  224. package/components/hook-form/RHFDateTime/RHFDateTime.d.ts +1 -2
  225. package/components/hook-form/RHFDateTime/{index.30d6deb9.js → index.a5ba00d5.js} +1 -1
  226. package/components/hook-form/RHFDateTime/subcomponents/Skeleton/index.d.ts +1 -2
  227. package/components/hook-form/RHFDateTime/types.d.ts +1 -0
  228. package/components/hook-form/RHFHelperError/index.d.ts +4 -0
  229. package/components/hook-form/RHFMultiCheckbox/index.d.ts +1 -2
  230. package/components/hook-form/RHFPeriod/index.d.ts +1 -2
  231. package/components/hook-form/RHFPeriod/{index.8fdd9f5d.js → index.fd29d20c.js} +1 -1
  232. package/components/hook-form/RHFRadioGroup/RHFRadioGroup.d.ts +3 -0
  233. package/components/hook-form/RHFRadioGroup/{index.b3335e13.js → index.7deb4e48.js} +5 -3
  234. package/components/hook-form/RHFRadioGroup/index.d.ts +2 -0
  235. package/components/hook-form/RHFRadioGroup/types.d.ts +8 -0
  236. package/components/hook-form/RHFSelect.d.ts +1 -2
  237. package/components/hook-form/RHFTextField/{index.2f73c117.js → index.22203742.js} +2 -2
  238. package/components/hook-form/RHFTextField/subcomponents/Skeleton/index.d.ts +1 -2
  239. package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.d.ts +1 -2
  240. package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.d.ts +1 -2
  241. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +1 -2
  242. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/subcomponents/Skeleton/index.d.ts +1 -2
  243. package/components/hook-form/RHFUpload/{index.a69afe7e.js → index.aef0f459.js} +4 -4
  244. package/components/hook-form/index.d.ts +2 -2
  245. package/components/index.d.ts +1 -2
  246. package/components/maps/components/GpsTools/GpsTools.d.ts +1 -0
  247. package/components/maps/components/GpsTools/classes/index.d.ts +4 -0
  248. package/components/maps/components/GpsTools/classes/types.d.ts +20 -0
  249. package/components/maps/components/GpsTools/constants.d.ts +8 -0
  250. package/components/maps/components/GpsTools/contexts/GpsToolsContext/index.d.ts +19 -0
  251. package/components/maps/components/GpsTools/contexts/GpsToolsContext/store.d.ts +16 -0
  252. package/components/maps/components/GpsTools/contexts/GpsToolsContext/types.d.ts +173 -0
  253. package/components/maps/components/GpsTools/dictionary.d.ts +64 -0
  254. package/components/maps/components/GpsTools/hooks/useLayers/index.d.ts +1 -0
  255. package/components/maps/components/GpsTools/hooks/useMapTools/index.d.ts +2 -0
  256. package/components/maps/components/GpsTools/icons.d.ts +15 -0
  257. package/components/maps/components/GpsTools/index.d.ts +2 -0
  258. package/components/maps/components/GpsTools/index.ed49dc90.js +2313 -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.9fcc381d.js +474 -0
  314. package/components/maps/components/Map/index.d.ts +5 -0
  315. package/components/maps/components/Map/subcomponents/LayersContainer/index.d.ts +2 -0
  316. package/components/maps/components/Map/subcomponents/LeafletLayer/index.d.ts +3 -0
  317. package/components/maps/components/Map/subcomponents/LeafletLayer/types.d.ts +2 -0
  318. package/components/maps/components/Map/subcomponents/MainTools/index.d.ts +2 -0
  319. package/components/maps/components/Map/subcomponents/MainTools/types.d.ts +5 -0
  320. package/components/maps/components/Map/types.d.ts +28 -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.2f29424e.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.1d1d9cd2.js} +6 -6
  331. package/components/mui_extended/Accordion/Accordion.d.ts +1 -2
  332. package/components/mui_extended/Accordion/{index.c628e883.js → index.c8c7d392.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.bd3371a3.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.dd9f297b.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.46c5f7c7.js} +2 -2
  355. package/components/mui_extended/MenuActions/index.d.ts +1 -1
  356. package/components/mui_extended/Pager/index.d.ts +1 -2
  357. package/components/mui_extended/Pager/{index.9f0a2757.js → index.e4e66ac8.js} +1 -1
  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.a85b2dab.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.b030c4ec.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.e0854091.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.436c2938.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.16083a43.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.05d1821e.js} +1 -1
  395. package/hooks/useTab/index.19c8a409.js +12 -0
  396. package/hooks/useTab/index.d.ts +3 -0
  397. package/index.js +131 -119
  398. package/package.json +8 -5
  399. package/{react-data-grid.d46d625e.js → react-data-grid.c5377916.js} +1 -2
  400. package/{react-draggable.ee21cb7e.js → react-draggable.e4725f3a.js} +4 -4
  401. package/{react-json-view.5636414a.js → react-json-view.57125fcf.js} +1 -1
  402. package/{react-resizable.ee028152.js → react-resizable.c07d63fb.js} +5 -5
  403. package/{react-splitter-layout.c5d98bf7.js → react-splitter-layout.8b1655c8.js} +3 -3
  404. package/utils/types.d.ts +6 -0
  405. package/vendor.384f1182.js +110 -0
  406. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/index.d.ts +0 -4
  407. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/types.d.ts +0 -3
  408. package/components/Icon/index.3e559a61.js +0 -248
  409. package/components/PDFViewer/PDFViewer.d.ts +0 -3
  410. package/components/PDFViewer/classes/constants.d.ts +0 -1
  411. package/components/PDFViewer/classes/index.d.ts +0 -7
  412. package/components/PDFViewer/classes/types.d.ts +0 -7
  413. package/components/PDFViewer/index.52f45734.js +0 -63
  414. package/components/PDFViewer/index.d.ts +0 -1
  415. package/components/PDFViewer/types.d.ts +0 -3
  416. package/components/PrintingSystem/subcomponents/QRImageNode/index.d.ts +0 -3
  417. package/components/PrintingSystem/subcomponents/QRImageNode/types.d.ts +0 -3
  418. package/components/PropertyValue/index.45c0a6bf.js +0 -206
  419. package/components/ToastContainer/ToastContainer.d.ts +0 -3
  420. package/components/ToastContainer/classes/constants.d.ts +0 -1
  421. package/components/ToastContainer/classes/index.d.ts +0 -8
  422. package/components/ToastContainer/classes/types.d.ts +0 -9
  423. package/components/ToastContainer/index.d.ts +0 -2
  424. package/components/ToastContainer/index.ef20959a.js +0 -87
  425. package/components/ToastContainer/subcomponents/ToastMessage/index.d.ts +0 -3
  426. package/components/ToastContainer/subcomponents/ToastMessage/types.d.ts +0 -5
  427. package/components/ToastContainer/types.d.ts +0 -4
  428. package/components/hook-form/RHFColorPicker/classes/constants.d.ts +0 -1
  429. package/components/hook-form/RHFColorPicker/classes/index.d.ts +0 -11
  430. package/components/hook-form/RHFColorPicker/classes/types.d.ts +0 -11
  431. package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext.d.ts +0 -2
  432. package/components/hook-form/RHFRadioGroup.d.ts +0 -9
  433. package/node_modules.9cedcf1f.js +0 -6921
  434. package/vendor.f577fced.js +0 -250
  435. /package/components/GridLayout/subcomponents/{GridItem → Griditem}/types.d.ts +0 -0
  436. /package/utils/{index.de903261.js → index.6469f148.js} +0 -0
@@ -69,11 +69,7 @@ styled(SimpleBarReact)(({
69
69
  "& .simplebar-mask": {
70
70
  zIndex: "inherit"
71
71
  },
72
- "& .simplebar-content": {
73
- display: "flex",
74
- flexDirection: "column",
75
- height: "100%"
76
- },
72
+ "& .simplebar-content": {},
77
73
  '& .simplebar-content-wrapper[style*="overflow: hidden scroll;"] ': {
78
74
  "& .simplebar-content": {
79
75
  marginRight: "12px"
@@ -2,5 +2,5 @@ import { ReactElement } from 'react';
2
2
  interface Props {
3
3
  children?: ReactElement;
4
4
  }
5
- export declare function ScrollBar({ children }: Props): import("react").JSX.Element;
5
+ export declare function ScrollBar({ children }: Props): import("react/jsx-runtime").JSX.Element;
6
6
  export default ScrollBar;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SideBarProps } from './types';
3
- export declare const SideBar: (props: SideBarProps) => import("react").JSX.Element;
2
+ export declare const SideBar: (props: SideBarProps) => import("react/jsx-runtime").JSX.Element;
@@ -5,11 +5,11 @@ export declare const getSideBarClassesByState: (ownerState: SideBarState) => {
5
5
  root: string;
6
6
  drawer: string;
7
7
  popover: string;
8
- containerLogo: string;
9
8
  containerSideBarLogo: string;
10
9
  contentDesktop: string;
11
10
  contentMobile: string;
12
11
  collapseButton: string;
12
+ containerLogo: string;
13
13
  contentGroups: string;
14
14
  wrapperGroup: string;
15
15
  wrapperGroupTitle: string;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { SideBarProviderProps, SideBarProviderValue } from './types';
3
3
  declare const SideBarContext: import("react").Context<SideBarProviderValue>;
4
- declare const SideBarProvider: (props: SideBarProviderProps) => import("react").JSX.Element;
4
+ declare const SideBarProvider: (props: SideBarProviderProps) => import("react/jsx-runtime").JSX.Element;
5
5
  export { SideBarProvider, SideBarContext };
@@ -4,17 +4,17 @@ import { styled as styled$1, generateUtilityClasses, ListItemText, Tooltip, List
4
4
  import { useEnvironment, useBase, BaseProvider } from "@m4l/core";
5
5
  import { createContext, useContext, useState, useEffect } from "react";
6
6
  import { unstable_composeClasses } from "@mui/base";
7
- import { g as getComponentUtilityClass } from "../../utils/index.de903261.js";
7
+ import { g as getComponentUtilityClass } from "../../utils/index.6469f148.js";
8
8
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
9
9
  import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
10
- import { I as Image } from "../Image/index.bb1670e5.js";
11
- import { I as IconButton } from "../mui_extended/IconButton/index.f42fa68d.js";
12
- import { I as Icon, A as ArrowIcon } from "../Icon/index.3e559a61.js";
10
+ import { I as Image } from "../Image/index.9799dfc0.js";
11
+ import { I as IconButton } from "../mui_extended/IconButton/index.dd9f297b.js";
12
+ import { I as Icon, A as ArrowIcon } from "../Icon/index.f1161f32.js";
13
13
  import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
14
14
  import clsx from "clsx";
15
15
  import { useLocation } from "react-router-dom";
16
16
  import { P as Popover } from "../mui_extended/Popover/index.b3eca6b1.js";
17
- import { S as ScrollBar } from "../ScrollBar/index.010f1b9d.js";
17
+ import { S as ScrollBar } from "../ScrollBar/index.65bb2930.js";
18
18
  const SideBarRoot = styled("div")(({
19
19
  theme
20
20
  }) => ({
@@ -235,7 +235,7 @@ function CollapseButton(props) {
235
235
  children: /* @__PURE__ */ jsx(Image, {
236
236
  width: "100%",
237
237
  height: "100%",
238
- src: companyLogoNormalUrl || "",
238
+ src: companyLogoNormalUrl,
239
239
  alt: "logo"
240
240
  }, "Logo")
241
241
  }), /* @__PURE__ */ jsx("div", {
@@ -905,7 +905,7 @@ const ContentDesktop = () => {
905
905
  ...process.env.NODE_ENV !== "production" ? {
906
906
  [TEST_PROP_ID]: getNameDataTestId("contentDesktop")
907
907
  } : {},
908
- children: [companyLogoSmallUrl ? /* @__PURE__ */ jsx("div", {
908
+ children: [/* @__PURE__ */ jsx("div", {
909
909
  className: classes.containerSideBarLogo,
910
910
  ...process.env.NODE_ENV !== "production" ? {
911
911
  [TEST_PROP_ID]: getNameDataTestId("containerSideBarLogo")
@@ -920,16 +920,16 @@ const ContentDesktop = () => {
920
920
  height: "60px",
921
921
  src: companyLogoSmallUrl,
922
922
  alt: "logo"
923
- }, "Logo"), companyName ? /* @__PURE__ */ jsx(Typography, {
923
+ }, "Logo"), /* @__PURE__ */ jsx(Typography, {
924
924
  variant: "subtitleDens",
925
925
  skeletonWidth: "100px",
926
926
  style: {
927
927
  width: collapsed ? "0px" : "auto"
928
928
  },
929
929
  children: companyName
930
- }) : null]
930
+ })]
931
931
  })
932
- }) : null, /* @__PURE__ */ jsx(ContentGroups, {}), /* @__PURE__ */ jsx(CollapseButton, {
932
+ }), /* @__PURE__ */ jsx(ContentGroups, {}), /* @__PURE__ */ jsx(CollapseButton, {
933
933
  onToggleCollapse,
934
934
  collapsed
935
935
  })]
@@ -996,7 +996,7 @@ const ContentMobile = () => {
996
996
  ...process.env.NODE_ENV !== "production" ? {
997
997
  [TEST_PROP_ID]: getNameDataTestId("contentMobile")
998
998
  } : {},
999
- children: [companyLogoSmallUrl ? /* @__PURE__ */ jsx("div", {
999
+ children: [/* @__PURE__ */ jsx("div", {
1000
1000
  className: classes.containerSideBarLogo,
1001
1001
  ...process.env.NODE_ENV !== "production" ? {
1002
1002
  [TEST_PROP_ID]: getNameDataTestId("containerSideBarLogo")
@@ -1017,7 +1017,7 @@ const ContentMobile = () => {
1017
1017
  children: companyName
1018
1018
  })]
1019
1019
  })
1020
- }) : null, /* @__PURE__ */ jsx(ContentGroups, {})]
1020
+ }), /* @__PURE__ */ jsx(ContentGroups, {})]
1021
1021
  })]
1022
1022
  })
1023
1023
  });
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const ContentDesktop: () => import("react").JSX.Element;
1
+ export declare const ContentDesktop: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  declare type CollapseButtonProps = {
3
2
  onToggleCollapse: VoidFunction;
4
3
  collapsed: boolean;
5
4
  };
6
- export default function CollapseButton(props: CollapseButtonProps): import("react").JSX.Element;
5
+ export default function CollapseButton(props: CollapseButtonProps): import("react/jsx-runtime").JSX.Element;
7
6
  export {};
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const ContentGroups: () => import("react").JSX.Element;
1
+ export declare const ContentGroups: () => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { NavListRootProps } from './types';
3
- export declare function ItemListMain(props: NavListRootProps): import("react").JSX.Element;
2
+ export declare function ItemListMain(props: NavListRootProps): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ArrowIconProps } from './types';
3
- export declare function ArrowIcon(props: ArrowIconProps): import("react").JSX.Element;
2
+ export declare function ArrowIcon(props: ArrowIconProps): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { NavItemRootProps } from './type';
3
- export declare function NavItemMain(props: NavItemRootProps): import("react").JSX.Element;
2
+ export declare function NavItemMain(props: NavItemRootProps): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { RenderContentProps } from './type';
3
- export declare const NavItemMainContent: (props: RenderContentProps) => import("react").JSX.Element;
2
+ export declare const NavItemMainContent: (props: RenderContentProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { NavListSubItemProps } from './type';
3
- export declare function NavListSubItem(props: NavListSubItemProps): import("react").JSX.Element;
2
+ export declare function NavListSubItem(props: NavListSubItemProps): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { NavSubItemProps } from './types';
3
- export declare function NavSubItem(props: NavSubItemProps): import("react").JSX.Element;
2
+ export declare function NavSubItem(props: NavSubItemProps): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { NavItemSubContentProps } from './types';
3
- export declare const NavSubItemContent: (props: NavItemSubContentProps) => import("react").JSX.Element;
2
+ export declare const NavSubItemContent: (props: NavItemSubContentProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const SkeletonNavSectionVertical: () => import("react").JSX.Element;
1
+ export declare const SkeletonNavSectionVertical: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const ContentMobile: () => import("react").JSX.Element;
1
+ export declare const ContentMobile: () => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { DrawerProps } from './types';
3
- export declare const Drawer: (props: DrawerProps) => import("react").JSX.Element;
2
+ export declare const Drawer: (props: DrawerProps) => import("react/jsx-runtime").JSX.Element;
@@ -21,11 +21,11 @@ export interface SideBarProps {
21
21
  onToggleVisible: VoidFunction;
22
22
  collapsed: boolean;
23
23
  visible: boolean;
24
- companyLogoSmallUrl?: string;
25
- companyLogoNormalUrl?: string;
24
+ companyLogoSmallUrl: string;
25
+ companyLogoNormalUrl: string;
26
26
  collapsedWidht?: string | number;
27
27
  unCollapsedWidht?: string | number;
28
- companyName?: string;
28
+ companyName: string;
29
29
  }
30
30
  export declare type Classes = ReturnType<typeof getSideBarClassesByState>;
31
31
  export declare type SideBarState = Pick<SideBarProps, 'collapsed' | 'visible'>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SplitLayoutProps } from './types';
3
- export declare function SplitLayout(props: SplitLayoutProps): import("react").JSX.Element;
2
+ export declare function SplitLayout(props: SplitLayoutProps): import("react/jsx-runtime").JSX.Element;
@@ -3,7 +3,7 @@ import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
3
3
  import { unstable_composeClasses } from "@mui/base";
4
4
  import clsx from "clsx";
5
5
  import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
6
- import { S as SplitterLayout } from "../../react-splitter-layout.c5d98bf7.js";
6
+ import { S as SplitterLayout } from "../../react-splitter-layout.8b1655c8.js";
7
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
8
  const SplitLayoutRoot = styled("div")(({
9
9
  theme
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { AnimatedScrollProps } from './types';
3
- export declare const AnimatedScroll: (props: AnimatedScrollProps) => import("react").JSX.Element;
2
+ export declare const AnimatedScroll: (props: AnimatedScrollProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { LoadingScreenProps } from './types';
3
- export declare function LoadingScreen(props: LoadingScreenProps): import("react").JSX.Element;
2
+ export declare function LoadingScreen(props: LoadingScreenProps): import("react/jsx-runtime").JSX.Element;
4
3
  export default LoadingScreen;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { MotionProps } from 'framer-motion';
3
2
  import { BoxProps } from '@mui/material';
4
3
  declare type IProps = BoxProps & MotionProps;
@@ -6,5 +5,5 @@ export interface Props extends IProps {
6
5
  animate?: boolean;
7
6
  action?: boolean;
8
7
  }
9
- export declare function MotionContainer({ animate, action, children, ...other }: Props): import("react").JSX.Element;
8
+ export declare function MotionContainer({ animate, action, children, ...other }: Props): import("react/jsx-runtime").JSX.Element;
10
9
  export {};
@@ -2,5 +2,5 @@ import { ReactNode } from 'react';
2
2
  declare type Props = {
3
3
  children: ReactNode;
4
4
  };
5
- export declare function MotionLazyContainer({ children }: Props): import("react").JSX.Element;
5
+ export declare function MotionLazyContainer({ children }: Props): import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const PropagateLoader: () => import("react").JSX.Element;
1
+ export declare const PropagateLoader: () => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +1,11 @@
1
- import { u as useAreasStore } from "../../hooks/useAreas/index.8426db7f.js";
1
+ import { u as useAreasStore } from "../../hooks/useAreas/index.58ac16d2.js";
2
2
  import { useEnvironment, useModuleDictionary } from "@m4l/core";
3
3
  import { useState, useRef, useMemo } from "react";
4
4
  import * as Yup from "yup";
5
5
  import clsx from "clsx";
6
6
  import { generateUtilityClasses, useTheme } from "@mui/material";
7
7
  import { unstable_composeClasses } from "@mui/base";
8
- import { g as getComponentUtilityClass } from "../../../../utils/index.de903261.js";
8
+ import { g as getComponentUtilityClass } from "../../../../utils/index.6469f148.js";
9
9
  import { A as AREAS_ADMIN_CLASS_NAME } from "../../constants.66529246.js";
10
10
  import { I as ICONS } from "../../icons.8266ccc8.js";
11
11
  import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.08cfc4c9.js";
@@ -13,19 +13,19 @@ import { styled } from "@mui/material/styles";
13
13
  import { useResponsiveDesktop } from "@m4l/graphics";
14
14
  import { shallow } from "zustand/shallow";
15
15
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
16
- import { M as MenuActions } from "../../../mui_extended/MenuActions/index.e146c11b.js";
17
- import { R as RHFormProvider } from "../../../../contexts/RHFormContext/index.1755b324.js";
18
- import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.2f73c117.js";
19
- import { A as Actions } from "../../../CommonActions/components/Actions/index.2f6286eb.js";
20
- import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.bec75bdf.js";
21
- import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.e0150cfc.js";
22
- import { I as IconButton } from "../../../mui_extended/IconButton/index.f42fa68d.js";
16
+ import { M as MenuActions } from "../../../mui_extended/MenuActions/index.46c5f7c7.js";
23
17
  import { P as Popover } from "../../../mui_extended/Popover/index.b3eca6b1.js";
18
+ import { R as RHFormProvider } from "../../../../contexts/RHFormContext/index.7769076a.js";
19
+ import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.22203742.js";
20
+ import { A as Actions } from "../../../CommonActions/components/Actions/index.ccf731c1.js";
21
+ import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.5916fb86.js";
22
+ import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.789d82ed.js";
23
+ import { I as IconButton } from "../../../mui_extended/IconButton/index.dd9f297b.js";
24
24
  import { T as Typography } from "../../../mui_extended/Typography/index.379dd374.js";
25
- import { S as ScrollBar } from "../../../ScrollBar/index.010f1b9d.js";
25
+ import { S as ScrollBar } from "../../../ScrollBar/index.65bb2930.js";
26
26
  import TouchRipple from "@mui/material/ButtonBase/TouchRipple";
27
- import { B as Button } from "../../../mui_extended/Button/index.56e7522c.js";
28
- import { I as Icon } from "../../../Icon/index.3e559a61.js";
27
+ import { B as Button } from "../../../mui_extended/Button/index.bd3371a3.js";
28
+ import { I as Icon } from "../../../Icon/index.f1161f32.js";
29
29
  import { u as useOnClickOutside } from "../../index.4cc6a221.js";
30
30
  const areasAdminClasses = generateUtilityClasses(AREAS_ADMIN_CLASS_NAME, [
31
31
  "root",
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare function AreasAdmin(): React.JSX.Element | null;
1
+ export declare function AreasAdmin(): import("react/jsx-runtime").JSX.Element | null;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { AreaChipProps } from './types';
3
2
  export declare const AreaChip: {
4
- (props: AreaChipProps): import("react").JSX.Element;
3
+ (props: AreaChipProps): import("react/jsx-runtime").JSX.Element;
5
4
  displayName: string;
6
5
  };
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ChipActionsMobileProps } from './types';
3
- export declare const ChipActionsMobile: (props: ChipActionsMobileProps) => import("react").JSX.Element;
2
+ export declare const ChipActionsMobile: (props: ChipActionsMobileProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const AreaChipMobile: () => import("react").JSX.Element;
1
+ export declare const AreaChipMobile: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { AreaChipProps } from '../../../AreaChip/types';
3
2
  export declare const ChipMobile: {
4
- (props: AreaChipProps): import("react").JSX.Element;
3
+ (props: AreaChipProps): import("react/jsx-runtime").JSX.Element;
5
4
  displayName: string;
6
5
  };
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { PanelWindowPopUpProps } from './types';
3
- export declare const PanelWindowPopUp: (props: PanelWindowPopUpProps) => import("react").JSX.Element;
2
+ export declare const PanelWindowPopUp: (props: PanelWindowPopUpProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @description Muestra las áreas cargadas en el store, si no se han cargado muestra un componente indicando la carga.
4
3
  * Se debe visualizar todas las areas, y con display:none para todas menos para la activa, para que no se tengan que estar montando y destruyendo
5
4
  * las ventanas que al cambiar entre áreas
6
5
  * @returns JSX Areas
7
6
  */
8
- export declare function AreasViewer(): import("react").JSX.Element;
7
+ export declare function AreasViewer(): import("react/jsx-runtime").JSX.Element;
@@ -1,36 +1,36 @@
1
1
  import { styled } from "@mui/material/styles";
2
- import { r as react_resizable_css } from "../../../../react-resizable.ee028152.js";
2
+ import { r as react_resizable_css } from "../../../../react-resizable.c07d63fb.js";
3
3
  import { generateUtilityClasses, Skeleton, Dialog } from "@mui/material";
4
4
  import { unstable_composeClasses } from "@mui/base";
5
- import { g as getComponentUtilityClass } from "../../../../utils/index.de903261.js";
5
+ import { g as getComponentUtilityClass } from "../../../../utils/index.6469f148.js";
6
6
  import { a as AREAS_VIEWER_CLASS_NAME } from "../../constants.66529246.js";
7
7
  import { shallow } from "zustand/shallow";
8
8
  import React__default, { useMemo, useEffect } from "react";
9
9
  import clsx from "clsx";
10
- import { u as useAreasStore } from "../../hooks/useAreas/index.8426db7f.js";
10
+ import { u as useAreasStore } from "../../hooks/useAreas/index.58ac16d2.js";
11
11
  import { useModuleDictionary, useEnvironment, useModuleSkeleton } from "@m4l/core";
12
- import { a as MemonizedMenuActions } from "../../../mui_extended/MenuActions/index.e146c11b.js";
12
+ import { a as MemonizedMenuActions } from "../../../mui_extended/MenuActions/index.46c5f7c7.js";
13
13
  import { useResponsiveDesktop } from "@m4l/graphics";
14
14
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
15
15
  import { I as ICONS } from "../../icons.8266ccc8.js";
16
16
  import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.08cfc4c9.js";
17
- import { I as IconButton } from "../../../mui_extended/IconButton/index.f42fa68d.js";
18
- import { L as LinearProgressIndeterminate } from "../../../LinearProgressIndeterminate/index.a0ad2d9e.js";
19
- import { I as Icon } from "../../../Icon/index.3e559a61.js";
17
+ import { I as IconButton } from "../../../mui_extended/IconButton/index.dd9f297b.js";
18
+ import { L as LinearProgressIndeterminate } from "../../../LinearProgressIndeterminate/index.c46da124.js";
19
+ import { I as Icon } from "../../../Icon/index.f1161f32.js";
20
20
  import { T as Typography } from "../../../mui_extended/Typography/index.379dd374.js";
21
- import { M as MFLoader } from "../../../MFLoader/index.ad3b304a.js";
21
+ import { M as MFLoader } from "../../../MFLoader/index.56cd1993.js";
22
22
  import { W as WindowToolsMFProvider } from "../../contexts/WindowToolsMFContext/index.8f3e2a04.js";
23
23
  import { D as DynamicMFParmsProvider } from "../../contexts/DynamicMFParmsContext/index.1607c78e.js";
24
24
  import { L as LinearProgress } from "../../../mui_extended/LinearProgress/index.c92b9ba9.js";
25
25
  import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
26
- import { g as getNameDataTestId } from "../../../../vendor.f577fced.js";
27
- import { R as RESPONSIVE_COLAPSED_HEIGHTS, a as RESPONSIVE_ROW_HEIGHTS, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.70716452.js";
28
- import { S as SizeProvider } from "../../../GridLayout/index.e8c04242.js";
29
- import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/index.e25df1dc.js";
26
+ import { g as getNameDataTestId } from "../../../../vendor.384f1182.js";
27
+ import { R as RESPONSIVE_COLAPSED_HEIGHTS, a as RESPONSIVE_ROW_HEIGHTS, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.1c3f87a7.js";
28
+ import { S as SizeProvider } from "../../../GridLayout/index.4a245d9e.js";
29
+ import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/index.edb59c22.js";
30
30
  import { useLocation } from "react-router-dom";
31
- import { L as LoadingError } from "../../../LoadingError/index.33ab5063.js";
32
- import { c as cjs } from "../../../../react-draggable.ee21cb7e.js";
33
- import { R as ResizeableWindow } from "../../../Resizeable/index.6478d7d8.js";
31
+ import { L as LoadingError } from "../../../LoadingError/index.19b6eeb6.js";
32
+ import { c as cjs } from "../../../../react-draggable.e4725f3a.js";
33
+ import { R as ResizeableWindow } from "../../../Resizeable/index.8c53c1fa.js";
34
34
  const areasViewerClasses = generateUtilityClasses(AREAS_VIEWER_CLASS_NAME, [
35
35
  "root",
36
36
  "areaRoot",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { AreaProps } from './types';
3
2
  /**
4
3
  * @description Funcion encargada de renderizar un área completa.
@@ -8,6 +7,6 @@ import { AreaProps } from './types';
8
7
  * @returns JSX
9
8
  */
10
9
  export declare const Area: {
11
- (props: AreaProps): import("react").JSX.Element | null;
10
+ (props: AreaProps): import("react/jsx-runtime").JSX.Element | null;
12
11
  displayName: string;
13
12
  };
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { GridLayoutProps } from './types';
3
2
  /**
4
3
  * @description Retorna el componente GridLayout con las ventanas (layouts) y popups tomados del área de trabajo.
5
4
  * @returns JSX
6
5
  */
7
- export declare const AreaGridLayout: (props: GridLayoutProps) => import("react").JSX.Element;
6
+ export declare const AreaGridLayout: (props: GridLayoutProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { InnerForHooksProps } from './types';
3
- export declare const InnerForHooks: (props: InnerForHooksProps) => import("react").JSX.Element;
2
+ export declare const InnerForHooks: (props: InnerForHooksProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { PanelWindowsProps } from './types';
3
2
  /**
4
3
  * @description Funcion que se encarga de renderizar los botones que permiten cambiar de ventana o módulo
5
4
  * cuando el área está en modo single (maximizado o mobile)
6
5
  * @returns JSX
7
6
  */
8
- export declare const PanelWindows: (props: PanelWindowsProps) => import("react").JSX.Element | null;
7
+ export declare const PanelWindows: (props: PanelWindowsProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { WindowProps } from './types';
3
- export declare const Window: (props: WindowProps) => React.JSX.Element | null;
4
- export declare const MemonizedWindow: React.MemoExoticComponent<(props: WindowProps) => React.JSX.Element | null>;
3
+ export declare const Window: (props: WindowProps) => import("react/jsx-runtime").JSX.Element | null;
4
+ export declare const MemonizedWindow: React.MemoExoticComponent<(props: WindowProps) => import("react/jsx-runtime").JSX.Element | null>;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { ComponentProps } from './types';
3
- export declare const Component: (props: ComponentProps) => React.JSX.Element;
4
- export declare const MemonizedComponent: React.MemoExoticComponent<(props: ComponentProps) => React.JSX.Element>;
3
+ export declare const Component: (props: ComponentProps) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const MemonizedComponent: React.MemoExoticComponent<(props: ComponentProps) => import("react/jsx-runtime").JSX.Element>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { HeaderProps } from './types';
3
- export declare function Header(props: HeaderProps): import("react").JSX.Element;
2
+ export declare function Header(props: HeaderProps): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare function SKTModuleHeader(): import("react").JSX.Element;
1
+ export declare function SKTModuleHeader(): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  declare type MainActionsProps = {
3
2
  windowId: string;
4
3
  };
5
- export declare function MainActions(props: MainActionsProps): import("react").JSX.Element;
4
+ export declare function MainActions(props: MainActionsProps): import("react/jsx-runtime").JSX.Element;
6
5
  export {};
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { WindowPopUpsListProps } from './types';
3
- export declare const WindowPopUpsList: (props: WindowPopUpsListProps) => import("react").JSX.Element | null;
2
+ export declare const WindowPopUpsList: (props: WindowPopUpsListProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { MicroFrontendProps } from './types';
3
- export declare const MicroFrontend: (props: MicroFrontendProps) => React.JSX.Element;
4
- export declare const MemonizedMicroFrontend: React.MemoExoticComponent<(props: MicroFrontendProps) => React.JSX.Element>;
3
+ export declare const MicroFrontend: (props: MicroFrontendProps) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const MemonizedMicroFrontend: React.MemoExoticComponent<(props: MicroFrontendProps) => import("react/jsx-runtime").JSX.Element>;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  declare type ToastiesProps = {
3
2
  windowId: string;
4
3
  };
5
- export declare function Toasties(props: ToastiesProps): import("react").JSX.Element | null;
4
+ export declare function Toasties(props: ToastiesProps): import("react/jsx-runtime").JSX.Element | null;
6
5
  export {};
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  declare type ToastyProps = {
3
2
  windowId: string;
4
3
  toastyId: number;
5
4
  };
6
- export declare function Toasty(props: ToastyProps): import("react").JSX.Element;
5
+ export declare function Toasty(props: ToastyProps): import("react/jsx-runtime").JSX.Element;
7
6
  export {};
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { ModalProps } from '../../../../../../types';
3
- export declare const WindowModal: (props: ModalProps) => React.JSX.Element;
4
- export declare const MemonizedWindowModal: React.MemoExoticComponent<(props: ModalProps) => React.JSX.Element>;
3
+ export declare const WindowModal: (props: ModalProps) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const MemonizedWindowModal: React.MemoExoticComponent<(props: ModalProps) => import("react/jsx-runtime").JSX.Element>;
@@ -5,13 +5,13 @@ import { useResponsiveDesktop, useFirstRender } from "@m4l/graphics";
5
5
  import { useHostTools, useModuleDictionary, useNetwork, useModuleSkeleton, EmitEvents } from "@m4l/core";
6
6
  import { devtools } from "zustand/middleware";
7
7
  import { immer } from "zustand/middleware/immer";
8
- import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.7bc64011.js";
9
- import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.2b98920f.js";
8
+ import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.eb166eca.js";
9
+ import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.90da0626.js";
10
10
  import { c as createDynamicMFStore } from "../DynamicMFParmsContext/index.1607c78e.js";
11
11
  import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.08cfc4c9.js";
12
- import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.e25df1dc.js";
12
+ import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.edb59c22.js";
13
13
  import { debounce, cloneDeep } from "lodash";
14
- import { A as isEqualLayouts } from "../../../GridLayout/index.e8c04242.js";
14
+ import { A as isEqualLayouts } from "../../../GridLayout/index.4a245d9e.js";
15
15
  import { useNavigate } from "react-router-dom";
16
16
  import { jsx } from "react/jsx-runtime";
17
17
  const PADDING_GRIDLAYOUT = 4;
@@ -15,5 +15,5 @@ declare const AreasContext: import("react").Context<(Omit<Omit<import("zustand")
15
15
  * @param props
16
16
  * @returns
17
17
  */
18
- declare function AreasProvider(props: AreasProviderProps): import("react").JSX.Element;
18
+ declare function AreasProvider(props: AreasProviderProps): import("react/jsx-runtime").JSX.Element;
19
19
  export { AreasProvider, AreasContext };
@@ -3,6 +3,6 @@ import { DynamicMFParmsProviderProps } from './types';
3
3
  declare const DynamicMFParmsContext: React.Context<(Omit<import("zustand").StoreApi<import("./store").DynamicMFStateWithActions>, "setState"> & {
4
4
  setState(nextStateOrUpdater: import("./store").DynamicMFStateWithActions | Partial<import("./store").DynamicMFStateWithActions> | ((state: import("immer/dist/internal").WritableDraft<import("./store").DynamicMFStateWithActions>) => void), shouldReplace?: boolean | undefined): void;
5
5
  }) | null>;
6
- declare function DynamicMFParmsProvider(props: DynamicMFParmsProviderProps): React.JSX.Element;
6
+ declare function DynamicMFParmsProvider(props: DynamicMFParmsProviderProps): import("react/jsx-runtime").JSX.Element;
7
7
  declare const MemonizedDynamicMFParmsProvider: React.MemoExoticComponent<typeof DynamicMFParmsProvider>;
8
8
  export { DynamicMFParmsProvider, DynamicMFParmsContext, MemonizedDynamicMFParmsProvider };