@mapcomponents/react-maplibre 0.1.96 → 1.0.1
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/.eslintrc.cjs +32 -0
- package/CHANGELOG.md +6 -0
- package/dist/{index.esm.css → assets/index.cjs-Iqz0mZaU.css} +4 -4
- package/dist/assets/index.esm-Iqz0mZaU.css +98 -0
- package/dist/components/MapLibreMap/MapLibreMap.d.ts +30 -31
- package/dist/components/MapLibreMap/lib/MapLibreGlWrapper.d.ts +105 -105
- package/dist/components/MlCenterPosition/MlCenterPosition.d.ts +36 -36
- package/dist/components/MlComponentTemplate/MlComponentTemplate.d.ts +18 -18
- package/dist/components/MlCreatePdfButton/MlCreatePdfButton.d.ts +22 -22
- package/dist/components/MlCreatePdfForm/MlCreatePdfForm.d.ts +30 -30
- package/dist/components/MlCreatePdfForm/lib/PdfContext.d.ts +8 -8
- package/dist/components/MlCreatePdfForm/lib/PdfForm.d.ts +11 -11
- package/dist/components/MlCreatePdfForm/lib/PdfPreview.d.ts +26 -26
- package/dist/components/MlCreatePdfForm/lib/pdf.templates.d.ts +11 -11
- package/dist/components/MlCreatePngButton/MlCreatePngButton.d.ts +22 -22
- package/dist/components/MlFeatureEditor/MlFeatureEditor.d.ts +5 -5
- package/dist/components/MlFillExtrusionLayer/MlFillExtrusionLayer.d.ts +62 -62
- package/dist/components/MlFollowGps/MlFollowGps.d.ts +81 -81
- package/dist/components/MlGeoJsonLayer/MlGeoJsonLayer.d.ts +97 -97
- package/dist/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.lineStyler.d.ts +9 -2
- package/dist/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.polygonStyler.d.ts +8 -2
- package/dist/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerCircleStyler.d.ts +4 -4
- package/dist/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerHeatMapStyler.d.ts +4 -4
- package/dist/components/MlGeoJsonLayer/util/getDefaultLayerTypeByGeometry.d.ts +2 -2
- package/dist/components/MlGeoJsonLayer/util/getDefaultPaintPropsByType.d.ts +5 -5
- package/dist/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.d.ts +23 -23
- package/dist/components/MlGpxViewer/MlGpxViewer.d.ts +31 -31
- package/dist/components/MlGpxViewer/util/GeoJsonContext.d.ts +10 -10
- package/dist/components/MlGpxViewer/util/GeoJsonProvider.d.ts +5 -5
- package/dist/components/MlGpxViewer/util/Metadata.d.ts +7 -7
- package/dist/components/MlGpxViewer/util/MlGpxDemoLoader.d.ts +11 -11
- package/dist/components/MlGpxViewer/util/MlGpxViewerInstructions.d.ts +4 -4
- package/dist/components/MlImageMarkerLayer/MlImageMarkerLayer.d.ts +39 -39
- package/dist/components/MlLayer/MlLayer.d.ts +33 -33
- package/dist/components/MlLayerMagnify/MlLayerMagnify.d.ts +33 -33
- package/dist/components/MlLayerSwipe/MlLayerSwipe.d.ts +26 -26
- package/dist/components/MlLayerSwitcher/MlLayerSwitcher.d.ts +29 -30
- package/dist/components/MlLayerSwitcher/components/LayerBox.d.ts +10 -6
- package/dist/components/MlMarker/MlMarker.d.ts +34 -34
- package/dist/components/MlMeasureTool/MlMeasureTool.d.ts +36 -36
- package/dist/components/MlMultiMeasureTool/MlMultiMeasureTool.d.ts +55 -55
- package/dist/components/MlNavigationCompass/MlNavigationCompass.d.ts +33 -33
- package/dist/components/MlNavigationTools/MlNavigationTools.d.ts +55 -55
- package/dist/components/MlOrderLayers/MlOrderLayers.d.ts +21 -21
- package/dist/components/MlScaleReference/MlScaleReference.d.ts +9 -9
- package/dist/components/MlShareMapState/MlShareMapState.d.ts +42 -42
- package/dist/components/MlSketchTool/MlSketchTool.d.ts +42 -42
- package/dist/components/MlSpatialElevationProfile/MlSpatialElevationProfile.d.ts +40 -40
- package/dist/components/MlSpatialElevationProfile/util/getElevationData.d.ts +12 -14
- package/dist/components/MlTemporalController/MlTemporalController.d.ts +181 -181
- package/dist/components/MlTemporalController/utils/MlTemporalControllerLabels.d.ts +20 -20
- package/dist/components/MlTemporalController/utils/TemporalControllerPlayer.d.ts +22 -22
- package/dist/components/MlTemporalController/utils/paintPicker.d.ts +59 -59
- package/dist/components/MlTemporalController/utils/useFilterData.d.ts +14 -14
- package/dist/components/MlTerrainLayer/MlTerrainLayer.d.ts +28 -28
- package/dist/components/MlThreeJsLayer/MlThreeJsLayer.d.ts +30 -30
- package/dist/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.d.ts +12 -10
- package/dist/components/MlUseMapDebugger/MlUseMapDebugger.d.ts +18 -22
- package/dist/components/MlVectorTileLayer/MlVectorTileLayer.d.ts +19 -19
- package/dist/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.d.ts +29 -22
- package/dist/components/MlWmsLayer/MlWmsLayer.d.ts +104 -104
- package/dist/components/MlWmsLoader/MlWmsLoader.d.ts +125 -125
- package/dist/components/MlWmsLoader/utils/MlWmsLoaderInstructions.d.ts +4 -4
- package/dist/components/MlWmsLoader/utils/WMSLinks.d.ts +8 -8
- package/dist/contexts/LayerContext.d.ts +59 -59
- package/dist/contexts/MapContext.d.ts +24 -24
- package/dist/contexts/SimpleDataContext.d.ts +4 -4
- package/dist/contexts/SimpleDataProvider.d.ts +18 -8
- package/dist/decorators/EmptyMapDecorator.d.ts +4 -2
- package/dist/decorators/GeoJsonMapDecorator.d.ts +4 -2
- package/dist/decorators/LowZoomDecorator.d.ts +4 -2
- package/dist/decorators/MapContextDecorator.d.ts +4 -2
- package/dist/decorators/MapContextDecoratorHooks.d.ts +4 -2
- package/dist/decorators/MultiMapContextDecorator.d.ts +4 -2
- package/dist/decorators/NoNavToolsDecorator.d.ts +4 -2
- package/dist/decorators/ThemeDecorator.d.ts +5 -2
- package/dist/hooks/useAddImage/useAddImage.d.ts +20 -20
- package/dist/hooks/useAddProtocol/useAddProtocol.d.ts +23 -23
- package/dist/hooks/useCameraFollowPath/useCameraFollowPath.d.ts +35 -35
- package/dist/hooks/useExportMap/index.d.ts +11 -11
- package/dist/hooks/useExportMap/lib.d.ts +51 -51
- package/dist/hooks/useFeatureEditor/useFeatureEditor.d.ts +46 -46
- package/dist/hooks/useFeatureEditor/utils/FeatureEditorStyle.d.ts +88 -88
- package/dist/hooks/useFitLayerBounds.d.ts +8 -8
- package/dist/hooks/useGpx/useGpx.d.ts +26 -26
- package/dist/hooks/useLayer.d.ts +36 -36
- package/dist/hooks/useLayerContext.d.ts +2 -2
- package/dist/hooks/useLayerFilter/useLayerFilter.d.ts +8 -8
- package/dist/hooks/useLayerHoverPopup/{useLayerHoverPopup.d.ts → LayerHoverPopup.d.ts} +23 -24
- package/dist/hooks/useMap.d.ts +14 -14
- package/dist/hooks/useMapState.d.ts +62 -62
- package/dist/hooks/useSource.d.ts +17 -17
- package/dist/hooks/useWms.d.ts +26 -26
- package/dist/index.cjs.js +21050 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +87 -89
- package/dist/index.esm.js +19882 -20200
- package/dist/index.esm.js.map +1 -1
- package/dist/omt_styles/bright.d.ts +2495 -2495
- package/dist/omt_styles/config.d.ts +7 -7
- package/dist/omt_styles/gruvbox.d.ts +2420 -2420
- package/dist/omt_styles/medieval_kingdom.d.ts +2420 -2420
- package/dist/omt_styles/monokai.d.ts +2420 -2420
- package/dist/omt_styles/oceanic_next.d.ts +2420 -2420
- package/dist/omt_styles/solarized.d.ts +2420 -2420
- package/dist/protocol_handlers/csv.d.ts +8 -8
- package/dist/protocol_handlers/mbtiles.d.ts +33 -33
- package/dist/protocol_handlers/osm.d.ts +11 -11
- package/dist/protocol_handlers/topojson.d.ts +9 -9
- package/dist/protocol_handlers/utils/getProtocolData.d.ts +1 -1
- package/dist/protocol_handlers/utils/protocolPathParser.d.ts +7 -7
- package/dist/protocol_handlers/xml.d.ts +10 -10
- package/dist/ui_components/AddLayerButton/AddLayerButton.d.ts +17 -17
- package/dist/ui_components/AddLayerButton/AddLayerPopup.d.ts +15 -15
- package/dist/ui_components/AddLayerButton/LayerConfigForms/GeoJsonLayerForm.d.ts +8 -8
- package/dist/ui_components/AddLayerButton/LayerConfigForms/LayerTypeForm.d.ts +10 -10
- package/dist/ui_components/AddLayerButton/LayerConfigForms/MbtilesLayerForm.d.ts +13 -13
- package/dist/ui_components/AddLayerButton/LayerConfigForms/ProtocolHandlerLayerForm.d.ts +10 -10
- package/dist/ui_components/AddLayerButton/LayerConfigForms/WmsLayerForm.d.ts +10 -10
- package/dist/ui_components/AddLayerButton/LayerConfigForms/utils/CSVOptionsFomular.d.ts +6 -6
- package/dist/ui_components/AddLayerButton/LayerConfigForms/utils/MbtilesLayerPropFormular.d.ts +7 -7
- package/dist/ui_components/AddLayerButton/LayerConfigForms/utils/OsmOptionsFomular.d.ts +6 -6
- package/dist/ui_components/ColorPicker/ColorPicker.d.ts +17 -17
- package/dist/ui_components/ColorPicker/transformers.d.ts +10 -10
- package/dist/ui_components/ConfirmDialog.d.ts +16 -16
- package/dist/ui_components/DemoDescriptions.d.ts +12 -12
- package/dist/ui_components/Dropzone.d.ts +6 -6
- package/dist/ui_components/ImageLoader.d.ts +10 -10
- package/dist/ui_components/LayerList/LayerList.d.ts +7 -7
- package/dist/ui_components/LayerList/LayerListFolder.d.ts +9 -9
- package/dist/ui_components/LayerList/LayerListItem.d.ts +26 -26
- package/dist/ui_components/LayerList/LayerListItemFactory.d.ts +18 -18
- package/dist/ui_components/LayerList/util/LayerListItemVectorLayer.d.ts +23 -36
- package/dist/ui_components/LayerList/util/LayerPropertyForm.d.ts +10 -10
- package/dist/ui_components/LayerList/util/SortableContainer.d.ts +7 -7
- package/dist/ui_components/LayerList/util/input/ColorPicker.d.ts +10 -10
- package/dist/ui_components/LoadingOverlayContext.d.ts +10 -10
- package/dist/ui_components/MapcomponentsTheme.d.ts +35 -35
- package/dist/ui_components/SelectStyleButton/SelectStyleButton.d.ts +20 -20
- package/dist/ui_components/SelectStyleButton/SelectStylePopup.d.ts +18 -18
- package/dist/ui_components/Sidebar.d.ts +12 -12
- package/dist/ui_components/SpeedDial/SpeedDial.d.ts +14 -14
- package/dist/ui_components/TopToolbar.d.ts +9 -9
- package/dist/ui_components/UploadButton.d.ts +8 -8
- package/dist/util/BubbleForInstructions.d.ts +16 -2
- package/dist/util/Instructions.d.ts +14 -14
- package/package.json +207 -208
- package/rollup.config.mjs +62 -0
- package/dist/components/MapLibreMap/MapLibreMap.stories.d.ts +0 -20
- package/dist/components/MapLibreMap/MapLibreMap.test.d.ts +0 -1
- package/dist/components/MapLibreMap/lib/MapLibreGlWrapper.test.d.ts +0 -1
- package/dist/components/MlBasicComponent.d.ts +0 -5
- package/dist/components/MlCenterPosition/MlCenterPosition.stories.d.ts +0 -21
- package/dist/components/MlComponentTemplate/MlComponentTemplate.stories.d.ts +0 -14
- package/dist/components/MlCreatePdfButton/MlCreatePdfButton.stories.d.ts +0 -14
- package/dist/components/MlCreatePdfForm/MlCreatePdfForm.cy.d.ts +0 -1
- package/dist/components/MlCreatePdfForm/MlCreatePdfForm.stories.d.ts +0 -15
- package/dist/components/MlCreatePdfForm/lib/_PdfPreview.d.ts +0 -14
- package/dist/components/MlCreatePngButton/MlCreatePngButton.stories.d.ts +0 -14
- package/dist/components/MlFeatureEditor/MlFeatureEditor.stories.d.ts +0 -16
- package/dist/components/MlFeatureEditor/MlFeatureEditor.test.d.ts +0 -1
- package/dist/components/MlFillExtrusionLayer/MlFillExtrusionLayer.stories.d.ts +0 -27
- package/dist/components/MlFillExtrusionLayer/MlFillExtrusionLayer.test.d.ts +0 -1
- package/dist/components/MlFollowGps/MlFollowGps.stories.d.ts +0 -11
- package/dist/components/MlFollowGps/MlFollowGps.test.d.ts +0 -1
- package/dist/components/MlGeoJsonLayer/MlGeoJsonLayer.stories.d.ts +0 -18
- package/dist/components/MlGeoJsonLayer/MlGeoJsonLayer.test.d.ts +0 -1
- package/dist/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.stories.d.ts +0 -14
- package/dist/components/MlGpxViewer/MlGpxViewer.stories.d.ts +0 -18
- package/dist/components/MlGpxViewer/MlGpxViewer.test.d.ts +0 -1
- package/dist/components/MlImageMarkerLayer/MlImageMarkerLayer.stories.d.ts +0 -9
- package/dist/components/MlImageMarkerLayer/MlImageMarkerLayer.test.d.ts +0 -1
- package/dist/components/MlLayer/MlLayer.test.d.ts +0 -1
- package/dist/components/MlLayerMagnify/MlLayerMagnify.stories.d.ts +0 -15
- package/dist/components/MlLayerMagnify/MlLayerMagnify.test.d.ts +0 -1
- package/dist/components/MlLayerSwipe/MlLayerSwipe.stories.d.ts +0 -14
- package/dist/components/MlLayerSwipe/MlLayerSwipe.test.d.ts +0 -1
- package/dist/components/MlLayerSwitcher/MlLayerSwitcher.stories.d.ts +0 -13
- package/dist/components/MlMarker/MlMarker.stories.d.ts +0 -9
- package/dist/components/MlMeasureTool/MlMeasureTool.stories.d.ts +0 -12
- package/dist/components/MlMultiMeasureTool/MlMultiMeasureTool.stories.d.ts +0 -16
- package/dist/components/MlNavigationCompass/MlNavigationCompass.stories.d.ts +0 -10
- package/dist/components/MlNavigationCompass/MlNavigationCompass.test.d.ts +0 -1
- package/dist/components/MlNavigationTools/MlNavigationTools.stories.d.ts +0 -29
- package/dist/components/MlOrderLayers/MlOrderLayers.stories.d.ts +0 -15
- package/dist/components/MlOsmLayer/MlOsmLayer.d.ts +0 -18
- package/dist/components/MlOsmLayer/MlOsmLayer.stories_.d.ts +0 -16
- package/dist/components/MlOsmLayer/MlOsmLayer.test.d.ts +0 -1
- package/dist/components/MlScaleReference/MlScaleReference.stories.d.ts +0 -15
- package/dist/components/MlShareMapState/MlShareMapState.stories.d.ts +0 -17
- package/dist/components/MlSketchTool/MlSketchTool.stories.d.ts +0 -15
- package/dist/components/MlSpatialElevationProfile/MlSpatialElevationProfile.stories.d.ts +0 -20
- package/dist/components/MlSpatialElevationProfile/MlSpatialElevationProfile.test.d.ts +0 -1
- package/dist/components/MlTemporalController/MlTemporalController.stories.d.ts +0 -34
- package/dist/components/MlTerrainLayer/MlTerrainLayer.cy.d.ts +0 -1
- package/dist/components/MlTerrainLayer/MlTerrainLayer.stories.d.ts +0 -14
- package/dist/components/MlThreeJsLayer/MlThreeJsLayer.stories.d.ts +0 -22
- package/dist/components/MlThreeJsLayer/MlThreeJsLayer.test.d.ts +0 -1
- package/dist/components/MlThreeJsLayer/lib/GLTFLoader.d.ts +0 -18
- package/dist/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.stories.d.ts +0 -13
- package/dist/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.test.d.ts +0 -1
- package/dist/components/MlTransitionGeoJsonLayer/util/transitionFunctions.d.ts +0 -2
- package/dist/components/MlUseMapDebugger/MlUseMapDebugger.stories.d.ts +0 -13
- package/dist/components/MlVectorTileLayer/MlVectorTileLayer.stories.d.ts +0 -13
- package/dist/components/MlVectorTileLayer/MlVectorTileLayer.test.d.ts +0 -1
- package/dist/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.stories.d.ts +0 -22
- package/dist/components/MlWmsLayer/MlWmsLayer.stories.d.ts +0 -13
- package/dist/components/MlWmsLayer/MlWmsLayer.test.d.ts +0 -1
- package/dist/components/MlWmsLoader/MlWmsLoader.stories.d.ts +0 -30
- package/dist/contexts/MapComponentsProvider.test.d.ts +0 -1
- package/dist/contexts/SimpleDataProvider.test.d.ts +0 -1
- package/dist/hooks/useAddImage/useAddImage.stories.d.ts +0 -14
- package/dist/hooks/useAddImage/useaddImage.cy.d.ts +0 -1
- package/dist/hooks/useAddProtocol/useAddProtocol.stories.d.ts +0 -22
- package/dist/hooks/useCameraFollowPath/useCameraFollowPath.stories.d.ts +0 -18
- package/dist/hooks/useGpx/lib/gpxConverter.d.ts +0 -11
- package/dist/hooks/useGpx/useGpx.stories.d.ts +0 -10
- package/dist/hooks/useLayer.test.d.ts +0 -1
- package/dist/hooks/useLayerEvent.d.ts +0 -2
- package/dist/hooks/useLayerFilter/useLayerFilter.stories.d.ts +0 -10
- package/dist/hooks/useLayerHoverPopup/useLayerHoverPopup.stories.d.ts +0 -10
- package/dist/hooks/useMap.test.d.ts +0 -1
- package/dist/hooks/useMapState.stories.d.ts +0 -14
- package/dist/hooks/useSources.stories.d.ts +0 -13
- package/dist/setupTests.d.ts +0 -13
- package/dist/stories/components/Readme.d.ts +0 -2
- package/dist/ui_components/AddLayerButton/AddLayerButton.stories.d.ts +0 -13
- package/dist/ui_components/LayerList/LayerList.stories.d.ts +0 -15
- package/dist/ui_components/SelectStyleButton/SelectStyleButton.stories.d.ts +0 -15
- package/dist/ui_components/SpeedDial/SpeedDial.stories.d.ts +0 -21
- package/dist/util/index.d.ts +0 -3
- package/dist/util/layerRemovalTest.d.ts +0 -2
- package/dist/util/sourceRemovalTest.d.ts +0 -2
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlCreatePngButton").MlCreatePngButtonProps): JSX.Element;
|
|
6
|
-
defaultProps: {
|
|
7
|
-
mapId: undefined;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
argTypes: {};
|
|
11
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
12
|
-
};
|
|
13
|
-
export default storyoptions;
|
|
14
|
-
export declare const ExampleConfig: any;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { useFeatureEditorProps } from 'src/hooks/useFeatureEditor/useFeatureEditor';
|
|
3
|
-
declare const storyoptions: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.FC<useFeatureEditorProps>;
|
|
6
|
-
argTypes: {};
|
|
7
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
8
|
-
};
|
|
9
|
-
export default storyoptions;
|
|
10
|
-
export declare const EditPolygon: any;
|
|
11
|
-
export declare const EditPoint: any;
|
|
12
|
-
export declare const EditLinestring: any;
|
|
13
|
-
export declare const DrawPolygon: any;
|
|
14
|
-
export declare const DrawPoint: any;
|
|
15
|
-
export declare const DrawLinestring: any;
|
|
16
|
-
export declare const catalogueDemo: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { MlFillExtrusionLayerProps } from './MlFillExtrusionLayer';
|
|
3
|
-
declare const storyoptions: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: {
|
|
6
|
-
(props: MlFillExtrusionLayerProps): JSX.Element;
|
|
7
|
-
defaultProps: {
|
|
8
|
-
mapId: undefined;
|
|
9
|
-
paint: {
|
|
10
|
-
"fill-extrusion-color": string;
|
|
11
|
-
"fill-extrusion-height": {
|
|
12
|
-
property: string;
|
|
13
|
-
type: string;
|
|
14
|
-
};
|
|
15
|
-
"fill-extrusion-base": {
|
|
16
|
-
property: string;
|
|
17
|
-
type: string;
|
|
18
|
-
};
|
|
19
|
-
"fill-extrusion-opacity": number;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
argTypes: {};
|
|
24
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
25
|
-
};
|
|
26
|
-
export default storyoptions;
|
|
27
|
-
export declare const ExampleConfig: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export default storyoptions;
|
|
2
|
-
export const standardConfig: any;
|
|
3
|
-
export const catalogueDemo: any;
|
|
4
|
-
declare namespace storyoptions {
|
|
5
|
-
export const title: string;
|
|
6
|
-
export { MlFollowGps as component };
|
|
7
|
-
export const argTypes: {};
|
|
8
|
-
export { noNavToolsDecorator as decorators };
|
|
9
|
-
}
|
|
10
|
-
import MlFollowGps from "./MlFollowGps";
|
|
11
|
-
import noNavToolsDecorator from "../../decorators/NoNavToolsDecorator";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { MlGeoJsonLayerProps } from './MlGeoJsonLayer';
|
|
3
|
-
declare const storyoptions: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: MlGeoJsonLayerProps) => JSX.Element;
|
|
6
|
-
argTypes: {};
|
|
7
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
8
|
-
};
|
|
9
|
-
export default storyoptions;
|
|
10
|
-
export declare const Circle: any;
|
|
11
|
-
export declare const OsmProtocol: any;
|
|
12
|
-
export declare const Label: any;
|
|
13
|
-
export declare const Linestring: any;
|
|
14
|
-
export declare const Polygon: any;
|
|
15
|
-
export declare const HeatMap: any;
|
|
16
|
-
export declare const Symbol: any;
|
|
17
|
-
export declare const DefaultPaintOverrides: any;
|
|
18
|
-
export declare const catalogueDemo: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlGeojsonLayerWithSource").MlGeojsonLayerWithSourceProps): JSX.Element;
|
|
6
|
-
defaultProps: {
|
|
7
|
-
mapId: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
argTypes: {};
|
|
11
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
12
|
-
};
|
|
13
|
-
export default storyoptions;
|
|
14
|
-
export declare const ExampleConfig: any;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlGpxViewer").MlGpxViewerProps): JSX.Element;
|
|
6
|
-
defaultProps: {};
|
|
7
|
-
};
|
|
8
|
-
argTypes: {
|
|
9
|
-
options: {
|
|
10
|
-
control: {
|
|
11
|
-
type: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
16
|
-
};
|
|
17
|
-
export default storyoptions;
|
|
18
|
-
export declare const ExampleConfig: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props: import("./MlImageMarkerLayer").MlImageMarkerLayerProps) => JSX.Element;
|
|
5
|
-
argTypes: {};
|
|
6
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
7
|
-
};
|
|
8
|
-
export default storyoptions;
|
|
9
|
-
export declare const ExampleConfig: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlLayerMagnify").MlLayerMagnifyProps): JSX.Element;
|
|
6
|
-
defaultProps: {
|
|
7
|
-
magnifierRadius: number;
|
|
8
|
-
magnifierStyle: {};
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
argTypes: {};
|
|
12
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
13
|
-
};
|
|
14
|
-
export default storyoptions;
|
|
15
|
-
export declare const ExampleConfig: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlLayerSwipe").MlLayerSwipeProps): JSX.Element;
|
|
6
|
-
defaultProps: {
|
|
7
|
-
buttonStyle: {};
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
argTypes: {};
|
|
11
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
12
|
-
};
|
|
13
|
-
export default storyoptions;
|
|
14
|
-
export declare const ExampleConfig: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export default storyoptions;
|
|
2
|
-
export const ExampleConfig: any;
|
|
3
|
-
declare namespace storyoptions {
|
|
4
|
-
export const title: string;
|
|
5
|
-
export { MlLayerSwitcher as component };
|
|
6
|
-
export namespace argTypes {
|
|
7
|
-
const url: {};
|
|
8
|
-
const layer: {};
|
|
9
|
-
}
|
|
10
|
-
export { mapContextDecorator as decorators };
|
|
11
|
-
}
|
|
12
|
-
import MlLayerSwitcher from "./MlLayerSwitcher";
|
|
13
|
-
import mapContextDecorator from "../../decorators/MapContextDecorator";
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export default storyoptions;
|
|
2
|
-
export const ExampleConfig: any;
|
|
3
|
-
declare namespace storyoptions {
|
|
4
|
-
export const title: string;
|
|
5
|
-
export { MlMarker as component };
|
|
6
|
-
export { mapContextDecorator as decorators };
|
|
7
|
-
}
|
|
8
|
-
import MlMarker from "./MlMarker";
|
|
9
|
-
import mapContextDecorator from "../../decorators/MapContextDecorator";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export default storyoptions;
|
|
2
|
-
export const MeasureLine: any;
|
|
3
|
-
export const MeasurePolygon: any;
|
|
4
|
-
export const catalogueDemo: any;
|
|
5
|
-
declare namespace storyoptions {
|
|
6
|
-
export const title: string;
|
|
7
|
-
export { MlMeasureTool as component };
|
|
8
|
-
export const argTypes: {};
|
|
9
|
-
export { mapContextDecorator as decorators };
|
|
10
|
-
}
|
|
11
|
-
import MlMeasureTool from "./MlMeasureTool";
|
|
12
|
-
import mapContextDecorator from "../../decorators/MapContextDecorator";
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlMultiMeasureTool").MlMultiMeasureToolProps): JSX.Element;
|
|
6
|
-
defaultProps: {
|
|
7
|
-
mapId: undefined;
|
|
8
|
-
measureType: string;
|
|
9
|
-
buttonStyleOverride: {};
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
argTypes: {};
|
|
13
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
14
|
-
};
|
|
15
|
-
export default storyoptions;
|
|
16
|
-
export declare const ExampleConfig: any;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export default storyoptions;
|
|
2
|
-
export const catalogueDemo: any;
|
|
3
|
-
export const StyleExample: any;
|
|
4
|
-
declare namespace storyoptions {
|
|
5
|
-
export const title: string;
|
|
6
|
-
export { MlNavigationCompass as component };
|
|
7
|
-
export { mapContextDecorator as decorators };
|
|
8
|
-
}
|
|
9
|
-
import MlNavigationCompass from "./MlNavigationCompass";
|
|
10
|
-
import mapContextDecorator from "../../decorators/MapContextDecorator";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { MlNavigationToolsProps } from './MlNavigationTools';
|
|
3
|
-
declare const storyoptions: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: {
|
|
6
|
-
(props: MlNavigationToolsProps): JSX.Element;
|
|
7
|
-
defaultProps: {
|
|
8
|
-
mapId: undefined;
|
|
9
|
-
show3DButton: boolean;
|
|
10
|
-
showFollowGpsButton: boolean;
|
|
11
|
-
showCenterLocationButton: boolean;
|
|
12
|
-
showZoomButtons: boolean;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
argTypes: {
|
|
16
|
-
url: {};
|
|
17
|
-
layer: {};
|
|
18
|
-
};
|
|
19
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
20
|
-
};
|
|
21
|
-
export default storyoptions;
|
|
22
|
-
export declare const DefaultConfig: any;
|
|
23
|
-
export declare const No3dButton: any;
|
|
24
|
-
export declare const ShowCenterLocationButton: any;
|
|
25
|
-
export declare const AlternativePosition: any;
|
|
26
|
-
export declare const NoZoomButtons: any;
|
|
27
|
-
export declare const NoFollowGpsButton: any;
|
|
28
|
-
export declare const CustomButton: any;
|
|
29
|
-
export declare const catalogueDemo: any;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlOrderLayers").MlOrderLayersProps): JSX.Element;
|
|
6
|
-
defaultProps: {
|
|
7
|
-
mapId: undefined;
|
|
8
|
-
insertBeforeLayer: undefined;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
argTypes: {};
|
|
12
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
13
|
-
};
|
|
14
|
-
export default storyoptions;
|
|
15
|
-
export declare const ExampleConfig: any;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export default MlOsmLayer;
|
|
2
|
-
/**
|
|
3
|
-
* Adds a standard OSM tile layer to the maplibre-gl instancereference by
|
|
4
|
-
* props.mapId
|
|
5
|
-
*
|
|
6
|
-
* @component
|
|
7
|
-
*/
|
|
8
|
-
declare function MlOsmLayer(props: any): JSX.Element;
|
|
9
|
-
declare namespace MlOsmLayer {
|
|
10
|
-
namespace propTypes {
|
|
11
|
-
const mapId: PropTypes.Requireable<string>;
|
|
12
|
-
const idPrefix: PropTypes.Requireable<string>;
|
|
13
|
-
const sourceOptions: PropTypes.Requireable<object>;
|
|
14
|
-
const layerOptions: PropTypes.Requireable<object>;
|
|
15
|
-
const insertBeforeLayer: PropTypes.Requireable<string>;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
import PropTypes from "prop-types";
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export default storyoptions;
|
|
2
|
-
export const ExampleConfig: any;
|
|
3
|
-
declare namespace storyoptions {
|
|
4
|
-
export const title: string;
|
|
5
|
-
export { MlOsmLayer as component };
|
|
6
|
-
export namespace argTypes {
|
|
7
|
-
namespace options {
|
|
8
|
-
namespace control {
|
|
9
|
-
const type: string;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
export { mapContextDecorator as decorators };
|
|
14
|
-
}
|
|
15
|
-
import MlOsmLayer from "./MlOsmLayer";
|
|
16
|
-
import mapContextDecorator from "../../decorators/MapContextDecorator";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { MlScaleReferenceProps } from './MlScaleReference';
|
|
3
|
-
declare const storyoptions: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: MlScaleReferenceProps) => JSX.Element;
|
|
6
|
-
argTypes: {
|
|
7
|
-
url: {};
|
|
8
|
-
layer: {};
|
|
9
|
-
};
|
|
10
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
11
|
-
};
|
|
12
|
-
export default storyoptions;
|
|
13
|
-
export declare const Toolbar: any;
|
|
14
|
-
export declare const Overlay: any;
|
|
15
|
-
export declare const catalogueDemo: any;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlShareMapState").MlShareMapStateProps): JSX.Element;
|
|
6
|
-
defaultProps: {
|
|
7
|
-
mapId: undefined;
|
|
8
|
-
};
|
|
9
|
-
propTypes: {
|
|
10
|
-
mapId: import("prop-types").Requireable<string>;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
argTypes: {};
|
|
14
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
15
|
-
};
|
|
16
|
-
export default storyoptions;
|
|
17
|
-
export declare const ExampleConfig: any;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlSketchTool").MlSketchToolProps): JSX.Element;
|
|
6
|
-
defaultProps: {
|
|
7
|
-
mapId: undefined;
|
|
8
|
-
buttonStyleOverride: {};
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
argTypes: {};
|
|
12
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
13
|
-
};
|
|
14
|
-
export default storyoptions;
|
|
15
|
-
export declare const ExampleConfig: any;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlSpatialElevationProfile").MlSpatialElevationProfileProps): JSX.Element;
|
|
6
|
-
defaultProps: {
|
|
7
|
-
elevationFactor: number;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
argTypes: {
|
|
11
|
-
options: {
|
|
12
|
-
control: {
|
|
13
|
-
type: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
18
|
-
};
|
|
19
|
-
export default storyoptions;
|
|
20
|
-
export declare const ExampleConfig: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { MlTemporalControllerProps } from './MlTemporalController';
|
|
3
|
-
declare const storyoptions: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: {
|
|
6
|
-
(props: MlTemporalControllerProps): JSX.Element;
|
|
7
|
-
defaultProps: {
|
|
8
|
-
mapId: undefined;
|
|
9
|
-
ownLayer: boolean;
|
|
10
|
-
type: string;
|
|
11
|
-
step: number;
|
|
12
|
-
interval: number;
|
|
13
|
-
fadeIn: number;
|
|
14
|
-
fadeOut: number;
|
|
15
|
-
labelFadeIn: number;
|
|
16
|
-
labelFadeOut: number;
|
|
17
|
-
accumulate: boolean;
|
|
18
|
-
fitBounds: boolean;
|
|
19
|
-
label: boolean;
|
|
20
|
-
attribution: string;
|
|
21
|
-
displayCurrentValue: boolean;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
argTypes: {};
|
|
25
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
26
|
-
parameters: {
|
|
27
|
-
sourceLink: string;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
export default storyoptions;
|
|
31
|
-
export declare const FillConfig: any;
|
|
32
|
-
export declare const CircleConfig: any;
|
|
33
|
-
export declare const LineConfig: any;
|
|
34
|
-
export declare const catalogueDemo: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlTerrainLayer").MlTerrainLayerProps): JSX.Element;
|
|
6
|
-
defaultProps: {
|
|
7
|
-
mapId: undefined;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
argTypes: {};
|
|
11
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
12
|
-
};
|
|
13
|
-
export default storyoptions;
|
|
14
|
-
export declare const ExampleConfig: any;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: import("./MlThreeJsLayer").MlThreeJsLayerProps): JSX.Element;
|
|
6
|
-
propTypes: {
|
|
7
|
-
mapId: import("prop-types").Requireable<string>;
|
|
8
|
-
init: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
9
|
-
onDone: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
argTypes: {
|
|
13
|
-
options: {
|
|
14
|
-
control: {
|
|
15
|
-
type: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
20
|
-
};
|
|
21
|
-
export default storyoptions;
|
|
22
|
-
export declare const ExampleConfig: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export default GLTFLoader;
|
|
2
|
-
declare class GLTFLoader extends THREE.Loader {
|
|
3
|
-
constructor(manager: any);
|
|
4
|
-
dracoLoader: any;
|
|
5
|
-
ktx2Loader: any;
|
|
6
|
-
meshoptDecoder: any;
|
|
7
|
-
pluginCallbacks: any[];
|
|
8
|
-
load(url: any, onLoad: any, onProgress: any, onError: any): void;
|
|
9
|
-
setDRACOLoader(dracoLoader: any): GLTFLoader;
|
|
10
|
-
setDDSLoader(): void;
|
|
11
|
-
setKTX2Loader(ktx2Loader: any): GLTFLoader;
|
|
12
|
-
setMeshoptDecoder(meshoptDecoder: any): GLTFLoader;
|
|
13
|
-
register(callback: any): GLTFLoader;
|
|
14
|
-
unregister(callback: any): GLTFLoader;
|
|
15
|
-
parse(data: any, path: any, onLoad: any, onError: any): void;
|
|
16
|
-
parseAsync(data: any, path: any): Promise<any>;
|
|
17
|
-
}
|
|
18
|
-
import * as THREE from "three";
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export default storyoptions;
|
|
2
|
-
export const ExampleConfig: any;
|
|
3
|
-
declare namespace storyoptions {
|
|
4
|
-
export const title: string;
|
|
5
|
-
export { MlTransitionGeoJsonLayer as component };
|
|
6
|
-
export namespace argTypes {
|
|
7
|
-
const url: {};
|
|
8
|
-
const layer: {};
|
|
9
|
-
}
|
|
10
|
-
export { mapContextDecorator as decorators };
|
|
11
|
-
}
|
|
12
|
-
import MlTransitionGeoJsonLayer from "./MlTransitionGeoJsonLayer";
|
|
13
|
-
import mapContextDecorator from "../../decorators/MapContextDecorator";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export function _showNextTransitionSegment(props: any, map: any, transitionInProgressRef: any, transitionGeojsonDataRef: any, transitionGeojsonCommonDataRef: any, currentTransitionStepRef: any, msPerStep: any, transitionTimeoutRef: any, setDisplayGeojson: any): void;
|
|
2
|
-
export function _transitionToGeojson(props: any, transitionGeojsonCommonDataRef: any, transitionGeojsonDataRef: any, transitionInProgressRef: any, oldGeojsonRef: any, msPerStep: any, currentTransitionStepRef: any, map: any, transitionTimeoutRef: any, setDisplayGeojson: any): void;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export default storyoptions;
|
|
2
|
-
export const ExampleConfig: any;
|
|
3
|
-
declare namespace storyoptions {
|
|
4
|
-
export const title: string;
|
|
5
|
-
export { MlUseMapDebugger as component };
|
|
6
|
-
export namespace argTypes {
|
|
7
|
-
const url: {};
|
|
8
|
-
const layer: {};
|
|
9
|
-
}
|
|
10
|
-
export { mapContextDecorator as decorators };
|
|
11
|
-
}
|
|
12
|
-
import MlUseMapDebugger from "./MlUseMapDebugger";
|
|
13
|
-
import mapContextDecorator from "../../decorators/MapContextDecorator";
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export default storyoptions;
|
|
2
|
-
export const ExampleConfig: any;
|
|
3
|
-
declare namespace storyoptions {
|
|
4
|
-
export const title: string;
|
|
5
|
-
export { MlVectorTileLayer as component };
|
|
6
|
-
export namespace argTypes {
|
|
7
|
-
const url: {};
|
|
8
|
-
const layer: {};
|
|
9
|
-
}
|
|
10
|
-
export { mapContextDecorator as decorators };
|
|
11
|
-
}
|
|
12
|
-
import MlVectorTileLayer from "./MlVectorTileLayer";
|
|
13
|
-
import mapContextDecorator from "../../decorators/MapContextDecorator";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const storyoptions: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(props: {
|
|
6
|
-
mapId: string;
|
|
7
|
-
}): JSX.Element;
|
|
8
|
-
defaultProps: {
|
|
9
|
-
mapId: undefined;
|
|
10
|
-
};
|
|
11
|
-
propTypes: {
|
|
12
|
-
mapId: import("prop-types").Requireable<string>;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
argTypes: {
|
|
16
|
-
url: {};
|
|
17
|
-
layer: {};
|
|
18
|
-
};
|
|
19
|
-
decorators: ((Story: any, context: any) => JSX.Element)[];
|
|
20
|
-
};
|
|
21
|
-
export default storyoptions;
|
|
22
|
-
export declare const ExampleConfig: any;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export default storyoptions;
|
|
2
|
-
export const ExampleConfig: any;
|
|
3
|
-
declare namespace storyoptions {
|
|
4
|
-
export const title: string;
|
|
5
|
-
export { MlWmsLayer as component };
|
|
6
|
-
export namespace argTypes {
|
|
7
|
-
const url: {};
|
|
8
|
-
const layer: {};
|
|
9
|
-
}
|
|
10
|
-
export { mapContextDecorator as decorators };
|
|
11
|
-
}
|
|
12
|
-
import MlWmsLayer from "./MlWmsLayer";
|
|
13
|
-
import mapContextDecorator from "../../decorators/MapContextDecorator";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|