@gooddata/sdk-ui-geo 11.13.0-alpha.1 → 11.13.0-alpha.3

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 (712) hide show
  1. package/esm/core/geoChart/GeoChartInner.d.ts +1 -1
  2. package/esm/core/geoChart/GeoChartInner.d.ts.map +1 -1
  3. package/esm/core/geoChart/GeoChartInner.js +4 -2
  4. package/esm/core/geoChart/GeoChartInner.js.map +1 -1
  5. package/esm/core/geoChart/GeoChartLegendRenderer.d.ts +1 -1
  6. package/esm/core/geoChart/GeoChartLegendRenderer.d.ts.map +1 -1
  7. package/esm/core/geoChart/GeoChartLegendRenderer.js +3 -3
  8. package/esm/core/geoChart/GeoChartLegendRenderer.js.map +1 -1
  9. package/esm/core/geoChart/GeoChartOptionsWrapper.d.ts.map +1 -1
  10. package/esm/core/geoChart/GeoChartOptionsWrapper.js +38 -25
  11. package/esm/core/geoChart/GeoChartOptionsWrapper.js.map +1 -1
  12. package/esm/core/geoChart/GeoChartRenderer.d.ts +1 -2
  13. package/esm/core/geoChart/GeoChartRenderer.d.ts.map +1 -1
  14. package/esm/core/geoChart/GeoChartRenderer.js +1 -2
  15. package/esm/core/geoChart/GeoChartRenderer.js.map +1 -1
  16. package/esm/core/geoChart/GeoValidatorHOC.d.ts.map +1 -1
  17. package/esm/core/geoChart/GeoValidatorHOC.js +15 -8
  18. package/esm/core/geoChart/GeoValidatorHOC.js.map +1 -1
  19. package/esm/core/geoChart/legends/PushpinCategoryLegend.d.ts +1 -1
  20. package/esm/core/geoChart/legends/PushpinCategoryLegend.d.ts.map +1 -1
  21. package/esm/core/geoChart/legends/PushpinCategoryLegend.js +1 -1
  22. package/esm/core/geoChart/legends/PushpinCategoryLegend.js.map +1 -1
  23. package/esm/core/geoChart/legends/PushpinSizeLegend.d.ts +1 -1
  24. package/esm/core/geoChart/legends/PushpinSizeLegend.d.ts.map +1 -1
  25. package/esm/core/geoChart/legends/PushpinSizeLegend.js +1 -1
  26. package/esm/core/geoChart/legends/PushpinSizeLegend.js.map +1 -1
  27. package/esm/next/GeoAreaChart.d.ts +4 -26
  28. package/esm/next/GeoAreaChart.d.ts.map +1 -1
  29. package/esm/next/GeoAreaChart.js +16 -57
  30. package/esm/next/GeoAreaChart.js.map +1 -1
  31. package/esm/next/GeoChartNext.d.ts +19 -0
  32. package/esm/next/GeoChartNext.d.ts.map +1 -0
  33. package/esm/next/GeoChartNext.js +34 -0
  34. package/esm/next/GeoChartNext.js.map +1 -0
  35. package/esm/next/GeoPushpinChartNext.d.ts +5 -6
  36. package/esm/next/GeoPushpinChartNext.d.ts.map +1 -1
  37. package/esm/next/GeoPushpinChartNext.js +19 -35
  38. package/esm/next/GeoPushpinChartNext.js.map +1 -1
  39. package/esm/next/components/GeoChartNextDataLoader.d.ts +12 -0
  40. package/esm/next/components/GeoChartNextDataLoader.d.ts.map +1 -0
  41. package/esm/next/components/GeoChartNextDataLoader.js +42 -0
  42. package/esm/next/components/GeoChartNextDataLoader.js.map +1 -0
  43. package/esm/next/components/GeoChartNextProviders.d.ts +13 -0
  44. package/esm/next/components/GeoChartNextProviders.d.ts.map +1 -0
  45. package/esm/next/components/GeoChartNextProviders.js +15 -0
  46. package/esm/next/components/GeoChartNextProviders.js.map +1 -0
  47. package/esm/next/components/GeoErrorComponent.d.ts +13 -0
  48. package/esm/next/components/GeoErrorComponent.d.ts.map +1 -0
  49. package/esm/next/components/{ErrorComponent.js → GeoErrorComponent.js} +4 -4
  50. package/esm/next/components/GeoErrorComponent.js.map +1 -0
  51. package/esm/next/components/GeoLoadingComponent.d.ts +5 -0
  52. package/esm/next/components/GeoLoadingComponent.d.ts.map +1 -0
  53. package/esm/next/components/{LoadingComponent.js → GeoLoadingComponent.js} +4 -4
  54. package/esm/next/components/GeoLoadingComponent.js.map +1 -0
  55. package/esm/next/components/RenderGeoChartNext.d.ts +18 -0
  56. package/esm/next/components/RenderGeoChartNext.d.ts.map +1 -0
  57. package/esm/next/components/RenderGeoChartNext.js +51 -0
  58. package/esm/next/components/RenderGeoChartNext.js.map +1 -0
  59. package/esm/next/components/legends/Legend.d.ts +5 -4
  60. package/esm/next/components/legends/Legend.d.ts.map +1 -1
  61. package/esm/next/components/legends/Legend.js.map +1 -1
  62. package/esm/next/components/legends/LegendBody.js +1 -1
  63. package/esm/next/components/legends/LegendBody.js.map +1 -1
  64. package/esm/next/components/legends/legendPropsAdapter.d.ts.map +1 -1
  65. package/esm/next/components/legends/legendPropsAdapter.js.map +1 -1
  66. package/esm/next/components/legends/types.d.ts +5 -4
  67. package/esm/next/components/legends/types.d.ts.map +1 -1
  68. package/esm/next/constants/defaults.d.ts +60 -0
  69. package/esm/next/constants/defaults.d.ts.map +1 -0
  70. package/esm/next/constants/defaults.js +53 -0
  71. package/esm/next/constants/defaults.js.map +1 -0
  72. package/esm/next/constants/{internal.d.ts → emptyDefaults.d.ts} +1 -9
  73. package/esm/next/constants/emptyDefaults.d.ts.map +1 -0
  74. package/esm/next/constants/{internal.js → emptyDefaults.js} +1 -9
  75. package/esm/next/constants/emptyDefaults.js.map +1 -0
  76. package/esm/next/context/GeoChartNextContext.d.ts +30 -0
  77. package/esm/next/context/GeoChartNextContext.d.ts.map +1 -0
  78. package/esm/next/context/GeoChartNextContext.js +44 -0
  79. package/esm/next/context/GeoChartNextContext.js.map +1 -0
  80. package/esm/next/context/GeoDataContext.d.ts +6 -51
  81. package/esm/next/context/GeoDataContext.d.ts.map +1 -1
  82. package/esm/next/context/GeoDataContext.js +12 -25
  83. package/esm/next/context/GeoDataContext.js.map +1 -1
  84. package/esm/next/context/GeoLayersContext.d.ts +111 -0
  85. package/esm/next/context/GeoLayersContext.d.ts.map +1 -0
  86. package/esm/next/context/GeoLayersContext.js +67 -0
  87. package/esm/next/context/GeoLayersContext.js.map +1 -0
  88. package/esm/next/context/GeoLegendContext.d.ts +23 -33
  89. package/esm/next/context/GeoLegendContext.d.ts.map +1 -1
  90. package/esm/next/context/GeoLegendContext.js +34 -31
  91. package/esm/next/context/GeoLegendContext.js.map +1 -1
  92. package/esm/next/context/InitialExecutionContext.d.ts +1 -1
  93. package/esm/next/context/InitialExecutionContext.d.ts.map +1 -1
  94. package/esm/next/context/MapRuntimeContext.d.ts +15 -0
  95. package/esm/next/context/MapRuntimeContext.d.ts.map +1 -0
  96. package/esm/next/context/MapRuntimeContext.js +15 -0
  97. package/esm/next/context/MapRuntimeContext.js.map +1 -0
  98. package/esm/next/context/createGeoContext.d.ts +36 -0
  99. package/esm/next/context/createGeoContext.d.ts.map +1 -0
  100. package/esm/next/context/createGeoContext.js +45 -0
  101. package/esm/next/context/createGeoContext.js.map +1 -0
  102. package/esm/next/hooks/dataLoading/useGeoChartDataPipeline.d.ts +24 -0
  103. package/esm/next/hooks/dataLoading/useGeoChartDataPipeline.d.ts.map +1 -0
  104. package/esm/next/hooks/dataLoading/useGeoChartDataPipeline.js +64 -0
  105. package/esm/next/hooks/dataLoading/useGeoChartDataPipeline.js.map +1 -0
  106. package/esm/next/hooks/dataLoading/useNormalizedLayerExecutions.d.ts +33 -0
  107. package/esm/next/hooks/dataLoading/useNormalizedLayerExecutions.d.ts.map +1 -0
  108. package/esm/next/hooks/dataLoading/useNormalizedLayerExecutions.js +36 -0
  109. package/esm/next/hooks/dataLoading/useNormalizedLayerExecutions.js.map +1 -0
  110. package/esm/next/hooks/layers/useGeoAdapterContext.d.ts +12 -0
  111. package/esm/next/hooks/layers/useGeoAdapterContext.d.ts.map +1 -0
  112. package/esm/next/hooks/layers/useGeoAdapterContext.js +34 -0
  113. package/esm/next/hooks/layers/useGeoAdapterContext.js.map +1 -0
  114. package/esm/next/hooks/layers/useLayerTooltips.d.ts +48 -0
  115. package/esm/next/hooks/layers/useLayerTooltips.d.ts.map +1 -0
  116. package/esm/next/hooks/layers/useLayerTooltips.js +105 -0
  117. package/esm/next/hooks/layers/useLayerTooltips.js.map +1 -0
  118. package/esm/next/hooks/layers/useLayersData.d.ts +45 -0
  119. package/esm/next/hooks/layers/useLayersData.d.ts.map +1 -0
  120. package/esm/next/hooks/layers/useLayersData.js +69 -0
  121. package/esm/next/hooks/layers/useLayersData.js.map +1 -0
  122. package/esm/next/hooks/layers/useLayersExecutions.d.ts +27 -0
  123. package/esm/next/hooks/layers/useLayersExecutions.d.ts.map +1 -0
  124. package/esm/next/hooks/layers/useLayersExecutions.js +15 -0
  125. package/esm/next/hooks/layers/useLayersExecutions.js.map +1 -0
  126. package/esm/next/hooks/layers/useLayersPrepare.d.ts +83 -0
  127. package/esm/next/hooks/layers/useLayersPrepare.d.ts.map +1 -0
  128. package/esm/next/hooks/layers/useLayersPrepare.js +84 -0
  129. package/esm/next/hooks/layers/useLayersPrepare.js.map +1 -0
  130. package/esm/next/hooks/layers/useSyncLayersToMap.d.ts +23 -0
  131. package/esm/next/hooks/layers/useSyncLayersToMap.d.ts.map +1 -0
  132. package/esm/next/hooks/layers/useSyncLayersToMap.js +70 -0
  133. package/esm/next/hooks/layers/useSyncLayersToMap.js.map +1 -0
  134. package/esm/next/hooks/legend/useLegendConfig.d.ts +2 -2
  135. package/esm/next/hooks/legend/useLegendConfig.d.ts.map +1 -1
  136. package/esm/next/hooks/legend/useLegendConfig.js.map +1 -1
  137. package/esm/next/hooks/legend/useLegendDetails.d.ts +3 -3
  138. package/esm/next/hooks/legend/useLegendDetails.d.ts.map +1 -1
  139. package/esm/next/hooks/legend/useLegendDetails.js.map +1 -1
  140. package/esm/next/hooks/legend/useLegendItemClick.d.ts +2 -2
  141. package/esm/next/hooks/legend/useLegendItemClick.d.ts.map +1 -1
  142. package/esm/next/hooks/legend/useLegendItemClick.js.map +1 -1
  143. package/esm/next/hooks/legend/useLegendItemsWithState.d.ts +2 -2
  144. package/esm/next/hooks/legend/useLegendItemsWithState.d.ts.map +1 -1
  145. package/esm/next/hooks/legend/useLegendItemsWithState.js +0 -3
  146. package/esm/next/hooks/legend/useLegendItemsWithState.js.map +1 -1
  147. package/esm/next/hooks/legend/useLegendRenderState.d.ts +44 -0
  148. package/esm/next/hooks/legend/useLegendRenderState.d.ts.map +1 -0
  149. package/esm/next/hooks/legend/useLegendRenderState.js +43 -0
  150. package/esm/next/hooks/legend/useLegendRenderState.js.map +1 -0
  151. package/esm/next/hooks/legend/useSelectedSegments.d.ts +2 -2
  152. package/esm/next/hooks/legend/useSelectedSegments.d.ts.map +1 -1
  153. package/esm/next/hooks/legend/useSelectedSegments.js +0 -3
  154. package/esm/next/hooks/legend/useSelectedSegments.js.map +1 -1
  155. package/esm/next/hooks/map/useAfterRender.d.ts +4 -3
  156. package/esm/next/hooks/map/useAfterRender.d.ts.map +1 -1
  157. package/esm/next/hooks/map/useAfterRender.js +3 -16
  158. package/esm/next/hooks/map/useAfterRender.js.map +1 -1
  159. package/esm/next/hooks/map/useMapCallbacks.d.ts +3 -3
  160. package/esm/next/hooks/map/useMapCallbacks.d.ts.map +1 -1
  161. package/esm/next/hooks/map/useMapCallbacks.js.map +1 -1
  162. package/esm/next/hooks/map/useMapInitialization.d.ts +7 -8
  163. package/esm/next/hooks/map/useMapInitialization.d.ts.map +1 -1
  164. package/esm/next/hooks/map/useMapInitialization.js +20 -23
  165. package/esm/next/hooks/map/useMapInitialization.js.map +1 -1
  166. package/esm/next/hooks/map/useMapResize.d.ts +3 -3
  167. package/esm/next/hooks/map/useMapResize.d.ts.map +1 -1
  168. package/esm/next/hooks/map/useMapResize.js +3 -7
  169. package/esm/next/hooks/map/useMapResize.js.map +1 -1
  170. package/esm/next/hooks/props/useResolvedGeoChartNextProps.d.ts +21 -0
  171. package/esm/next/hooks/props/useResolvedGeoChartNextProps.d.ts.map +1 -0
  172. package/esm/next/hooks/props/useResolvedGeoChartNextProps.js +39 -0
  173. package/esm/next/hooks/props/useResolvedGeoChartNextProps.js.map +1 -0
  174. package/esm/next/hooks/pushData/useGeoPushData.d.ts +28 -0
  175. package/esm/next/hooks/pushData/useGeoPushData.d.ts.map +1 -0
  176. package/esm/next/hooks/{shared → pushData}/useGeoPushData.js +1 -1
  177. package/esm/next/hooks/pushData/useGeoPushData.js.map +1 -0
  178. package/esm/next/hooks/utils/useCallbackOnChange.d.ts +24 -0
  179. package/esm/next/hooks/utils/useCallbackOnChange.d.ts.map +1 -0
  180. package/esm/next/hooks/utils/useCallbackOnChange.js +37 -0
  181. package/esm/next/hooks/utils/useCallbackOnChange.js.map +1 -0
  182. package/esm/next/index.d.ts +28 -8
  183. package/esm/next/index.d.ts.map +1 -1
  184. package/esm/next/index.js +13 -2
  185. package/esm/next/index.js.map +1 -1
  186. package/esm/next/layers/area/adapter.d.ts +4 -0
  187. package/esm/next/layers/area/adapter.d.ts.map +1 -0
  188. package/esm/next/layers/area/adapter.js +160 -0
  189. package/esm/next/layers/area/adapter.js.map +1 -0
  190. package/esm/next/{hooks/shared/geoCollectionBoundingBox.d.ts → layers/area/boundingBox.d.ts} +4 -2
  191. package/esm/next/layers/area/boundingBox.d.ts.map +1 -0
  192. package/esm/next/{hooks/shared/geoCollectionBoundingBox.js → layers/area/boundingBox.js} +23 -16
  193. package/esm/next/layers/area/boundingBox.js.map +1 -0
  194. package/esm/next/{features/coloring/areaColorStrategy.d.ts → layers/area/coloring/colorStrategy.d.ts} +2 -2
  195. package/esm/next/layers/area/coloring/colorStrategy.d.ts.map +1 -0
  196. package/esm/next/{features/coloring/areaColorStrategy.js → layers/area/coloring/colorStrategy.js} +2 -2
  197. package/esm/next/layers/area/coloring/colorStrategy.js.map +1 -0
  198. package/esm/next/{features/coloring/areaPalette.d.ts → layers/area/coloring/palette.d.ts} +1 -1
  199. package/esm/next/layers/area/coloring/palette.d.ts.map +1 -0
  200. package/esm/next/{features/coloring/areaPalette.js → layers/area/coloring/palette.js} +7 -7
  201. package/esm/next/layers/area/coloring/palette.js.map +1 -0
  202. package/esm/next/layers/area/config/defaults.d.ts +8 -0
  203. package/esm/next/layers/area/config/defaults.d.ts.map +1 -0
  204. package/esm/next/layers/area/config/defaults.js +19 -0
  205. package/esm/next/layers/area/config/defaults.js.map +1 -0
  206. package/esm/next/layers/area/constants.d.ts +14 -0
  207. package/esm/next/layers/area/constants.d.ts.map +1 -0
  208. package/esm/next/layers/area/constants.js +15 -0
  209. package/esm/next/layers/area/constants.js.map +1 -0
  210. package/esm/next/layers/area/data/transformation.d.ts +41 -0
  211. package/esm/next/layers/area/data/transformation.d.ts.map +1 -0
  212. package/esm/next/{features/data/areaTransformation.js → layers/area/data/transformation.js} +104 -55
  213. package/esm/next/layers/area/data/transformation.js.map +1 -0
  214. package/esm/next/layers/area/layerFactory.d.ts +20 -0
  215. package/esm/next/layers/area/layerFactory.d.ts.map +1 -0
  216. package/esm/next/layers/area/layerFactory.js +26 -0
  217. package/esm/next/layers/area/layerFactory.js.map +1 -0
  218. package/esm/next/{providers/maplibre/maplibreDataLayersArea.d.ts → layers/area/layers.d.ts} +7 -7
  219. package/esm/next/layers/area/layers.d.ts.map +1 -0
  220. package/esm/next/{providers/maplibre/maplibreDataLayersArea.js → layers/area/layers.js} +10 -16
  221. package/esm/next/layers/area/layers.js.map +1 -0
  222. package/esm/next/layers/area/operations.d.ts +33 -0
  223. package/esm/next/layers/area/operations.d.ts.map +1 -0
  224. package/esm/next/layers/area/operations.js +55 -0
  225. package/esm/next/layers/area/operations.js.map +1 -0
  226. package/esm/next/layers/area/source.d.ts +36 -0
  227. package/esm/next/layers/area/source.d.ts.map +1 -0
  228. package/esm/next/{providers/maplibre/maplibreDataSourceArea.js → layers/area/source.js} +21 -80
  229. package/esm/next/layers/area/source.js.map +1 -0
  230. package/esm/next/layers/area/tooltip/tooltipManagement.d.ts +19 -0
  231. package/esm/next/layers/area/tooltip/tooltipManagement.d.ts.map +1 -0
  232. package/esm/next/layers/area/tooltip/tooltipManagement.js +127 -0
  233. package/esm/next/layers/area/tooltip/tooltipManagement.js.map +1 -0
  234. package/esm/next/layers/common/computeLegend.d.ts +34 -0
  235. package/esm/next/layers/common/computeLegend.d.ts.map +1 -0
  236. package/esm/next/layers/common/computeLegend.js +43 -0
  237. package/esm/next/layers/common/computeLegend.js.map +1 -0
  238. package/esm/next/layers/common/dimensions.d.ts +15 -0
  239. package/esm/next/layers/common/dimensions.d.ts.map +1 -0
  240. package/esm/next/layers/common/dimensions.js +24 -0
  241. package/esm/next/layers/common/dimensions.js.map +1 -0
  242. package/esm/next/layers/common/layerOps.d.ts +4 -0
  243. package/esm/next/layers/common/layerOps.d.ts.map +1 -0
  244. package/esm/next/layers/common/layerOps.js +21 -0
  245. package/esm/next/layers/common/layerOps.js.map +1 -0
  246. package/esm/next/layers/common/mapFacade.d.ts +116 -0
  247. package/esm/next/layers/common/mapFacade.d.ts.map +1 -0
  248. package/esm/next/layers/common/mapFacade.js +128 -0
  249. package/esm/next/layers/common/mapFacade.js.map +1 -0
  250. package/esm/next/layers/execution/buildLayerExecution.d.ts +15 -0
  251. package/esm/next/layers/execution/buildLayerExecution.d.ts.map +1 -0
  252. package/esm/next/layers/execution/buildLayerExecution.js +28 -0
  253. package/esm/next/layers/execution/buildLayerExecution.js.map +1 -0
  254. package/esm/next/layers/execution/layerContext.d.ts +33 -0
  255. package/esm/next/layers/execution/layerContext.d.ts.map +1 -0
  256. package/esm/next/layers/execution/layerContext.js +39 -0
  257. package/esm/next/layers/execution/layerContext.js.map +1 -0
  258. package/esm/next/layers/pushpin/adapter.d.ts +4 -0
  259. package/esm/next/layers/pushpin/adapter.d.ts.map +1 -0
  260. package/esm/next/layers/pushpin/adapter.js +122 -0
  261. package/esm/next/layers/pushpin/adapter.js.map +1 -0
  262. package/esm/next/layers/pushpin/clustering/clustering.d.ts +8 -0
  263. package/esm/next/layers/pushpin/clustering/clustering.d.ts.map +1 -0
  264. package/esm/next/layers/pushpin/clustering/clustering.js +11 -0
  265. package/esm/next/layers/pushpin/clustering/clustering.js.map +1 -0
  266. package/esm/next/{features → layers/pushpin}/coloring/colorStrategy.d.ts +2 -2
  267. package/esm/next/layers/pushpin/coloring/colorStrategy.d.ts.map +1 -0
  268. package/esm/next/{features → layers/pushpin}/coloring/colorStrategy.js +4 -4
  269. package/esm/next/layers/pushpin/coloring/colorStrategy.js.map +1 -0
  270. package/esm/next/{features → layers/pushpin}/coloring/palette.d.ts +2 -2
  271. package/esm/next/layers/pushpin/coloring/palette.d.ts.map +1 -0
  272. package/esm/next/{features → layers/pushpin}/coloring/palette.js +8 -5
  273. package/esm/next/layers/pushpin/coloring/palette.js.map +1 -0
  274. package/esm/next/layers/pushpin/config/defaults.d.ts +12 -0
  275. package/esm/next/layers/pushpin/config/defaults.d.ts.map +1 -0
  276. package/esm/next/layers/pushpin/config/defaults.js +19 -0
  277. package/esm/next/layers/pushpin/config/defaults.js.map +1 -0
  278. package/esm/next/{constants/geoChart.d.ts → layers/pushpin/constants.d.ts} +1 -9
  279. package/esm/next/layers/pushpin/constants.d.ts.map +1 -0
  280. package/esm/next/{constants/geoChart.js → layers/pushpin/constants.js} +1 -9
  281. package/esm/next/layers/pushpin/constants.js.map +1 -0
  282. package/esm/next/{features/data/pushpinTransformation.d.ts → layers/pushpin/data/transformation.d.ts} +5 -5
  283. package/esm/next/layers/pushpin/data/transformation.d.ts.map +1 -0
  284. package/esm/next/{features/data/pushpinTransformation.js → layers/pushpin/data/transformation.js} +146 -56
  285. package/esm/next/layers/pushpin/data/transformation.js.map +1 -0
  286. package/esm/next/layers/pushpin/layerFactory.d.ts +20 -0
  287. package/esm/next/layers/pushpin/layerFactory.d.ts.map +1 -0
  288. package/esm/next/layers/pushpin/layerFactory.js +26 -0
  289. package/esm/next/layers/pushpin/layerFactory.js.map +1 -0
  290. package/esm/next/{providers/maplibre/maplibreDataLayers.d.ts → layers/pushpin/layers.d.ts} +12 -8
  291. package/esm/next/layers/pushpin/layers.d.ts.map +1 -0
  292. package/esm/next/{providers/maplibre/maplibreDataLayers.js → layers/pushpin/layers.js} +39 -35
  293. package/esm/next/layers/pushpin/layers.js.map +1 -0
  294. package/esm/next/layers/pushpin/operations.d.ts +37 -0
  295. package/esm/next/layers/pushpin/operations.d.ts.map +1 -0
  296. package/esm/next/layers/pushpin/operations.js +74 -0
  297. package/esm/next/layers/pushpin/operations.js.map +1 -0
  298. package/esm/next/layers/pushpin/size/calculations.d.ts.map +1 -0
  299. package/esm/next/layers/pushpin/size/calculations.js.map +1 -0
  300. package/esm/next/layers/pushpin/source.d.ts +32 -0
  301. package/esm/next/layers/pushpin/source.d.ts.map +1 -0
  302. package/esm/next/layers/pushpin/source.js +126 -0
  303. package/esm/next/layers/pushpin/source.js.map +1 -0
  304. package/esm/next/{providers/maplibre/maplibreTooltip.d.ts → layers/pushpin/tooltip/tooltipManagement.d.ts} +13 -23
  305. package/esm/next/layers/pushpin/tooltip/tooltipManagement.d.ts.map +1 -0
  306. package/esm/next/layers/pushpin/tooltip/tooltipManagement.js +208 -0
  307. package/esm/next/layers/pushpin/tooltip/tooltipManagement.js.map +1 -0
  308. package/esm/next/layers/registry/adapterRegistry.d.ts +31 -0
  309. package/esm/next/layers/registry/adapterRegistry.d.ts.map +1 -0
  310. package/esm/next/layers/registry/adapterRegistry.js +48 -0
  311. package/esm/next/layers/registry/adapterRegistry.js.map +1 -0
  312. package/esm/next/layers/registry/adapterTypes.d.ts +295 -0
  313. package/esm/next/layers/registry/adapterTypes.d.ts.map +1 -0
  314. package/esm/next/{types/areaInternal.js → layers/registry/adapterTypes.js} +1 -1
  315. package/esm/next/layers/registry/adapterTypes.js.map +1 -0
  316. package/esm/next/layers/registry/output.d.ts +9 -0
  317. package/esm/next/layers/registry/output.d.ts.map +1 -0
  318. package/esm/next/layers/registry/output.js +22 -0
  319. package/esm/next/layers/registry/output.js.map +1 -0
  320. package/esm/next/map/MapController.d.ts +25 -0
  321. package/esm/next/map/MapController.d.ts.map +1 -0
  322. package/esm/next/map/MapController.js +39 -0
  323. package/esm/next/map/MapController.js.map +1 -0
  324. package/esm/next/{providers/maplibre/maplibreConfig.d.ts → map/runtime/mapConfig.d.ts} +5 -4
  325. package/esm/next/map/runtime/mapConfig.d.ts.map +1 -0
  326. package/esm/next/{providers/maplibre/maplibreConfig.js → map/runtime/mapConfig.js} +5 -4
  327. package/esm/next/map/runtime/mapConfig.js.map +1 -0
  328. package/esm/next/{features/map/initializeMap.d.ts → map/runtime/mapInitialization.d.ts} +3 -3
  329. package/esm/next/map/runtime/mapInitialization.d.ts.map +1 -0
  330. package/esm/next/{features/map/initializeMap.js → map/runtime/mapInitialization.js} +14 -9
  331. package/esm/next/map/runtime/mapInitialization.js.map +1 -0
  332. package/esm/next/{features/data/transformationCommon.d.ts → map/style/dataTransformation.d.ts} +1 -8
  333. package/esm/next/map/style/dataTransformation.d.ts.map +1 -0
  334. package/esm/next/{features/data/transformationCommon.js → map/style/dataTransformation.js} +1 -21
  335. package/esm/next/map/style/dataTransformation.js.map +1 -0
  336. package/esm/next/map/style/sharedDefaults.d.ts +12 -0
  337. package/esm/next/map/style/sharedDefaults.d.ts.map +1 -0
  338. package/esm/next/map/style/sharedDefaults.js +25 -0
  339. package/esm/next/map/style/sharedDefaults.js.map +1 -0
  340. package/esm/next/map/style/sharedLayers.d.ts +8 -0
  341. package/esm/next/map/style/sharedLayers.d.ts.map +1 -0
  342. package/esm/next/map/style/sharedLayers.js +18 -0
  343. package/esm/next/map/style/sharedLayers.js.map +1 -0
  344. package/esm/next/map/style/styleConfig.d.ts +3 -0
  345. package/esm/next/map/style/styleConfig.d.ts.map +1 -0
  346. package/esm/next/{providers/maplibre/style.js → map/style/styleConfig.js} +1 -1
  347. package/esm/next/map/style/styleConfig.js.map +1 -0
  348. package/esm/next/{features/tooltip/formatting.d.ts → map/style/tooltipFormatting.d.ts} +1 -1
  349. package/esm/next/map/style/tooltipFormatting.d.ts.map +1 -0
  350. package/esm/next/{features/tooltip/formatting.js → map/style/tooltipFormatting.js} +1 -1
  351. package/esm/next/map/style/tooltipFormatting.js.map +1 -0
  352. package/esm/next/map/styleReconciliation/planBuilder.d.ts +105 -0
  353. package/esm/next/map/styleReconciliation/planBuilder.d.ts.map +1 -0
  354. package/esm/next/map/styleReconciliation/planBuilder.js +83 -0
  355. package/esm/next/map/styleReconciliation/planBuilder.js.map +1 -0
  356. package/esm/next/map/styleReconciliation/reconcileStyle.d.ts +92 -0
  357. package/esm/next/map/styleReconciliation/reconcileStyle.d.ts.map +1 -0
  358. package/esm/next/map/styleReconciliation/reconcileStyle.js +121 -0
  359. package/esm/next/map/styleReconciliation/reconcileStyle.js.map +1 -0
  360. package/esm/next/map/styleReconciliation/types.d.ts +138 -0
  361. package/esm/next/map/styleReconciliation/types.d.ts.map +1 -0
  362. package/esm/next/{types/shared.js → map/styleReconciliation/types.js} +1 -1
  363. package/esm/next/map/styleReconciliation/types.js.map +1 -0
  364. package/esm/next/map/viewport/viewportCalculation.d.ts +33 -0
  365. package/esm/next/map/viewport/viewportCalculation.d.ts.map +1 -0
  366. package/esm/next/map/viewport/viewportCalculation.js +94 -0
  367. package/esm/next/map/viewport/viewportCalculation.js.map +1 -0
  368. package/esm/next/{providers/maplibre/maplibreViewport.d.ts → map/viewport/viewportPresets.d.ts} +4 -4
  369. package/esm/next/map/viewport/viewportPresets.d.ts.map +1 -0
  370. package/esm/next/{providers/maplibre/maplibreViewport.js → map/viewport/viewportPresets.js} +9 -13
  371. package/esm/next/map/viewport/viewportPresets.js.map +1 -0
  372. package/esm/next/map/viewport.d.ts +8 -0
  373. package/esm/next/map/viewport.d.ts.map +1 -0
  374. package/esm/next/map/viewport.js +44 -0
  375. package/esm/next/map/viewport.js.map +1 -0
  376. package/esm/next/pushData/PushDataSync.d.ts +12 -0
  377. package/esm/next/pushData/PushDataSync.d.ts.map +1 -0
  378. package/esm/next/pushData/PushDataSync.js +16 -0
  379. package/esm/next/pushData/PushDataSync.js.map +1 -0
  380. package/esm/next/types/common/callbacks.d.ts +14 -0
  381. package/esm/next/types/common/callbacks.d.ts.map +1 -0
  382. package/esm/next/types/{areaPublic.js → common/callbacks.js} +1 -1
  383. package/esm/next/types/common/callbacks.js.map +1 -0
  384. package/esm/next/types/common/coordinates.d.ts +31 -0
  385. package/esm/next/types/common/coordinates.d.ts.map +1 -0
  386. package/esm/next/types/{areaConfig.js → common/coordinates.js} +1 -1
  387. package/esm/next/types/common/coordinates.js.map +1 -0
  388. package/esm/next/types/common/legends.d.ts +56 -0
  389. package/esm/next/types/common/legends.d.ts.map +1 -0
  390. package/esm/next/types/common/legends.js +3 -0
  391. package/esm/next/types/common/legends.js.map +1 -0
  392. package/esm/next/types/config/areaChart.d.ts +37 -0
  393. package/esm/next/types/config/areaChart.d.ts.map +1 -0
  394. package/esm/next/types/config/areaChart.js +3 -0
  395. package/esm/next/types/config/areaChart.js.map +1 -0
  396. package/esm/next/types/config/areas.d.ts +23 -0
  397. package/esm/next/types/config/areas.d.ts.map +1 -0
  398. package/esm/next/types/{config.js → config/areas.js} +1 -1
  399. package/esm/next/types/config/areas.js.map +1 -0
  400. package/esm/next/types/config/legend.d.ts +26 -0
  401. package/esm/next/types/config/legend.d.ts.map +1 -0
  402. package/esm/next/types/config/legend.js +3 -0
  403. package/esm/next/types/config/legend.js.map +1 -0
  404. package/esm/next/types/config/points.d.ts +44 -0
  405. package/esm/next/types/config/points.d.ts.map +1 -0
  406. package/esm/next/types/config/points.js +23 -0
  407. package/esm/next/types/config/points.js.map +1 -0
  408. package/esm/next/types/config/pushpinChart.d.ts +37 -0
  409. package/esm/next/types/config/pushpinChart.d.ts.map +1 -0
  410. package/esm/next/types/config/pushpinChart.js +3 -0
  411. package/esm/next/types/config/pushpinChart.js.map +1 -0
  412. package/esm/next/types/config/unified.d.ts +93 -0
  413. package/esm/next/types/config/unified.d.ts.map +1 -0
  414. package/esm/next/types/config/unified.js +3 -0
  415. package/esm/next/types/config/unified.js.map +1 -0
  416. package/esm/next/types/config/viewport.d.ts +38 -0
  417. package/esm/next/types/config/viewport.d.ts.map +1 -0
  418. package/esm/next/types/config/viewport.js +25 -0
  419. package/esm/next/types/config/viewport.js.map +1 -0
  420. package/esm/next/types/geoData/area.d.ts +32 -0
  421. package/esm/next/types/geoData/area.d.ts.map +1 -0
  422. package/esm/next/types/geoData/area.js +3 -0
  423. package/esm/next/types/geoData/area.js.map +1 -0
  424. package/esm/next/types/geoData/common.d.ts +72 -0
  425. package/esm/next/types/geoData/common.d.ts.map +1 -0
  426. package/esm/next/types/geoData/common.js +3 -0
  427. package/esm/next/types/geoData/common.js.map +1 -0
  428. package/esm/next/types/geoData/pushpin.d.ts +51 -0
  429. package/esm/next/types/geoData/pushpin.d.ts.map +1 -0
  430. package/esm/next/types/geoData/pushpin.js +3 -0
  431. package/esm/next/types/geoData/pushpin.js.map +1 -0
  432. package/esm/next/types/geoData/typeGuards.d.ts +21 -0
  433. package/esm/next/types/geoData/typeGuards.d.ts.map +1 -0
  434. package/esm/next/types/geoData/typeGuards.js +24 -0
  435. package/esm/next/types/geoData/typeGuards.js.map +1 -0
  436. package/esm/next/types/layers/index.d.ts +207 -0
  437. package/esm/next/types/layers/index.d.ts.map +1 -0
  438. package/esm/next/types/layers/index.js +31 -0
  439. package/esm/next/types/layers/index.js.map +1 -0
  440. package/esm/next/types/{mapProvider.d.ts → map/provider.d.ts} +5 -51
  441. package/esm/next/types/map/provider.d.ts.map +1 -0
  442. package/esm/next/types/map/provider.js +3 -0
  443. package/esm/next/types/map/provider.js.map +1 -0
  444. package/esm/next/types/props/areaChart/internal.d.ts +43 -0
  445. package/esm/next/types/props/areaChart/internal.d.ts.map +1 -0
  446. package/esm/next/types/props/areaChart/internal.js.map +1 -0
  447. package/esm/next/types/props/areaChart/public.d.ts +73 -0
  448. package/esm/next/types/props/areaChart/public.d.ts.map +1 -0
  449. package/esm/next/types/props/areaChart/public.js +3 -0
  450. package/esm/next/types/props/areaChart/public.js.map +1 -0
  451. package/esm/next/types/props/geoChartNext/internal.d.ts +92 -0
  452. package/esm/next/types/props/geoChartNext/internal.d.ts.map +1 -0
  453. package/esm/next/types/props/geoChartNext/internal.js +3 -0
  454. package/esm/next/types/props/geoChartNext/internal.js.map +1 -0
  455. package/esm/next/types/props/geoChartNext/public.d.ts +50 -0
  456. package/esm/next/types/props/geoChartNext/public.d.ts.map +1 -0
  457. package/esm/next/types/props/geoChartNext/public.js +3 -0
  458. package/esm/next/types/props/geoChartNext/public.js.map +1 -0
  459. package/esm/next/types/props/pushpinChart/internal.d.ts +43 -0
  460. package/esm/next/types/props/pushpinChart/internal.d.ts.map +1 -0
  461. package/esm/next/types/props/pushpinChart/internal.js +3 -0
  462. package/esm/next/types/props/pushpinChart/internal.js.map +1 -0
  463. package/esm/next/types/props/pushpinChart/public.d.ts +81 -0
  464. package/esm/next/types/props/pushpinChart/public.d.ts.map +1 -0
  465. package/esm/next/types/props/pushpinChart/public.js +3 -0
  466. package/esm/next/types/props/pushpinChart/public.js.map +1 -0
  467. package/esm/next/utils/dataValidation.d.ts +85 -0
  468. package/esm/next/utils/dataValidation.d.ts.map +1 -0
  469. package/esm/next/utils/dataValidation.js +82 -0
  470. package/esm/next/utils/dataValidation.js.map +1 -0
  471. package/esm/next/utils/fingerprint.d.ts +39 -0
  472. package/esm/next/utils/fingerprint.d.ts.map +1 -0
  473. package/esm/next/utils/fingerprint.js +44 -0
  474. package/esm/next/utils/fingerprint.js.map +1 -0
  475. package/esm/next/utils/geoCollection.d.ts +0 -7
  476. package/esm/next/utils/geoCollection.d.ts.map +1 -1
  477. package/esm/next/utils/geoCollection.js +15 -61
  478. package/esm/next/utils/geoCollection.js.map +1 -1
  479. package/esm/next/utils/geoHeaders.d.ts +12 -0
  480. package/esm/next/utils/geoHeaders.d.ts.map +1 -0
  481. package/esm/next/utils/geoHeaders.js +12 -0
  482. package/esm/next/utils/geoHeaders.js.map +1 -0
  483. package/esm/next/utils/guards.d.ts +18 -0
  484. package/esm/next/utils/guards.d.ts.map +1 -0
  485. package/esm/next/utils/guards.js +41 -0
  486. package/esm/next/utils/guards.js.map +1 -0
  487. package/esm/next/utils/layerConversion.d.ts +38 -0
  488. package/esm/next/utils/layerConversion.d.ts.map +1 -0
  489. package/esm/next/utils/layerConversion.js +244 -0
  490. package/esm/next/utils/layerConversion.js.map +1 -0
  491. package/package.json +9 -9
  492. package/styles/css/main.css +18 -0
  493. package/styles/css/main.css.map +1 -1
  494. package/styles/scss/geo-chart-next.scss +24 -0
  495. package/styles/scss/main.scss +1 -0
  496. package/esm/next/RenderGeoAreaChart.d.ts +0 -15
  497. package/esm/next/RenderGeoAreaChart.d.ts.map +0 -1
  498. package/esm/next/RenderGeoAreaChart.js +0 -104
  499. package/esm/next/RenderGeoAreaChart.js.map +0 -1
  500. package/esm/next/RenderGeoPushpinChart.d.ts +0 -15
  501. package/esm/next/RenderGeoPushpinChart.d.ts.map +0 -1
  502. package/esm/next/RenderGeoPushpinChart.js +0 -111
  503. package/esm/next/RenderGeoPushpinChart.js.map +0 -1
  504. package/esm/next/components/ErrorComponent.d.ts +0 -13
  505. package/esm/next/components/ErrorComponent.d.ts.map +0 -1
  506. package/esm/next/components/ErrorComponent.js.map +0 -1
  507. package/esm/next/components/LoadingComponent.d.ts +0 -5
  508. package/esm/next/components/LoadingComponent.d.ts.map +0 -1
  509. package/esm/next/components/LoadingComponent.js.map +0 -1
  510. package/esm/next/constants/geoChart.d.ts.map +0 -1
  511. package/esm/next/constants/geoChart.js.map +0 -1
  512. package/esm/next/constants/internal.d.ts.map +0 -1
  513. package/esm/next/constants/internal.js.map +0 -1
  514. package/esm/next/context/GeoAreaCollectionContext.d.ts +0 -24
  515. package/esm/next/context/GeoAreaCollectionContext.d.ts.map +0 -1
  516. package/esm/next/context/GeoAreaCollectionContext.js +0 -39
  517. package/esm/next/context/GeoAreaCollectionContext.js.map +0 -1
  518. package/esm/next/context/GeoAreaDataContext.d.ts +0 -69
  519. package/esm/next/context/GeoAreaDataContext.d.ts.map +0 -1
  520. package/esm/next/context/GeoAreaDataContext.js +0 -87
  521. package/esm/next/context/GeoAreaDataContext.js.map +0 -1
  522. package/esm/next/context/GeoAreaPropsContext.d.ts +0 -47
  523. package/esm/next/context/GeoAreaPropsContext.d.ts.map +0 -1
  524. package/esm/next/context/GeoAreaPropsContext.js +0 -84
  525. package/esm/next/context/GeoAreaPropsContext.js.map +0 -1
  526. package/esm/next/context/GeoPushpinDataContext.d.ts +0 -14
  527. package/esm/next/context/GeoPushpinDataContext.d.ts.map +0 -1
  528. package/esm/next/context/GeoPushpinDataContext.js +0 -51
  529. package/esm/next/context/GeoPushpinDataContext.js.map +0 -1
  530. package/esm/next/context/GeoPushpinPropsContext.d.ts +0 -47
  531. package/esm/next/context/GeoPushpinPropsContext.d.ts.map +0 -1
  532. package/esm/next/context/GeoPushpinPropsContext.js +0 -81
  533. package/esm/next/context/GeoPushpinPropsContext.js.map +0 -1
  534. package/esm/next/context/MapInstanceContext.d.ts +0 -42
  535. package/esm/next/context/MapInstanceContext.d.ts.map +0 -1
  536. package/esm/next/context/MapInstanceContext.js +0 -62
  537. package/esm/next/context/MapInstanceContext.js.map +0 -1
  538. package/esm/next/features/clustering/clustering.d.ts +0 -23
  539. package/esm/next/features/clustering/clustering.d.ts.map +0 -1
  540. package/esm/next/features/clustering/clustering.js +0 -26
  541. package/esm/next/features/clustering/clustering.js.map +0 -1
  542. package/esm/next/features/coloring/areaColorStrategy.d.ts.map +0 -1
  543. package/esm/next/features/coloring/areaColorStrategy.js.map +0 -1
  544. package/esm/next/features/coloring/areaPalette.d.ts.map +0 -1
  545. package/esm/next/features/coloring/areaPalette.js.map +0 -1
  546. package/esm/next/features/coloring/colorStrategy.d.ts.map +0 -1
  547. package/esm/next/features/coloring/colorStrategy.js.map +0 -1
  548. package/esm/next/features/coloring/palette.d.ts.map +0 -1
  549. package/esm/next/features/coloring/palette.js.map +0 -1
  550. package/esm/next/features/data/areaTransformation.d.ts +0 -60
  551. package/esm/next/features/data/areaTransformation.d.ts.map +0 -1
  552. package/esm/next/features/data/areaTransformation.js.map +0 -1
  553. package/esm/next/features/data/dataSourceManagement.d.ts +0 -20
  554. package/esm/next/features/data/dataSourceManagement.d.ts.map +0 -1
  555. package/esm/next/features/data/dataSourceManagement.js +0 -30
  556. package/esm/next/features/data/dataSourceManagement.js.map +0 -1
  557. package/esm/next/features/data/pushpinTransformation.d.ts.map +0 -1
  558. package/esm/next/features/data/pushpinTransformation.js.map +0 -1
  559. package/esm/next/features/data/transformationCommon.d.ts.map +0 -1
  560. package/esm/next/features/data/transformationCommon.js.map +0 -1
  561. package/esm/next/features/map/areaLayerManagement.d.ts +0 -51
  562. package/esm/next/features/map/areaLayerManagement.d.ts.map +0 -1
  563. package/esm/next/features/map/areaLayerManagement.js +0 -81
  564. package/esm/next/features/map/areaLayerManagement.js.map +0 -1
  565. package/esm/next/features/map/initializeMap.d.ts.map +0 -1
  566. package/esm/next/features/map/initializeMap.js.map +0 -1
  567. package/esm/next/features/map/layerManagement.d.ts +0 -51
  568. package/esm/next/features/map/layerManagement.d.ts.map +0 -1
  569. package/esm/next/features/map/layerManagement.js +0 -95
  570. package/esm/next/features/map/layerManagement.js.map +0 -1
  571. package/esm/next/features/map/viewportManagement.d.ts +0 -89
  572. package/esm/next/features/map/viewportManagement.d.ts.map +0 -1
  573. package/esm/next/features/map/viewportManagement.js +0 -223
  574. package/esm/next/features/map/viewportManagement.js.map +0 -1
  575. package/esm/next/features/size/calculations.d.ts.map +0 -1
  576. package/esm/next/features/size/calculations.js.map +0 -1
  577. package/esm/next/features/tooltip/formatting.d.ts.map +0 -1
  578. package/esm/next/features/tooltip/formatting.js.map +0 -1
  579. package/esm/next/features/tooltip/tooltipManagement.d.ts +0 -47
  580. package/esm/next/features/tooltip/tooltipManagement.d.ts.map +0 -1
  581. package/esm/next/features/tooltip/tooltipManagement.js +0 -77
  582. package/esm/next/features/tooltip/tooltipManagement.js.map +0 -1
  583. package/esm/next/helpers/areaAttributeResolver.d.ts +0 -10
  584. package/esm/next/helpers/areaAttributeResolver.d.ts.map +0 -1
  585. package/esm/next/helpers/areaAttributeResolver.js +0 -26
  586. package/esm/next/helpers/areaAttributeResolver.js.map +0 -1
  587. package/esm/next/hooks/init/useInitExecution.d.ts +0 -32
  588. package/esm/next/hooks/init/useInitExecution.d.ts.map +0 -1
  589. package/esm/next/hooks/init/useInitExecution.js +0 -107
  590. package/esm/next/hooks/init/useInitExecution.js.map +0 -1
  591. package/esm/next/hooks/init/useInitExecutionResult.d.ts +0 -17
  592. package/esm/next/hooks/init/useInitExecutionResult.d.ts.map +0 -1
  593. package/esm/next/hooks/init/useInitExecutionResult.js +0 -51
  594. package/esm/next/hooks/init/useInitExecutionResult.js.map +0 -1
  595. package/esm/next/hooks/legend/useAreaLegendItems.d.ts +0 -27
  596. package/esm/next/hooks/legend/useAreaLegendItems.d.ts.map +0 -1
  597. package/esm/next/hooks/legend/useAreaLegendItems.js +0 -33
  598. package/esm/next/hooks/legend/useAreaLegendItems.js.map +0 -1
  599. package/esm/next/hooks/legend/useLegendProps.d.ts +0 -53
  600. package/esm/next/hooks/legend/useLegendProps.d.ts.map +0 -1
  601. package/esm/next/hooks/legend/useLegendProps.js +0 -38
  602. package/esm/next/hooks/legend/useLegendProps.js.map +0 -1
  603. package/esm/next/hooks/legend/usePushpinLegendItems.d.ts +0 -27
  604. package/esm/next/hooks/legend/usePushpinLegendItems.d.ts.map +0 -1
  605. package/esm/next/hooks/legend/usePushpinLegendItems.js +0 -33
  606. package/esm/next/hooks/legend/usePushpinLegendItems.js.map +0 -1
  607. package/esm/next/hooks/map/useAreaMapDataSync.d.ts +0 -9
  608. package/esm/next/hooks/map/useAreaMapDataSync.d.ts.map +0 -1
  609. package/esm/next/hooks/map/useAreaMapDataSync.js +0 -71
  610. package/esm/next/hooks/map/useAreaMapDataSync.js.map +0 -1
  611. package/esm/next/hooks/map/useMapDataSync.d.ts +0 -44
  612. package/esm/next/hooks/map/useMapDataSync.d.ts.map +0 -1
  613. package/esm/next/hooks/map/useMapDataSync.js +0 -87
  614. package/esm/next/hooks/map/useMapDataSync.js.map +0 -1
  615. package/esm/next/hooks/map/useTooltipHandlers.d.ts +0 -22
  616. package/esm/next/hooks/map/useTooltipHandlers.d.ts.map +0 -1
  617. package/esm/next/hooks/map/useTooltipHandlers.js +0 -28
  618. package/esm/next/hooks/map/useTooltipHandlers.js.map +0 -1
  619. package/esm/next/hooks/shared/geoCollectionBoundingBox.d.ts.map +0 -1
  620. package/esm/next/hooks/shared/geoCollectionBoundingBox.js.map +0 -1
  621. package/esm/next/hooks/shared/useAreaCollectionFeatures.d.ts +0 -43
  622. package/esm/next/hooks/shared/useAreaCollectionFeatures.d.ts.map +0 -1
  623. package/esm/next/hooks/shared/useAreaCollectionFeatures.js +0 -213
  624. package/esm/next/hooks/shared/useAreaCollectionFeatures.js.map +0 -1
  625. package/esm/next/hooks/shared/useAreaDataTransformation.d.ts +0 -21
  626. package/esm/next/hooks/shared/useAreaDataTransformation.d.ts.map +0 -1
  627. package/esm/next/hooks/shared/useAreaDataTransformation.js +0 -25
  628. package/esm/next/hooks/shared/useAreaDataTransformation.js.map +0 -1
  629. package/esm/next/hooks/shared/useAreaPushData.d.ts +0 -11
  630. package/esm/next/hooks/shared/useAreaPushData.d.ts.map +0 -1
  631. package/esm/next/hooks/shared/useAreaPushData.js +0 -20
  632. package/esm/next/hooks/shared/useAreaPushData.js.map +0 -1
  633. package/esm/next/hooks/shared/useGeoDataTransformation.d.ts +0 -9
  634. package/esm/next/hooks/shared/useGeoDataTransformation.d.ts.map +0 -1
  635. package/esm/next/hooks/shared/useGeoDataTransformation.js +0 -20
  636. package/esm/next/hooks/shared/useGeoDataTransformation.js.map +0 -1
  637. package/esm/next/hooks/shared/useGeoPushData.d.ts +0 -20
  638. package/esm/next/hooks/shared/useGeoPushData.d.ts.map +0 -1
  639. package/esm/next/hooks/shared/useGeoPushData.js.map +0 -1
  640. package/esm/next/hooks/shared/usePushData.d.ts +0 -8
  641. package/esm/next/hooks/shared/usePushData.d.ts.map +0 -1
  642. package/esm/next/hooks/shared/usePushData.js +0 -15
  643. package/esm/next/hooks/shared/usePushData.js.map +0 -1
  644. package/esm/next/hooks/shared/usePushpinDataTransformation.d.ts +0 -23
  645. package/esm/next/hooks/shared/usePushpinDataTransformation.d.ts.map +0 -1
  646. package/esm/next/hooks/shared/usePushpinDataTransformation.js +0 -27
  647. package/esm/next/hooks/shared/usePushpinDataTransformation.js.map +0 -1
  648. package/esm/next/hooks/shared/useResolvedAreaProps.d.ts +0 -16
  649. package/esm/next/hooks/shared/useResolvedAreaProps.d.ts.map +0 -1
  650. package/esm/next/hooks/shared/useResolvedAreaProps.js +0 -36
  651. package/esm/next/hooks/shared/useResolvedAreaProps.js.map +0 -1
  652. package/esm/next/hooks/shared/useResolvedPlaceholderValues.d.ts +0 -8
  653. package/esm/next/hooks/shared/useResolvedPlaceholderValues.d.ts.map +0 -1
  654. package/esm/next/hooks/shared/useResolvedPlaceholderValues.js +0 -11
  655. package/esm/next/hooks/shared/useResolvedPlaceholderValues.js.map +0 -1
  656. package/esm/next/hooks/shared/useResolvedProps.d.ts +0 -16
  657. package/esm/next/hooks/shared/useResolvedProps.d.ts.map +0 -1
  658. package/esm/next/hooks/shared/useResolvedProps.js +0 -40
  659. package/esm/next/hooks/shared/useResolvedProps.js.map +0 -1
  660. package/esm/next/hooks/shared/useSegmentLegendItems.d.ts +0 -17
  661. package/esm/next/hooks/shared/useSegmentLegendItems.d.ts.map +0 -1
  662. package/esm/next/hooks/shared/useSegmentLegendItems.js +0 -33
  663. package/esm/next/hooks/shared/useSegmentLegendItems.js.map +0 -1
  664. package/esm/next/providers/maplibre/maplibreConfig.d.ts.map +0 -1
  665. package/esm/next/providers/maplibre/maplibreConfig.js.map +0 -1
  666. package/esm/next/providers/maplibre/maplibreDataLayers.d.ts.map +0 -1
  667. package/esm/next/providers/maplibre/maplibreDataLayers.js.map +0 -1
  668. package/esm/next/providers/maplibre/maplibreDataLayersArea.d.ts.map +0 -1
  669. package/esm/next/providers/maplibre/maplibreDataLayersArea.js.map +0 -1
  670. package/esm/next/providers/maplibre/maplibreDataSource.d.ts +0 -28
  671. package/esm/next/providers/maplibre/maplibreDataSource.d.ts.map +0 -1
  672. package/esm/next/providers/maplibre/maplibreDataSource.js +0 -117
  673. package/esm/next/providers/maplibre/maplibreDataSource.js.map +0 -1
  674. package/esm/next/providers/maplibre/maplibreDataSourceArea.d.ts +0 -34
  675. package/esm/next/providers/maplibre/maplibreDataSourceArea.d.ts.map +0 -1
  676. package/esm/next/providers/maplibre/maplibreDataSourceArea.js.map +0 -1
  677. package/esm/next/providers/maplibre/maplibreTooltip.d.ts.map +0 -1
  678. package/esm/next/providers/maplibre/maplibreTooltip.js +0 -174
  679. package/esm/next/providers/maplibre/maplibreTooltip.js.map +0 -1
  680. package/esm/next/providers/maplibre/maplibreViewport.d.ts.map +0 -1
  681. package/esm/next/providers/maplibre/maplibreViewport.js.map +0 -1
  682. package/esm/next/providers/maplibre/style.d.ts +0 -3
  683. package/esm/next/providers/maplibre/style.d.ts.map +0 -1
  684. package/esm/next/providers/maplibre/style.js.map +0 -1
  685. package/esm/next/types/areaConfig.d.ts +0 -68
  686. package/esm/next/types/areaConfig.d.ts.map +0 -1
  687. package/esm/next/types/areaConfig.js.map +0 -1
  688. package/esm/next/types/areaInternal.d.ts +0 -13
  689. package/esm/next/types/areaInternal.d.ts.map +0 -1
  690. package/esm/next/types/areaInternal.js.map +0 -1
  691. package/esm/next/types/areaPublic.d.ts +0 -68
  692. package/esm/next/types/areaPublic.d.ts.map +0 -1
  693. package/esm/next/types/areaPublic.js.map +0 -1
  694. package/esm/next/types/config.d.ts +0 -89
  695. package/esm/next/types/config.d.ts.map +0 -1
  696. package/esm/next/types/config.js.map +0 -1
  697. package/esm/next/types/internal.d.ts +0 -17
  698. package/esm/next/types/internal.d.ts.map +0 -1
  699. package/esm/next/types/internal.js.map +0 -1
  700. package/esm/next/types/mapProvider.d.ts.map +0 -1
  701. package/esm/next/types/mapProvider.js +0 -3
  702. package/esm/next/types/mapProvider.js.map +0 -1
  703. package/esm/next/types/public.d.ts +0 -84
  704. package/esm/next/types/public.d.ts.map +0 -1
  705. package/esm/next/types/public.js +0 -15
  706. package/esm/next/types/public.js.map +0 -1
  707. package/esm/next/types/shared.d.ts +0 -245
  708. package/esm/next/types/shared.d.ts.map +0 -1
  709. package/esm/next/types/shared.js.map +0 -1
  710. /package/esm/next/{features → layers/pushpin}/size/calculations.d.ts +0 -0
  711. /package/esm/next/{features → layers/pushpin}/size/calculations.js +0 -0
  712. /package/esm/next/types/{internal.js → props/areaChart/internal.js} +0 -0
@@ -1,47 +0,0 @@
1
- import { ReactNode } from "react";
2
- import { IGeoAreaChartConfig } from "../types/areaConfig.js";
3
- import { ICoreGeoAreaChartProps } from "../types/areaInternal.js";
4
- /**
5
- * Provider for GeoAreaChart component props.
6
- *
7
- * @remarks
8
- * This context provides access to all props passed to the GeoAreaChart component
9
- * including configuration, data properties, and callback handlers.
10
- *
11
- * @alpha
12
- */
13
- export declare function GeoAreaPropsProvider({ children, ...props }: ICoreGeoAreaChartProps & {
14
- children: ReactNode;
15
- }): import("react/jsx-runtime").JSX.Element;
16
- type WithRequired<T, K extends keyof T> = T & Required<Pick<T, K>>;
17
- type ConfigDefaults = "areas" | "legend";
18
- type ConfigWithDefaults = WithRequired<IGeoAreaChartConfig, ConfigDefaults>;
19
- type RootPropsDefaults = "drillableItems" | "filters" | "sortBy" | "config" | "execConfig";
20
- type RootPropsWithDefaults = WithRequired<ICoreGeoAreaChartProps, RootPropsDefaults>;
21
- type GeoAreaPropsWithDefaults = RootPropsWithDefaults & {
22
- config: ConfigWithDefaults;
23
- };
24
- /**
25
- * Applies default values to GeoAreaChart props.
26
- *
27
- * @param props - The component props
28
- * @returns Props with defaults applied
29
- *
30
- * @alpha
31
- */
32
- export declare function applyGeoAreaDefaultProps(props: ICoreGeoAreaChartProps): GeoAreaPropsWithDefaults;
33
- /**
34
- * Hook to access GeoAreaChart component props.
35
- *
36
- * @remarks
37
- * This hook provides access to all component props with default values applied
38
- * and deep memoization for stable references across renders.
39
- *
40
- * @returns Component props with defaults
41
- * @throws Error if used outside of GeoAreaPropsProvider
42
- *
43
- * @alpha
44
- */
45
- export declare function useGeoAreaProps(): GeoAreaPropsWithDefaults;
46
- export {};
47
- //# sourceMappingURL=GeoAreaPropsContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GeoAreaPropsContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/GeoAreaPropsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAA6B,MAAM,OAAO,CAAC;AAM7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAIlE;;;;;;;;GAQG;AACH,wBAAgB,oBAAoB,CAAC,EACjC,QAAQ,EACR,GAAG,KAAK,EACX,EAAE,sBAAsB,GAAG;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAElD;AAED,KAAK,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAEnE,KAAK,cAAc,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEzC,KAAK,kBAAkB,GAAG,YAAY,CAAC,mBAAmB,EAAE,cAAc,CAAC,CAAC;AAE5E,KAAK,iBAAiB,GAAG,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,YAAY,CAAC;AAE3F,KAAK,qBAAqB,GAAG,YAAY,CAAC,sBAAsB,EAAE,iBAAiB,CAAC,CAAC;AAErF,KAAK,wBAAwB,GAAG,qBAAqB,GAAG;IACpD,MAAM,EAAE,kBAAkB,CAAC;CAC9B,CAAC;AAEF;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,sBAAsB,GAAG,wBAAwB,CA2BhG;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,eAAe,IAAI,wBAAwB,CAmB1D"}
@@ -1,84 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- // (C) 2025 GoodData Corporation
3
- import { createContext, useContext } from "react";
4
- import { useDeepMemo } from "@gooddata/sdk-ui/internal";
5
- import { EMPTY_DRILLS, EMPTY_FILTERS, EMPTY_OBJECT, EMPTY_SORT_BY } from "../constants/internal.js";
6
- import { resolveEffectiveAreaAttribute } from "../helpers/areaAttributeResolver.js";
7
- const GeoAreaPropsContext = createContext(undefined);
8
- /**
9
- * Provider for GeoAreaChart component props.
10
- *
11
- * @remarks
12
- * This context provides access to all props passed to the GeoAreaChart component
13
- * including configuration, data properties, and callback handlers.
14
- *
15
- * @alpha
16
- */
17
- export function GeoAreaPropsProvider({ children, ...props }) {
18
- return _jsx(GeoAreaPropsContext.Provider, { value: props, children: children });
19
- }
20
- /**
21
- * Applies default values to GeoAreaChart props.
22
- *
23
- * @param props - The component props
24
- * @returns Props with defaults applied
25
- *
26
- * @alpha
27
- */
28
- export function applyGeoAreaDefaultProps(props) {
29
- const area = resolveEffectiveAreaAttribute(props.area, props.execution?.definition);
30
- return {
31
- ...props,
32
- area,
33
- drillableItems: props.drillableItems ?? EMPTY_DRILLS,
34
- filters: props.filters ?? EMPTY_FILTERS,
35
- sortBy: props.sortBy ?? EMPTY_SORT_BY,
36
- config: {
37
- ...(props.config ?? {}),
38
- center: props.config?.center,
39
- zoom: props.config?.zoom,
40
- areas: {
41
- ...(props.config?.areas ?? {}),
42
- fillOpacity: props.config?.areas?.fillOpacity ?? 0.7,
43
- borderColor: props.config?.areas?.borderColor ?? "#FFFFFF",
44
- borderWidth: props.config?.areas?.borderWidth ?? 1,
45
- },
46
- legend: {
47
- ...(props.config?.legend ?? {}),
48
- enabled: props.config?.legend?.enabled ?? true,
49
- position: props.config?.legend?.position ?? "top",
50
- },
51
- },
52
- execConfig: props.execConfig ?? EMPTY_OBJECT,
53
- };
54
- }
55
- /**
56
- * Hook to access GeoAreaChart component props.
57
- *
58
- * @remarks
59
- * This hook provides access to all component props with default values applied
60
- * and deep memoization for stable references across renders.
61
- *
62
- * @returns Component props with defaults
63
- * @throws Error if used outside of GeoAreaPropsProvider
64
- *
65
- * @alpha
66
- */
67
- export function useGeoAreaProps() {
68
- const context = useContext(GeoAreaPropsContext);
69
- const memoizeDeep = useDeepMemo();
70
- if (context === undefined) {
71
- throw new Error("useGeoAreaProps must be used within a GeoAreaPropsProvider");
72
- }
73
- const baseProps = applyGeoAreaDefaultProps(context);
74
- // Recursively memoize nested properties to maintain stable references
75
- return {
76
- ...baseProps,
77
- drillableItems: memoizeDeep("drillableItems", baseProps.drillableItems),
78
- filters: memoizeDeep("filters", baseProps.filters),
79
- sortBy: memoizeDeep("sortBy", baseProps.sortBy),
80
- execConfig: memoizeDeep("execConfig", baseProps.execConfig),
81
- config: memoizeDeep("config", baseProps.config),
82
- };
83
- }
84
- //# sourceMappingURL=GeoAreaPropsContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GeoAreaPropsContext.js","sourceRoot":"","sources":["../../../src/next/context/GeoAreaPropsContext.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAEhC,OAAO,EAAa,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACpG,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAIpF,MAAM,mBAAmB,GAAG,aAAa,CAAqC,SAAS,CAAC,CAAC;AAEzF;;;;;;;;GAQG;AACH,MAAM,UAAU,oBAAoB,CAAC,EACjC,QAAQ,EACR,GAAG,KAAK,EACuC;IAC/C,OAAO,KAAC,mBAAmB,CAAC,QAAQ,IAAC,KAAK,EAAE,KAAK,YAAG,QAAQ,GAAgC,CAAC;AACjG,CAAC;AAgBD;;;;;;;GAOG;AACH,MAAM,UAAU,wBAAwB,CAAC,KAA6B;IAClE,MAAM,IAAI,GAAG,6BAA6B,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;IAEpF,OAAO;QACH,GAAG,KAAK;QACR,IAAI;QACJ,cAAc,EAAE,KAAK,CAAC,cAAc,IAAI,YAAY;QACpD,OAAO,EAAE,KAAK,CAAC,OAAO,IAAI,aAAa;QACvC,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,aAAa;QACrC,MAAM,EAAE;YACJ,GAAG,CAAC,KAAK,CAAC,MAAM,IAAI,EAAE,CAAC;YACvB,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,MAAM;YAC5B,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE,IAAI;YACxB,KAAK,EAAE;gBACH,GAAG,CAAC,KAAK,CAAC,MAAM,EAAE,KAAK,IAAI,EAAE,CAAC;gBAC9B,WAAW,EAAE,KAAK,CAAC,MAAM,EAAE,KAAK,EAAE,WAAW,IAAI,GAAG;gBACpD,WAAW,EAAE,KAAK,CAAC,MAAM,EAAE,KAAK,EAAE,WAAW,IAAI,SAAS;gBAC1D,WAAW,EAAE,KAAK,CAAC,MAAM,EAAE,KAAK,EAAE,WAAW,IAAI,CAAC;aACrD;YACD,MAAM,EAAE;gBACJ,GAAG,CAAC,KAAK,CAAC,MAAM,EAAE,MAAM,IAAI,EAAE,CAAC;gBAC/B,OAAO,EAAE,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,IAAI,IAAI;gBAC9C,QAAQ,EAAE,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,IAAI,KAAK;aACpD;SACJ;QACD,UAAU,EAAE,KAAK,CAAC,UAAU,IAAI,YAAY;KAC/C,CAAC;AACN,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,eAAe;IAC3B,MAAM,OAAO,GAAG,UAAU,CAAC,mBAAmB,CAAC,CAAC;IAChD,MAAM,WAAW,GAAG,WAAW,EAAE,CAAC;IAElC,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;QACxB,MAAM,IAAI,KAAK,CAAC,4DAA4D,CAAC,CAAC;IAClF,CAAC;IAED,MAAM,SAAS,GAAG,wBAAwB,CAAC,OAAO,CAAC,CAAC;IAEpD,sEAAsE;IACtE,OAAO;QACH,GAAG,SAAS;QACZ,cAAc,EAAE,WAAW,CAAC,gBAAgB,EAAE,SAAS,CAAC,cAAc,CAAC;QACvE,OAAO,EAAE,WAAW,CAAC,SAAS,EAAE,SAAS,CAAC,OAAO,CAAC;QAClD,MAAM,EAAE,WAAW,CAAC,QAAQ,EAAE,SAAS,CAAC,MAAM,CAAC;QAC/C,UAAU,EAAE,WAAW,CAAC,YAAY,EAAE,SAAS,CAAC,UAAU,CAAC;QAC3D,MAAM,EAAE,WAAW,CAAC,QAAQ,EAAE,SAAS,CAAC,MAAM,CAAC;KAClD,CAAC;AACN,CAAC"}
@@ -1,14 +0,0 @@
1
- import { ReactNode } from "react";
2
- /**
3
- * Provider that computes pushpin-specific geo data and exposes it through {@link useGeoData}.
4
- *
5
- * @remarks
6
- * All computations are memoized so the derived values are calculated only when the execution result
7
- * changes.
8
- *
9
- * @alpha
10
- */
11
- export declare function GeoPushpinDataProvider({ children }: {
12
- children: ReactNode;
13
- }): import("react/jsx-runtime").JSX.Element;
14
- //# sourceMappingURL=GeoPushpinDataContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GeoPushpinDataContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/GeoPushpinDataContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAW,MAAM,OAAO,CAAC;AAoB3C;;;;;;;;GAQG;AACH,wBAAgB,sBAAsB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAwC3E"}
@@ -1,51 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- // (C) 2025 GoodData Corporation
3
- import { useMemo } from "react";
4
- import { DefaultColorPalette } from "@gooddata/sdk-ui";
5
- import { GeoDataContextProvider } from "./GeoDataContext.js";
6
- import { useGeoPushpinProps } from "./GeoPushpinPropsContext.js";
7
- import { useInitialExecution } from "./InitialExecutionContext.js";
8
- import { getColorStrategy } from "../features/coloring/colorStrategy.js";
9
- import { getPushpinAvailableLegends } from "../features/data/pushpinTransformation.js";
10
- import { usePushpinLegendItems } from "../hooks/legend/usePushpinLegendItems.js";
11
- import { usePushpinDataTransformation } from "../hooks/shared/usePushpinDataTransformation.js";
12
- const EMPTY_AVAILABLE_LEGENDS = {
13
- hasCategoryLegend: false,
14
- hasColorLegend: false,
15
- hasSizeLegend: false,
16
- };
17
- /**
18
- * Provider that computes pushpin-specific geo data and exposes it through {@link useGeoData}.
19
- *
20
- * @remarks
21
- * All computations are memoized so the derived values are calculated only when the execution result
22
- * changes.
23
- *
24
- * @alpha
25
- */
26
- export function GeoPushpinDataProvider({ children }) {
27
- const props = useGeoPushpinProps();
28
- const { initialDataView } = useInitialExecution();
29
- const geoData = usePushpinDataTransformation(initialDataView);
30
- const colorPalette = useMemo(() => props.config?.colorPalette || DefaultColorPalette, [props.config?.colorPalette]);
31
- const colorMapping = useMemo(() => props.config?.colorMapping || [], [props.config?.colorMapping]);
32
- const colorStrategy = useMemo(() => geoData && initialDataView
33
- ? getColorStrategy(colorPalette, colorMapping, geoData, initialDataView)
34
- : null, [colorPalette, colorMapping, geoData, initialDataView]);
35
- const baseLegendItems = usePushpinLegendItems(initialDataView, geoData, colorStrategy);
36
- const availableLegends = useMemo(() => {
37
- if (!geoData) {
38
- return EMPTY_AVAILABLE_LEGENDS;
39
- }
40
- return getPushpinAvailableLegends(baseLegendItems, geoData);
41
- }, [baseLegendItems, geoData]);
42
- const value = useMemo(() => ({
43
- geoData,
44
- colorStrategy,
45
- colorPalette,
46
- baseLegendItems,
47
- availableLegends,
48
- }), [geoData, colorStrategy, colorPalette, baseLegendItems, availableLegends]);
49
- return _jsx(GeoDataContextProvider, { value: value, children: children });
50
- }
51
- //# sourceMappingURL=GeoPushpinDataContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GeoPushpinDataContext.js","sourceRoot":"","sources":["../../../src/next/context/GeoPushpinDataContext.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAEhC,OAAO,EAAa,OAAO,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EAAE,sBAAsB,EAAmB,MAAM,qBAAqB,CAAC;AAC9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AACjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,iDAAiD,CAAC;AAG/F,MAAM,uBAAuB,GAAsB;IAC/C,iBAAiB,EAAE,KAAK;IACxB,cAAc,EAAE,KAAK;IACrB,aAAa,EAAE,KAAK;CACvB,CAAC;AAEF;;;;;;;;GAQG;AACH,MAAM,UAAU,sBAAsB,CAAC,EAAE,QAAQ,EAA2B;IACxE,MAAM,KAAK,GAAG,kBAAkB,EAAE,CAAC;IACnC,MAAM,EAAE,eAAe,EAAE,GAAG,mBAAmB,EAAE,CAAC;IAElD,MAAM,OAAO,GAAG,4BAA4B,CAAC,eAAe,CAAC,CAAC;IAE9D,MAAM,YAAY,GAAG,OAAO,CACxB,GAAG,EAAE,CAAC,KAAK,CAAC,MAAM,EAAE,YAAY,IAAI,mBAAmB,EACvD,CAAC,KAAK,CAAC,MAAM,EAAE,YAAY,CAAC,CAC/B,CAAC;IACF,MAAM,YAAY,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,MAAM,EAAE,YAAY,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC;IACnG,MAAM,aAAa,GAAG,OAAO,CACzB,GAAG,EAAE,CACD,OAAO,IAAI,eAAe;QACtB,CAAC,CAAC,gBAAgB,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,eAAe,CAAC;QACxE,CAAC,CAAC,IAAI,EACd,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,eAAe,CAAC,CACzD,CAAC;IAEF,MAAM,eAAe,GAAG,qBAAqB,CAAC,eAAe,EAAE,OAAO,EAAE,aAAa,CAAC,CAAC;IAEvF,MAAM,gBAAgB,GAAG,OAAO,CAAC,GAAG,EAAE;QAClC,IAAI,CAAC,OAAO,EAAE,CAAC;YACX,OAAO,uBAAuB,CAAC;QACnC,CAAC;QACD,OAAO,0BAA0B,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC,EAAE,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC,CAAC;IAE/B,MAAM,KAAK,GAAG,OAAO,CACjB,GAAG,EAAE,CAAC,CAAC;QACH,OAAO;QACP,aAAa;QACb,YAAY;QACZ,eAAe;QACf,gBAAgB;KACnB,CAAC,EACF,CAAC,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,eAAe,EAAE,gBAAgB,CAAC,CAC5E,CAAC;IAEF,OAAO,KAAC,sBAAsB,IAAC,KAAK,EAAE,KAAK,YAAG,QAAQ,GAA0B,CAAC;AACrF,CAAC"}
@@ -1,47 +0,0 @@
1
- import { ReactNode } from "react";
2
- import { IGeoPushpinChartNextConfig } from "../types/config.js";
3
- import { ICoreGeoPushpinChartNextProps } from "../types/internal.js";
4
- /**
5
- * Provider for GeoPushpinChartNext component props.
6
- *
7
- * @remarks
8
- * This context provides access to all props passed to the GeoPushpinChartNext component
9
- * including configuration, data properties, and callback handlers.
10
- *
11
- * @alpha
12
- */
13
- export declare function GeoPushpinPropsProvider({ children, ...props }: ICoreGeoPushpinChartNextProps & {
14
- children: ReactNode;
15
- }): import("react/jsx-runtime").JSX.Element;
16
- type WithRequired<T, K extends keyof T> = T & Required<Pick<T, K>>;
17
- type ConfigDefaults = "points" | "legend";
18
- type ConfigWithDefaults = WithRequired<IGeoPushpinChartNextConfig, ConfigDefaults>;
19
- type RootPropsDefaults = "drillableItems" | "filters" | "sortBy" | "config" | "execConfig";
20
- type RootPropsWithDefaults = WithRequired<ICoreGeoPushpinChartNextProps, RootPropsDefaults>;
21
- type GeoPushpinPropsWithDefaults = RootPropsWithDefaults & {
22
- config: ConfigWithDefaults;
23
- };
24
- /**
25
- * Applies default values to GeoPushpinChartNext props.
26
- *
27
- * @param props - The component props
28
- * @returns Props with defaults applied
29
- *
30
- * @alpha
31
- */
32
- export declare function applyGeoPushpinDefaultProps(props: ICoreGeoPushpinChartNextProps): GeoPushpinPropsWithDefaults;
33
- /**
34
- * Hook to access GeoPushpinChartNext component props.
35
- *
36
- * @remarks
37
- * This hook provides access to all component props with default values applied
38
- * and deep memoization for stable references across renders.
39
- *
40
- * @returns Component props with defaults
41
- * @throws Error if used outside of GeoPushpinPropsProvider
42
- *
43
- * @alpha
44
- */
45
- export declare function useGeoPushpinProps(): GeoPushpinPropsWithDefaults;
46
- export {};
47
- //# sourceMappingURL=GeoPushpinPropsContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GeoPushpinPropsContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/GeoPushpinPropsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAA6B,MAAM,OAAO,CAAC;AAK7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;AAIrE;;;;;;;;GAQG;AACH,wBAAgB,uBAAuB,CAAC,EACpC,QAAQ,EACR,GAAG,KAAK,EACX,EAAE,6BAA6B,GAAG;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAEzD;AAED,KAAK,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAEnE,KAAK,cAAc,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE1C,KAAK,kBAAkB,GAAG,YAAY,CAAC,0BAA0B,EAAE,cAAc,CAAC,CAAC;AAEnF,KAAK,iBAAiB,GAAG,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,YAAY,CAAC;AAE3F,KAAK,qBAAqB,GAAG,YAAY,CAAC,6BAA6B,EAAE,iBAAiB,CAAC,CAAC;AAE5F,KAAK,2BAA2B,GAAG,qBAAqB,GAAG;IACvD,MAAM,EAAE,kBAAkB,CAAC;CAC9B,CAAC;AAEF;;;;;;;GAOG;AACH,wBAAgB,2BAA2B,CACvC,KAAK,EAAE,6BAA6B,GACrC,2BAA2B,CAwB7B;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,kBAAkB,IAAI,2BAA2B,CAmBhE"}
@@ -1,81 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- // (C) 2025 GoodData Corporation
3
- import { createContext, useContext } from "react";
4
- import { useDeepMemo } from "@gooddata/sdk-ui/internal";
5
- import { EMPTY_DRILLS, EMPTY_FILTERS, EMPTY_OBJECT, EMPTY_SORT_BY } from "../constants/internal.js";
6
- const GeoPushpinPropsContext = createContext(undefined);
7
- /**
8
- * Provider for GeoPushpinChartNext component props.
9
- *
10
- * @remarks
11
- * This context provides access to all props passed to the GeoPushpinChartNext component
12
- * including configuration, data properties, and callback handlers.
13
- *
14
- * @alpha
15
- */
16
- export function GeoPushpinPropsProvider({ children, ...props }) {
17
- return _jsx(GeoPushpinPropsContext.Provider, { value: props, children: children });
18
- }
19
- /**
20
- * Applies default values to GeoPushpinChartNext props.
21
- *
22
- * @param props - The component props
23
- * @returns Props with defaults applied
24
- *
25
- * @alpha
26
- */
27
- export function applyGeoPushpinDefaultProps(props) {
28
- return {
29
- ...props,
30
- drillableItems: props.drillableItems ?? EMPTY_DRILLS,
31
- filters: props.filters ?? EMPTY_FILTERS,
32
- sortBy: props.sortBy ?? EMPTY_SORT_BY,
33
- config: {
34
- ...(props.config ?? {}),
35
- center: props.config?.center,
36
- zoom: props.config?.zoom,
37
- points: {
38
- ...(props.config?.points ?? {}),
39
- minSize: props.config?.points?.minSize ?? "normal",
40
- maxSize: props.config?.points?.maxSize ?? "normal",
41
- groupNearbyPoints: props.config?.points?.groupNearbyPoints ?? true,
42
- },
43
- legend: {
44
- ...(props.config?.legend ?? {}),
45
- enabled: props.config?.legend?.enabled ?? true,
46
- position: props.config?.legend?.position ?? "top",
47
- },
48
- },
49
- execConfig: props.execConfig ?? EMPTY_OBJECT,
50
- };
51
- }
52
- /**
53
- * Hook to access GeoPushpinChartNext component props.
54
- *
55
- * @remarks
56
- * This hook provides access to all component props with default values applied
57
- * and deep memoization for stable references across renders.
58
- *
59
- * @returns Component props with defaults
60
- * @throws Error if used outside of GeoPushpinPropsProvider
61
- *
62
- * @alpha
63
- */
64
- export function useGeoPushpinProps() {
65
- const context = useContext(GeoPushpinPropsContext);
66
- const memoizeDeep = useDeepMemo();
67
- if (context === undefined) {
68
- throw new Error("useGeoPushpinProps must be used within a GeoPushpinPropsProvider");
69
- }
70
- const baseProps = applyGeoPushpinDefaultProps(context);
71
- // Recursively memoize nested properties to maintain stable references
72
- return {
73
- ...baseProps,
74
- drillableItems: memoizeDeep("drillableItems", baseProps.drillableItems),
75
- filters: memoizeDeep("filters", baseProps.filters),
76
- sortBy: memoizeDeep("sortBy", baseProps.sortBy),
77
- execConfig: memoizeDeep("execConfig", baseProps.execConfig),
78
- config: memoizeDeep("config", baseProps.config),
79
- };
80
- }
81
- //# sourceMappingURL=GeoPushpinPropsContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GeoPushpinPropsContext.js","sourceRoot":"","sources":["../../../src/next/context/GeoPushpinPropsContext.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAEhC,OAAO,EAAa,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAIpG,MAAM,sBAAsB,GAAG,aAAa,CAA4C,SAAS,CAAC,CAAC;AAEnG;;;;;;;;GAQG;AACH,MAAM,UAAU,uBAAuB,CAAC,EACpC,QAAQ,EACR,GAAG,KAAK,EAC8C;IACtD,OAAO,KAAC,sBAAsB,CAAC,QAAQ,IAAC,KAAK,EAAE,KAAK,YAAG,QAAQ,GAAmC,CAAC;AACvG,CAAC;AAgBD;;;;;;;GAOG;AACH,MAAM,UAAU,2BAA2B,CACvC,KAAoC;IAEpC,OAAO;QACH,GAAG,KAAK;QACR,cAAc,EAAE,KAAK,CAAC,cAAc,IAAI,YAAY;QACpD,OAAO,EAAE,KAAK,CAAC,OAAO,IAAI,aAAa;QACvC,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,aAAa;QACrC,MAAM,EAAE;YACJ,GAAG,CAAC,KAAK,CAAC,MAAM,IAAI,EAAE,CAAC;YACvB,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,MAAM;YAC5B,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE,IAAI;YACxB,MAAM,EAAE;gBACJ,GAAG,CAAC,KAAK,CAAC,MAAM,EAAE,MAAM,IAAI,EAAE,CAAC;gBAC/B,OAAO,EAAE,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,IAAI,QAAQ;gBAClD,OAAO,EAAE,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,IAAI,QAAQ;gBAClD,iBAAiB,EAAE,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,iBAAiB,IAAI,IAAI;aACrE;YACD,MAAM,EAAE;gBACJ,GAAG,CAAC,KAAK,CAAC,MAAM,EAAE,MAAM,IAAI,EAAE,CAAC;gBAC/B,OAAO,EAAE,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,IAAI,IAAI;gBAC9C,QAAQ,EAAE,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,IAAI,KAAK;aACpD;SACJ;QACD,UAAU,EAAE,KAAK,CAAC,UAAU,IAAI,YAAY;KAC/C,CAAC;AACN,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,kBAAkB;IAC9B,MAAM,OAAO,GAAG,UAAU,CAAC,sBAAsB,CAAC,CAAC;IACnD,MAAM,WAAW,GAAG,WAAW,EAAE,CAAC;IAElC,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;QACxB,MAAM,IAAI,KAAK,CAAC,kEAAkE,CAAC,CAAC;IACxF,CAAC;IAED,MAAM,SAAS,GAAG,2BAA2B,CAAC,OAAO,CAAC,CAAC;IAEvD,sEAAsE;IACtE,OAAO;QACH,GAAG,SAAS;QACZ,cAAc,EAAE,WAAW,CAAC,gBAAgB,EAAE,SAAS,CAAC,cAAc,CAAC;QACvE,OAAO,EAAE,WAAW,CAAC,SAAS,EAAE,SAAS,CAAC,OAAO,CAAC;QAClD,MAAM,EAAE,WAAW,CAAC,QAAQ,EAAE,SAAS,CAAC,MAAM,CAAC;QAC/C,UAAU,EAAE,WAAW,CAAC,YAAY,EAAE,SAAS,CAAC,UAAU,CAAC;QAC3D,MAAM,EAAE,WAAW,CAAC,QAAQ,EAAE,SAAS,CAAC,MAAM,CAAC;KAClD,CAAC;AACN,CAAC"}
@@ -1,42 +0,0 @@
1
- import { ReactNode } from "react";
2
- import type { Map as MapLibreMap } from "maplibre-gl";
3
- /**
4
- * Provider for map instance context
5
- *
6
- * @remarks
7
- * This context provides access to the MapLibre map instance across
8
- * the component tree. It's used by hooks and components that need
9
- * to interact with the map.
10
- *
11
- * @internal
12
- */
13
- export declare function MapInstanceProvider({ children }: {
14
- children: ReactNode;
15
- }): import("react/jsx-runtime").JSX.Element;
16
- /**
17
- * Hook to access map instance from context
18
- *
19
- * @remarks
20
- * Returns the current MapLibre map instance, or null if not yet initialized.
21
- * Components using this hook will re-render when the map instance changes.
22
- *
23
- * @returns Current map instance or null
24
- * @throws Error if used outside MapInstanceProvider
25
- *
26
- * @internal
27
- */
28
- export declare function useMapInstance(): MapLibreMap | null;
29
- /**
30
- * Hook to set map instance in context
31
- *
32
- * @remarks
33
- * Returns a function to update the map instance in context.
34
- * Typically called once during map initialization.
35
- *
36
- * @returns Function to set map instance
37
- * @throws Error if used outside MapInstanceProvider
38
- *
39
- * @internal
40
- */
41
- export declare function useSetMapInstance(): (map: MapLibreMap | null) => void;
42
- //# sourceMappingURL=MapInstanceContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MapInstanceContext.d.ts","sourceRoot":"","sources":["../../../src/next/context/MapInstanceContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAuC,MAAM,OAAO,CAAC;AAEvE,OAAO,KAAK,EAAE,GAAG,IAAI,WAAW,EAAE,MAAM,aAAa,CAAC;AAetD;;;;;;;;;GASG;AACH,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAIxE;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,cAAc,IAAI,WAAW,GAAG,IAAI,CAQnD;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,IAAI,CAAC,GAAG,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAQrE"}
@@ -1,62 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- // (C) 2025 GoodData Corporation
3
- import { createContext, useContext, useState } from "react";
4
- /**
5
- * Context for sharing map instance across components
6
- *
7
- * @internal
8
- */
9
- const MapInstanceContext = createContext(undefined);
10
- /**
11
- * Provider for map instance context
12
- *
13
- * @remarks
14
- * This context provides access to the MapLibre map instance across
15
- * the component tree. It's used by hooks and components that need
16
- * to interact with the map.
17
- *
18
- * @internal
19
- */
20
- export function MapInstanceProvider({ children }) {
21
- const [map, setMap] = useState(null);
22
- return _jsx(MapInstanceContext.Provider, { value: { map, setMap }, children: children });
23
- }
24
- /**
25
- * Hook to access map instance from context
26
- *
27
- * @remarks
28
- * Returns the current MapLibre map instance, or null if not yet initialized.
29
- * Components using this hook will re-render when the map instance changes.
30
- *
31
- * @returns Current map instance or null
32
- * @throws Error if used outside MapInstanceProvider
33
- *
34
- * @internal
35
- */
36
- export function useMapInstance() {
37
- const context = useContext(MapInstanceContext);
38
- if (context === undefined) {
39
- throw new Error("useMapInstance must be used within MapInstanceProvider");
40
- }
41
- return context.map;
42
- }
43
- /**
44
- * Hook to set map instance in context
45
- *
46
- * @remarks
47
- * Returns a function to update the map instance in context.
48
- * Typically called once during map initialization.
49
- *
50
- * @returns Function to set map instance
51
- * @throws Error if used outside MapInstanceProvider
52
- *
53
- * @internal
54
- */
55
- export function useSetMapInstance() {
56
- const context = useContext(MapInstanceContext);
57
- if (context === undefined) {
58
- throw new Error("useSetMapInstance must be used within MapInstanceProvider");
59
- }
60
- return context.setMap;
61
- }
62
- //# sourceMappingURL=MapInstanceContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MapInstanceContext.js","sourceRoot":"","sources":["../../../src/next/context/MapInstanceContext.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAEhC,OAAO,EAAa,aAAa,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAIvE;;;;GAIG;AACH,MAAM,kBAAkB,GAAG,aAAa,CAMtC,SAAS,CAAC,CAAC;AAEb;;;;;;;;;GASG;AACH,MAAM,UAAU,mBAAmB,CAAC,EAAE,QAAQ,EAA2B;IACrE,MAAM,CAAC,GAAG,EAAE,MAAM,CAAC,GAAG,QAAQ,CAAqB,IAAI,CAAC,CAAC;IAEzD,OAAO,KAAC,kBAAkB,CAAC,QAAQ,IAAC,KAAK,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,YAAG,QAAQ,GAA+B,CAAC;AACzG,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,cAAc;IAC1B,MAAM,OAAO,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAC;IAE/C,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;QACxB,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;IAC9E,CAAC;IAED,OAAO,OAAO,CAAC,GAAG,CAAC;AACvB,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,iBAAiB;IAC7B,MAAM,OAAO,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAC;IAE/C,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;QACxB,MAAM,IAAI,KAAK,CAAC,2DAA2D,CAAC,CAAC;IACjF,CAAC;IAED,OAAO,OAAO,CAAC,MAAM,CAAC;AAC1B,CAAC"}
@@ -1,23 +0,0 @@
1
- import { IPushpinGeoData } from "../../types/shared.js";
2
- /**
3
- * Clustering functionality for GeoPushpinChartNext
4
- *
5
- * @internal
6
- */
7
- /**
8
- * Determines if clustering should be enabled based on geo data configuration
9
- *
10
- * @remarks
11
- * Clustering is only allowed when:
12
- * - groupNearbyPoints is enabled
13
- * - location data exists
14
- * - no color, segment, or size measures are present
15
- *
16
- * @param geoData - Geo data configuration
17
- * @param groupNearbyPoints - Whether clustering is enabled in config
18
- * @returns True if clustering should be enabled
19
- *
20
- * @internal
21
- */
22
- export declare function isClusteringAllowed(geoData: IPushpinGeoData, groupNearbyPoints?: boolean): boolean;
23
- //# sourceMappingURL=clustering.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"clustering.d.ts","sourceRoot":"","sources":["../../../../src/next/features/clustering/clustering.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD;;;;GAIG;AAEH;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,eAAe,EAAE,iBAAiB,UAAO,GAAG,OAAO,CAG/F"}
@@ -1,26 +0,0 @@
1
- // (C) 2025 GoodData Corporation
2
- /**
3
- * Clustering functionality for GeoPushpinChartNext
4
- *
5
- * @internal
6
- */
7
- /**
8
- * Determines if clustering should be enabled based on geo data configuration
9
- *
10
- * @remarks
11
- * Clustering is only allowed when:
12
- * - groupNearbyPoints is enabled
13
- * - location data exists
14
- * - no color, segment, or size measures are present
15
- *
16
- * @param geoData - Geo data configuration
17
- * @param groupNearbyPoints - Whether clustering is enabled in config
18
- * @returns True if clustering should be enabled
19
- *
20
- * @internal
21
- */
22
- export function isClusteringAllowed(geoData, groupNearbyPoints = true) {
23
- const { color, location, segment, size } = geoData;
24
- return Boolean(groupNearbyPoints && location && !(color || segment || size));
25
- }
26
- //# sourceMappingURL=clustering.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"clustering.js","sourceRoot":"","sources":["../../../../src/next/features/clustering/clustering.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAIhC;;;;GAIG;AAEH;;;;;;;;;;;;;;GAcG;AACH,MAAM,UAAU,mBAAmB,CAAC,OAAwB,EAAE,iBAAiB,GAAG,IAAI;IAClF,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC;IACnD,OAAO,OAAO,CAAC,iBAAiB,IAAI,QAAQ,IAAI,CAAC,CAAC,KAAK,IAAI,OAAO,IAAI,IAAI,CAAC,CAAC,CAAC;AACjF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"areaColorStrategy.d.ts","sourceRoot":"","sources":["../../../../src/next/features/coloring/areaColorStrategy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAgC,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAClF,OAAO,EAAE,cAAc,EAAoB,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAGH,aAAa,EACb,cAAc,EAIjB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AA4FrD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,CAChC,YAAY,EAAE,aAAa,EAC3B,YAAY,EAAE,aAAa,EAAE,EAC7B,OAAO,EAAE,YAAY,EACrB,EAAE,EAAE,cAAc,GACnB,cAAc,CAWhB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"areaColorStrategy.js","sourceRoot":"","sources":["../../../../src/next/features/coloring/areaColorStrategy.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAIjC,OAAO,EACH,sBAAsB,EACtB,aAAa,EAIb,mBAAmB,EACnB,kBAAkB,GACrB,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAA8B,6BAA6B,EAAE,MAAM,+BAA+B,CAAC;AAE1G;;;;;;;;GAQG;AACH,MAAM,iBAAkB,SAAQ,aAAa;IACzC;;;;;;OAMG;IACO,qBAAqB,CAC3B,YAA2B,EAC3B,YAA6B,EAC7B,aAAmC,EACnC,kBAA+C,EAC/C,EAAkB;QAElB,oCAAoC;QACpC,IAAI,kBAAkB,EAAE,CAAC;YACrB,OAAO;gBACH,mBAAmB,EAAE,IAAI,CAAC,4BAA4B,CAClD,YAAY,EACZ,YAAY,EACZ,kBAAkB,EAClB,EAAE,CACL;aACJ,CAAC;QACN,CAAC;QAED,mCAAmC;QACnC,OAAO;YACH,mBAAmB,EAAE;gBACjB,IAAI,CAAC,2BAA2B,CAAC,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,EAAE,CAAC;aAClF;SACJ,CAAC;IACN,CAAC;IAED;;OAEG;IACK,4BAA4B,CAChC,YAA2B,EAC3B,YAA6B,EAC7B,kBAAwC,EACxC,EAAkB;QAElB,MAAM,aAAa,GAAmB,IAAI,sBAAsB,CAC5D,YAAY,EACZ,YAAY,EACZ,IAAI,EACJ,kBAAkB,EAClB,EAAE,CACL,CAAC;QAEF,OAAO,aAAa,CAAC,kBAAkB,EAAE,CAAC;IAC9C,CAAC;IAED;;OAEG;IACK,2BAA2B,CAC/B,YAA2B,EAC3B,YAA6B,EAC7B,aAAmC,EACnC,EAAkB;QAElB,MAAM,WAAW,GAAG,mBAAmB,CAAC,aAAa,EAAE,YAAY,EAAE,EAAE,CAAC,CAAC;QACzE,MAAM,KAAK,GACP,WAAW,KAAK,SAAS,IAAI,kBAAkB,CAAC,WAAW,EAAE,YAAY,CAAC;YACtE,CAAC,CAAC,WAAW;YACb,CAAC,CAAC;gBACI,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI;aAC9B,CAAC;QAEZ,OAAO;YACH,UAAU,EAAE,aAAa;YACzB,KAAK;SACR,CAAC;IACN,CAAC;CACJ;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,UAAU,oBAAoB,CAChC,YAA2B,EAC3B,YAA6B,EAC7B,OAAqB,EACrB,EAAkB;IAElB,MAAM,EAAE,aAAa,EAAE,kBAAkB,EAAE,GAA+B,6BAA6B,CACnG,EAAE,EACF,OAAO,CACV,CAAC;IAEF,MAAM,mBAAmB,GAAyB;QAC9C,eAAe,EAAE,IAAI,CAAC,aAAa,EAAE,OAAO,CAAC;KAChD,CAAC;IAEF,OAAO,IAAI,iBAAiB,CAAC,YAAY,EAAE,YAAY,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,EAAE,CAAC,CAAC;AAC1G,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"areaPalette.d.ts","sourceRoot":"","sources":["../../../../src/next/features/coloring/areaPalette.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAK9D;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AAcD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,iBAAiB,CAC7B,SAAS,EAAE,MAAM,EAAE,EACnB,WAAW,EAAE,MAAM,EAAE,EACrB,aAAa,EAAE,cAAc,GAAG,IAAI,GACrC,cAAc,EAAE,CAiBlB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"areaPalette.js","sourceRoot":"","sources":["../../../../src/next/features/coloring/areaPalette.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAIhC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAehD,MAAM,kBAAkB,GAAG,SAAS,CAAC;AAErC,SAAS,uBAAuB,CAAC,aAA8B;IAC3D,IAAI,aAAa,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAC7B,OAAO,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAC1C,CAAC;IAED,OAAO,aAAa,CAAC,GAAG,CAAC,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;QACxC,IAAI,EAAE,YAAY,CAAC,UAAU,IAAI,kBAAkB;KACtD,CAAC,CAAC,CAAC;AACR,CAAC;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,UAAU,iBAAiB,CAC7B,SAAmB,EACnB,WAAqB,EACrB,aAAoC;IAEpC,IAAI,CAAC,aAAa,EAAE,CAAC;QACjB,OAAO,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAC1C,CAAC;IAED,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACzB,qEAAqE;QACrE,MAAM,aAAa,GAAG,gBAAgB,CAAC,EAAE,EAAE,WAAW,EAAE,aAAa,CAAC,CAAC;QACvE,OAAO,uBAAuB,CAAC,aAAa,CAAC,CAAC;IAClD,CAAC;IAED,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACvB,MAAM,aAAa,GAAG,gBAAgB,CAAC,SAAiC,EAAE,EAAE,EAAE,aAAa,CAAC,CAAC;QAC7F,OAAO,uBAAuB,CAAC,aAAa,CAAC,CAAC;IAClD,CAAC;IAED,OAAO,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;AAC1C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"colorStrategy.d.ts","sourceRoot":"","sources":["../../../../src/next/features/coloring/colorStrategy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAgC,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAClF,OAAO,EAAE,cAAc,EAAoB,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAGH,aAAa,EACb,cAAc,EAIjB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AA+FxD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,gBAAgB,CAC5B,YAAY,EAAE,aAAa,EAC3B,YAAY,EAAE,aAAa,EAAE,EAC7B,OAAO,EAAE,eAAe,EACxB,EAAE,EAAE,cAAc,GACnB,cAAc,CAehB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"colorStrategy.js","sourceRoot":"","sources":["../../../../src/next/features/coloring/colorStrategy.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAIjC,OAAO,EACH,sBAAsB,EACtB,aAAa,EAIb,mBAAmB,EACnB,kBAAkB,GACrB,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAEH,gCAAgC,GACnC,MAAM,kCAAkC,CAAC;AAE1C;;;;;;;;GAQG;AACH,MAAM,qBAAsB,SAAQ,aAAa;IAC7C;;;;;;OAMG;IACO,qBAAqB,CAC3B,YAA2B,EAC3B,YAA6B,EAC7B,iBAAuC,EACvC,kBAA+C,EAC/C,EAAkB;QAElB,oCAAoC;QACpC,IAAI,kBAAkB,EAAE,CAAC;YACrB,OAAO;gBACH,mBAAmB,EAAE,IAAI,CAAC,4BAA4B,CAClD,YAAY,EACZ,YAAY,EACZ,kBAAkB,EAClB,EAAE,CACL;aACJ,CAAC;QACN,CAAC;QAED,mCAAmC;QACnC,OAAO;YACH,mBAAmB,EAAE;gBACjB,IAAI,CAAC,2BAA2B,CAAC,YAAY,EAAE,YAAY,EAAE,iBAAiB,EAAE,EAAE,CAAC;aACtF;SACJ,CAAC;IACN,CAAC;IAED;;OAEG;IACK,4BAA4B,CAChC,YAA2B,EAC3B,YAA6B,EAC7B,kBAAwC,EACxC,EAAkB;QAElB,MAAM,aAAa,GAAmB,IAAI,sBAAsB,CAC5D,YAAY,EACZ,YAAY,EACZ,IAAI,EACJ,kBAAkB,EAClB,EAAE,CACL,CAAC;QAEF,OAAO,aAAa,CAAC,kBAAkB,EAAE,CAAC;IAC9C,CAAC;IAED;;OAEG;IACK,2BAA2B,CAC/B,YAA2B,EAC3B,YAA6B,EAC7B,iBAAuC,EACvC,EAAkB;QAElB,MAAM,WAAW,GAAG,mBAAmB,CAAC,iBAAiB,EAAE,YAAY,EAAE,EAAE,CAAC,CAAC;QAC7E,MAAM,KAAK,GACP,WAAW,KAAK,SAAS,IAAI,kBAAkB,CAAC,WAAW,EAAE,YAAY,CAAC;YACtE,CAAC,CAAC,WAAW;YACb,CAAC,CAAC;gBACI,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI;aAC9B,CAAC;QAEZ,OAAO;YACH,UAAU,EAAE,iBAAiB;YAC7B,KAAK;SACR,CAAC;IACN,CAAC;CACJ;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,UAAU,gBAAgB,CAC5B,YAA2B,EAC3B,YAA6B,EAC7B,OAAwB,EACxB,EAAkB;IAElB,MAAM,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,GAC3C,gCAAgC,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC;IAElD,MAAM,uBAAuB,GAAyB;QAClD,eAAe,EAAE,IAAI,CAAC,iBAAiB,EAAE,OAAO,CAAC;KACpD,CAAC;IAEF,OAAO,IAAI,qBAAqB,CAC5B,YAAY,EACZ,YAAY,EACZ,uBAAuB,EACvB,kBAAkB,EAClB,EAAE,CACL,CAAC;AACN,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"palette.d.ts","sourceRoot":"","sources":["../../../../src/next/features/coloring/palette.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAkD,MAAM,qBAAqB,CAAC;AACrG,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAOhF,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAiEtD;;;;;;;;;;;GAWG;AACH,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,cAAc,EAAE,OAAO,SAAI,GAAG,MAAM,EAAE,CAOzF;AAED;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,SAAI,GAAG,MAAM,CAG5D;AAED;;;;;;;;;GASG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAiB7F;AAED;;GAEG;AACH,KAAK,mBAAmB,GAAG;IAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CAAE,CAAC;AAE5D;;;;;;;GAOG;AACH,wBAAgB,sBAAsB,CAAC,aAAa,EAAE,cAAc,GAAG,mBAAmB,CAsBzF;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,gBAAgB,CAC5B,WAAW,EAAE,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,EACjC,aAAa,EAAE,MAAM,EAAE,YAAK,EAC5B,aAAa,EAAE,cAAc,GAC9B,aAAa,EAAE,CA8DjB;AAED;;;;;;;;GAQG;AACH,wBAAgB,uBAAuB,CAAC,WAAW,EAAE,MAAM,EAAE,EAAE,WAAW,EAAE,MAAM,GAAG,gBAAgB,EAAE,CAwBtG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"palette.js","sourceRoot":"","sources":["../../../../src/next/features/coloring/palette.ts"],"names":[],"mappings":"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"}