@rnmapbox/maps 10.1.0-beta.10 → 10.1.0-beta.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (374) hide show
  1. package/android/src/main/java/com/rnmapbox/rnmbx/components/AbstractMapFeature.kt +2 -0
  2. package/android/src/main/java/com/rnmapbox/rnmbx/components/camera/RNMBXCamera.kt +66 -9
  3. package/android/src/main/java/com/rnmapbox/rnmbx/components/images/RNMBXImages.kt +2 -2
  4. package/android/src/main/java/com/rnmapbox/rnmbx/components/location/LocationComponentManager.kt +1 -1
  5. package/android/src/main/java/com/rnmapbox/rnmbx/components/location/UserTrackingMode.kt +1 -0
  6. package/android/src/main/java/com/rnmapbox/rnmbx/components/mapview/RNMBXMapView.kt +7 -4
  7. package/android/src/main/java/com/rnmapbox/rnmbx/components/mapview/RNMBXMapViewManager.kt +51 -0
  8. package/android/src/main/java/com/rnmapbox/rnmbx/components/styles/layers/RNMBXSkyLayerManager.kt +0 -6
  9. package/android/src/main/java/com/rnmapbox/rnmbx/utils/BitmapUtils.kt +0 -31
  10. package/android/src/main/java/com/rnmapbox/rnmbx/utils/DownloadMapImageTask.kt +28 -67
  11. package/android/src/main/java/com/rnmapbox/rnmbx/utils/extensions/ReadableMap.kt +35 -0
  12. package/android/src/main/mapbox-v11-compat/v11/com/mapbox/rnmbx/v11compat/Image.kt +1 -1
  13. package/android/src/main/old-arch/com/facebook/react/viewmanagers/RNMBXMapViewManagerDelegate.java +3 -0
  14. package/android/src/main/old-arch/com/facebook/react/viewmanagers/RNMBXMapViewManagerInterface.java +1 -0
  15. package/ios/RNMBX/CustomHttpHeaders.swift +11 -0
  16. package/ios/RNMBX/RNMBXMapView.swift +56 -1
  17. package/ios/RNMBX/RNMBXMapViewManager.m +2 -0
  18. package/ios/install.md +1 -1
  19. package/lib/commonjs/Mapbox.js +2 -2
  20. package/lib/commonjs/Mapbox.js.map +1 -1
  21. package/lib/commonjs/components/AbstractLayer.js +1 -2
  22. package/lib/commonjs/components/AbstractLayer.js.map +1 -1
  23. package/lib/commonjs/components/Annotation.js +2 -3
  24. package/lib/commonjs/components/Annotation.js.map +1 -1
  25. package/lib/commonjs/components/Atmosphere.js +2 -2
  26. package/lib/commonjs/components/Atmosphere.js.map +1 -1
  27. package/lib/commonjs/components/Camera.js +9 -12
  28. package/lib/commonjs/components/Camera.js.map +1 -1
  29. package/lib/commonjs/components/Image.js +2 -2
  30. package/lib/commonjs/components/Image.js.map +1 -1
  31. package/lib/commonjs/components/Light.js +3 -4
  32. package/lib/commonjs/components/Light.js.map +1 -1
  33. package/lib/commonjs/components/MapView.js +2 -5
  34. package/lib/commonjs/components/MapView.js.map +1 -1
  35. package/lib/commonjs/components/NativeUserLocation.js +2 -2
  36. package/lib/commonjs/components/NativeUserLocation.js.map +1 -1
  37. package/lib/commonjs/components/ShapeSource.js +1 -2
  38. package/lib/commonjs/components/ShapeSource.js.map +1 -1
  39. package/lib/commonjs/components/Style.js +2 -2
  40. package/lib/commonjs/components/Style.js.map +1 -1
  41. package/lib/commonjs/components/StyleImport.js +2 -2
  42. package/lib/commonjs/components/StyleImport.js.map +1 -1
  43. package/lib/commonjs/components/SymbolLayer.js +1 -1
  44. package/lib/commonjs/components/SymbolLayer.js.map +1 -1
  45. package/lib/commonjs/components/Terrain.js +2 -2
  46. package/lib/commonjs/components/Terrain.js.map +1 -1
  47. package/lib/commonjs/index.js +2 -2
  48. package/lib/commonjs/index.js.map +1 -1
  49. package/lib/commonjs/index.web.js +2 -2
  50. package/lib/commonjs/index.web.js.map +1 -1
  51. package/lib/commonjs/specs/RNMBXBackgroundLayerNativeComponent.js +1 -0
  52. package/lib/commonjs/specs/RNMBXBackgroundLayerNativeComponent.js.map +1 -1
  53. package/lib/commonjs/specs/RNMBXCameraNativeComponent.js +1 -0
  54. package/lib/commonjs/specs/RNMBXCameraNativeComponent.js.map +1 -1
  55. package/lib/commonjs/specs/RNMBXCircleLayerNativeComponent.js +1 -0
  56. package/lib/commonjs/specs/RNMBXCircleLayerNativeComponent.js.map +1 -1
  57. package/lib/commonjs/specs/RNMBXFillExtrusionLayerNativeComponent.js +1 -0
  58. package/lib/commonjs/specs/RNMBXFillExtrusionLayerNativeComponent.js.map +1 -1
  59. package/lib/commonjs/specs/RNMBXFillLayerNativeComponent.js +1 -0
  60. package/lib/commonjs/specs/RNMBXFillLayerNativeComponent.js.map +1 -1
  61. package/lib/commonjs/specs/RNMBXHeatmapLayerNativeComponent.js +1 -0
  62. package/lib/commonjs/specs/RNMBXHeatmapLayerNativeComponent.js.map +1 -1
  63. package/lib/commonjs/specs/RNMBXLineLayerNativeComponent.js +1 -0
  64. package/lib/commonjs/specs/RNMBXLineLayerNativeComponent.js.map +1 -1
  65. package/lib/commonjs/specs/RNMBXMapViewNativeComponent.js +1 -0
  66. package/lib/commonjs/specs/RNMBXMapViewNativeComponent.js.map +1 -1
  67. package/lib/commonjs/specs/RNMBXRasterLayerNativeComponent.js +1 -0
  68. package/lib/commonjs/specs/RNMBXRasterLayerNativeComponent.js.map +1 -1
  69. package/lib/commonjs/specs/RNMBXSkyLayerNativeComponent.js +1 -0
  70. package/lib/commonjs/specs/RNMBXSkyLayerNativeComponent.js.map +1 -1
  71. package/lib/commonjs/specs/RNMBXSymbolLayerNativeComponent.js +1 -0
  72. package/lib/commonjs/specs/RNMBXSymbolLayerNativeComponent.js.map +1 -1
  73. package/lib/commonjs/utils/Logger.js +1 -2
  74. package/lib/commonjs/utils/Logger.js.map +1 -1
  75. package/lib/module/components/AbstractLayer.js +1 -2
  76. package/lib/module/components/AbstractLayer.js.map +1 -1
  77. package/lib/module/components/Annotation.js +2 -3
  78. package/lib/module/components/Annotation.js.map +1 -1
  79. package/lib/module/components/Camera.js +7 -10
  80. package/lib/module/components/Camera.js.map +1 -1
  81. package/lib/module/components/Light.js +1 -2
  82. package/lib/module/components/Light.js.map +1 -1
  83. package/lib/module/components/MapView.js +2 -5
  84. package/lib/module/components/MapView.js.map +1 -1
  85. package/lib/module/components/ShapeSource.js +1 -2
  86. package/lib/module/components/ShapeSource.js.map +1 -1
  87. package/lib/module/components/SymbolLayer.js +1 -1
  88. package/lib/module/components/SymbolLayer.js.map +1 -1
  89. package/lib/module/specs/RNMBXBackgroundLayerNativeComponent.js +3 -0
  90. package/lib/module/specs/RNMBXBackgroundLayerNativeComponent.js.map +1 -1
  91. package/lib/module/specs/RNMBXCameraNativeComponent.js +3 -0
  92. package/lib/module/specs/RNMBXCameraNativeComponent.js.map +1 -1
  93. package/lib/module/specs/RNMBXCircleLayerNativeComponent.js +3 -0
  94. package/lib/module/specs/RNMBXCircleLayerNativeComponent.js.map +1 -1
  95. package/lib/module/specs/RNMBXFillExtrusionLayerNativeComponent.js +3 -0
  96. package/lib/module/specs/RNMBXFillExtrusionLayerNativeComponent.js.map +1 -1
  97. package/lib/module/specs/RNMBXFillLayerNativeComponent.js +3 -0
  98. package/lib/module/specs/RNMBXFillLayerNativeComponent.js.map +1 -1
  99. package/lib/module/specs/RNMBXHeatmapLayerNativeComponent.js +3 -0
  100. package/lib/module/specs/RNMBXHeatmapLayerNativeComponent.js.map +1 -1
  101. package/lib/module/specs/RNMBXLineLayerNativeComponent.js +3 -0
  102. package/lib/module/specs/RNMBXLineLayerNativeComponent.js.map +1 -1
  103. package/lib/module/specs/RNMBXMapViewNativeComponent.js +3 -0
  104. package/lib/module/specs/RNMBXMapViewNativeComponent.js.map +1 -1
  105. package/lib/module/specs/RNMBXRasterLayerNativeComponent.js +3 -0
  106. package/lib/module/specs/RNMBXRasterLayerNativeComponent.js.map +1 -1
  107. package/lib/module/specs/RNMBXSkyLayerNativeComponent.js +3 -0
  108. package/lib/module/specs/RNMBXSkyLayerNativeComponent.js.map +1 -1
  109. package/lib/module/specs/RNMBXSymbolLayerNativeComponent.js +3 -0
  110. package/lib/module/specs/RNMBXSymbolLayerNativeComponent.js.map +1 -1
  111. package/lib/module/utils/Logger.js +1 -2
  112. package/lib/module/utils/Logger.js.map +1 -1
  113. package/lib/typescript/jest.config.d.ts +4 -0
  114. package/lib/typescript/jest.config.d.ts.map +1 -0
  115. package/lib/typescript/src/Mapbox.d.ts.map +1 -0
  116. package/lib/typescript/src/RNMBXModule.d.ts.map +1 -0
  117. package/lib/typescript/src/components/AbstractLayer.d.ts.map +1 -0
  118. package/lib/typescript/src/components/AbstractSource.d.ts.map +1 -0
  119. package/lib/typescript/src/components/Annotation.d.ts.map +1 -0
  120. package/lib/typescript/src/components/Atmosphere.d.ts.map +1 -0
  121. package/lib/typescript/src/components/BackgroundLayer.d.ts.map +1 -0
  122. package/lib/typescript/src/components/Callout.d.ts.map +1 -0
  123. package/lib/typescript/src/components/Camera.d.ts.map +1 -0
  124. package/lib/typescript/src/components/CircleLayer.d.ts.map +1 -0
  125. package/lib/typescript/src/components/FillExtrusionLayer.d.ts.map +1 -0
  126. package/lib/typescript/src/components/FillLayer.d.ts.map +1 -0
  127. package/lib/typescript/src/components/HeadingIndicator.d.ts.map +1 -0
  128. package/lib/typescript/src/components/HeatmapLayer.d.ts.map +1 -0
  129. package/lib/typescript/src/components/Image.d.ts.map +1 -0
  130. package/lib/typescript/src/components/ImageSource.d.ts.map +1 -0
  131. package/lib/typescript/src/components/Images.d.ts.map +1 -0
  132. package/lib/typescript/src/components/Light.d.ts.map +1 -0
  133. package/lib/typescript/src/components/LineLayer.d.ts.map +1 -0
  134. package/lib/typescript/{components → src/components}/MapView.d.ts +64 -0
  135. package/lib/typescript/src/components/MapView.d.ts.map +1 -0
  136. package/lib/typescript/src/components/MarkerView.d.ts.map +1 -0
  137. package/lib/typescript/src/components/NativeBridgeComponent.d.ts.map +1 -0
  138. package/lib/typescript/src/components/NativeUserLocation.d.ts.map +1 -0
  139. package/lib/typescript/src/components/PointAnnotation.d.ts.map +1 -0
  140. package/lib/typescript/src/components/RasterDemSource.d.ts.map +1 -0
  141. package/lib/typescript/src/components/RasterLayer.d.ts.map +1 -0
  142. package/lib/typescript/src/components/RasterSource.d.ts.map +1 -0
  143. package/lib/typescript/src/components/ShapeSource.d.ts.map +1 -0
  144. package/lib/typescript/src/components/SkyLayer.d.ts.map +1 -0
  145. package/lib/typescript/src/components/Style.d.ts.map +1 -0
  146. package/lib/typescript/src/components/StyleImport.d.ts.map +1 -0
  147. package/lib/typescript/src/components/SymbolLayer.d.ts.map +1 -0
  148. package/lib/typescript/src/components/Terrain.d.ts.map +1 -0
  149. package/lib/typescript/src/components/UserLocation.d.ts.map +1 -0
  150. package/lib/typescript/src/components/VectorSource.d.ts.map +1 -0
  151. package/lib/typescript/src/index.d.ts.map +1 -0
  152. package/lib/typescript/src/modules/location/locationManager.d.ts.map +1 -0
  153. package/lib/typescript/src/modules/offline/OfflineCreatePackOptions.d.ts.map +1 -0
  154. package/lib/typescript/src/modules/offline/OfflinePack.d.ts.map +1 -0
  155. package/lib/typescript/src/modules/offline/offlineManager.d.ts.map +1 -0
  156. package/lib/typescript/src/modules/snapshot/SnapshotOptions.d.ts.map +1 -0
  157. package/lib/typescript/src/modules/snapshot/snapshotManager.d.ts.map +1 -0
  158. package/lib/typescript/src/requestAndroidLocationPermissions.d.ts.map +1 -0
  159. package/lib/typescript/src/specs/NativeMapViewModule.d.ts.map +1 -0
  160. package/lib/typescript/src/specs/RNMBXAndroidTextureMapViewNativeComponent.d.ts.map +1 -0
  161. package/lib/typescript/src/specs/RNMBXAtmosphereNativeComponent.d.ts.map +1 -0
  162. package/lib/typescript/{specs → src/specs}/RNMBXBackgroundLayerNativeComponent.d.ts +7 -6
  163. package/lib/typescript/src/specs/RNMBXBackgroundLayerNativeComponent.d.ts.map +1 -0
  164. package/lib/typescript/{specs → src/specs}/RNMBXCameraNativeComponent.d.ts +12 -11
  165. package/lib/typescript/src/specs/RNMBXCameraNativeComponent.d.ts.map +1 -0
  166. package/lib/typescript/src/specs/RNMBXCircleLayerNativeComponent.d.ts +20 -0
  167. package/lib/typescript/src/specs/RNMBXCircleLayerNativeComponent.d.ts.map +1 -0
  168. package/lib/typescript/{specs → src/specs}/RNMBXFillExtrusionLayerNativeComponent.d.ts +10 -9
  169. package/lib/typescript/src/specs/RNMBXFillExtrusionLayerNativeComponent.d.ts.map +1 -0
  170. package/lib/typescript/src/specs/RNMBXFillLayerNativeComponent.d.ts +20 -0
  171. package/lib/typescript/src/specs/RNMBXFillLayerNativeComponent.d.ts.map +1 -0
  172. package/lib/typescript/src/specs/RNMBXHeatmapLayerNativeComponent.d.ts +20 -0
  173. package/lib/typescript/src/specs/RNMBXHeatmapLayerNativeComponent.d.ts.map +1 -0
  174. package/lib/typescript/src/specs/RNMBXLineLayerNativeComponent.d.ts +20 -0
  175. package/lib/typescript/src/specs/RNMBXLineLayerNativeComponent.d.ts.map +1 -0
  176. package/lib/typescript/{specs → src/specs}/RNMBXMapViewNativeComponent.d.ts +23 -15
  177. package/lib/typescript/src/specs/RNMBXMapViewNativeComponent.d.ts.map +1 -0
  178. package/lib/typescript/src/specs/RNMBXRasterLayerNativeComponent.d.ts +20 -0
  179. package/lib/typescript/src/specs/RNMBXRasterLayerNativeComponent.d.ts.map +1 -0
  180. package/lib/typescript/src/specs/RNMBXSkyLayerNativeComponent.d.ts +19 -0
  181. package/lib/typescript/src/specs/RNMBXSkyLayerNativeComponent.d.ts.map +1 -0
  182. package/lib/typescript/src/specs/RNMBXStyleImportNativeComponent.d.ts.map +1 -0
  183. package/lib/typescript/src/specs/RNMBXSymbolLayerNativeComponent.d.ts +20 -0
  184. package/lib/typescript/src/specs/RNMBXSymbolLayerNativeComponent.d.ts.map +1 -0
  185. package/lib/typescript/{specs → src/specs}/codegenUtils.d.ts +1 -0
  186. package/lib/typescript/src/specs/codegenUtils.d.ts.map +1 -0
  187. package/lib/typescript/src/types/BaseProps.d.ts.map +1 -0
  188. package/lib/typescript/src/types/OnPressEvent.d.ts.map +1 -0
  189. package/lib/typescript/src/types/Position.d.ts.map +1 -0
  190. package/lib/typescript/src/types/index.d.ts.map +1 -0
  191. package/lib/typescript/src/utils/BridgeValue.d.ts.map +1 -0
  192. package/lib/typescript/src/utils/Logger.d.ts.map +1 -0
  193. package/lib/typescript/src/utils/StyleValue.d.ts.map +1 -0
  194. package/lib/typescript/src/utils/animated/Animated.d.ts.map +1 -0
  195. package/lib/typescript/src/utils/checkRequiredProps.d.ts.map +1 -0
  196. package/lib/typescript/src/utils/deprecation.d.ts.map +1 -0
  197. package/lib/typescript/src/utils/filterUtils.d.ts.map +1 -0
  198. package/lib/typescript/src/utils/geoUtils.d.ts.map +1 -0
  199. package/lib/typescript/src/utils/getAnnotationsLayerID.d.ts.map +1 -0
  200. package/lib/typescript/src/utils/index.d.ts.map +1 -0
  201. package/lib/typescript/src/utils/nativeRef.d.ts.map +1 -0
  202. package/lib/typescript/src/utils/styleMap.d.ts.map +1 -0
  203. package/lib/typescript/src/web/MapContext.d.ts.map +1 -0
  204. package/lib/typescript/src/web/components/Camera.d.ts.map +1 -0
  205. package/lib/typescript/src/web/components/MapView.d.ts.map +1 -0
  206. package/lib/typescript/src/web/utils/Logger.d.ts.map +1 -0
  207. package/package.json +10 -25
  208. package/rnmapbox-maps.podspec +3 -0
  209. package/setup-jest.js +19 -4
  210. package/src/components/MapView.tsx +66 -1
  211. package/src/specs/RNMBXBackgroundLayerNativeComponent.ts +9 -6
  212. package/src/specs/RNMBXCameraNativeComponent.ts +14 -11
  213. package/src/specs/RNMBXCircleLayerNativeComponent.ts +11 -8
  214. package/src/specs/RNMBXFillExtrusionLayerNativeComponent.ts +12 -9
  215. package/src/specs/RNMBXFillLayerNativeComponent.ts +11 -8
  216. package/src/specs/RNMBXHeatmapLayerNativeComponent.ts +12 -9
  217. package/src/specs/RNMBXLineLayerNativeComponent.ts +11 -8
  218. package/src/specs/RNMBXMapViewNativeComponent.ts +27 -15
  219. package/src/specs/RNMBXRasterLayerNativeComponent.ts +12 -9
  220. package/src/specs/RNMBXSkyLayerNativeComponent.ts +12 -9
  221. package/src/specs/RNMBXSymbolLayerNativeComponent.ts +12 -9
  222. package/src/specs/codegenUtils.ts +5 -0
  223. package/lib/typescript/Mapbox.d.ts.map +0 -1
  224. package/lib/typescript/RNMBXModule.d.ts.map +0 -1
  225. package/lib/typescript/components/AbstractLayer.d.ts.map +0 -1
  226. package/lib/typescript/components/AbstractSource.d.ts.map +0 -1
  227. package/lib/typescript/components/Annotation.d.ts.map +0 -1
  228. package/lib/typescript/components/Atmosphere.d.ts.map +0 -1
  229. package/lib/typescript/components/BackgroundLayer.d.ts.map +0 -1
  230. package/lib/typescript/components/Callout.d.ts.map +0 -1
  231. package/lib/typescript/components/Camera.d.ts.map +0 -1
  232. package/lib/typescript/components/CircleLayer.d.ts.map +0 -1
  233. package/lib/typescript/components/FillExtrusionLayer.d.ts.map +0 -1
  234. package/lib/typescript/components/FillLayer.d.ts.map +0 -1
  235. package/lib/typescript/components/HeadingIndicator.d.ts.map +0 -1
  236. package/lib/typescript/components/HeatmapLayer.d.ts.map +0 -1
  237. package/lib/typescript/components/Image.d.ts.map +0 -1
  238. package/lib/typescript/components/ImageSource.d.ts.map +0 -1
  239. package/lib/typescript/components/Images.d.ts.map +0 -1
  240. package/lib/typescript/components/Light.d.ts.map +0 -1
  241. package/lib/typescript/components/LineLayer.d.ts.map +0 -1
  242. package/lib/typescript/components/MapView.d.ts.map +0 -1
  243. package/lib/typescript/components/MarkerView.d.ts.map +0 -1
  244. package/lib/typescript/components/NativeBridgeComponent.d.ts.map +0 -1
  245. package/lib/typescript/components/NativeUserLocation.d.ts.map +0 -1
  246. package/lib/typescript/components/PointAnnotation.d.ts.map +0 -1
  247. package/lib/typescript/components/RasterDemSource.d.ts.map +0 -1
  248. package/lib/typescript/components/RasterLayer.d.ts.map +0 -1
  249. package/lib/typescript/components/RasterSource.d.ts.map +0 -1
  250. package/lib/typescript/components/ShapeSource.d.ts.map +0 -1
  251. package/lib/typescript/components/SkyLayer.d.ts.map +0 -1
  252. package/lib/typescript/components/Style.d.ts.map +0 -1
  253. package/lib/typescript/components/StyleImport.d.ts.map +0 -1
  254. package/lib/typescript/components/SymbolLayer.d.ts.map +0 -1
  255. package/lib/typescript/components/Terrain.d.ts.map +0 -1
  256. package/lib/typescript/components/UserLocation.d.ts.map +0 -1
  257. package/lib/typescript/components/VectorSource.d.ts.map +0 -1
  258. package/lib/typescript/index.d.ts.map +0 -1
  259. package/lib/typescript/modules/location/locationManager.d.ts.map +0 -1
  260. package/lib/typescript/modules/offline/OfflineCreatePackOptions.d.ts.map +0 -1
  261. package/lib/typescript/modules/offline/OfflinePack.d.ts.map +0 -1
  262. package/lib/typescript/modules/offline/offlineManager.d.ts.map +0 -1
  263. package/lib/typescript/modules/snapshot/SnapshotOptions.d.ts.map +0 -1
  264. package/lib/typescript/modules/snapshot/snapshotManager.d.ts.map +0 -1
  265. package/lib/typescript/requestAndroidLocationPermissions.d.ts.map +0 -1
  266. package/lib/typescript/specs/NativeMapViewModule.d.ts.map +0 -1
  267. package/lib/typescript/specs/RNMBXAndroidTextureMapViewNativeComponent.d.ts.map +0 -1
  268. package/lib/typescript/specs/RNMBXAtmosphereNativeComponent.d.ts.map +0 -1
  269. package/lib/typescript/specs/RNMBXBackgroundLayerNativeComponent.d.ts.map +0 -1
  270. package/lib/typescript/specs/RNMBXCameraNativeComponent.d.ts.map +0 -1
  271. package/lib/typescript/specs/RNMBXCircleLayerNativeComponent.d.ts +0 -19
  272. package/lib/typescript/specs/RNMBXCircleLayerNativeComponent.d.ts.map +0 -1
  273. package/lib/typescript/specs/RNMBXFillExtrusionLayerNativeComponent.d.ts.map +0 -1
  274. package/lib/typescript/specs/RNMBXFillLayerNativeComponent.d.ts +0 -19
  275. package/lib/typescript/specs/RNMBXFillLayerNativeComponent.d.ts.map +0 -1
  276. package/lib/typescript/specs/RNMBXHeatmapLayerNativeComponent.d.ts +0 -19
  277. package/lib/typescript/specs/RNMBXHeatmapLayerNativeComponent.d.ts.map +0 -1
  278. package/lib/typescript/specs/RNMBXLineLayerNativeComponent.d.ts +0 -19
  279. package/lib/typescript/specs/RNMBXLineLayerNativeComponent.d.ts.map +0 -1
  280. package/lib/typescript/specs/RNMBXMapViewNativeComponent.d.ts.map +0 -1
  281. package/lib/typescript/specs/RNMBXRasterLayerNativeComponent.d.ts +0 -19
  282. package/lib/typescript/specs/RNMBXRasterLayerNativeComponent.d.ts.map +0 -1
  283. package/lib/typescript/specs/RNMBXSkyLayerNativeComponent.d.ts +0 -18
  284. package/lib/typescript/specs/RNMBXSkyLayerNativeComponent.d.ts.map +0 -1
  285. package/lib/typescript/specs/RNMBXStyleImportNativeComponent.d.ts.map +0 -1
  286. package/lib/typescript/specs/RNMBXSymbolLayerNativeComponent.d.ts +0 -19
  287. package/lib/typescript/specs/RNMBXSymbolLayerNativeComponent.d.ts.map +0 -1
  288. package/lib/typescript/specs/codegenUtils.d.ts.map +0 -1
  289. package/lib/typescript/types/BaseProps.d.ts.map +0 -1
  290. package/lib/typescript/types/OnPressEvent.d.ts.map +0 -1
  291. package/lib/typescript/types/Position.d.ts.map +0 -1
  292. package/lib/typescript/types/index.d.ts.map +0 -1
  293. package/lib/typescript/utils/BridgeValue.d.ts.map +0 -1
  294. package/lib/typescript/utils/Logger.d.ts.map +0 -1
  295. package/lib/typescript/utils/StyleValue.d.ts.map +0 -1
  296. package/lib/typescript/utils/animated/Animated.d.ts.map +0 -1
  297. package/lib/typescript/utils/checkRequiredProps.d.ts.map +0 -1
  298. package/lib/typescript/utils/deprecation.d.ts.map +0 -1
  299. package/lib/typescript/utils/filterUtils.d.ts.map +0 -1
  300. package/lib/typescript/utils/geoUtils.d.ts.map +0 -1
  301. package/lib/typescript/utils/getAnnotationsLayerID.d.ts.map +0 -1
  302. package/lib/typescript/utils/index.d.ts.map +0 -1
  303. package/lib/typescript/utils/nativeRef.d.ts.map +0 -1
  304. package/lib/typescript/utils/styleMap.d.ts.map +0 -1
  305. package/lib/typescript/web/MapContext.d.ts.map +0 -1
  306. package/lib/typescript/web/components/Camera.d.ts.map +0 -1
  307. package/lib/typescript/web/components/MapView.d.ts.map +0 -1
  308. package/lib/typescript/web/utils/Logger.d.ts.map +0 -1
  309. /package/lib/typescript/{Mapbox.d.ts → src/Mapbox.d.ts} +0 -0
  310. /package/lib/typescript/{RNMBXModule.d.ts → src/RNMBXModule.d.ts} +0 -0
  311. /package/lib/typescript/{components → src/components}/AbstractLayer.d.ts +0 -0
  312. /package/lib/typescript/{components → src/components}/AbstractSource.d.ts +0 -0
  313. /package/lib/typescript/{components → src/components}/Annotation.d.ts +0 -0
  314. /package/lib/typescript/{components → src/components}/Atmosphere.d.ts +0 -0
  315. /package/lib/typescript/{components → src/components}/BackgroundLayer.d.ts +0 -0
  316. /package/lib/typescript/{components → src/components}/Callout.d.ts +0 -0
  317. /package/lib/typescript/{components → src/components}/Camera.d.ts +0 -0
  318. /package/lib/typescript/{components → src/components}/CircleLayer.d.ts +0 -0
  319. /package/lib/typescript/{components → src/components}/FillExtrusionLayer.d.ts +0 -0
  320. /package/lib/typescript/{components → src/components}/FillLayer.d.ts +0 -0
  321. /package/lib/typescript/{components → src/components}/HeadingIndicator.d.ts +0 -0
  322. /package/lib/typescript/{components → src/components}/HeatmapLayer.d.ts +0 -0
  323. /package/lib/typescript/{components → src/components}/Image.d.ts +0 -0
  324. /package/lib/typescript/{components → src/components}/ImageSource.d.ts +0 -0
  325. /package/lib/typescript/{components → src/components}/Images.d.ts +0 -0
  326. /package/lib/typescript/{components → src/components}/Light.d.ts +0 -0
  327. /package/lib/typescript/{components → src/components}/LineLayer.d.ts +0 -0
  328. /package/lib/typescript/{components → src/components}/MarkerView.d.ts +0 -0
  329. /package/lib/typescript/{components → src/components}/NativeBridgeComponent.d.ts +0 -0
  330. /package/lib/typescript/{components → src/components}/NativeUserLocation.d.ts +0 -0
  331. /package/lib/typescript/{components → src/components}/PointAnnotation.d.ts +0 -0
  332. /package/lib/typescript/{components → src/components}/RasterDemSource.d.ts +0 -0
  333. /package/lib/typescript/{components → src/components}/RasterLayer.d.ts +0 -0
  334. /package/lib/typescript/{components → src/components}/RasterSource.d.ts +0 -0
  335. /package/lib/typescript/{components → src/components}/ShapeSource.d.ts +0 -0
  336. /package/lib/typescript/{components → src/components}/SkyLayer.d.ts +0 -0
  337. /package/lib/typescript/{components → src/components}/Style.d.ts +0 -0
  338. /package/lib/typescript/{components → src/components}/StyleImport.d.ts +0 -0
  339. /package/lib/typescript/{components → src/components}/SymbolLayer.d.ts +0 -0
  340. /package/lib/typescript/{components → src/components}/Terrain.d.ts +0 -0
  341. /package/lib/typescript/{components → src/components}/UserLocation.d.ts +0 -0
  342. /package/lib/typescript/{components → src/components}/VectorSource.d.ts +0 -0
  343. /package/lib/typescript/{index.d.ts → src/index.d.ts} +0 -0
  344. /package/lib/typescript/{modules → src/modules}/location/locationManager.d.ts +0 -0
  345. /package/lib/typescript/{modules → src/modules}/offline/OfflineCreatePackOptions.d.ts +0 -0
  346. /package/lib/typescript/{modules → src/modules}/offline/OfflinePack.d.ts +0 -0
  347. /package/lib/typescript/{modules → src/modules}/offline/offlineManager.d.ts +0 -0
  348. /package/lib/typescript/{modules → src/modules}/snapshot/SnapshotOptions.d.ts +0 -0
  349. /package/lib/typescript/{modules → src/modules}/snapshot/snapshotManager.d.ts +0 -0
  350. /package/lib/typescript/{requestAndroidLocationPermissions.d.ts → src/requestAndroidLocationPermissions.d.ts} +0 -0
  351. /package/lib/typescript/{specs → src/specs}/NativeMapViewModule.d.ts +0 -0
  352. /package/lib/typescript/{specs → src/specs}/RNMBXAndroidTextureMapViewNativeComponent.d.ts +0 -0
  353. /package/lib/typescript/{specs → src/specs}/RNMBXAtmosphereNativeComponent.d.ts +0 -0
  354. /package/lib/typescript/{specs → src/specs}/RNMBXStyleImportNativeComponent.d.ts +0 -0
  355. /package/lib/typescript/{types → src/types}/BaseProps.d.ts +0 -0
  356. /package/lib/typescript/{types → src/types}/OnPressEvent.d.ts +0 -0
  357. /package/lib/typescript/{types → src/types}/Position.d.ts +0 -0
  358. /package/lib/typescript/{types → src/types}/index.d.ts +0 -0
  359. /package/lib/typescript/{utils → src/utils}/BridgeValue.d.ts +0 -0
  360. /package/lib/typescript/{utils → src/utils}/Logger.d.ts +0 -0
  361. /package/lib/typescript/{utils → src/utils}/StyleValue.d.ts +0 -0
  362. /package/lib/typescript/{utils → src/utils}/animated/Animated.d.ts +0 -0
  363. /package/lib/typescript/{utils → src/utils}/checkRequiredProps.d.ts +0 -0
  364. /package/lib/typescript/{utils → src/utils}/deprecation.d.ts +0 -0
  365. /package/lib/typescript/{utils → src/utils}/filterUtils.d.ts +0 -0
  366. /package/lib/typescript/{utils → src/utils}/geoUtils.d.ts +0 -0
  367. /package/lib/typescript/{utils → src/utils}/getAnnotationsLayerID.d.ts +0 -0
  368. /package/lib/typescript/{utils → src/utils}/index.d.ts +0 -0
  369. /package/lib/typescript/{utils → src/utils}/nativeRef.d.ts +0 -0
  370. /package/lib/typescript/{utils → src/utils}/styleMap.d.ts +0 -0
  371. /package/lib/typescript/{web → src/web}/MapContext.d.ts +0 -0
  372. /package/lib/typescript/{web → src/web}/components/Camera.d.ts +0 -0
  373. /package/lib/typescript/{web → src/web}/components/MapView.d.ts +0 -0
  374. /package/lib/typescript/{web → src/web}/utils/Logger.d.ts +0 -0
@@ -1,19 +0,0 @@
1
- import type { HostComponent, ViewProps } from 'react-native';
2
- import { Double, Int32 } from 'react-native/Libraries/Types/CodegenTypes';
3
- import type { UnsafeMixed } from './codegenUtils';
4
- export interface NativeProps extends ViewProps {
5
- id: UnsafeMixed<string>;
6
- sourceID: UnsafeMixed<string>;
7
- existing: UnsafeMixed<boolean>;
8
- filter: UnsafeMixed<any[]>;
9
- aboveLayerID: UnsafeMixed<string>;
10
- belowLayerID: UnsafeMixed<string>;
11
- layerIndex: UnsafeMixed<Int32>;
12
- reactStyle: UnsafeMixed<any>;
13
- maxZoomLevel: UnsafeMixed<Double>;
14
- minZoomLevel: UnsafeMixed<Double>;
15
- sourceLayerID: UnsafeMixed<string>;
16
- }
17
- declare const _default: HostComponent<NativeProps>;
18
- export default _default;
19
- //# sourceMappingURL=RNMBXLineLayerNativeComponent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RNMBXLineLayerNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXLineLayerNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACxB,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC/B,MAAM,EAAE,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC;IAE3B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,UAAU,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC/B,UAAU,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE7B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACpC;;AAED,wBAEgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RNMBXMapViewNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXMapViewNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EACL,kBAAkB,EAClB,KAAK,EACN,MAAM,2CAA2C,CAAC;AAEnD,OAAO,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEzE,aAAK,wBAAwB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAClE,aAAK,gBAAgB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAC1D,aAAK,oBAAoB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAE9D,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,eAAe,CAAC,EAAE,kBAAkB,CAAC,wBAAwB,CAAC,CAAC;IAE/D,kBAAkB,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC1C,mBAAmB,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEvC,WAAW,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACnC,YAAY,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEhC,cAAc,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACtC,oBAAoB,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC5C,eAAe,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IACnC,mBAAmB,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IACzC,kBAAkB,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAExC,eAAe,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACvC,gBAAgB,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEpC,WAAW,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACnC,aAAa,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACrC,aAAa,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACrC,YAAY,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAEpC,kCAAkC,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAE1D,UAAU,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACjC,cAAc,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,CAAC;IAE7C,QAAQ,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAG/B,mBAAmB,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IACvC,sBAAsB,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAC1C,uBAAuB,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAG3C,YAAY,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAEnC,OAAO,CAAC,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IAC/C,WAAW,CAAC,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACnD,WAAW,CAAC,EAAE,kBAAkB,CAAC,oBAAoB,CAAC,CAAC;CACxD;;AAED,wBAEgC"}
@@ -1,19 +0,0 @@
1
- import type { HostComponent, ViewProps } from 'react-native';
2
- import { Double, Int32 } from 'react-native/Libraries/Types/CodegenTypes';
3
- import type { UnsafeMixed } from './codegenUtils';
4
- export interface NativeProps extends ViewProps {
5
- id: UnsafeMixed<string>;
6
- sourceID: UnsafeMixed<string>;
7
- existing: UnsafeMixed<boolean>;
8
- filter: UnsafeMixed<any[]>;
9
- aboveLayerID: UnsafeMixed<string>;
10
- belowLayerID: UnsafeMixed<string>;
11
- layerIndex: UnsafeMixed<Int32>;
12
- reactStyle: UnsafeMixed<any>;
13
- maxZoomLevel: UnsafeMixed<Double>;
14
- minZoomLevel: UnsafeMixed<Double>;
15
- sourceLayerID: UnsafeMixed<string>;
16
- }
17
- declare const _default: HostComponent<NativeProps>;
18
- export default _default;
19
- //# sourceMappingURL=RNMBXRasterLayerNativeComponent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RNMBXRasterLayerNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXRasterLayerNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACxB,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC/B,MAAM,EAAE,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC;IAE3B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,UAAU,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC/B,UAAU,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE7B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACpC;;AAED,wBAEgC"}
@@ -1,18 +0,0 @@
1
- import type { HostComponent, ViewProps } from 'react-native';
2
- import { Double, Int32 } from 'react-native/Libraries/Types/CodegenTypes';
3
- import type { UnsafeMixed } from './codegenUtils';
4
- export interface NativeProps extends ViewProps {
5
- id: UnsafeMixed<string>;
6
- sourceID: UnsafeMixed<string>;
7
- existing: UnsafeMixed<boolean>;
8
- filter: UnsafeMixed<any[]>;
9
- aboveLayerID: UnsafeMixed<string>;
10
- belowLayerID: UnsafeMixed<string>;
11
- layerIndex: UnsafeMixed<Int32>;
12
- reactStyle: UnsafeMixed<any>;
13
- maxZoomLevel: UnsafeMixed<Double>;
14
- minZoomLevel: UnsafeMixed<Double>;
15
- }
16
- declare const _default: HostComponent<NativeProps>;
17
- export default _default;
18
- //# sourceMappingURL=RNMBXSkyLayerNativeComponent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RNMBXSkyLayerNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXSkyLayerNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACxB,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC/B,MAAM,EAAE,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC;IAE3B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,UAAU,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC/B,UAAU,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE7B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACnC;;AAED,wBAEgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RNMBXStyleImportNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXStyleImportNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,WAAW,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC,CAAC;CAChD;;AAED,wBAEgC"}
@@ -1,19 +0,0 @@
1
- import type { HostComponent, ViewProps } from 'react-native';
2
- import { Double, Int32 } from 'react-native/Libraries/Types/CodegenTypes';
3
- import type { UnsafeMixed } from './codegenUtils';
4
- export interface NativeProps extends ViewProps {
5
- id: UnsafeMixed<string>;
6
- sourceID: UnsafeMixed<string>;
7
- existing: UnsafeMixed<boolean>;
8
- filter: UnsafeMixed<any[]>;
9
- aboveLayerID: UnsafeMixed<string>;
10
- belowLayerID: UnsafeMixed<string>;
11
- layerIndex: UnsafeMixed<Int32>;
12
- reactStyle: UnsafeMixed<any>;
13
- maxZoomLevel: UnsafeMixed<Double>;
14
- minZoomLevel: UnsafeMixed<Double>;
15
- sourceLayerID: UnsafeMixed<string>;
16
- }
17
- declare const _default: HostComponent<NativeProps>;
18
- export default _default;
19
- //# sourceMappingURL=RNMBXSymbolLayerNativeComponent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RNMBXSymbolLayerNativeComponent.d.ts","sourceRoot":"","sources":["../../../src/specs/RNMBXSymbolLayerNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,EAAE,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACxB,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC9B,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC/B,MAAM,EAAE,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC;IAE3B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,UAAU,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC/B,UAAU,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE7B,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CACpC;;AAED,wBAEgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"codegenUtils.d.ts","sourceRoot":"","sources":["../../../src/specs/codegenUtils.ts"],"names":[],"mappings":";AAGA,oBAAY,WAAW,CAAC,CAAC,IAAI,CAAC,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAE1E,oBAAY,KAAK,GAAG;IAClB,CAAC,EAAE,KAAK,CAAC;IACT,CAAC,EAAE,KAAK,CAAC;CACV,CAAC;AAEF,oBAAY,cAAc,GAAG;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB,CAAC;AAEF,oBAAY,gBAAgB,GAAG;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GAAG,IAAI,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseProps.d.ts","sourceRoot":"","sources":["../../../src/types/BaseProps.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS,GAAG;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"OnPressEvent.d.ts","sourceRoot":"","sources":["../../../src/types/OnPressEvent.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,GAAG;IACzB,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IACjC,WAAW,EAAE;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,KAAK,EAAE;QACL,CAAC,EAAE,MAAM,CAAC;QACV,CAAC,EAAE,MAAM,CAAC;KACX,CAAC;CACH,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Position.d.ts","sourceRoot":"","sources":["../../../src/types/Position.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAIxC,oBAAY,aAAa,CACvB,CAAC,SAAS,MAAM,EAChB,CAAC,GAAG,OAAO,CAAC,OAAO,EACnB,CAAC,GAAG,OAAO,IACT,cAAc,CAAC,CAAC,EAAE;IAAE,IAAI,EAAE,CAAC,CAAC;IAAC,OAAO,EAAE,CAAC,CAAA;CAAE,CAAC,CAAC;AAI/C,MAAM,WAAW,aAAc,SAAQ,aAAa;IAClD,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,CAAC,QAAQ,CAAC,KAAK,GAAG,MAAM,CAAC,EAAE,CAAC;CAC1C;AAED,MAAM,WAAW,aAAc,SAAQ,aAAa;IAClD,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B,WAAW,EAAE,CAAC,QAAQ,CAAC,KAAK,GAAG,MAAM,CAAC,EAAE,EAAE,CAAC;CAC5C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"BridgeValue.d.ts","sourceRoot":"","sources":["../../../src/utils/BridgeValue.ts"],"names":[],"mappings":"AAEA,oBAAY,YAAY,GACpB,MAAM,GACN,MAAM,GACN,OAAO,GACP,YAAY,EAAE,GACd;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CAAE,CAAC;AAEpC,oBAAY,cAAc,GACtB;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,GACnC;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACjC;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACjC;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAClC;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,OAAO,EAAE,CAAA;CAAE,CAAC;AAExC,aAAK,eAAe,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;AAE7E,MAAM,CAAC,OAAO,OAAO,WAAW;IAC9B,QAAQ,EAAE,YAAY,CAAC;gBAEX,QAAQ,EAAE,YAAY;IAIlC,IAAI,IAAI,IAAI,eAAe,CAmB1B;IAED,IAAI,KAAK;;;;;;;;;;;;;;;;;8BAiCR;IAED,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,KAAK,CAAC,GAAG,cAAc;CAOtD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Logger.d.ts","sourceRoot":"","sources":["../../../src/utils/Logger.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AAGtB,oBAAY,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAE1E,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,QAAQ,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;CACb;AAED,aAAK,WAAW,GAAG,CAAC,MAAM,EAAE,SAAS,KAAK,OAAO,CAAC;AAElD,cAAM,MAAM;IACV,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEtC,aAAa,EAAE,kBAAkB,CAAC;IAClC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,YAAY,CAAC,EAAE,mBAAmB,CAAC;IAEnC,MAAM,CAAC,cAAc;;IAarB;;;;OAIG;IACH,MAAM,CAAC,cAAc,CAAC,WAAW,EAAE,WAAW;IAI9C;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,WAAW;IAIvC;;;;;;;OAOG;IAEH;;;OAGG;IACH,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,QAAQ;IAIlC;;OAEG;IACH,KAAK;IAOL,IAAI;IAOJ,SAAS;IAMT,WAAW;IAKX,cAAc,CAAC,GAAG,EAAE,SAAS;IAe7B,KAAK,CAAC,GAAG,EAAE,SAAS;CAarB;AAID,eAAe,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"StyleValue.d.ts","sourceRoot":"","sources":["../../../src/utils/StyleValue.ts"],"names":[],"mappings":"AAEA,OAAoB,EAElB,KAAK,cAAc,EACpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAGpD,oBAAY,UAAU,GAAG;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,cAAc,CAAC;CAC5B,CAAC;AAEF,wBAAgB,cAAc,CAC5B,KAAK,EAAE,kBAAkB,GAAG,SAAS,GACpC,SAAS,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAAE,CA+C3C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Animated.d.ts","sourceRoot":"","sources":["../../../../src/utils/animated/Animated.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,WAAW,MAAM,8BAA8B,CAAC;AACvD,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,kBAAkB,MAAM,qCAAqC,CAAC;AACrE,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,WAAW,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,WAAW,MAAM,8BAA8B,CAAC;AACvD,OAAO,eAAe,MAAM,kCAAkC,CAAC;AAE/D,QAAA,MAAM,QAAQ;;;;;;;;;;CAab,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkRequiredProps.d.ts","sourceRoot":"","sources":["../../../src/utils/checkRequiredProps.ts"],"names":[],"mappings":"AAAA,aAAK,YAAY,CAAC,CAAC,IAAI;KACpB,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,GAAG,CAAC;CACrD,CAAC,MAAM,CAAC,CAAC,CAAC;AAEX,MAAM,CAAC,OAAO,UAAU,kBAAkB,CACxC,KAAK,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,EACxC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,CAAC,KAAK,CAAC,EAAE,QAU3D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"deprecation.d.ts","sourceRoot":"","sources":["../../../src/utils/deprecation.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,EACtE,SAAS,EAAE,CAAC,EACZ,kBAAkB,EAAE,MAAM,GACzB,CAAC,CAQH;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CACxC,cAAc,SAAS,MAAM,EAAE,2BAA2B;AAC1D,kBAAkB,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAElD,UAAU,EAAE,cAAc,EAC1B,SAAS,EAAE,kBAAkB,EAC7B,kBAAkB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,EACzC,SAAS,GAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAA;CAAO,GAC7D,kBAAkB,CAapB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"filterUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/filterUtils.ts"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,OAAO,GAAG,MAAM,EAAE,CAM9D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"geoUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/geoUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,EACL,OAAO,EACP,UAAU,EACV,QAAQ,EACR,UAAU,EACV,EAAE,EACF,IAAI,EACJ,iBAAiB,EACjB,QAAQ,EACR,KAAK,EACL,OAAO,EACR,MAAM,eAAe,CAAC;AACvB,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AACtC,OAAO,KAAK,MAAM,aAAa,CAAC;AAEhC,eAAO,MAAM,SAAS,cAAQ,CAAC;AAE/B,eAAO,MAAM,cAAc,mBAAa,CAAC;AAEzC,wBAAgB,gBAAgB,CAC9B,oBAAoB,EAAE,QAAQ,EAC9B,oBAAoB,EAAE,QAAQ,GAC7B,iBAAiB,CAAC,KAAK,CAAC,CAK1B;AAED,eAAO,MAAM,WAAW,gBAAU,CAAC;AAEnC,wBAAgB,qBAAqB,CAAC,CAAC,GAAG,QAAQ,EAAE,CAAC,GAAG,UAAU,EAChE,QAAQ,GAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAM,EACnC,OAAO,CAAC,EAAE;IACR,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,EAAE,CAAC,EAAE,EAAE,CAAC;CACT,2BAGF;AAED,wBAAgB,sBAAsB,CACpC,oBAAoB,EAAE,iBAAiB,EACvC,UAAU,EAAE,OAAO,GAClB,iBAAiB,CAKnB;AAED,eAAO,MAAM,iBAAiB,iBAAW,CAAC;AAE1C,eAAO,MAAM,cAAc,cAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAnnotationsLayerID.d.ts","sourceRoot":"","sources":["../../../src/utils/getAnnotationsLayerID.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB,SAC1B,kBAAkB,GAAG,UAAU,uBAStC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAKL,mBAAmB,EACpB,MAAM,cAAc,CAAC;AActB,wBAAgB,SAAS,IAAI,OAAO,CAEnC;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,GAAG,OAAO,CAKpE;AAED,wBAAgB,UAAU,CAAC,EAAE,EAAE,OAAO,GAAG,EAAE,IAAI,OAAO,CAErD;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,MAAM,CAEpD;AAED,wBAAgB,WAAW,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,SAAS,CAE1D;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,MAAM,CAEpD;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,IAAI,OAAO,CAExD;AAED,wBAAgB,WAAW,CACzB,KAAK,EAAE,OAAO,GACb,KAAK,IAAI,MAAM,GAAG,MAAM,GAAG,OAAO,CAEpC;AAED,oBAAY,SAAS,GACjB,MAAM,GACN,MAAM,GACN,OAAO,GACP,IAAI,GACJ;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAC1B,SAAS,EAAE,CAAC;AAEhB,wBAAgB,gBAAgB,CAAC,UAAU,GAAG,SAAS,EACrD,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,GAAG,EACd,IAAI,EAAE,SAAS,EAAE,GAChB,OAAO,CAAC,UAAU,CAAC,CA2BrB;AAED,wBAAgB,2BAA2B,CACzC,QAAQ,EAAE,UAAU,CAAC,OAAO,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAClD,UAAU,GAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAO,OAkB3C;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,mBAAmB,GAAG,MAAM,CAGtE;AAED,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAK3D;AAED,wBAAgB,YAAY,CAAC,IAAI,GAAE,GAAQ,UAE1C;AAED,oBAAY,mBAAmB,GAC3B;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GAC7B;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAC9B;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GAChC;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"nativeRef.d.ts","sourceRoot":"","sources":["../../../src/utils/nativeRef.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,gBAAgB,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,aAAa,EAAE,MAAM,cAAc,CAAC;AAEtE;;;;;;;GAOG;AACH,oBAAY,aAAa,CAAC,CAAC,IAAI,gBAAgB,CAC7C,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC,CAAC,GAAG,IAAI,CAChD,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,CAAC,EACjC,CAAC,EAAE,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,GACpC,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC,CAAC,GAAG,IAAI,CAAC,CAEnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"styleMap.d.ts","sourceRoot":"","sources":["../../../src/utils/styleMap.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;CAQtB,CAAC;AAEF,wBAAgB,YAAY,CAAC,SAAS,EAAE,MAAM,OAAO,WAAW,UAU/D;AA8ND,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCvB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MapContext.d.ts","sourceRoot":"","sources":["../../../src/web/MapContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAErC,QAAA,MAAM,UAAU;;EAAyC,CAAC;AAE1D,eAAe,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Camera.d.ts","sourceRoot":"","sources":["../../../../src/web/components/Camera.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,UAAU,MAAM,eAAe,CAAC;AAEvC,cAAM,MAAO,SAAQ,KAAK,CAAC,SAAS,CAAC;IACnC,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;CAC3C,CAAC;IACA,OAAO,EAAG,KAAK,CAAC,WAAW,CAAC,OAAO,UAAU,CAAC,CAAC;IAE/C,MAAM,CAAC,WAAW;;OAAc;IAChC,MAAM,CAAC,iBAAiB,UAAM;IAE9B,iBAAiB;IAQjB,SAAS,CACP,oBAAoB,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EACtC,oBAAoB,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EACtC,OAAO,SAAI,EACX,iBAAiB,SAAM;IAQzB,MAAM;CAGP;AAED,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,eAAe,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MapView.d.ts","sourceRoot":"","sources":["../../../../src/web/components/MapView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;GAEG;AACH,cAAM,OAAQ,SAAQ,KAAK,CAAC,SAAS,CACnC;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAA;CAAE,EAC3C;IAAE,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,CACxB;IACC,KAAK;;MAAiB;IACtB,YAAY,EAAE,WAAW,GAAG,IAAI,CAAQ;IACxC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE1B,iBAAiB;IAcjB,MAAM;CAkBP;AAED,eAAe,OAAO,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Logger.d.ts","sourceRoot":"","sources":["../../../../src/web/utils/Logger.ts"],"names":[],"mappings":"AACA,aAAK,UAAU,GAAG;IAChB,KAAK,EAAE,QAAQ,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AACF,aAAK,WAAW,GAAG,CAAC,GAAG,EAAE,UAAU,KAAK,OAAO,CAAC;AAChD,aAAK,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAEnE,cAAM,MAAM;IACV,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEtC,KAAK,EAAE,QAAQ,CAAU;IACzB,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;IAChC,YAAY,SAAK;IAEjB,MAAM,CAAC,cAAc;;IAWrB;;;;OAIG;IACH,MAAM,CAAC,cAAc,CAAC,WAAW,EAAE,WAAW;IAI9C;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,WAAW;IAIvC;;;;;;;OAOG;IAEH;;;OAGG;IACH,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,QAAQ;IAIlC,KAAK;IAEL,IAAI;IAEJ,SAAS;IAIT,WAAW;IAIX,cAAc,CAAC,GAAG,EAAE,UAAU,GAAG,QAAQ;IAezC,KAAK,CAAC,GAAG,EAAE,UAAU;CAatB;AAID,eAAe,MAAM,CAAC"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes