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