@kepler.gl/localization 3.3.0-alpha.7 → 3.3.0-alpha.9

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.
@@ -97,6 +97,8 @@ declare const _default: {
97
97
  layer: string;
98
98
  appearance: string;
99
99
  uniqueIdField: string;
100
+ hideNulls: string;
101
+ hideNullsDescription: string;
100
102
  type: {
101
103
  point: string;
102
104
  arc: string;
@@ -112,6 +114,7 @@ declare const _default: {
112
114
  hexagonid: string;
113
115
  trip: string;
114
116
  s2: string;
117
+ geohash: string;
115
118
  '3d': string;
116
119
  flow: string;
117
120
  vectortile: string;
@@ -266,6 +269,16 @@ declare const _default: {
266
269
  datasetTitle: {
267
270
  showDataTable: string;
268
271
  removeDataset: string;
272
+ refreshDataset: string;
273
+ refreshFailed: string;
274
+ refreshSettings: string;
275
+ refreshOff: string;
276
+ refresh10s: string;
277
+ refresh15s: string;
278
+ refresh1m: string;
279
+ refresh5m: string;
280
+ refresh15m: string;
281
+ refreshCustom: string;
269
282
  };
270
283
  datasetInfo: {
271
284
  rowCount: string;
@@ -273,6 +286,11 @@ declare const _default: {
273
286
  rasterTile: string;
274
287
  wmsTile: string;
275
288
  tile3d: string;
289
+ remoteFile: string;
290
+ refreshInterval: string;
291
+ refreshCustomSeconds: string;
292
+ refreshing: string;
293
+ refreshingPercent: string;
276
294
  };
277
295
  tooltip: {
278
296
  hideLayer: string;
@@ -356,6 +374,7 @@ declare const _default: {
356
374
  line: string;
357
375
  polygon: string;
358
376
  rectangle: string;
377
+ circle: string;
359
378
  copyAll: string;
360
379
  convertToLayer: string;
361
380
  hide: string;
@@ -466,6 +485,9 @@ declare const _default: {
466
485
  title: string;
467
486
  subtitle: string;
468
487
  };
488
+ providerSelect: {
489
+ disclaimer: string;
490
+ };
469
491
  exportMap: {
470
492
  formatTitle: string;
471
493
  formatSubtitle: string;
@@ -637,8 +659,15 @@ declare const _default: {
637
659
  configUploadMessage: string;
638
660
  browseFiles: string;
639
661
  uploading: string;
662
+ downloading: string;
640
663
  fileNotSupported: string;
641
664
  or: string;
665
+ dropMessage: string;
666
+ urlPlaceholder: string;
667
+ fetch: string;
668
+ format: string;
669
+ formatAuto: string;
670
+ cors: string;
642
671
  };
643
672
  tilesetSetup: {
644
673
  header: string;
@@ -112,6 +112,8 @@ declare const _default: {
112
112
  imageSource: string;
113
113
  alignment: string;
114
114
  uniqueIdField: string;
115
+ hideNulls: string;
116
+ hideNullsDescription: string;
115
117
  type: {
116
118
  point: string;
117
119
  arc: string;
@@ -127,6 +129,7 @@ declare const _default: {
127
129
  hexagonid: string;
128
130
  trip: string;
129
131
  s2: string;
132
+ geohash: string;
130
133
  '3d': string;
131
134
  flow: string;
132
135
  vectortile: string;
@@ -308,6 +311,16 @@ declare const _default: {
308
311
  datasetTitle: {
309
312
  showDataTable: string;
310
313
  removeDataset: string;
314
+ refreshDataset: string;
315
+ refreshFailed: string;
316
+ refreshSettings: string;
317
+ refreshOff: string;
318
+ refresh10s: string;
319
+ refresh15s: string;
320
+ refresh1m: string;
321
+ refresh5m: string;
322
+ refresh15m: string;
323
+ refreshCustom: string;
311
324
  };
312
325
  datasetInfo: {
313
326
  rowCount: string;
@@ -316,6 +329,11 @@ declare const _default: {
316
329
  wmsTile: string;
317
330
  tile3d: string;
318
331
  bitmap: string;
332
+ remoteFile: string;
333
+ refreshInterval: string;
334
+ refreshCustomSeconds: string;
335
+ refreshing: string;
336
+ refreshingPercent: string;
319
337
  };
320
338
  tooltip: {
321
339
  hideLayer: string;
@@ -403,6 +421,7 @@ declare const _default: {
403
421
  line: string;
404
422
  polygon: string;
405
423
  rectangle: string;
424
+ circle: string;
406
425
  copyAll: string;
407
426
  convertToLayer: string;
408
427
  hide: string;
@@ -513,6 +532,9 @@ declare const _default: {
513
532
  title: string;
514
533
  subtitle: string;
515
534
  };
535
+ providerSelect: {
536
+ disclaimer: string;
537
+ };
516
538
  exportMap: {
517
539
  formatTitle: string;
518
540
  formatSubtitle: string;
@@ -683,8 +705,15 @@ declare const _default: {
683
705
  configUploadMessage: string;
684
706
  browseFiles: string;
685
707
  uploading: string;
708
+ downloading: string;
686
709
  fileNotSupported: string;
687
710
  or: string;
711
+ dropMessage: string;
712
+ urlPlaceholder: string;
713
+ fetch: string;
714
+ format: string;
715
+ formatAuto: string;
716
+ cors: string;
688
717
  };
689
718
  tilesetSetup: {
690
719
  header: string;
@@ -97,6 +97,8 @@ declare const _default: {
97
97
  layer: string;
98
98
  appearance: string;
99
99
  uniqueIdField: string;
100
+ hideNulls: string;
101
+ hideNullsDescription: string;
100
102
  type: {
101
103
  point: string;
102
104
  arc: string;
@@ -112,6 +114,7 @@ declare const _default: {
112
114
  hexagonid: string;
113
115
  trip: string;
114
116
  s2: string;
117
+ geohash: string;
115
118
  '3d': string;
116
119
  flow: string;
117
120
  vectortile: string;
@@ -266,6 +269,16 @@ declare const _default: {
266
269
  datasetTitle: {
267
270
  showDataTable: string;
268
271
  removeDataset: string;
272
+ refreshDataset: string;
273
+ refreshFailed: string;
274
+ refreshSettings: string;
275
+ refreshOff: string;
276
+ refresh10s: string;
277
+ refresh15s: string;
278
+ refresh1m: string;
279
+ refresh5m: string;
280
+ refresh15m: string;
281
+ refreshCustom: string;
269
282
  };
270
283
  datasetInfo: {
271
284
  rowCount: string;
@@ -273,6 +286,11 @@ declare const _default: {
273
286
  rasterTile: string;
274
287
  wmsTile: string;
275
288
  tile3d: string;
289
+ remoteFile: string;
290
+ refreshInterval: string;
291
+ refreshCustomSeconds: string;
292
+ refreshing: string;
293
+ refreshingPercent: string;
276
294
  };
277
295
  tooltip: {
278
296
  hideLayer: string;
@@ -356,6 +374,7 @@ declare const _default: {
356
374
  line: string;
357
375
  polygon: string;
358
376
  rectangle: string;
377
+ circle: string;
359
378
  copyAll: string;
360
379
  convertToLayer: string;
361
380
  hide: string;
@@ -466,6 +485,9 @@ declare const _default: {
466
485
  title: string;
467
486
  subtitle: string;
468
487
  };
488
+ providerSelect: {
489
+ disclaimer: string;
490
+ };
469
491
  exportMap: {
470
492
  formatTitle: string;
471
493
  formatSubtitle: string;
@@ -636,8 +658,15 @@ declare const _default: {
636
658
  configUploadMessage: string;
637
659
  browseFiles: string;
638
660
  uploading: string;
661
+ downloading: string;
639
662
  fileNotSupported: string;
640
663
  or: string;
664
+ dropMessage: string;
665
+ urlPlaceholder: string;
666
+ fetch: string;
667
+ format: string;
668
+ formatAuto: string;
669
+ cors: string;
641
670
  };
642
671
  tilesetSetup: {
643
672
  header: string;
@@ -96,6 +96,8 @@ declare const _default: {
96
96
  layer: string;
97
97
  appearance: string;
98
98
  uniqueIdField: string;
99
+ hideNulls: string;
100
+ hideNullsDescription: string;
99
101
  type: {
100
102
  point: string;
101
103
  arc: string;
@@ -111,6 +113,7 @@ declare const _default: {
111
113
  hexagonid: string;
112
114
  trip: string;
113
115
  s2: string;
116
+ geohash: string;
114
117
  '3d': string;
115
118
  flow: string;
116
119
  vectortile: string;
@@ -265,6 +268,16 @@ declare const _default: {
265
268
  datasetTitle: {
266
269
  showDataTable: string;
267
270
  removeDataset: string;
271
+ refreshDataset: string;
272
+ refreshFailed: string;
273
+ refreshSettings: string;
274
+ refreshOff: string;
275
+ refresh10s: string;
276
+ refresh15s: string;
277
+ refresh1m: string;
278
+ refresh5m: string;
279
+ refresh15m: string;
280
+ refreshCustom: string;
268
281
  };
269
282
  datasetInfo: {
270
283
  rowCount: string;
@@ -272,6 +285,11 @@ declare const _default: {
272
285
  rasterTile: string;
273
286
  wmsTile: string;
274
287
  tile3d: string;
288
+ remoteFile: string;
289
+ refreshInterval: string;
290
+ refreshCustomSeconds: string;
291
+ refreshing: string;
292
+ refreshingPercent: string;
275
293
  };
276
294
  tooltip: {
277
295
  hideLayer: string;
@@ -355,6 +373,7 @@ declare const _default: {
355
373
  line: string;
356
374
  polygon: string;
357
375
  rectangle: string;
376
+ circle: string;
358
377
  copyAll: string;
359
378
  convertToLayer: string;
360
379
  hide: string;
@@ -465,6 +484,9 @@ declare const _default: {
465
484
  title: string;
466
485
  subtitle: string;
467
486
  };
487
+ providerSelect: {
488
+ disclaimer: string;
489
+ };
468
490
  exportMap: {
469
491
  formatTitle: string;
470
492
  formatSubtitle: string;
@@ -635,8 +657,15 @@ declare const _default: {
635
657
  configUploadMessage: string;
636
658
  browseFiles: string;
637
659
  uploading: string;
660
+ downloading: string;
638
661
  fileNotSupported: string;
639
662
  or: string;
663
+ dropMessage: string;
664
+ urlPlaceholder: string;
665
+ fetch: string;
666
+ format: string;
667
+ formatAuto: string;
668
+ cors: string;
640
669
  };
641
670
  density: string;
642
671
  'Bug Report': string;
@@ -97,6 +97,8 @@ declare const _default: {
97
97
  layer: string;
98
98
  appearance: string;
99
99
  uniqueIdField: string;
100
+ hideNulls: string;
101
+ hideNullsDescription: string;
100
102
  type: {
101
103
  point: string;
102
104
  arc: string;
@@ -112,6 +114,7 @@ declare const _default: {
112
114
  hexagonid: string;
113
115
  trip: string;
114
116
  s2: string;
117
+ geohash: string;
115
118
  '3d': string;
116
119
  flow: string;
117
120
  vectortile: string;
@@ -266,6 +269,16 @@ declare const _default: {
266
269
  datasetTitle: {
267
270
  showDataTable: string;
268
271
  removeDataset: string;
272
+ refreshDataset: string;
273
+ refreshFailed: string;
274
+ refreshSettings: string;
275
+ refreshOff: string;
276
+ refresh10s: string;
277
+ refresh15s: string;
278
+ refresh1m: string;
279
+ refresh5m: string;
280
+ refresh15m: string;
281
+ refreshCustom: string;
269
282
  };
270
283
  datasetInfo: {
271
284
  rowCount: string;
@@ -273,6 +286,11 @@ declare const _default: {
273
286
  rasterTile: string;
274
287
  wmsTile: string;
275
288
  tile3d: string;
289
+ remoteFile: string;
290
+ refreshInterval: string;
291
+ refreshCustomSeconds: string;
292
+ refreshing: string;
293
+ refreshingPercent: string;
276
294
  };
277
295
  tooltip: {
278
296
  hideLayer: string;
@@ -355,6 +373,7 @@ declare const _default: {
355
373
  line: string;
356
374
  polygon: string;
357
375
  rectangle: string;
376
+ circle: string;
358
377
  copyAll: string;
359
378
  convertToLayer: string;
360
379
  hide: string;
@@ -465,6 +484,9 @@ declare const _default: {
465
484
  title: string;
466
485
  subtitle: string;
467
486
  };
487
+ providerSelect: {
488
+ disclaimer: string;
489
+ };
468
490
  exportMap: {
469
491
  formatTitle: string;
470
492
  formatSubtitle: string;
@@ -635,8 +657,15 @@ declare const _default: {
635
657
  configUploadMessage: string;
636
658
  browseFiles: string;
637
659
  uploading: string;
660
+ downloading: string;
638
661
  fileNotSupported: string;
639
662
  or: string;
663
+ dropMessage: string;
664
+ urlPlaceholder: string;
665
+ fetch: string;
666
+ format: string;
667
+ formatAuto: string;
668
+ cors: string;
640
669
  };
641
670
  geocoder: {
642
671
  title: string;
@@ -97,6 +97,8 @@ declare const _default: {
97
97
  layer: string;
98
98
  appearance: string;
99
99
  uniqueIdField: string;
100
+ hideNulls: string;
101
+ hideNullsDescription: string;
100
102
  type: {
101
103
  point: string;
102
104
  arc: string;
@@ -112,6 +114,7 @@ declare const _default: {
112
114
  hexagonid: string;
113
115
  trip: string;
114
116
  s2: string;
117
+ geohash: string;
115
118
  '3d': string;
116
119
  flow: string;
117
120
  vectortile: string;
@@ -266,6 +269,16 @@ declare const _default: {
266
269
  datasetTitle: {
267
270
  showDataTable: string;
268
271
  removeDataset: string;
272
+ refreshDataset: string;
273
+ refreshFailed: string;
274
+ refreshSettings: string;
275
+ refreshOff: string;
276
+ refresh10s: string;
277
+ refresh15s: string;
278
+ refresh1m: string;
279
+ refresh5m: string;
280
+ refresh15m: string;
281
+ refreshCustom: string;
269
282
  };
270
283
  datasetInfo: {
271
284
  rowCount: string;
@@ -273,6 +286,11 @@ declare const _default: {
273
286
  rasterTile: string;
274
287
  wmsTile: string;
275
288
  tile3d: string;
289
+ remoteFile: string;
290
+ refreshInterval: string;
291
+ refreshCustomSeconds: string;
292
+ refreshing: string;
293
+ refreshingPercent: string;
276
294
  };
277
295
  tooltip: {
278
296
  hideLayer: string;
@@ -356,6 +374,7 @@ declare const _default: {
356
374
  line: string;
357
375
  polygon: string;
358
376
  rectangle: string;
377
+ circle: string;
359
378
  copyAll: string;
360
379
  convertToLayer: string;
361
380
  hide: string;
@@ -466,6 +485,9 @@ declare const _default: {
466
485
  title: string;
467
486
  subtitle: string;
468
487
  };
488
+ providerSelect: {
489
+ disclaimer: string;
490
+ };
469
491
  exportMap: {
470
492
  formatTitle: string;
471
493
  formatSubtitle: string;
@@ -637,8 +659,15 @@ declare const _default: {
637
659
  configUploadMessage: string;
638
660
  browseFiles: string;
639
661
  uploading: string;
662
+ downloading: string;
640
663
  fileNotSupported: string;
641
664
  or: string;
665
+ dropMessage: string;
666
+ urlPlaceholder: string;
667
+ fetch: string;
668
+ format: string;
669
+ formatAuto: string;
670
+ cors: string;
642
671
  };
643
672
  tilesetSetup: {
644
673
  header: string;
@@ -97,6 +97,8 @@ declare const _default: {
97
97
  layer: string;
98
98
  appearance: string;
99
99
  uniqueIdField: string;
100
+ hideNulls: string;
101
+ hideNullsDescription: string;
100
102
  type: {
101
103
  point: string;
102
104
  arc: string;
@@ -112,6 +114,7 @@ declare const _default: {
112
114
  hexagonid: string;
113
115
  trip: string;
114
116
  s2: string;
117
+ geohash: string;
115
118
  '3d': string;
116
119
  flow: string;
117
120
  vectortile: string;
@@ -266,6 +269,16 @@ declare const _default: {
266
269
  datasetTitle: {
267
270
  showDataTable: string;
268
271
  removeDataset: string;
272
+ refreshDataset: string;
273
+ refreshFailed: string;
274
+ refreshSettings: string;
275
+ refreshOff: string;
276
+ refresh10s: string;
277
+ refresh15s: string;
278
+ refresh1m: string;
279
+ refresh5m: string;
280
+ refresh15m: string;
281
+ refreshCustom: string;
269
282
  };
270
283
  datasetInfo: {
271
284
  rowCount: string;
@@ -273,6 +286,11 @@ declare const _default: {
273
286
  rasterTile: string;
274
287
  wmsTile: string;
275
288
  tile3d: string;
289
+ remoteFile: string;
290
+ refreshInterval: string;
291
+ refreshCustomSeconds: string;
292
+ refreshing: string;
293
+ refreshingPercent: string;
276
294
  };
277
295
  tooltip: {
278
296
  hideLayer: string;
@@ -356,6 +374,7 @@ declare const _default: {
356
374
  line: string;
357
375
  polygon: string;
358
376
  rectangle: string;
377
+ circle: string;
359
378
  copyAll: string;
360
379
  convertToLayer: string;
361
380
  hide: string;
@@ -466,6 +485,9 @@ declare const _default: {
466
485
  title: string;
467
486
  subtitle: string;
468
487
  };
488
+ providerSelect: {
489
+ disclaimer: string;
490
+ };
469
491
  exportMap: {
470
492
  formatTitle: string;
471
493
  formatSubtitle: string;
@@ -637,8 +659,15 @@ declare const _default: {
637
659
  configUploadMessage: string;
638
660
  browseFiles: string;
639
661
  uploading: string;
662
+ downloading: string;
640
663
  fileNotSupported: string;
641
664
  or: string;
665
+ dropMessage: string;
666
+ urlPlaceholder: string;
667
+ fetch: string;
668
+ format: string;
669
+ formatAuto: string;
670
+ cors: string;
642
671
  };
643
672
  tilesetSetup: {
644
673
  header: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kepler.gl/localization",
3
3
  "author": "Shan He <shan@uber.com>",
4
- "version": "3.3.0-alpha.7",
4
+ "version": "3.3.0-alpha.9",
5
5
  "description": "kepler.gl constants used by kepler.gl components, actions and reducers",
6
6
  "license": "MIT",
7
7
  "main": "dist/cjs/index.js",