kepler.gl 3.2.2 → 3.2.4
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/dist/src/duckdb/src/components/index.d.ts +8 -1
- package/dist/src/duckdb/src/index.d.ts +3 -5
- package/dist/src/duckdb/src/table/index.d.ts +1 -0
- package/dist/src/processors/src/file-handler.d.ts +2 -7
- package/dist/src/utils/src/arrow-data-container.d.ts +38 -1
- package/dist/src/utils/src/data-container-interface.d.ts +3 -2
- package/dist/src/utils/src/index.d.ts +1 -1
- package/package.json +2 -2
- package/src/actions/package.json +8 -8
- package/src/ai-assistant/package.json +7 -7
- package/src/cloud-providers/package.json +2 -2
- package/src/common-utils/package.json +3 -3
- package/src/components/package.json +16 -16
- package/src/constants/dist/default-settings.js +1 -1
- package/src/constants/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/c4/d0/bd16d41c708342b14f4c0aaa31136faccd8d411ae1d3962252433ac31d00ac57f49ecd4f6b4d682ccdab28858444adefb98aa54c83743d739b90698c03cf +1 -0
- package/src/constants/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/da/54/b803dd69cea23939320d2d3aa0502638ac264cea8968854e5ccc4a71ddfbb0d6ce41a875ec1be176eb7d99815b3d6464bf60d0274b1175d7fcb131846d7d +1 -0
- package/src/constants/node_modules/.cache/terser-webpack-plugin/index-v5/10/75/d229810e58d38a1b61f7938bf1587615fbe97f4afa69493e595badd1f471 +2 -0
- package/src/constants/node_modules/.cache/terser-webpack-plugin/index-v5/9c/6d/1f90c56b793c944c2a9a393e837a46aef02e3b867e2bf28fcb0929c4ac5e +2 -0
- package/src/constants/package.json +2 -2
- package/src/constants/umd/keplergl.min.js +1 -1
- package/src/deckgl-arrow-layers/dist/utils/utils.js +5 -4
- package/src/deckgl-arrow-layers/dist/utils/validate.js +3 -2
- package/src/deckgl-arrow-layers/package.json +3 -2
- package/src/deckgl-arrow-layers/src/utils/utils.ts +4 -3
- package/src/deckgl-arrow-layers/src/utils/validate.ts +2 -1
- package/src/deckgl-layers/package.json +4 -4
- package/src/duckdb/dist/components/index.d.ts +8 -1
- package/src/duckdb/dist/components/index.js +54 -11
- package/src/duckdb/dist/index.d.ts +3 -5
- package/src/duckdb/dist/index.js +28 -40
- package/src/duckdb/dist/table/duckdb-table.js +3 -3
- package/src/duckdb/dist/table/index.d.ts +1 -0
- package/src/duckdb/dist/table/index.js +17 -0
- package/src/duckdb/package.json +25 -7
- package/src/duckdb/src/components/index.tsx +9 -1
- package/src/duckdb/src/index.ts +3 -9
- package/src/duckdb/src/table/duckdb-table.ts +11 -6
- package/src/duckdb/src/table/index.ts +5 -0
- package/src/effects/package.json +5 -5
- package/src/layers/dist/base-layer.js +2 -6
- package/src/layers/dist/icon-layer/icon-layer.d.ts +1 -0
- package/src/layers/dist/icon-layer/icon-layer.js +18 -3
- package/src/layers/dist/layer-text-label.js +3 -3
- package/src/layers/package.json +9 -9
- package/src/layers/src/base-layer.ts +3 -2
- package/src/layers/src/icon-layer/icon-layer.ts +13 -0
- package/src/layers/src/layer-text-label.ts +3 -3
- package/src/localization/package.json +1 -1
- package/src/processors/dist/file-handler.d.ts +2 -7
- package/src/processors/dist/file-handler.js +8 -16
- package/src/processors/package.json +7 -7
- package/src/processors/src/file-handler.ts +3 -10
- package/src/reducers/package.json +16 -16
- package/src/schemas/package.json +7 -7
- package/src/styles/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/00/92/9b4a08e852e2f12e4702d7c41fe5299bcd72ee10d25072f6aa4bb473d4dbe8d2ea1992b32bf82ea9ad73efdacf9f4e228a18523c93042cc58d07a56115bf +1 -0
- package/src/styles/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/fd/ef/551b4725615a0e609688e4b55cf4f617fab2a80dcb5e9efb288d77e62f25cd67f3525e372e109c35ef3b3508da4eb974cdf1a784ee3ff610942b93415cc7 +1 -0
- package/src/styles/node_modules/.cache/terser-webpack-plugin/index-v5/58/24/f9a517552c80acd6fe8c93f7ed4a3e8b24272284e6f2257ad18e152a8dbf +2 -0
- package/src/styles/node_modules/.cache/terser-webpack-plugin/index-v5/aa/b2/36c45c478923af2d1fd8b06c81f5aa622e67be3239349c2219ac4652d959 +2 -0
- package/src/styles/package.json +2 -2
- package/src/styles/umd/keplergl.min.js +1 -1
- package/src/table/dist/kepler-table.js +3 -3
- package/src/table/package.json +5 -5
- package/src/table/src/kepler-table.ts +1 -1
- package/src/tasks/package.json +2 -2
- package/src/types/package.json +1 -1
- package/src/utils/dist/arrow-data-container.d.ts +38 -1
- package/src/utils/dist/arrow-data-container.js +78 -11
- package/src/utils/dist/data-container-interface.d.ts +3 -2
- package/src/utils/dist/data-container-interface.js +1 -1
- package/src/utils/dist/data-utils.js +3 -6
- package/src/utils/dist/index.d.ts +1 -1
- package/src/utils/dist/index.js +29 -1
- package/src/utils/package.json +4 -4
- package/src/utils/src/arrow-data-container.ts +101 -13
- package/src/utils/src/data-container-interface.ts +3 -2
- package/src/utils/src/data-utils.ts +2 -2
- package/src/utils/src/index.ts +5 -1
- package/umd/keplergl.min.js +1370 -1370
|
@@ -1 +1,8 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { SqlPanel } from './sql-panel';
|
|
2
|
+
export { SchemaPanel, SchemaPanelDropMessage } from './schema-panel';
|
|
3
|
+
export { PreviewDataPanel } from './preview-data-panel';
|
|
4
|
+
export { Tree, DatasetNode, ColumnNode } from './tree';
|
|
5
|
+
export { default as MonacoEditor } from './monaco-editor';
|
|
6
|
+
export type { SchemaSuggestion } from './schema-panel';
|
|
7
|
+
export type { PreviewDataPanelProps, QueryResult, DataTableStyle } from './preview-data-panel';
|
|
8
|
+
export type { TreeNodeData, TreeNodeProps, TreeProps } from './tree';
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
export { DuckDBWasmAdapter } from './adapters/duckdb-wasm-adapter';
|
|
2
|
-
export {
|
|
3
|
-
|
|
4
|
-
export { restoreGeoarrowMetadata, KeplerGlDuckDbTable } from './table/duckdb-table';
|
|
2
|
+
export { keplerGlDuckDBPlugin, keplerGlDuckDBPlugin as default } from './plugin';
|
|
3
|
+
export * from './table/duckdb-table';
|
|
5
4
|
export * from './table/duckdb-table-utils';
|
|
6
|
-
export
|
|
7
|
-
export { consolidateFieldTypes, extendFieldsWithDuckDBColumnType, fieldTypeToColumnType } from './processors/data-processor';
|
|
5
|
+
export * from './processors/data-processor';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './duckdb-table-utils';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as arrow from 'apache-arrow';
|
|
2
1
|
import { Loader } from '@loaders.gl/loader-utils';
|
|
2
|
+
import { isArrowTable } from '@kepler.gl/utils';
|
|
3
3
|
import { AddDataToMapPayload, Feature } from '@kepler.gl/types';
|
|
4
4
|
import { FeatureCollection } from '@turf/helpers';
|
|
5
5
|
import { FileCacheItem, ValidKeplerGlMap } from './types';
|
|
@@ -15,12 +15,7 @@ export declare type ProcessFileDataContent = {
|
|
|
15
15
|
/** metadata e.g. for arrow data, metadata could be the schema.fields */
|
|
16
16
|
metadata?: Map<string, string>;
|
|
17
17
|
};
|
|
18
|
-
|
|
19
|
-
* check if table is an ArrowTable object
|
|
20
|
-
* @param table - object to check
|
|
21
|
-
* @returns {boolean} - true if table is an ArrowTable object type guarded
|
|
22
|
-
*/
|
|
23
|
-
export declare function isArrowTable(table: any): table is arrow.Table;
|
|
18
|
+
export { isArrowTable };
|
|
24
19
|
/**
|
|
25
20
|
* check if data is an ArrowData object, which is an array of RecordBatch
|
|
26
21
|
* @param data - object to check
|
|
@@ -8,6 +8,43 @@ declare type ArrowDataContainerInput = {
|
|
|
8
8
|
fields?: ProtoDatasetField[];
|
|
9
9
|
arrowTable?: arrow.Table;
|
|
10
10
|
};
|
|
11
|
+
/**
|
|
12
|
+
* Check if table is an ArrowTable object.
|
|
13
|
+
*
|
|
14
|
+
* We use duck-typing instead of `instanceof arrow.Table` because DuckDB loads its own
|
|
15
|
+
* bundled version of Apache Arrow. When DuckDB creates Arrow tables, they are instances
|
|
16
|
+
* of DuckDB's Arrow.Table class, not the Arrow.Table class from our application's
|
|
17
|
+
* apache-arrow package. This causes `instanceof` checks to fail even though the objects
|
|
18
|
+
* are functionally equivalent Arrow tables.
|
|
19
|
+
*
|
|
20
|
+
* @param data - object to check
|
|
21
|
+
* @returns true if data is an ArrowTable object (type guarded)
|
|
22
|
+
*/
|
|
23
|
+
export declare function isArrowTable(data: any): data is arrow.Table;
|
|
24
|
+
/**
|
|
25
|
+
* Check if data is an ArrowVector object.
|
|
26
|
+
* Uses duck-typing instead of `instanceof` to handle DuckDB's bundled Arrow version.
|
|
27
|
+
*
|
|
28
|
+
* @param data - object to check
|
|
29
|
+
* @returns true if data is an ArrowVector object (type guarded)
|
|
30
|
+
*/
|
|
31
|
+
export declare function isArrowVector(data: any): data is arrow.Vector;
|
|
32
|
+
/**
|
|
33
|
+
* Check if data is an Arrow FixedSizeList DataType.
|
|
34
|
+
* Uses duck-typing instead of `instanceof` to handle DuckDB's bundled Arrow version.
|
|
35
|
+
*
|
|
36
|
+
* @param data - object to check
|
|
37
|
+
* @returns true if data is an Arrow FixedSizeList DataType (type guarded)
|
|
38
|
+
*/
|
|
39
|
+
export declare function isArrowFixedSizeList(data: any): data is arrow.FixedSizeList;
|
|
40
|
+
/**
|
|
41
|
+
* Check if data is an Arrow Struct DataType.
|
|
42
|
+
* Uses duck-typing instead of `instanceof` to handle DuckDB's bundled Arrow version.
|
|
43
|
+
*
|
|
44
|
+
* @param data - object to check
|
|
45
|
+
* @returns true if data is an Arrow Struct DataType (type guarded)
|
|
46
|
+
*/
|
|
47
|
+
export declare function isArrowStruct(data: any): data is arrow.Struct;
|
|
11
48
|
/**
|
|
12
49
|
* A data container where all data is stored in raw Arrow table
|
|
13
50
|
*/
|
|
@@ -26,7 +63,7 @@ export declare class ArrowDataContainer implements DataContainerInterface {
|
|
|
26
63
|
*/
|
|
27
64
|
private _createTable;
|
|
28
65
|
getTable(): arrow.Table<any>;
|
|
29
|
-
update(updateData: arrow.Vector<any>[]): void;
|
|
66
|
+
update(updateData: arrow.Vector<any>[] | arrow.Table): void;
|
|
30
67
|
numChunks(): number;
|
|
31
68
|
numRows(): number;
|
|
32
69
|
numColumns(): number;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ProtoDatasetField } from '@kepler.gl/types';
|
|
2
2
|
import { DataRow, SharedRowOptions } from './data-row';
|
|
3
|
+
import * as arrow from 'apache-arrow';
|
|
3
4
|
/**
|
|
4
5
|
* Specifies a range of rows of a data container that should be processed.
|
|
5
6
|
*/
|
|
@@ -10,9 +11,9 @@ export declare type RangeOptions = {
|
|
|
10
11
|
export interface DataContainerInterface {
|
|
11
12
|
/**
|
|
12
13
|
* Updates the data container with new data.
|
|
13
|
-
* @param updateData updated data, e.g. for arrow data container, it's an array of arrow columns; for row data container, it's an array of rows.
|
|
14
|
+
* @param updateData updated data, e.g. for arrow data container, it's an array of arrow columns or an arrow.Table; for row data container, it's an array of rows.
|
|
14
15
|
*/
|
|
15
|
-
update?(updateData: any[]): void;
|
|
16
|
+
update?(updateData: any[] | arrow.Table): void;
|
|
16
17
|
/**
|
|
17
18
|
* Returns the number of rows in the data container.
|
|
18
19
|
* @returns Number of rows in the data container.
|
|
@@ -28,7 +28,7 @@ export * from './utils';
|
|
|
28
28
|
export { computeDeckEffects, fixEffectOrder, reorderEffectOrder, validateEffectParameters } from './effect-utils';
|
|
29
29
|
export { isStyleUsingMapboxTiles, isStyleUsingOpenStreetMapTiles, getBaseMapLibrary, transformRequest } from './map-style-utils/mapbox-utils';
|
|
30
30
|
export * from './map-utils';
|
|
31
|
-
export { ArrowDataContainer, arrowDataTypeToAnalyzerDataType, arrowDataTypeToFieldType } from './arrow-data-container';
|
|
31
|
+
export { ArrowDataContainer, arrowDataTypeToAnalyzerDataType, arrowDataTypeToFieldType, isArrowTable, isArrowFixedSizeList, isArrowStruct, isArrowVector } from './arrow-data-container';
|
|
32
32
|
export type { DataContainerInterface } from './data-container-interface';
|
|
33
33
|
export { DataForm, createDataContainer, createIndexedDataContainer, getSampleData as getSampleContainerData } from './data-container-utils';
|
|
34
34
|
export * from './filter-utils';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kepler.gl",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
5
5
|
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@deck.gl/mapbox": "^8.9.27",
|
|
104
104
|
"@hubble.gl/core": "1.4.0",
|
|
105
105
|
"@hubble.gl/react": "1.4.0",
|
|
106
|
-
"@kepler.gl/components": "3.2.
|
|
106
|
+
"@kepler.gl/components": "3.2.4",
|
|
107
107
|
"@loaders.gl/polyfills": "^4.3.2",
|
|
108
108
|
"@types/mapbox__geo-viewport": "^0.4.1",
|
|
109
109
|
"html-webpack-plugin": "^4.3.0",
|
package/src/actions/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/actions",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
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,13 +31,13 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@deck.gl/core": "^8.9.27",
|
|
34
|
-
"@kepler.gl/cloud-providers": "3.2.
|
|
35
|
-
"@kepler.gl/constants": "3.2.
|
|
36
|
-
"@kepler.gl/layers": "3.2.
|
|
37
|
-
"@kepler.gl/processors": "3.2.
|
|
38
|
-
"@kepler.gl/table": "3.2.
|
|
39
|
-
"@kepler.gl/types": "3.2.
|
|
40
|
-
"@kepler.gl/utils": "3.2.
|
|
34
|
+
"@kepler.gl/cloud-providers": "3.2.4",
|
|
35
|
+
"@kepler.gl/constants": "3.2.4",
|
|
36
|
+
"@kepler.gl/layers": "3.2.4",
|
|
37
|
+
"@kepler.gl/processors": "3.2.4",
|
|
38
|
+
"@kepler.gl/table": "3.2.4",
|
|
39
|
+
"@kepler.gl/types": "3.2.4",
|
|
40
|
+
"@kepler.gl/utils": "3.2.4",
|
|
41
41
|
"@reduxjs/toolkit": "^1.7.2",
|
|
42
42
|
"@types/lodash": "4.17.5",
|
|
43
43
|
"@types/react-redux": "^7.1.23",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/ai-assistant",
|
|
3
3
|
"author": "Xun Li<lixun910@gmail.com>",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
5
5
|
"description": "kepler.gl AI assistant",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"@ai-sdk/deepseek": "^0.2.14",
|
|
35
35
|
"@ai-sdk/google": "^1.2.18",
|
|
36
36
|
"@ai-sdk/xai": "^1.2.16",
|
|
37
|
-
"@kepler.gl/components": "3.2.
|
|
38
|
-
"@kepler.gl/constants": "3.2.
|
|
39
|
-
"@kepler.gl/layers": "3.2.
|
|
40
|
-
"@kepler.gl/table": "3.2.
|
|
41
|
-
"@kepler.gl/types": "3.2.
|
|
42
|
-
"@kepler.gl/utils": "3.2.
|
|
37
|
+
"@kepler.gl/components": "3.2.4",
|
|
38
|
+
"@kepler.gl/constants": "3.2.4",
|
|
39
|
+
"@kepler.gl/layers": "3.2.4",
|
|
40
|
+
"@kepler.gl/table": "3.2.4",
|
|
41
|
+
"@kepler.gl/types": "3.2.4",
|
|
42
|
+
"@kepler.gl/utils": "3.2.4",
|
|
43
43
|
"@openassistant/core": "^0.5.17",
|
|
44
44
|
"@openassistant/duckdb": "^0.5.17",
|
|
45
45
|
"@openassistant/echarts": "^0.5.17",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/cloud-providers",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
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/types": "3.2.
|
|
33
|
+
"@kepler.gl/types": "3.2.4",
|
|
34
34
|
"react": "^18.2.0"
|
|
35
35
|
},
|
|
36
36
|
"nyc": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/common-utils",
|
|
3
3
|
"author": "Shan He <heshan0131@gmail.com>",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
5
5
|
"description": "kepler.gl common utils",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"umd"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kepler.gl/constants": "3.2.
|
|
34
|
-
"@kepler.gl/types": "3.2.
|
|
33
|
+
"@kepler.gl/constants": "3.2.4",
|
|
34
|
+
"@kepler.gl/types": "3.2.4",
|
|
35
35
|
"d3-array": "^2.8.0",
|
|
36
36
|
"global": "^4.3.0",
|
|
37
37
|
"h3-js": "^3.1.0",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/components",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.4",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
"@dnd-kit/utilities": "^3.2.2",
|
|
39
39
|
"@emotion/is-prop-valid": "^1.2.1",
|
|
40
40
|
"@floating-ui/react": "0.25.1",
|
|
41
|
-
"@kepler.gl/actions": "3.2.
|
|
42
|
-
"@kepler.gl/cloud-providers": "3.2.
|
|
43
|
-
"@kepler.gl/common-utils": "3.2.
|
|
44
|
-
"@kepler.gl/constants": "3.2.
|
|
45
|
-
"@kepler.gl/effects": "3.2.
|
|
46
|
-
"@kepler.gl/layers": "3.2.
|
|
47
|
-
"@kepler.gl/localization": "3.2.
|
|
48
|
-
"@kepler.gl/processors": "3.2.
|
|
49
|
-
"@kepler.gl/reducers": "3.2.
|
|
50
|
-
"@kepler.gl/schemas": "3.2.
|
|
51
|
-
"@kepler.gl/styles": "3.2.
|
|
52
|
-
"@kepler.gl/table": "3.2.
|
|
53
|
-
"@kepler.gl/types": "3.2.
|
|
54
|
-
"@kepler.gl/utils": "3.2.
|
|
41
|
+
"@kepler.gl/actions": "3.2.4",
|
|
42
|
+
"@kepler.gl/cloud-providers": "3.2.4",
|
|
43
|
+
"@kepler.gl/common-utils": "3.2.4",
|
|
44
|
+
"@kepler.gl/constants": "3.2.4",
|
|
45
|
+
"@kepler.gl/effects": "3.2.4",
|
|
46
|
+
"@kepler.gl/layers": "3.2.4",
|
|
47
|
+
"@kepler.gl/localization": "3.2.4",
|
|
48
|
+
"@kepler.gl/processors": "3.2.4",
|
|
49
|
+
"@kepler.gl/reducers": "3.2.4",
|
|
50
|
+
"@kepler.gl/schemas": "3.2.4",
|
|
51
|
+
"@kepler.gl/styles": "3.2.4",
|
|
52
|
+
"@kepler.gl/table": "3.2.4",
|
|
53
|
+
"@kepler.gl/types": "3.2.4",
|
|
54
|
+
"@kepler.gl/utils": "3.2.4",
|
|
55
55
|
"@loaders.gl/mvt": "^4.3.2",
|
|
56
56
|
"@loaders.gl/pmtiles": "^4.3.2",
|
|
57
57
|
"@loaders.gl/wms": "4.3.2",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"react-sortable-hoc": "^1.8.3",
|
|
110
110
|
"react-time-picker": "^6.2.0",
|
|
111
111
|
"react-tooltip": "^4.2.17",
|
|
112
|
-
"react-virtualized": "
|
|
112
|
+
"react-virtualized": "9.22.6",
|
|
113
113
|
"react-vis": "1.11.7",
|
|
114
114
|
"redux": "^4.2.1",
|
|
115
115
|
"reselect": "^4.1.0",
|
|
@@ -101,7 +101,7 @@ var KEPLER_GL_NAME = exports.KEPLER_GL_NAME = 'kepler.gl';
|
|
|
101
101
|
// Since we are injecting this during the build process with babel
|
|
102
102
|
// while developing VERSION is not defined, we capture the exception and return
|
|
103
103
|
// an empty string which will allow us to retrieve the latest umd version
|
|
104
|
-
var KEPLER_GL_VERSION = exports.KEPLER_GL_VERSION = "3.2.
|
|
104
|
+
var KEPLER_GL_VERSION = exports.KEPLER_GL_VERSION = "3.2.4";
|
|
105
105
|
var KEPLER_GL_WEBSITE = exports.KEPLER_GL_WEBSITE = 'http://kepler.gl/';
|
|
106
106
|
var DIMENSIONS = exports.DIMENSIONS = {
|
|
107
107
|
sidePanel: {
|