@gooddata/sdk-ui-geo 11.28.0-alpha.1 → 11.28.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.d.ts +2 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/esm/internal/index.d.ts +1 -0
- package/esm/internal/index.d.ts.map +1 -1
- package/esm/internal/index.js +1 -0
- package/esm/internal/index.js.map +1 -1
- package/esm/next/components/RenderGeoChart.d.ts.map +1 -1
- package/esm/next/components/RenderGeoChart.js +1 -1
- package/esm/next/components/RenderGeoChart.js.map +1 -1
- package/esm/next/hooks/map/useApplyViewportOnConfigChange.d.ts +7 -1
- package/esm/next/hooks/map/useApplyViewportOnConfigChange.d.ts.map +1 -1
- package/esm/next/hooks/map/useApplyViewportOnConfigChange.js +22 -6
- package/esm/next/hooks/map/useApplyViewportOnConfigChange.js.map +1 -1
- package/esm/next/hooks/map/useMapCallbacks.d.ts +3 -1
- package/esm/next/hooks/map/useMapCallbacks.d.ts.map +1 -1
- package/esm/next/hooks/map/useMapCallbacks.js +13 -4
- package/esm/next/hooks/map/useMapCallbacks.js.map +1 -1
- package/esm/next/hooks/map/useMapInitialization.d.ts.map +1 -1
- package/esm/next/hooks/map/useMapInitialization.js +3 -0
- package/esm/next/hooks/map/useMapInitialization.js.map +1 -1
- package/esm/next/hooks/map/useMapResize.d.ts.map +1 -1
- package/esm/next/hooks/map/useMapResize.js +3 -25
- package/esm/next/hooks/map/useMapResize.js.map +1 -1
- package/esm/next/layers/common/mapFacade.d.ts +2 -0
- package/esm/next/layers/common/mapFacade.d.ts.map +1 -1
- package/esm/next/layers/common/mapFacade.js +7 -0
- package/esm/next/layers/common/mapFacade.js.map +1 -1
- package/esm/next/layers/pushpin/adapter.d.ts.map +1 -1
- package/esm/next/layers/pushpin/adapter.js +22 -2
- package/esm/next/layers/pushpin/adapter.js.map +1 -1
- package/esm/next/layers/pushpin/config/defaults.d.ts.map +1 -1
- package/esm/next/layers/pushpin/config/defaults.js +1 -0
- package/esm/next/layers/pushpin/config/defaults.js.map +1 -1
- package/esm/next/layers/pushpin/constants.d.ts +12 -0
- package/esm/next/layers/pushpin/constants.d.ts.map +1 -1
- package/esm/next/layers/pushpin/constants.js +13 -1
- package/esm/next/layers/pushpin/constants.js.map +1 -1
- package/esm/next/layers/pushpin/data/transformation.d.ts.map +1 -1
- package/esm/next/layers/pushpin/data/transformation.js +93 -5
- package/esm/next/layers/pushpin/data/transformation.js.map +1 -1
- package/esm/next/layers/pushpin/layers.d.ts +12 -0
- package/esm/next/layers/pushpin/layers.d.ts.map +1 -1
- package/esm/next/layers/pushpin/layers.js +44 -5
- package/esm/next/layers/pushpin/layers.js.map +1 -1
- package/esm/next/layers/pushpin/operations.d.ts.map +1 -1
- package/esm/next/layers/pushpin/operations.js +7 -2
- package/esm/next/layers/pushpin/operations.js.map +1 -1
- package/esm/next/layers/pushpin/source.d.ts.map +1 -1
- package/esm/next/layers/pushpin/source.js +33 -10
- package/esm/next/layers/pushpin/source.js.map +1 -1
- package/esm/next/layers/pushpin/tooltip/tooltipManagement.d.ts.map +1 -1
- package/esm/next/layers/pushpin/tooltip/tooltipManagement.js +10 -5
- package/esm/next/layers/pushpin/tooltip/tooltipManagement.js.map +1 -1
- package/esm/next/map/MapController.d.ts +4 -2
- package/esm/next/map/MapController.d.ts.map +1 -1
- package/esm/next/map/MapController.js +5 -3
- package/esm/next/map/MapController.js.map +1 -1
- package/esm/next/map/runtime/mapConfig.d.ts +1 -1
- package/esm/next/map/runtime/mapConfig.d.ts.map +1 -1
- package/esm/next/map/runtime/mapConfig.js +2 -2
- package/esm/next/map/runtime/mapConfig.js.map +1 -1
- package/esm/next/map/runtime/mapInitialization.d.ts +1 -1
- package/esm/next/map/runtime/mapInitialization.d.ts.map +1 -1
- package/esm/next/map/runtime/mapInitialization.js +7 -1
- package/esm/next/map/runtime/mapInitialization.js.map +1 -1
- package/esm/next/map/viewport/viewportPresets.d.ts.map +1 -1
- package/esm/next/map/viewport/viewportPresets.js +2 -2
- package/esm/next/map/viewport/viewportPresets.js.map +1 -1
- package/esm/next/map/viewport/viewportResolution.d.ts +12 -5
- package/esm/next/map/viewport/viewportResolution.d.ts.map +1 -1
- package/esm/next/map/viewport/viewportResolution.js +22 -7
- package/esm/next/map/viewport/viewportResolution.js.map +1 -1
- package/esm/next/types/common/callbacks.d.ts +13 -1
- package/esm/next/types/common/callbacks.d.ts.map +1 -1
- package/esm/next/types/config/areaChart.d.ts +6 -1
- package/esm/next/types/config/areaChart.d.ts.map +1 -1
- package/esm/next/types/config/points.d.ts +36 -0
- package/esm/next/types/config/points.d.ts.map +1 -1
- package/esm/next/types/config/points.js.map +1 -1
- package/esm/next/types/config/pushpinChart.d.ts +6 -1
- package/esm/next/types/config/pushpinChart.d.ts.map +1 -1
- package/esm/next/types/config/unified.d.ts +6 -1
- package/esm/next/types/config/unified.d.ts.map +1 -1
- package/esm/next/types/geoData/pushpin.d.ts +9 -1
- package/esm/next/types/geoData/pushpin.d.ts.map +1 -1
- package/esm/next/types/layers/index.d.ts +20 -0
- package/esm/next/types/layers/index.d.ts.map +1 -1
- package/esm/next/types/layers/index.js.map +1 -1
- package/esm/next/types/map/provider.d.ts +7 -0
- package/esm/next/types/map/provider.d.ts.map +1 -1
- package/esm/next/types/props/shared.d.ts +9 -1
- package/esm/next/types/props/shared.d.ts.map +1 -1
- package/esm/next/utils/layerConversion.d.ts.map +1 -1
- package/esm/next/utils/layerConversion.js +13 -3
- package/esm/next/utils/layerConversion.js.map +1 -1
- package/esm/publicTypes/geoCommon.d.ts +12 -0
- package/esm/publicTypes/geoCommon.d.ts.map +1 -1
- package/esm/sdk-ui-geo.d.ts +94 -0
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-geo",
|
|
3
|
-
"version": "11.28.0-alpha.
|
|
3
|
+
"version": "11.28.0-alpha.2",
|
|
4
4
|
"description": "GoodData.UI SDK - Geo Charts",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"ts-invariant": "0.10.3",
|
|
44
44
|
"tslib": "2.8.1",
|
|
45
45
|
"uuid": "11.1.0",
|
|
46
|
-
"@gooddata/sdk-
|
|
47
|
-
"@gooddata/sdk-
|
|
48
|
-
"@gooddata/sdk-ui
|
|
49
|
-
"@gooddata/sdk-ui-
|
|
50
|
-
"@gooddata/sdk-ui-
|
|
51
|
-
"@gooddata/sdk-
|
|
46
|
+
"@gooddata/sdk-model": "11.28.0-alpha.2",
|
|
47
|
+
"@gooddata/sdk-backend-spi": "11.28.0-alpha.2",
|
|
48
|
+
"@gooddata/sdk-ui": "11.28.0-alpha.2",
|
|
49
|
+
"@gooddata/sdk-ui-kit": "11.28.0-alpha.2",
|
|
50
|
+
"@gooddata/sdk-ui-theme-provider": "11.28.0-alpha.2",
|
|
51
|
+
"@gooddata/sdk-ui-vis-commons": "11.28.0-alpha.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"typescript": "5.9.3",
|
|
92
92
|
"vitest": "4.1.0",
|
|
93
93
|
"vitest-dom": "0.1.1",
|
|
94
|
-
"@gooddata/
|
|
95
|
-
"@gooddata/
|
|
96
|
-
"@gooddata/
|
|
97
|
-
"@gooddata/
|
|
94
|
+
"@gooddata/oxlint-config": "11.28.0-alpha.2",
|
|
95
|
+
"@gooddata/eslint-config": "11.28.0-alpha.2",
|
|
96
|
+
"@gooddata/sdk-backend-mockingbird": "11.28.0-alpha.2",
|
|
97
|
+
"@gooddata/stylelint-config": "11.28.0-alpha.2"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"react": "^18.0.0 || ^19.0.0",
|