@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.
- package/components/ReportsViewer/hooks/useSheetContent/useSheetContent.d.ts +1 -1
- package/components/formatters/CourseFormatter/CourseFormatter.d.ts.map +1 -0
- package/{formatters → components/formatters}/CourseFormatter/CourseFormatter.js +2 -2
- package/components/formatters/CourseFormatter/CourseFormatter.styles.d.ts.map +1 -0
- package/components/formatters/CourseFormatter/constants.d.ts.map +1 -0
- package/components/formatters/CourseFormatter/dictionary.d.ts.map +1 -0
- package/components/formatters/CourseFormatter/helper.d.ts.map +1 -0
- package/components/formatters/CourseFormatter/index.d.ts.map +1 -0
- package/components/formatters/CourseFormatter/slots/CourseFormatterEnum.d.ts.map +1 -0
- package/components/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts +4 -0
- package/components/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts.map +1 -0
- package/components/formatters/CourseFormatter/types.d.ts.map +1 -0
- package/components/formatters/index.d.ts +2 -0
- package/components/formatters/index.d.ts.map +1 -0
- package/components/index.d.ts +1 -0
- package/components/index.d.ts.map +1 -1
- package/components/indicators/IndicatorBattery/IndicatorBattery.d.ts +1 -1
- package/components/indicators/IndicatorBattery/IndicatorBattery.d.ts.map +1 -1
- package/components/indicators/IndicatorBattery/IndicatorBattery.js +51 -53
- package/components/maps/components/GpsMap/GpsMap.js +16 -16
- package/components/maps/components/GpsMap/GpsMap.styles.d.ts.map +1 -1
- package/components/maps/components/GpsMap/GpsMap.styles.js +2 -0
- package/components/maps/components/GpsMap/__testing__/GpsMapTestWrapper.d.ts +38 -0
- package/components/maps/components/GpsMap/__testing__/GpsMapTestWrapper.d.ts.map +1 -0
- package/components/maps/components/GpsMap/__testing__/constants.d.ts +36 -0
- package/components/maps/components/GpsMap/__testing__/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/__testing__/fixtures.d.ts +54 -0
- package/components/maps/components/GpsMap/__testing__/fixtures.d.ts.map +1 -0
- package/components/maps/components/GpsMap/__testing__/index.d.ts +5 -0
- package/components/maps/components/GpsMap/__testing__/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/__testing__/renderFeatureTestSupport.d.ts +51 -0
- package/components/maps/components/GpsMap/__testing__/renderFeatureTestSupport.d.ts.map +1 -0
- package/components/maps/components/GpsMap/classes/index.d.ts +1 -2
- package/components/maps/components/GpsMap/classes/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/contexts/MapContext/MapContext.d.ts.map +1 -1
- package/components/maps/components/GpsMap/contexts/MapContext/MapContext.js +6 -10
- package/components/maps/components/GpsMap/contexts/MapContext/helpers/toolControllerRegistry.d.ts +21 -0
- package/components/maps/components/GpsMap/contexts/MapContext/helpers/toolControllerRegistry.d.ts.map +1 -0
- package/components/maps/components/GpsMap/contexts/MapContext/helpers/toolControllerRegistry.js +27 -0
- package/components/maps/components/GpsMap/contexts/MapContext/index.d.ts +1 -1
- package/components/maps/components/GpsMap/contexts/MapContext/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/contexts/MapContext/store.d.ts +1 -1
- package/components/maps/components/GpsMap/contexts/MapContext/store.d.ts.map +1 -1
- package/components/maps/components/GpsMap/contexts/MapContext/store.js +113 -139
- package/components/maps/components/GpsMap/contexts/MapContext/types.d.ts +73 -52
- package/components/maps/components/GpsMap/contexts/MapContext/types.d.ts.map +1 -1
- package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/index.d.ts +4 -4
- package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/index.js +192 -209
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.d.ts +5 -4
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.js +46 -66
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/types.d.ts +2 -10
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/types.d.ts.map +1 -1
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabelWithPopup/MarkerIconLabelWithPopup.d.ts +17 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabelWithPopup/MarkerIconLabelWithPopup.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabelWithPopup/MarkerIconLabelWithPopup.js +53 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabelWithPopup/index.d.ts +3 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabelWithPopup/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/debug/index.d.ts +2 -0
- package/components/maps/components/GpsMap/hooks/debug/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → debug/markerDecimation}/GridDebugVisualization.d.ts +1 -1
- package/components/maps/components/GpsMap/hooks/debug/markerDecimation/GridDebugVisualization.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/debug/markerDecimation/constants.d.ts +3 -0
- package/components/maps/components/GpsMap/hooks/debug/markerDecimation/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/debug/markerDecimation/index.d.ts +4 -0
- package/components/maps/components/GpsMap/hooks/debug/markerDecimation/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/debug/markerDecimation/types.d.ts +71 -0
- package/components/maps/components/GpsMap/hooks/debug/markerDecimation/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/debug/markerDecimation/useGridDebug.d.ts +7 -0
- package/components/maps/components/GpsMap/hooks/debug/markerDecimation/useGridDebug.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/index.d.ts +5 -4
- package/components/maps/components/GpsMap/hooks/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.d.ts +2 -1
- package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.js +10 -11
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/constants.d.ts +2 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/constants.js +4 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/constants.d.ts +3 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods/createPixelPathDecimationFilter}/constants.js +2 -3
- package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.d.ts → useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/createPixelPathDecimationFilter.d.ts} +1 -1
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/createPixelPathDecimationFilter.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.js → useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/createPixelPathDecimationFilter.js} +4 -2
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods}/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.js +1 -1
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.js +22 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/helpers/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/index.d.ts +2 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods}/createPixelPathDecimationFilter/types.d.ts +1 -1
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/createPixelPathDecimationFilter/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/index.d.ts +3 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/decimationMethods/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/getPointFeaturesWithCoords.d.ts +9 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/getPointFeaturesWithCoords.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/getPointFeaturesWithCoords.js +16 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/index.d.ts +3 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/types.d.ts +16 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/useFilterDecimation.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useFilterDecimation/useFilterDecimation.js +75 -0
- package/components/maps/components/GpsMap/hooks/useRegisterMapToolController.d.ts +13 -0
- package/components/maps/components/GpsMap/hooks/useRegisterMapToolController.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useRegisterMapToolController.js +21 -0
- package/components/maps/components/GpsMap/popups/index.d.ts +0 -1
- package/components/maps/components/GpsMap/popups/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/popups/types.d.ts +4 -0
- package/components/maps/components/GpsMap/popups/types.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/Controls.d.ts +6 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/Controls.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/{index.js → Controls.js} +5 -5
- package/components/maps/components/GpsMap/subcomponents/Controls/index.d.ts +1 -5
- package/components/maps/components/GpsMap/subcomponents/Controls/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/ButtonsToolsList.d.ts +8 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/ButtonsToolsList.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/{index.js → ButtonsToolsList.js} +9 -8
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/constants.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/constants.js +31 -20
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/types.d.ts +2 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/types.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/usePopupToolRuntime.d.ts +15 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/usePopupToolRuntime.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/usePopupToolRuntime.js +90 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.d.ts +3 -5
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.js +35 -38
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.js +31 -25
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/index.d.ts +1 -7
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/ButtonPopupTool.d.ts +7 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/ButtonPopupTool.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/ButtonPopupTool.js +22 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.d.ts +1 -5
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.js +10 -9
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.js +7 -7
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/MeasureData.d.ts +6 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/MeasureData.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts +1 -5
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/MyActions.d.ts +5 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/MyActions.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts +1 -4
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/{Layers/index.d.ts → LayersContainer/LayersContainer.d.ts} +1 -1
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/LayersContainer.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/LayersContainer.js +23 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/index.d.ts +2 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/{Layers/subcomponents/Layer/index.d.ts → LayersContainer/subcomponents/Layer/Layer.d.ts} +1 -1
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/Layer.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/{Layers/subcomponents/Layer/index.js → LayersContainer/subcomponents/Layer/Layer.js} +8 -8
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/index.d.ts +2 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/MarkerClusterGroup.d.ts +3 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/MarkerClusterGroup.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/MarkerClusterGroup.js +51 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts +2 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/MarkerClusterGroup/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/{Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts → LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/RenderByEachFeatureComponent.d.ts} +1 -1
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/RenderByEachFeatureComponent.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts +2 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/LayersContainer/subcomponents/Layer/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/MapEventController/index.d.ts +2 -0
- package/components/maps/components/GpsMap/subcomponents/MapEventController/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/TileLayers.d.ts +7 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/TileLayers.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/TileLayers.js +30 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/index.d.ts +1 -6
- package/components/maps/components/GpsMap/subcomponents/TileLayers/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/TileLayerGoogle.d.ts +10 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/TileLayerGoogle.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index.d.ts +1 -9
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/TileLayerOthers.d.ts +7 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/TileLayerOthers.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/index.d.ts +1 -6
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/index.d.ts.map +1 -1
- package/components/maps/components/GpsMap/types.d.ts +18 -0
- package/components/maps/components/GpsMap/types.d.ts.map +1 -1
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/types.d.ts +1 -1
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/types.d.ts.map +1 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/helpers.d.ts.map +1 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/helpers.js +11 -10
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridFiltered.d.ts.map +1 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridSelected.js +5 -5
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLoadDrawGeometry.d.ts.map +1 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.js +6 -6
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/model.d.ts +14 -6
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/model.d.ts.map +1 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.d.ts.map +1 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.js +32 -40
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.js +8 -7
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.js +23 -24
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useForm.d.ts.map +1 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useForm.js +37 -37
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.d.ts.map +1 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.js +36 -35
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/types.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/types.d.ts.map +1 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/GeofenceFeatureRender.d.ts.map +1 -1
- package/formatters/index.d.ts +1 -1
- package/formatters/index.d.ts.map +1 -1
- package/index.js +124 -126
- package/internal/storybookRuntime.d.ts +27 -0
- package/internal/storybookRuntime.d.ts.map +1 -0
- package/internal/storybookRuntime.js +19 -0
- package/package.json +3 -3
- package/components/DeviceStatus/dictionary.js +0 -8
- package/components/maps/components/GpsMap/contexts/MapContext/helper.d.ts +0 -9
- package/components/maps/components/GpsMap/contexts/MapContext/helper.d.ts.map +0 -1
- package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/constants.d.ts +0 -2
- package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/constants.d.ts.map +0 -1
- package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/index.d.ts +0 -9
- package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/index.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useDisableClickEvents/index.d.ts +0 -7
- package/components/maps/components/GpsMap/hooks/useDisableClickEvents/index.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/GridDebugVisualization.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.d.ts +0 -6
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.js +0 -22
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/index.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/types.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/types.d.ts +0 -84
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/types.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.d.ts.map +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.js +0 -83
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useGridDebug.d.ts +0 -6
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useGridDebug.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.d.ts +0 -8
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.js +0 -32
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.d.ts +0 -3
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.js +0 -146
- package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.d.ts +0 -6
- package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.js +0 -6
- package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.d.ts +0 -17
- package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.js +0 -20
- package/components/maps/components/GpsMap/popups/MapPopupDevice/index.d.ts +0 -3
- package/components/maps/components/GpsMap/popups/MapPopupDevice/index.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.d.ts +0 -34
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.js +0 -55
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.d.ts +0 -14
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.js +0 -4
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.d.ts +0 -7
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.js +0 -111
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.d.ts +0 -6
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.js +0 -18
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/index.d.ts +0 -6
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/index.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/types.d.ts +0 -7
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/types.d.ts.map +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/types.d.ts +0 -11
- package/components/maps/components/GpsMap/popups/MapPopupDevice/types.d.ts.map +0 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.js +0 -18
- package/components/maps/components/GpsMap/subcomponents/Layers/index.d.ts.map +0 -1
- package/components/maps/components/GpsMap/subcomponents/Layers/index.js +0 -21
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/hooks/useClusterMarkers.d.ts +0 -14
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/hooks/useClusterMarkers.d.ts.map +0 -1
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/index.d.ts.map +0 -1
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts +0 -11
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts.map +0 -1
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.js +0 -29
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/types.d.ts.map +0 -1
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts.map +0 -1
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/types.d.ts.map +0 -1
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/types.d.ts.map +0 -1
- package/components/maps/components/GpsMap/subcomponents/TileLayers/index.js +0 -30
- package/formatters/CourseFormatter/CourseFormatter.d.ts.map +0 -1
- package/formatters/CourseFormatter/CourseFormatter.styles.d.ts.map +0 -1
- package/formatters/CourseFormatter/constants.d.ts.map +0 -1
- package/formatters/CourseFormatter/dictionary.d.ts.map +0 -1
- package/formatters/CourseFormatter/helper.d.ts.map +0 -1
- package/formatters/CourseFormatter/index.d.ts.map +0 -1
- package/formatters/CourseFormatter/slots/CourseFormatterEnum.d.ts.map +0 -1
- package/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts +0 -4
- package/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts.map +0 -1
- package/formatters/CourseFormatter/types.d.ts.map +0 -1
- /package/{formatters → components/formatters}/CourseFormatter/CourseFormatter.d.ts +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/CourseFormatter.styles.d.ts +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/CourseFormatter.styles.js +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/constants.d.ts +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/constants.js +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/dictionary.d.ts +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/dictionary.js +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/helper.d.ts +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/helper.js +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/index.d.ts +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/slots/CourseFormatterEnum.d.ts +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/slots/CourseFormatterEnum.js +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/slots/CourseFormatterSlots.js +0 -0
- /package/{formatters → components/formatters}/CourseFormatter/types.d.ts +0 -0
- /package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods}/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts +0 -0
- /package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods}/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts +0 -0
- /package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation/decimationMethods}/createPixelPathDecimationFilter/helpers/index.d.ts +0 -0
- /package/components/maps/components/GpsMap/hooks/{useZoomBasedMarkerFilter → useFilterDecimation}/useFilterDecimation.d.ts +0 -0
- /package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/{index.js → MeasureData.js} +0 -0
- /package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/{index.js → MyActions.js} +0 -0
- /package/components/maps/components/GpsMap/subcomponents/{Layers → LayersContainer}/subcomponents/Layer/subcomponents/MarkerClusterGroup/types.d.ts +0 -0
- /package/components/maps/components/GpsMap/subcomponents/{Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.js → LayersContainer/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/RenderByEachFeatureComponent.js} +0 -0
- /package/components/maps/components/GpsMap/subcomponents/{Layers → LayersContainer}/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/types.d.ts +0 -0
- /package/components/maps/components/GpsMap/subcomponents/{Layers → LayersContainer}/subcomponents/Layer/types.d.ts +0 -0
- /package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/{index.js → TileLayerGoogle.js} +0 -0
- /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
|
-
*
|
|
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 "
|
|
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 "../../
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/components/formatters/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
|
package/components/index.d.ts
CHANGED
|
@@ -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 +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,
|
|
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
|
|
2
|
-
import { IndicatorBatteryRootStyled as
|
|
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
|
|
5
|
-
import { Icon as
|
|
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
|
|
10
|
-
import { getPropDataTestId as
|
|
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 = (
|
|
15
|
-
const { getLabel: i } = M(), { host_static_assets: m, environment_assets:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
|
30
|
-
return Math.ceil(
|
|
27
|
+
const D = r * 100 / l;
|
|
28
|
+
return Math.ceil(D);
|
|
31
29
|
}
|
|
32
|
-
return Math.ceil(
|
|
33
|
-
}, [
|
|
30
|
+
return Math.ceil(r);
|
|
31
|
+
}, [r, l]);
|
|
34
32
|
return /* @__PURE__ */ t(
|
|
35
|
-
|
|
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
|
-
...
|
|
47
|
-
children: W === "standard" ? /* @__PURE__ */
|
|
48
|
-
/* @__PURE__ */ t(p, { variant: "captionDens", skeletonWidth: "80px", children: i(v === "main" ?
|
|
49
|
-
/* @__PURE__ */
|
|
50
|
-
/* @__PURE__ */
|
|
51
|
-
/* @__PURE__ */ t(
|
|
52
|
-
/* @__PURE__ */
|
|
53
|
-
/* @__PURE__ */ t(
|
|
54
|
-
/* @__PURE__ */ t(
|
|
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__ */
|
|
58
|
-
/* @__PURE__ */
|
|
59
|
-
/* @__PURE__ */ t(
|
|
60
|
-
/* @__PURE__ */ t(
|
|
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__ */
|
|
63
|
-
/* @__PURE__ */ t(
|
|
64
|
-
/* @__PURE__ */ t(
|
|
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__ */
|
|
69
|
-
/* @__PURE__ */
|
|
70
|
-
/* @__PURE__ */ t(p, { variant: "captionDens", skeletonWidth: "80px", children: i(v === "main" ?
|
|
71
|
-
/* @__PURE__ */
|
|
72
|
-
/* @__PURE__ */ t(
|
|
73
|
-
/* @__PURE__ */ t(
|
|
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__ */
|
|
77
|
-
/* @__PURE__ */
|
|
78
|
-
/* @__PURE__ */ t(
|
|
79
|
-
/* @__PURE__ */ t(
|
|
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__ */
|
|
82
|
-
/* @__PURE__ */ t(
|
|
83
|
-
/* @__PURE__ */ t(
|
|
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 {
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import b from "
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
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 =
|
|
21
|
+
} = e, t = R((r) => r.mapActions.setMapRef), c = y((r) => {
|
|
22
22
|
r !== null && t(r);
|
|
23
23
|
}, [t]);
|
|
24
|
-
return /* @__PURE__ */ o(
|
|
25
|
-
|
|
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(
|
|
37
|
-
/* @__PURE__ */ o(
|
|
38
|
-
/* @__PURE__ */ o(
|
|
39
|
-
/* @__PURE__ */ o(
|
|
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,
|
|
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 @@
|
|
|
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: (
|
|
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,
|
|
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,
|
|
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"}
|