@kepler.gl/localization 3.3.0-alpha.1 → 3.3.0-alpha.11
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.
- package/dist/cjs/formatted-message.js +27 -0
- package/dist/{index.js → cjs/index.js} +1 -1
- package/dist/{locales.js → cjs/locales.js} +1 -1
- package/dist/cjs/messages.js +46 -0
- package/dist/cjs/translations/ca.js +746 -0
- package/dist/cjs/translations/cn.js +747 -0
- package/dist/cjs/translations/en.js +794 -0
- package/dist/cjs/translations/es.js +746 -0
- package/dist/cjs/translations/fi.js +745 -0
- package/dist/cjs/translations/ja.js +745 -0
- package/dist/cjs/translations/pt.js +747 -0
- package/dist/cjs/translations/ru.js +747 -0
- package/dist/esm/formatted-message.js +20 -0
- package/dist/esm/index.js +7 -0
- package/dist/esm/locales.js +42 -0
- package/dist/esm/messages.js +43 -0
- package/dist/esm/translations/ca.js +741 -0
- package/dist/esm/translations/cn.js +742 -0
- package/dist/esm/translations/en.js +789 -0
- package/dist/esm/translations/es.js +741 -0
- package/dist/esm/translations/fi.js +740 -0
- package/dist/esm/translations/ja.js +740 -0
- package/dist/esm/translations/pt.js +742 -0
- package/dist/esm/translations/ru.js +742 -0
- package/dist/formatted-message.d.ts +2 -2
- package/dist/translations/ca.d.ts +51 -0
- package/dist/translations/cn.d.ts +51 -0
- package/dist/translations/en.d.ts +69 -0
- package/dist/translations/es.d.ts +51 -0
- package/dist/translations/fi.d.ts +51 -0
- package/dist/translations/ja.d.ts +51 -0
- package/dist/translations/pt.d.ts +51 -0
- package/dist/translations/ru.d.ts +51 -0
- package/package.json +18 -11
- package/dist/formatted-message.js +0 -22
- package/dist/messages.js +0 -46
- package/dist/translations/ca.js +0 -695
- package/dist/translations/cn.js +0 -696
- package/dist/translations/en.js +0 -725
- package/dist/translations/es.js +0 -695
- package/dist/translations/fi.js +0 -694
- package/dist/translations/ja.js +0 -694
- package/dist/translations/pt.js +0 -696
- package/dist/translations/ru.js +0 -696
|
@@ -22,6 +22,7 @@ declare const _default: {
|
|
|
22
22
|
enterValue: string;
|
|
23
23
|
empty: string;
|
|
24
24
|
selectLayer: string;
|
|
25
|
+
endTimeField: string;
|
|
25
26
|
};
|
|
26
27
|
misc: {
|
|
27
28
|
by: string;
|
|
@@ -96,6 +97,8 @@ declare const _default: {
|
|
|
96
97
|
layer: string;
|
|
97
98
|
appearance: string;
|
|
98
99
|
uniqueIdField: string;
|
|
100
|
+
hideNulls: string;
|
|
101
|
+
hideNullsDescription: string;
|
|
99
102
|
type: {
|
|
100
103
|
point: string;
|
|
101
104
|
arc: string;
|
|
@@ -111,6 +114,7 @@ declare const _default: {
|
|
|
111
114
|
hexagonid: string;
|
|
112
115
|
trip: string;
|
|
113
116
|
s2: string;
|
|
117
|
+
geohash: string;
|
|
114
118
|
'3d': string;
|
|
115
119
|
flow: string;
|
|
116
120
|
vectortile: string;
|
|
@@ -228,6 +232,8 @@ declare const _default: {
|
|
|
228
232
|
type: string;
|
|
229
233
|
lineWidth: string;
|
|
230
234
|
color: string;
|
|
235
|
+
textSide: string;
|
|
236
|
+
textPlacement: string;
|
|
231
237
|
};
|
|
232
238
|
effectDescription: {
|
|
233
239
|
lightAndShadow: string;
|
|
@@ -261,10 +267,22 @@ declare const _default: {
|
|
|
261
267
|
timeLayerSync: string;
|
|
262
268
|
timeLayerUnsync: string;
|
|
263
269
|
column: string;
|
|
270
|
+
timeIntervalEndField: string;
|
|
271
|
+
timeIntervalEndFieldHint: string;
|
|
264
272
|
};
|
|
265
273
|
datasetTitle: {
|
|
266
274
|
showDataTable: string;
|
|
267
275
|
removeDataset: string;
|
|
276
|
+
refreshDataset: string;
|
|
277
|
+
refreshFailed: string;
|
|
278
|
+
refreshSettings: string;
|
|
279
|
+
refreshOff: string;
|
|
280
|
+
refresh10s: string;
|
|
281
|
+
refresh15s: string;
|
|
282
|
+
refresh1m: string;
|
|
283
|
+
refresh5m: string;
|
|
284
|
+
refresh15m: string;
|
|
285
|
+
refreshCustom: string;
|
|
268
286
|
};
|
|
269
287
|
datasetInfo: {
|
|
270
288
|
rowCount: string;
|
|
@@ -272,6 +290,11 @@ declare const _default: {
|
|
|
272
290
|
rasterTile: string;
|
|
273
291
|
wmsTile: string;
|
|
274
292
|
tile3d: string;
|
|
293
|
+
remoteFile: string;
|
|
294
|
+
refreshInterval: string;
|
|
295
|
+
refreshCustomSeconds: string;
|
|
296
|
+
refreshing: string;
|
|
297
|
+
refreshingPercent: string;
|
|
275
298
|
};
|
|
276
299
|
tooltip: {
|
|
277
300
|
hideLayer: string;
|
|
@@ -287,10 +310,18 @@ declare const _default: {
|
|
|
287
310
|
layerSettings: string;
|
|
288
311
|
closePanel: string;
|
|
289
312
|
switchToDualView: string;
|
|
313
|
+
selectSplitMode: string;
|
|
314
|
+
singleView: string;
|
|
315
|
+
dualView: string;
|
|
316
|
+
swipeView: string;
|
|
290
317
|
showLegend: string;
|
|
291
318
|
disable3DMap: string;
|
|
292
319
|
DrawOnMap: string;
|
|
320
|
+
copyAllSketches: string;
|
|
321
|
+
convertToLayer: string;
|
|
293
322
|
selectLocale: string;
|
|
323
|
+
switchToLightTheme: string;
|
|
324
|
+
switchToDarkTheme: string;
|
|
294
325
|
showAiAssistantPanel: string;
|
|
295
326
|
hideAiAssistantPanel: string;
|
|
296
327
|
hideLayerPanel: string;
|
|
@@ -343,8 +374,13 @@ declare const _default: {
|
|
|
343
374
|
shareMapURL: string;
|
|
344
375
|
saveMap: string;
|
|
345
376
|
select: string;
|
|
377
|
+
point: string;
|
|
378
|
+
line: string;
|
|
346
379
|
polygon: string;
|
|
347
380
|
rectangle: string;
|
|
381
|
+
circle: string;
|
|
382
|
+
copyAll: string;
|
|
383
|
+
convertToLayer: string;
|
|
348
384
|
hide: string;
|
|
349
385
|
show: string;
|
|
350
386
|
};
|
|
@@ -352,6 +388,11 @@ declare const _default: {
|
|
|
352
388
|
filterLayer: string;
|
|
353
389
|
filterLayerDisabled: string;
|
|
354
390
|
copyGeometry: string;
|
|
391
|
+
editProperties: string;
|
|
392
|
+
propertyName: string;
|
|
393
|
+
propertyValue: string;
|
|
394
|
+
removeProperty: string;
|
|
395
|
+
polygonFilter: string;
|
|
355
396
|
noLayersToFilter: string;
|
|
356
397
|
};
|
|
357
398
|
exportVideoModal: {
|
|
@@ -448,6 +489,9 @@ declare const _default: {
|
|
|
448
489
|
title: string;
|
|
449
490
|
subtitle: string;
|
|
450
491
|
};
|
|
492
|
+
providerSelect: {
|
|
493
|
+
disclaimer: string;
|
|
494
|
+
};
|
|
451
495
|
exportMap: {
|
|
452
496
|
formatTitle: string;
|
|
453
497
|
formatSubtitle: string;
|
|
@@ -618,8 +662,15 @@ declare const _default: {
|
|
|
618
662
|
configUploadMessage: string;
|
|
619
663
|
browseFiles: string;
|
|
620
664
|
uploading: string;
|
|
665
|
+
downloading: string;
|
|
621
666
|
fileNotSupported: string;
|
|
622
667
|
or: string;
|
|
668
|
+
dropMessage: string;
|
|
669
|
+
urlPlaceholder: string;
|
|
670
|
+
fetch: string;
|
|
671
|
+
format: string;
|
|
672
|
+
formatAuto: string;
|
|
673
|
+
cors: string;
|
|
623
674
|
};
|
|
624
675
|
density: string;
|
|
625
676
|
'Bug Report': string;
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
enterValue: string;
|
|
24
24
|
empty: string;
|
|
25
25
|
selectLayer: string;
|
|
26
|
+
endTimeField: string;
|
|
26
27
|
};
|
|
27
28
|
misc: {
|
|
28
29
|
by: string;
|
|
@@ -97,6 +98,8 @@ declare const _default: {
|
|
|
97
98
|
layer: string;
|
|
98
99
|
appearance: string;
|
|
99
100
|
uniqueIdField: string;
|
|
101
|
+
hideNulls: string;
|
|
102
|
+
hideNullsDescription: string;
|
|
100
103
|
type: {
|
|
101
104
|
point: string;
|
|
102
105
|
arc: string;
|
|
@@ -112,6 +115,7 @@ declare const _default: {
|
|
|
112
115
|
hexagonid: string;
|
|
113
116
|
trip: string;
|
|
114
117
|
s2: string;
|
|
118
|
+
geohash: string;
|
|
115
119
|
'3d': string;
|
|
116
120
|
flow: string;
|
|
117
121
|
vectortile: string;
|
|
@@ -229,6 +233,8 @@ declare const _default: {
|
|
|
229
233
|
type: string;
|
|
230
234
|
lineWidth: string;
|
|
231
235
|
color: string;
|
|
236
|
+
textSide: string;
|
|
237
|
+
textPlacement: string;
|
|
232
238
|
};
|
|
233
239
|
effectDescription: {
|
|
234
240
|
lightAndShadow: string;
|
|
@@ -262,10 +268,22 @@ declare const _default: {
|
|
|
262
268
|
timeLayerSync: string;
|
|
263
269
|
timeLayerUnsync: string;
|
|
264
270
|
column: string;
|
|
271
|
+
timeIntervalEndField: string;
|
|
272
|
+
timeIntervalEndFieldHint: string;
|
|
265
273
|
};
|
|
266
274
|
datasetTitle: {
|
|
267
275
|
showDataTable: string;
|
|
268
276
|
removeDataset: string;
|
|
277
|
+
refreshDataset: string;
|
|
278
|
+
refreshFailed: string;
|
|
279
|
+
refreshSettings: string;
|
|
280
|
+
refreshOff: string;
|
|
281
|
+
refresh10s: string;
|
|
282
|
+
refresh15s: string;
|
|
283
|
+
refresh1m: string;
|
|
284
|
+
refresh5m: string;
|
|
285
|
+
refresh15m: string;
|
|
286
|
+
refreshCustom: string;
|
|
269
287
|
};
|
|
270
288
|
datasetInfo: {
|
|
271
289
|
rowCount: string;
|
|
@@ -273,6 +291,11 @@ declare const _default: {
|
|
|
273
291
|
rasterTile: string;
|
|
274
292
|
wmsTile: string;
|
|
275
293
|
tile3d: string;
|
|
294
|
+
remoteFile: string;
|
|
295
|
+
refreshInterval: string;
|
|
296
|
+
refreshCustomSeconds: string;
|
|
297
|
+
refreshing: string;
|
|
298
|
+
refreshingPercent: string;
|
|
276
299
|
};
|
|
277
300
|
tooltip: {
|
|
278
301
|
hideLayer: string;
|
|
@@ -286,10 +309,18 @@ declare const _default: {
|
|
|
286
309
|
layerSettings: string;
|
|
287
310
|
closePanel: string;
|
|
288
311
|
switchToDualView: string;
|
|
312
|
+
selectSplitMode: string;
|
|
313
|
+
singleView: string;
|
|
314
|
+
dualView: string;
|
|
315
|
+
swipeView: string;
|
|
289
316
|
showLegend: string;
|
|
290
317
|
disable3DMap: string;
|
|
291
318
|
DrawOnMap: string;
|
|
319
|
+
copyAllSketches: string;
|
|
320
|
+
convertToLayer: string;
|
|
292
321
|
selectLocale: string;
|
|
322
|
+
switchToLightTheme: string;
|
|
323
|
+
switchToDarkTheme: string;
|
|
293
324
|
showAiAssistantPanel: string;
|
|
294
325
|
hideAiAssistantPanel: string;
|
|
295
326
|
hideLayerPanel: string;
|
|
@@ -343,8 +374,13 @@ declare const _default: {
|
|
|
343
374
|
shareMapURL: string;
|
|
344
375
|
saveMap: string;
|
|
345
376
|
select: string;
|
|
377
|
+
point: string;
|
|
378
|
+
line: string;
|
|
346
379
|
polygon: string;
|
|
347
380
|
rectangle: string;
|
|
381
|
+
circle: string;
|
|
382
|
+
copyAll: string;
|
|
383
|
+
convertToLayer: string;
|
|
348
384
|
hide: string;
|
|
349
385
|
show: string;
|
|
350
386
|
};
|
|
@@ -352,6 +388,11 @@ declare const _default: {
|
|
|
352
388
|
filterLayer: string;
|
|
353
389
|
filterLayerDisabled: string;
|
|
354
390
|
copyGeometry: string;
|
|
391
|
+
editProperties: string;
|
|
392
|
+
propertyName: string;
|
|
393
|
+
propertyValue: string;
|
|
394
|
+
removeProperty: string;
|
|
395
|
+
polygonFilter: string;
|
|
355
396
|
noLayersToFilter: string;
|
|
356
397
|
};
|
|
357
398
|
exportVideoModal: {
|
|
@@ -448,6 +489,9 @@ declare const _default: {
|
|
|
448
489
|
title: string;
|
|
449
490
|
subtitle: string;
|
|
450
491
|
};
|
|
492
|
+
providerSelect: {
|
|
493
|
+
disclaimer: string;
|
|
494
|
+
};
|
|
451
495
|
exportMap: {
|
|
452
496
|
formatTitle: string;
|
|
453
497
|
formatSubtitle: string;
|
|
@@ -618,8 +662,15 @@ declare const _default: {
|
|
|
618
662
|
configUploadMessage: string;
|
|
619
663
|
browseFiles: string;
|
|
620
664
|
uploading: string;
|
|
665
|
+
downloading: string;
|
|
621
666
|
fileNotSupported: string;
|
|
622
667
|
or: string;
|
|
668
|
+
dropMessage: string;
|
|
669
|
+
urlPlaceholder: string;
|
|
670
|
+
fetch: string;
|
|
671
|
+
format: string;
|
|
672
|
+
formatAuto: string;
|
|
673
|
+
cors: string;
|
|
623
674
|
};
|
|
624
675
|
geocoder: {
|
|
625
676
|
title: string;
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
enterValue: string;
|
|
24
24
|
empty: string;
|
|
25
25
|
selectLayer: string;
|
|
26
|
+
endTimeField: string;
|
|
26
27
|
};
|
|
27
28
|
misc: {
|
|
28
29
|
by: string;
|
|
@@ -97,6 +98,8 @@ declare const _default: {
|
|
|
97
98
|
layer: string;
|
|
98
99
|
appearance: string;
|
|
99
100
|
uniqueIdField: string;
|
|
101
|
+
hideNulls: string;
|
|
102
|
+
hideNullsDescription: string;
|
|
100
103
|
type: {
|
|
101
104
|
point: string;
|
|
102
105
|
arc: string;
|
|
@@ -112,6 +115,7 @@ declare const _default: {
|
|
|
112
115
|
hexagonid: string;
|
|
113
116
|
trip: string;
|
|
114
117
|
s2: string;
|
|
118
|
+
geohash: string;
|
|
115
119
|
'3d': string;
|
|
116
120
|
flow: string;
|
|
117
121
|
vectortile: string;
|
|
@@ -229,6 +233,8 @@ declare const _default: {
|
|
|
229
233
|
type: string;
|
|
230
234
|
lineWidth: string;
|
|
231
235
|
color: string;
|
|
236
|
+
textSide: string;
|
|
237
|
+
textPlacement: string;
|
|
232
238
|
};
|
|
233
239
|
effectDescription: {
|
|
234
240
|
lightAndShadow: string;
|
|
@@ -262,10 +268,22 @@ declare const _default: {
|
|
|
262
268
|
timeLayerSync: string;
|
|
263
269
|
timeLayerUnsync: string;
|
|
264
270
|
column: string;
|
|
271
|
+
timeIntervalEndField: string;
|
|
272
|
+
timeIntervalEndFieldHint: string;
|
|
265
273
|
};
|
|
266
274
|
datasetTitle: {
|
|
267
275
|
showDataTable: string;
|
|
268
276
|
removeDataset: string;
|
|
277
|
+
refreshDataset: string;
|
|
278
|
+
refreshFailed: string;
|
|
279
|
+
refreshSettings: string;
|
|
280
|
+
refreshOff: string;
|
|
281
|
+
refresh10s: string;
|
|
282
|
+
refresh15s: string;
|
|
283
|
+
refresh1m: string;
|
|
284
|
+
refresh5m: string;
|
|
285
|
+
refresh15m: string;
|
|
286
|
+
refreshCustom: string;
|
|
269
287
|
};
|
|
270
288
|
datasetInfo: {
|
|
271
289
|
rowCount: string;
|
|
@@ -273,6 +291,11 @@ declare const _default: {
|
|
|
273
291
|
rasterTile: string;
|
|
274
292
|
wmsTile: string;
|
|
275
293
|
tile3d: string;
|
|
294
|
+
remoteFile: string;
|
|
295
|
+
refreshInterval: string;
|
|
296
|
+
refreshCustomSeconds: string;
|
|
297
|
+
refreshing: string;
|
|
298
|
+
refreshingPercent: string;
|
|
276
299
|
};
|
|
277
300
|
tooltip: {
|
|
278
301
|
hideLayer: string;
|
|
@@ -288,10 +311,18 @@ declare const _default: {
|
|
|
288
311
|
layerSettings: string;
|
|
289
312
|
closePanel: string;
|
|
290
313
|
switchToDualView: string;
|
|
314
|
+
selectSplitMode: string;
|
|
315
|
+
singleView: string;
|
|
316
|
+
dualView: string;
|
|
317
|
+
swipeView: string;
|
|
291
318
|
showLegend: string;
|
|
292
319
|
disable3DMap: string;
|
|
293
320
|
DrawOnMap: string;
|
|
321
|
+
copyAllSketches: string;
|
|
322
|
+
convertToLayer: string;
|
|
294
323
|
selectLocale: string;
|
|
324
|
+
switchToLightTheme: string;
|
|
325
|
+
switchToDarkTheme: string;
|
|
295
326
|
showAiAssistantPanel: string;
|
|
296
327
|
hideAiAssistantPanel: string;
|
|
297
328
|
hideLayerPanel: string;
|
|
@@ -344,8 +375,13 @@ declare const _default: {
|
|
|
344
375
|
shareMapURL: string;
|
|
345
376
|
saveMap: string;
|
|
346
377
|
select: string;
|
|
378
|
+
point: string;
|
|
379
|
+
line: string;
|
|
347
380
|
polygon: string;
|
|
348
381
|
rectangle: string;
|
|
382
|
+
circle: string;
|
|
383
|
+
copyAll: string;
|
|
384
|
+
convertToLayer: string;
|
|
349
385
|
hide: string;
|
|
350
386
|
show: string;
|
|
351
387
|
};
|
|
@@ -353,6 +389,11 @@ declare const _default: {
|
|
|
353
389
|
filterLayer: string;
|
|
354
390
|
filterLayerDisabled: string;
|
|
355
391
|
copyGeometry: string;
|
|
392
|
+
editProperties: string;
|
|
393
|
+
propertyName: string;
|
|
394
|
+
propertyValue: string;
|
|
395
|
+
removeProperty: string;
|
|
396
|
+
polygonFilter: string;
|
|
356
397
|
noLayersToFilter: string;
|
|
357
398
|
};
|
|
358
399
|
exportVideoModal: {
|
|
@@ -449,6 +490,9 @@ declare const _default: {
|
|
|
449
490
|
title: string;
|
|
450
491
|
subtitle: string;
|
|
451
492
|
};
|
|
493
|
+
providerSelect: {
|
|
494
|
+
disclaimer: string;
|
|
495
|
+
};
|
|
452
496
|
exportMap: {
|
|
453
497
|
formatTitle: string;
|
|
454
498
|
formatSubtitle: string;
|
|
@@ -620,8 +664,15 @@ declare const _default: {
|
|
|
620
664
|
configUploadMessage: string;
|
|
621
665
|
browseFiles: string;
|
|
622
666
|
uploading: string;
|
|
667
|
+
downloading: string;
|
|
623
668
|
fileNotSupported: string;
|
|
624
669
|
or: string;
|
|
670
|
+
dropMessage: string;
|
|
671
|
+
urlPlaceholder: string;
|
|
672
|
+
fetch: string;
|
|
673
|
+
format: string;
|
|
674
|
+
formatAuto: string;
|
|
675
|
+
cors: string;
|
|
625
676
|
};
|
|
626
677
|
tilesetSetup: {
|
|
627
678
|
header: string;
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
enterValue: string;
|
|
24
24
|
empty: string;
|
|
25
25
|
selectLayer: string;
|
|
26
|
+
endTimeField: string;
|
|
26
27
|
};
|
|
27
28
|
misc: {
|
|
28
29
|
by: string;
|
|
@@ -97,6 +98,8 @@ declare const _default: {
|
|
|
97
98
|
layer: string;
|
|
98
99
|
appearance: string;
|
|
99
100
|
uniqueIdField: string;
|
|
101
|
+
hideNulls: string;
|
|
102
|
+
hideNullsDescription: string;
|
|
100
103
|
type: {
|
|
101
104
|
point: string;
|
|
102
105
|
arc: string;
|
|
@@ -112,6 +115,7 @@ declare const _default: {
|
|
|
112
115
|
hexagonid: string;
|
|
113
116
|
trip: string;
|
|
114
117
|
s2: string;
|
|
118
|
+
geohash: string;
|
|
115
119
|
'3d': string;
|
|
116
120
|
flow: string;
|
|
117
121
|
vectortile: string;
|
|
@@ -229,6 +233,8 @@ declare const _default: {
|
|
|
229
233
|
type: string;
|
|
230
234
|
lineWidth: string;
|
|
231
235
|
color: string;
|
|
236
|
+
textSide: string;
|
|
237
|
+
textPlacement: string;
|
|
232
238
|
};
|
|
233
239
|
effectDescription: {
|
|
234
240
|
lightAndShadow: string;
|
|
@@ -262,10 +268,22 @@ declare const _default: {
|
|
|
262
268
|
timeLayerSync: string;
|
|
263
269
|
timeLayerUnsync: string;
|
|
264
270
|
column: string;
|
|
271
|
+
timeIntervalEndField: string;
|
|
272
|
+
timeIntervalEndFieldHint: string;
|
|
265
273
|
};
|
|
266
274
|
datasetTitle: {
|
|
267
275
|
showDataTable: string;
|
|
268
276
|
removeDataset: string;
|
|
277
|
+
refreshDataset: string;
|
|
278
|
+
refreshFailed: string;
|
|
279
|
+
refreshSettings: string;
|
|
280
|
+
refreshOff: string;
|
|
281
|
+
refresh10s: string;
|
|
282
|
+
refresh15s: string;
|
|
283
|
+
refresh1m: string;
|
|
284
|
+
refresh5m: string;
|
|
285
|
+
refresh15m: string;
|
|
286
|
+
refreshCustom: string;
|
|
269
287
|
};
|
|
270
288
|
datasetInfo: {
|
|
271
289
|
rowCount: string;
|
|
@@ -273,6 +291,11 @@ declare const _default: {
|
|
|
273
291
|
rasterTile: string;
|
|
274
292
|
wmsTile: string;
|
|
275
293
|
tile3d: string;
|
|
294
|
+
remoteFile: string;
|
|
295
|
+
refreshInterval: string;
|
|
296
|
+
refreshCustomSeconds: string;
|
|
297
|
+
refreshing: string;
|
|
298
|
+
refreshingPercent: string;
|
|
276
299
|
};
|
|
277
300
|
tooltip: {
|
|
278
301
|
hideLayer: string;
|
|
@@ -286,10 +309,18 @@ declare const _default: {
|
|
|
286
309
|
layerSettings: string;
|
|
287
310
|
closePanel: string;
|
|
288
311
|
switchToDualView: string;
|
|
312
|
+
selectSplitMode: string;
|
|
313
|
+
singleView: string;
|
|
314
|
+
dualView: string;
|
|
315
|
+
swipeView: string;
|
|
289
316
|
showLegend: string;
|
|
290
317
|
disable3DMap: string;
|
|
291
318
|
DrawOnMap: string;
|
|
319
|
+
copyAllSketches: string;
|
|
320
|
+
convertToLayer: string;
|
|
292
321
|
selectLocale: string;
|
|
322
|
+
switchToLightTheme: string;
|
|
323
|
+
switchToDarkTheme: string;
|
|
293
324
|
showAiAssistantPanel: string;
|
|
294
325
|
hideAiAssistantPanel: string;
|
|
295
326
|
hideLayerPanel: string;
|
|
@@ -344,8 +375,13 @@ declare const _default: {
|
|
|
344
375
|
exportVideo: string;
|
|
345
376
|
saveMap: string;
|
|
346
377
|
select: string;
|
|
378
|
+
point: string;
|
|
379
|
+
line: string;
|
|
347
380
|
polygon: string;
|
|
348
381
|
rectangle: string;
|
|
382
|
+
circle: string;
|
|
383
|
+
copyAll: string;
|
|
384
|
+
convertToLayer: string;
|
|
349
385
|
hide: string;
|
|
350
386
|
show: string;
|
|
351
387
|
};
|
|
@@ -353,6 +389,11 @@ declare const _default: {
|
|
|
353
389
|
filterLayer: string;
|
|
354
390
|
filterLayerDisabled: string;
|
|
355
391
|
copyGeometry: string;
|
|
392
|
+
editProperties: string;
|
|
393
|
+
propertyName: string;
|
|
394
|
+
propertyValue: string;
|
|
395
|
+
removeProperty: string;
|
|
396
|
+
polygonFilter: string;
|
|
356
397
|
noLayersToFilter: string;
|
|
357
398
|
};
|
|
358
399
|
exportVideoModal: {
|
|
@@ -449,6 +490,9 @@ declare const _default: {
|
|
|
449
490
|
title: string;
|
|
450
491
|
subtitle: string;
|
|
451
492
|
};
|
|
493
|
+
providerSelect: {
|
|
494
|
+
disclaimer: string;
|
|
495
|
+
};
|
|
452
496
|
exportMap: {
|
|
453
497
|
formatTitle: string;
|
|
454
498
|
formatSubtitle: string;
|
|
@@ -620,8 +664,15 @@ declare const _default: {
|
|
|
620
664
|
configUploadMessage: string;
|
|
621
665
|
browseFiles: string;
|
|
622
666
|
uploading: string;
|
|
667
|
+
downloading: string;
|
|
623
668
|
fileNotSupported: string;
|
|
624
669
|
or: string;
|
|
670
|
+
dropMessage: string;
|
|
671
|
+
urlPlaceholder: string;
|
|
672
|
+
fetch: string;
|
|
673
|
+
format: string;
|
|
674
|
+
formatAuto: string;
|
|
675
|
+
cors: string;
|
|
625
676
|
};
|
|
626
677
|
tilesetSetup: {
|
|
627
678
|
header: string;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/localization",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.3.0-alpha.
|
|
4
|
+
"version": "3.3.0-alpha.11",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"main": "dist/index.js",
|
|
7
|
+
"main": "dist/cjs/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"babel",
|
|
@@ -19,20 +19,18 @@
|
|
|
19
19
|
"url": "https://github.com/keplergl/kepler.gl.git"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
|
-
"build": "rm -fr dist && babel src --out-dir dist --source-maps inline --extensions '.ts,.tsx,.js,.jsx' --ignore '**/*.d.ts'",
|
|
23
|
-
"build:umd": "NODE_OPTIONS=--openssl-legacy-provider webpack --config ./webpack/umd.js --progress --env.prod",
|
|
22
|
+
"build": "rm -fr dist && babel src --out-dir dist/cjs --source-maps inline --extensions '.ts,.tsx,.js,.jsx' --ignore '**/*.d.ts' && BABEL_ENV=esm babel src --out-dir dist/esm --source-maps inline --extensions '.ts,.tsx,.js,.jsx' --ignore '**/*.d.ts'",
|
|
24
23
|
"build:types": "tsc --project ./tsconfig.production.json",
|
|
25
24
|
"prepublishOnly": "babel-node ../../scripts/license-header/bin --license ../../FILE-HEADER && yarn build && yarn build:types",
|
|
26
|
-
"stab": "mkdir -p dist && touch dist/index.js"
|
|
25
|
+
"stab": "mkdir -p dist/cjs dist/esm && touch dist/cjs/index.js dist/esm/index.js"
|
|
27
26
|
},
|
|
28
27
|
"files": [
|
|
29
|
-
"dist"
|
|
30
|
-
"umd"
|
|
28
|
+
"dist"
|
|
31
29
|
],
|
|
32
30
|
"dependencies": {
|
|
33
|
-
"react": "^
|
|
34
|
-
"react-intl": "^
|
|
35
|
-
"redux": "^
|
|
31
|
+
"react": "^19.0.0",
|
|
32
|
+
"react-intl": "^7.0.0",
|
|
33
|
+
"redux": "^5.0.0"
|
|
36
34
|
},
|
|
37
35
|
"nyc": {
|
|
38
36
|
"sourceMap": false,
|
|
@@ -51,5 +49,14 @@
|
|
|
51
49
|
"node": "20.19.3",
|
|
52
50
|
"yarn": "4.4.0"
|
|
53
51
|
},
|
|
54
|
-
"packageManager": "yarn@4.4.0"
|
|
52
|
+
"packageManager": "yarn@4.4.0",
|
|
53
|
+
"module": "dist/esm/index.js",
|
|
54
|
+
"exports": {
|
|
55
|
+
".": {
|
|
56
|
+
"types": "./dist/index.d.ts",
|
|
57
|
+
"import": "./dist/esm/index.js",
|
|
58
|
+
"require": "./dist/cjs/index.js",
|
|
59
|
+
"default": "./dist/cjs/index.js"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
55
62
|
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports["default"] = void 0;
|
|
8
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
-
var _react = _interopRequireDefault(require("react"));
|
|
10
|
-
var _reactIntl = require("react-intl");
|
|
11
|
-
// SPDX-License-Identifier: MIT
|
|
12
|
-
// Copyright contributors to the kepler.gl project
|
|
13
|
-
|
|
14
|
-
var EnhancedFormattedMessage = function EnhancedFormattedMessage(props) {
|
|
15
|
-
return /*#__PURE__*/_react["default"].createElement(_reactIntl.FormattedMessage
|
|
16
|
-
// Us id as default Message to prevent error being thrown
|
|
17
|
-
, (0, _extends2["default"])({
|
|
18
|
-
defaultMessage: props.defaultMessage || props.id
|
|
19
|
-
}, props));
|
|
20
|
-
};
|
|
21
|
-
var _default = exports["default"] = EnhancedFormattedMessage;
|
|
22
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJfcmVhY3QiLCJfaW50ZXJvcFJlcXVpcmVEZWZhdWx0IiwicmVxdWlyZSIsIl9yZWFjdEludGwiLCJFbmhhbmNlZEZvcm1hdHRlZE1lc3NhZ2UiLCJwcm9wcyIsImNyZWF0ZUVsZW1lbnQiLCJGb3JtYXR0ZWRNZXNzYWdlIiwiX2V4dGVuZHMyIiwiZGVmYXVsdE1lc3NhZ2UiLCJpZCIsIl9kZWZhdWx0IiwiZXhwb3J0cyJdLCJzb3VyY2VzIjpbIi4uL3NyYy9mb3JtYXR0ZWQtbWVzc2FnZS50c3giXSwic291cmNlc0NvbnRlbnQiOlsiLy8gU1BEWC1MaWNlbnNlLUlkZW50aWZpZXI6IE1JVFxuLy8gQ29weXJpZ2h0IGNvbnRyaWJ1dG9ycyB0byB0aGUga2VwbGVyLmdsIHByb2plY3RcblxuaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7Rm9ybWF0dGVkTWVzc2FnZX0gZnJvbSAncmVhY3QtaW50bCc7XG5cbnR5cGUgRW5oYW5jZWRGb3JtYXR0ZWRNZXNzYWdlUHJvcHMgPSB7XG4gIGlkOiBzdHJpbmc7XG4gIGRlZmF1bHRNZXNzYWdlPzogc3RyaW5nO1xuICBkZWZhdWx0VmFsdWU/OiBzdHJpbmc7XG4gIHZhbHVlcz86IHtcbiAgICBba2V5OiBzdHJpbmddOiBzdHJpbmcgfCBudW1iZXIgfCBudWxsO1xuICB9O1xuICBjaGlsZHJlbj86ICgpID0+IFJlYWN0LlJlYWN0RWxlbWVudDtcbn07XG5cbmNvbnN0IEVuaGFuY2VkRm9ybWF0dGVkTWVzc2FnZTogUmVhY3QuRkM8RW5oYW5jZWRGb3JtYXR0ZWRNZXNzYWdlUHJvcHM+ID0gcHJvcHMgPT4gKFxuICA8Rm9ybWF0dGVkTWVzc2FnZVxuICAgIC8vIFVzIGlkIGFzIGRlZmF1bHQgTWVzc2FnZSB0byBwcmV2ZW50IGVycm9yIGJlaW5nIHRocm93blxuICAgIGRlZmF1bHRNZXNzYWdlPXtwcm9wcy5kZWZhdWx0TWVzc2FnZSB8fCBwcm9wcy5pZH1cbiAgICB7Li4ucHJvcHN9XG4gIC8+XG4pO1xuXG5leHBvcnQgZGVmYXVsdCBFbmhhbmNlZEZvcm1hdHRlZE1lc3NhZ2U7XG4iXSwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBR0EsSUFBQUEsTUFBQSxHQUFBQyxzQkFBQSxDQUFBQyxPQUFBO0FBQ0EsSUFBQUMsVUFBQSxHQUFBRCxPQUFBO0FBSkE7QUFDQTs7QUFlQSxJQUFNRSx3QkFBaUUsR0FBRyxTQUFwRUEsd0JBQWlFQSxDQUFHQyxLQUFLO0VBQUEsb0JBQzdFTCxNQUFBLFlBQUFNLGFBQUEsQ0FBQ0gsVUFBQSxDQUFBSTtFQUNDO0VBQUEsTUFBQUMsU0FBQTtJQUNBQyxjQUFjLEVBQUVKLEtBQUssQ0FBQ0ksY0FBYyxJQUFJSixLQUFLLENBQUNLO0VBQUcsR0FDN0NMLEtBQUssQ0FDVixDQUFDO0FBQUEsQ0FDSDtBQUFDLElBQUFNLFFBQUEsR0FBQUMsT0FBQSxjQUVhUix3QkFBd0IiLCJpZ25vcmVMaXN0IjpbXX0=
|
package/dist/messages.js
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.messages = exports.flattenMessages = exports["default"] = void 0;
|
|
8
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
|
-
var _en = _interopRequireDefault(require("./translations/en"));
|
|
10
|
-
var _fi = _interopRequireDefault(require("./translations/fi"));
|
|
11
|
-
var _pt = _interopRequireDefault(require("./translations/pt"));
|
|
12
|
-
var _es = _interopRequireDefault(require("./translations/es"));
|
|
13
|
-
var _ca = _interopRequireDefault(require("./translations/ca"));
|
|
14
|
-
var _cn = _interopRequireDefault(require("./translations/cn"));
|
|
15
|
-
var _ja = _interopRequireDefault(require("./translations/ja"));
|
|
16
|
-
var _ru = _interopRequireDefault(require("./translations/ru"));
|
|
17
|
-
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
18
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } // SPDX-License-Identifier: MIT
|
|
19
|
-
// Copyright contributors to the kepler.gl project
|
|
20
|
-
// Flat messages since react-intl does not seem to support nested structures
|
|
21
|
-
// Adapted from https://medium.com/siren-apparel-press/internationalization-and-localization-of-sirenapparel-eu-sirenapparel-us-and-sirenapparel-asia-ddee266066a2
|
|
22
|
-
var _flattenMessages = exports.flattenMessages = function flattenMessages(nestedMessages) {
|
|
23
|
-
var prefix = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
24
|
-
return Object.keys(nestedMessages).reduce(function (messages, key) {
|
|
25
|
-
var value = nestedMessages[key];
|
|
26
|
-
var prefixedKey = prefix ? "".concat(prefix, ".").concat(key) : key;
|
|
27
|
-
if (typeof value === 'string') {
|
|
28
|
-
messages[prefixedKey] = value;
|
|
29
|
-
} else {
|
|
30
|
-
Object.assign(messages, _flattenMessages(value, prefixedKey));
|
|
31
|
-
}
|
|
32
|
-
return messages;
|
|
33
|
-
}, {});
|
|
34
|
-
};
|
|
35
|
-
var enFlat = _flattenMessages(_en["default"]);
|
|
36
|
-
var messages = exports.messages = {};
|
|
37
|
-
messages.en = enFlat;
|
|
38
|
-
messages.fi = _objectSpread(_objectSpread({}, enFlat), _flattenMessages(_fi["default"]));
|
|
39
|
-
messages.pt = _objectSpread(_objectSpread({}, enFlat), _flattenMessages(_pt["default"]));
|
|
40
|
-
messages.es = _objectSpread(_objectSpread({}, enFlat), _flattenMessages(_es["default"]));
|
|
41
|
-
messages.ca = _objectSpread(_objectSpread({}, enFlat), _flattenMessages(_ca["default"]));
|
|
42
|
-
messages.cn = _objectSpread(_objectSpread({}, enFlat), _flattenMessages(_cn["default"]));
|
|
43
|
-
messages.ja = _objectSpread(_objectSpread({}, enFlat), _flattenMessages(_ja["default"]));
|
|
44
|
-
messages.ru = _objectSpread(_objectSpread({}, enFlat), _flattenMessages(_ru["default"]));
|
|
45
|
-
var _default = exports["default"] = messages;
|
|
46
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJfZW4iLCJfaW50ZXJvcFJlcXVpcmVEZWZhdWx0IiwicmVxdWlyZSIsIl9maSIsIl9wdCIsIl9lcyIsIl9jYSIsIl9jbiIsIl9qYSIsIl9ydSIsIm93bktleXMiLCJlIiwiciIsInQiLCJPYmplY3QiLCJrZXlzIiwiZ2V0T3duUHJvcGVydHlTeW1ib2xzIiwibyIsImZpbHRlciIsImdldE93blByb3BlcnR5RGVzY3JpcHRvciIsImVudW1lcmFibGUiLCJwdXNoIiwiYXBwbHkiLCJfb2JqZWN0U3ByZWFkIiwiYXJndW1lbnRzIiwibGVuZ3RoIiwiZm9yRWFjaCIsIl9kZWZpbmVQcm9wZXJ0eTIiLCJnZXRPd25Qcm9wZXJ0eURlc2NyaXB0b3JzIiwiZGVmaW5lUHJvcGVydGllcyIsImRlZmluZVByb3BlcnR5IiwiZmxhdHRlbk1lc3NhZ2VzIiwiZXhwb3J0cyIsIm5lc3RlZE1lc3NhZ2VzIiwicHJlZml4IiwidW5kZWZpbmVkIiwicmVkdWNlIiwibWVzc2FnZXMiLCJrZXkiLCJ2YWx1ZSIsInByZWZpeGVkS2V5IiwiY29uY2F0IiwiYXNzaWduIiwiZW5GbGF0IiwiZW4iLCJmaSIsInB0IiwiZXMiLCJjYSIsImNuIiwiamEiLCJydSIsIl9kZWZhdWx0Il0sInNvdXJjZXMiOlsiLi4vc3JjL21lc3NhZ2VzLnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8vIFNQRFgtTGljZW5zZS1JZGVudGlmaWVyOiBNSVRcbi8vIENvcHlyaWdodCBjb250cmlidXRvcnMgdG8gdGhlIGtlcGxlci5nbCBwcm9qZWN0XG5cbmltcG9ydCBlbiBmcm9tICcuL3RyYW5zbGF0aW9ucy9lbic7XG5pbXBvcnQgZmkgZnJvbSAnLi90cmFuc2xhdGlvbnMvZmknO1xuaW1wb3J0IHB0IGZyb20gJy4vdHJhbnNsYXRpb25zL3B0JztcbmltcG9ydCBlcyBmcm9tICcuL3RyYW5zbGF0aW9ucy9lcyc7XG5pbXBvcnQgY2EgZnJvbSAnLi90cmFuc2xhdGlvbnMvY2EnO1xuaW1wb3J0IGNuIGZyb20gJy4vdHJhbnNsYXRpb25zL2NuJztcbmltcG9ydCBqYSBmcm9tICcuL3RyYW5zbGF0aW9ucy9qYSc7XG5pbXBvcnQgcnUgZnJvbSAnLi90cmFuc2xhdGlvbnMvcnUnO1xuXG4vLyBGbGF0IG1lc3NhZ2VzIHNpbmNlIHJlYWN0LWludGwgZG9lcyBub3Qgc2VlbSB0byBzdXBwb3J0IG5lc3RlZCBzdHJ1Y3R1cmVzXG4vLyBBZGFwdGVkIGZyb20gaHR0cHM6Ly9tZWRpdW0uY29tL3NpcmVuLWFwcGFyZWwtcHJlc3MvaW50ZXJuYXRpb25hbGl6YXRpb24tYW5kLWxvY2FsaXphdGlvbi1vZi1zaXJlbmFwcGFyZWwtZXUtc2lyZW5hcHBhcmVsLXVzLWFuZC1zaXJlbmFwcGFyZWwtYXNpYS1kZGVlMjY2MDY2YTJcbmV4cG9ydCBjb25zdCBmbGF0dGVuTWVzc2FnZXMgPSAoXG4gIG5lc3RlZE1lc3NhZ2VzLFxuICBwcmVmaXggPSAnJ1xuKToge1xuICBba2V5OiBzdHJpbmddOiBzdHJpbmc7XG59ID0+IHtcbiAgcmV0dXJuIE9iamVjdC5rZXlzKG5lc3RlZE1lc3NhZ2VzKS5yZWR1Y2UoKG1lc3NhZ2VzLCBrZXkpID0+IHtcbiAgICBjb25zdCB2YWx1ZSA9IG5lc3RlZE1lc3NhZ2VzW2tleV07XG4gICAgY29uc3QgcHJlZml4ZWRLZXkgPSBwcmVmaXggPyBgJHtwcmVmaXh9LiR7a2V5fWAgOiBrZXk7XG4gICAgaWYgKHR5cGVvZiB2YWx1ZSA9PT0gJ3N0cmluZycpIHtcbiAgICAgIG1lc3NhZ2VzW3ByZWZpeGVkS2V5XSA9IHZhbHVlO1xuICAgIH0gZWxzZSB7XG4gICAgICBPYmplY3QuYXNzaWduKG1lc3NhZ2VzLCBmbGF0dGVuTWVzc2FnZXModmFsdWUsIHByZWZpeGVkS2V5KSk7XG4gICAgfVxuICAgIHJldHVybiBtZXNzYWdlcztcbiAgfSwge30pO1xufTtcblxuY29uc3QgZW5GbGF0ID0gZmxhdHRlbk1lc3NhZ2VzKGVuKTtcblxuZXhwb3J0IGNvbnN0IG1lc3NhZ2VzOiB7XG4gIFtrZXk6IHN0cmluZ106IHtcbiAgICBba2V5OiBzdHJpbmddOiBzdHJpbmc7XG4gIH07XG59ID0ge307XG5cbm1lc3NhZ2VzLmVuID0gZW5GbGF0O1xubWVzc2FnZXMuZmkgPSB7Li4uZW5GbGF0LCAuLi5mbGF0dGVuTWVzc2FnZXMoZmkpfTtcbm1lc3NhZ2VzLnB0ID0gey4uLmVuRmxhdCwgLi4uZmxhdHRlbk1lc3NhZ2VzKHB0KX07XG5tZXNzYWdlcy5lcyA9IHsuLi5lbkZsYXQsIC4uLmZsYXR0ZW5NZXNzYWdlcyhlcyl9O1xubWVzc2FnZXMuY2EgPSB7Li4uZW5GbGF0LCAuLi5mbGF0dGVuTWVzc2FnZXMoY2EpfTtcbm1lc3NhZ2VzLmNuID0gey4uLmVuRmxhdCwgLi4uZmxhdHRlbk1lc3NhZ2VzKGNuKX07XG5tZXNzYWdlcy5qYSA9IHsuLi5lbkZsYXQsIC4uLmZsYXR0ZW5NZXNzYWdlcyhqYSl9O1xubWVzc2FnZXMucnUgPSB7Li4uZW5GbGF0LCAuLi5mbGF0dGVuTWVzc2FnZXMocnUpfTtcblxuZXhwb3J0IGRlZmF1bHQgbWVzc2FnZXM7XG4iXSwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBR0EsSUFBQUEsR0FBQSxHQUFBQyxzQkFBQSxDQUFBQyxPQUFBO0FBQ0EsSUFBQUMsR0FBQSxHQUFBRixzQkFBQSxDQUFBQyxPQUFBO0FBQ0EsSUFBQUUsR0FBQSxHQUFBSCxzQkFBQSxDQUFBQyxPQUFBO0FBQ0EsSUFBQUcsR0FBQSxHQUFBSixzQkFBQSxDQUFBQyxPQUFBO0FBQ0EsSUFBQUksR0FBQSxHQUFBTCxzQkFBQSxDQUFBQyxPQUFBO0FBQ0EsSUFBQUssR0FBQSxHQUFBTixzQkFBQSxDQUFBQyxPQUFBO0FBQ0EsSUFBQU0sR0FBQSxHQUFBUCxzQkFBQSxDQUFBQyxPQUFBO0FBQ0EsSUFBQU8sR0FBQSxHQUFBUixzQkFBQSxDQUFBQyxPQUFBO0FBQW1DLFNBQUFRLFFBQUFDLENBQUEsRUFBQUMsQ0FBQSxRQUFBQyxDQUFBLEdBQUFDLE1BQUEsQ0FBQUMsSUFBQSxDQUFBSixDQUFBLE9BQUFHLE1BQUEsQ0FBQUUscUJBQUEsUUFB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
|