@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
package/lib/typescript/scripts/actions/lint-code-example-in-issues/fetch-issue-for-testing.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetch-issue-for-testing.d.ts","sourceRoot":"","sources":["../../../../../scripts/actions/lint-code-example-in-issues/fetch-issue-for-testing.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lint-code-example-in-issues.d.ts","sourceRoot":"","sources":["../../../../../scripts/actions/lint-code-example-in-issues/lint-code-example-in-issues.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export default DocJSONBuilder;
|
|
2
|
+
declare class DocJSONBuilder {
|
|
3
|
+
constructor(styledLayers: any);
|
|
4
|
+
_styledLayers: {};
|
|
5
|
+
get options(): {
|
|
6
|
+
match: RegExp;
|
|
7
|
+
shortName: boolean;
|
|
8
|
+
sort: boolean;
|
|
9
|
+
};
|
|
10
|
+
isPrivateMethod(methodName?: string): boolean;
|
|
11
|
+
postprocess(component: any, name: any): void;
|
|
12
|
+
generateReactComponentsTask(results: any, filePath: any): Promise<any>;
|
|
13
|
+
generateModulesTask(results: any, filePath: any): Promise<any>;
|
|
14
|
+
sortObject(not_sorted: any): {};
|
|
15
|
+
/**
|
|
16
|
+
* @param {string} docsJsonPath
|
|
17
|
+
*/
|
|
18
|
+
generate(docsJsonPath: string): Promise<boolean>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=DocJSONBuilder.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocJSONBuilder.d.mts","sourceRoot":"","sources":["../../../../scripts/autogenHelpers/DocJSONBuilder.mjs"],"names":[],"mappings":";AAgCA;IACE,+BAYC;IAXC,kBAAuB;IAazB;;;;MAMC;IAED,8CAEC;IAED,6CAkUC;IAED,uEAuCC;IAED,+DAgCC;IAED,gCAUC;IAED;;OAEG;IACH,uBAFW,MAAM,oBAmBhB;CACF"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export = JSDocNodeTree;
|
|
2
|
+
declare class JSDocNodeTree {
|
|
3
|
+
constructor(root: any);
|
|
4
|
+
_root: any;
|
|
5
|
+
getChildrenByTag(node: any, tag: any): any;
|
|
6
|
+
getName(): any;
|
|
7
|
+
getText(): string;
|
|
8
|
+
getMethods(): {
|
|
9
|
+
name: any;
|
|
10
|
+
description: string;
|
|
11
|
+
params: {
|
|
12
|
+
name: any;
|
|
13
|
+
description: string;
|
|
14
|
+
type: {
|
|
15
|
+
name: any;
|
|
16
|
+
};
|
|
17
|
+
optional: boolean;
|
|
18
|
+
}[];
|
|
19
|
+
examples: any;
|
|
20
|
+
returns: {
|
|
21
|
+
description: string;
|
|
22
|
+
type: {
|
|
23
|
+
name: any;
|
|
24
|
+
};
|
|
25
|
+
} | null;
|
|
26
|
+
}[];
|
|
27
|
+
getMethodParams(field: any): {
|
|
28
|
+
name: any;
|
|
29
|
+
description: string;
|
|
30
|
+
type: {
|
|
31
|
+
name: any;
|
|
32
|
+
};
|
|
33
|
+
optional: boolean;
|
|
34
|
+
}[];
|
|
35
|
+
getExamples(field: any): any;
|
|
36
|
+
getReturnValue(field: any): {
|
|
37
|
+
description: string;
|
|
38
|
+
type: {
|
|
39
|
+
name: any;
|
|
40
|
+
};
|
|
41
|
+
} | null;
|
|
42
|
+
getType(typeNode: any): any;
|
|
43
|
+
hasChildren(): number | false;
|
|
44
|
+
_hasArray(node: any, propName: any): number | false;
|
|
45
|
+
_isPrivateMethod(field: any): boolean;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=JSDocNodeTree.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JSDocNodeTree.d.ts","sourceRoot":"","sources":["../../../../scripts/autogenHelpers/JSDocNodeTree.js"],"names":[],"mappings":";AAAA;IACE,uBAEC;IADC,WAAiB;IAGnB,2CAKC;IAED,eAKC;IAED,kBAgBC;IAED;;;;;;;;;;;;;;;;;;QAsBC;IAED;;;;;;;QAqBC;IAED,6BAKC;IAED;;;;;aAYC;IAED,4BAUC;IAED,8BAEC;IAED,oDAKC;IAED,sCAEC;CACF"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export default MarkdownBuilder;
|
|
2
|
+
declare class MarkdownBuilder {
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @param {string} destDirPath
|
|
6
|
+
* @param {stirng} docJSON
|
|
7
|
+
* @param {string} componentName
|
|
8
|
+
* @param {string[]} tagLinks
|
|
9
|
+
*/
|
|
10
|
+
generateComponentFile(destDirPath: string, docJSON: stirng, componentName: string, tagLinks: string[], options: any): Promise<void>;
|
|
11
|
+
parseExampleTagLinks(): {};
|
|
12
|
+
/**
|
|
13
|
+
* @param {string} destDirPath
|
|
14
|
+
* @param {string} docsJsonPath
|
|
15
|
+
* @param {{docosaurus?: boolean}?} options
|
|
16
|
+
*/
|
|
17
|
+
generate(docsJsonPath: string, destDirPath: string, options?: {
|
|
18
|
+
docosaurus?: boolean;
|
|
19
|
+
} | null): Promise<void>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=MarkdownBuilder.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MarkdownBuilder.d.mts","sourceRoot":"","sources":["../../../../scripts/autogenHelpers/MarkdownBuilder.mjs"],"names":[],"mappings":";AAuCA;IACE;;;;;;OAMG;IACH,mCALW,MAAM,WACN,MAAM,iBACN,MAAM,YACN,MAAM,EAAE,+BAuBlB;IAED,2BA4BC;IAED;;;;OAIG;IACH,uBAHW,MAAM,eADN,MAAM,YAEN;QAAC,UAAU,CAAC,EAAE,OAAO,CAAA;KAAC,OAAC,iBAmBjC;CACF"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/** @type {string} */
|
|
2
|
+
export const docSiteRootPath: string;
|
|
3
|
+
/** @type {string} */
|
|
4
|
+
export const mapsRootPath: string;
|
|
5
|
+
/** @type {string} */
|
|
6
|
+
export const examplesJSONPath: string;
|
|
7
|
+
/** @type {string} */
|
|
8
|
+
export const docsJSONPath: string;
|
|
9
|
+
/** @type {string} */
|
|
10
|
+
export const docScreenshotsPath: string;
|
|
11
|
+
/** @type {string} */
|
|
12
|
+
export const screenshotsJSONPath: string;
|
|
13
|
+
//# sourceMappingURL=docconfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"docconfig.d.ts","sourceRoot":"","sources":["../../../../scripts/autogenHelpers/docconfig.js"],"names":[],"mappings":"AAEA,qBAAqB;AACrB,8BADW,MAAM,CAGqC;AAEtD,qBAAqB;AACrB,2BADW,MAAM,CACqC;AAEtD,qBAAqB;AACrB,+BADW,MAAM,CACyD;AAE1E,qBAAqB;AACrB,2BADW,MAAM,CACiD;AAElE,qBAAqB;AACrB,iCADW,MAAM,CAC6D;AAE9E,qBAAqB;AACrB,kCADW,MAAM,CAC6D"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ExampleMetadata } from '../../example/src/examples/common/ExampleMetadata';
|
|
2
|
+
export type { ExampleMetadata } from '../../example/src/examples/common/ExampleMetadata';
|
|
3
|
+
export type ExampleGroupMetadata = {
|
|
4
|
+
title: string;
|
|
5
|
+
};
|
|
6
|
+
export type Example = {
|
|
7
|
+
name: string;
|
|
8
|
+
metadata: ExampleMetadata;
|
|
9
|
+
fullPath: string;
|
|
10
|
+
relPath: string;
|
|
11
|
+
};
|
|
12
|
+
export type ExampleGroup = {
|
|
13
|
+
groupName: string;
|
|
14
|
+
metadata: ExampleGroupMetadata;
|
|
15
|
+
examples: Example[];
|
|
16
|
+
};
|
|
17
|
+
export type Examples = ExampleGroup[];
|
|
18
|
+
//# sourceMappingURL=examplesJsonSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"examplesJsonSchema.d.ts","sourceRoot":"","sources":["../../../../scripts/autogenHelpers/examplesJsonSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mDAAmD,CAAC;AAEpF,YAAY,EAAE,eAAe,EAAE,MAAM,mDAAmD,CAAC;AAEzF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,eAAe,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,QAAQ,EAAE,OAAO,EAAE,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export function getLayers(): {
|
|
2
|
+
name: string;
|
|
3
|
+
properties: ({
|
|
4
|
+
name: any;
|
|
5
|
+
doc: {
|
|
6
|
+
default: any;
|
|
7
|
+
minimum: any;
|
|
8
|
+
maximum: any;
|
|
9
|
+
units: any;
|
|
10
|
+
description: any;
|
|
11
|
+
requires: any[];
|
|
12
|
+
disabledBy: any[];
|
|
13
|
+
values: any;
|
|
14
|
+
};
|
|
15
|
+
mbx: {
|
|
16
|
+
name: string;
|
|
17
|
+
namespace: "layout" | "paint" | null;
|
|
18
|
+
fullName: string;
|
|
19
|
+
};
|
|
20
|
+
type: any;
|
|
21
|
+
value: any;
|
|
22
|
+
image: boolean;
|
|
23
|
+
translate: boolean;
|
|
24
|
+
transition: any;
|
|
25
|
+
expression: any;
|
|
26
|
+
expressionSupported: boolean;
|
|
27
|
+
support: any;
|
|
28
|
+
allowedFunctionTypes: string[];
|
|
29
|
+
} & {
|
|
30
|
+
allowedFunctionTypes: never[];
|
|
31
|
+
})[];
|
|
32
|
+
props: {
|
|
33
|
+
v10: any;
|
|
34
|
+
};
|
|
35
|
+
support: {
|
|
36
|
+
v10: boolean;
|
|
37
|
+
};
|
|
38
|
+
}[];
|
|
39
|
+
export default function generateCodeWithEjs(layers: any): Promise<string[]>;
|
|
40
|
+
//# sourceMappingURL=generateCodeWithEjs.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generateCodeWithEjs.d.mts","sourceRoot":"","sources":["../../../../scripts/autogenHelpers/generateCodeWithEjs.mjs"],"names":[],"mappings":"AAkbA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAoDC;AAED,4EA4EC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Scans the src/specs directory for NativeComponent files and extracts
|
|
3
|
+
* the component name from the codegenNativeComponent calls
|
|
4
|
+
*/
|
|
5
|
+
export function extractNativeComponentsFromSpecs(): {};
|
|
6
|
+
/**
|
|
7
|
+
* Generates the iOS components configuration for package.json codegenConfig
|
|
8
|
+
*/
|
|
9
|
+
export function generateIOSComponentsConfig(): {
|
|
10
|
+
components: {};
|
|
11
|
+
componentsProvider: {};
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Updates the package.json file with the generated iOS components configuration
|
|
15
|
+
*/
|
|
16
|
+
export function updatePackageJsonWithIOSComponents(): string[];
|
|
17
|
+
//# sourceMappingURL=generateIOSComponents.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generateIOSComponents.d.mts","sourceRoot":"","sources":["../../../../scripts/autogenHelpers/generateIOSComponents.mjs"],"names":[],"mappings":"AAMA;;;GAGG;AACH,uDA+BC;AAED;;GAEG;AACH;;;EAgBC;AAED;;GAEG;AACH,+DAsCC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export function getValue(value: any, defaultValue: any): any;
|
|
2
|
+
export function exists(value: any): boolean;
|
|
3
|
+
export function camelCase(str: any, delimiter?: string): any;
|
|
4
|
+
export function pascelCase(str: any, delimiter?: string): any;
|
|
5
|
+
export function setLayerMethodName(layer: any, platform: any): string;
|
|
6
|
+
export function getLayerType(layer: any, platform: any): "Light" | "FillLayer" | "FillExtrusionLayer" | "CircleLayer" | "HeatmapLayer" | "LineLayer" | "ModelLayer" | "SymbolLayer" | "BackgroundLayer" | "RasterLayer" | "SkyLayer" | "Terrain" | "Atmosphere" | "MGLFillStyleLayer" | "MGLFillExtrusionStyleLayer" | "MGLLineStyleLayer" | "MGLSymbolStyleLayer" | "MGLCircleStyleLayer" | "MGLBackgroundStyleLayer" | "MGLRasterStyleLayer" | "MGLHeatmapStyleLayer" | "MGLHillshadeStyleLayer" | "HillshadeLayer" | "MGLLight" | "MGLSkyLayer" | "MGLAtmosphere" | "MGLTerrain";
|
|
7
|
+
export function ifOrElseIf(index: any): "if" | "} else if";
|
|
8
|
+
export function iosStringArrayLiteral(arr: any): string;
|
|
9
|
+
export function iosPropName(name: any): any;
|
|
10
|
+
export function iosMapLibrePropName(name: any): "fillExtrusionHasVerticalGradient" | undefined;
|
|
11
|
+
export function iosV10PropName(name: any): any;
|
|
12
|
+
export function iosPropMethodName(layer: any, name: any): any;
|
|
13
|
+
export function androidInputType(type: any, value: any): any;
|
|
14
|
+
export function androidOutputType(type: any, value: any): any;
|
|
15
|
+
export function androidGetConfigTypeKt(androidType: any, prop: any): "styleValue.getInt(VALUE_KEY)" | "styleValue.getDouble(VALUE_KEY)" | "styleValue.getBoolean(VALUE_KEY)" | "styleValue.getFloatArray(VALUE_KEY)" | "styleValue.getStringArray(VALUE_KEY)" | "styleValue.imageURI" | "styleValue.getString(VALUE_KEY)";
|
|
16
|
+
export function androidGetConfigType(androidType: any, prop: any): "styleValue.getInt(VALUE_KEY)" | "styleValue.getBoolean(VALUE_KEY)" | "styleValue.getFloatArray(VALUE_KEY)" | "styleValue.getStringArray(VALUE_KEY)" | "styleValue.getString(VALUE_KEY)" | "styleValue.getFloat(VALUE_KEY)" | "styleValue.getImageURI()";
|
|
17
|
+
export function jsStyleType(prop: any): "StyleTypes.Color" | "StyleTypes.Enum" | "StyleTypes.Image" | "StyleTypes.Translation" | "StyleTypes.Constant";
|
|
18
|
+
export function jsDocPropRequires(prop: any): string | undefined;
|
|
19
|
+
export function getEnums(layers: any): any[];
|
|
20
|
+
export function dtsInterfaceType(prop: any): string | undefined;
|
|
21
|
+
export function jsDocReactProp(prop: any): string | undefined;
|
|
22
|
+
export function startAtSpace(spaceCount: any, str: any): string;
|
|
23
|
+
export function replaceNewLine(str: any): any;
|
|
24
|
+
export function codeQuote(str: any, maxwidth: any): any;
|
|
25
|
+
export function styleMarkdownTableRow(style: any): string;
|
|
26
|
+
export function methodMarkdownTableRow(method: any): any;
|
|
27
|
+
export function propType(prop: any): any;
|
|
28
|
+
export function propDescription(prop: any, mdx: any): any;
|
|
29
|
+
export function examplePropLinks(prop: any, component: any): any;
|
|
30
|
+
export function exampleMethodLinks(method: any, component: any): any;
|
|
31
|
+
export function getMarkdownMethodSignature(method: any, mdx: any): string;
|
|
32
|
+
export function getMarkdownMethodExamples(method: any): any;
|
|
33
|
+
export function getStyleDefaultValue(style: any): any;
|
|
34
|
+
//# sourceMappingURL=globals.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"globals.d.mts","sourceRoot":"","sources":["../../../../scripts/autogenHelpers/globals.mjs"],"names":[],"mappings":"AA0CA,6DAKC;AAED,4CAEC;AAED,6DAUC;AAED,8DAOC;AAED,sEAKC;AAED,ojBAqCC;AAED,2DAKC;AAED,wDAEC;AAED,4CAWC;AAED,+FAMC;AAED,+CAEC;AAED,8DAKC;AAED,6DAeC;AAED,8DAeC;AAED,0TAmBC;AAED,4TAmBC;AAED,uJAsBC;AAED,iEAaC;AAED,6CAiBC;AAED,gEAqEC;AAED,8DAoDC;AAED,gEAQC;AAED,8CAKC;AA6BD,wDAWC;AAED,0DAMC;AAED,yDAUC;AAqED,yCASC;AAED,0DAMC;AAED,iEAUC;AAED,qEAUC;AAED,0EAwBC;AAED,4DAeC;AAED,sDAQC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type ExampleScreenshots = {
|
|
2
|
+
images: string[];
|
|
3
|
+
};
|
|
4
|
+
export type ExampleGroupScreenshots = {
|
|
5
|
+
[exampleName: string]: ExampleScreenshots;
|
|
6
|
+
};
|
|
7
|
+
export type Screenshots = {
|
|
8
|
+
[groupName: string]: ExampleGroupScreenshots;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=screenshotsJsonSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screenshotsJsonSchema.d.ts","sourceRoot":"","sources":["../../../../scripts/autogenHelpers/screenshotsJsonSchema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,CAAC,WAAW,EAAE,MAAM,GAAG,kBAAkB,CAAC;CAC3C,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,CAAC,SAAS,EAAE,MAAM,GAAG,uBAAuB,CAAC;CAC9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autogenerate.d.mts","sourceRoot":"","sources":["../../../scripts/autogenerate.mjs"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codegen-old-arch.d.ts","sourceRoot":"","sources":["../../../scripts/codegen-old-arch.js"],"names":[],"mappings":"AA6EA,4DAaC;AApED,yCAEC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* @param {string} scanDirectory
|
|
4
|
+
* @param {string} codepartDirectory
|
|
5
|
+
* @param {string[]} extensions
|
|
6
|
+
* @returns {string[]}
|
|
7
|
+
*/
|
|
8
|
+
export function codepartReplace(scanDirectory: string, codepartDirectory: string, extensions: string[]): string[];
|
|
9
|
+
//# sourceMappingURL=codepart-replace.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codepart-replace.d.mts","sourceRoot":"","sources":["../../../scripts/codepart-replace.mjs"],"names":[],"mappings":"AA4CA;;;;;;GAMG;AACH,+CALW,MAAM,qBACN,MAAM,cACN,MAAM,EAAE,GACN,MAAM,EAAE,CA0DpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"doc-generate.d.mts","sourceRoot":"","sources":["../../../scripts/doc-generate.mjs"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"docjsongenerate.d.mts","sourceRoot":"","sources":["../../../scripts/docjsongenerate.mjs"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"example-docs.d.ts","sourceRoot":"","sources":["../../../scripts/example-docs.ts"],"names":[],"mappings":"AAAA;;GAEG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setup-jest.d.ts","sourceRoot":"","sources":["../../setup-jest.js"],"names":[],"mappings":""}
|
|
@@ -1,71 +1,4 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
|
|
3
|
-
export
|
|
4
|
-
export { default as MapView, type MapState } from './components/MapView';
|
|
5
|
-
export { default as Light } from './components/Light';
|
|
6
|
-
export { default as PointAnnotation } from './components/PointAnnotation';
|
|
7
|
-
export { default as Annotation } from './components/Annotation';
|
|
8
|
-
export { default as Callout } from './components/Callout';
|
|
9
|
-
export { default as StyleImport } from './components/StyleImport';
|
|
10
|
-
export { default as UserLocation, UserLocationRenderMode, } from './components/UserLocation';
|
|
11
|
-
export { default as LocationPuck } from './components/LocationPuck';
|
|
12
|
-
export { default as VectorSource } from './components/VectorSource';
|
|
13
|
-
export { ShapeSource } from './components/ShapeSource';
|
|
14
|
-
export { default as RasterSource } from './components/RasterSource';
|
|
15
|
-
export { default as RasterDemSource } from './components/RasterDemSource';
|
|
16
|
-
export { default as ImageSource } from './components/ImageSource';
|
|
17
|
-
export { Viewport } from './components/Viewport';
|
|
18
|
-
export { default as Models } from './components/Models';
|
|
19
|
-
export { default as Images, type ImageEntry } from './components/Images';
|
|
20
|
-
export { default as Image } from './components/Image';
|
|
21
|
-
export { default as FillLayer } from './components/FillLayer';
|
|
22
|
-
export { default as FillExtrusionLayer } from './components/FillExtrusionLayer';
|
|
23
|
-
export { default as HeatmapLayer } from './components/HeatmapLayer';
|
|
24
|
-
export { default as LineLayer } from './components/LineLayer';
|
|
25
|
-
export { default as CircleLayer } from './components/CircleLayer';
|
|
26
|
-
export { default as SkyLayer } from './components/SkyLayer';
|
|
27
|
-
export { default as ModelLayer } from './components/ModelLayer';
|
|
28
|
-
export { SymbolLayer } from './components/SymbolLayer';
|
|
29
|
-
export { default as RasterLayer } from './components/RasterLayer';
|
|
30
|
-
export { default as BackgroundLayer } from './components/BackgroundLayer';
|
|
31
|
-
export { default as CustomLocationProvider } from './components/CustomLocationProvider';
|
|
32
|
-
export { Terrain } from './components/Terrain';
|
|
33
|
-
export { default as locationManager, type Location, } from './modules/location/locationManager';
|
|
34
|
-
export { default as offlineManager, OfflineCreatePackOptions, } from './modules/offline/offlineManager';
|
|
35
|
-
export { default as offlineManagerLegacy } from './modules/offline/offlineManagerLegacy';
|
|
36
|
-
export { default as TileStore } from './modules/offline/TileStore';
|
|
37
|
-
export { default as snapshotManager, type SnapshotOptions, } from './modules/snapshot/snapshotManager';
|
|
38
|
-
export { default as MarkerView } from './components/MarkerView';
|
|
39
|
-
export { default as Animated } from './utils/animated/Animated';
|
|
40
|
-
export { AnimatedCoordinatesArray, AnimatedExtractCoordinateFromArray, AnimatedPoint, AnimatedRouteCoordinatesArray, AnimatedShape, } from './classes';
|
|
41
|
-
export { default as Style } from './components/Style';
|
|
42
|
-
export { default as Logger, type LogLevel } from './utils/Logger';
|
|
43
|
-
export { requestAndroidLocationPermissions } from './requestAndroidLocationPermissions';
|
|
44
|
-
export { getAnnotationsLayerID } from './utils/getAnnotationsLayerID';
|
|
45
|
-
export type { FillLayerStyleProps as FillLayerStyle, LineLayerStyleProps as LineLayerStyle, SymbolLayerStyleProps as SymbolLayerStyle, CircleLayerStyleProps as CircleLayerStyle, HeatmapLayerStyleProps as HeatmapLayerStyle, FillExtrusionLayerStyleProps as FillExtrusionLayerStyle, RasterLayerStyleProps as RasterLayerStyle, HillshadeLayerStyleProps as HillshadeLayerStyle, BackgroundLayerStyleProps as BackgroundLayerStyle, SkyLayerStyleProps as SkyLayerStyle, LightLayerStyleProps as LightLayerStyle, AtmosphereLayerStyleProps as AtmosphereLayerStyle, TerrainLayerStyleProps as TerrainLayerStyle, ModelLayerStyleProps as ModelLayerStyle, } from './utils/MapboxStyles';
|
|
46
|
-
import { AnimatedPoint } from './classes';
|
|
47
|
-
import { UserTrackingMode } from './components/Camera';
|
|
48
|
-
import MovePointShapeAnimator from './shapeAnimators/MovePointShapeAnimator';
|
|
49
|
-
import ChangeLineOffsetsShapeAnimator from './shapeAnimators/ChangeLineOffsetsShapeAnimator';
|
|
50
|
-
/** @deprecated This will be removed in a future release. Use `AnimatedPoint` instead. */
|
|
51
|
-
export declare const AnimatedMapPoint: typeof AnimatedPoint;
|
|
52
|
-
/** @deprecated NativeUserLocation will be removed in future release. Use `LocationPuck` instead. */
|
|
53
|
-
export declare const NativeUserLocation: import("react").MemoExoticComponent<(props: import("./components/LocationPuck").Props) => import("react").JSX.Element>;
|
|
54
|
-
export declare enum StyleURL {
|
|
55
|
-
Street = "mapbox://styles/mapbox/streets-v11",
|
|
56
|
-
Dark = "mapbox://styles/mapbox/dark-v10",
|
|
57
|
-
Light = "mapbox://styles/mapbox/light-v10",
|
|
58
|
-
Outdoors = "mapbox://styles/mapbox/outdoors-v11",
|
|
59
|
-
Satellite = "mapbox://styles/mapbox/satellite-v9",
|
|
60
|
-
SatelliteStreet = "mapbox://styles/mapbox/satellite-streets-v11",
|
|
61
|
-
TrafficDay = "mapbox://styles/mapbox/navigation-preview-day-v4",
|
|
62
|
-
TrafficNight = "mapbox://styles/mapbox/navigation-preview-night-v4"
|
|
63
|
-
}
|
|
64
|
-
/** @deprecated UserTrackingModes is deprecated use UserTrackingMode */
|
|
65
|
-
export declare const UserTrackingModes: typeof UserTrackingMode;
|
|
66
|
-
/** @experimental */
|
|
67
|
-
export declare const __experimental: {
|
|
68
|
-
MovePointShapeAnimator: typeof MovePointShapeAnimator;
|
|
69
|
-
ChangeLineOffsetsShapeAnimator: typeof ChangeLineOffsetsShapeAnimator;
|
|
70
|
-
};
|
|
1
|
+
export * from './web';
|
|
2
|
+
import Mapbox from './web';
|
|
3
|
+
export default Mapbox;
|
|
71
4
|
//# sourceMappingURL=Mapbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mapbox.d.ts","sourceRoot":"","sources":["../../../src/Mapbox.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"Mapbox.d.ts","sourceRoot":"","sources":["../../../src/Mapbox.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,OAAO,MAAM,MAAM,OAAO,CAAC;AAE3B,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export * from './RNMBXModule';
|
|
2
|
+
export { Camera, UserTrackingMode, type CameraPadding, type CameraAnimationMode, type CameraBounds, type CameraStop, } from './components/Camera';
|
|
3
|
+
export { Atmosphere } from './components/Atmosphere';
|
|
4
|
+
export { default as MapView, type MapState } from './components/MapView';
|
|
5
|
+
export { default as Light } from './components/Light';
|
|
6
|
+
export { default as PointAnnotation } from './components/PointAnnotation';
|
|
7
|
+
export { default as Annotation } from './components/Annotation';
|
|
8
|
+
export { default as Callout } from './components/Callout';
|
|
9
|
+
export { default as StyleImport } from './components/StyleImport';
|
|
10
|
+
export { default as UserLocation, UserLocationRenderMode, } from './components/UserLocation';
|
|
11
|
+
export { default as LocationPuck } from './components/LocationPuck';
|
|
12
|
+
export { default as VectorSource } from './components/VectorSource';
|
|
13
|
+
export { ShapeSource } from './components/ShapeSource';
|
|
14
|
+
export { default as RasterSource } from './components/RasterSource';
|
|
15
|
+
export { default as RasterDemSource } from './components/RasterDemSource';
|
|
16
|
+
export { default as ImageSource } from './components/ImageSource';
|
|
17
|
+
export { Viewport } from './components/Viewport';
|
|
18
|
+
export { default as Models } from './components/Models';
|
|
19
|
+
export { default as Images, type ImageEntry } from './components/Images';
|
|
20
|
+
export { default as Image } from './components/Image';
|
|
21
|
+
export { default as FillLayer } from './components/FillLayer';
|
|
22
|
+
export { default as FillExtrusionLayer } from './components/FillExtrusionLayer';
|
|
23
|
+
export { default as HeatmapLayer } from './components/HeatmapLayer';
|
|
24
|
+
export { default as LineLayer } from './components/LineLayer';
|
|
25
|
+
export { default as CircleLayer } from './components/CircleLayer';
|
|
26
|
+
export { default as SkyLayer } from './components/SkyLayer';
|
|
27
|
+
export { default as ModelLayer } from './components/ModelLayer';
|
|
28
|
+
export { SymbolLayer } from './components/SymbolLayer';
|
|
29
|
+
export { default as RasterLayer } from './components/RasterLayer';
|
|
30
|
+
export { default as BackgroundLayer } from './components/BackgroundLayer';
|
|
31
|
+
export { default as CustomLocationProvider } from './components/CustomLocationProvider';
|
|
32
|
+
export { Terrain } from './components/Terrain';
|
|
33
|
+
export { default as locationManager, type Location, } from './modules/location/locationManager';
|
|
34
|
+
export { default as offlineManager, OfflineCreatePackOptions, } from './modules/offline/offlineManager';
|
|
35
|
+
export { default as offlineManagerLegacy } from './modules/offline/offlineManagerLegacy';
|
|
36
|
+
export { default as TileStore } from './modules/offline/TileStore';
|
|
37
|
+
export { default as snapshotManager, type SnapshotOptions, } from './modules/snapshot/snapshotManager';
|
|
38
|
+
export { default as MarkerView } from './components/MarkerView';
|
|
39
|
+
export { default as Animated } from './utils/animated/Animated';
|
|
40
|
+
export { AnimatedCoordinatesArray, AnimatedExtractCoordinateFromArray, AnimatedPoint, AnimatedRouteCoordinatesArray, AnimatedShape, } from './classes';
|
|
41
|
+
export { default as Style } from './components/Style';
|
|
42
|
+
export { default as Logger, type LogLevel } from './utils/Logger';
|
|
43
|
+
export { requestAndroidLocationPermissions } from './requestAndroidLocationPermissions';
|
|
44
|
+
export { getAnnotationsLayerID } from './utils/getAnnotationsLayerID';
|
|
45
|
+
export type { FillLayerStyleProps as FillLayerStyle, LineLayerStyleProps as LineLayerStyle, SymbolLayerStyleProps as SymbolLayerStyle, CircleLayerStyleProps as CircleLayerStyle, HeatmapLayerStyleProps as HeatmapLayerStyle, FillExtrusionLayerStyleProps as FillExtrusionLayerStyle, RasterLayerStyleProps as RasterLayerStyle, HillshadeLayerStyleProps as HillshadeLayerStyle, BackgroundLayerStyleProps as BackgroundLayerStyle, SkyLayerStyleProps as SkyLayerStyle, LightLayerStyleProps as LightLayerStyle, AtmosphereLayerStyleProps as AtmosphereLayerStyle, TerrainLayerStyleProps as TerrainLayerStyle, ModelLayerStyleProps as ModelLayerStyle, } from './utils/MapboxStyles';
|
|
46
|
+
import { AnimatedPoint } from './classes';
|
|
47
|
+
import { UserTrackingMode } from './components/Camera';
|
|
48
|
+
import MovePointShapeAnimator from './shapeAnimators/MovePointShapeAnimator';
|
|
49
|
+
import ChangeLineOffsetsShapeAnimator from './shapeAnimators/ChangeLineOffsetsShapeAnimator';
|
|
50
|
+
/** @deprecated This will be removed in a future release. Use `AnimatedPoint` instead. */
|
|
51
|
+
export declare const AnimatedMapPoint: typeof AnimatedPoint;
|
|
52
|
+
/** @deprecated NativeUserLocation will be removed in future release. Use `LocationPuck` instead. */
|
|
53
|
+
export declare const NativeUserLocation: import("react").MemoExoticComponent<(props: import("./components/LocationPuck").Props) => import("react/jsx-runtime").JSX.Element>;
|
|
54
|
+
export declare enum StyleURL {
|
|
55
|
+
Street = "mapbox://styles/mapbox/streets-v11",
|
|
56
|
+
Dark = "mapbox://styles/mapbox/dark-v10",
|
|
57
|
+
Light = "mapbox://styles/mapbox/light-v10",
|
|
58
|
+
Outdoors = "mapbox://styles/mapbox/outdoors-v11",
|
|
59
|
+
Satellite = "mapbox://styles/mapbox/satellite-v9",
|
|
60
|
+
SatelliteStreet = "mapbox://styles/mapbox/satellite-streets-v11",
|
|
61
|
+
TrafficDay = "mapbox://styles/mapbox/navigation-preview-day-v4",
|
|
62
|
+
TrafficNight = "mapbox://styles/mapbox/navigation-preview-night-v4"
|
|
63
|
+
}
|
|
64
|
+
/** @deprecated UserTrackingModes is deprecated use UserTrackingMode */
|
|
65
|
+
export declare const UserTrackingModes: typeof UserTrackingMode;
|
|
66
|
+
/** @experimental */
|
|
67
|
+
export declare const __experimental: {
|
|
68
|
+
MovePointShapeAnimator: typeof MovePointShapeAnimator;
|
|
69
|
+
ChangeLineOffsetsShapeAnimator: typeof ChangeLineOffsetsShapeAnimator;
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=Mapbox.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mapbox.native.d.ts","sourceRoot":"","sources":["../../../src/Mapbox.native.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RNMBXModule.d.ts","sourceRoot":"","sources":["../../../src/RNMBXModule.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RNMBXModule.d.ts","sourceRoot":"","sources":["../../../src/RNMBXModule.ts"],"names":[],"mappings":"AAqDA,eAAO,MACL,QAAQ;YAlDE,GAAG;cACD,GAAG;WACN,GAAG;UACJ,GAAG;eACE,GAAG;qBACG,GAAG;GA8CtB,wBAAwB;cA3CZ,MAAM,GAAG,MAAM;YACjB,MAAM,GAAG,MAAM;cACb,MAAM,GAAG,MAAM;cACf,MAAM,GAAG,MAAM;GAyC3B,QAAQ;WAtCC,MAAM,GAAG,MAAM;WACf,MAAM,GAAG,MAAM;WACf,MAAM,GAAG,MAAM;GAqCxB,WAAW;qBAlCQ,MAAM;GAmCzB,WAAW;YAhCD,MAAM;GAiChB,kBAAkB,eA9Ba,MAAM,KAAG,IAAI,EA+B5C,eAAe,eA9Ba,MAAM,eAAe,MAAM,KAAG,IAAI,EA+B9D,cAAc,gBA9Bc,MAAM,GAAG,IAAI,KAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,EA+BlE,sBAAsB,eA9Ba,MAAM,KAAG,IAAI,EA+BhD,SAAS,QA9BI,OAAO,CAAC,IAAI,CAAC,EA+B1B,cAAc,QA9BI,OAAO,CAAC,MAAM,CAAC,EA+BjC,mBAAmB,qBA9BmB,OAAO,KAAG,IAAI,EA+BpD,YAAY,cA9BY,OAAO,KAAG,IA+BrB,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
declare const AnimatedCoordinatesArray_base: any;
|
|
2
|
+
export class AnimatedCoordinatesArray extends AnimatedCoordinatesArray_base {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
constructor(...args: any[]);
|
|
5
|
+
state: object;
|
|
6
|
+
/**
|
|
7
|
+
* Subclasses can override to calculate initial state
|
|
8
|
+
*
|
|
9
|
+
* @param {*} args - to value from animate
|
|
10
|
+
* @returns {object} - the state object
|
|
11
|
+
*/
|
|
12
|
+
onInitialState(coordinatesArray: any): object;
|
|
13
|
+
/**
|
|
14
|
+
* Subclasses can override getValue to calculate value from state.
|
|
15
|
+
* Value is typically coordinates array, but can be anything
|
|
16
|
+
*
|
|
17
|
+
* @param {object} state - either state from initialState and/or from calculate
|
|
18
|
+
* @returns {object}
|
|
19
|
+
*/
|
|
20
|
+
onGetValue(state: object): object;
|
|
21
|
+
/**
|
|
22
|
+
* Calculates state based on startingState and progress, returns a new state
|
|
23
|
+
*
|
|
24
|
+
* @param {object} state - state object from initialState and/or from calculate
|
|
25
|
+
* @param {number} progress - value between 0 and 1
|
|
26
|
+
* @returns {object} next state
|
|
27
|
+
*/
|
|
28
|
+
onCalculate(state: object, progress: number): object;
|
|
29
|
+
/**
|
|
30
|
+
* Subclasses can override to start a new animation
|
|
31
|
+
*
|
|
32
|
+
* @param {*} toValue - to value from animate
|
|
33
|
+
* @param {*} actCoords - the current coordinates array to start from
|
|
34
|
+
* @returns {object} The state
|
|
35
|
+
*/
|
|
36
|
+
onStart(state: any, toValue: any): object;
|
|
37
|
+
animate(progressValue: any, progressAnimation: any, config: any): any;
|
|
38
|
+
progressValue: any;
|
|
39
|
+
animation: any;
|
|
40
|
+
timing(config: any): any;
|
|
41
|
+
spring(config: any): any;
|
|
42
|
+
decay(config: any): any;
|
|
43
|
+
__getValue(): object;
|
|
44
|
+
}
|
|
45
|
+
export default AnimatedCoordinatesArray;
|
|
46
|
+
//# sourceMappingURL=AnimatedCoordinatesArray.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedCoordinatesArray.d.ts","sourceRoot":"","sources":["../../../../src/classes/AnimatedCoordinatesArray.js"],"names":[],"mappings":";AAiBA;;IACE,4BAIC;IADC,cAAyC;IAG3C;;;;;OAKG;IACH,uCAFa,MAAM,CAIlB;IAED;;;;;;OAMG;IACH,kBAHW,MAAM,GACJ,MAAM,CAIlB;IAED;;;;;;OAMG;IACH,mBAJW,MAAM,YACN,MAAM,GACJ,MAAM,CA6ClB;IAED;;;;;;OAMG;IACH,6BAJW,GAAC,GAEC,MAAM,CAQlB;IAED,sEA2BC;IAjBK,mBAAyB;IACzB,eAAqB;IAkB3B,yBAWC;IAED,yBAWC;IAED,wBAWC;IAED,qBAOC;CACF"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const AnimatedExtractCoordinateFromArray_base: any;
|
|
2
|
+
export class AnimatedExtractCoordinateFromArray extends AnimatedExtractCoordinateFromArray_base {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
constructor(array: any, index: any);
|
|
5
|
+
_array: null;
|
|
6
|
+
_index: number;
|
|
7
|
+
__getValue(): any;
|
|
8
|
+
__attach(): void;
|
|
9
|
+
__detach(): void;
|
|
10
|
+
}
|
|
11
|
+
export default AnimatedExtractCoordinateFromArray;
|
|
12
|
+
//# sourceMappingURL=AnimatedExtractCoordinateFromArray.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedExtractCoordinateFromArray.d.ts","sourceRoot":"","sources":["../../../../src/classes/AnimatedExtractCoordinateFromArray.js"],"names":[],"mappings":";AAaA;;IAKE,oCAIC;IARD,aAAc;IAEd,eAAW;IAQX,kBAQC;IAED,iBAEC;IAED,iBAGC;CACF"}
|