@rnmapbox/maps 10.1.45 → 10.2.0
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/build.gradle +10 -2
- package/android/install.md +3 -14
- package/android/src/main/java/com/rnmapbox/rnmbx/components/mapview/RNMBXMapView.kt +4 -2
- package/android/src/main/java/com/rnmapbox/rnmbx/components/styles/RNMBXStyleFactory.kt +514 -0
- package/android/src/main/mapbox-v11-compat/v10/com/rnmapbox/rnmbx/v11compat/StyleFactory.kt +341 -1
- package/android/src/main/mapbox-v11-compat/v11/com/rnmapbox/rnmbx/v11compat/Annotation.kt +1 -1
- package/ios/RNMBX/RNMBXMapViewComponentView.mm +8 -3
- package/ios/RNMBX/RNMBXStyle.swift +382 -0
- package/lib/commonjs/plugin/build/generateCode.js +0 -1
- package/lib/commonjs/plugin/build/withMapbox.js +14 -4
- package/lib/commonjs/plugin/install.md +18 -18
- package/lib/commonjs/plugin/src/generateCode.ts +0 -1
- package/lib/commonjs/plugin/src/withMapbox.ts +24 -4
- package/lib/module/Mapbox.js +3 -80
- package/lib/module/Mapbox.js.map +1 -1
- package/lib/module/Mapbox.native.js +83 -0
- package/lib/module/Mapbox.native.js.map +1 -0
- package/lib/module/RNMBXModule.js +0 -1
- package/lib/module/RNMBXModule.js.map +1 -1
- package/lib/module/classes/AnimatedRouteCoordinatesArray.js +2 -4
- package/lib/module/classes/AnimatedRouteCoordinatesArray.js.map +1 -1
- package/lib/module/classes/index.js +5 -5
- package/lib/module/classes/index.js.map +1 -1
- package/lib/module/components/AbstractLayer.js +2 -2
- package/lib/module/components/AbstractLayer.js.map +1 -1
- package/lib/module/components/Annotation.js +7 -4
- package/lib/module/components/Annotation.js.map +1 -1
- package/lib/module/components/Atmosphere.js +2 -2
- package/lib/module/components/Atmosphere.js.map +1 -1
- package/lib/module/components/BackgroundLayer.js +11 -9
- package/lib/module/components/BackgroundLayer.js.map +1 -1
- package/lib/module/components/Camera.js +16 -12
- package/lib/module/components/Camera.js.map +1 -1
- package/lib/module/components/CircleLayer.js +1 -1
- package/lib/module/components/CircleLayer.js.map +1 -1
- package/lib/module/components/CustomLocationProvider.js +1 -1
- package/lib/module/components/CustomLocationProvider.js.map +1 -1
- package/lib/module/components/FillExtrusionLayer.js +11 -9
- package/lib/module/components/FillExtrusionLayer.js.map +1 -1
- package/lib/module/components/FillLayer.js +1 -1
- package/lib/module/components/FillLayer.js.map +1 -1
- package/lib/module/components/HeadingIndicator.js +2 -2
- package/lib/module/components/HeadingIndicator.js.map +1 -1
- package/lib/module/components/HeatmapLayer.js +1 -1
- package/lib/module/components/HeatmapLayer.js.map +1 -1
- package/lib/module/components/Image.js +2 -2
- package/lib/module/components/Image.js.map +1 -1
- package/lib/module/components/ImageSource.js +2 -2
- package/lib/module/components/ImageSource.js.map +1 -1
- package/lib/module/components/Images.js +2 -2
- package/lib/module/components/Images.js.map +1 -1
- package/lib/module/components/Light.js +3 -5
- package/lib/module/components/Light.js.map +1 -1
- package/lib/module/components/LineLayer.js +1 -2
- package/lib/module/components/LineLayer.js.map +1 -1
- package/lib/module/components/LocationPuck.js +1 -1
- package/lib/module/components/LocationPuck.js.map +1 -1
- package/lib/module/components/MapView.js +12 -7
- package/lib/module/components/MapView.js.map +1 -1
- package/lib/module/components/MarkerView.js +5 -5
- package/lib/module/components/MarkerView.js.map +1 -1
- package/lib/module/components/ModelLayer.js +1 -2
- package/lib/module/components/ModelLayer.js.map +1 -1
- package/lib/module/components/Models.js +0 -1
- package/lib/module/components/Models.js.map +1 -1
- package/lib/module/components/NativeBridgeComponent.js +1 -1
- package/lib/module/components/NativeBridgeComponent.js.map +1 -1
- package/lib/module/components/PointAnnotation.js +5 -5
- package/lib/module/components/PointAnnotation.js.map +1 -1
- package/lib/module/components/RasterDemSource.js +4 -4
- package/lib/module/components/RasterDemSource.js.map +1 -1
- package/lib/module/components/RasterLayer.js +1 -1
- package/lib/module/components/RasterLayer.js.map +1 -1
- package/lib/module/components/RasterSource.js +4 -4
- package/lib/module/components/RasterSource.js.map +1 -1
- package/lib/module/components/ShapeSource.js +7 -7
- package/lib/module/components/ShapeSource.js.map +1 -1
- package/lib/module/components/SkyLayer.js +9 -7
- package/lib/module/components/SkyLayer.js.map +1 -1
- package/lib/module/components/Style.js +14 -14
- package/lib/module/components/Style.js.map +1 -1
- package/lib/module/components/StyleImport.js +1 -1
- package/lib/module/components/StyleImport.js.map +1 -1
- package/lib/module/components/SymbolLayer.js +1 -1
- package/lib/module/components/SymbolLayer.js.map +1 -1
- package/lib/module/components/Terrain.js +2 -2
- package/lib/module/components/Terrain.js.map +1 -1
- package/lib/module/components/UserLocation.js +5 -5
- package/lib/module/components/UserLocation.js.map +1 -1
- package/lib/module/components/VectorSource.js +5 -5
- package/lib/module/components/VectorSource.js.map +1 -1
- package/lib/module/components/Viewport.js +6 -3
- package/lib/module/components/Viewport.js.map +1 -1
- package/lib/module/components/codeparts/LayerPropsCommon.codepart-tsx +1 -1
- package/lib/module/index.native.js +6 -0
- package/lib/module/index.native.js.map +1 -0
- package/lib/module/modules/location/locationManager.js +20 -17
- package/lib/module/modules/location/locationManager.js.map +1 -1
- package/lib/module/modules/offline/OfflineCreatePackOptions.js +2 -2
- package/lib/module/modules/offline/OfflineCreatePackOptions.js.map +1 -1
- package/lib/module/modules/offline/TileStore.js +1 -1
- package/lib/module/modules/offline/TileStore.js.map +1 -1
- package/lib/module/modules/offline/offlineManager.js +4 -4
- package/lib/module/modules/offline/offlineManager.js.map +1 -1
- package/lib/module/modules/offline/offlineManagerLegacy.js +3 -3
- package/lib/module/modules/offline/offlineManagerLegacy.js.map +1 -1
- package/lib/module/modules/snapshot/SnapshotOptions.js +2 -2
- package/lib/module/modules/snapshot/SnapshotOptions.js.map +1 -1
- package/lib/module/modules/snapshot/snapshotManager.js +1 -1
- package/lib/module/modules/snapshot/snapshotManager.js.map +1 -1
- package/lib/module/package.json +1 -0
- package/lib/module/requestAndroidLocationPermissions.js +1 -1
- package/lib/module/requestAndroidLocationPermissions.js.map +1 -1
- package/lib/module/shapeAnimators/ChangeLineOffsetsShapeAnimator.js +4 -2
- package/lib/module/shapeAnimators/ChangeLineOffsetsShapeAnimator.js.map +1 -1
- package/lib/module/shapeAnimators/MovePointShapeAnimator.js +2 -2
- package/lib/module/shapeAnimators/MovePointShapeAnimator.js.map +1 -1
- package/lib/module/specs/NativeMapViewModule.js +1 -1
- package/lib/module/specs/NativeMapViewModule.js.map +1 -1
- package/lib/module/specs/NativeRNMBXCameraModule.js +3 -1
- package/lib/module/specs/NativeRNMBXCameraModule.js.map +1 -1
- package/lib/module/specs/NativeRNMBXChangeLineOffsetsShapeAnimatorModule.js +3 -0
- package/lib/module/specs/NativeRNMBXChangeLineOffsetsShapeAnimatorModule.js.map +1 -1
- package/lib/module/specs/NativeRNMBXImageModule.js +1 -1
- package/lib/module/specs/NativeRNMBXImageModule.js.map +1 -1
- package/lib/module/specs/NativeRNMBXLocationModule.js +3 -1
- package/lib/module/specs/NativeRNMBXLocationModule.js.map +1 -1
- package/lib/module/specs/NativeRNMBXMovePointShapeAnimatorModule.js +2 -0
- package/lib/module/specs/NativeRNMBXMovePointShapeAnimatorModule.js.map +1 -1
- package/lib/module/specs/NativeRNMBXPointAnnotationModule.js +1 -1
- package/lib/module/specs/NativeRNMBXPointAnnotationModule.js.map +1 -1
- package/lib/module/specs/NativeRNMBXShapeSourceModule.js +1 -1
- package/lib/module/specs/NativeRNMBXShapeSourceModule.js.map +1 -1
- package/lib/module/specs/NativeRNMBXTileStoreModule.js +3 -1
- package/lib/module/specs/NativeRNMBXTileStoreModule.js.map +1 -1
- package/lib/module/specs/NativeRNMBXViewportModule.js +3 -1
- package/lib/module/specs/NativeRNMBXViewportModule.js.map +1 -1
- package/lib/module/specs/RNMBXAtmosphereNativeComponent.ts +1 -0
- package/lib/module/specs/RNMBXBackgroundLayerNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXCalloutNativeComponent.ts +1 -1
- package/lib/module/specs/RNMBXCameraNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXCircleLayerNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXCustomLocationProviderNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXFillExtrusionLayerNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXFillLayerNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXHeatmapLayerNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXImageNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXImageSourceNativeComponent.ts +1 -0
- package/lib/module/specs/RNMBXImagesNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXLightNativeComponent.ts +1 -0
- package/lib/module/specs/RNMBXLineLayerNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXMapViewNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXMarkerViewContentNativeComponent.ts +2 -2
- package/lib/module/specs/RNMBXMarkerViewNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXModelLayerNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXModelsNativeComponent.ts +1 -0
- package/lib/module/specs/RNMBXNativeUserLocationNativeComponent.ts +1 -0
- package/lib/module/specs/RNMBXPointAnnotationNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXRasterDemSourceNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXRasterLayerNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXRasterSourceNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXShapeSourceNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXSkyLayerNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXStyleImportNativeComponent.ts +1 -0
- package/lib/module/specs/RNMBXSymbolLayerNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXTerrainNativeComponent.ts +1 -0
- package/lib/module/specs/RNMBXVectorSourceNativeComponent.ts +2 -0
- package/lib/module/specs/RNMBXViewportNativeComponent.ts +2 -0
- package/lib/module/utils/BridgeValue.js +1 -1
- package/lib/module/utils/BridgeValue.js.map +1 -1
- package/lib/module/utils/Logger.js.map +1 -1
- package/lib/module/utils/MapboxStyles.d.js +48 -0
- package/lib/module/utils/MapboxStyles.d.js.map +1 -1
- package/lib/module/utils/NativeCommands.js.map +1 -1
- package/lib/module/utils/StyleValue.js +2 -2
- package/lib/module/utils/StyleValue.js.map +1 -1
- package/lib/module/utils/animated/Animated.js +9 -9
- package/lib/module/utils/animated/Animated.js.map +1 -1
- package/lib/module/utils/geoUtils.js +6 -1
- package/lib/module/utils/geoUtils.js.map +1 -1
- package/lib/module/utils/index.js +0 -1
- package/lib/module/utils/index.js.map +1 -1
- package/lib/module/utils/styleMap.js +31 -1
- package/lib/module/utils/styleMap.js.map +1 -1
- package/lib/module/web/MapboxModule.js +15 -8
- package/lib/module/web/MapboxModule.js.map +1 -1
- package/lib/module/web/components/Camera.js +3 -1
- package/lib/module/web/components/Camera.js.map +1 -1
- package/lib/module/web/components/MapView.js +1 -1
- package/lib/module/web/components/MapView.js.map +1 -1
- package/lib/module/web/components/MarkerView.js +1 -1
- package/lib/module/web/components/MarkerView.js.map +1 -1
- package/lib/module/web/index.js +6 -5
- package/lib/module/web/index.js.map +1 -1
- package/lib/module/web/utils/Logger.js +0 -2
- package/lib/module/web/utils/Logger.js.map +1 -1
- package/lib/typescript/app.plugin.d.ts +3 -0
- package/lib/typescript/app.plugin.d.ts.map +1 -0
- package/lib/typescript/babel.config.d.ts +10 -0
- package/lib/typescript/babel.config.d.ts.map +1 -0
- package/lib/typescript/eslint.config.d.mts +3 -0
- package/lib/typescript/eslint.config.d.mts.map +1 -0
- package/lib/typescript/example/src/examples/common/ExampleMetadata.d.ts +9 -0
- package/lib/typescript/example/src/examples/common/ExampleMetadata.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +1 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/plugin/build/generateCode.d.ts +41 -0
- package/lib/typescript/plugin/build/generateCode.d.ts.map +1 -0
- package/lib/typescript/plugin/build/withMapbox.d.ts +26 -0
- package/lib/typescript/plugin/build/withMapbox.d.ts.map +1 -0
- package/lib/typescript/plugin/copy-plugin.d.ts +2 -0
- package/lib/typescript/plugin/copy-plugin.d.ts.map +1 -0
- package/lib/typescript/plugin/jest.config.d.ts +3 -0
- package/lib/typescript/plugin/jest.config.d.ts.map +1 -0
- package/lib/typescript/plugin/src/generateCode.d.ts +43 -0
- package/lib/typescript/plugin/src/generateCode.d.ts.map +1 -0
- package/lib/typescript/plugin/src/withMapbox.d.ts +20 -0
- package/lib/typescript/plugin/src/withMapbox.d.ts.map +1 -0
- package/lib/typescript/scripts/actions/lint-code-example-in-issues/fetch-issue-for-testing.d.ts +2 -0
- package/lib/typescript/scripts/actions/lint-code-example-in-issues/fetch-issue-for-testing.d.ts.map +1 -0
- package/lib/typescript/scripts/actions/lint-code-example-in-issues/lint-code-example-in-issues.d.ts +2 -0
- package/lib/typescript/scripts/actions/lint-code-example-in-issues/lint-code-example-in-issues.d.ts.map +1 -0
- package/lib/typescript/scripts/autogenHelpers/DocJSONBuilder.d.mts +20 -0
- package/lib/typescript/scripts/autogenHelpers/DocJSONBuilder.d.mts.map +1 -0
- package/lib/typescript/scripts/autogenHelpers/JSDocNodeTree.d.ts +47 -0
- package/lib/typescript/scripts/autogenHelpers/JSDocNodeTree.d.ts.map +1 -0
- package/lib/typescript/scripts/autogenHelpers/MarkdownBuilder.d.mts +21 -0
- package/lib/typescript/scripts/autogenHelpers/MarkdownBuilder.d.mts.map +1 -0
- package/lib/typescript/scripts/autogenHelpers/docconfig.d.ts +13 -0
- package/lib/typescript/scripts/autogenHelpers/docconfig.d.ts.map +1 -0
- package/lib/typescript/scripts/autogenHelpers/examplesJsonSchema.d.ts +18 -0
- package/lib/typescript/scripts/autogenHelpers/examplesJsonSchema.d.ts.map +1 -0
- package/lib/typescript/scripts/autogenHelpers/generateCodeWithEjs.d.mts +40 -0
- package/lib/typescript/scripts/autogenHelpers/generateCodeWithEjs.d.mts.map +1 -0
- package/lib/typescript/scripts/autogenHelpers/generateIOSComponents.d.mts +17 -0
- package/lib/typescript/scripts/autogenHelpers/generateIOSComponents.d.mts.map +1 -0
- package/lib/typescript/scripts/autogenHelpers/globals.d.mts +34 -0
- package/lib/typescript/scripts/autogenHelpers/globals.d.mts.map +1 -0
- package/lib/typescript/scripts/autogenHelpers/screenshotsJsonSchema.d.ts +10 -0
- package/lib/typescript/scripts/autogenHelpers/screenshotsJsonSchema.d.ts.map +1 -0
- package/lib/typescript/scripts/autogenerate.d.mts +2 -0
- package/lib/typescript/scripts/autogenerate.d.mts.map +1 -0
- package/lib/typescript/scripts/codegen-old-arch.d.ts +3 -0
- package/lib/typescript/scripts/codegen-old-arch.d.ts.map +1 -0
- package/lib/typescript/scripts/codepart-replace.d.mts +9 -0
- package/lib/typescript/scripts/codepart-replace.d.mts.map +1 -0
- package/lib/typescript/scripts/doc-generate.d.mts +2 -0
- package/lib/typescript/scripts/doc-generate.d.mts.map +1 -0
- package/lib/typescript/scripts/docjsongenerate.d.mts +2 -0
- package/lib/typescript/scripts/docjsongenerate.d.mts.map +1 -0
- package/lib/typescript/scripts/example-docs.d.ts +5 -0
- package/lib/typescript/scripts/example-docs.d.ts.map +1 -0
- package/lib/typescript/setup-jest.d.ts +2 -0
- package/lib/typescript/setup-jest.d.ts.map +1 -0
- package/lib/typescript/src/Mapbox.d.ts +3 -70
- package/lib/typescript/src/Mapbox.d.ts.map +1 -1
- package/lib/typescript/src/Mapbox.native.d.ts +71 -0
- package/lib/typescript/src/Mapbox.native.d.ts.map +1 -0
- package/lib/typescript/src/RNMBXModule.d.ts.map +1 -1
- package/lib/typescript/src/classes/AnimatedCoordinatesArray.d.ts +46 -0
- package/lib/typescript/src/classes/AnimatedCoordinatesArray.d.ts.map +1 -0
- package/lib/typescript/src/classes/AnimatedExtractCoordinateFromArray.d.ts +12 -0
- package/lib/typescript/src/classes/AnimatedExtractCoordinateFromArray.d.ts.map +1 -0
- package/lib/typescript/src/classes/AnimatedPoint.d.ts +38 -0
- package/lib/typescript/src/classes/AnimatedPoint.d.ts.map +1 -0
- package/lib/typescript/src/classes/AnimatedRouteCoordinatesArray.d.ts +23 -0
- package/lib/typescript/src/classes/AnimatedRouteCoordinatesArray.d.ts.map +1 -0
- package/lib/typescript/src/classes/AnimatedShape.d.ts +24 -0
- package/lib/typescript/src/classes/AnimatedShape.d.ts.map +1 -0
- package/lib/typescript/src/classes/index.d.ts +6 -0
- package/lib/typescript/src/classes/index.d.ts.map +1 -0
- package/lib/typescript/src/components/AbstractLayer.d.ts +2 -2
- package/lib/typescript/src/components/AbstractLayer.d.ts.map +1 -1
- package/lib/typescript/src/components/Annotation.d.ts +2 -2
- package/lib/typescript/src/components/Annotation.d.ts.map +1 -1
- package/lib/typescript/src/components/Atmosphere.d.ts +1 -2
- package/lib/typescript/src/components/Atmosphere.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayer.d.ts +4 -4
- package/lib/typescript/src/components/BackgroundLayer.d.ts.map +1 -1
- package/lib/typescript/src/components/Callout.d.ts +167 -3
- package/lib/typescript/src/components/Callout.d.ts.map +1 -1
- package/lib/typescript/src/components/Camera.d.ts.map +1 -1
- package/lib/typescript/src/components/CircleLayer.d.ts +2 -2
- package/lib/typescript/src/components/CustomLocationProvider.d.ts +1 -2
- package/lib/typescript/src/components/CustomLocationProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/FillExtrusionLayer.d.ts +2 -2
- package/lib/typescript/src/components/FillLayer.d.ts +4 -4
- package/lib/typescript/src/components/FillLayer.d.ts.map +1 -1
- package/lib/typescript/src/components/HeadingIndicator.d.ts +1 -2
- package/lib/typescript/src/components/HeadingIndicator.d.ts.map +1 -1
- package/lib/typescript/src/components/HeatmapLayer.d.ts +4 -4
- package/lib/typescript/src/components/HeatmapLayer.d.ts.map +1 -1
- package/lib/typescript/src/components/ImageSource.d.ts +2 -2
- package/lib/typescript/src/components/Images.d.ts +2 -2
- package/lib/typescript/src/components/Images.d.ts.map +1 -1
- package/lib/typescript/src/components/Light.d.ts.map +1 -1
- package/lib/typescript/src/components/LineLayer.d.ts +2 -3
- package/lib/typescript/src/components/LineLayer.d.ts.map +1 -1
- package/lib/typescript/src/components/LocationPuck.d.ts +1 -2
- package/lib/typescript/src/components/LocationPuck.d.ts.map +1 -1
- package/lib/typescript/src/components/MapView.d.ts +3 -3
- package/lib/typescript/src/components/MapView.d.ts.map +1 -1
- package/lib/typescript/src/components/MarkerView.d.ts +1 -1
- package/lib/typescript/src/components/ModelLayer.d.ts +2 -3
- package/lib/typescript/src/components/ModelLayer.d.ts.map +1 -1
- package/lib/typescript/src/components/Models.d.ts +1 -2
- package/lib/typescript/src/components/Models.d.ts.map +1 -1
- package/lib/typescript/src/components/PointAnnotation.d.ts +1 -1
- package/lib/typescript/src/components/RasterDemSource.d.ts +2 -2
- package/lib/typescript/src/components/RasterLayer.d.ts +2 -2
- package/lib/typescript/src/components/RasterSource.d.ts +2 -2
- package/lib/typescript/src/components/ShapeSource.d.ts +2 -2
- package/lib/typescript/src/components/SkyLayer.d.ts +2 -2
- package/lib/typescript/src/components/Style.d.ts +1 -2
- package/lib/typescript/src/components/Style.d.ts.map +1 -1
- package/lib/typescript/src/components/StyleImport.d.ts +1 -2
- package/lib/typescript/src/components/StyleImport.d.ts.map +1 -1
- package/lib/typescript/src/components/SymbolLayer.d.ts +2 -2
- package/lib/typescript/src/components/Terrain.d.ts +1 -2
- package/lib/typescript/src/components/Terrain.d.ts.map +1 -1
- package/lib/typescript/src/components/UserLocation.d.ts +2 -2
- package/lib/typescript/src/components/UserLocation.d.ts.map +1 -1
- package/lib/typescript/src/components/VectorSource.d.ts +2 -2
- package/lib/typescript/src/components/Viewport.d.ts.map +1 -1
- package/lib/typescript/src/index.native.d.ts +4 -0
- package/lib/typescript/src/index.native.d.ts.map +1 -0
- package/lib/typescript/src/modules/location/locationManager.d.ts +1 -1
- package/lib/typescript/src/modules/location/locationManager.d.ts.map +1 -1
- package/lib/typescript/src/modules/offline/offlineManager.d.ts +1 -1
- package/lib/typescript/src/modules/offline/offlineManager.d.ts.map +1 -1
- package/lib/typescript/src/modules/offline/offlineManagerLegacy.d.ts.map +1 -1
- package/lib/typescript/src/shapeAnimators/ChangeLineOffsetsShapeAnimator.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeMapViewModule.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeRNMBXCameraModule.d.ts +1 -1
- package/lib/typescript/src/specs/NativeRNMBXCameraModule.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeRNMBXChangeLineOffsetsShapeAnimatorModule.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeRNMBXImageModule.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeRNMBXLocationModule.d.ts +1 -1
- package/lib/typescript/src/specs/NativeRNMBXLocationModule.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeRNMBXMovePointShapeAnimatorModule.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeRNMBXPointAnnotationModule.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeRNMBXShapeSourceModule.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeRNMBXTileStoreModule.d.ts +1 -1
- package/lib/typescript/src/specs/NativeRNMBXTileStoreModule.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeRNMBXViewportModule.d.ts +1 -1
- package/lib/typescript/src/specs/NativeRNMBXViewportModule.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXAtmosphereNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXBackgroundLayerNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXCalloutNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXCameraNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXCircleLayerNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXCustomLocationProviderNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXFillExtrusionLayerNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXFillLayerNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXHeatmapLayerNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXImageNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXImageSourceNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXImagesNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXLightNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXLineLayerNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXMapViewNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXMarkerViewContentNativeComponent.d.ts +1 -1
- package/lib/typescript/src/specs/RNMBXMarkerViewContentNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXMarkerViewNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXModelLayerNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXModelsNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXNativeUserLocationNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXPointAnnotationNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXRasterDemSourceNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXRasterLayerNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXRasterSourceNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXShapeSourceNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXSkyLayerNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXStyleImportNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXSymbolLayerNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXTerrainNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXVectorSourceNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/RNMBXViewportNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/specs/codegenUtils.d.ts.map +1 -1
- package/lib/typescript/src/utils/NativeCommands.d.ts.map +1 -1
- package/lib/typescript/src/utils/animated/Animated.d.ts +165 -9
- package/lib/typescript/src/utils/animated/Animated.d.ts.map +1 -1
- package/lib/typescript/src/utils/geoUtils.d.ts +7 -9
- package/lib/typescript/src/utils/geoUtils.d.ts.map +1 -1
- package/lib/typescript/src/utils/getAnnotationsLayerID.d.ts +1 -1
- package/lib/typescript/src/utils/getAnnotationsLayerID.d.ts.map +1 -1
- package/lib/typescript/src/utils/index.d.ts.map +1 -1
- package/lib/typescript/src/utils/nativeRef.d.ts +1 -1
- package/lib/typescript/src/utils/nativeRef.d.ts.map +1 -1
- package/lib/typescript/src/utils/styleMap.d.ts.map +1 -1
- package/lib/typescript/src/web/MapboxModule.d.ts +24 -0
- package/lib/typescript/src/web/MapboxModule.d.ts.map +1 -0
- package/lib/typescript/src/web/UnimplementedComponent.d.ts +47 -0
- package/lib/typescript/src/web/UnimplementedComponent.d.ts.map +1 -0
- package/lib/typescript/src/web/components/Camera.d.ts +1 -1
- package/lib/typescript/src/web/components/Camera.d.ts.map +1 -1
- package/lib/typescript/src/web/components/MapView.d.ts +1 -1
- package/lib/typescript/src/web/components/MarkerView.d.ts +1 -1
- package/lib/typescript/src/web/components/MarkerView.d.ts.map +1 -1
- package/lib/typescript/src/web/index.d.ts +28 -0
- package/lib/typescript/src/web/index.d.ts.map +1 -0
- package/lib/typescript/src/web/utils/Logger.d.ts.map +1 -1
- package/package.json +141 -97
- package/plugin/build/generateCode.js +0 -1
- package/plugin/build/withMapbox.js +14 -4
- package/plugin/install.md +18 -18
- package/plugin/src/generateCode.ts +0 -1
- package/plugin/src/withMapbox.ts +24 -4
- package/rnmapbox-maps.podspec +20 -4
- package/setup-jest.js +1 -0
- package/src/Mapbox.native.ts +125 -0
- package/src/Mapbox.ts +3 -124
- package/src/RNMBXModule.ts +0 -1
- package/src/classes/AnimatedRouteCoordinatesArray.js +1 -1
- package/src/components/Annotation.tsx +2 -0
- package/src/components/Atmosphere.tsx +1 -1
- package/src/components/BackgroundLayer.tsx +6 -6
- package/src/components/Camera.tsx +29 -16
- package/src/components/CircleLayer.tsx +1 -1
- package/src/components/CustomLocationProvider.tsx +1 -1
- package/src/components/FillExtrusionLayer.tsx +4 -4
- package/src/components/FillLayer.tsx +6 -3
- package/src/components/HeatmapLayer.tsx +3 -3
- package/src/components/Image.tsx +1 -1
- package/src/components/ImageSource.tsx +1 -1
- package/src/components/Images.tsx +13 -12
- package/src/components/Light.tsx +0 -1
- package/src/components/LineLayer.tsx +1 -2
- package/src/components/LocationPuck.tsx +1 -1
- package/src/components/MapView.tsx +8 -4
- package/src/components/MarkerView.tsx +3 -3
- package/src/components/ModelLayer.tsx +1 -2
- package/src/components/Models.tsx +1 -2
- package/src/components/RasterDemSource.tsx +3 -3
- package/src/components/RasterLayer.tsx +1 -1
- package/src/components/RasterSource.tsx +3 -3
- package/src/components/ShapeSource.tsx +3 -3
- package/src/components/SkyLayer.tsx +2 -2
- package/src/components/Style.tsx +4 -4
- package/src/components/StyleImport.tsx +1 -1
- package/src/components/SymbolLayer.tsx +1 -1
- package/src/components/Terrain.tsx +1 -1
- package/src/components/UserLocation.tsx +6 -1
- package/src/components/VectorSource.tsx +3 -3
- package/src/components/Viewport.tsx +2 -0
- package/src/components/codeparts/LayerPropsCommon.codepart-tsx +1 -1
- package/src/index.native.ts +4 -0
- package/src/modules/location/locationManager.ts +34 -23
- package/src/modules/offline/offlineManager.ts +7 -8
- package/src/modules/offline/offlineManagerLegacy.ts +3 -4
- package/src/requestAndroidLocationPermissions.ts +1 -1
- package/src/shapeAnimators/ChangeLineOffsetsShapeAnimator.ts +1 -0
- package/src/specs/NativeMapViewModule.ts +1 -1
- package/src/specs/NativeRNMBXCameraModule.ts +3 -2
- package/src/specs/NativeRNMBXChangeLineOffsetsShapeAnimatorModule.ts +2 -0
- package/src/specs/NativeRNMBXImageModule.ts +1 -1
- package/src/specs/NativeRNMBXLocationModule.ts +21 -21
- package/src/specs/NativeRNMBXMovePointShapeAnimatorModule.ts +1 -0
- package/src/specs/NativeRNMBXPointAnnotationModule.ts +1 -1
- package/src/specs/NativeRNMBXShapeSourceModule.ts +1 -1
- package/src/specs/NativeRNMBXTileStoreModule.ts +3 -2
- package/src/specs/NativeRNMBXViewportModule.ts +3 -2
- package/src/specs/RNMBXAtmosphereNativeComponent.ts +1 -0
- package/src/specs/RNMBXBackgroundLayerNativeComponent.ts +2 -0
- package/src/specs/RNMBXCalloutNativeComponent.ts +1 -1
- package/src/specs/RNMBXCameraNativeComponent.ts +2 -0
- package/src/specs/RNMBXCircleLayerNativeComponent.ts +2 -0
- package/src/specs/RNMBXCustomLocationProviderNativeComponent.ts +2 -0
- package/src/specs/RNMBXFillExtrusionLayerNativeComponent.ts +2 -0
- package/src/specs/RNMBXFillLayerNativeComponent.ts +2 -0
- package/src/specs/RNMBXHeatmapLayerNativeComponent.ts +2 -0
- package/src/specs/RNMBXImageNativeComponent.ts +2 -0
- package/src/specs/RNMBXImageSourceNativeComponent.ts +1 -0
- package/src/specs/RNMBXImagesNativeComponent.ts +2 -0
- package/src/specs/RNMBXLightNativeComponent.ts +1 -0
- package/src/specs/RNMBXLineLayerNativeComponent.ts +2 -0
- package/src/specs/RNMBXMapViewNativeComponent.ts +2 -0
- package/src/specs/RNMBXMarkerViewContentNativeComponent.ts +2 -2
- package/src/specs/RNMBXMarkerViewNativeComponent.ts +2 -0
- package/src/specs/RNMBXModelLayerNativeComponent.ts +2 -0
- package/src/specs/RNMBXModelsNativeComponent.ts +1 -0
- package/src/specs/RNMBXNativeUserLocationNativeComponent.ts +1 -0
- package/src/specs/RNMBXPointAnnotationNativeComponent.ts +2 -0
- package/src/specs/RNMBXRasterDemSourceNativeComponent.ts +2 -0
- package/src/specs/RNMBXRasterLayerNativeComponent.ts +2 -0
- package/src/specs/RNMBXRasterSourceNativeComponent.ts +2 -0
- package/src/specs/RNMBXShapeSourceNativeComponent.ts +2 -0
- package/src/specs/RNMBXSkyLayerNativeComponent.ts +2 -0
- package/src/specs/RNMBXStyleImportNativeComponent.ts +1 -0
- package/src/specs/RNMBXSymbolLayerNativeComponent.ts +2 -0
- package/src/specs/RNMBXTerrainNativeComponent.ts +1 -0
- package/src/specs/RNMBXVectorSourceNativeComponent.ts +2 -0
- package/src/specs/RNMBXViewportNativeComponent.ts +2 -0
- package/src/specs/codegenUtils.ts +1 -0
- package/src/utils/BridgeValue.ts +1 -1
- package/src/utils/Logger.ts +1 -1
- package/src/utils/MapboxStyles.d.ts +238 -0
- package/src/utils/NativeCommands.ts +2 -4
- package/src/utils/geoUtils.ts +3 -0
- package/src/utils/index.ts +2 -3
- package/src/utils/nativeRef.ts +1 -1
- package/src/utils/styleMap.ts +30 -0
- package/src/web/MapboxModule.ts +24 -0
- package/src/web/components/Camera.tsx +2 -1
- package/src/web/components/MarkerView.tsx +2 -2
- package/src/web/{index.js → index.tsx} +3 -0
- package/src/web/utils/Logger.ts +0 -1
- package/android/.classpath +0 -6
- package/lib/commonjs/Mapbox.js +0 -456
- package/lib/commonjs/Mapbox.js.map +0 -1
- package/lib/commonjs/RNMBXModule.js +0 -46
- package/lib/commonjs/RNMBXModule.js.map +0 -1
- package/lib/commonjs/assets/heading.png +0 -0
- package/lib/commonjs/assets/heading@2x.png +0 -0
- package/lib/commonjs/assets/heading@3x.png +0 -0
- package/lib/commonjs/classes/AnimatedCoordinatesArray.js +0 -164
- package/lib/commonjs/classes/AnimatedCoordinatesArray.js.map +0 -1
- package/lib/commonjs/classes/AnimatedExtractCoordinateFromArray.js +0 -42
- package/lib/commonjs/classes/AnimatedExtractCoordinateFromArray.js.map +0 -1
- package/lib/commonjs/classes/AnimatedPoint.js +0 -111
- package/lib/commonjs/classes/AnimatedPoint.js.map +0 -1
- package/lib/commonjs/classes/AnimatedRouteCoordinatesArray.js +0 -153
- package/lib/commonjs/classes/AnimatedRouteCoordinatesArray.js.map +0 -1
- package/lib/commonjs/classes/AnimatedShape.js +0 -77
- package/lib/commonjs/classes/AnimatedShape.js.map +0 -1
- package/lib/commonjs/classes/index.d.js +0 -18
- package/lib/commonjs/classes/index.d.js.map +0 -1
- package/lib/commonjs/classes/index.js +0 -61
- package/lib/commonjs/classes/index.js.map +0 -1
- package/lib/commonjs/components/AbstractLayer.js +0 -56
- package/lib/commonjs/components/AbstractLayer.js.map +0 -1
- package/lib/commonjs/components/AbstractSource.js +0 -20
- package/lib/commonjs/components/AbstractSource.js.map +0 -1
- package/lib/commonjs/components/Annotation.js +0 -99
- package/lib/commonjs/components/Annotation.js.map +0 -1
- package/lib/commonjs/components/Atmosphere.js +0 -25
- package/lib/commonjs/components/Atmosphere.js.map +0 -1
- package/lib/commonjs/components/BackgroundLayer.js +0 -32
- package/lib/commonjs/components/BackgroundLayer.js.map +0 -1
- package/lib/commonjs/components/Callout.js +0 -95
- package/lib/commonjs/components/Callout.js.map +0 -1
- package/lib/commonjs/components/Camera.js +0 -389
- package/lib/commonjs/components/Camera.js.map +0 -1
- package/lib/commonjs/components/CircleLayer.js +0 -43
- package/lib/commonjs/components/CircleLayer.js.map +0 -1
- package/lib/commonjs/components/CustomLocationProvider.js +0 -18
- package/lib/commonjs/components/CustomLocationProvider.js.map +0 -1
- package/lib/commonjs/components/FillExtrusionLayer.js +0 -36
- package/lib/commonjs/components/FillExtrusionLayer.js.map +0 -1
- package/lib/commonjs/components/FillLayer.js +0 -42
- package/lib/commonjs/components/FillLayer.js.map +0 -1
- package/lib/commonjs/components/HeadingIndicator.js +0 -39
- package/lib/commonjs/components/HeadingIndicator.js.map +0 -1
- package/lib/commonjs/components/HeatmapLayer.js +0 -43
- package/lib/commonjs/components/HeatmapLayer.js.map +0 -1
- package/lib/commonjs/components/Image.js +0 -47
- package/lib/commonjs/components/Image.js.map +0 -1
- package/lib/commonjs/components/ImageSource.js +0 -51
- package/lib/commonjs/components/ImageSource.js.map +0 -1
- package/lib/commonjs/components/Images.js +0 -110
- package/lib/commonjs/components/Images.js.map +0 -1
- package/lib/commonjs/components/Light.js +0 -45
- package/lib/commonjs/components/Light.js.map +0 -1
- package/lib/commonjs/components/LineLayer.js +0 -42
- package/lib/commonjs/components/LineLayer.js.map +0 -1
- package/lib/commonjs/components/LocationPuck.js +0 -68
- package/lib/commonjs/components/LocationPuck.js.map +0 -1
- package/lib/commonjs/components/MapView.js +0 -649
- package/lib/commonjs/components/MapView.js.map +0 -1
- package/lib/commonjs/components/MarkerView.js +0 -102
- package/lib/commonjs/components/MarkerView.js.map +0 -1
- package/lib/commonjs/components/ModelLayer.js +0 -38
- package/lib/commonjs/components/ModelLayer.js.map +0 -1
- package/lib/commonjs/components/Models.js +0 -44
- package/lib/commonjs/components/Models.js.map +0 -1
- package/lib/commonjs/components/NativeBridgeComponent.js +0 -41
- package/lib/commonjs/components/NativeBridgeComponent.js.map +0 -1
- package/lib/commonjs/components/PointAnnotation.js +0 -140
- package/lib/commonjs/components/PointAnnotation.js.map +0 -1
- package/lib/commonjs/components/RasterDemSource.js +0 -64
- package/lib/commonjs/components/RasterDemSource.js.map +0 -1
- package/lib/commonjs/components/RasterLayer.js +0 -39
- package/lib/commonjs/components/RasterLayer.js.map +0 -1
- package/lib/commonjs/components/RasterSource.js +0 -71
- package/lib/commonjs/components/RasterSource.js.map +0 -1
- package/lib/commonjs/components/ShapeSource.js +0 -163
- package/lib/commonjs/components/ShapeSource.js.map +0 -1
- package/lib/commonjs/components/SkyLayer.js +0 -31
- package/lib/commonjs/components/SkyLayer.js.map +0 -1
- package/lib/commonjs/components/Style.js +0 -265
- package/lib/commonjs/components/Style.js.map +0 -1
- package/lib/commonjs/components/StyleImport.js +0 -22
- package/lib/commonjs/components/StyleImport.js.map +0 -1
- package/lib/commonjs/components/SymbolLayer.js +0 -64
- package/lib/commonjs/components/SymbolLayer.js.map +0 -1
- package/lib/commonjs/components/Terrain.js +0 -35
- package/lib/commonjs/components/Terrain.js.map +0 -1
- package/lib/commonjs/components/UserLocation.js +0 -210
- package/lib/commonjs/components/UserLocation.js.map +0 -1
- package/lib/commonjs/components/VectorSource.js +0 -97
- package/lib/commonjs/components/VectorSource.js.map +0 -1
- package/lib/commonjs/components/Viewport.js +0 -64
- package/lib/commonjs/components/Viewport.js.map +0 -1
- package/lib/commonjs/components/codeparts/LayerPropsCommon.codepart-tsx +0 -62
- package/lib/commonjs/global.d.js +0 -2
- package/lib/commonjs/global.d.js.map +0 -1
- package/lib/commonjs/index.js +0 -22
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/index.web.js +0 -26
- package/lib/commonjs/index.web.js.map +0 -1
- package/lib/commonjs/modules/location/locationManager.js +0 -155
- package/lib/commonjs/modules/location/locationManager.js.map +0 -1
- package/lib/commonjs/modules/offline/OfflineCreatePackOptions.js +0 -43
- package/lib/commonjs/modules/offline/OfflineCreatePackOptions.js.map +0 -1
- package/lib/commonjs/modules/offline/OfflinePack.js +0 -40
- package/lib/commonjs/modules/offline/OfflinePack.js.map +0 -1
- package/lib/commonjs/modules/offline/OfflinePackLegacy.js +0 -40
- package/lib/commonjs/modules/offline/OfflinePackLegacy.js.map +0 -1
- package/lib/commonjs/modules/offline/TileStore.js +0 -46
- package/lib/commonjs/modules/offline/TileStore.js.map +0 -1
- package/lib/commonjs/modules/offline/offlineManager.js +0 -373
- package/lib/commonjs/modules/offline/offlineManager.js.map +0 -1
- package/lib/commonjs/modules/offline/offlineManagerLegacy.js +0 -166
- package/lib/commonjs/modules/offline/offlineManagerLegacy.js.map +0 -1
- package/lib/commonjs/modules/snapshot/SnapshotOptions.js +0 -58
- package/lib/commonjs/modules/snapshot/SnapshotOptions.js.map +0 -1
- package/lib/commonjs/modules/snapshot/snapshotManager.js +0 -66
- package/lib/commonjs/modules/snapshot/snapshotManager.js.map +0 -1
- package/lib/commonjs/package.json +0 -1
- package/lib/commonjs/requestAndroidLocationPermissions.js +0 -25
- package/lib/commonjs/requestAndroidLocationPermissions.js.map +0 -1
- package/lib/commonjs/shapeAnimators/ChangeLineOffsetsShapeAnimator.js +0 -27
- package/lib/commonjs/shapeAnimators/ChangeLineOffsetsShapeAnimator.js.map +0 -1
- package/lib/commonjs/shapeAnimators/MovePointShapeAnimator.js +0 -21
- package/lib/commonjs/shapeAnimators/MovePointShapeAnimator.js.map +0 -1
- package/lib/commonjs/shapeAnimators/ShapeAnimatorManager.js +0 -15
- package/lib/commonjs/shapeAnimators/ShapeAnimatorManager.js.map +0 -1
- package/lib/commonjs/shapeAnimators/index.js +0 -2
- package/lib/commonjs/shapeAnimators/index.js.map +0 -1
- package/lib/commonjs/specs/NativeMapViewModule.js +0 -10
- package/lib/commonjs/specs/NativeMapViewModule.js.map +0 -1
- package/lib/commonjs/specs/NativeRNMBXCameraModule.js +0 -10
- package/lib/commonjs/specs/NativeRNMBXCameraModule.js.map +0 -1
- package/lib/commonjs/specs/NativeRNMBXChangeLineOffsetsShapeAnimatorModule.js +0 -10
- package/lib/commonjs/specs/NativeRNMBXChangeLineOffsetsShapeAnimatorModule.js.map +0 -1
- package/lib/commonjs/specs/NativeRNMBXImageModule.js +0 -10
- package/lib/commonjs/specs/NativeRNMBXImageModule.js.map +0 -1
- package/lib/commonjs/specs/NativeRNMBXLocationModule.js +0 -9
- package/lib/commonjs/specs/NativeRNMBXLocationModule.js.map +0 -1
- package/lib/commonjs/specs/NativeRNMBXMovePointShapeAnimatorModule.js +0 -10
- package/lib/commonjs/specs/NativeRNMBXMovePointShapeAnimatorModule.js.map +0 -1
- package/lib/commonjs/specs/NativeRNMBXPointAnnotationModule.js +0 -10
- package/lib/commonjs/specs/NativeRNMBXPointAnnotationModule.js.map +0 -1
- package/lib/commonjs/specs/NativeRNMBXShapeSourceModule.js +0 -10
- package/lib/commonjs/specs/NativeRNMBXShapeSourceModule.js.map +0 -1
- package/lib/commonjs/specs/NativeRNMBXTileStoreModule.js +0 -11
- package/lib/commonjs/specs/NativeRNMBXTileStoreModule.js.map +0 -1
- package/lib/commonjs/specs/NativeRNMBXViewportModule.js +0 -10
- package/lib/commonjs/specs/NativeRNMBXViewportModule.js.map +0 -1
- package/lib/commonjs/specs/RNMBXAtmosphereNativeComponent.ts +0 -12
- package/lib/commonjs/specs/RNMBXBackgroundLayerNativeComponent.ts +0 -27
- package/lib/commonjs/specs/RNMBXCalloutNativeComponent.ts +0 -9
- package/lib/commonjs/specs/RNMBXCameraNativeComponent.ts +0 -46
- package/lib/commonjs/specs/RNMBXCircleLayerNativeComponent.ts +0 -37
- package/lib/commonjs/specs/RNMBXCustomLocationProviderNativeComponent.ts +0 -19
- package/lib/commonjs/specs/RNMBXFillExtrusionLayerNativeComponent.ts +0 -28
- package/lib/commonjs/specs/RNMBXFillLayerNativeComponent.ts +0 -37
- package/lib/commonjs/specs/RNMBXHeatmapLayerNativeComponent.ts +0 -37
- package/lib/commonjs/specs/RNMBXImageNativeComponent.ts +0 -18
- package/lib/commonjs/specs/RNMBXImageSourceNativeComponent.ts +0 -15
- package/lib/commonjs/specs/RNMBXImagesNativeComponent.ts +0 -21
- package/lib/commonjs/specs/RNMBXLightNativeComponent.ts +0 -12
- package/lib/commonjs/specs/RNMBXLineLayerNativeComponent.ts +0 -37
- package/lib/commonjs/specs/RNMBXMapViewNativeComponent.ts +0 -141
- package/lib/commonjs/specs/RNMBXMarkerViewContentNativeComponent.ts +0 -9
- package/lib/commonjs/specs/RNMBXMarkerViewNativeComponent.ts +0 -24
- package/lib/commonjs/specs/RNMBXModelLayerNativeComponent.ts +0 -38
- package/lib/commonjs/specs/RNMBXModelsNativeComponent.ts +0 -18
- package/lib/commonjs/specs/RNMBXNativeUserLocationNativeComponent.ts +0 -39
- package/lib/commonjs/specs/RNMBXPointAnnotationNativeComponent.ts +0 -40
- package/lib/commonjs/specs/RNMBXRasterDemSourceNativeComponent.ts +0 -19
- package/lib/commonjs/specs/RNMBXRasterLayerNativeComponent.ts +0 -37
- package/lib/commonjs/specs/RNMBXRasterSourceNativeComponent.ts +0 -22
- package/lib/commonjs/specs/RNMBXShapeSourceNativeComponent.ts +0 -33
- package/lib/commonjs/specs/RNMBXSkyLayerNativeComponent.ts +0 -27
- package/lib/commonjs/specs/RNMBXStyleImportNativeComponent.ts +0 -14
- package/lib/commonjs/specs/RNMBXSymbolLayerNativeComponent.ts +0 -37
- package/lib/commonjs/specs/RNMBXTerrainNativeComponent.ts +0 -13
- package/lib/commonjs/specs/RNMBXVectorSourceNativeComponent.ts +0 -28
- package/lib/commonjs/specs/RNMBXViewportNativeComponent.ts +0 -117
- package/lib/commonjs/specs/codegenUtils.js +0 -6
- package/lib/commonjs/specs/codegenUtils.js.map +0 -1
- package/lib/commonjs/specs/codeparts/CommonLayerNativeComponentsProps.codepart-ts +0 -18
- package/lib/commonjs/types/BaseProps.js +0 -2
- package/lib/commonjs/types/BaseProps.js.map +0 -1
- package/lib/commonjs/types/OnPressEvent.js +0 -2
- package/lib/commonjs/types/OnPressEvent.js.map +0 -1
- package/lib/commonjs/types/Position.js +0 -2
- package/lib/commonjs/types/Position.js.map +0 -1
- package/lib/commonjs/types/index.js +0 -6
- package/lib/commonjs/types/index.js.map +0 -1
- package/lib/commonjs/utils/BridgeValue.js +0 -64
- package/lib/commonjs/utils/BridgeValue.js.map +0 -1
- package/lib/commonjs/utils/Logger.js +0 -122
- package/lib/commonjs/utils/Logger.js.map +0 -1
- package/lib/commonjs/utils/MapboxStyles.d.js +0 -282
- package/lib/commonjs/utils/MapboxStyles.d.js.map +0 -1
- package/lib/commonjs/utils/NativeCommands.js +0 -50
- package/lib/commonjs/utils/NativeCommands.js.map +0 -1
- package/lib/commonjs/utils/StyleValue.js +0 -44
- package/lib/commonjs/utils/StyleValue.js.map +0 -1
- package/lib/commonjs/utils/animated/Animated.js +0 -32
- package/lib/commonjs/utils/animated/Animated.js.map +0 -1
- package/lib/commonjs/utils/checkRequiredProps.js +0 -14
- package/lib/commonjs/utils/checkRequiredProps.js.map +0 -1
- package/lib/commonjs/utils/deprecation.js +0 -39
- package/lib/commonjs/utils/deprecation.js.map +0 -1
- package/lib/commonjs/utils/filterUtils.js +0 -13
- package/lib/commonjs/utils/filterUtils.js.map +0 -1
- package/lib/commonjs/utils/geoUtils.js +0 -32
- package/lib/commonjs/utils/geoUtils.js.map +0 -1
- package/lib/commonjs/utils/getAnnotationsLayerID.js +0 -21
- package/lib/commonjs/utils/getAnnotationsLayerID.js.map +0 -1
- package/lib/commonjs/utils/index.js +0 -91
- package/lib/commonjs/utils/index.js.map +0 -1
- package/lib/commonjs/utils/nativeRef.js +0 -27
- package/lib/commonjs/utils/nativeRef.js.map +0 -1
- package/lib/commonjs/utils/styleMap.js +0 -343
- package/lib/commonjs/utils/styleMap.js.map +0 -1
- package/lib/commonjs/web/MapContext.js +0 -11
- package/lib/commonjs/web/MapContext.js.map +0 -1
- package/lib/commonjs/web/MapboxModule.js +0 -20
- package/lib/commonjs/web/MapboxModule.js.map +0 -1
- package/lib/commonjs/web/UnimplementedComponent.js +0 -18
- package/lib/commonjs/web/UnimplementedComponent.js.map +0 -1
- package/lib/commonjs/web/components/Camera.js +0 -185
- package/lib/commonjs/web/components/Camera.js.map +0 -1
- package/lib/commonjs/web/components/MapView.js +0 -67
- package/lib/commonjs/web/components/MapView.js.map +0 -1
- package/lib/commonjs/web/components/MarkerView.js +0 -63
- package/lib/commonjs/web/components/MarkerView.js.map +0 -1
- package/lib/commonjs/web/index.js +0 -49
- package/lib/commonjs/web/index.js.map +0 -1
- package/lib/commonjs/web/install.md +0 -25
- package/lib/commonjs/web/utils/Logger.js +0 -97
- package/lib/commonjs/web/utils/Logger.js.map +0 -1
- package/lib/module/index.web.js +0 -5
- package/lib/module/index.web.js.map +0 -1
- package/src/index.web.js +0 -2
- package/src/web/MapboxModule.js +0 -16
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// DO NOT MODIFY
|
|
4
4
|
// THIS FILE IS AUTOGENERATED
|
|
5
5
|
|
|
6
|
-
import { isAndroid } from
|
|
6
|
+
import { isAndroid } from "./index.js";
|
|
7
7
|
export const StyleTypes = {
|
|
8
8
|
Constant: 'constant',
|
|
9
9
|
Color: 'color',
|
|
@@ -35,6 +35,7 @@ const styleMap = {
|
|
|
35
35
|
fillTranslateTransition: StyleTypes.Transition,
|
|
36
36
|
fillTranslateAnchor: StyleTypes.Enum,
|
|
37
37
|
fillPattern: StyleTypes.Image,
|
|
38
|
+
fillPatternCrossFade: StyleTypes.Constant,
|
|
38
39
|
fillEmissiveStrength: StyleTypes.Constant,
|
|
39
40
|
fillEmissiveStrengthTransition: StyleTypes.Transition,
|
|
40
41
|
lineCap: StyleTypes.Enum,
|
|
@@ -61,8 +62,17 @@ const styleMap = {
|
|
|
61
62
|
linePattern: StyleTypes.Image,
|
|
62
63
|
lineGradient: StyleTypes.Color,
|
|
63
64
|
lineTrimOffset: StyleTypes.Constant,
|
|
65
|
+
lineZOffset: StyleTypes.Constant,
|
|
66
|
+
lineElevationReference: StyleTypes.Enum,
|
|
67
|
+
lineCrossSlope: StyleTypes.Constant,
|
|
68
|
+
linePatternCrossFade: StyleTypes.Constant,
|
|
69
|
+
lineTrimFadeRange: StyleTypes.Constant,
|
|
70
|
+
lineTrimColor: StyleTypes.Color,
|
|
71
|
+
lineTrimColorTransition: StyleTypes.Transition,
|
|
64
72
|
lineEmissiveStrength: StyleTypes.Constant,
|
|
65
73
|
lineEmissiveStrengthTransition: StyleTypes.Transition,
|
|
74
|
+
lineOcclusionOpacity: StyleTypes.Constant,
|
|
75
|
+
lineOcclusionOpacityTransition: StyleTypes.Transition,
|
|
66
76
|
symbolPlacement: StyleTypes.Enum,
|
|
67
77
|
symbolSpacing: StyleTypes.Constant,
|
|
68
78
|
symbolAvoidEdges: StyleTypes.Constant,
|
|
@@ -131,11 +141,19 @@ const styleMap = {
|
|
|
131
141
|
textTranslateTransition: StyleTypes.Transition,
|
|
132
142
|
textTranslateAnchor: StyleTypes.Enum,
|
|
133
143
|
symbolZElevate: StyleTypes.Constant,
|
|
144
|
+
symbolElevationReference: StyleTypes.Enum,
|
|
145
|
+
iconOcclusionOpacity: StyleTypes.Constant,
|
|
146
|
+
iconOcclusionOpacityTransition: StyleTypes.Transition,
|
|
134
147
|
iconEmissiveStrength: StyleTypes.Constant,
|
|
135
148
|
iconEmissiveStrengthTransition: StyleTypes.Transition,
|
|
136
149
|
textEmissiveStrength: StyleTypes.Constant,
|
|
137
150
|
textEmissiveStrengthTransition: StyleTypes.Transition,
|
|
138
151
|
iconImageCrossFade: StyleTypes.Constant,
|
|
152
|
+
textOcclusionOpacity: StyleTypes.Constant,
|
|
153
|
+
textOcclusionOpacityTransition: StyleTypes.Transition,
|
|
154
|
+
iconColorSaturation: StyleTypes.Constant,
|
|
155
|
+
symbolZOffset: StyleTypes.Constant,
|
|
156
|
+
symbolZOffsetTransition: StyleTypes.Transition,
|
|
139
157
|
circleSortKey: StyleTypes.Constant,
|
|
140
158
|
circleRadius: StyleTypes.Constant,
|
|
141
159
|
circleRadiusTransition: StyleTypes.Transition,
|
|
@@ -156,6 +174,7 @@ const styleMap = {
|
|
|
156
174
|
circleStrokeColorTransition: StyleTypes.Transition,
|
|
157
175
|
circleStrokeOpacity: StyleTypes.Constant,
|
|
158
176
|
circleStrokeOpacityTransition: StyleTypes.Transition,
|
|
177
|
+
circleElevationReference: StyleTypes.Enum,
|
|
159
178
|
circleEmissiveStrength: StyleTypes.Constant,
|
|
160
179
|
circleEmissiveStrengthTransition: StyleTypes.Transition,
|
|
161
180
|
heatmapRadius: StyleTypes.Constant,
|
|
@@ -185,6 +204,9 @@ const styleMap = {
|
|
|
185
204
|
fillExtrusionAmbientOcclusionRadius: StyleTypes.Constant,
|
|
186
205
|
fillExtrusionAmbientOcclusionRadiusTransition: StyleTypes.Transition,
|
|
187
206
|
fillExtrusionRoundedRoof: StyleTypes.Constant,
|
|
207
|
+
fillExtrusionPatternCrossFade: StyleTypes.Constant,
|
|
208
|
+
fillExtrusionHeightAlignment: StyleTypes.Enum,
|
|
209
|
+
fillExtrusionBaseAlignment: StyleTypes.Enum,
|
|
188
210
|
fillExtrusionAmbientOcclusionWallRadius: StyleTypes.Constant,
|
|
189
211
|
fillExtrusionAmbientOcclusionWallRadiusTransition: StyleTypes.Transition,
|
|
190
212
|
fillExtrusionAmbientOcclusionGroundRadius: StyleTypes.Constant,
|
|
@@ -206,6 +228,8 @@ const styleMap = {
|
|
|
206
228
|
fillExtrusionCutoffFadeRange: StyleTypes.Constant,
|
|
207
229
|
fillExtrusionEmissiveStrength: StyleTypes.Constant,
|
|
208
230
|
fillExtrusionEmissiveStrengthTransition: StyleTypes.Transition,
|
|
231
|
+
fillExtrusionLineWidth: StyleTypes.Constant,
|
|
232
|
+
fillExtrusionLineWidthTransition: StyleTypes.Transition,
|
|
209
233
|
rasterOpacity: StyleTypes.Constant,
|
|
210
234
|
rasterOpacityTransition: StyleTypes.Transition,
|
|
211
235
|
rasterHueRotate: StyleTypes.Constant,
|
|
@@ -225,6 +249,11 @@ const styleMap = {
|
|
|
225
249
|
rasterColorMixTransition: StyleTypes.Transition,
|
|
226
250
|
rasterColorRange: StyleTypes.Constant,
|
|
227
251
|
rasterColorRangeTransition: StyleTypes.Transition,
|
|
252
|
+
rasterEmissiveStrength: StyleTypes.Constant,
|
|
253
|
+
rasterEmissiveStrengthTransition: StyleTypes.Transition,
|
|
254
|
+
rasterArrayBand: StyleTypes.Constant,
|
|
255
|
+
rasterElevation: StyleTypes.Constant,
|
|
256
|
+
rasterElevationTransition: StyleTypes.Transition,
|
|
228
257
|
hillshadeIlluminationDirection: StyleTypes.Constant,
|
|
229
258
|
hillshadeIlluminationAnchor: StyleTypes.Enum,
|
|
230
259
|
hillshadeExaggeration: StyleTypes.Constant,
|
|
@@ -265,6 +294,7 @@ const styleMap = {
|
|
|
265
294
|
backgroundPattern: StyleTypes.Image,
|
|
266
295
|
backgroundOpacity: StyleTypes.Constant,
|
|
267
296
|
backgroundOpacityTransition: StyleTypes.Transition,
|
|
297
|
+
backgroundPitchAlignment: StyleTypes.Enum,
|
|
268
298
|
backgroundEmissiveStrength: StyleTypes.Constant,
|
|
269
299
|
backgroundEmissiveStrengthTransition: StyleTypes.Transition,
|
|
270
300
|
skyType: StyleTypes.Enum,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["isAndroid","StyleTypes","Constant","Color","Transition","Translation","Function","Image","Enum","getStyleType","styleProp","styleExtras","iosType","styleMap","Error","fillSortKey","fillAntialias","fillOpacity","fillOpacityTransition","fillColor","fillColorTransition","fillOutlineColor","fillOutlineColorTransition","fillTranslate","fillTranslateTransition","fillTranslateAnchor","fillPattern","fillEmissiveStrength","fillEmissiveStrengthTransition","lineCap","lineJoin","lineMiterLimit","lineRoundLimit","lineSortKey","lineOpacity","lineOpacityTransition","lineColor","lineColorTransition","lineTranslate","lineTranslateTransition","lineTranslateAnchor","lineWidth","lineWidthTransition","lineGapWidth","lineGapWidthTransition","lineOffset","lineOffsetTransition","lineBlur","lineBlurTransition","lineDasharray","linePattern","lineGradient","lineTrimOffset","lineEmissiveStrength","lineEmissiveStrengthTransition","symbolPlacement","symbolSpacing","symbolAvoidEdges","symbolSortKey","symbolZOrder","iconAllowOverlap","iconIgnorePlacement","iconOptional","iconRotationAlignment","iconSize","iconTextFit","iconTextFitPadding","iconImage","iconRotate","iconPadding","iconKeepUpright","iconOffset","iconAnchor","iconPitchAlignment","textPitchAlignment","textRotationAlignment","textField","textFont","textSize","textMaxWidth","textLineHeight","textLetterSpacing","textJustify","textRadialOffset","textVariableAnchor","textAnchor","textMaxAngle","textWritingMode","textRotate","textPadding","textKeepUpright","textTransform","textOffset","textAllowOverlap","textIgnorePlacement","textOptional","iconOpacity","iconOpacityTransition","iconColor","iconColorTransition","iconHaloColor","iconHaloColorTransition","iconHaloWidth","iconHaloWidthTransition","iconHaloBlur","iconHaloBlurTransition","iconTranslate","iconTranslateTransition","iconTranslateAnchor","textOpacity","textOpacityTransition","textColor","textColorTransition","textHaloColor","textHaloColorTransition","textHaloWidth","textHaloWidthTransition","textHaloBlur","textHaloBlurTransition","textTranslate","textTranslateTransition","textTranslateAnchor","symbolZElevate","iconEmissiveStrength","iconEmissiveStrengthTransition","textEmissiveStrength","textEmissiveStrengthTransition","iconImageCrossFade","circleSortKey","circleRadius","circleRadiusTransition","circleColor","circleColorTransition","circleBlur","circleBlurTransition","circleOpacity","circleOpacityTransition","circleTranslate","circleTranslateTransition","circleTranslateAnchor","circlePitchScale","circlePitchAlignment","circleStrokeWidth","circleStrokeWidthTransition","circleStrokeColor","circleStrokeColorTransition","circleStrokeOpacity","circleStrokeOpacityTransition","circleEmissiveStrength","circleEmissiveStrengthTransition","heatmapRadius","heatmapRadiusTransition","heatmapWeight","heatmapIntensity","heatmapIntensityTransition","heatmapColor","heatmapOpacity","heatmapOpacityTransition","fillExtrusionEdgeRadius","fillExtrusionOpacity","fillExtrusionOpacityTransition","fillExtrusionColor","fillExtrusionColorTransition","fillExtrusionTranslate","fillExtrusionTranslateTransition","fillExtrusionTranslateAnchor","fillExtrusionPattern","fillExtrusionHeight","fillExtrusionHeightTransition","fillExtrusionBase","fillExtrusionBaseTransition","fillExtrusionVerticalGradient","fillExtrusionAmbientOcclusionIntensity","fillExtrusionAmbientOcclusionIntensityTransition","fillExtrusionAmbientOcclusionRadius","fillExtrusionAmbientOcclusionRadiusTransition","fillExtrusionRoundedRoof","fillExtrusionAmbientOcclusionWallRadius","fillExtrusionAmbientOcclusionWallRadiusTransition","fillExtrusionAmbientOcclusionGroundRadius","fillExtrusionAmbientOcclusionGroundRadiusTransition","fillExtrusionAmbientOcclusionGroundAttenuation","fillExtrusionAmbientOcclusionGroundAttenuationTransition","fillExtrusionFloodLightColor","fillExtrusionFloodLightColorTransition","fillExtrusionFloodLightIntensity","fillExtrusionFloodLightIntensityTransition","fillExtrusionFloodLightWallRadius","fillExtrusionFloodLightWallRadiusTransition","fillExtrusionFloodLightGroundRadius","fillExtrusionFloodLightGroundRadiusTransition","fillExtrusionFloodLightGroundAttenuation","fillExtrusionFloodLightGroundAttenuationTransition","fillExtrusionVerticalScale","fillExtrusionVerticalScaleTransition","fillExtrusionCutoffFadeRange","fillExtrusionEmissiveStrength","fillExtrusionEmissiveStrengthTransition","rasterOpacity","rasterOpacityTransition","rasterHueRotate","rasterHueRotateTransition","rasterBrightnessMin","rasterBrightnessMinTransition","rasterBrightnessMax","rasterBrightnessMaxTransition","rasterSaturation","rasterSaturationTransition","rasterContrast","rasterContrastTransition","rasterResampling","rasterFadeDuration","rasterColor","rasterColorMix","rasterColorMixTransition","rasterColorRange","rasterColorRangeTransition","hillshadeIlluminationDirection","hillshadeIlluminationAnchor","hillshadeExaggeration","hillshadeExaggerationTransition","hillshadeShadowColor","hillshadeShadowColorTransition","hillshadeHighlightColor","hillshadeHighlightColorTransition","hillshadeAccentColor","hillshadeAccentColorTransition","modelId","modelOpacity","modelOpacityTransition","modelRotation","modelRotationTransition","modelScale","modelScaleTransition","modelTranslation","modelTranslationTransition","modelColor","modelColorTransition","modelColorMixIntensity","modelColorMixIntensityTransition","modelType","modelCastShadows","modelReceiveShadows","modelAmbientOcclusionIntensity","modelAmbientOcclusionIntensityTransition","modelEmissiveStrength","modelEmissiveStrengthTransition","modelRoughness","modelRoughnessTransition","modelHeightBasedEmissiveStrengthMultiplier","modelHeightBasedEmissiveStrengthMultiplierTransition","modelCutoffFadeRange","backgroundColor","backgroundColorTransition","backgroundPattern","backgroundOpacity","backgroundOpacityTransition","backgroundEmissiveStrength","backgroundEmissiveStrengthTransition","skyType","skyAtmosphereSun","skyAtmosphereSunIntensity","skyGradientCenter","skyGradientRadius","skyGradient","skyAtmosphereHaloColor","skyAtmosphereColor","skyOpacity","skyOpacityTransition","anchor","position","positionTransition","intensity","intensityTransition","range","rangeTransition","highColor","highColorTransition","spaceColor","spaceColorTransition","horizonBlend","horizonBlendTransition","starIntensity","starIntensityTransition","verticalRange","verticalRangeTransition","exaggeration","color","colorTransition","visibility"],"sourceRoot":"../../../src","sources":["utils/styleMap.ts"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["isAndroid","StyleTypes","Constant","Color","Transition","Translation","Function","Image","Enum","getStyleType","styleProp","styleExtras","iosType","styleMap","Error","fillSortKey","fillAntialias","fillOpacity","fillOpacityTransition","fillColor","fillColorTransition","fillOutlineColor","fillOutlineColorTransition","fillTranslate","fillTranslateTransition","fillTranslateAnchor","fillPattern","fillPatternCrossFade","fillEmissiveStrength","fillEmissiveStrengthTransition","lineCap","lineJoin","lineMiterLimit","lineRoundLimit","lineSortKey","lineOpacity","lineOpacityTransition","lineColor","lineColorTransition","lineTranslate","lineTranslateTransition","lineTranslateAnchor","lineWidth","lineWidthTransition","lineGapWidth","lineGapWidthTransition","lineOffset","lineOffsetTransition","lineBlur","lineBlurTransition","lineDasharray","linePattern","lineGradient","lineTrimOffset","lineZOffset","lineElevationReference","lineCrossSlope","linePatternCrossFade","lineTrimFadeRange","lineTrimColor","lineTrimColorTransition","lineEmissiveStrength","lineEmissiveStrengthTransition","lineOcclusionOpacity","lineOcclusionOpacityTransition","symbolPlacement","symbolSpacing","symbolAvoidEdges","symbolSortKey","symbolZOrder","iconAllowOverlap","iconIgnorePlacement","iconOptional","iconRotationAlignment","iconSize","iconTextFit","iconTextFitPadding","iconImage","iconRotate","iconPadding","iconKeepUpright","iconOffset","iconAnchor","iconPitchAlignment","textPitchAlignment","textRotationAlignment","textField","textFont","textSize","textMaxWidth","textLineHeight","textLetterSpacing","textJustify","textRadialOffset","textVariableAnchor","textAnchor","textMaxAngle","textWritingMode","textRotate","textPadding","textKeepUpright","textTransform","textOffset","textAllowOverlap","textIgnorePlacement","textOptional","iconOpacity","iconOpacityTransition","iconColor","iconColorTransition","iconHaloColor","iconHaloColorTransition","iconHaloWidth","iconHaloWidthTransition","iconHaloBlur","iconHaloBlurTransition","iconTranslate","iconTranslateTransition","iconTranslateAnchor","textOpacity","textOpacityTransition","textColor","textColorTransition","textHaloColor","textHaloColorTransition","textHaloWidth","textHaloWidthTransition","textHaloBlur","textHaloBlurTransition","textTranslate","textTranslateTransition","textTranslateAnchor","symbolZElevate","symbolElevationReference","iconOcclusionOpacity","iconOcclusionOpacityTransition","iconEmissiveStrength","iconEmissiveStrengthTransition","textEmissiveStrength","textEmissiveStrengthTransition","iconImageCrossFade","textOcclusionOpacity","textOcclusionOpacityTransition","iconColorSaturation","symbolZOffset","symbolZOffsetTransition","circleSortKey","circleRadius","circleRadiusTransition","circleColor","circleColorTransition","circleBlur","circleBlurTransition","circleOpacity","circleOpacityTransition","circleTranslate","circleTranslateTransition","circleTranslateAnchor","circlePitchScale","circlePitchAlignment","circleStrokeWidth","circleStrokeWidthTransition","circleStrokeColor","circleStrokeColorTransition","circleStrokeOpacity","circleStrokeOpacityTransition","circleElevationReference","circleEmissiveStrength","circleEmissiveStrengthTransition","heatmapRadius","heatmapRadiusTransition","heatmapWeight","heatmapIntensity","heatmapIntensityTransition","heatmapColor","heatmapOpacity","heatmapOpacityTransition","fillExtrusionEdgeRadius","fillExtrusionOpacity","fillExtrusionOpacityTransition","fillExtrusionColor","fillExtrusionColorTransition","fillExtrusionTranslate","fillExtrusionTranslateTransition","fillExtrusionTranslateAnchor","fillExtrusionPattern","fillExtrusionHeight","fillExtrusionHeightTransition","fillExtrusionBase","fillExtrusionBaseTransition","fillExtrusionVerticalGradient","fillExtrusionAmbientOcclusionIntensity","fillExtrusionAmbientOcclusionIntensityTransition","fillExtrusionAmbientOcclusionRadius","fillExtrusionAmbientOcclusionRadiusTransition","fillExtrusionRoundedRoof","fillExtrusionPatternCrossFade","fillExtrusionHeightAlignment","fillExtrusionBaseAlignment","fillExtrusionAmbientOcclusionWallRadius","fillExtrusionAmbientOcclusionWallRadiusTransition","fillExtrusionAmbientOcclusionGroundRadius","fillExtrusionAmbientOcclusionGroundRadiusTransition","fillExtrusionAmbientOcclusionGroundAttenuation","fillExtrusionAmbientOcclusionGroundAttenuationTransition","fillExtrusionFloodLightColor","fillExtrusionFloodLightColorTransition","fillExtrusionFloodLightIntensity","fillExtrusionFloodLightIntensityTransition","fillExtrusionFloodLightWallRadius","fillExtrusionFloodLightWallRadiusTransition","fillExtrusionFloodLightGroundRadius","fillExtrusionFloodLightGroundRadiusTransition","fillExtrusionFloodLightGroundAttenuation","fillExtrusionFloodLightGroundAttenuationTransition","fillExtrusionVerticalScale","fillExtrusionVerticalScaleTransition","fillExtrusionCutoffFadeRange","fillExtrusionEmissiveStrength","fillExtrusionEmissiveStrengthTransition","fillExtrusionLineWidth","fillExtrusionLineWidthTransition","rasterOpacity","rasterOpacityTransition","rasterHueRotate","rasterHueRotateTransition","rasterBrightnessMin","rasterBrightnessMinTransition","rasterBrightnessMax","rasterBrightnessMaxTransition","rasterSaturation","rasterSaturationTransition","rasterContrast","rasterContrastTransition","rasterResampling","rasterFadeDuration","rasterColor","rasterColorMix","rasterColorMixTransition","rasterColorRange","rasterColorRangeTransition","rasterEmissiveStrength","rasterEmissiveStrengthTransition","rasterArrayBand","rasterElevation","rasterElevationTransition","hillshadeIlluminationDirection","hillshadeIlluminationAnchor","hillshadeExaggeration","hillshadeExaggerationTransition","hillshadeShadowColor","hillshadeShadowColorTransition","hillshadeHighlightColor","hillshadeHighlightColorTransition","hillshadeAccentColor","hillshadeAccentColorTransition","modelId","modelOpacity","modelOpacityTransition","modelRotation","modelRotationTransition","modelScale","modelScaleTransition","modelTranslation","modelTranslationTransition","modelColor","modelColorTransition","modelColorMixIntensity","modelColorMixIntensityTransition","modelType","modelCastShadows","modelReceiveShadows","modelAmbientOcclusionIntensity","modelAmbientOcclusionIntensityTransition","modelEmissiveStrength","modelEmissiveStrengthTransition","modelRoughness","modelRoughnessTransition","modelHeightBasedEmissiveStrengthMultiplier","modelHeightBasedEmissiveStrengthMultiplierTransition","modelCutoffFadeRange","backgroundColor","backgroundColorTransition","backgroundPattern","backgroundOpacity","backgroundOpacityTransition","backgroundPitchAlignment","backgroundEmissiveStrength","backgroundEmissiveStrengthTransition","skyType","skyAtmosphereSun","skyAtmosphereSunIntensity","skyGradientCenter","skyGradientRadius","skyGradient","skyAtmosphereHaloColor","skyAtmosphereColor","skyOpacity","skyOpacityTransition","anchor","position","positionTransition","intensity","intensityTransition","range","rangeTransition","highColor","highColorTransition","spaceColor","spaceColorTransition","horizonBlend","horizonBlendTransition","starIntensity","starIntensityTransition","verticalRange","verticalRangeTransition","exaggeration","color","colorTransition","visibility"],"sourceRoot":"../../../src","sources":["utils/styleMap.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import mapboxgl from 'mapbox-gl';
|
|
4
|
+
export const LineJoin = {
|
|
5
|
+
Bevel: 'bevel',
|
|
6
|
+
Round: 'round',
|
|
7
|
+
Miter: 'miter'
|
|
8
|
+
};
|
|
9
|
+
export const StyleURL = {
|
|
10
|
+
Street: 'mapbox://styles/mapbox/streets-v11',
|
|
11
|
+
Satellite: 'mapbox://styles/mapbox/satellite-v9'
|
|
12
|
+
};
|
|
13
|
+
export const setAccessToken = token => {
|
|
14
|
+
mapboxgl.accessToken = token;
|
|
15
|
+
};
|
|
4
16
|
const MapboxModule = {
|
|
5
|
-
LineJoin
|
|
6
|
-
StyleURL
|
|
7
|
-
|
|
8
|
-
Satellite: 'mapbox://styles/mapbox/satellite-v9'
|
|
9
|
-
},
|
|
10
|
-
setAccessToken: token => {
|
|
11
|
-
mapboxgl.accessToken = token;
|
|
12
|
-
}
|
|
17
|
+
LineJoin,
|
|
18
|
+
StyleURL,
|
|
19
|
+
setAccessToken
|
|
13
20
|
};
|
|
14
21
|
export default MapboxModule;
|
|
15
22
|
//# sourceMappingURL=MapboxModule.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["mapboxgl","
|
|
1
|
+
{"version":3,"names":["mapboxgl","LineJoin","Bevel","Round","Miter","StyleURL","Street","Satellite","setAccessToken","token","accessToken","MapboxModule"],"sourceRoot":"../../../src","sources":["web/MapboxModule.ts"],"mappings":";;AAAA,OAAOA,QAAQ,MAAM,WAAW;AAEhC,OAAO,MAAMC,QAAQ,GAAG;EACtBC,KAAK,EAAE,OAAO;EACdC,KAAK,EAAE,OAAO;EACdC,KAAK,EAAE;AACT,CAAC;AAED,OAAO,MAAMC,QAAQ,GAAG;EACtBC,MAAM,EAAE,oCAAoC;EAC5CC,SAAS,EAAE;AACb,CAAC;AAED,OAAO,MAAMC,cAAc,GAAIC,KAAa,IAAK;EAC/CT,QAAQ,CAACU,WAAW,GAAGD,KAAK;AAC9B,CAAC;AAED,MAAME,YAAY,GAAG;EACnBV,QAAQ;EACRI,QAAQ;EACRG;AACF,CAAC;AAED,eAAeG,YAAY","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { Component } from 'react';
|
|
4
|
-
import MapContext from
|
|
4
|
+
import MapContext from "../MapContext.js";
|
|
5
5
|
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
function isArray(value) {
|
|
7
7
|
return value.length !== undefined;
|
|
@@ -41,6 +41,8 @@ function buildMapboxGlPadding(padding) {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
class Camera extends Component {
|
|
44
|
+
// @ts-ignore - context is provided by React.Component with contextType
|
|
45
|
+
|
|
44
46
|
static contextType = MapContext;
|
|
45
47
|
static UserTrackingModes = [];
|
|
46
48
|
componentDidMount() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Component","MapContext","Fragment","_Fragment","jsx","_jsx","isArray","value","length","undefined","buildMapboxGlPadding","padding","left","right","top","bottom","Camera","contextType","UserTrackingModes","componentDidMount","map","context","props","minZoomLevel","setMinZoom","maxZoomLevel","setMaxZoom","zoomLevel","setZoom","centerCoordinate","flyTo","center","slice","duration","fitBounds","northEastCoordinates","southWestCoordinates","animationDuration","moveTo","easeTo","zoomTo","zoom","setCamera","bounds","heading","pitch","options","getZoom","bearing","getBearing","getPitch","paddingTop","paddingRight","paddingBottom","paddingLeft","ne","sw","newCameraTransform","cameraForBounds","animationMode","jumpTo","render"],"sourceRoot":"../../../../src","sources":["web/components/Camera.tsx"],"mappings":";;AAAA,SAASA,SAAS,QAAqB,OAAO;AAI9C,OAAOC,UAAU,MAAM,
|
|
1
|
+
{"version":3,"names":["Component","MapContext","Fragment","_Fragment","jsx","_jsx","isArray","value","length","undefined","buildMapboxGlPadding","padding","left","right","top","bottom","Camera","contextType","UserTrackingModes","componentDidMount","map","context","props","minZoomLevel","setMinZoom","maxZoomLevel","setMaxZoom","zoomLevel","setZoom","centerCoordinate","flyTo","center","slice","duration","fitBounds","northEastCoordinates","southWestCoordinates","animationDuration","moveTo","easeTo","zoomTo","zoom","setCamera","bounds","heading","pitch","options","getZoom","bearing","getBearing","getPitch","paddingTop","paddingRight","paddingBottom","paddingLeft","ne","sw","newCameraTransform","cameraForBounds","animationMode","jumpTo","render"],"sourceRoot":"../../../../src","sources":["web/components/Camera.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","mapboxgl","MapContext","jsx","_jsx","MapView","Component","state","map","mapContainer","componentDidMount","styleURL","props","console","error","Map","container","style","setState","render","children","width","height","ref","el","position","Provider","value"],"sourceRoot":"../../../../src","sources":["web/components/MapView.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAoB,OAAO;AACvC,OAAOC,QAAQ,MAAM,WAAW;AAEhC,OAAOC,UAAU,MAAM,
|
|
1
|
+
{"version":3,"names":["React","mapboxgl","MapContext","jsx","_jsx","MapView","Component","state","map","mapContainer","componentDidMount","styleURL","props","console","error","Map","container","style","setState","render","children","width","height","ref","el","position","Provider","value"],"sourceRoot":"../../../../src","sources":["web/components/MapView.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAoB,OAAO;AACvC,OAAOC,QAAQ,MAAM,WAAW;AAEhC,OAAOC,UAAU,MAAM,kBAAe;;AAEtC;AACA;AACA;AAFA,SAAAC,GAAA,IAAAC,IAAA;AAGA,MAAMC,OAAO,SAASL,KAAK,CAACM,SAAS,CAGnC;EACAC,KAAK,GAAG;IAAEC,GAAG,EAAE;EAAK,CAAC;EACrBC,YAAY,GAAuB,IAAI;EACvCD,GAAG,GAAkB,IAAI;EAEzBE,iBAAiBA,CAAA,EAAG;IAClB,MAAM;MAAEC;IAAS,CAAC,GAAG,IAAI,CAACC,KAAK;IAC/B,IAAI,CAAC,IAAI,CAACH,YAAY,EAAE;MACtBI,OAAO,CAACC,KAAK,CAAC,uCAAuC,CAAC;MACtD;IACF;IACA,MAAMN,GAAG,GAAG,IAAIP,QAAQ,CAACc,GAAG,CAAC;MAC3BC,SAAS,EAAE,IAAI,CAACP,YAAY;MAC5BQ,KAAK,EAAEN,QAAQ,IAAI;IACrB,CAAC,CAAC;IACF,IAAI,CAACH,GAAG,GAAGA,GAAG;IACd,IAAI,CAACU,QAAQ,CAAC;MAAEV;IAAI,CAAC,CAAC;EACxB;EAEAW,MAAMA,CAAA,EAAG;IACP,MAAM;MAAEC;IAAS,CAAC,GAAG,IAAI,CAACR,KAAK;IAC/B,MAAM;MAAEJ;IAAI,CAAC,GAAG,IAAI,CAACD,KAAK;IAC1B,oBACEH,IAAA;MACEa,KAAK,EAAE;QAAEI,KAAK,EAAE,MAAM;QAAEC,MAAM,EAAE;MAAO,CAAE;MACzCC,GAAG,EAAGC,EAAE,IAAK;QACX,IAAI,CAACf,YAAY,GAAGe,EAAE;MACxB,CAAE;MAAAJ,QAAA,EAEDZ,GAAG,iBACFJ,IAAA;QAAKa,KAAK,EAAE;UAAEQ,QAAQ,EAAE;QAAW,CAAE;QAAAL,QAAA,eACnChB,IAAA,CAACF,UAAU,CAACwB,QAAQ;UAACC,KAAK,EAAE;YAAEnB;UAAI,CAAE;UAAAY,QAAA,EACjCA;QAAQ,CACU;MAAC,CACnB;IACN,CACE,CAAC;EAEV;AACF;AAEA,eAAef,OAAO","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { Marker } from 'mapbox-gl';
|
|
4
4
|
import { forwardRef, isValidElement, memo, useContext, useEffect, useImperativeHandle, useMemo } from 'react';
|
|
5
5
|
import { createPortal } from 'react-dom';
|
|
6
|
-
import MapContext from
|
|
6
|
+
import MapContext from "../MapContext.js";
|
|
7
7
|
function MarkerView(props, ref) {
|
|
8
8
|
const {
|
|
9
9
|
map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Marker","forwardRef","isValidElement","memo","useContext","useEffect","useImperativeHandle","useMemo","createPortal","MapContext","MarkerView","props","ref","map","marker","_marker","element","children","document","createElement","undefined","setLngLat","coordinate","style","getElement","position","top","left","addTo","remove","markerCoordinate","getLngLat","lng","lat"],"sourceRoot":"../../../../src","sources":["web/components/MarkerView.tsx"],"mappings":";;AAAA,SAASA,MAAM,QAAQ,WAAW;AAClC,SACEC,UAAU,EACVC,cAAc,EACdC,IAAI,EAGJC,UAAU,EACVC,SAAS,EACTC,mBAAmB,EACnBC,OAAO,QACF,OAAO;AACd,SAASC,YAAY,QAAQ,WAAW;AAExC,OAAOC,UAAU,MAAM,
|
|
1
|
+
{"version":3,"names":["Marker","forwardRef","isValidElement","memo","useContext","useEffect","useImperativeHandle","useMemo","createPortal","MapContext","MarkerView","props","ref","map","marker","_marker","element","children","document","createElement","undefined","setLngLat","coordinate","style","getElement","position","top","left","addTo","remove","markerCoordinate","getLngLat","lng","lat"],"sourceRoot":"../../../../src","sources":["web/components/MarkerView.tsx"],"mappings":";;AAAA,SAASA,MAAM,QAAQ,WAAW;AAClC,SACEC,UAAU,EACVC,cAAc,EACdC,IAAI,EAGJC,UAAU,EACVC,SAAS,EACTC,mBAAmB,EACnBC,OAAO,QACF,OAAO;AACd,SAASC,YAAY,QAAQ,WAAW;AAExC,OAAOC,UAAU,MAAM,kBAAe;AAOtC,SAASC,UAAUA,CAACC,KAAsB,EAAEC,GAAgB,EAAE;EAC5D,MAAM;IAAEC;EAAI,CAAC,GAAGT,UAAU,CAACK,UAAU,CAAC;;EAEtC;EACA,MAAMK,MAAc,GAAGP,OAAO,CAAC,MAAM;IACnC,MAAMQ,OAAO,GAAG,IAAIf,MAAM,CAAC;MACzBgB,OAAO,EAAE,aAAAd,cAAc,CAACS,KAAK,CAACM,QAAQ,CAAC,GACnCC,QAAQ,CAACC,aAAa,CAAC,KAAK,CAAC,GAC7BC;IACN,CAAC,CAAC;;IAEF;IACAL,OAAO,CAACM,SAAS,CAACV,KAAK,CAACW,UAAU,CAAC;;IAEnC;IACA,MAAM;MAAEC;IAAM,CAAC,GAAGR,OAAO,CAACS,UAAU,CAAC,CAAC;IACtCD,KAAK,CAACE,QAAQ,GAAG,UAAU;IAC3BF,KAAK,CAACG,GAAG,GAAG,GAAG;IACfH,KAAK,CAACI,IAAI,GAAG,GAAG;IAEhB,OAAOZ,OAAO;IACd;EACF,CAAC,EAAE,EAAE,CAAC;;EAEN;EACAV,SAAS,CAAC,MAAM;IACd,IAAIQ,GAAG,KAAKO,SAAS,EAAE;MACrB;IACF;IAEAN,MAAM,CAACc,KAAK,CAACf,GAAG,CAAC;IAEjB,OAAO,MAAM;MACXC,MAAM,CAACe,MAAM,CAAC,CAAC;IACjB,CAAC;IACD;EACF,CAAC,EAAE,CAAChB,GAAG,CAAC,CAAC;;EAET;EACA;EACAP,mBAAmB,CAACM,GAAG,EAAE,MAAME,MAAM,EAAE,EAAE,CAAC;;EAE1C;EACA,MAAMgB,gBAAgB,GAAGhB,MAAM,CAACiB,SAAS,CAAC,CAAC;EAC3C,IACED,gBAAgB,CAACE,GAAG,KAAKrB,KAAK,CAACW,UAAU,CAAC,CAAC,CAAC,IAC5CQ,gBAAgB,CAACG,GAAG,KAAKtB,KAAK,CAACW,UAAU,CAAC,CAAC,CAAC,EAC5C;IACAR,MAAM,CAACO,SAAS,CAAC,CAACV,KAAK,CAACW,UAAU,CAAC,CAAC,CAAC,EAAEX,KAAK,CAACW,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;EAC9D;;EAEA;EACA,oBAAOd,YAAY,CAACG,KAAK,CAACM,QAAQ,EAAEH,MAAM,CAACU,UAAU,CAAC,CAAC,CAAC;AAC1D;AAEA,4BAAerB,IAAI,cAACF,UAAU,CAACS,UAAU,CAAC,CAAC","ignoreList":[]}
|
package/lib/module/web/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import 'mapbox-gl/dist/mapbox-gl.css';
|
|
4
|
-
import MapboxModule from
|
|
5
|
-
import Camera from
|
|
6
|
-
import MapView from
|
|
7
|
-
import MarkerView from
|
|
8
|
-
import Logger from
|
|
4
|
+
import MapboxModule from "./MapboxModule.js";
|
|
5
|
+
import Camera from "./components/Camera.js";
|
|
6
|
+
import MapView from "./components/MapView.js";
|
|
7
|
+
import MarkerView from "./components/MarkerView.js";
|
|
8
|
+
import Logger from "./utils/Logger.js";
|
|
9
9
|
const ExportedComponents = {
|
|
10
10
|
Camera,
|
|
11
11
|
MapView,
|
|
@@ -17,5 +17,6 @@ const Mapbox = {
|
|
|
17
17
|
...ExportedComponents
|
|
18
18
|
};
|
|
19
19
|
export { Camera, Logger, MapView, MarkerView };
|
|
20
|
+
export * from "./MapboxModule.js";
|
|
20
21
|
export default Mapbox;
|
|
21
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["MapboxModule","Camera","MapView","MarkerView","Logger","ExportedComponents","Mapbox"],"sourceRoot":"../../../src","sources":["web/index.
|
|
1
|
+
{"version":3,"names":["MapboxModule","Camera","MapView","MarkerView","Logger","ExportedComponents","Mapbox"],"sourceRoot":"../../../src","sources":["web/index.tsx"],"mappings":";;AAAA,OAAO,8BAA8B;AAErC,OAAOA,YAAY,MAAM,mBAAgB;AACzC,OAAOC,MAAM,MAAM,wBAAqB;AACxC,OAAOC,OAAO,MAAM,yBAAsB;AAC1C,OAAOC,UAAU,MAAM,4BAAyB;AAChD,OAAOC,MAAM,MAAM,mBAAgB;AAEnC,MAAMC,kBAAkB,GAAG;EACzBJ,MAAM;EACNC,OAAO;EACPE,MAAM;EACND;AACF,CAAC;AAED,MAAMG,MAAM,GAAG;EACb,GAAGN,YAAY;EACf,GAAGK;AACL,CAAC;AAED,SAASJ,MAAM,EAAEG,MAAM,EAAEF,OAAO,EAAEC,UAAU;AAE5C,cAAc,mBAAgB;AAE9B,eAAeG,MAAM","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Logger","instance","level","startedCount","sharedInstance","constructor","logCallback","setLogCallback","setLogLevel","start","stop","subscribe","unsubscribe","effectiveLevel","log","message","tag","startsWith","onLog","console","error","warn"],"sourceRoot":"../../../../src","sources":["web/utils/Logger.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"names":["Logger","instance","level","startedCount","sharedInstance","constructor","logCallback","setLogCallback","setLogLevel","start","stop","subscribe","unsubscribe","effectiveLevel","log","message","tag","startsWith","onLog","console","error","warn"],"sourceRoot":"../../../../src","sources":["web/utils/Logger.ts"],"mappings":";;AAQA,MAAMA,MAAM,CAAC;EACX,OAAOC,QAAQ,GAAkB,IAAI;EAErCC,KAAK,GAAa,MAAM;EAExBC,YAAY,GAAG,CAAC;EAEhB,OAAOC,cAAcA,CAAA,EAAG;IACtB,IAAI,IAAI,CAACH,QAAQ,KAAK,IAAI,EAAE;MAC1B,IAAI,CAACA,QAAQ,GAAG,IAAID,MAAM,CAAC,CAAC;IAC9B;IACA,OAAO,IAAI,CAACC,QAAQ;EACtB;EAEAI,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACC,WAAW,GAAG,IAAI;EACzB;;EAEA;AACF;AACA;AACA;AACA;EACE,OAAOC,cAAcA,CAACD,WAAwB,EAAE;IAC9C,IAAI,CAACF,cAAc,CAAC,CAAC,CAACG,cAAc,CAACD,WAAW,CAAC;EACnD;;EAEA;AACF;AACA;AACA;AACA;EACEC,cAAcA,CAACD,WAAwB,EAAE;IACvC,IAAI,CAACA,WAAW,GAAGA,WAAW;EAChC;;EAEA;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;EACE,OAAOE,WAAWA,CAACN,KAAe,EAAE;IAClC,IAAI,CAACE,cAAc,CAAC,CAAC,CAACF,KAAK,GAAGA,KAAK;EACrC;EAEAO,KAAKA,CAAA,EAAG,CAAC;EAETC,IAAIA,CAAA,EAAG,CAAC;EAERC,SAASA,CAAA,EAAG;IACV;EAAA;EAGFC,WAAWA,CAAA,EAAG;IACZ;EAAA;EAGFC,cAAcA,CAACC,GAAe,EAAY;IACxC,MAAM;MAAEZ,KAAK;MAAEa,OAAO;MAAEC;IAAI,CAAC,GAAGF,GAAG;IAEnC,IAAIZ,KAAK,KAAK,SAAS,EAAE;MACvB,IACEc,GAAG,KAAK,kBAAkB,IAC1BD,OAAO,CAACE,UAAU,CAAC,mDAAmD,CAAC,EACvE;QACA;QACA,OAAO,MAAM;MACf;IACF;IACA,OAAOf,KAAK;EACd;EAEAgB,KAAKA,CAACJ,GAAe,EAAE;IACrB,IAAI,CAAC,IAAI,CAACR,WAAW,IAAI,CAAC,IAAI,CAACA,WAAW,CAACQ,GAAG,CAAC,EAAE;MAC/C,MAAM;QAAEC;MAAQ,CAAC,GAAGD,GAAG;MACvB,MAAMZ,KAAK,GAAG,IAAI,CAACW,cAAc,CAACC,GAAG,CAAC;MACtC,IAAIZ,KAAK,KAAK,OAAO,EAAE;QACrBiB,OAAO,CAACC,KAAK,CAAC,cAAc,EAAEL,OAAO,EAAED,GAAG,CAAC;MAC7C,CAAC,MAAM,IAAIZ,KAAK,KAAK,SAAS,EAAE;QAC9BiB,OAAO,CAACE,IAAI,CAAC,gBAAgB,EAAEN,OAAO,EAAED,GAAG,CAAC;MAC9C,CAAC,MAAM;QACLK,OAAO,CAACL,GAAG,CAAC,WAAWZ,KAAK,GAAG,EAAEa,OAAO,EAAED,GAAG,CAAC;MAChD;IACF;EACF;AACF;AAEAd,MAAM,CAACI,cAAc,CAAC,CAAC,CAACK,KAAK,CAAC,CAAC;AAE/B,eAAeT,MAAM","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.plugin.d.ts","sourceRoot":"","sources":["../../app.plugin.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"babel.config.d.ts","sourceRoot":"","sources":["../../babel.config.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eslint.config.d.mts","sourceRoot":"","sources":["../../eslint.config.mjs"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExampleMetadata.d.ts","sourceRoot":"","sources":["../../../../../../example/src/examples/common/ExampleMetadata.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,aAAa,GAAG;IACtD,QAAQ,EAAE,eAAe,CAAC;CAC3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"module"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
/**
|
|
3
|
+
* Merge the contents of two files together and add a generated header.
|
|
4
|
+
*
|
|
5
|
+
* @param src contents of the original file
|
|
6
|
+
* @param newSrc new contents to merge into the original file
|
|
7
|
+
* @param identifier used to update and remove merges
|
|
8
|
+
* @param anchor regex to where the merge should begin
|
|
9
|
+
* @param offset line offset to start merging at (<1 for behind the anchor)
|
|
10
|
+
* @param comment comment style `//` or `#`
|
|
11
|
+
*/
|
|
12
|
+
export function mergeContents({ src, newSrc, tag, anchor, offset, comment, }: {
|
|
13
|
+
src: any;
|
|
14
|
+
newSrc: any;
|
|
15
|
+
tag: any;
|
|
16
|
+
anchor: any;
|
|
17
|
+
offset: any;
|
|
18
|
+
comment: any;
|
|
19
|
+
}): {
|
|
20
|
+
contents: any;
|
|
21
|
+
didMerge: boolean;
|
|
22
|
+
didClear: boolean;
|
|
23
|
+
};
|
|
24
|
+
export function removeContents({ src, tag, }: {
|
|
25
|
+
src: any;
|
|
26
|
+
tag: any;
|
|
27
|
+
}): {
|
|
28
|
+
contents: any;
|
|
29
|
+
didMerge: boolean;
|
|
30
|
+
didClear: boolean;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Removes the generated section from a file, returns null when nothing can be removed.
|
|
34
|
+
* This sways heavily towards not removing lines unless it's certain that modifications were not made manually.
|
|
35
|
+
*
|
|
36
|
+
* @param src
|
|
37
|
+
*/
|
|
38
|
+
export function removeGeneratedContents(src: any, tag: any): any;
|
|
39
|
+
export function createGeneratedHeaderComment(contents: any, tag: any, comment: any): string;
|
|
40
|
+
export function createHash(src: any): string;
|
|
41
|
+
//# sourceMappingURL=generateCode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generateCode.d.ts","sourceRoot":"","sources":["../../../../plugin/build/generateCode.js"],"names":[],"mappings":";AA4BA;;;;;;;;;GASG;AACH;;;;;;;;;;;EAgBC;AACD;;;;;;;EAQC;AAgBD;;;;;GAKG;AACH,iEASC;AACD,4FAIC;AACD,6CAIC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
declare const _default: config_plugins_1.ConfigPlugin<{
|
|
3
|
+
RNMapboxMapsImpl: any;
|
|
4
|
+
RNMapboxMapsVersion: any;
|
|
5
|
+
RNMapboxMapsDownloadToken: any;
|
|
6
|
+
RNMapboxMapsUseV11: any;
|
|
7
|
+
}>;
|
|
8
|
+
export default _default;
|
|
9
|
+
export function addInstallerBlock(src: any, blockName: any): any;
|
|
10
|
+
export function addConstantBlock(src: any, { RNMapboxMapsImpl, RNMapboxMapsVersion, RNMapboxMapsDownloadToken, RNMapboxMapsUseV11, }: {
|
|
11
|
+
RNMapboxMapsImpl: any;
|
|
12
|
+
RNMapboxMapsVersion: any;
|
|
13
|
+
RNMapboxMapsDownloadToken: any;
|
|
14
|
+
RNMapboxMapsUseV11: any;
|
|
15
|
+
}): any;
|
|
16
|
+
export function applyCocoaPodsModifications(contents: any, { RNMapboxMapsImpl, RNMapboxMapsVersion, RNMapboxMapsDownloadToken, RNMapboxMapsUseV11, }: {
|
|
17
|
+
RNMapboxMapsImpl: any;
|
|
18
|
+
RNMapboxMapsVersion: any;
|
|
19
|
+
RNMapboxMapsDownloadToken: any;
|
|
20
|
+
RNMapboxMapsUseV11: any;
|
|
21
|
+
}): any;
|
|
22
|
+
export function addMapboxInstallerBlock(src: any, blockName: any): string;
|
|
23
|
+
export function addMapboxMavenRepo(src: any): any;
|
|
24
|
+
import config_plugins_1 = require("expo/config-plugins");
|
|
25
|
+
export { addMapboxMavenRepo as _addMapboxMavenRepo };
|
|
26
|
+
//# sourceMappingURL=withMapbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withMapbox.d.ts","sourceRoot":"","sources":["../../../../plugin/build/withMapbox.js"],"names":[],"mappings":";;;;;;;;AAmBA,iEA2BC;AAED;;;;;QAqCC;AAID;;;;;QAaC;AAED,0EAOW;AA2IX,kDAKW"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copy-plugin.d.ts","sourceRoot":"","sources":["../../../plugin/copy-plugin.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jest.config.d.ts","sourceRoot":"","sources":["../../../plugin/jest.config.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Taken from @expo/config-plugins
|
|
3
|
+
*
|
|
4
|
+
* Sourcecode: https://github.com/expo/expo/blob/59ece3cb1d5a7aaea42f4c7fe9d1f4f825b338f8/packages/@expo/config-plugins/src/utils/generateCode.ts
|
|
5
|
+
* LICENSE: https://github.com/expo/expo/blob/59ece3cb1d5a7aaea42f4c7fe9d1f4f825b338f8/packages/@expo/config-plugins/LICENSE
|
|
6
|
+
*/
|
|
7
|
+
export type MergeResults = {
|
|
8
|
+
contents: string;
|
|
9
|
+
didClear: boolean;
|
|
10
|
+
didMerge: boolean;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Merge the contents of two files together and add a generated header.
|
|
14
|
+
*
|
|
15
|
+
* @param src contents of the original file
|
|
16
|
+
* @param newSrc new contents to merge into the original file
|
|
17
|
+
* @param identifier used to update and remove merges
|
|
18
|
+
* @param anchor regex to where the merge should begin
|
|
19
|
+
* @param offset line offset to start merging at (<1 for behind the anchor)
|
|
20
|
+
* @param comment comment style `//` or `#`
|
|
21
|
+
*/
|
|
22
|
+
export declare function mergeContents({ src, newSrc, tag, anchor, offset, comment, }: {
|
|
23
|
+
src: string;
|
|
24
|
+
newSrc: string;
|
|
25
|
+
tag: string;
|
|
26
|
+
anchor: string | RegExp;
|
|
27
|
+
offset: number;
|
|
28
|
+
comment: string;
|
|
29
|
+
}): MergeResults;
|
|
30
|
+
export declare function removeContents({ src, tag, }: {
|
|
31
|
+
src: string;
|
|
32
|
+
tag: string;
|
|
33
|
+
}): MergeResults;
|
|
34
|
+
/**
|
|
35
|
+
* Removes the generated section from a file, returns null when nothing can be removed.
|
|
36
|
+
* This sways heavily towards not removing lines unless it's certain that modifications were not made manually.
|
|
37
|
+
*
|
|
38
|
+
* @param src
|
|
39
|
+
*/
|
|
40
|
+
export declare function removeGeneratedContents(src: string, tag: string): string | null;
|
|
41
|
+
export declare function createGeneratedHeaderComment(contents: string, tag: string, comment: string): string;
|
|
42
|
+
export declare function createHash(src: string): string;
|
|
43
|
+
//# sourceMappingURL=generateCode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generateCode.d.ts","sourceRoot":"","sources":["../../../../plugin/src/generateCode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAwBH,MAAM,MAAM,YAAY,GAAG;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF;;;;;;;;;GASG;AACH,wBAAgB,aAAa,CAAC,EAC5B,GAAG,EACH,MAAM,EACN,GAAG,EACH,MAAM,EACN,MAAM,EACN,OAAO,GACR,EAAE;IACD,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB,GAAG,YAAY,CAgBf;AAED,wBAAgB,cAAc,CAAC,EAC7B,GAAG,EACH,GAAG,GACJ,EAAE;IACD,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACb,GAAG,YAAY,CAQf;AA2BD;;;;;GAKG;AACH,wBAAgB,uBAAuB,CACrC,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,GACV,MAAM,GAAG,IAAI,CASf;AAED,wBAAgB,4BAA4B,CAC1C,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,MAAM,GACd,MAAM,CAKR;AAED,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAI9C"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ConfigPlugin } from 'expo/config-plugins';
|
|
2
|
+
type InstallerBlockName = 'pre' | 'post';
|
|
3
|
+
export type MapboxPlugProps = {
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated
|
|
6
|
+
*/
|
|
7
|
+
RNMapboxMapsImpl?: 'mapbox';
|
|
8
|
+
RNMapboxMapsVersion?: string;
|
|
9
|
+
RNMapboxMapsDownloadToken?: string;
|
|
10
|
+
RNMapboxMapsUseV11?: boolean;
|
|
11
|
+
};
|
|
12
|
+
export declare const addInstallerBlock: (src: string, blockName: InstallerBlockName) => string;
|
|
13
|
+
export declare const addConstantBlock: (src: string, { RNMapboxMapsImpl, RNMapboxMapsVersion, RNMapboxMapsDownloadToken, RNMapboxMapsUseV11, }: MapboxPlugProps) => string;
|
|
14
|
+
export declare const applyCocoaPodsModifications: (contents: string, { RNMapboxMapsImpl, RNMapboxMapsVersion, RNMapboxMapsDownloadToken, RNMapboxMapsUseV11, }: MapboxPlugProps) => string;
|
|
15
|
+
export declare const addMapboxInstallerBlock: (src: string, blockName: InstallerBlockName) => string;
|
|
16
|
+
export declare const addMapboxMavenRepo: (src: string) => string;
|
|
17
|
+
declare const _default: ConfigPlugin<MapboxPlugProps>;
|
|
18
|
+
export default _default;
|
|
19
|
+
export { addMapboxMavenRepo as _addMapboxMavenRepo, };
|
|
20
|
+
//# sourceMappingURL=withMapbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withMapbox.d.ts","sourceRoot":"","sources":["../../../../plugin/src/withMapbox.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EAOb,MAAM,qBAAqB,CAAC;AAkB7B,KAAK,kBAAkB,GAAG,KAAK,GAAG,MAAM,CAAC;AAEzC,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,gBAAgB,CAAC,EAAE,QAAQ,CAAC;IAE5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAC5B,KAAK,MAAM,EACX,WAAW,kBAAkB,KAC5B,MA6BF,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAC3B,KAAK,MAAM,EACX,2FAKG,eAAe,KACjB,MAkDF,CAAC;AAIF,eAAO,MAAM,2BAA2B,GACtC,UAAU,MAAM,EAChB,2FAKG,eAAe,KACjB,MAcF,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAClC,KAAK,MAAM,EACX,WAAW,kBAAkB,KAC5B,MAQU,CAAC;AAkNd,eAAO,MAAM,kBAAkB,GAAI,KAAK,MAAM,KAAG,MAMpC,CAAC;;AAgFd,wBAAsE;AAGtE,OAAO,EAEL,kBAAkB,IAAI,mBAAmB,GAS1C,CAAC"}
|