@rnmapbox/maps 10.1.0-beta.10 → 10.1.0-beta.13
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/android/src/main/java/com/rnmapbox/rnmbx/components/AbstractMapFeature.kt +2 -0
- package/android/src/main/java/com/rnmapbox/rnmbx/components/camera/RNMBXCamera.kt +66 -9
- package/android/src/main/java/com/rnmapbox/rnmbx/components/images/RNMBXImages.kt +2 -2
- package/android/src/main/java/com/rnmapbox/rnmbx/components/location/LocationComponentManager.kt +1 -1
- package/android/src/main/java/com/rnmapbox/rnmbx/components/location/UserTrackingMode.kt +1 -0
- package/android/src/main/java/com/rnmapbox/rnmbx/components/mapview/RNMBXMapView.kt +7 -4
- package/android/src/main/java/com/rnmapbox/rnmbx/components/mapview/RNMBXMapViewManager.kt +51 -0
- package/android/src/main/java/com/rnmapbox/rnmbx/components/styles/layers/RNMBXSkyLayerManager.kt +0 -6
- package/android/src/main/java/com/rnmapbox/rnmbx/utils/BitmapUtils.kt +0 -31
- package/android/src/main/java/com/rnmapbox/rnmbx/utils/DownloadMapImageTask.kt +28 -67
- package/android/src/main/java/com/rnmapbox/rnmbx/utils/extensions/ReadableMap.kt +35 -0
- package/android/src/main/mapbox-v11-compat/v11/com/mapbox/rnmbx/v11compat/Image.kt +1 -1
- package/android/src/main/old-arch/com/facebook/react/viewmanagers/RNMBXMapViewManagerDelegate.java +3 -0
- package/android/src/main/old-arch/com/facebook/react/viewmanagers/RNMBXMapViewManagerInterface.java +1 -0
- package/ios/RNMBX/CustomHttpHeaders.swift +11 -0
- package/ios/RNMBX/RNMBXMapView.swift +56 -1
- package/ios/RNMBX/RNMBXMapViewManager.m +2 -0
- package/ios/install.md +1 -1
- package/lib/commonjs/Mapbox.js +2 -2
- package/lib/commonjs/Mapbox.js.map +1 -1
- package/lib/commonjs/components/AbstractLayer.js +1 -2
- package/lib/commonjs/components/AbstractLayer.js.map +1 -1
- package/lib/commonjs/components/Annotation.js +2 -3
- package/lib/commonjs/components/Annotation.js.map +1 -1
- package/lib/commonjs/components/Atmosphere.js +2 -2
- package/lib/commonjs/components/Atmosphere.js.map +1 -1
- package/lib/commonjs/components/Camera.js +9 -12
- package/lib/commonjs/components/Camera.js.map +1 -1
- package/lib/commonjs/components/Image.js +2 -2
- package/lib/commonjs/components/Image.js.map +1 -1
- package/lib/commonjs/components/Light.js +3 -4
- package/lib/commonjs/components/Light.js.map +1 -1
- package/lib/commonjs/components/MapView.js +2 -5
- package/lib/commonjs/components/MapView.js.map +1 -1
- package/lib/commonjs/components/NativeUserLocation.js +2 -2
- package/lib/commonjs/components/NativeUserLocation.js.map +1 -1
- package/lib/commonjs/components/ShapeSource.js +1 -2
- package/lib/commonjs/components/ShapeSource.js.map +1 -1
- package/lib/commonjs/components/Style.js +2 -2
- package/lib/commonjs/components/Style.js.map +1 -1
- package/lib/commonjs/components/StyleImport.js +2 -2
- package/lib/commonjs/components/StyleImport.js.map +1 -1
- package/lib/commonjs/components/SymbolLayer.js +1 -1
- package/lib/commonjs/components/SymbolLayer.js.map +1 -1
- package/lib/commonjs/components/Terrain.js +2 -2
- package/lib/commonjs/components/Terrain.js.map +1 -1
- package/lib/commonjs/index.js +2 -2
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/index.web.js +2 -2
- package/lib/commonjs/index.web.js.map +1 -1
- package/lib/commonjs/specs/RNMBXBackgroundLayerNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXBackgroundLayerNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/RNMBXCameraNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXCameraNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/RNMBXCircleLayerNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXCircleLayerNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/RNMBXFillExtrusionLayerNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXFillExtrusionLayerNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/RNMBXFillLayerNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXFillLayerNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/RNMBXHeatmapLayerNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXHeatmapLayerNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/RNMBXLineLayerNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXLineLayerNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/RNMBXMapViewNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXMapViewNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/RNMBXRasterLayerNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXRasterLayerNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/RNMBXSkyLayerNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXSkyLayerNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/RNMBXSymbolLayerNativeComponent.js +1 -0
- package/lib/commonjs/specs/RNMBXSymbolLayerNativeComponent.js.map +1 -1
- package/lib/commonjs/utils/Logger.js +1 -2
- package/lib/commonjs/utils/Logger.js.map +1 -1
- package/lib/module/components/AbstractLayer.js +1 -2
- package/lib/module/components/AbstractLayer.js.map +1 -1
- package/lib/module/components/Annotation.js +2 -3
- package/lib/module/components/Annotation.js.map +1 -1
- package/lib/module/components/Camera.js +7 -10
- package/lib/module/components/Camera.js.map +1 -1
- package/lib/module/components/Light.js +1 -2
- package/lib/module/components/Light.js.map +1 -1
- package/lib/module/components/MapView.js +2 -5
- package/lib/module/components/MapView.js.map +1 -1
- package/lib/module/components/ShapeSource.js +1 -2
- package/lib/module/components/ShapeSource.js.map +1 -1
- package/lib/module/components/SymbolLayer.js +1 -1
- package/lib/module/components/SymbolLayer.js.map +1 -1
- package/lib/module/specs/RNMBXBackgroundLayerNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXBackgroundLayerNativeComponent.js.map +1 -1
- package/lib/module/specs/RNMBXCameraNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXCameraNativeComponent.js.map +1 -1
- package/lib/module/specs/RNMBXCircleLayerNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXCircleLayerNativeComponent.js.map +1 -1
- package/lib/module/specs/RNMBXFillExtrusionLayerNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXFillExtrusionLayerNativeComponent.js.map +1 -1
- package/lib/module/specs/RNMBXFillLayerNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXFillLayerNativeComponent.js.map +1 -1
- package/lib/module/specs/RNMBXHeatmapLayerNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXHeatmapLayerNativeComponent.js.map +1 -1
- package/lib/module/specs/RNMBXLineLayerNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXLineLayerNativeComponent.js.map +1 -1
- package/lib/module/specs/RNMBXMapViewNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXMapViewNativeComponent.js.map +1 -1
- package/lib/module/specs/RNMBXRasterLayerNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXRasterLayerNativeComponent.js.map +1 -1
- package/lib/module/specs/RNMBXSkyLayerNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXSkyLayerNativeComponent.js.map +1 -1
- package/lib/module/specs/RNMBXSymbolLayerNativeComponent.js +3 -0
- package/lib/module/specs/RNMBXSymbolLayerNativeComponent.js.map +1 -1
- package/lib/module/utils/Logger.js +1 -2
- package/lib/module/utils/Logger.js.map +1 -1
- package/lib/typescript/jest.config.d.ts +4 -0
- package/lib/typescript/jest.config.d.ts.map +1 -0
- package/lib/typescript/src/Mapbox.d.ts.map +1 -0
- package/lib/typescript/src/RNMBXModule.d.ts.map +1 -0
- package/lib/typescript/src/components/AbstractLayer.d.ts.map +1 -0
- package/lib/typescript/src/components/AbstractSource.d.ts.map +1 -0
- package/lib/typescript/src/components/Annotation.d.ts.map +1 -0
- package/lib/typescript/src/components/Atmosphere.d.ts.map +1 -0
- package/lib/typescript/src/components/BackgroundLayer.d.ts.map +1 -0
- package/lib/typescript/src/components/Callout.d.ts.map +1 -0
- package/lib/typescript/src/components/Camera.d.ts.map +1 -0
- package/lib/typescript/src/components/CircleLayer.d.ts.map +1 -0
- package/lib/typescript/src/components/FillExtrusionLayer.d.ts.map +1 -0
- package/lib/typescript/src/components/FillLayer.d.ts.map +1 -0
- package/lib/typescript/src/components/HeadingIndicator.d.ts.map +1 -0
- package/lib/typescript/src/components/HeatmapLayer.d.ts.map +1 -0
- package/lib/typescript/src/components/Image.d.ts.map +1 -0
- package/lib/typescript/src/components/ImageSource.d.ts.map +1 -0
- package/lib/typescript/src/components/Images.d.ts.map +1 -0
- package/lib/typescript/src/components/Light.d.ts.map +1 -0
- package/lib/typescript/src/components/LineLayer.d.ts.map +1 -0
- package/lib/typescript/{components → src/components}/MapView.d.ts +64 -0
- package/lib/typescript/src/components/MapView.d.ts.map +1 -0
- package/lib/typescript/src/components/MarkerView.d.ts.map +1 -0
- package/lib/typescript/src/components/NativeBridgeComponent.d.ts.map +1 -0
- package/lib/typescript/src/components/NativeUserLocation.d.ts.map +1 -0
- package/lib/typescript/src/components/PointAnnotation.d.ts.map +1 -0
- package/lib/typescript/src/components/RasterDemSource.d.ts.map +1 -0
- package/lib/typescript/src/components/RasterLayer.d.ts.map +1 -0
- package/lib/typescript/src/components/RasterSource.d.ts.map +1 -0
- package/lib/typescript/src/components/ShapeSource.d.ts.map +1 -0
- package/lib/typescript/src/components/SkyLayer.d.ts.map +1 -0
- package/lib/typescript/src/components/Style.d.ts.map +1 -0
- package/lib/typescript/src/components/StyleImport.d.ts.map +1 -0
- package/lib/typescript/src/components/SymbolLayer.d.ts.map +1 -0
- package/lib/typescript/src/components/Terrain.d.ts.map +1 -0
- package/lib/typescript/src/components/UserLocation.d.ts.map +1 -0
- package/lib/typescript/src/components/VectorSource.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/modules/location/locationManager.d.ts.map +1 -0
- package/lib/typescript/src/modules/offline/OfflineCreatePackOptions.d.ts.map +1 -0
- package/lib/typescript/src/modules/offline/OfflinePack.d.ts.map +1 -0
- package/lib/typescript/src/modules/offline/offlineManager.d.ts.map +1 -0
- package/lib/typescript/src/modules/snapshot/SnapshotOptions.d.ts.map +1 -0
- package/lib/typescript/src/modules/snapshot/snapshotManager.d.ts.map +1 -0
- package/lib/typescript/src/requestAndroidLocationPermissions.d.ts.map +1 -0
- package/lib/typescript/src/specs/NativeMapViewModule.d.ts.map +1 -0
- package/lib/typescript/src/specs/RNMBXAndroidTextureMapViewNativeComponent.d.ts.map +1 -0
- package/lib/typescript/src/specs/RNMBXAtmosphereNativeComponent.d.ts.map +1 -0
- package/lib/typescript/{specs → src/specs}/RNMBXBackgroundLayerNativeComponent.d.ts +7 -6
- package/lib/typescript/src/specs/RNMBXBackgroundLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/{specs → src/specs}/RNMBXCameraNativeComponent.d.ts +12 -11
- package/lib/typescript/src/specs/RNMBXCameraNativeComponent.d.ts.map +1 -0
- package/lib/typescript/src/specs/RNMBXCircleLayerNativeComponent.d.ts +20 -0
- package/lib/typescript/src/specs/RNMBXCircleLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/{specs → src/specs}/RNMBXFillExtrusionLayerNativeComponent.d.ts +10 -9
- package/lib/typescript/src/specs/RNMBXFillExtrusionLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/src/specs/RNMBXFillLayerNativeComponent.d.ts +20 -0
- package/lib/typescript/src/specs/RNMBXFillLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/src/specs/RNMBXHeatmapLayerNativeComponent.d.ts +20 -0
- package/lib/typescript/src/specs/RNMBXHeatmapLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/src/specs/RNMBXLineLayerNativeComponent.d.ts +20 -0
- package/lib/typescript/src/specs/RNMBXLineLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/{specs → src/specs}/RNMBXMapViewNativeComponent.d.ts +23 -15
- package/lib/typescript/src/specs/RNMBXMapViewNativeComponent.d.ts.map +1 -0
- package/lib/typescript/src/specs/RNMBXRasterLayerNativeComponent.d.ts +20 -0
- package/lib/typescript/src/specs/RNMBXRasterLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/src/specs/RNMBXSkyLayerNativeComponent.d.ts +19 -0
- package/lib/typescript/src/specs/RNMBXSkyLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/src/specs/RNMBXStyleImportNativeComponent.d.ts.map +1 -0
- package/lib/typescript/src/specs/RNMBXSymbolLayerNativeComponent.d.ts +20 -0
- package/lib/typescript/src/specs/RNMBXSymbolLayerNativeComponent.d.ts.map +1 -0
- package/lib/typescript/{specs → src/specs}/codegenUtils.d.ts +1 -0
- package/lib/typescript/src/specs/codegenUtils.d.ts.map +1 -0
- package/lib/typescript/src/types/BaseProps.d.ts.map +1 -0
- package/lib/typescript/src/types/OnPressEvent.d.ts.map +1 -0
- package/lib/typescript/src/types/Position.d.ts.map +1 -0
- package/lib/typescript/src/types/index.d.ts.map +1 -0
- package/lib/typescript/src/utils/BridgeValue.d.ts.map +1 -0
- package/lib/typescript/src/utils/Logger.d.ts.map +1 -0
- package/lib/typescript/src/utils/StyleValue.d.ts.map +1 -0
- package/lib/typescript/src/utils/animated/Animated.d.ts.map +1 -0
- package/lib/typescript/src/utils/checkRequiredProps.d.ts.map +1 -0
- package/lib/typescript/src/utils/deprecation.d.ts.map +1 -0
- package/lib/typescript/src/utils/filterUtils.d.ts.map +1 -0
- package/lib/typescript/src/utils/geoUtils.d.ts.map +1 -0
- package/lib/typescript/src/utils/getAnnotationsLayerID.d.ts.map +1 -0
- package/lib/typescript/src/utils/index.d.ts.map +1 -0
- package/lib/typescript/src/utils/nativeRef.d.ts.map +1 -0
- package/lib/typescript/src/utils/styleMap.d.ts.map +1 -0
- package/lib/typescript/src/web/MapContext.d.ts.map +1 -0
- package/lib/typescript/src/web/components/Camera.d.ts.map +1 -0
- package/lib/typescript/src/web/components/MapView.d.ts.map +1 -0
- package/lib/typescript/src/web/utils/Logger.d.ts.map +1 -0
- package/package.json +10 -25
- package/rnmapbox-maps.podspec +3 -0
- package/setup-jest.js +19 -4
- package/src/components/MapView.tsx +66 -1
- package/src/specs/RNMBXBackgroundLayerNativeComponent.ts +9 -6
- package/src/specs/RNMBXCameraNativeComponent.ts +14 -11
- package/src/specs/RNMBXCircleLayerNativeComponent.ts +11 -8
- package/src/specs/RNMBXFillExtrusionLayerNativeComponent.ts +12 -9
- package/src/specs/RNMBXFillLayerNativeComponent.ts +11 -8
- package/src/specs/RNMBXHeatmapLayerNativeComponent.ts +12 -9
- package/src/specs/RNMBXLineLayerNativeComponent.ts +11 -8
- package/src/specs/RNMBXMapViewNativeComponent.ts +27 -15
- package/src/specs/RNMBXRasterLayerNativeComponent.ts +12 -9
- package/src/specs/RNMBXSkyLayerNativeComponent.ts +12 -9
- package/src/specs/RNMBXSymbolLayerNativeComponent.ts +12 -9
- package/src/specs/codegenUtils.ts +5 -0
- package/lib/typescript/Mapbox.d.ts.map +0 -1
- package/lib/typescript/RNMBXModule.d.ts.map +0 -1
- package/lib/typescript/components/AbstractLayer.d.ts.map +0 -1
- package/lib/typescript/components/AbstractSource.d.ts.map +0 -1
- package/lib/typescript/components/Annotation.d.ts.map +0 -1
- package/lib/typescript/components/Atmosphere.d.ts.map +0 -1
- package/lib/typescript/components/BackgroundLayer.d.ts.map +0 -1
- package/lib/typescript/components/Callout.d.ts.map +0 -1
- package/lib/typescript/components/Camera.d.ts.map +0 -1
- package/lib/typescript/components/CircleLayer.d.ts.map +0 -1
- package/lib/typescript/components/FillExtrusionLayer.d.ts.map +0 -1
- package/lib/typescript/components/FillLayer.d.ts.map +0 -1
- package/lib/typescript/components/HeadingIndicator.d.ts.map +0 -1
- package/lib/typescript/components/HeatmapLayer.d.ts.map +0 -1
- package/lib/typescript/components/Image.d.ts.map +0 -1
- package/lib/typescript/components/ImageSource.d.ts.map +0 -1
- package/lib/typescript/components/Images.d.ts.map +0 -1
- package/lib/typescript/components/Light.d.ts.map +0 -1
- package/lib/typescript/components/LineLayer.d.ts.map +0 -1
- package/lib/typescript/components/MapView.d.ts.map +0 -1
- package/lib/typescript/components/MarkerView.d.ts.map +0 -1
- package/lib/typescript/components/NativeBridgeComponent.d.ts.map +0 -1
- package/lib/typescript/components/NativeUserLocation.d.ts.map +0 -1
- package/lib/typescript/components/PointAnnotation.d.ts.map +0 -1
- package/lib/typescript/components/RasterDemSource.d.ts.map +0 -1
- package/lib/typescript/components/RasterLayer.d.ts.map +0 -1
- package/lib/typescript/components/RasterSource.d.ts.map +0 -1
- package/lib/typescript/components/ShapeSource.d.ts.map +0 -1
- package/lib/typescript/components/SkyLayer.d.ts.map +0 -1
- package/lib/typescript/components/Style.d.ts.map +0 -1
- package/lib/typescript/components/StyleImport.d.ts.map +0 -1
- package/lib/typescript/components/SymbolLayer.d.ts.map +0 -1
- package/lib/typescript/components/Terrain.d.ts.map +0 -1
- package/lib/typescript/components/UserLocation.d.ts.map +0 -1
- package/lib/typescript/components/VectorSource.d.ts.map +0 -1
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/modules/location/locationManager.d.ts.map +0 -1
- package/lib/typescript/modules/offline/OfflineCreatePackOptions.d.ts.map +0 -1
- package/lib/typescript/modules/offline/OfflinePack.d.ts.map +0 -1
- package/lib/typescript/modules/offline/offlineManager.d.ts.map +0 -1
- package/lib/typescript/modules/snapshot/SnapshotOptions.d.ts.map +0 -1
- package/lib/typescript/modules/snapshot/snapshotManager.d.ts.map +0 -1
- package/lib/typescript/requestAndroidLocationPermissions.d.ts.map +0 -1
- package/lib/typescript/specs/NativeMapViewModule.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXAndroidTextureMapViewNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXAtmosphereNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXBackgroundLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXCameraNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXCircleLayerNativeComponent.d.ts +0 -19
- package/lib/typescript/specs/RNMBXCircleLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXFillExtrusionLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXFillLayerNativeComponent.d.ts +0 -19
- package/lib/typescript/specs/RNMBXFillLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXHeatmapLayerNativeComponent.d.ts +0 -19
- package/lib/typescript/specs/RNMBXHeatmapLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXLineLayerNativeComponent.d.ts +0 -19
- package/lib/typescript/specs/RNMBXLineLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXMapViewNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXRasterLayerNativeComponent.d.ts +0 -19
- package/lib/typescript/specs/RNMBXRasterLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXSkyLayerNativeComponent.d.ts +0 -18
- package/lib/typescript/specs/RNMBXSkyLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXStyleImportNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/RNMBXSymbolLayerNativeComponent.d.ts +0 -19
- package/lib/typescript/specs/RNMBXSymbolLayerNativeComponent.d.ts.map +0 -1
- package/lib/typescript/specs/codegenUtils.d.ts.map +0 -1
- package/lib/typescript/types/BaseProps.d.ts.map +0 -1
- package/lib/typescript/types/OnPressEvent.d.ts.map +0 -1
- package/lib/typescript/types/Position.d.ts.map +0 -1
- package/lib/typescript/types/index.d.ts.map +0 -1
- package/lib/typescript/utils/BridgeValue.d.ts.map +0 -1
- package/lib/typescript/utils/Logger.d.ts.map +0 -1
- package/lib/typescript/utils/StyleValue.d.ts.map +0 -1
- package/lib/typescript/utils/animated/Animated.d.ts.map +0 -1
- package/lib/typescript/utils/checkRequiredProps.d.ts.map +0 -1
- package/lib/typescript/utils/deprecation.d.ts.map +0 -1
- package/lib/typescript/utils/filterUtils.d.ts.map +0 -1
- package/lib/typescript/utils/geoUtils.d.ts.map +0 -1
- package/lib/typescript/utils/getAnnotationsLayerID.d.ts.map +0 -1
- package/lib/typescript/utils/index.d.ts.map +0 -1
- package/lib/typescript/utils/nativeRef.d.ts.map +0 -1
- package/lib/typescript/utils/styleMap.d.ts.map +0 -1
- package/lib/typescript/web/MapContext.d.ts.map +0 -1
- package/lib/typescript/web/components/Camera.d.ts.map +0 -1
- package/lib/typescript/web/components/MapView.d.ts.map +0 -1
- package/lib/typescript/web/utils/Logger.d.ts.map +0 -1
- /package/lib/typescript/{Mapbox.d.ts → src/Mapbox.d.ts} +0 -0
- /package/lib/typescript/{RNMBXModule.d.ts → src/RNMBXModule.d.ts} +0 -0
- /package/lib/typescript/{components → src/components}/AbstractLayer.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/AbstractSource.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Annotation.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Atmosphere.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/BackgroundLayer.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Callout.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Camera.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/CircleLayer.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/FillExtrusionLayer.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/FillLayer.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/HeadingIndicator.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/HeatmapLayer.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Image.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/ImageSource.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Images.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Light.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/LineLayer.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/MarkerView.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/NativeBridgeComponent.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/NativeUserLocation.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/PointAnnotation.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/RasterDemSource.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/RasterLayer.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/RasterSource.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/ShapeSource.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/SkyLayer.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Style.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/StyleImport.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/SymbolLayer.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/Terrain.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/UserLocation.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/VectorSource.d.ts +0 -0
- /package/lib/typescript/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/typescript/{modules → src/modules}/location/locationManager.d.ts +0 -0
- /package/lib/typescript/{modules → src/modules}/offline/OfflineCreatePackOptions.d.ts +0 -0
- /package/lib/typescript/{modules → src/modules}/offline/OfflinePack.d.ts +0 -0
- /package/lib/typescript/{modules → src/modules}/offline/offlineManager.d.ts +0 -0
- /package/lib/typescript/{modules → src/modules}/snapshot/SnapshotOptions.d.ts +0 -0
- /package/lib/typescript/{modules → src/modules}/snapshot/snapshotManager.d.ts +0 -0
- /package/lib/typescript/{requestAndroidLocationPermissions.d.ts → src/requestAndroidLocationPermissions.d.ts} +0 -0
- /package/lib/typescript/{specs → src/specs}/NativeMapViewModule.d.ts +0 -0
- /package/lib/typescript/{specs → src/specs}/RNMBXAndroidTextureMapViewNativeComponent.d.ts +0 -0
- /package/lib/typescript/{specs → src/specs}/RNMBXAtmosphereNativeComponent.d.ts +0 -0
- /package/lib/typescript/{specs → src/specs}/RNMBXStyleImportNativeComponent.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/BaseProps.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/OnPressEvent.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/Position.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/index.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/BridgeValue.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/Logger.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/StyleValue.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/animated/Animated.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/checkRequiredProps.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/deprecation.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/filterUtils.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/geoUtils.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/getAnnotationsLayerID.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/index.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/nativeRef.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/styleMap.d.ts +0 -0
- /package/lib/typescript/{web → src/web}/MapContext.d.ts +0 -0
- /package/lib/typescript/{web → src/web}/components/Camera.d.ts +0 -0
- /package/lib/typescript/{web → src/web}/components/MapView.d.ts +0 -0
- /package/lib/typescript/{web → src/web}/utils/Logger.d.ts +0 -0
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { HostComponent, ViewProps } from 'react-native';
|
|
2
|
-
import { Double, Int32 } from 'react-native/Libraries/Types/CodegenTypes';
|
|
3
|
-
import type { UnsafeMixed } from './codegenUtils';
|
|
4
|
-
export interface NativeProps extends ViewProps {
|
|
5
|
-
id: UnsafeMixed<string>;
|
|
6
|
-
sourceID: UnsafeMixed<string>;
|
|
7
|
-
existing: UnsafeMixed<boolean>;
|
|
8
|
-
filter: UnsafeMixed<any[]>;
|
|
9
|
-
aboveLayerID: UnsafeMixed<string>;
|
|
10
|
-
belowLayerID: UnsafeMixed<string>;
|
|
11
|
-
layerIndex: UnsafeMixed<Int32>;
|
|
12
|
-
reactStyle: UnsafeMixed<any>;
|
|
13
|
-
maxZoomLevel: UnsafeMixed<Double>;
|
|
14
|
-
minZoomLevel: UnsafeMixed<Double>;
|
|
15
|
-
sourceLayerID: UnsafeMixed<string>;
|
|
16
|
-
}
|
|
17
|
-
declare const _default: HostComponent<NativeProps>;
|
|
18
|
-
export default _default;
|
|
19
|
-
//# sourceMappingURL=RNMBXLineLayerNativeComponent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RNMBXLineLayerNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXLineLayerNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACxB,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC/B,MAAM,EAAE,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC;IAE3B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,UAAU,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC/B,UAAU,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE7B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACpC;;AAED,wBAEgC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RNMBXMapViewNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXMapViewNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EACL,kBAAkB,EAClB,KAAK,EACN,MAAM,2CAA2C,CAAC;AAEnD,OAAO,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEzE,aAAK,wBAAwB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAClE,aAAK,gBAAgB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAC1D,aAAK,oBAAoB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAE9D,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,eAAe,CAAC,EAAE,kBAAkB,CAAC,wBAAwB,CAAC,CAAC;IAE/D,kBAAkB,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC1C,mBAAmB,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEvC,WAAW,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACnC,YAAY,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEhC,cAAc,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACtC,oBAAoB,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC5C,eAAe,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IACnC,mBAAmB,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IACzC,kBAAkB,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAExC,eAAe,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACvC,gBAAgB,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEpC,WAAW,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACnC,aAAa,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACrC,aAAa,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACrC,YAAY,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAEpC,kCAAkC,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAE1D,UAAU,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACjC,cAAc,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,CAAC;IAE7C,QAAQ,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAG/B,mBAAmB,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IACvC,sBAAsB,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAC1C,uBAAuB,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAG3C,YAAY,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAEnC,OAAO,CAAC,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACnD,WAAW,CAAC,EAAE,kBAAkB,CAAC,oBAAoB,CAAC,CAAC;CACxD;;AAED,wBAEgC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { HostComponent, ViewProps } from 'react-native';
|
|
2
|
-
import { Double, Int32 } from 'react-native/Libraries/Types/CodegenTypes';
|
|
3
|
-
import type { UnsafeMixed } from './codegenUtils';
|
|
4
|
-
export interface NativeProps extends ViewProps {
|
|
5
|
-
id: UnsafeMixed<string>;
|
|
6
|
-
sourceID: UnsafeMixed<string>;
|
|
7
|
-
existing: UnsafeMixed<boolean>;
|
|
8
|
-
filter: UnsafeMixed<any[]>;
|
|
9
|
-
aboveLayerID: UnsafeMixed<string>;
|
|
10
|
-
belowLayerID: UnsafeMixed<string>;
|
|
11
|
-
layerIndex: UnsafeMixed<Int32>;
|
|
12
|
-
reactStyle: UnsafeMixed<any>;
|
|
13
|
-
maxZoomLevel: UnsafeMixed<Double>;
|
|
14
|
-
minZoomLevel: UnsafeMixed<Double>;
|
|
15
|
-
sourceLayerID: UnsafeMixed<string>;
|
|
16
|
-
}
|
|
17
|
-
declare const _default: HostComponent<NativeProps>;
|
|
18
|
-
export default _default;
|
|
19
|
-
//# sourceMappingURL=RNMBXRasterLayerNativeComponent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RNMBXRasterLayerNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXRasterLayerNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACxB,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC/B,MAAM,EAAE,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC;IAE3B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,UAAU,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC/B,UAAU,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE7B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACpC;;AAED,wBAEgC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { HostComponent, ViewProps } from 'react-native';
|
|
2
|
-
import { Double, Int32 } from 'react-native/Libraries/Types/CodegenTypes';
|
|
3
|
-
import type { UnsafeMixed } from './codegenUtils';
|
|
4
|
-
export interface NativeProps extends ViewProps {
|
|
5
|
-
id: UnsafeMixed<string>;
|
|
6
|
-
sourceID: UnsafeMixed<string>;
|
|
7
|
-
existing: UnsafeMixed<boolean>;
|
|
8
|
-
filter: UnsafeMixed<any[]>;
|
|
9
|
-
aboveLayerID: UnsafeMixed<string>;
|
|
10
|
-
belowLayerID: UnsafeMixed<string>;
|
|
11
|
-
layerIndex: UnsafeMixed<Int32>;
|
|
12
|
-
reactStyle: UnsafeMixed<any>;
|
|
13
|
-
maxZoomLevel: UnsafeMixed<Double>;
|
|
14
|
-
minZoomLevel: UnsafeMixed<Double>;
|
|
15
|
-
}
|
|
16
|
-
declare const _default: HostComponent<NativeProps>;
|
|
17
|
-
export default _default;
|
|
18
|
-
//# sourceMappingURL=RNMBXSkyLayerNativeComponent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RNMBXSkyLayerNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXSkyLayerNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACxB,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC/B,MAAM,EAAE,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC;IAE3B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,UAAU,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC/B,UAAU,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE7B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACnC;;AAED,wBAEgC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RNMBXStyleImportNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXStyleImportNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,WAAW,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC,CAAC;CAChD;;AAED,wBAEgC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { HostComponent, ViewProps } from 'react-native';
|
|
2
|
-
import { Double, Int32 } from 'react-native/Libraries/Types/CodegenTypes';
|
|
3
|
-
import type { UnsafeMixed } from './codegenUtils';
|
|
4
|
-
export interface NativeProps extends ViewProps {
|
|
5
|
-
id: UnsafeMixed<string>;
|
|
6
|
-
sourceID: UnsafeMixed<string>;
|
|
7
|
-
existing: UnsafeMixed<boolean>;
|
|
8
|
-
filter: UnsafeMixed<any[]>;
|
|
9
|
-
aboveLayerID: UnsafeMixed<string>;
|
|
10
|
-
belowLayerID: UnsafeMixed<string>;
|
|
11
|
-
layerIndex: UnsafeMixed<Int32>;
|
|
12
|
-
reactStyle: UnsafeMixed<any>;
|
|
13
|
-
maxZoomLevel: UnsafeMixed<Double>;
|
|
14
|
-
minZoomLevel: UnsafeMixed<Double>;
|
|
15
|
-
sourceLayerID: UnsafeMixed<string>;
|
|
16
|
-
}
|
|
17
|
-
declare const _default: HostComponent<NativeProps>;
|
|
18
|
-
export default _default;
|
|
19
|
-
//# sourceMappingURL=RNMBXSymbolLayerNativeComponent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RNMBXSymbolLayerNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXSymbolLayerNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACxB,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC/B,MAAM,EAAE,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC;IAE3B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,UAAU,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC/B,UAAU,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE7B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACpC;;AAED,wBAEgC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"codegenUtils.d.ts","sourceRoot":"","sources":["../../../src/specs/codegenUtils.ts"],"names":[],"mappings":";AAGA,oBAAY,WAAW,CAAC,CAAC,IAAI,CAAC,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAE1E,oBAAY,KAAK,GAAG;IAClB,CAAC,EAAE,KAAK,CAAC;IACT,CAAC,EAAE,KAAK,CAAC;CACV,CAAC;AAEF,oBAAY,cAAc,GAAG;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB,CAAC;AAEF,oBAAY,gBAAgB,GAAG;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GAAG,IAAI,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseProps.d.ts","sourceRoot":"","sources":["../../../src/types/BaseProps.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS,GAAG;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OnPressEvent.d.ts","sourceRoot":"","sources":["../../../src/types/OnPressEvent.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,GAAG;IACzB,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IACjC,WAAW,EAAE;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,KAAK,EAAE;QACL,CAAC,EAAE,MAAM,CAAC;QACV,CAAC,EAAE,MAAM,CAAC;KACX,CAAC;CACH,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Position.d.ts","sourceRoot":"","sources":["../../../src/types/Position.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAIxC,oBAAY,aAAa,CACvB,CAAC,SAAS,MAAM,EAChB,CAAC,GAAG,OAAO,CAAC,OAAO,EACnB,CAAC,GAAG,OAAO,IACT,cAAc,CAAC,CAAC,EAAE;IAAE,IAAI,EAAE,CAAC,CAAC;IAAC,OAAO,EAAE,CAAC,CAAA;CAAE,CAAC,CAAC;AAI/C,MAAM,WAAW,aAAc,SAAQ,aAAa;IAClD,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,CAAC,QAAQ,CAAC,KAAK,GAAG,MAAM,CAAC,EAAE,CAAC;CAC1C;AAED,MAAM,WAAW,aAAc,SAAQ,aAAa;IAClD,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B,WAAW,EAAE,CAAC,QAAQ,CAAC,KAAK,GAAG,MAAM,CAAC,EAAE,EAAE,CAAC;CAC5C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BridgeValue.d.ts","sourceRoot":"","sources":["../../../src/utils/BridgeValue.ts"],"names":[],"mappings":"AAEA,oBAAY,YAAY,GACpB,MAAM,GACN,MAAM,GACN,OAAO,GACP,YAAY,EAAE,GACd;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CAAE,CAAC;AAEpC,oBAAY,cAAc,GACtB;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,GACnC;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACjC;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACjC;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAClC;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,OAAO,EAAE,CAAA;CAAE,CAAC;AAExC,aAAK,eAAe,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;AAE7E,MAAM,CAAC,OAAO,OAAO,WAAW;IAC9B,QAAQ,EAAE,YAAY,CAAC;gBAEX,QAAQ,EAAE,YAAY;IAIlC,IAAI,IAAI,IAAI,eAAe,CAmB1B;IAED,IAAI,KAAK;;;;;;;;;;;;;;;;;8BAiCR;IAED,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,KAAK,CAAC,GAAG,cAAc;CAOtD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Logger.d.ts","sourceRoot":"","sources":["../../../src/utils/Logger.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AAGtB,oBAAY,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAE1E,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,QAAQ,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;CACb;AAED,aAAK,WAAW,GAAG,CAAC,MAAM,EAAE,SAAS,KAAK,OAAO,CAAC;AAElD,cAAM,MAAM;IACV,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEtC,aAAa,EAAE,kBAAkB,CAAC;IAClC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,YAAY,CAAC,EAAE,mBAAmB,CAAC;IAEnC,MAAM,CAAC,cAAc;;IAarB;;;;OAIG;IACH,MAAM,CAAC,cAAc,CAAC,WAAW,EAAE,WAAW;IAI9C;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,WAAW;IAIvC;;;;;;;OAOG;IAEH;;;OAGG;IACH,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,QAAQ;IAIlC;;OAEG;IACH,KAAK;IAOL,IAAI;IAOJ,SAAS;IAMT,WAAW;IAKX,cAAc,CAAC,GAAG,EAAE,SAAS;IAe7B,KAAK,CAAC,GAAG,EAAE,SAAS;CAarB;AAID,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StyleValue.d.ts","sourceRoot":"","sources":["../../../src/utils/StyleValue.ts"],"names":[],"mappings":"AAEA,OAAoB,EAElB,KAAK,cAAc,EACpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAGpD,oBAAY,UAAU,GAAG;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,cAAc,CAAC;CAC5B,CAAC;AAEF,wBAAgB,cAAc,CAC5B,KAAK,EAAE,kBAAkB,GAAG,SAAS,GACpC,SAAS,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAAE,CA+C3C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Animated.d.ts","sourceRoot":"","sources":["../../../../src/utils/animated/Animated.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,WAAW,MAAM,8BAA8B,CAAC;AACvD,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,kBAAkB,MAAM,qCAAqC,CAAC;AACrE,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,WAAW,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,WAAW,MAAM,8BAA8B,CAAC;AACvD,OAAO,eAAe,MAAM,kCAAkC,CAAC;AAE/D,QAAA,MAAM,QAAQ;;;;;;;;;;CAab,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkRequiredProps.d.ts","sourceRoot":"","sources":["../../../src/utils/checkRequiredProps.ts"],"names":[],"mappings":"AAAA,aAAK,YAAY,CAAC,CAAC,IAAI;KACpB,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,GAAG,CAAC;CACrD,CAAC,MAAM,CAAC,CAAC,CAAC;AAEX,MAAM,CAAC,OAAO,UAAU,kBAAkB,CACxC,KAAK,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,EACxC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,CAAC,KAAK,CAAC,EAAE,QAU3D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deprecation.d.ts","sourceRoot":"","sources":["../../../src/utils/deprecation.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,EACtE,SAAS,EAAE,CAAC,EACZ,kBAAkB,EAAE,MAAM,GACzB,CAAC,CAQH;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CACxC,cAAc,SAAS,MAAM,EAAE,2BAA2B;AAC1D,kBAAkB,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAElD,UAAU,EAAE,cAAc,EAC1B,SAAS,EAAE,kBAAkB,EAC7B,kBAAkB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,EACzC,SAAS,GAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAA;CAAO,GAC7D,kBAAkB,CAapB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"filterUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/filterUtils.ts"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,OAAO,GAAG,MAAM,EAAE,CAM9D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"geoUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/geoUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,EACL,OAAO,EACP,UAAU,EACV,QAAQ,EACR,UAAU,EACV,EAAE,EACF,IAAI,EACJ,iBAAiB,EACjB,QAAQ,EACR,KAAK,EACL,OAAO,EACR,MAAM,eAAe,CAAC;AACvB,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AACtC,OAAO,KAAK,MAAM,aAAa,CAAC;AAEhC,eAAO,MAAM,SAAS,cAAQ,CAAC;AAE/B,eAAO,MAAM,cAAc,mBAAa,CAAC;AAEzC,wBAAgB,gBAAgB,CAC9B,oBAAoB,EAAE,QAAQ,EAC9B,oBAAoB,EAAE,QAAQ,GAC7B,iBAAiB,CAAC,KAAK,CAAC,CAK1B;AAED,eAAO,MAAM,WAAW,gBAAU,CAAC;AAEnC,wBAAgB,qBAAqB,CAAC,CAAC,GAAG,QAAQ,EAAE,CAAC,GAAG,UAAU,EAChE,QAAQ,GAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAM,EACnC,OAAO,CAAC,EAAE;IACR,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,EAAE,CAAC,EAAE,EAAE,CAAC;CACT,2BAGF;AAED,wBAAgB,sBAAsB,CACpC,oBAAoB,EAAE,iBAAiB,EACvC,UAAU,EAAE,OAAO,GAClB,iBAAiB,CAKnB;AAED,eAAO,MAAM,iBAAiB,iBAAW,CAAC;AAE1C,eAAO,MAAM,cAAc,cAAQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getAnnotationsLayerID.d.ts","sourceRoot":"","sources":["../../../src/utils/getAnnotationsLayerID.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB,SAC1B,kBAAkB,GAAG,UAAU,uBAStC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAKL,mBAAmB,EACpB,MAAM,cAAc,CAAC;AActB,wBAAgB,SAAS,IAAI,OAAO,CAEnC;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,GAAG,OAAO,CAKpE;AAED,wBAAgB,UAAU,CAAC,EAAE,EAAE,OAAO,GAAG,EAAE,IAAI,OAAO,CAErD;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,MAAM,CAEpD;AAED,wBAAgB,WAAW,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,SAAS,CAE1D;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,MAAM,CAEpD;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,IAAI,OAAO,CAExD;AAED,wBAAgB,WAAW,CACzB,KAAK,EAAE,OAAO,GACb,KAAK,IAAI,MAAM,GAAG,MAAM,GAAG,OAAO,CAEpC;AAED,oBAAY,SAAS,GACjB,MAAM,GACN,MAAM,GACN,OAAO,GACP,IAAI,GACJ;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAC1B,SAAS,EAAE,CAAC;AAEhB,wBAAgB,gBAAgB,CAAC,UAAU,GAAG,SAAS,EACrD,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,GAAG,EACd,IAAI,EAAE,SAAS,EAAE,GAChB,OAAO,CAAC,UAAU,CAAC,CA2BrB;AAED,wBAAgB,2BAA2B,CACzC,QAAQ,EAAE,UAAU,CAAC,OAAO,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAClD,UAAU,GAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAO,OAkB3C;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,mBAAmB,GAAG,MAAM,CAGtE;AAED,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAK3D;AAED,wBAAgB,YAAY,CAAC,IAAI,GAAE,GAAQ,UAE1C;AAED,oBAAY,mBAAmB,GAC3B;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GAC7B;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAC9B;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GAChC;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nativeRef.d.ts","sourceRoot":"","sources":["../../../src/utils/nativeRef.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,gBAAgB,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,aAAa,EAAE,MAAM,cAAc,CAAC;AAEtE;;;;;;;GAOG;AACH,oBAAY,aAAa,CAAC,CAAC,IAAI,gBAAgB,CAC7C,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC,CAAC,GAAG,IAAI,CAChD,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,CAAC,EACjC,CAAC,EAAE,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,GACpC,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC,CAAC,GAAG,IAAI,CAAC,CAEnE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styleMap.d.ts","sourceRoot":"","sources":["../../../src/utils/styleMap.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;CAQtB,CAAC;AAEF,wBAAgB,YAAY,CAAC,SAAS,EAAE,MAAM,OAAO,WAAW,UAU/D;AA8ND,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MapContext.d.ts","sourceRoot":"","sources":["../../../src/web/MapContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAErC,QAAA,MAAM,UAAU;;EAAyC,CAAC;AAE1D,eAAe,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Camera.d.ts","sourceRoot":"","sources":["../../../../src/web/components/Camera.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,UAAU,MAAM,eAAe,CAAC;AAEvC,cAAM,MAAO,SAAQ,KAAK,CAAC,SAAS,CAAC;IACnC,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;CAC3C,CAAC;IACA,OAAO,EAAG,KAAK,CAAC,WAAW,CAAC,OAAO,UAAU,CAAC,CAAC;IAE/C,MAAM,CAAC,WAAW;;OAAc;IAChC,MAAM,CAAC,iBAAiB,UAAM;IAE9B,iBAAiB;IAQjB,SAAS,CACP,oBAAoB,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EACtC,oBAAoB,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EACtC,OAAO,SAAI,EACX,iBAAiB,SAAM;IAQzB,MAAM;CAGP;AAED,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MapView.d.ts","sourceRoot":"","sources":["../../../../src/web/components/MapView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,cAAM,OAAQ,SAAQ,KAAK,CAAC,SAAS,CACnC;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAA;CAAE,EAC3C;IAAE,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,CACxB;IACC,KAAK;;MAAiB;IACtB,YAAY,EAAE,WAAW,GAAG,IAAI,CAAQ;IACxC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE1B,iBAAiB;IAcjB,MAAM;CAkBP;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Logger.d.ts","sourceRoot":"","sources":["../../../../src/web/utils/Logger.ts"],"names":[],"mappings":"AACA,aAAK,UAAU,GAAG;IAChB,KAAK,EAAE,QAAQ,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AACF,aAAK,WAAW,GAAG,CAAC,GAAG,EAAE,UAAU,KAAK,OAAO,CAAC;AAChD,aAAK,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAEnE,cAAM,MAAM;IACV,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEtC,KAAK,EAAE,QAAQ,CAAU;IACzB,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;IAChC,YAAY,SAAK;IAEjB,MAAM,CAAC,cAAc;;IAWrB;;;;OAIG;IACH,MAAM,CAAC,cAAc,CAAC,WAAW,EAAE,WAAW;IAI9C;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,WAAW;IAIvC;;;;;;;OAOG;IAEH;;;OAGG;IACH,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,QAAQ;IAIlC,KAAK;IAEL,IAAI;IAEJ,SAAS;IAIT,WAAW;IAIX,cAAc,CAAC,GAAG,EAAE,UAAU,GAAG,QAAQ;IAezC,KAAK,CAAC,GAAG,EAAE,UAAU;CAatB;AAID,eAAe,MAAM,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|