@kepler.gl/localization 3.0.0-alpha.0

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,445 @@
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
+ enableHeightZoomFactor: string;
129
+ heightScale: string;
130
+ coverageRange: string;
131
+ highPrecisionRendering: string;
132
+ highPrecisionRenderingDescription: string;
133
+ height: string;
134
+ heightDescription: string;
135
+ fill: string;
136
+ enablePolygonHeight: string;
137
+ showWireframe: string;
138
+ weightIntensity: string;
139
+ zoomScale: string;
140
+ heightRange: string;
141
+ heightMultiplier: string;
142
+ };
143
+ layerManager: {
144
+ addData: string;
145
+ addLayer: string;
146
+ layerBlending: string;
147
+ };
148
+ mapManager: {
149
+ mapStyle: string;
150
+ addMapStyle: string;
151
+ '3dBuildingColor': string;
152
+ };
153
+ layerConfiguration: {
154
+ defaultDescription: string;
155
+ howTo: string;
156
+ };
157
+ filterManager: {
158
+ addFilter: string;
159
+ };
160
+ datasetTitle: {
161
+ showDataTable: string;
162
+ removeDataset: string;
163
+ };
164
+ datasetInfo: {
165
+ rowCount: string;
166
+ };
167
+ tooltip: {
168
+ hideLayer: string;
169
+ showLayer: string;
170
+ hideFeature: string;
171
+ showFeature: string;
172
+ hide: string;
173
+ show: string;
174
+ removeLayer: 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
+ modal: {
218
+ title: {
219
+ deleteDataset: string;
220
+ addDataToMap: string;
221
+ exportImage: string;
222
+ exportData: string;
223
+ exportMap: string;
224
+ addCustomMapboxStyle: string;
225
+ saveMap: string;
226
+ shareURL: string;
227
+ };
228
+ button: {
229
+ delete: string;
230
+ download: string;
231
+ export: string;
232
+ addStyle: string;
233
+ save: string;
234
+ defaultCancel: string;
235
+ defaultConfirm: string;
236
+ };
237
+ exportImage: {
238
+ ratioTitle: string;
239
+ ratioDescription: string;
240
+ ratioOriginalScreen: string;
241
+ ratioCustom: string;
242
+ ratio4_3: string;
243
+ ratio16_9: string;
244
+ resolutionTitle: string;
245
+ resolutionDescription: string;
246
+ mapLegendTitle: string;
247
+ mapLegendAdd: string;
248
+ };
249
+ exportData: {
250
+ datasetTitle: string;
251
+ datasetSubtitle: string;
252
+ allDatasets: string;
253
+ dataTypeTitle: string;
254
+ dataTypeSubtitle: string;
255
+ filterDataTitle: string;
256
+ filterDataSubtitle: string;
257
+ filteredData: string;
258
+ unfilteredData: string;
259
+ fileCount: string;
260
+ rowCount: string;
261
+ };
262
+ deleteData: {
263
+ warning: string;
264
+ };
265
+ addStyle: {
266
+ publishTitle: string;
267
+ publishSubtitle1: string;
268
+ publishSubtitle2: string;
269
+ publishSubtitle3: string;
270
+ publishSubtitle4: string;
271
+ publishSubtitle5: string;
272
+ publishSubtitle6: string;
273
+ publishSubtitle7: string;
274
+ exampleToken: string;
275
+ pasteTitle: string;
276
+ pasteSubtitle1: string;
277
+ pasteSubtitle2: string;
278
+ namingTitle: string;
279
+ };
280
+ shareMap: {
281
+ shareUriTitle: string;
282
+ shareUriSubtitle: string;
283
+ cloudTitle: string;
284
+ cloudSubtitle: string;
285
+ shareDisclaimer: string;
286
+ gotoPage: string;
287
+ };
288
+ statusPanel: {
289
+ mapUploading: string;
290
+ error: string;
291
+ };
292
+ saveMap: {
293
+ title: string;
294
+ subtitle: string;
295
+ };
296
+ exportMap: {
297
+ formatTitle: string;
298
+ formatSubtitle: string;
299
+ html: {
300
+ selection: string;
301
+ tokenTitle: string;
302
+ tokenSubtitle: string;
303
+ tokenPlaceholder: string;
304
+ tokenMisuseWarning: string;
305
+ tokenDisclaimer: string;
306
+ tokenUpdate: string;
307
+ modeTitle: string;
308
+ modeSubtitle1: string;
309
+ modeSubtitle2: string;
310
+ modeDescription: string;
311
+ read: string;
312
+ edit: string;
313
+ };
314
+ json: {
315
+ configTitle: string;
316
+ configDisclaimer: string;
317
+ selection: string;
318
+ disclaimer: string;
319
+ };
320
+ };
321
+ loadingDialog: {
322
+ loading: string;
323
+ };
324
+ loadData: {
325
+ upload: string;
326
+ storage: string;
327
+ };
328
+ tripInfo: {
329
+ title: string;
330
+ description1: string;
331
+ code: string;
332
+ description2: string;
333
+ example: string;
334
+ };
335
+ iconInfo: {
336
+ title: string;
337
+ description1: string;
338
+ code: string;
339
+ description2: string;
340
+ example: string;
341
+ icons: string;
342
+ };
343
+ storageMapViewer: {
344
+ lastModified: string;
345
+ back: string;
346
+ };
347
+ overwriteMap: {
348
+ title: string;
349
+ alreadyExists: string;
350
+ };
351
+ loadStorageMap: {
352
+ back: string;
353
+ goToPage: string;
354
+ storageMaps: string;
355
+ noSavedMaps: string;
356
+ };
357
+ };
358
+ header: {
359
+ visibleLayers: string;
360
+ layerLegend: string;
361
+ };
362
+ interactions: {
363
+ tooltip: string;
364
+ brush: string;
365
+ coordinate: string;
366
+ geocoder: string;
367
+ };
368
+ layerBlending: {
369
+ title: string;
370
+ additive: string;
371
+ normal: string;
372
+ subtractive: string;
373
+ };
374
+ columns: {
375
+ title: string;
376
+ lat: string;
377
+ lng: string;
378
+ altitude: string;
379
+ icon: string;
380
+ geojson: string;
381
+ arc: {
382
+ lat0: string;
383
+ lng0: string;
384
+ lat1: string;
385
+ lng1: string;
386
+ };
387
+ line: {
388
+ alt0: string;
389
+ alt1: string;
390
+ };
391
+ grid: {
392
+ worldUnitSize: string;
393
+ };
394
+ hexagon: {
395
+ worldUnitSize: string;
396
+ };
397
+ hex_id: string;
398
+ };
399
+ color: {
400
+ customPalette: string;
401
+ steps: string;
402
+ type: string;
403
+ reversed: string;
404
+ };
405
+ scale: {
406
+ colorScale: string;
407
+ sizeScale: string;
408
+ strokeScale: string;
409
+ scale: string;
410
+ };
411
+ fileUploader: {
412
+ message: string;
413
+ chromeMessage: string;
414
+ disclaimer: string;
415
+ configUploadMessage: string;
416
+ browseFiles: string;
417
+ uploading: string;
418
+ fileNotSupported: string;
419
+ or: string;
420
+ };
421
+ geocoder: {
422
+ title: string;
423
+ };
424
+ fieldSelector: {
425
+ clearAll: string;
426
+ formatting: string;
427
+ };
428
+ compare: {
429
+ modeLabel: string;
430
+ typeLabel: string;
431
+ types: {
432
+ absolute: string;
433
+ relative: string;
434
+ };
435
+ };
436
+ mapPopover: {
437
+ primary: string;
438
+ };
439
+ density: string;
440
+ 'Bug Report': string;
441
+ 'User Guide': string;
442
+ Save: string;
443
+ Share: string;
444
+ };
445
+ export default _default;