@m4l/gclick 0.3.6 → 0.3.7

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 (324) hide show
  1. package/components/ReportsViewer/hooks/useSheetContent/useSheetContent.d.ts +1 -1
  2. package/components/formatters/CourseFormatter/CourseFormatter.d.ts.map +1 -0
  3. package/{formatters → components/formatters}/CourseFormatter/CourseFormatter.js +2 -2
  4. package/components/formatters/CourseFormatter/CourseFormatter.styles.d.ts.map +1 -0
  5. package/components/formatters/CourseFormatter/constants.d.ts.map +1 -0
  6. package/components/formatters/CourseFormatter/dictionary.d.ts.map +1 -0
  7. package/components/formatters/CourseFormatter/helper.d.ts.map +1 -0
  8. package/components/formatters/CourseFormatter/index.d.ts.map +1 -0
  9. package/components/formatters/CourseFormatter/slots/CourseFormatterEnum.d.ts.map +1 -0
  10. package/components/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts +4 -0
  11. package/components/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts.map +1 -0
  12. package/components/formatters/CourseFormatter/types.d.ts.map +1 -0
  13. package/components/formatters/index.d.ts +2 -0
  14. package/components/formatters/index.d.ts.map +1 -0
  15. package/components/index.d.ts +1 -0
  16. package/components/index.d.ts.map +1 -1
  17. package/components/indicators/IndicatorBattery/IndicatorBattery.d.ts +1 -1
  18. package/components/indicators/IndicatorBattery/IndicatorBattery.d.ts.map +1 -1
  19. package/components/indicators/IndicatorBattery/IndicatorBattery.js +51 -53
  20. package/components/maps/components/GpsMap/GpsMap.js +16 -16
  21. package/components/maps/components/GpsMap/GpsMap.styles.d.ts.map +1 -1
  22. package/components/maps/components/GpsMap/GpsMap.styles.js +2 -0
  23. package/components/maps/components/GpsMap/__testing__/GpsMapTestWrapper.d.ts +38 -0
  24. package/components/maps/components/GpsMap/__testing__/GpsMapTestWrapper.d.ts.map +1 -0
  25. package/components/maps/components/GpsMap/__testing__/constants.d.ts +36 -0
  26. package/components/maps/components/GpsMap/__testing__/constants.d.ts.map +1 -0
  27. package/components/maps/components/GpsMap/__testing__/fixtures.d.ts +54 -0
  28. package/components/maps/components/GpsMap/__testing__/fixtures.d.ts.map +1 -0
  29. package/components/maps/components/GpsMap/__testing__/index.d.ts +5 -0
  30. package/components/maps/components/GpsMap/__testing__/index.d.ts.map +1 -0
  31. package/components/maps/components/GpsMap/__testing__/renderFeatureTestSupport.d.ts +51 -0
  32. package/components/maps/components/GpsMap/__testing__/renderFeatureTestSupport.d.ts.map +1 -0
  33. package/components/maps/components/GpsMap/classes/index.d.ts +1 -2
  34. package/components/maps/components/GpsMap/classes/index.d.ts.map +1 -1
  35. package/components/maps/components/GpsMap/contexts/MapContext/MapContext.d.ts.map +1 -1
  36. package/components/maps/components/GpsMap/contexts/MapContext/MapContext.js +6 -10
  37. package/components/maps/components/GpsMap/contexts/MapContext/helpers/toolControllerRegistry.d.ts +21 -0
  38. package/components/maps/components/GpsMap/contexts/MapContext/helpers/toolControllerRegistry.d.ts.map +1 -0
  39. package/components/maps/components/GpsMap/contexts/MapContext/helpers/toolControllerRegistry.js +27 -0
  40. package/components/maps/components/GpsMap/contexts/MapContext/index.d.ts +1 -1
  41. package/components/maps/components/GpsMap/contexts/MapContext/index.d.ts.map +1 -1
  42. package/components/maps/components/GpsMap/contexts/MapContext/store.d.ts +1 -1
  43. package/components/maps/components/GpsMap/contexts/MapContext/store.d.ts.map +1 -1
  44. package/components/maps/components/GpsMap/contexts/MapContext/store.js +113 -139
  45. package/components/maps/components/GpsMap/contexts/MapContext/types.d.ts +73 -52
  46. package/components/maps/components/GpsMap/contexts/MapContext/types.d.ts.map +1 -1
  47. package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/index.d.ts +4 -4
  48. package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/index.d.ts.map +1 -1
  49. package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/index.js +192 -209
  50. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.d.ts +5 -4
  51. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.d.ts.map +1 -1
  52. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.js +46 -66
  53. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/types.d.ts +2 -10
  54. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/types.d.ts.map +1 -1
  55. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabelWithPopup/MarkerIconLabelWithPopup.d.ts +17 -0
  56. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabelWithPopup/MarkerIconLabelWithPopup.d.ts.map +1 -0
  57. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabelWithPopup/MarkerIconLabelWithPopup.js +53 -0
  58. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabelWithPopup/index.d.ts +3 -0
  59. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabelWithPopup/index.d.ts.map +1 -0
  60. package/components/maps/components/GpsMap/hooks/debug/index.d.ts +2 -0
  61. package/components/maps/components/GpsMap/hooks/debug/index.d.ts.map +1 -0
  62. package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → debug/markerDecimation}/GridDebugVisualization.d.ts +1 -1
  63. package/components/maps/components/GpsMap/hooks/debug/markerDecimation/GridDebugVisualization.d.ts.map +1 -0
  64. package/components/maps/components/GpsMap/hooks/debug/markerDecimation/constants.d.ts +3 -0
  65. package/components/maps/components/GpsMap/hooks/debug/markerDecimation/constants.d.ts.map +1 -0
  66. package/components/maps/components/GpsMap/hooks/debug/markerDecimation/index.d.ts +4 -0
  67. package/components/maps/components/GpsMap/hooks/debug/markerDecimation/index.d.ts.map +1 -0
  68. package/components/maps/components/GpsMap/hooks/debug/markerDecimation/types.d.ts +71 -0
  69. package/components/maps/components/GpsMap/hooks/debug/markerDecimation/types.d.ts.map +1 -0
  70. package/components/maps/components/GpsMap/hooks/debug/markerDecimation/useGridDebug.d.ts +7 -0
  71. package/components/maps/components/GpsMap/hooks/debug/markerDecimation/useGridDebug.d.ts.map +1 -0
  72. package/components/maps/components/GpsMap/hooks/index.d.ts +5 -4
  73. package/components/maps/components/GpsMap/hooks/index.d.ts.map +1 -1
  74. package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.d.ts +2 -1
  75. package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.d.ts.map +1 -1
  76. package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.js +10 -11
  77. package/components/maps/components/GpsMap/hooks/useFilterDecimation/constants.d.ts +2 -0
  78. package/components/maps/components/GpsMap/hooks/useFilterDecimation/constants.d.ts.map +1 -0
  79. package/components/maps/components/GpsMap/hooks/useFilterDecimation/constants.js +4 -0
  80. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/constants.d.ts +3 -0
  81. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/constants.d.ts.map +1 -0
  82. package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods/createPixelPathDecimationFilter}/constants.js +2 -3
  83. package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.d.ts → useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/createPixelPathDecimationFilter.d.ts} +1 -1
  84. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/createPixelPathDecimationFilter.d.ts.map +1 -0
  85. package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.js → useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/createPixelPathDecimationFilter.js} +4 -2
  86. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts.map +1 -0
  87. package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods}/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.js +1 -1
  88. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts.map +1 -0
  89. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.js +22 -0
  90. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/helpers/index.d.ts.map +1 -0
  91. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/index.d.ts +2 -0
  92. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/index.d.ts.map +1 -0
  93. package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods}/createPixelPathDecimationFilter/types.d.ts +1 -1
  94. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/types.d.ts.map +1 -0
  95. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/index.d.ts +3 -0
  96. package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/index.d.ts.map +1 -0
  97. package/components/maps/components/GpsMap/hooks/useFilterDecimation/getPointFeaturesWithCoords.d.ts +9 -0
  98. package/components/maps/components/GpsMap/hooks/useFilterDecimation/getPointFeaturesWithCoords.d.ts.map +1 -0
  99. package/components/maps/components/GpsMap/hooks/useFilterDecimation/getPointFeaturesWithCoords.js +16 -0
  100. package/components/maps/components/GpsMap/hooks/useFilterDecimation/index.d.ts +3 -0
  101. package/components/maps/components/GpsMap/hooks/useFilterDecimation/index.d.ts.map +1 -0
  102. package/components/maps/components/GpsMap/hooks/useFilterDecimation/types.d.ts +16 -0
  103. package/components/maps/components/GpsMap/hooks/useFilterDecimation/types.d.ts.map +1 -0
  104. package/components/maps/components/GpsMap/hooks/useFilterDecimation/useFilterDecimation.d.ts.map +1 -0
  105. package/components/maps/components/GpsMap/hooks/useFilterDecimation/useFilterDecimation.js +75 -0
  106. package/components/maps/components/GpsMap/hooks/useRegisterMapToolController.d.ts +13 -0
  107. package/components/maps/components/GpsMap/hooks/useRegisterMapToolController.d.ts.map +1 -0
  108. package/components/maps/components/GpsMap/hooks/useRegisterMapToolController.js +21 -0
  109. package/components/maps/components/GpsMap/popups/index.d.ts +0 -1
  110. package/components/maps/components/GpsMap/popups/index.d.ts.map +1 -1
  111. package/components/maps/components/GpsMap/popups/types.d.ts +4 -0
  112. package/components/maps/components/GpsMap/popups/types.d.ts.map +1 -1
  113. package/components/maps/components/GpsMap/subcomponents/Controls/Controls.d.ts +6 -0
  114. package/components/maps/components/GpsMap/subcomponents/Controls/Controls.d.ts.map +1 -0
  115. package/components/maps/components/GpsMap/subcomponents/Controls/{index.js → Controls.js} +5 -5
  116. package/components/maps/components/GpsMap/subcomponents/Controls/index.d.ts +1 -5
  117. package/components/maps/components/GpsMap/subcomponents/Controls/index.d.ts.map +1 -1
  118. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/ButtonsToolsList.d.ts +8 -0
  119. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/ButtonsToolsList.d.ts.map +1 -0
  120. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/{index.js → ButtonsToolsList.js} +9 -8
  121. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/constants.d.ts.map +1 -1
  122. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/constants.js +31 -20
  123. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/types.d.ts +2 -0
  124. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/types.d.ts.map +1 -1
  125. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/usePopupToolRuntime.d.ts +15 -0
  126. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/usePopupToolRuntime.d.ts.map +1 -0
  127. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/usePopupToolRuntime.js +90 -0
  128. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.d.ts +3 -5
  129. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.d.ts.map +1 -1
  130. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.js +35 -38
  131. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.d.ts +2 -1
  132. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.d.ts.map +1 -1
  133. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.js +31 -25
  134. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/index.d.ts +1 -7
  135. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/index.d.ts.map +1 -1
  136. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/ButtonPopupTool.d.ts +7 -0
  137. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/ButtonPopupTool.d.ts.map +1 -0
  138. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/ButtonPopupTool.js +22 -0
  139. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.d.ts +1 -5
  140. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.d.ts.map +1 -1
  141. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.d.ts.map +1 -1
  142. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.js +10 -9
  143. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.js +7 -7
  144. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/MeasureData.d.ts +6 -0
  145. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/MeasureData.d.ts.map +1 -0
  146. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts +1 -5
  147. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts.map +1 -1
  148. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/MyActions.d.ts +5 -0
  149. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/MyActions.d.ts.map +1 -0
  150. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts +1 -4
  151. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts.map +1 -1
  152. package/components/maps/components/GpsMap/subcomponents/{Layers/index.d.ts → LayersContainer/LayersContainer.d.ts} +1 -1
  153. package/components/maps/components/GpsMap/subcomponents/LayersContainer/LayersContainer.d.ts.map +1 -0
  154. package/components/maps/components/GpsMap/subcomponents/LayersContainer/LayersContainer.js +23 -0
  155. package/components/maps/components/GpsMap/subcomponents/LayersContainer/index.d.ts +2 -0
  156. package/components/maps/components/GpsMap/subcomponents/LayersContainer/index.d.ts.map +1 -0
  157. package/components/maps/components/GpsMap/subcomponents/{Layers/subcomponents/Layer/index.d.ts → LayersContainer/subcomponents/Layer/Layer.d.ts} +1 -1
  158. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/Layer.d.ts.map +1 -0
  159. package/components/maps/components/GpsMap/subcomponents/{Layers/subcomponents/Layer/index.js → LayersContainer/subcomponents/Layer/Layer.js} +8 -8
  160. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/index.d.ts +2 -0
  161. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/index.d.ts.map +1 -0
  162. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/MarkerClusterGroup.d.ts +3 -0
  163. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/MarkerClusterGroup.d.ts.map +1 -0
  164. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/MarkerClusterGroup.js +51 -0
  165. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts +2 -0
  166. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts.map +1 -0
  167. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/types.d.ts.map +1 -0
  168. package/components/maps/components/GpsMap/subcomponents/{Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts → LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/RenderByEachFeatureComponent.d.ts} +1 -1
  169. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/RenderByEachFeatureComponent.d.ts.map +1 -0
  170. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts +2 -0
  171. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts.map +1 -0
  172. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/types.d.ts.map +1 -0
  173. package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/types.d.ts.map +1 -0
  174. package/components/maps/components/GpsMap/subcomponents/MapEventController/index.d.ts +2 -0
  175. package/components/maps/components/GpsMap/subcomponents/MapEventController/index.d.ts.map +1 -0
  176. package/components/maps/components/GpsMap/subcomponents/TileLayers/TileLayers.d.ts +7 -0
  177. package/components/maps/components/GpsMap/subcomponents/TileLayers/TileLayers.d.ts.map +1 -0
  178. package/components/maps/components/GpsMap/subcomponents/TileLayers/TileLayers.js +30 -0
  179. package/components/maps/components/GpsMap/subcomponents/TileLayers/index.d.ts +1 -6
  180. package/components/maps/components/GpsMap/subcomponents/TileLayers/index.d.ts.map +1 -1
  181. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/TileLayerGoogle.d.ts +10 -0
  182. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/TileLayerGoogle.d.ts.map +1 -0
  183. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index.d.ts +1 -9
  184. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index.d.ts.map +1 -1
  185. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/TileLayerOthers.d.ts +7 -0
  186. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/TileLayerOthers.d.ts.map +1 -0
  187. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/index.d.ts +1 -6
  188. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/index.d.ts.map +1 -1
  189. package/components/maps/components/GpsMap/types.d.ts +18 -0
  190. package/components/maps/components/GpsMap/types.d.ts.map +1 -1
  191. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/types.d.ts +1 -1
  192. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/types.d.ts.map +1 -1
  193. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/helpers.d.ts.map +1 -1
  194. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/helpers.js +11 -10
  195. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridFiltered.d.ts.map +1 -1
  196. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridSelected.js +5 -5
  197. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLoadDrawGeometry.d.ts.map +1 -1
  198. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.js +6 -6
  199. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/model.d.ts +14 -6
  200. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/model.d.ts.map +1 -1
  201. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.d.ts.map +1 -1
  202. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.js +32 -40
  203. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.js +8 -7
  204. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.js +23 -24
  205. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useForm.d.ts.map +1 -1
  206. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useForm.js +37 -37
  207. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.d.ts.map +1 -1
  208. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.js +36 -35
  209. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/types.d.ts +1 -0
  210. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/types.d.ts.map +1 -1
  211. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/GeofenceFeatureRender.d.ts.map +1 -1
  212. package/formatters/index.d.ts +1 -1
  213. package/formatters/index.d.ts.map +1 -1
  214. package/index.js +124 -126
  215. package/internal/storybookRuntime.d.ts +27 -0
  216. package/internal/storybookRuntime.d.ts.map +1 -0
  217. package/internal/storybookRuntime.js +19 -0
  218. package/package.json +3 -3
  219. package/components/DeviceStatus/dictionary.js +0 -8
  220. package/components/maps/components/GpsMap/contexts/MapContext/helper.d.ts +0 -9
  221. package/components/maps/components/GpsMap/contexts/MapContext/helper.d.ts.map +0 -1
  222. package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/constants.d.ts +0 -2
  223. package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/constants.d.ts.map +0 -1
  224. package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/index.d.ts +0 -9
  225. package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/index.d.ts.map +0 -1
  226. package/components/maps/components/GpsMap/hooks/useDisableClickEvents/index.d.ts +0 -7
  227. package/components/maps/components/GpsMap/hooks/useDisableClickEvents/index.d.ts.map +0 -1
  228. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/GridDebugVisualization.d.ts.map +0 -1
  229. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.d.ts +0 -6
  230. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.d.ts.map +0 -1
  231. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts.map +0 -1
  232. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts.map +0 -1
  233. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.js +0 -22
  234. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/index.d.ts.map +0 -1
  235. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.d.ts.map +0 -1
  236. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/types.d.ts.map +0 -1
  237. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/types.d.ts +0 -84
  238. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/types.d.ts.map +0 -1
  239. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.d.ts.map +0 -1
  240. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.js +0 -83
  241. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useGridDebug.d.ts +0 -6
  242. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useGridDebug.d.ts.map +0 -1
  243. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.d.ts +0 -8
  244. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.d.ts.map +0 -1
  245. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.js +0 -32
  246. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.d.ts +0 -3
  247. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.d.ts.map +0 -1
  248. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.js +0 -146
  249. package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.d.ts +0 -6
  250. package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.d.ts.map +0 -1
  251. package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.js +0 -6
  252. package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.d.ts +0 -17
  253. package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.d.ts.map +0 -1
  254. package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.js +0 -20
  255. package/components/maps/components/GpsMap/popups/MapPopupDevice/index.d.ts +0 -3
  256. package/components/maps/components/GpsMap/popups/MapPopupDevice/index.d.ts.map +0 -1
  257. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.d.ts +0 -34
  258. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.d.ts.map +0 -1
  259. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.js +0 -55
  260. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.d.ts +0 -14
  261. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.d.ts.map +0 -1
  262. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.js +0 -4
  263. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.d.ts +0 -7
  264. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.d.ts.map +0 -1
  265. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.js +0 -111
  266. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.d.ts +0 -6
  267. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.d.ts.map +0 -1
  268. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.js +0 -18
  269. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/index.d.ts +0 -6
  270. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/index.d.ts.map +0 -1
  271. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/types.d.ts +0 -7
  272. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/types.d.ts.map +0 -1
  273. package/components/maps/components/GpsMap/popups/MapPopupDevice/types.d.ts +0 -11
  274. package/components/maps/components/GpsMap/popups/MapPopupDevice/types.d.ts.map +0 -1
  275. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.js +0 -18
  276. package/components/maps/components/GpsMap/subcomponents/Layers/index.d.ts.map +0 -1
  277. package/components/maps/components/GpsMap/subcomponents/Layers/index.js +0 -21
  278. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/hooks/useClusterMarkers.d.ts +0 -14
  279. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/hooks/useClusterMarkers.d.ts.map +0 -1
  280. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/index.d.ts.map +0 -1
  281. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts +0 -11
  282. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts.map +0 -1
  283. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.js +0 -29
  284. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/types.d.ts.map +0 -1
  285. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts.map +0 -1
  286. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/types.d.ts.map +0 -1
  287. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/types.d.ts.map +0 -1
  288. package/components/maps/components/GpsMap/subcomponents/TileLayers/index.js +0 -30
  289. package/formatters/CourseFormatter/CourseFormatter.d.ts.map +0 -1
  290. package/formatters/CourseFormatter/CourseFormatter.styles.d.ts.map +0 -1
  291. package/formatters/CourseFormatter/constants.d.ts.map +0 -1
  292. package/formatters/CourseFormatter/dictionary.d.ts.map +0 -1
  293. package/formatters/CourseFormatter/helper.d.ts.map +0 -1
  294. package/formatters/CourseFormatter/index.d.ts.map +0 -1
  295. package/formatters/CourseFormatter/slots/CourseFormatterEnum.d.ts.map +0 -1
  296. package/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts +0 -4
  297. package/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts.map +0 -1
  298. package/formatters/CourseFormatter/types.d.ts.map +0 -1
  299. /package/{formatters → components/formatters}/CourseFormatter/CourseFormatter.d.ts +0 -0
  300. /package/{formatters → components/formatters}/CourseFormatter/CourseFormatter.styles.d.ts +0 -0
  301. /package/{formatters → components/formatters}/CourseFormatter/CourseFormatter.styles.js +0 -0
  302. /package/{formatters → components/formatters}/CourseFormatter/constants.d.ts +0 -0
  303. /package/{formatters → components/formatters}/CourseFormatter/constants.js +0 -0
  304. /package/{formatters → components/formatters}/CourseFormatter/dictionary.d.ts +0 -0
  305. /package/{formatters → components/formatters}/CourseFormatter/dictionary.js +0 -0
  306. /package/{formatters → components/formatters}/CourseFormatter/helper.d.ts +0 -0
  307. /package/{formatters → components/formatters}/CourseFormatter/helper.js +0 -0
  308. /package/{formatters → components/formatters}/CourseFormatter/index.d.ts +0 -0
  309. /package/{formatters → components/formatters}/CourseFormatter/slots/CourseFormatterEnum.d.ts +0 -0
  310. /package/{formatters → components/formatters}/CourseFormatter/slots/CourseFormatterEnum.js +0 -0
  311. /package/{formatters → components/formatters}/CourseFormatter/slots/CourseFormatterSlots.js +0 -0
  312. /package/{formatters → components/formatters}/CourseFormatter/types.d.ts +0 -0
  313. /package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods}/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts +0 -0
  314. /package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods}/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts +0 -0
  315. /package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods}/createPixelPathDecimationFilter/helpers/index.d.ts +0 -0
  316. /package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation}/useFilterDecimation.d.ts +0 -0
  317. /package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/{index.js → MeasureData.js} +0 -0
  318. /package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/{index.js → MyActions.js} +0 -0
  319. /package/components/maps/components/GpsMap/subcomponents/{Layers → LayersContainer}/subcomponents/Layer/subcomponents/MarkerClusterGroup/types.d.ts +0 -0
  320. /package/components/maps/components/GpsMap/subcomponents/{Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.js → LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/RenderByEachFeatureComponent.js} +0 -0
  321. /package/components/maps/components/GpsMap/subcomponents/{Layers → LayersContainer}/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/types.d.ts +0 -0
  322. /package/components/maps/components/GpsMap/subcomponents/{Layers → LayersContainer}/subcomponents/Layer/types.d.ts +0 -0
  323. /package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/{index.js → TileLayerGoogle.js} +0 -0
  324. /package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/{index.js → TileLayerOthers.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  import { UseSheetContentProps, UseSheetContentReturn } from './types';
2
2
  export type { UseSheetContentProps, UseSheetContentReturn };
3
3
  /**
4
- * Hook que obtiene el contenido de una hoja del reporte desde el endpoint.
4
+ * Fetches a report sheet content payload from the endpoint.
5
5
  */
6
6
  export declare function useSheetContent(props: UseSheetContentProps): UseSheetContentReturn;
7
7
  //# sourceMappingURL=useSheetContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CourseFormatter.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/formatters/CourseFormatter/CourseFormatter.tsx"],"names":[],"mappings":"AAOA,OAAO,EAA6B,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAS1E;;;;;;;;GAQG;AACH;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,qDAc1D,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import { jsx as p } from "@emotion/react/jsx-runtime";
2
2
  import { CourseFormatterRootStyled as c } from "./slots/CourseFormatterSlots.js";
3
3
  import { getCourseDirection as d } from "./helper.js";
4
- import { getPropDataTestId as u } from "../../test/getNameDataTestId.js";
4
+ import { getPropDataTestId as u } from "../../../test/getNameDataTestId.js";
5
5
  import { CourseFormatterSlots as l } from "./slots/CourseFormatterEnum.js";
6
6
  import { DEFAULT_GAP_ANGLE as f, COMPONET_KEY_COMPONENT as g } from "./constants.js";
7
7
  import { useModuleDictionary as C } from "@m4l/core";
8
- import { courseToCartesianAngle as T } from "../../components/maps/utils/courseToCartesianAngle.js";
8
+ import { courseToCartesianAngle as T } from "../../maps/utils/courseToCartesianAngle.js";
9
9
  const _ = (o) => {
10
10
  const {
11
11
  course: t,
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CourseFormatter.styles.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/formatters/CourseFormatter/CourseFormatter.styles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAGrD,eAAO,MAAM,qBAAqB,EAAE,qBAkBnC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/formatters/CourseFormatter/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,uBAAuB,CAAC;AACtD,eAAO,MAAM,sBAAsB,uBAAuB,CAAC;AAC3D,eAAO,MAAM,iBAAiB,IAAI,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dictionary.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/formatters/CourseFormatter/dictionary.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AACnD,wBAAgB,sCAAsC,aAErD;AACD,eAAO,MAAM,cAAc;;;;;;;;;CASjB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/formatters/CourseFormatter/helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAKzC;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,UAAU,YAAY,EAAE,OAAO,MAAM,EAAE,MAAK,MAA0B,WA6BxG,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/formatters/CourseFormatter/index.tsx"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAG,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAE,sCAAsC,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CourseFormatterEnum.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/gclick/src/components/formatters/CourseFormatter/slots/CourseFormatterEnum.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,IAAI,SAAS;CACd"}
@@ -0,0 +1,4 @@
1
+ export declare const CourseFormatterRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../../../../../dist/packages/@m4l/components/components/extended/mui/Typography/types').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "border" | "disabled" | "color" | "variant" | "size" | "sx" | "classes" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "ellipsis" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY" | "typography" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping" | "component" | "skeletonWidth" | "skeletonRows" | "dataTestid" | "htmlFor" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').CourseFormatterOwnerState> & Record<string, unknown> & {
2
+ ownerState: Partial<import('../types').CourseFormatterOwnerState> & Record<string, unknown>;
3
+ }, {}, {}>;
4
+ //# sourceMappingURL=CourseFormatterSlots.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CourseFormatterSlots.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/gclick/src/components/formatters/CourseFormatter/slots/CourseFormatterSlots.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,yBAAyB;;UAGP,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/formatters/CourseFormatter/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC7C,OAAO,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEpC,MAAM,MAAM,oBAAoB,GAAG;IACjC,wGAAwG;IACxG,MAAM,EAAE,MAAM,CAAC;IACf,mMAAmM;IACnM,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8FAA8F;IAC9F,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;IAC1C,qCAAqC;IACrC,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC,0CAA0C;IAC1C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAGF,MAAM,MAAM,wBAAwB,GAAG,MAAM,OAAO,oBAAoB,CAAC;AAEzE,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,UAAU,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;CAC3C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,CAAC,wBAAwB,EAAE,OAAO,sBAAsB,EAAE,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './CourseFormatter';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/components/formatters/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -1,5 +1,6 @@
1
1
  export * from './Device';
2
2
  export * from './DeviceLabel';
3
+ export * from './formatters';
3
4
  export * from './maps';
4
5
  export * from './indicators';
5
6
  export * from './VideoTimeLineSelector';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick/src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick/src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAe,iBAAiB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { IndicatorBatteryProps } from './types';
2
2
  /**
3
- * Renderiza un indicador de batería con un gauge circular.
3
+ * Renders a battery indicator with a circular gauge.
4
4
  * @description IndicatorBattery component
5
5
  * @param props - IndicatorBatteryProps
6
6
  */
@@ -1 +1 @@
1
- {"version":3,"file":"IndicatorBattery.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/indicators/IndicatorBattery/IndicatorBattery.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA8B,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAa5E;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,qDA8H5D,CAAC"}
1
+ {"version":3,"file":"IndicatorBattery.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/indicators/IndicatorBattery/IndicatorBattery.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA8B,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAa5E;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,qDAyH5D,CAAC"}
@@ -1,38 +1,36 @@
1
- import { jsx as t, jsxs as a, Fragment as x } from "@emotion/react/jsx-runtime";
2
- import { IndicatorBatteryRootStyled as D, TitleStyled as p, ContentStyled as N, StatusVoltageContainerStyled as _, StatusContainerStyled as g, VoltageContainerStyled as f, ContainerTitleBatteryPorcentageStyled as E, ContainerIconPercentageStyled as R, ContainerStatusVoltageStyled as V } from "./slots/IndicatorBaterySlots.js";
1
+ import { jsx as t, jsxs as e, Fragment as x } from "@emotion/react/jsx-runtime";
2
+ import { IndicatorBatteryRootStyled as N, TitleStyled as p, ContentStyled as _, StatusVoltageContainerStyled as B, StatusContainerStyled as g, VoltageContainerStyled as f, ContainerTitleBatteryPorcentageStyled as E, ContainerIconPercentageStyled as R, ContainerStatusVoltageStyled as V } from "./slots/IndicatorBaterySlots.js";
3
3
  import { useModuleDictionary as M, useEnvironment as O } from "@m4l/core";
4
- import { INDICATOR_BATTERY_DICTIONARY as n } from "./dictionary.js";
5
- import { Icon as I, Typography as r, Chip as C } from "@m4l/components";
4
+ import { INDICATOR_BATTERY_DICTIONARY as o } from "./dictionary.js";
5
+ import { Icon as C, Typography as n, Chip as I } from "@m4l/components";
6
6
  import { useBatteryStatus as $ } from "./hooks/useBatteryStatus/useBatteryStatus.js";
7
7
  import { INDICATOR_BATTERY_CLASSES as s, INDICATOR_BATTERY_KEY_COMPONENT as F } from "./constants.js";
8
8
  import Y from "clsx";
9
- import { IndicatorBatterySlots as w } from "./slots/IndicatorBatteryEnum.js";
10
- import { getPropDataTestId as P } from "../../../test/getNameDataTestId.js";
9
+ import { IndicatorBatterySlots as P } from "./slots/IndicatorBatteryEnum.js";
10
+ import { getPropDataTestId as w } from "../../../test/getNameDataTestId.js";
11
11
  import { INDICATOR_BATTERY_ICONS as S } from "./icons.js";
12
12
  import { useMemo as b } from "react";
13
13
  import { GaugeCircular as j } from "../../GaugeCircular/GaugeCircular.js";
14
- const at = (e) => {
15
- const { getLabel: i } = M(), { host_static_assets: m, environment_assets: u } = O();
16
- !e.value && e.value !== 0 && console.warn("IndicatorBattery: value prop is required");
17
- const T = b(() => "type" in e ? { value: e.value, type: e.type } : {
18
- value: e.value,
19
- maxVoltage: e.maxVoltage,
20
- minVoltage: e.minVoltage,
21
- valueWeak: e.valueWeak,
22
- valueAcceptable: e.valueAcceptable,
23
- valueGood: e.valueGood,
24
- valueExcellent: e.valueExcellent
25
- }, [e]), { label: y, color: d, maxVoltage: l } = $(T), h = { color: d }, { value: o, className: k, variant: W = "standard", batteryType: v = "main", dataTestId: A } = e, c = b(() => {
26
- if (!o || o < 0)
14
+ const at = (a) => {
15
+ const { getLabel: i } = M(), { host_static_assets: m, environment_assets: y } = O(), T = b(() => "type" in a ? { value: a.value, type: a.type } : {
16
+ value: a.value,
17
+ maxVoltage: a.maxVoltage,
18
+ minVoltage: a.minVoltage,
19
+ valueWeak: a.valueWeak,
20
+ valueAcceptable: a.valueAcceptable,
21
+ valueGood: a.valueGood,
22
+ valueExcellent: a.valueExcellent
23
+ }, [a]), { label: u, color: d, maxVoltage: l } = $(T), h = { color: d }, { value: r, className: k, variant: W = "standard", batteryType: v = "main", dataTestId: A } = a, c = b(() => {
24
+ if (r == null || r < 0)
27
25
  return 0;
28
26
  if (l && l > 0) {
29
- const B = o * 100 / l;
30
- return Math.ceil(B);
27
+ const D = r * 100 / l;
28
+ return Math.ceil(D);
31
29
  }
32
- return Math.ceil(o);
33
- }, [o, l]);
30
+ return Math.ceil(r);
31
+ }, [r, l]);
34
32
  return /* @__PURE__ */ t(
35
- D,
33
+ N,
36
34
  {
37
35
  className: Y(s.root, k),
38
36
  variant: "text",
@@ -43,44 +41,44 @@ const at = (e) => {
43
41
  "aria-valuemax": 100,
44
42
  direction: "column",
45
43
  padding: "standard",
46
- ...P(F, w.root, A),
47
- children: W === "standard" ? /* @__PURE__ */ a(x, { children: [
48
- /* @__PURE__ */ t(p, { variant: "captionDens", skeletonWidth: "80px", children: i(v === "main" ? n.titleMain : n.titleBackup) }),
49
- /* @__PURE__ */ a(N, { ownerState: h, children: [
50
- /* @__PURE__ */ a(j, { value: c, children: [
51
- /* @__PURE__ */ t(I, { src: `${m}/${u}/${S.batteryStandard}` }),
52
- /* @__PURE__ */ a("div", { style: { display: "flex", alignItems: "flex-end", justifyContent: "center", gap: "2px" }, children: [
53
- /* @__PURE__ */ t(r, { variant: "subtitle", fontFamily: "Jura", color: "text.primary", skeletonWidth: "20px", children: `${c ?? 0}` }),
54
- /* @__PURE__ */ t(r, { variant: "body", fontFamily: "Jura", color: "text.primary", skeletonWidth: "10px", children: "%" })
44
+ ...w(F, P.root, A),
45
+ children: W === "standard" ? /* @__PURE__ */ e(x, { children: [
46
+ /* @__PURE__ */ t(p, { variant: "captionDens", skeletonWidth: "80px", children: i(v === "main" ? o.titleMain : o.titleBackup) }),
47
+ /* @__PURE__ */ e(_, { ownerState: h, children: [
48
+ /* @__PURE__ */ e(j, { value: c, children: [
49
+ /* @__PURE__ */ t(C, { src: `${m}/${y}/${S.batteryStandard}` }),
50
+ /* @__PURE__ */ e("div", { style: { display: "flex", alignItems: "flex-end", justifyContent: "center", gap: "2px" }, children: [
51
+ /* @__PURE__ */ t(n, { variant: "subtitle", fontFamily: "Jura", color: "text.primary", skeletonWidth: "20px", children: `${c ?? 0}` }),
52
+ /* @__PURE__ */ t(n, { variant: "body", fontFamily: "Jura", color: "text.primary", skeletonWidth: "10px", children: "%" })
55
53
  ] })
56
54
  ] }),
57
- /* @__PURE__ */ a(_, { children: [
58
- /* @__PURE__ */ a(g, { direction: "row", children: [
59
- /* @__PURE__ */ t(r, { variant: "body", color: "text.secondary", skeletonWidth: "70px", children: i(n.status) }),
60
- /* @__PURE__ */ t(C, { label: y, color: d, variant: "contained", skeletonWidth: "70px" })
55
+ /* @__PURE__ */ e(B, { children: [
56
+ /* @__PURE__ */ e(g, { direction: "row", children: [
57
+ /* @__PURE__ */ t(n, { variant: "body", color: "text.secondary", skeletonWidth: "70px", children: i(o.status) }),
58
+ /* @__PURE__ */ t(I, { label: u, color: d, variant: "contained", skeletonWidth: "70px" })
61
59
  ] }),
62
- /* @__PURE__ */ a(f, { direction: "row", children: [
63
- /* @__PURE__ */ t(r, { variant: "body", color: "text.secondary", skeletonWidth: "70px", children: i(n.voltage) }),
64
- /* @__PURE__ */ t(r, { variant: "bodyDens", fontFamily: "Inter", color: "text.primary", skeletonWidth: "20px", children: o })
60
+ /* @__PURE__ */ e(f, { direction: "row", children: [
61
+ /* @__PURE__ */ t(n, { variant: "body", color: "text.secondary", skeletonWidth: "70px", children: i(o.voltage) }),
62
+ /* @__PURE__ */ t(n, { variant: "bodyDens", fontFamily: "Inter", color: "text.primary", skeletonWidth: "20px", children: r })
65
63
  ] })
66
64
  ] })
67
65
  ] })
68
- ] }) : /* @__PURE__ */ a(x, { children: [
69
- /* @__PURE__ */ a(E, { ownerState: h, children: [
70
- /* @__PURE__ */ t(p, { variant: "captionDens", skeletonWidth: "80px", children: i(v === "main" ? n.titleMain : n.titleBackup) }),
71
- /* @__PURE__ */ a(R, { children: [
72
- /* @__PURE__ */ t(I, { src: `${m}/${u}/${S.batteryCompact}` }),
73
- /* @__PURE__ */ t(r, { variant: "subtitleDens", fontFamily: "Jura", color: "text.primary", skeletonWidth: "20px", children: `${c ?? 0}%` })
66
+ ] }) : /* @__PURE__ */ e(x, { children: [
67
+ /* @__PURE__ */ e(E, { ownerState: h, children: [
68
+ /* @__PURE__ */ t(p, { variant: "captionDens", skeletonWidth: "80px", children: i(v === "main" ? o.titleMain : o.titleBackup) }),
69
+ /* @__PURE__ */ e(R, { children: [
70
+ /* @__PURE__ */ t(C, { src: `${m}/${y}/${S.batteryCompact}` }),
71
+ /* @__PURE__ */ t(n, { variant: "subtitleDens", fontFamily: "Jura", color: "text.primary", skeletonWidth: "20px", children: `${c ?? 0}%` })
74
72
  ] })
75
73
  ] }),
76
- /* @__PURE__ */ a(V, { children: [
77
- /* @__PURE__ */ a(g, { className: s.statusContainer, children: [
78
- /* @__PURE__ */ t(r, { variant: "body", color: "text.secondary", skeletonWidth: "70px", children: i(n.status) }),
79
- /* @__PURE__ */ t(C, { label: y, color: d, variant: "contained", skeletonWidth: "70px" })
74
+ /* @__PURE__ */ e(V, { children: [
75
+ /* @__PURE__ */ e(g, { className: s.statusContainer, children: [
76
+ /* @__PURE__ */ t(n, { variant: "body", color: "text.secondary", skeletonWidth: "70px", children: i(o.status) }),
77
+ /* @__PURE__ */ t(I, { label: u, color: d, variant: "contained", skeletonWidth: "70px" })
80
78
  ] }),
81
- /* @__PURE__ */ a(f, { className: s.voltageContainer, children: [
82
- /* @__PURE__ */ t(r, { variant: "body", color: "text.secondary", skeletonWidth: "70px", children: i(n.voltage) }),
83
- /* @__PURE__ */ t(r, { variant: "bodyDens", fontFamily: "Inter", color: "text.primary", skeletonWidth: "20px", children: o })
79
+ /* @__PURE__ */ e(f, { className: s.voltageContainer, children: [
80
+ /* @__PURE__ */ t(n, { variant: "body", color: "text.secondary", skeletonWidth: "70px", children: i(o.voltage) }),
81
+ /* @__PURE__ */ t(n, { variant: "bodyDens", fontFamily: "Inter", color: "text.primary", skeletonWidth: "20px", children: r })
84
82
  ] })
85
83
  ] })
86
84
  ] })
@@ -1,13 +1,13 @@
1
1
  import { jsx as o, jsxs as C } from "@emotion/react/jsx-runtime";
2
- import { TileLayers as u } from "./subcomponents/TileLayers/index.js";
3
- import { Controls as M } from "./subcomponents/Controls/index.js";
4
- import { LayersContainer as d } from "./subcomponents/Layers/index.js";
5
- import { mapClasses as x } from "./classes/index.js";
6
- import { GpsMapRootStyled as y, GpsMapContainerStyled as R } from "./slots/styled.js";
7
- import b from "clsx";
8
- import { useCallback as h } from "react";
9
- import { useMapStore as v } from "./hooks/useMapStore/index.js";
10
- import { MapEventController as G } from "./subcomponents/MapEventController/MapEventController.js";
2
+ import { mapClasses as u } from "./classes/index.js";
3
+ import { GpsMapRootStyled as M, GpsMapContainerStyled as d } from "./slots/styled.js";
4
+ import x from "clsx";
5
+ import { useCallback as y } from "react";
6
+ import { useMapStore as R } from "./hooks/useMapStore/index.js";
7
+ import { MapEventController as b } from "./subcomponents/MapEventController/MapEventController.js";
8
+ import { TileLayers as h } from "./subcomponents/TileLayers/TileLayers.js";
9
+ import { LayersContainer as v } from "./subcomponents/LayersContainer/LayersContainer.js";
10
+ import { Controls as G } from "./subcomponents/Controls/Controls.js";
11
11
  function g(e) {
12
12
  const {
13
13
  tools: s,
@@ -18,11 +18,11 @@ function g(e) {
18
18
  className: i,
19
19
  disableMapEvents: n = !1,
20
20
  style: f
21
- } = e, t = v((r) => r.mapActions.setMapRef), c = h((r) => {
21
+ } = e, t = R((r) => r.mapActions.setMapRef), c = y((r) => {
22
22
  r !== null && t(r);
23
23
  }, [t]);
24
- return /* @__PURE__ */ o(y, { className: b(x.root, i), children: /* @__PURE__ */ C(
25
- R,
24
+ return /* @__PURE__ */ o(M, { className: x(u.root, i), children: /* @__PURE__ */ C(
25
+ d,
26
26
  {
27
27
  ref: c,
28
28
  center: m,
@@ -33,10 +33,10 @@ function g(e) {
33
33
  zoomControl: !1,
34
34
  style: f,
35
35
  children: [
36
- /* @__PURE__ */ o(G, { disableMapEvents: n }),
37
- /* @__PURE__ */ o(u, {}),
38
- /* @__PURE__ */ o(d, {}),
39
- /* @__PURE__ */ o(M, { tools: s }),
36
+ /* @__PURE__ */ o(b, { disableMapEvents: n }),
37
+ /* @__PURE__ */ o(h, {}),
38
+ /* @__PURE__ */ o(v, {}),
39
+ /* @__PURE__ */ o(G, { tools: s }),
40
40
  l
41
41
  ]
42
42
  }
@@ -1 +1 @@
1
- {"version":3,"file":"GpsMap.styles.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/GpsMap.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAMzC,eAAO,MAAM,SAAS,EAAE,SA0VvB,CAAC"}
1
+ {"version":3,"file":"GpsMap.styles.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/GpsMap.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAMzC,eAAO,MAAM,SAAS,EAAE,SA4VvB,CAAC"}
@@ -267,6 +267,7 @@ const m = {
267
267
  borderRadius: r.vars.size.borderRadius.r2,
268
268
  backgroundColor: r.vars.palette.background.base,
269
269
  //Por cambiar
270
+ alignItems: "center",
270
271
  display: "flex",
271
272
  flexDirection: "column",
272
273
  right: 0,
@@ -281,6 +282,7 @@ const m = {
281
282
  borderRadius: r.vars.size.borderRadius.r2,
282
283
  backgroundColor: r.vars.palette.background.base,
283
284
  //Por cambiar
285
+ alignItems: "center",
284
286
  display: "flex",
285
287
  flexDirection: "column",
286
288
  left: 0,
@@ -0,0 +1,38 @@
1
+ import { AuthContext, EnvironmentContext, ModuleDictionaryContext, ModuleSkeletonContext } from '@m4l/core';
2
+ import { ContextType, ReactNode } from 'react';
3
+ import { DeviceType } from '@m4l/graphics';
4
+ import { InitialLayer } from '../contexts/MapContext/types';
5
+ type AuthContextValue = NonNullable<ContextType<typeof AuthContext>>;
6
+ type EnvironmentContextValue = NonNullable<ContextType<typeof EnvironmentContext>>;
7
+ type ModuleDictionaryContextValue = NonNullable<ContextType<typeof ModuleDictionaryContext>>;
8
+ type ModuleSkeletonContextValue = NonNullable<ContextType<typeof ModuleSkeletonContext>>;
9
+ export interface GpsMapTestWrapperProps {
10
+ children: ReactNode;
11
+ initialLayers?: InitialLayer[];
12
+ initialMapData?: Record<string, unknown>;
13
+ storeId?: string;
14
+ storeDevtoolsEnabled?: boolean;
15
+ googleMapsApiKey?: string;
16
+ googleMapVersion?: string;
17
+ forcedDeviceType?: DeviceType;
18
+ includeGpsMapToolsProvider?: boolean;
19
+ forceStableBaseMapSource?: boolean;
20
+ authContextValue?: Partial<AuthContextValue>;
21
+ environmentContextValue?: Partial<EnvironmentContextValue>;
22
+ dictionaryContextValue?: Partial<ModuleDictionaryContextValue>;
23
+ skeletonContextValue?: Partial<ModuleSkeletonContextValue>;
24
+ }
25
+ /**
26
+ * Reusable unit-test wrapper for `GpsMap` and sibling store consumers.
27
+ *
28
+ * It provides the map store plus the same cross-cutting contexts that `GpsMap`
29
+ * reads at runtime: auth, environment, dictionary, skeleton, and the standard
30
+ * package theme/appearance stack used by nearby component tests.
31
+ *
32
+ * Tests start without a Google Maps API key by default so Google-specific
33
+ * behavior stays opt-in. Pass `googleMapsApiKey` explicitly when a test needs
34
+ * Google-backed overlays or styling branches.
35
+ */
36
+ export declare function GpsMapTestWrapper(props: GpsMapTestWrapperProps): import("@emotion/react/jsx-runtime").JSX.Element;
37
+ export default GpsMapTestWrapper;
38
+ //# sourceMappingURL=GpsMapTestWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GpsMapTestWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/__testing__/GpsMapTestWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,uBAAuB,EACvB,qBAAqB,EACtB,MAAM,WAAW,CAAC;AAGnB,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAMhD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAEjE,KAAK,gBAAgB,GAAG,WAAW,CAAC,WAAW,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC;AACrE,KAAK,uBAAuB,GAAG,WAAW,CAAC,WAAW,CAAC,OAAO,kBAAkB,CAAC,CAAC,CAAC;AACnF,KAAK,4BAA4B,GAAG,WAAW,CAC7C,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAC5C,CAAC;AACF,KAAK,0BAA0B,GAAG,WAAW,CAC3C,WAAW,CAAC,OAAO,qBAAqB,CAAC,CAC1C,CAAC;AAuEF,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,SAAS,CAAC;IACpB,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/B,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,UAAU,CAAC;IAC9B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,gBAAgB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7C,uBAAuB,CAAC,EAAE,OAAO,CAAC,uBAAuB,CAAC,CAAC;IAC3D,sBAAsB,CAAC,EAAE,OAAO,CAAC,4BAA4B,CAAC,CAAC;IAC/D,oBAAoB,CAAC,EAAE,OAAO,CAAC,0BAA0B,CAAC,CAAC;CAC5D;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,oDAuE9D;AAED,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,36 @@
1
+ export declare const GPS_MAP_TEST_WRAPPER_STORE_ID = "GpsMapTestWrapperStore";
2
+ /**
3
+ * Stable viewport defaults shared by unit tests and Storybook stories.
4
+ * They intentionally match the Medellin-centered coordinates used by the
5
+ * existing map examples so fixtures render inside the initial viewport.
6
+ */
7
+ export declare const GPS_MAP_VIEWPORT_DEFAULTS: {
8
+ center: [number, number];
9
+ initalZoom: number;
10
+ maxZoom: number;
11
+ };
12
+ /**
13
+ * The map has no intrinsic height, so tests and stories must always provide one.
14
+ * Storybook stories should normally fill the `WithWindowsContainer` viewport.
15
+ */
16
+ export declare const GPS_MAP_VIEWPORT_STYLE: {
17
+ readonly height: "100%";
18
+ readonly width: "100%";
19
+ };
20
+ /**
21
+ * Preferred Chromatic strategy for otherwise deterministic stories that still
22
+ * rely on live tiles.
23
+ */
24
+ export declare const GPS_MAP_TILE_PANE_IGNORE_SELECTORS: readonly [".leaflet-tile-pane"];
25
+ /**
26
+ * Live stories stay snapshot-disabled until they stop depending on unstable
27
+ * third-party tiles. Once a story is stable, keep the tile-pane ignore list and
28
+ * remove the disable flag for visual regression coverage.
29
+ */
30
+ export declare const GPS_MAP_LIVE_TILE_CHROMATIC_PARAMETERS: {
31
+ readonly chromatic: {
32
+ readonly disable: true;
33
+ readonly ignoreSelectors: readonly [".leaflet-tile-pane"];
34
+ };
35
+ };
36
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/__testing__/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B,2BAA2B,CAAC;AAEtE;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;YACe,CAAC,MAAM,EAAE,MAAM,CAAC;;;CAGpE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;CAGzB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,kCAAkC,iCAAkC,CAAC;AAElF;;;;GAIG;AACH,eAAO,MAAM,sCAAsC;;;;;CAKzC,CAAC"}
@@ -0,0 +1,54 @@
1
+ import { Feature, FeatureId, GeoJsonProperties, LayerStore, LineString, Point, Polygon, Position } from '../contexts/MapContext/types';
2
+ type PointFeature = Feature<Point>;
3
+ type LineStringFeature = Feature<LineString>;
4
+ type PolygonFeature = Feature<Polygon>;
5
+ /**
6
+ * Funciones auxiliares para crear features de diferentes tipos (Point, LineString, Polygon) con propiedades personalizadas, para ser utilizadas en las pruebas de las capas del mapa.
7
+ */
8
+ export declare function createPointFeature(id: FeatureId, coordinates: Position, properties?: GeoJsonProperties): PointFeature;
9
+ /**
10
+ * Crea un feature de tipo LineString con propiedades personalizadas, para ser utilizado en las pruebas de las capas del mapa.
11
+ */
12
+ export declare function createLineStringFeature(id: FeatureId, coordinates: Position[], properties?: GeoJsonProperties): LineStringFeature;
13
+ /**
14
+ * Crea un feature de tipo Polygon con propiedades personalizadas, para ser utilizado en las pruebas de las capas del mapa.
15
+ */
16
+ export declare function createPolygonFeature(id: FeatureId, coordinates: Position[][], properties?: GeoJsonProperties): PolygonFeature;
17
+ /**
18
+ * Crea un objeto LayerStore vacío, sin features, para ser utilizado en las pruebas de las capas del mapa.
19
+ */
20
+ export declare function createEmptyLayerFixture(): LayerStore;
21
+ /**
22
+ * Crea un objeto LayerStore con un solo feature de tipo Point, para ser utilizado en las pruebas de las capas del mapa.
23
+ */
24
+ export declare function createSinglePointLayerFixture(): LayerStore;
25
+ /**
26
+ * Crea un objeto LayerStore con un único `Feature` de tipo Point, para cubrir el comportamiento
27
+ * del store cuando la capa no es una colección.
28
+ */
29
+ export declare function createSingleFeaturePointLayerFixture(): LayerStore;
30
+ /**
31
+ * Crea un objeto LayerStore con múltiples features de tipo Point, para ser utilizado en las pruebas de las capas del mapa.
32
+ */
33
+ export declare function createMultiPointLayerFixture(): LayerStore;
34
+ /**
35
+ * Crea un objeto LayerStore con un feature de tipo LineString, para ser utilizado en las pruebas de las capas del mapa.
36
+ */
37
+ export declare function createPolylineLayerFixture(): LayerStore;
38
+ /**
39
+ * Crea un objeto LayerStore con un feature de tipo Polygon, para ser utilizado en las pruebas de las capas del mapa.
40
+ */
41
+ export declare function createPolygonLayerFixture(): LayerStore;
42
+ /**
43
+ * Crea un objeto LayerStore con múltiples features de tipo Point distribuidos de manera densa en un área pequeña, para ser utilizado en las pruebas de capas con clustering en el mapa.
44
+ */
45
+ export declare function createDenseClusterableLayerFixture(): LayerStore;
46
+ export declare const GPS_MAP_EMPTY_LAYER_FIXTURE: LayerStore;
47
+ export declare const GPS_MAP_SINGLE_POINT_LAYER_FIXTURE: LayerStore;
48
+ export declare const GPS_MAP_SINGLE_FEATURE_POINT_LAYER_FIXTURE: LayerStore;
49
+ export declare const GPS_MAP_MULTI_POINT_LAYER_FIXTURE: LayerStore;
50
+ export declare const GPS_MAP_POLYLINE_LAYER_FIXTURE: LayerStore;
51
+ export declare const GPS_MAP_POLYGON_LAYER_FIXTURE: LayerStore;
52
+ export declare const GPS_MAP_DENSE_CLUSTERABLE_LAYER_FIXTURE: LayerStore;
53
+ export {};
54
+ //# sourceMappingURL=fixtures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fixtures.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/__testing__/fixtures.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,OAAO,EACP,SAAS,EAET,iBAAiB,EACjB,UAAU,EACV,UAAU,EACV,KAAK,EACL,OAAO,EACP,QAAQ,EACT,MAAM,8BAA8B,CAAC;AAKtC,KAAK,YAAY,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;AACnC,KAAK,iBAAiB,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAC7C,KAAK,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;AAyGvC;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,EAAE,EAAE,SAAS,EACb,WAAW,EAAE,QAAQ,EACrB,UAAU,GAAE,iBAAsB,GACjC,YAAY,CAad;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CACrC,EAAE,EAAE,SAAS,EACb,WAAW,EAAE,QAAQ,EAAE,EACvB,UAAU,GAAE,iBAAsB,GACjC,iBAAiB,CAenB;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAClC,EAAE,EAAE,SAAS,EACb,WAAW,EAAE,QAAQ,EAAE,EAAE,EACzB,UAAU,GAAE,iBAAsB,GACjC,cAAc,CAehB;AAmBD;;GAEG;AACH,wBAAgB,uBAAuB,IAAI,UAAU,CAMpD;AAED;;GAEG;AACH,wBAAgB,6BAA6B,IAAI,UAAU,CAW1D;AAED;;;GAGG;AACH,wBAAgB,oCAAoC,IAAI,UAAU,CASjE;AAED;;GAEG;AACH,wBAAgB,4BAA4B,IAAI,UAAU,CAgBzD;AAED;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,UAAU,CAmBvD;AAED;;GAEG;AACH,wBAAgB,yBAAyB,IAAI,UAAU,CAsBtD;AAED;;GAEG;AACH,wBAAgB,kCAAkC,IAAI,UAAU,CAQ/D;AAED,eAAO,MAAM,2BAA2B,YAA4B,CAAC;AACrE,eAAO,MAAM,kCAAkC,YAAkC,CAAC;AAClF,eAAO,MAAM,0CAA0C,YACf,CAAC;AACzC,eAAO,MAAM,iCAAiC,YAAiC,CAAC;AAChF,eAAO,MAAM,8BAA8B,YAA+B,CAAC;AAC3E,eAAO,MAAM,6BAA6B,YAA8B,CAAC;AACzE,eAAO,MAAM,uCAAuC,YACd,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from './constants';
2
+ export * from './fixtures';
3
+ export * from './GpsMapTestWrapper';
4
+ export * from './renderFeatureTestSupport';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/__testing__/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC"}
@@ -0,0 +1,51 @@
1
+ import { ComponentRenderPropFeature, LayerStore } from '../contexts/MapContext/types';
2
+ export interface StoreDrivenFeatureProbeProps {
3
+ id: string | number;
4
+ layerId: string;
5
+ testIdPrefix?: string;
6
+ onCommit?: (params: {
7
+ id: string | number;
8
+ layerId: string;
9
+ geometryType: string;
10
+ }) => void;
11
+ }
12
+ /**
13
+ * Test-only render probe that resolves the feature through the real map store and
14
+ * exposes the rendered geometry type as visible DOM output.
15
+ */
16
+ export declare function StoreDrivenFeatureProbe(props: StoreDrivenFeatureProbeProps): import("@emotion/react/jsx-runtime").JSX.Element | null;
17
+ /**
18
+ * Creates a consumer-defined renderFeature function that reads the feature from
19
+ * the real map store instead of relying on CommonFeatureRender.
20
+ */
21
+ export declare function createConsumerDefinedRenderFeature(testIdPrefix?: string): ComponentRenderPropFeature;
22
+ /**
23
+ * Creates the same store-driven renderer seam while also exposing a commit hook
24
+ * so integration tests can assert which specific layer actually re-rendered.
25
+ */
26
+ export declare function createObservedConsumerDefinedRenderFeature(options: {
27
+ onCommit: (params: {
28
+ id: string | number;
29
+ layerId: string;
30
+ geometryType: string;
31
+ }) => void;
32
+ testIdPrefix?: string;
33
+ }): ComponentRenderPropFeature;
34
+ /**
35
+ * Applies the generic consumer-defined renderFeature contract to a layer fixture
36
+ * so host integration tests can focus on the real map pipeline.
37
+ */
38
+ export declare function createLayerWithConsumerRenderFeature(baseLayer: LayerStore, testIdPrefix?: string): LayerStore;
39
+ /**
40
+ * Applies the observed store-driven renderer seam to a layer fixture so tests can
41
+ * verify that only the targeted layer commits when state changes.
42
+ */
43
+ export declare function createObservedLayerWithConsumerRenderFeature(baseLayer: LayerStore, options: {
44
+ onCommit: (params: {
45
+ id: string | number;
46
+ layerId: string;
47
+ geometryType: string;
48
+ }) => void;
49
+ testIdPrefix?: string;
50
+ }): LayerStore;
51
+ //# sourceMappingURL=renderFeatureTestSupport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renderFeatureTestSupport.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/__testing__/renderFeatureTestSupport.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,0BAA0B,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAG3F,MAAM,WAAW,4BAA4B;IAC3C,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE;QAClB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;QACpB,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,MAAM,CAAC;KACtB,KAAK,IAAI,CAAC;CACZ;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,4BAA4B,2DAqC1E;AAED;;;GAGG;AACH,wBAAgB,kCAAkC,CAChD,YAAY,SAAa,GACxB,0BAA0B,CAE5B;AAED;;;GAGG;AACH,wBAAgB,0CAA0C,CAAC,OAAO,EAAE;IAClE,QAAQ,EAAE,CAAC,MAAM,EAAE;QAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAC3F,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,GAAG,0BAA0B,CAU7B;AAED;;;GAGG;AACH,wBAAgB,oCAAoC,CAClD,SAAS,EAAE,UAAU,EACrB,YAAY,SAAa,GACxB,UAAU,CAOZ;AAED;;;GAGG;AACH,wBAAgB,4CAA4C,CAC1D,SAAS,EAAE,UAAU,EACrB,OAAO,EAAE;IACP,QAAQ,EAAE,CAAC,MAAM,EAAE;QAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAC3F,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,GACA,UAAU,CAOZ"}
@@ -1,9 +1,8 @@
1
1
  import { MapClasses } from './types';
2
- import { OwnerState } from '../contexts/MapContext/types';
3
2
  export declare const mapClasses: MapClasses;
4
3
  /**
5
4
  * TODO: Documentar
6
5
  */
7
- export declare const useMapUtilityClasses: (_ownerState: OwnerState) => Record<"active" | "disabled" | "root" | "topLeftToolsRoot" | "topRigthToolsRoot" | "zoomButtons" | "markerLayerRoot" | "markerLayerIcon" | "markerLayerLabel" | "featureLabel" | "measureMarkerRoot" | "measureMarkerContainer" | "measureMarkerSvgRoot" | "measureMarkerContainerRhomb" | "measureMarkerContainerSlot" | "measureMarkerContainerSlotNumber" | "measureLabelMarkerRoot" | "measureLabelMarkerContainer" | "measureLabelMarkerDistance" | "measureLabelMarkerRemove" | "layersPopoverRoot" | "markerLayerLabelInner", string>;
6
+ export declare const useMapUtilityClasses: () => Record<"active" | "disabled" | "root" | "topLeftToolsRoot" | "topRigthToolsRoot" | "zoomButtons" | "markerLayerRoot" | "markerLayerIcon" | "markerLayerLabel" | "featureLabel" | "measureMarkerRoot" | "measureMarkerContainer" | "measureMarkerSvgRoot" | "measureMarkerContainerRhomb" | "measureMarkerContainerSlot" | "measureMarkerContainerSlotNumber" | "measureLabelMarkerRoot" | "measureLabelMarkerContainer" | "measureLabelMarkerDistance" | "measureLabelMarkerRemove" | "layersPopoverRoot" | "markerLayerLabelInner", string>;
8
7
  export type Classes = ReturnType<typeof useMapUtilityClasses>;
9
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/classes/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAGrC,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,eAAO,MAAM,UAAU,EAAE,UAiCvB,CAAC;AACH;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,aAAa,UAAU,ihBAqC3D,CAAC;AACF,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/classes/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAGrC,eAAO,MAAM,UAAU,EAAE,UAiCvB,CAAC;AACH;;GAEG;AACH,eAAO,MAAM,oBAAoB,ohBAqChC,CAAC;AACF,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MapContext.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/contexts/MapContext/MapContext.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAIhD,QAAA,MAAM,UAAU,mGAAuC,CAAC;AACxD;;;;;GAKG;AACH;;GAEG;AACH,iBAAS,WAAW,CAAC,KAAK,EAAE,gBAAgB,oDA0C3C;AACD,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"MapContext.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/contexts/MapContext/MapContext.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAIhD,QAAA,MAAM,UAAU,mGAAuC,CAAC;AACxD;;;;;GAKG;AACH;;GAEG;AACH,iBAAS,WAAW,CAAC,KAAK,EAAE,gBAAgB,oDAsC3C;AACD,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,CAAC"}