@m4l/components 0.2.0 → 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 (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.e46bc062.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.a5905d67.js → index.d17827eb.js} +5 -26
  13. package/components/AppBar/types.d.ts +0 -14
  14. package/components/CommonActions/components/ActionCancel/{index.216f9fe7.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.db05877b.js → index.e6ac3a19.js} +14 -5
  18. package/components/CommonActions/components/ActionFormIntro/index.d.ts +1 -2
  19. package/components/CommonActions/components/ActionFormIntro/{index.464f38f1.js → index.ebadee33.js} +2 -2
  20. package/components/CommonActions/components/ActionIntro/{index.0ffdd593.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.5fa325e6.js → index.e93a1a31.js} +49 -20
  40. package/components/DataGrid/subcomponents/Actions/{index.aa37730a.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.17f329cf.js → index.6663cc83.js} +13 -17
  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.0f2d452d.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.5848a2e4.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.9bbd1c8b.js → index.0ac9e74d.js} +3 -3
  93. package/components/MFLoader/MFLoader.d.ts +1 -2
  94. package/components/MFLoader/{index.d8f0ac90.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.89b39154.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.1d4a4525.js → index.cb303905.js} +6 -6
  103. package/components/ObjectLogs/index.d.ts +1 -2
  104. package/components/Page/{index.9ea214e4.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.4f26bcc8.js → index.7a206d69.js} +1 -1
  108. package/components/Period/Period.d.ts +1 -2
  109. package/components/Period/{index.bced09b5.js → index.906f1ce2.js} +2 -2
  110. package/components/PrintingSystem/{index.479a6ab2.js → index.bbf52442.js} +43 -15
  111. package/components/PrintingSystem/subcomponents/BodyNode/index.d.ts +1 -2
  112. package/components/PrintingSystem/subcomponents/BodyNode/{index.190343cb.js → index.ee81edc5.js} +1 -1
  113. package/components/PrintingSystem/subcomponents/ChartNode/{index.0f5ac0b4.js → index.b56666cf.js} +4 -4
  114. package/components/PrintingSystem/subcomponents/ChartNode/index.d.ts +1 -2
  115. package/components/PrintingSystem/subcomponents/DividerNode/{index.341565d7.js → index.ca3332b1.js} +1 -1
  116. package/components/PrintingSystem/subcomponents/DividerNode/index.d.ts +1 -2
  117. package/components/PrintingSystem/subcomponents/FooterNode/{index.3b3b7f76.js → index.932c3e33.js} +1 -1
  118. package/components/PrintingSystem/subcomponents/FooterNode/index.d.ts +1 -2
  119. package/components/PrintingSystem/subcomponents/GridNode/{index.1de3dfb0.js → index.16748040.js} +4 -4
  120. package/components/PrintingSystem/subcomponents/GridNode/index.d.ts +1 -2
  121. package/components/PrintingSystem/subcomponents/HeaderNode/{index.171e3487.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.ac033f38.js → index.efd9af2f.js} +4 -4
  128. package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.0d994547.js → index.75ed9752.js} +1 -1
  129. package/components/PrintingSystem/subcomponents/PropertyValueNode/index.d.ts +1 -2
  130. package/components/PrintingSystem/subcomponents/SectionNode/{index.a63aec5a.js → index.68cac21a.js} +1 -1
  131. package/components/PrintingSystem/subcomponents/SectionNode/index.d.ts +1 -2
  132. package/components/PrintingSystem/subcomponents/TextBoxNode/{index.2046fa9f.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.d.ts +1 -1
  147. package/components/SideBar/SideBar.d.ts +1 -2
  148. package/components/SideBar/classes/index.d.ts +1 -1
  149. package/components/SideBar/context/sideBarContext/index.d.ts +1 -1
  150. package/components/SideBar/{index.5d122e04.js → index.7e4a79a6.js} +11 -11
  151. package/components/SideBar/subcomponents/ContentDesktop/index.d.ts +1 -2
  152. package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/index.d.ts +1 -2
  153. package/components/SideBar/subcomponents/ContentGroups/index.d.ts +1 -2
  154. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/index.d.ts +1 -2
  155. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/ArrowIcon/index.d.ts +1 -2
  156. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/index.d.ts +1 -2
  157. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/subcomponents/NavItemRootContent/index.d.ts +1 -2
  158. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/index.d.ts +1 -2
  159. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/index.d.ts +1 -2
  160. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/index.d.ts +1 -2
  161. package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/index.d.ts +1 -2
  162. package/components/SideBar/subcomponents/ContentMobile/index.d.ts +1 -2
  163. package/components/SideBar/subcomponents/ContentMobile/subcomponents/Drawer.d.ts +1 -2
  164. package/components/SideBar/types.d.ts +3 -3
  165. package/components/SplitLayout/SplitLayout.d.ts +1 -2
  166. package/components/SplitLayout/{index.30fd5861.js → index.9ef430f6.js} +1 -1
  167. package/components/animate/AnimatedScroll/animatedScroll.d.ts +1 -2
  168. package/components/animate/LoadingScreen/index.d.ts +1 -2
  169. package/components/animate/MotionContainer/index.d.ts +1 -2
  170. package/components/animate/MotionLazyContainer/index.d.ts +1 -1
  171. package/components/animate/PropagateLoader/index.d.ts +1 -2
  172. package/components/areas/components/AreasAdmin/{index.771d076d.js → index.74532c2a.js} +11 -11
  173. package/components/areas/components/AreasAdmin/index.d.ts +1 -2
  174. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/index.d.ts +1 -2
  175. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.d.ts +1 -2
  176. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.d.ts +1 -2
  177. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.d.ts +1 -2
  178. package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index.d.ts +1 -2
  179. package/components/areas/components/AreasViewer/{index.86ac5ce8.js → index.3cd1a452.js} +15 -15
  180. package/components/areas/components/AreasViewer/index.d.ts +1 -2
  181. package/components/areas/components/AreasViewer/subcomponents/Area/index.d.ts +1 -2
  182. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/index.d.ts +1 -2
  183. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/index.d.ts +1 -2
  184. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +1 -2
  185. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/index.d.ts +2 -2
  186. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/index.d.ts +2 -2
  187. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +1 -2
  188. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/skeleton.d.ts +1 -2
  189. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/MainActions/index.d.ts +1 -2
  190. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/index.d.ts +1 -2
  191. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/index.d.ts +2 -2
  192. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Toasties/index.d.ts +1 -2
  193. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Toasties/subcomponents/Toasty/index.d.ts +1 -2
  194. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/index.d.ts +2 -2
  195. package/components/areas/contexts/AreasContext/{index.166bbc69.js → index.55981647.js} +4 -4
  196. package/components/areas/contexts/AreasContext/index.d.ts +1 -1
  197. package/components/areas/contexts/DynamicMFParmsContext/index.d.ts +1 -1
  198. package/components/areas/contexts/WindowToolsMFContext/index.d.ts +1 -1
  199. package/components/areas/hooks/useAreas/{index.93e1edb5.js → index.5cbbe91c.js} +1 -1
  200. package/components/formatters/BooleanFormatter/{index.a9685a81.js → index.5379222a.js} +2 -2
  201. package/components/formatters/BooleanFormatter/index.d.ts +1 -2
  202. package/components/formatters/DateFormatter/index.d.ts +1 -2
  203. package/components/formatters/FormatterRoot/index.d.ts +1 -2
  204. package/components/formatters/PointsFormatter/{index.5c94c5e8.js → index.80a4e414.js} +2 -2
  205. package/components/formatters/PointsFormatter/index.d.ts +2 -3
  206. package/components/formatters/PriceFormatter/index.d.ts +1 -2
  207. package/components/formatters/UncertaintyFormatter/index.d.ts +1 -2
  208. package/components/formatters/{index.024babbc.js → index.d0a0800d.js} +1 -1
  209. package/components/hook-form/HelperError/index.66bbcac3.js +30 -0
  210. package/components/hook-form/RHFAutocomplete/RHFAutocomplete.d.ts +1 -2
  211. package/components/hook-form/RHFAutocomplete/classes/types.d.ts +0 -2
  212. package/components/hook-form/RHFAutocomplete/{index.84a8c45e.js → index.09ff3d84.js} +35 -26
  213. package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/index.d.ts +1 -1
  214. package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/index.d.ts +1 -2
  215. package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/types.d.ts +2 -1
  216. package/components/hook-form/RHFAutocomplete/types.d.ts +3 -8
  217. package/components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.d.ts +1 -2
  218. package/components/hook-form/RHFAutocompleteAsync/{index.f9c2fc85.js → index.54b4dca3.js} +1 -1
  219. package/components/hook-form/RHFCheckbox/RHFCheckbox.d.ts +1 -2
  220. package/components/hook-form/RHFColorPicker/index.d.ts +1 -8
  221. package/components/hook-form/RHFColorPicker/types.d.ts +0 -5
  222. package/components/hook-form/RHFDateTime/RHFDateTime.d.ts +1 -2
  223. package/components/hook-form/RHFDateTime/{index.fe57bb23.js → index.2b76899e.js} +1 -1
  224. package/components/hook-form/RHFDateTime/subcomponents/Skeleton/index.d.ts +1 -2
  225. package/components/hook-form/RHFDateTime/types.d.ts +1 -0
  226. package/components/hook-form/RHFHelperError/index.d.ts +4 -0
  227. package/components/hook-form/RHFMultiCheckbox/index.d.ts +1 -2
  228. package/components/hook-form/RHFPeriod/index.d.ts +1 -2
  229. package/components/hook-form/RHFPeriod/{index.da670c5b.js → index.d6c8587a.js} +1 -1
  230. package/components/hook-form/RHFRadioGroup/RHFRadioGroup.d.ts +3 -0
  231. package/components/hook-form/RHFRadioGroup/{index.b3335e13.js → index.7deb4e48.js} +5 -3
  232. package/components/hook-form/RHFRadioGroup/index.d.ts +2 -0
  233. package/components/hook-form/RHFRadioGroup/types.d.ts +8 -0
  234. package/components/hook-form/RHFSelect.d.ts +1 -2
  235. package/components/hook-form/RHFTextField/{index.8fb6656b.js → index.f546c18a.js} +2 -2
  236. package/components/hook-form/RHFTextField/subcomponents/Skeleton/index.d.ts +1 -2
  237. package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.d.ts +1 -2
  238. package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.d.ts +1 -2
  239. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +1 -2
  240. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/subcomponents/Skeleton/index.d.ts +1 -2
  241. package/components/hook-form/RHFUpload/{index.c81dab7e.js → index.a5621247.js} +4 -4
  242. package/components/hook-form/index.d.ts +2 -2
  243. package/components/index.d.ts +1 -2
  244. package/components/maps/GpsTools.34a27c0a.js +2312 -0
  245. package/components/maps/Map.9fc17398.js +474 -0
  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/subcomponents/TabTools/index.d.ts +9 -0
  259. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/constants.d.ts +7 -0
  260. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useCheckedFeatures.d.ts +9 -0
  261. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useCheckedGeofences.d.ts +4 -0
  262. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useColumns.d.ts +9 -0
  263. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useMaster.d.ts +20 -0
  264. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.d.ts +9 -0
  265. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/index.d.ts +1 -0
  266. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/model.d.ts +122 -0
  267. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/ColumnSetCheckFormatter/index.d.ts +8 -0
  268. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/ColumnSetCheckFormatter/types.d.ts +5 -0
  269. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.d.ts +20 -0
  270. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.d.ts +7 -0
  271. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useDrawing.d.ts +11 -0
  272. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.d.ts +8 -0
  273. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSumbitErrorsFocus.d.ts +5 -0
  274. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useValidation.d.ts +22 -0
  275. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/index.d.ts +1 -0
  276. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/index.d.ts +1 -0
  277. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/types.d.ts +6 -0
  278. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/validations.d.ts +5 -0
  279. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/index.d.ts +1 -0
  280. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/types.d.ts +7 -0
  281. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations.d.ts +6 -0
  282. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActions/index.d.ts +1 -0
  283. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyTabs/index.d.ts +1 -0
  284. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index.d.ts +1 -0
  285. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index.d.ts +1 -0
  286. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index.d.ts +1 -0
  287. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/types.d.ts +10 -0
  288. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/types.d.ts +25 -0
  289. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofencesList/index.d.ts +1 -0
  290. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofencesList/subcomponents/Filter/index.d.ts +7 -0
  291. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/PolylineWithArrows/index.d.ts +9 -0
  292. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/constants.d.ts +30 -0
  293. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/hooks/useMeasure.d.ts +31 -0
  294. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/hooks/useValidation.d.ts +10 -0
  295. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/index.d.ts +1 -0
  296. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts +1 -0
  297. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MeasureData/types.d.ts +6 -0
  298. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MeasureData/validations.d.ts +2 -0
  299. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts +1 -0
  300. package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/types.d.ts +9 -0
  301. package/components/maps/components/GpsTools/types.d.ts +34 -0
  302. package/components/maps/components/Map/Map.d.ts +2 -0
  303. package/components/maps/components/Map/classes/index.d.ts +5 -0
  304. package/components/maps/components/Map/classes/types.d.ts +19 -0
  305. package/components/maps/components/Map/constants.d.ts +10 -0
  306. package/components/maps/components/Map/contexts/MapContext/MapContext.d.ts +19 -0
  307. package/components/maps/components/Map/contexts/MapContext/helper.d.ts +8 -0
  308. package/components/maps/components/Map/contexts/MapContext/index.d.ts +2 -0
  309. package/components/maps/components/Map/contexts/MapContext/store.d.ts +16 -0
  310. package/components/maps/components/Map/contexts/MapContext/types.d.ts +354 -0
  311. package/components/maps/components/Map/hooks/useMapStore/index.d.ts +3 -0
  312. package/components/maps/components/Map/index.d.ts +5 -0
  313. package/components/maps/components/Map/subcomponents/LayersContainer/index.d.ts +2 -0
  314. package/components/maps/components/Map/subcomponents/LeafletLayer/index.d.ts +3 -0
  315. package/components/maps/components/Map/subcomponents/LeafletLayer/types.d.ts +2 -0
  316. package/components/maps/components/Map/subcomponents/MainTools/index.d.ts +2 -0
  317. package/components/maps/components/Map/subcomponents/MainTools/types.d.ts +5 -0
  318. package/components/maps/components/Map/types.d.ts +28 -0
  319. package/components/maps/index.7057e217.js +1 -0
  320. package/components/maps/index.d.ts +3 -0
  321. package/components/maps/leaflet-geoman.d.ts +1633 -0
  322. package/components/maps/leaflet.d.ts +29 -0
  323. package/components/modal/ModalDialog/index.d.ts +1 -2
  324. package/components/modal/WindowBase/index.d.ts +1 -2
  325. package/components/modal/WindowBase/subcomponents/Header/index.d.ts +1 -2
  326. package/components/modal/{WindowBase.e9e39384.js → WindowBase.38d4b8e7.js} +3 -3
  327. package/components/modal/WindowConfirm/index.d.ts +1 -2
  328. package/components/modal/WindowConfirm/subcomponents/MessageIlustration/index.d.ts +1 -2
  329. package/components/modal/{WindowConfirm.3aa32f2e.js → WindowConfirm.cd776fe5.js} +6 -6
  330. package/components/mui_extended/Accordion/Accordion.d.ts +1 -2
  331. package/components/mui_extended/Accordion/{index.81054118.js → index.5b4b2075.js} +3 -3
  332. package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.d.ts +1 -2
  333. package/components/mui_extended/Badge/Badge.d.ts +1 -2
  334. package/components/mui_extended/BoxIcon/index.d.ts +1 -2
  335. package/components/mui_extended/Breadcrumbs/components/LinkItem/index.d.ts +1 -2
  336. package/components/mui_extended/Breadcrumbs/index.d.ts +1 -2
  337. package/components/mui_extended/Button/Button.d.ts +4 -3
  338. package/components/mui_extended/Button/classes/types.d.ts +3 -2
  339. package/components/mui_extended/Button/{index.e6f08a67.js → index.fc5132fa.js} +9 -6
  340. package/components/mui_extended/Button/types.d.ts +3 -3
  341. package/components/mui_extended/CheckBox/subcomponents/Skeleton/index.d.ts +1 -2
  342. package/components/mui_extended/CircularProgress/index.d.ts +1 -2
  343. package/components/mui_extended/IconButton/IconButton.d.ts +1 -2
  344. package/components/mui_extended/IconButton/classes/index.d.ts +1 -1
  345. package/components/mui_extended/IconButton/classes/types.d.ts +3 -0
  346. package/components/mui_extended/IconButton/{index.1b14d57b.js → index.df52ae90.js} +7 -4
  347. package/components/mui_extended/IconButton/subcomponents/SkeletonIconButton/index.d.ts +1 -2
  348. package/components/mui_extended/ImageButton/ImageButton.d.ts +1 -2
  349. package/components/mui_extended/LinearProgress/index.d.ts +1 -2
  350. package/components/mui_extended/LinkWithRoute/index.d.ts +1 -2
  351. package/components/mui_extended/LoadingButton/classes/constants.d.ts +1 -1
  352. package/components/mui_extended/LoadingButton/index.d.ts +1 -2
  353. package/components/mui_extended/MenuActions/{index.b6b0eb40.js → index.04d87c36.js} +2 -2
  354. package/components/mui_extended/MenuActions/index.d.ts +1 -1
  355. package/components/mui_extended/Pager/{index.a7a43e61.js → index.c6990cd4.js} +1 -1
  356. package/components/mui_extended/Pager/index.d.ts +1 -2
  357. package/components/mui_extended/Pager/subcomponents/CustomTablePagination/index.d.ts +1 -2
  358. package/components/mui_extended/Pager/subcomponents/PagerActions/index.d.ts +1 -2
  359. package/components/mui_extended/Popover/Popover.d.ts +1 -2
  360. package/components/mui_extended/Stack/Stack.d.ts +1 -2
  361. package/components/mui_extended/Tab/{index.3fb21cff.js → index.53203047.js} +27 -5
  362. package/components/mui_extended/Tab/index.d.ts +1 -2
  363. package/components/mui_extended/TabContent/TabContent.d.ts +1 -2
  364. package/components/mui_extended/TabContent/types.d.ts +1 -0
  365. package/components/mui_extended/TabContext/index.d.ts +5 -0
  366. package/components/mui_extended/TabContext/types.d.ts +9 -0
  367. package/components/mui_extended/Tabs/Tabs.d.ts +1 -2
  368. package/components/mui_extended/ToggleButton/ToggleButton.d.ts +1 -0
  369. package/components/mui_extended/ToggleButton/index.4b7b7df0.js +22 -0
  370. package/components/mui_extended/ToggleButton/index.d.ts +2 -0
  371. package/components/mui_extended/ToggleButton/types.d.ts +4 -0
  372. package/components/mui_extended/ToggleIconButton/ToggleIconButton.d.ts +13 -0
  373. package/components/mui_extended/ToggleIconButton/index.d.ts +2 -0
  374. package/components/mui_extended/ToggleIconButton/index.e430bed4.js +29 -0
  375. package/components/mui_extended/ToggleIconButton/types.d.ts +5 -0
  376. package/components/mui_extended/Tooltip/Tooltip.d.ts +1 -2
  377. package/components/mui_extended/Typography/Typography.d.ts +1 -2
  378. package/components/mui_extended/Typography/subcomponents/index.d.ts +1 -2
  379. package/components/mui_extended/index.d.ts +3 -0
  380. package/contexts/ModalContext/{index.b39d303d.js → index.aa3bd23f.js} +1 -1
  381. package/contexts/ModalContext/index.d.ts +1 -1
  382. package/contexts/RHFormContext/{index.1755b324.js → index.7769076a.js} +4 -2
  383. package/contexts/RHFormContext/index.d.ts +1 -2
  384. package/contexts/RHFormContext/types.d.ts +1 -0
  385. package/hocs/withToggle/index.d.ts +11 -0
  386. package/hocs/withToggle/index.e44eb0da.js +24 -0
  387. package/hooks/index.d.ts +1 -0
  388. package/hooks/useFormAddEdit/{index.67083c9e.js → index.59c74cbf.js} +15 -7
  389. package/hooks/useFormAddEdit/index.d.ts +3 -2
  390. package/hooks/useFormAddEdit/types.d.ts +8 -4
  391. package/hooks/useFormReadyForUpdate/index.d.ts +6 -0
  392. package/hooks/useFormReadyForUpdate/index.f60f500e.js +20 -0
  393. package/hooks/useModal/{index.abdc0962.js → index.b4b84d5d.js} +1 -1
  394. package/hooks/useTab/index.6ab00d5a.js +12 -0
  395. package/hooks/useTab/index.d.ts +3 -0
  396. package/index.js +131 -118
  397. package/node_modules.f907e6dd.js +4736 -0
  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.cdce362f.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.806822ee.js} +5 -5
  403. package/{react-splitter-layout.c5d98bf7.js → react-splitter-layout.8b1655c8.js} +3 -3
  404. package/utils/{index.de903261.js → index.b22c4c1a.js} +32 -0
  405. package/utils/types.d.ts +6 -0
  406. package/vendor.caaaf054.js +168 -0
  407. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/index.d.ts +0 -4
  408. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/types.d.ts +0 -3
  409. package/components/Icon/index.3c683ca2.js +0 -248
  410. package/components/PDFViewer/PDFViewer.d.ts +0 -3
  411. package/components/PDFViewer/classes/constants.d.ts +0 -1
  412. package/components/PDFViewer/classes/index.d.ts +0 -7
  413. package/components/PDFViewer/classes/types.d.ts +0 -7
  414. package/components/PDFViewer/index.a5aa165a.js +0 -63
  415. package/components/PDFViewer/index.d.ts +0 -1
  416. package/components/PDFViewer/types.d.ts +0 -3
  417. package/components/PrintingSystem/subcomponents/QRImageNode/index.d.ts +0 -3
  418. package/components/PrintingSystem/subcomponents/QRImageNode/types.d.ts +0 -3
  419. package/components/PropertyValue/index.6cf82fc6.js +0 -206
  420. package/components/ToastContainer/ToastContainer.d.ts +0 -3
  421. package/components/ToastContainer/classes/constants.d.ts +0 -1
  422. package/components/ToastContainer/classes/index.d.ts +0 -8
  423. package/components/ToastContainer/classes/types.d.ts +0 -9
  424. package/components/ToastContainer/index.664b5fc1.js +0 -87
  425. package/components/ToastContainer/index.d.ts +0 -2
  426. package/components/ToastContainer/subcomponents/ToastMessage/index.d.ts +0 -3
  427. package/components/ToastContainer/subcomponents/ToastMessage/types.d.ts +0 -5
  428. package/components/ToastContainer/types.d.ts +0 -4
  429. package/components/hook-form/RHFColorPicker/classes/constants.d.ts +0 -1
  430. package/components/hook-form/RHFColorPicker/classes/index.d.ts +0 -11
  431. package/components/hook-form/RHFColorPicker/classes/types.d.ts +0 -11
  432. package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext.d.ts +0 -2
  433. package/components/hook-form/RHFRadioGroup.d.ts +0 -9
  434. package/node_modules.0500a400.js +0 -6921
  435. package/vendor.7a173698.js +0 -250
  436. /package/components/GridLayout/subcomponents/{GridItem → Griditem}/types.d.ts +0 -0
@@ -0,0 +1,173 @@
1
+ import { GetLabelType } from '@m4l/core';
2
+ import { ReactNode } from 'react';
3
+ import { FeatureId } from '../../../Map';
4
+ import { CrossingFeature, GeofenceListModel, InternalFeature } from '../../subcomponents/TabTools/subcomponents/GeofencesTool/model';
5
+ export declare type MapToolsStatus = 'init' | 'ready';
6
+ export declare type CurrentTabTool = 'geofences' | 'measure';
7
+ export interface GeofenceFeature extends Pick<GeofenceListModel, 'id' | 'name' | 'type' | 'geometry' | 'properties' | 'createdAt' | 'updatedAt' | 'countCrossingFeatures' | 'countInternalFeatures' | 'timeMinInSeconds' | 'timeMinOutSeconds' | 'alias' | 'customerId'> {
8
+ hasRenderizedGeofence: boolean;
9
+ /**
10
+ * "renderizedCrossingFeatures" indica si está renderizado los features de cruce
11
+ */
12
+ hasRenderizedCrossingFeatures: boolean;
13
+ /**
14
+ * "loadedCrossingFeatures" features cargados, mas no necesariamente visibles (incremental)
15
+ */
16
+ loadedCrossingFeatures: CrossingFeature[] | null;
17
+ /**
18
+ * "loadedInternalFeatures" features internos cargados, mas no necesariamente visibles (incremental)
19
+ */
20
+ loadedInternalFeatures: InternalFeature[] | null;
21
+ /**
22
+ * "renderizedInternalFeatures" indica si está renderizado los features internos
23
+ */
24
+ hasRenderizedInternalFeatures: boolean;
25
+ }
26
+ export declare type OwnerState = {
27
+ status: MapToolsStatus;
28
+ /**
29
+ * "isMobile" cuando el navegador está en modo celular
30
+ */
31
+ isMobile: boolean;
32
+ /**
33
+ * "isSkeleton" indica si el componente está en skeleton.
34
+ */
35
+ isSkeleton: boolean;
36
+ /**
37
+ * focus: Estado de selección asignado por el usuario.
38
+ *
39
+ */
40
+ focus: boolean;
41
+ };
42
+ /**
43
+ * @type
44
+ * @name ExternalOwnerState
45
+ * @description Estados que se actulizan por fuera del store, a través de hooks
46
+ */
47
+ export declare type ExternalOwnerState = Pick<OwnerState, 'isMobile' | 'isSkeleton'>;
48
+ export declare type CurrentGeofenceTool = 'list' | 'add_edit';
49
+ /**
50
+ * @description Tipo de dato del Id de la geocerca
51
+ * @interface GeofenceId
52
+ */
53
+ export interface GeofenceState {
54
+ /**
55
+ * "geofenceId" indica el id de la geocerca en edición
56
+ */
57
+ geofenceId?: GeofenceId;
58
+ rows: GeofenceListModel[];
59
+ /**
60
+ * "currentGeofenceTool" indica la herramienta de geocercas en uso
61
+ */
62
+ currentGeofenceTool: CurrentGeofenceTool;
63
+ /**
64
+ * "checkedGeofences" indica las geocercas visibles en el mapa
65
+ */
66
+ checkedGeofences: ReadonlySet<GeofenceId>;
67
+ /**
68
+ * "hashGeofences" Almacena las geocercas que se han cargado alguna vez, no necesariamente visibles
69
+ */
70
+ hashGeofences: Record<FeatureId, GeofenceFeature>;
71
+ /**
72
+ * "checkedCrossingFeatures" indica los crossing features visibles en el mapa
73
+ */
74
+ checkedCrossingFeatures: ReadonlySet<GeofenceId>;
75
+ /**
76
+ * "checkedInternalFeatures" indica los features internos visibles en el mapa
77
+ */
78
+ checkedInternalFeatures: ReadonlySet<GeofenceId>;
79
+ }
80
+ /**
81
+ * @description Tipo de dato del Id de la geocerca
82
+ * @interface GeofenceId
83
+ */
84
+ export declare type GeofenceId = number;
85
+ /**
86
+ * @interface
87
+ * @description Interface que define el estado del componente (variables y funciones )
88
+ */
89
+ export interface MapToolsState<P = any> {
90
+ ownerState: OwnerState;
91
+ /**
92
+ * "currentTabTool" indica la pestaña actual en uso
93
+ */
94
+ currentTabTool: CurrentTabTool;
95
+ /**
96
+ * "geofenceState" manejo del estado lo relacionado con geocercas
97
+ */
98
+ geofenceState: GeofenceState;
99
+ /**
100
+ * "getLabel" funcion que usará para traducir las etiquetas de diccionario
101
+ */
102
+ getLabel: GetLabelType;
103
+ }
104
+ export interface MapToolsStateWithActions extends MapToolsState {
105
+ mapToolsActions: {
106
+ /**
107
+ * @description
108
+ */
109
+ init(): void;
110
+ /**
111
+ * @description Cambia el estado del map
112
+ */
113
+ setMapToolsState: (state: MapToolsStatus) => void;
114
+ /**
115
+ * @description Actualiza la variable de estado "getLabel"
116
+ * @param newHandler handle o función que va a traducir las etiquetas, esto es necesario debido que getLabel de useModuleDictionary
117
+ * cambia por el useCallback, cuando el diccionario se carga.
118
+ * @returns void
119
+ */
120
+ setHandlerGetLabel: (newHandler: GetLabelType) => void;
121
+ /**
122
+ * @description Modifica los estados que se actualizan externamente al Store
123
+ * @param newIsMobile
124
+ * @returns
125
+ */
126
+ setExternalState: (newExternalState: ExternalOwnerState) => void;
127
+ /**
128
+ * @description Modifica los estados que se actualizan externamente al Store
129
+ * @param newIsMobile
130
+ * @returns
131
+ */
132
+ setCurrentTabTool: (newTabTool: CurrentTabTool) => void;
133
+ };
134
+ geofenceActions: {
135
+ /**
136
+ * @description Cambia la vista de la del modulo add/edit geocercas
137
+ */
138
+ goToAddEdit: (geofenceId?: GeofenceId) => void;
139
+ /**
140
+ * @description Cambia la vista de la del modulo add/edit geocercas
141
+ */
142
+ goToList: (geofenceId?: GeofenceId) => void;
143
+ /**
144
+ * @description Agrega una geocerca al store
145
+ */
146
+ addGeofence: (geofenceId: GeofenceId, geofence: GeofenceFeature) => void;
147
+ /**
148
+ * @description Actualizar parcialmente una geocerca
149
+ */
150
+ updatePartialGeofence: (geofenceId: GeofenceId, geofence: Partial<GeofenceFeature>) => void;
151
+ /**
152
+ * @description Actualizar la filas que son mostradas en el grid de geocercas
153
+ */
154
+ updateRows: (newRows: GeofenceListModel[]) => void;
155
+ /**
156
+ * @description Cambia el set de chequeo de las geocercas
157
+ */
158
+ setCheckedGeofences: (newGeofences: ReadonlySet<GeofenceId>) => void;
159
+ /**
160
+ * @description Cambia el set de chequeo de los crossing features
161
+ */
162
+ setCheckedCrossingFeatures: (newFeatures: ReadonlySet<GeofenceId>) => void;
163
+ /**
164
+ * @description Cambia el set de chequeo de los internal features
165
+ */
166
+ setCheckedInternalFeatures: (newFeatures: ReadonlySet<GeofenceId>) => void;
167
+ };
168
+ }
169
+ export declare type DefaultMapToolsStoreProps = Omit<MapToolsState, 'currentLayer'>;
170
+ export declare type InitialMapToolsStoreProps = Pick<MapToolsState, 'getLabel' | 'ownerState'> & Partial<DefaultMapToolsStoreProps>;
171
+ export interface MapToolsProviderProps {
172
+ children: ReactNode;
173
+ }
@@ -0,0 +1,64 @@
1
+ export declare const MAPTOOLS_DICTIONARY_ID = "gps_tools";
2
+ export declare const DICCTIONARY: {
3
+ readonly LABEL_TAB_GEO: "label_tab_geo";
4
+ readonly TAB_GENERAL_CONFIG_TOOLTIP: "tab_general_config_tooltip";
5
+ readonly PAPER_GENERAL: "paper_general";
6
+ readonly LABEL_ID: "label_id";
7
+ readonly LABEL_NAME: "label_name";
8
+ readonly LABEL_GEOMETRY_TYPE: "label_geometry_type";
9
+ readonly LABEL_GEOMETRY_CIRCLE: "label_geometry_circle";
10
+ readonly LABEL_GEOMETRY_RECTANGLE: "label_geometry_rectangle";
11
+ readonly LABEL_GEOMETRY_POLYGON: "label_geometry_polygon";
12
+ readonly LABEL_DRAW: "label_draw";
13
+ readonly LABEL_FINISH: "label_finish";
14
+ readonly PAPER_CONFIG: "paper_config";
15
+ readonly LABEL_ALIAS: "label_alias";
16
+ readonly LABEL_CUSTOMER_ID: "label_customer_id";
17
+ readonly LABEL_TIME_MIN_IN_SECONDS: "label_time_min_in_seconds";
18
+ readonly LABEL_TIME_MIN_OUT_SECONDS: "label_time_min_out_seconds";
19
+ readonly TAB_STYLE_CONFIG_TOOLTIP: "tab_style_tooltip";
20
+ readonly PAPER_STROKE: "paper_stroke";
21
+ readonly LABEL_COLOR: "label_color";
22
+ readonly LABEL_OPACITY: "label_opacity";
23
+ readonly LABEL_WEIGHT: "label_weight";
24
+ readonly LABEL_DASH_ARRAY: "label_dash_array";
25
+ readonly LABEL_DASH_OFFSET: "label_dash_offset";
26
+ readonly LABEL_RADIUS: "label_radius";
27
+ readonly LABEL_LAT: "label_lat";
28
+ readonly LABEL_LON: "label_lon";
29
+ readonly LABEL_PLACE_MARKER: "label_place_marker";
30
+ readonly LABEL_FIRST_VERTEX: "label_first_vertex";
31
+ readonly LABEL_CONTINUE_LINE: "label_continue_line";
32
+ readonly LABEL_FINISH_LINE: "label_finish_line";
33
+ readonly LABEL_FINISH_POLY: "label_finish_poly";
34
+ readonly LABEL_FINISH_RECT: "label_finish_rect";
35
+ readonly LABEL_START_CIRCLE: "label_start_circle";
36
+ readonly LABEL_FINISH_CIRCLE: "label_finish_circle";
37
+ readonly LABEL_PLACE_CIRCLE_MARKER: "label_place_circle_marker";
38
+ readonly VALIDATION_GEOMETRY_REQUIRED: "validation_geometry_required";
39
+ readonly VALIDATION_FIELD_REQUIRED: "validation_field_required";
40
+ readonly VALIDATION_FIELD_TYPE_NUMBER_ERROR: "validation_field_type_number_error";
41
+ readonly LABEL_VIEW_TRANSIT_FEATURES: "label_view_crossing_features";
42
+ readonly LABEL_VIEW_INTERNAL_FEATURES: "label_view_internal_features";
43
+ readonly LABEL_CREATED_AT: "label_created_at";
44
+ readonly LABEL_UPDATED_AT: "label_updated_at";
45
+ readonly MODAL_DELETE_GEO_TITLE: "modal_delete_geo_title";
46
+ readonly MODAL_DELETE_GEO_MESSAGE: "modal_delete_geo_message";
47
+ readonly MODAL_DISABLE_GEO_TITLE: "modal_disable_geo_title";
48
+ readonly MODAL_DISABLE_MESSAGE: "modal_disable_geo_message";
49
+ readonly ROW_ACTION_GEO_EDIT: "row_action_geo_edit";
50
+ readonly ROW_ACTION_GEO_ENABLE: "row_action_geo_enable";
51
+ readonly ROW_ACTION_GEO_DISABLE: "row_action_geo_disable";
52
+ readonly ROW_ACTION_GEO_DELETE: "row_action_geo_delete";
53
+ readonly LABEL_TAB_MEASURE: "label_tab_measure";
54
+ readonly PAPER_MEASURE: "paper_measure";
55
+ readonly LABEL_MEASURE_START: "label_measure_start";
56
+ readonly LABEL_MEASURE_RESTART: "label_measure_restart";
57
+ readonly LABEL_MEASURE_DISTANCE: "label_measure_distance";
58
+ readonly LABEL_MEASURE_AREA: "label_measure_area";
59
+ readonly LABEL_MEASURE_UNIT: "label_measure_unit";
60
+ readonly LABEL_MEASURE_UNIT_BASE_KILOMETERS: "label_measure_unit_base_kilometers";
61
+ readonly LABEL_MEASURE_REMOVE_POINT: "label_measure_remove_point";
62
+ };
63
+ export declare type TypeDictionary = typeof DICCTIONARY;
64
+ export declare const getMapToolsDictionary: (key: keyof TypeDictionary) => string;
@@ -0,0 +1 @@
1
+ export declare function useLayers(): void;
@@ -0,0 +1,2 @@
1
+ import { MapToolsStateWithActions } from '../../contexts/GpsToolsContext/types';
2
+ export declare function useMapToolsStore<T>(selector: (state: MapToolsStateWithActions) => T, equalityFn?: (left: T, right: T) => boolean): T;
@@ -0,0 +1,15 @@
1
+ export declare const icons: {
2
+ GEOMETRY_CIRCLE: string;
3
+ GEOMETRY_RECTANGLE: string;
4
+ GEOMETRY_POLYGON: string;
5
+ ADD: string;
6
+ MEASURE: string;
7
+ GENERAL: string;
8
+ CONFIG: string;
9
+ STROKE: string;
10
+ FILL: string;
11
+ EDIT: string;
12
+ DELETE: string;
13
+ ACTIVE: string;
14
+ NAME: string;
15
+ };
@@ -0,0 +1,2 @@
1
+ export { GpsTools } from './GpsTools';
2
+ export { useMapToolsStore } from './hooks/useMapTools';
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ export interface TabAction {
3
+ id: string;
4
+ icon?: string | React.ReactElement;
5
+ component: React.ReactNode;
6
+ label: string;
7
+ className?: string;
8
+ }
9
+ export declare function TabTools(): import("react").ReactPortal | null;
@@ -0,0 +1,7 @@
1
+ export declare const ENDPOINT_GEOFENCE_GET = "geofences";
2
+ export declare const ENDPOINT_GEOFENCE_NEW_EDIT = "geofences";
3
+ export declare enum GeofencesFeaturesLayers {
4
+ LAYER_GEOFENCES = "geofences",
5
+ LAYER_GEOFENCES_TRANSIT_FEATURES = "geofencesCrossingFeatures",
6
+ LAYER_GEOFENCES_INTERNAL_FEATURES = "geofencesInternalFeatures"
7
+ }
@@ -0,0 +1,9 @@
1
+ import { GeofencesFeaturesLayers } from '../constants';
2
+ /**
3
+ * Hook encargado de cargar los features y pintarlos cuando los seleccionen
4
+ * @param layerId
5
+ * @param featuresType
6
+ * @param endpoint
7
+ * @returns
8
+ */
9
+ export declare function useCheckedFeatures(layerId: GeofencesFeaturesLayers, featuresType: 'CrossingFeatures' | 'InternalFeatures', endpoint: string): [ReadonlySet<number>, (newFeatures: ReadonlySet<number>) => void];
@@ -0,0 +1,4 @@
1
+ export declare function useCheckedGeofences(): {
2
+ checkedGeofences: ReadonlySet<number>;
3
+ setCheckedGeofences: (newGeofences: ReadonlySet<number>) => void;
4
+ };
@@ -0,0 +1,9 @@
1
+ import { GeofenceListModel } from '../model';
2
+ import { Column } from 'react-data-grid';
3
+ declare type UseColumnsProps<Row> = {
4
+ rowKeyGetter: (row: Row) => number;
5
+ };
6
+ export declare function useColumns(props: UseColumnsProps<GeofenceListModel>): {
7
+ columns: Column<GeofenceListModel, unknown>[];
8
+ };
9
+ export {};
@@ -0,0 +1,20 @@
1
+ /// <reference types="react" />
2
+ import { GeofenceId } from '../../../../../contexts/GpsToolsContext/types';
3
+ import { GeofenceListModel } from '../model';
4
+ export declare function useMaster(): {
5
+ rowKeyGetter: (row: GeofenceListModel) => number;
6
+ columns: import("react-data-grid").Column<GeofenceListModel, unknown>[];
7
+ refresh: () => void;
8
+ setBackendQueryParams: import("react").Dispatch<import("react").SetStateAction<Record<string, unknown>>>;
9
+ pagerState: import("@m4l/core").PagerState;
10
+ rows: GeofenceListModel[];
11
+ onPageChange: (newPage: number) => void;
12
+ onRowsPerPageChange: (newRowsPerPage: number) => void;
13
+ rowActionsGetter: (row: GeofenceListModel) => [] | import("../../../../../../../..").MenuAction[];
14
+ selectedRows: ReadonlySet<number>;
15
+ onSelectedRowsChange: (newRowsSelectSet: ReadonlySet<GeofenceId>) => void;
16
+ checkedRows: ReadonlySet<number>;
17
+ onCheckedRowsChange: (newGeofences: ReadonlySet<number>) => void;
18
+ setRows: import("react").Dispatch<import("react").SetStateAction<GeofenceListModel[]>>;
19
+ goToAddEdit: (geofenceId?: number | undefined) => void;
20
+ };
@@ -0,0 +1,9 @@
1
+ import { MenuAction } from '../../../../../../../../mui_extended';
2
+ import { GeofenceListModel } from '../model';
3
+ interface UseRowActionsProps {
4
+ fullRefresh: (id?: number) => void;
5
+ }
6
+ export declare function useRowActionsGetter(props: UseRowActionsProps): {
7
+ rowActionsGetter: (row: GeofenceListModel) => MenuAction[] | [];
8
+ };
9
+ export {};
@@ -0,0 +1 @@
1
+ export declare function GeofencesTool(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,122 @@
1
+ import { GeofenceId } from '../../../../contexts/GpsToolsContext/types';
2
+ import type { Feature, GeoJsonProperties, LineString, MultiLineString, MultiPoint, MultiPolygon, Point, Polygon } from '../../../../../Map/contexts/MapContext/types';
3
+ /**
4
+ * @description Tipos de geometría compatibles con las geocercas
5
+ * @interface GeofenceGeometry
6
+ */
7
+ export declare type GeofenceGeometry = Point | Polygon | MultiPolygon;
8
+ /**
9
+ * @description Tipos de geometría Compatibles con las geocercas
10
+ * @interface CrossingGeometry
11
+ */
12
+ export declare type CrossingGeometry = Polygon | Point;
13
+ /**
14
+ * @description Tipos de features de transtio soportados
15
+ * @interface CrossingFeature
16
+ */
17
+ export declare type CrossingFeature = Feature<CrossingGeometry>;
18
+ export declare type InternalGeometry = Point | Polygon | MultiPolygon | MultiPoint | LineString | MultiLineString;
19
+ /**
20
+ * @description Tipos de features de transtio soportados
21
+ * @interface InternalFeature
22
+ */
23
+ export declare type InternalFeature = Feature<InternalGeometry>;
24
+ export declare type GeofenceTypeId = 'gt_polygon' | 'gt_circle' | 'gt_rectangle' | 'gt_multipolygon';
25
+ export declare type GeofenceType = {
26
+ id: GeofenceTypeId;
27
+ name: string;
28
+ };
29
+ /**
30
+ * @description Modelo de datos proveniente del endpoint get de geocercas
31
+ * @interface GeofenceGetModel
32
+ */
33
+ export interface GeofenceGetModel {
34
+ /**
35
+ * id de la geocerca
36
+ */
37
+ id: GeofenceId;
38
+ /**
39
+ * "name" nombre dado por el cliente a la geocerca
40
+ */
41
+ name: string;
42
+ /**
43
+ * "active" si está activa o no lo geocerca
44
+ */
45
+ active: boolean;
46
+ /**
47
+ * "type" tipo de geocerca con idioma
48
+ */
49
+ type: GeofenceType;
50
+ /**
51
+ * "geometry" geometría de la geocerca compatible con GeoJSON
52
+ */
53
+ geometry: GeofenceGeometry;
54
+ /**
55
+ * "properties" propiedades de la geometria
56
+ */
57
+ properties: GeoJsonProperties;
58
+ /**
59
+ * timeMinInSeconds indica el tiempo mínimo para ingresar a una geocerca
60
+ */
61
+ timeMinInSeconds: number;
62
+ /**
63
+ * timeMinOutSeconds indica el tiempo mínimo para salir de una geocerca
64
+ */
65
+ timeMinOutSeconds: number;
66
+ /**
67
+ * "countCrossingFeatures" indica si la cantidad de features de cruce
68
+ */
69
+ countCrossingFeatures: number;
70
+ /**
71
+ * "countInternalFeatures" indica la cantidad de features internos que tiene la geocerca
72
+ */
73
+ countInternalFeatures: number;
74
+ /**
75
+ * "alias" alias de la geocerca, si no tiene es null y si tiene, es un string unico en todas las geocercas
76
+ */
77
+ alias?: string | null;
78
+ /**
79
+ * customerId indica el id del cliente al que pertenece la geocerca, si no tiene es null,
80
+ * si es de un cliente es un string unico en todas las geocercas
81
+ */
82
+ customerId?: string | null;
83
+ createdAt: string;
84
+ updatedAt: string | null;
85
+ }
86
+ interface AuthUserOptionsType {
87
+ activation: boolean;
88
+ delete: boolean;
89
+ edit: boolean;
90
+ }
91
+ /**
92
+ * @description Modelo de datos proveniente del endpoint list de geocercas
93
+ * @interface GeofenceListModel
94
+ */
95
+ export interface GeofenceListModel extends Omit<GeofenceGetModel, 'geometry'> {
96
+ /**
97
+ * "geometry" geometría de la geocerca compatible con GeoJSON
98
+ */
99
+ geometry: GeofenceGeometry | null;
100
+ authUserOptions: AuthUserOptionsType;
101
+ }
102
+ /**
103
+ * @description Modelo de datos para enviar al endpoint de creacion de geocercas
104
+ * @interface GeofenceNewModel
105
+ */
106
+ export interface GeofenceNewModel extends Pick<GeofenceGetModel, 'name' | 'geometry' | 'properties' | 'timeMinInSeconds' | 'timeMinOutSeconds' | 'alias' | 'customerId'> {
107
+ /**
108
+ * "type" tipo de geocerca con idioma
109
+ */
110
+ typeId: GeofenceTypeId;
111
+ }
112
+ /**
113
+ * @description Modelo de datos para enviar al endpoint de creacion de geocercas
114
+ * @interface GeofenceNewModel
115
+ */
116
+ export interface GeofenceEditModel extends GeofenceNewModel {
117
+ /**
118
+ * id de la geocerca
119
+ */
120
+ geofenceId: GeofenceId;
121
+ }
122
+ export {};
@@ -0,0 +1,8 @@
1
+ import { FormatterProps } from 'react-data-grid';
2
+ import { ColumnSetCheckFormatterProps } from './types';
3
+ /**
4
+ * @description ColumnInteractiveCheckFormatter: Es un formateador de columna booleano que permite la interacción directa
5
+ * acualizando un Set pasado en el memomento de creación de las columnas
6
+ * sin la necesidad de entrar en edición como lo hace un editor
7
+ */
8
+ export declare function ColumnSetCheckFormatter<Row>(parameters: ColumnSetCheckFormatterProps<Row>): (props: FormatterProps<Row>) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ export declare type ColumnSetCheckFormatterProps<Row> = {
2
+ field: string;
3
+ rowKeyGetter: (row: Row) => number;
4
+ useHook: (field: string) => [ReadonlySet<number>, (newFeatures: ReadonlySet<number>) => void];
5
+ };
@@ -0,0 +1,20 @@
1
+ import { FormAddEditValues } from './types';
2
+ export declare const STROKE_COLOR_DEFAULT = "#aaccaa";
3
+ export declare const STROKE_OPACITY_DEFAULT: {
4
+ value: number;
5
+ label: string;
6
+ };
7
+ export declare const STROKE_WHEIGTH_DEFAULT: {
8
+ value: number;
9
+ label: string;
10
+ };
11
+ export declare const STROKE_DASH_ARRAY_DEFAULT: {
12
+ value: string;
13
+ label: string;
14
+ };
15
+ export declare const FILL_COLOR_DEFAULT = "#aa3000";
16
+ export declare const FILL_OPACITY_DEFAULT: {
17
+ value: number;
18
+ label: string;
19
+ };
20
+ export declare const initialValues: FormAddEditValues;
@@ -0,0 +1,7 @@
1
+ import { GeofenceGeometry, GeofenceGetModel, GeofenceTypeId } from '../../model';
2
+ import { FormAddEditValues } from './types';
3
+ import * as L from 'leaflet';
4
+ export declare const formatDataEnpoint: (response: {
5
+ data: GeofenceGetModel;
6
+ }) => FormAddEditValues;
7
+ export declare const getLayerFromGeometry: (geometry: GeofenceGeometry | null, geofenceTypeId: GeofenceTypeId | null, radius: number | null) => L.Polygon<any> | L.Circle<any> | null;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * hook Encargado manejar los eventos de dibujo y setear en hook forms values,
3
+ * los datos asociados a una geocerca
4
+ * @returns
5
+ */
6
+ export declare function useDrawing(): {
7
+ inEdition: boolean;
8
+ handleDraw: () => void;
9
+ handleFinish: () => void;
10
+ geometrTypeIdCached: "gt_polygon" | "gt_circle" | "gt_rectangle" | "gt_multipolygon" | null;
11
+ };
@@ -0,0 +1,8 @@
1
+ import { FieldValues } from 'react-hook-form';
2
+ import { FormAddEditValues } from '../types';
3
+ export interface UseSubmitProps {
4
+ objectId?: number;
5
+ }
6
+ export declare function useSubmit(props: UseSubmitProps): {
7
+ onSubmit: (data: FormAddEditValues | FieldValues) => Promise<void>;
8
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Este hook se encarga de hacer focus en el primer campo con error,
3
+ * se pasa de tab previamente si esta en otro
4
+ */
5
+ export declare function useSumbitErrorsFocus(): void;
@@ -0,0 +1,22 @@
1
+ import * as Yup from 'yup';
2
+ export declare function useValidation(): {
3
+ validationSchema: Yup.ObjectSchema<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
4
+ timeMinInSeconds: import("yup/lib/number").RequiredNumberSchema<number | undefined, import("yup/lib/types").AnyObject>;
5
+ timeMinOutSeconds: import("yup/lib/number").RequiredNumberSchema<number | undefined, import("yup/lib/types").AnyObject>;
6
+ name: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
7
+ geometry: import("yup/lib/object").RequiredObjectSchema<import("yup/lib/object").ObjectShape, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").ObjectShape> | null>;
8
+ geofenceType: import("yup/lib/object").RequiredObjectSchema<import("yup/lib/object").ObjectShape, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").ObjectShape> | null>;
9
+ }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
10
+ timeMinInSeconds: import("yup/lib/number").RequiredNumberSchema<number | undefined, import("yup/lib/types").AnyObject>;
11
+ timeMinOutSeconds: import("yup/lib/number").RequiredNumberSchema<number | undefined, import("yup/lib/types").AnyObject>;
12
+ name: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
13
+ geometry: import("yup/lib/object").RequiredObjectSchema<import("yup/lib/object").ObjectShape, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").ObjectShape> | null>;
14
+ geofenceType: import("yup/lib/object").RequiredObjectSchema<import("yup/lib/object").ObjectShape, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").ObjectShape> | null>;
15
+ }>>, import("yup/lib/object").AssertsShape<import("yup/lib/object").Assign<import("yup/lib/object").ObjectShape, {
16
+ timeMinInSeconds: import("yup/lib/number").RequiredNumberSchema<number | undefined, import("yup/lib/types").AnyObject>;
17
+ timeMinOutSeconds: import("yup/lib/number").RequiredNumberSchema<number | undefined, import("yup/lib/types").AnyObject>;
18
+ name: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
19
+ geometry: import("yup/lib/object").RequiredObjectSchema<import("yup/lib/object").ObjectShape, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").ObjectShape> | null>;
20
+ geofenceType: import("yup/lib/object").RequiredObjectSchema<import("yup/lib/object").ObjectShape, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").ObjectShape> | null>;
21
+ }>>>;
22
+ };
@@ -0,0 +1 @@
1
+ export declare function GeofenceAddEdit(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function ConfigData(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ export interface FormConfigDataValues {
2
+ alias: string | null;
3
+ customerId: string | null;
4
+ timeMinInSeconds: number;
5
+ timeMinOutSeconds: number;
6
+ }
@@ -0,0 +1,5 @@
1
+ import { GetLabelType } from '@m4l/core';
2
+ export declare function ConfigDataValidation(getLabel: GetLabelType): {
3
+ timeMinInSeconds: import("yup/lib/number").RequiredNumberSchema<number | undefined, import("yup/lib/types").AnyObject>;
4
+ timeMinOutSeconds: import("yup/lib/number").RequiredNumberSchema<number | undefined, import("yup/lib/types").AnyObject>;
5
+ };
@@ -0,0 +1 @@
1
+ export declare function GeneralData(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { GeofenceTypeItem } from "../../../../../../../../types";
2
+ import { GeofenceGeometry } from "../../../../model";
3
+ export interface FormGeneralDataValues {
4
+ name: string;
5
+ geometry: GeofenceGeometry | null;
6
+ geofenceType: GeofenceTypeItem | null;
7
+ }
@@ -0,0 +1,6 @@
1
+ import { GetLabelType } from '@m4l/core';
2
+ export declare function GeneralDataValidation(getLabel: GetLabelType): {
3
+ name: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
4
+ geometry: import("yup/lib/object").RequiredObjectSchema<import("yup/lib/object").ObjectShape, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").ObjectShape> | null>;
5
+ geofenceType: import("yup/lib/object").RequiredObjectSchema<import("yup/lib/object").ObjectShape, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<import("yup/lib/object").ObjectShape> | null>;
6
+ };
@@ -0,0 +1 @@
1
+ export declare function MyActions(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function StyleData(): import("react/jsx-runtime").JSX.Element;