@kepler.gl/localization 3.1.0-alpha.1 → 3.1.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.
@@ -0,0 +1,449 @@
1
+ declare const _default: {
2
+ property: {
3
+ weight: string;
4
+ label: string;
5
+ fillColor: string;
6
+ color: string;
7
+ coverage: string;
8
+ strokeColor: string;
9
+ radius: string;
10
+ outline: string;
11
+ stroke: string;
12
+ density: string;
13
+ height: string;
14
+ sum: string;
15
+ pointCount: string;
16
+ };
17
+ placeholder: {
18
+ search: string;
19
+ selectField: string;
20
+ yAxis: string;
21
+ selectType: string;
22
+ selectValue: string;
23
+ enterValue: string;
24
+ empty: string;
25
+ };
26
+ misc: {
27
+ by: string;
28
+ valuesIn: string;
29
+ valueEquals: string;
30
+ dataSource: string;
31
+ brushRadius: string;
32
+ empty: string;
33
+ };
34
+ mapLayers: {
35
+ title: string;
36
+ label: string;
37
+ road: string;
38
+ border: string;
39
+ building: string;
40
+ water: string;
41
+ land: string;
42
+ '3dBuilding': string;
43
+ };
44
+ panel: {
45
+ text: {
46
+ label: string;
47
+ labelWithId: string;
48
+ fontSize: string;
49
+ fontColor: string;
50
+ textAnchor: string;
51
+ alignment: string;
52
+ addMoreLabel: string;
53
+ };
54
+ };
55
+ sidebar: {
56
+ panels: {
57
+ layer: string;
58
+ filter: string;
59
+ interaction: string;
60
+ basemap: string;
61
+ };
62
+ };
63
+ layer: {
64
+ required: string;
65
+ radius: string;
66
+ color: string;
67
+ fillColor: string;
68
+ outline: string;
69
+ weight: string;
70
+ propertyBasedOn: string;
71
+ coverage: string;
72
+ stroke: string;
73
+ strokeWidth: string;
74
+ strokeColor: string;
75
+ basic: string;
76
+ trailLength: string;
77
+ trailLengthDescription: string;
78
+ newLayer: string;
79
+ elevationByDescription: string;
80
+ colorByDescription: string;
81
+ aggregateBy: string;
82
+ '3DModel': string;
83
+ '3DModelOptions': string;
84
+ type: {
85
+ point: string;
86
+ arc: string;
87
+ line: string;
88
+ grid: string;
89
+ hexbin: string;
90
+ polygon: string;
91
+ geojson: string;
92
+ cluster: string;
93
+ icon: string;
94
+ heatmap: string;
95
+ hexagon: string;
96
+ hexagonid: string;
97
+ trip: string;
98
+ s2: string;
99
+ '3d': string;
100
+ };
101
+ };
102
+ layerVisConfigs: {
103
+ angle: string;
104
+ strokeWidth: string;
105
+ strokeWidthRange: string;
106
+ radius: string;
107
+ fixedRadius: string;
108
+ fixedRadiusDescription: string;
109
+ radiusRange: string;
110
+ clusterRadius: string;
111
+ radiusRangePixels: string;
112
+ opacity: string;
113
+ coverage: string;
114
+ outline: string;
115
+ colorRange: string;
116
+ stroke: string;
117
+ strokeColor: string;
118
+ strokeColorRange: string;
119
+ targetColor: string;
120
+ colorAggregation: string;
121
+ heightAggregation: string;
122
+ resolutionRange: string;
123
+ sizeScale: string;
124
+ worldUnitSize: string;
125
+ elevationScale: string;
126
+ enableElevationZoomFactor: string;
127
+ enableElevationZoomFactorDescription: string;
128
+ heightScale: string;
129
+ coverageRange: string;
130
+ highPrecisionRendering: string;
131
+ highPrecisionRenderingDescription: string;
132
+ height: string;
133
+ heightDescription: string;
134
+ fill: string;
135
+ enablePolygonHeight: string;
136
+ showWireframe: string;
137
+ weightIntensity: string;
138
+ zoomScale: string;
139
+ heightRange: string;
140
+ };
141
+ layerManager: {
142
+ addData: string;
143
+ addLayer: string;
144
+ layerBlending: string;
145
+ };
146
+ mapManager: {
147
+ mapStyle: string;
148
+ addMapStyle: string;
149
+ '3dBuildingColor': string;
150
+ };
151
+ layerConfiguration: {
152
+ defaultDescription: string;
153
+ howTo: string;
154
+ };
155
+ filterManager: {
156
+ addFilter: string;
157
+ };
158
+ datasetTitle: {
159
+ showDataTable: string;
160
+ removeDataset: string;
161
+ };
162
+ datasetInfo: {
163
+ rowCount: string;
164
+ };
165
+ tooltip: {
166
+ hideLayer: string;
167
+ showLayer: string;
168
+ hideFeature: string;
169
+ showFeature: string;
170
+ hide: string;
171
+ show: string;
172
+ removeLayer: string;
173
+ zoomToLayer: string;
174
+ duplicateLayer: string;
175
+ layerSettings: string;
176
+ closePanel: string;
177
+ switchToDualView: string;
178
+ showLegend: string;
179
+ disable3DMap: string;
180
+ DrawOnMap: string;
181
+ selectLocale: string;
182
+ hideLayerPanel: string;
183
+ showLayerPanel: string;
184
+ moveToTop: string;
185
+ selectBaseMapStyle: string;
186
+ delete: string;
187
+ timePlayback: string;
188
+ cloudStorage: string;
189
+ '3DMap': string;
190
+ animationByWindow: string;
191
+ animationByIncremental: string;
192
+ speed: string;
193
+ play: string;
194
+ pause: string;
195
+ reset: string;
196
+ };
197
+ toolbar: {
198
+ en: string;
199
+ fi: string;
200
+ pt: string;
201
+ es: string;
202
+ ca: string;
203
+ ja: string;
204
+ cn: string;
205
+ ru: string;
206
+ exportImage: string;
207
+ exportData: string;
208
+ exportMap: string;
209
+ shareMapURL: string;
210
+ saveMap: string;
211
+ select: string;
212
+ polygon: string;
213
+ rectangle: string;
214
+ hide: string;
215
+ show: string;
216
+ };
217
+ editor: {
218
+ filterLayer: string;
219
+ copyGeometry: string;
220
+ };
221
+ modal: {
222
+ title: {
223
+ deleteDataset: string;
224
+ addDataToMap: string;
225
+ exportImage: string;
226
+ exportData: string;
227
+ exportMap: string;
228
+ addCustomMapboxStyle: string;
229
+ saveMap: string;
230
+ shareURL: string;
231
+ };
232
+ button: {
233
+ delete: string;
234
+ download: string;
235
+ export: string;
236
+ addStyle: string;
237
+ save: string;
238
+ defaultCancel: string;
239
+ defaultConfirm: string;
240
+ };
241
+ exportImage: {
242
+ ratioTitle: string;
243
+ ratioDescription: string;
244
+ ratioOriginalScreen: string;
245
+ ratioCustom: string;
246
+ ratio4_3: string;
247
+ ratio16_9: string;
248
+ resolutionTitle: string;
249
+ resolutionDescription: string;
250
+ mapLegendTitle: string;
251
+ mapLegendAdd: string;
252
+ };
253
+ exportData: {
254
+ datasetTitle: string;
255
+ datasetSubtitle: string;
256
+ allDatasets: string;
257
+ dataTypeTitle: string;
258
+ dataTypeSubtitle: string;
259
+ filterDataTitle: string;
260
+ filterDataSubtitle: string;
261
+ filteredData: string;
262
+ unfilteredData: string;
263
+ fileCount: string;
264
+ rowCount: string;
265
+ };
266
+ deleteData: {
267
+ warning: string;
268
+ };
269
+ addStyle: {
270
+ publishTitle: string;
271
+ publishSubtitle1: string;
272
+ publishSubtitle2: string;
273
+ publishSubtitle3: string;
274
+ publishSubtitle4: string;
275
+ publishSubtitle5: string;
276
+ publishSubtitle6: string;
277
+ publishSubtitle7: string;
278
+ exampleToken: string;
279
+ pasteTitle: string;
280
+ pasteSubtitle0: string;
281
+ pasteSubtitle1: string;
282
+ pasteSubtitle2: string;
283
+ pasteSubtitle3: string;
284
+ pasteSubtitle4: string;
285
+ namingTitle: string;
286
+ };
287
+ shareMap: {
288
+ shareUriTitle: string;
289
+ shareUriSubtitle: string;
290
+ cloudTitle: string;
291
+ cloudSubtitle: string;
292
+ shareDisclaimer: string;
293
+ gotoPage: string;
294
+ };
295
+ statusPanel: {
296
+ mapUploading: string;
297
+ error: string;
298
+ };
299
+ saveMap: {
300
+ title: string;
301
+ subtitle: string;
302
+ };
303
+ exportMap: {
304
+ formatTitle: string;
305
+ formatSubtitle: string;
306
+ html: {
307
+ selection: string;
308
+ tokenTitle: string;
309
+ tokenSubtitle: string;
310
+ tokenPlaceholder: string;
311
+ tokenMisuseWarning: string;
312
+ tokenDisclaimer: string;
313
+ tokenUpdate: string;
314
+ modeTitle: string;
315
+ modeSubtitle1: string;
316
+ modeSubtitle2: string;
317
+ modeDescription: string;
318
+ read: string;
319
+ edit: string;
320
+ };
321
+ json: {
322
+ configTitle: string;
323
+ configDisclaimer: string;
324
+ selection: string;
325
+ disclaimer: string;
326
+ };
327
+ };
328
+ loadingDialog: {
329
+ loading: string;
330
+ };
331
+ loadData: {
332
+ upload: string;
333
+ storage: string;
334
+ };
335
+ tripInfo: {
336
+ title: string;
337
+ description1: string;
338
+ code: string;
339
+ description2: string;
340
+ example: string;
341
+ };
342
+ iconInfo: {
343
+ title: string;
344
+ description1: string;
345
+ code: string;
346
+ description2: string;
347
+ example: string;
348
+ icons: string;
349
+ };
350
+ storageMapViewer: {
351
+ lastModified: string;
352
+ back: string;
353
+ };
354
+ overwriteMap: {
355
+ title: string;
356
+ alreadyExists: string;
357
+ };
358
+ loadStorageMap: {
359
+ back: string;
360
+ goToPage: string;
361
+ storageMaps: string;
362
+ noSavedMaps: string;
363
+ };
364
+ };
365
+ header: {
366
+ visibleLayers: string;
367
+ layerLegend: string;
368
+ };
369
+ interactions: {
370
+ tooltip: string;
371
+ brush: string;
372
+ coordinate: string;
373
+ geocoder: string;
374
+ };
375
+ layerBlending: {
376
+ title: string;
377
+ additive: string;
378
+ normal: string;
379
+ subtractive: string;
380
+ };
381
+ columns: {
382
+ title: string;
383
+ lat: string;
384
+ lng: string;
385
+ altitude: string;
386
+ icon: string;
387
+ geojson: string;
388
+ token: string;
389
+ arc: {
390
+ lat0: string;
391
+ lng0: string;
392
+ lat1: string;
393
+ lng1: string;
394
+ };
395
+ grid: {
396
+ worldUnitSize: string;
397
+ };
398
+ hexagon: {
399
+ worldUnitSize: string;
400
+ };
401
+ hex_id: string;
402
+ };
403
+ color: {
404
+ customPalette: string;
405
+ steps: string;
406
+ type: string;
407
+ reversed: string;
408
+ };
409
+ scale: {
410
+ colorScale: string;
411
+ sizeScale: string;
412
+ strokeScale: string;
413
+ scale: string;
414
+ };
415
+ fileUploader: {
416
+ message: string;
417
+ chromeMessage: string;
418
+ disclaimer: string;
419
+ configUploadMessage: string;
420
+ browseFiles: string;
421
+ uploading: string;
422
+ fileNotSupported: string;
423
+ or: string;
424
+ };
425
+ geocoder: {
426
+ title: string;
427
+ };
428
+ fieldSelector: {
429
+ clearAll: string;
430
+ formatting: string;
431
+ };
432
+ compare: {
433
+ modeLabel: string;
434
+ typeLabel: string;
435
+ types: {
436
+ absolute: string;
437
+ relative: string;
438
+ };
439
+ };
440
+ mapPopover: {
441
+ primary: string;
442
+ };
443
+ density: string;
444
+ 'Bug Report': string;
445
+ 'User Guide': string;
446
+ Save: string;
447
+ Share: string;
448
+ };
449
+ export default _default;