kepler.gl 3.2.0 → 3.2.1

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 (77) hide show
  1. package/dist/src/ai-assistant/src/config/models.d.ts +8 -0
  2. package/dist/src/components/src/side-panel/layer-panel/vector-tile-layer-configurator.d.ts +3 -2
  3. package/dist/src/localization/src/translations/en.d.ts +1 -0
  4. package/package.json +2 -2
  5. package/src/actions/package.json +8 -8
  6. package/src/ai-assistant/dist/components/ai-assistant-config.js +40 -24
  7. package/src/ai-assistant/dist/config/models.d.ts +8 -0
  8. package/src/ai-assistant/dist/config/models.js +16 -8
  9. package/src/ai-assistant/dist/localization.js +7 -7
  10. package/src/ai-assistant/dist/reducers/index.js +3 -2
  11. package/src/ai-assistant/package.json +16 -16
  12. package/src/ai-assistant/src/components/ai-assistant-config.tsx +39 -28
  13. package/src/ai-assistant/src/config/models.ts +37 -25
  14. package/src/ai-assistant/src/localization.ts +6 -6
  15. package/src/ai-assistant/src/reducers/index.ts +2 -1
  16. package/src/cloud-providers/package.json +2 -2
  17. package/src/common-utils/package.json +3 -3
  18. package/src/components/dist/common/color-legend.js +8 -8
  19. package/src/components/dist/common/data-table/index.js +13 -9
  20. package/src/components/dist/map/map-legend-panel.js +10 -4
  21. package/src/components/dist/map/map-legend.js +2 -2
  22. package/src/components/dist/plot-container.js +4 -2
  23. package/src/components/dist/side-panel/interaction-panel/interaction-panel.js +2 -2
  24. package/src/components/dist/side-panel/layer-panel/color-breaks-panel.js +11 -2
  25. package/src/components/dist/side-panel/layer-panel/color-scale-selector.js +65 -12
  26. package/src/components/dist/side-panel/layer-panel/custom-palette.js +18 -7
  27. package/src/components/dist/side-panel/layer-panel/vector-tile-layer-configurator.d.ts +3 -2
  28. package/src/components/dist/side-panel/layer-panel/vector-tile-layer-configurator.js +18 -4
  29. package/src/components/package.json +15 -15
  30. package/src/components/src/common/color-legend.tsx +15 -2
  31. package/src/components/src/common/data-table/index.tsx +1 -1
  32. package/src/components/src/map/map-legend-panel.tsx +21 -2
  33. package/src/components/src/map/map-legend.tsx +1 -1
  34. package/src/components/src/plot-container.tsx +2 -1
  35. package/src/components/src/side-panel/interaction-panel/interaction-panel.tsx +1 -0
  36. package/src/components/src/side-panel/layer-panel/color-breaks-panel.tsx +14 -3
  37. package/src/components/src/side-panel/layer-panel/color-scale-selector.tsx +62 -8
  38. package/src/components/src/side-panel/layer-panel/custom-palette.tsx +11 -5
  39. package/src/components/src/side-panel/layer-panel/vector-tile-layer-configurator.tsx +19 -2
  40. package/src/constants/dist/default-settings.js +1 -1
  41. package/src/constants/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/b3/bd/e4f91c7af9e320b979e29ad3b9e3a4dfcd61e4a09d6e4579104c40dcace7651b443fdd6d7ff5d947ed6c9df2c0bbbcc76a2ea86d6398e4945257eeb80dd5 +1 -0
  42. package/src/constants/node_modules/.cache/terser-webpack-plugin/index-v5/b4/c5/a43653dff3b380f7b0793080a57c980a9a136764933e79454de0fe43a5ca +2 -0
  43. package/src/constants/package.json +2 -2
  44. package/src/constants/umd/keplergl.min.js +1 -1
  45. package/src/deckgl-arrow-layers/package.json +2 -2
  46. package/src/deckgl-layers/package.json +4 -4
  47. package/src/duckdb/dist/table/duckdb-table-utils.js +3 -2
  48. package/src/duckdb/package.json +6 -6
  49. package/src/duckdb/src/table/duckdb-table-utils.ts +5 -1
  50. package/src/effects/package.json +5 -5
  51. package/src/layers/dist/icon-layer/icon-layer.js +12 -2
  52. package/src/layers/dist/vector-tile/common-tile/tile-dataset.d.ts +4 -0
  53. package/src/layers/dist/vector-tile/common-tile/tile-dataset.js +10 -1
  54. package/src/layers/dist/vector-tile/vector-tile-layer.d.ts +11 -0
  55. package/src/layers/dist/vector-tile/vector-tile-layer.js +113 -7
  56. package/src/layers/package.json +9 -9
  57. package/src/layers/src/icon-layer/icon-layer.ts +49 -38
  58. package/src/layers/src/vector-tile/common-tile/tile-dataset.ts +7 -0
  59. package/src/layers/src/vector-tile/vector-tile-layer.ts +110 -6
  60. package/src/localization/dist/translations/en.d.ts +1 -0
  61. package/src/localization/dist/translations/en.js +2 -1
  62. package/src/localization/package.json +1 -1
  63. package/src/localization/src/translations/en.ts +1 -0
  64. package/src/processors/dist/data-processor.js +15 -5
  65. package/src/processors/package.json +7 -7
  66. package/src/processors/src/data-processor.ts +19 -4
  67. package/src/reducers/package.json +16 -16
  68. package/src/schemas/package.json +7 -7
  69. package/src/styles/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/52/82/28cacf6fd462b779c22675964b655bf3a9f3ce9ec3c9b141a401a5bf90cb7d904ac65ab8e484570130b12771af0a0d5bab20e6976cfa773666763e046a6a +1 -0
  70. package/src/styles/node_modules/.cache/terser-webpack-plugin/index-v5/56/db/b5a812c56b0d1dcdcd33da37e464062a19c8752cb2296603dc72d2c54d31 +2 -0
  71. package/src/styles/package.json +2 -2
  72. package/src/styles/umd/keplergl.min.js +1 -1
  73. package/src/table/package.json +5 -5
  74. package/src/tasks/package.json +2 -2
  75. package/src/types/package.json +1 -1
  76. package/src/utils/package.json +4 -4
  77. package/umd/keplergl.min.js +1366 -1333
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kepler.gl/table",
3
3
  "author": "Shan He <shan@uber.com>",
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "description": "kepler.gl constants used by kepler.gl components, actions and reducers",
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
@@ -30,10 +30,10 @@
30
30
  "umd"
31
31
  ],
32
32
  "dependencies": {
33
- "@kepler.gl/common-utils": "3.2.0",
34
- "@kepler.gl/constants": "3.2.0",
35
- "@kepler.gl/types": "3.2.0",
36
- "@kepler.gl/utils": "3.2.0",
33
+ "@kepler.gl/common-utils": "3.2.1",
34
+ "@kepler.gl/constants": "3.2.1",
35
+ "@kepler.gl/types": "3.2.1",
36
+ "@kepler.gl/utils": "3.2.1",
37
37
  "@loaders.gl/mvt": "^4.3.2",
38
38
  "@loaders.gl/pmtiles": "^4.3.2",
39
39
  "@types/d3-array": "^2.8.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kepler.gl/tasks",
3
3
  "author": "Shan He <shan@uber.com>",
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "description": "kepler.gl constants used by kepler.gl components, actions and reducers",
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "umd"
31
31
  ],
32
32
  "dependencies": {
33
- "@kepler.gl/processors": "3.2.0",
33
+ "@kepler.gl/processors": "3.2.1",
34
34
  "react-palm": "^3.3.8"
35
35
  },
36
36
  "nyc": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kepler.gl/types",
3
3
  "author": "Shan He <shan@uber.com>",
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "description": "kepler.gl types used by kepler.gl components, actions and reducers",
6
6
  "license": "MIT",
7
7
  "types": "index.d.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kepler.gl/utils",
3
3
  "author": "Shan He <shan@uber.com>",
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "description": "kepler.gl constants used by kepler.gl components, actions and reducers",
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
@@ -31,9 +31,9 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@deck.gl/core": "^8.9.27",
34
- "@kepler.gl/common-utils": "3.2.0",
35
- "@kepler.gl/constants": "3.2.0",
36
- "@kepler.gl/types": "3.2.0",
34
+ "@kepler.gl/common-utils": "3.2.1",
35
+ "@kepler.gl/constants": "3.2.1",
36
+ "@kepler.gl/types": "3.2.1",
37
37
  "@loaders.gl/arrow": "^4.3.2",
38
38
  "@luma.gl/constants": "^8.5.20",
39
39
  "@luma.gl/core": "^8.5.20",