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