@kepler.gl/localization 3.3.0-alpha.6 → 3.3.0-alpha.7
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/translations/ca.js +14 -1
- package/dist/cjs/translations/cn.js +14 -1
- package/dist/cjs/translations/en.js +17 -1
- package/dist/cjs/translations/es.js +14 -1
- package/dist/cjs/translations/fi.js +14 -1
- package/dist/cjs/translations/ja.js +14 -1
- package/dist/cjs/translations/pt.js +14 -1
- package/dist/cjs/translations/ru.js +14 -1
- package/dist/esm/translations/ca.js +14 -1
- package/dist/esm/translations/cn.js +14 -1
- package/dist/esm/translations/en.js +17 -1
- package/dist/esm/translations/es.js +14 -1
- package/dist/esm/translations/fi.js +14 -1
- package/dist/esm/translations/ja.js +14 -1
- package/dist/esm/translations/pt.js +14 -1
- package/dist/esm/translations/ru.js +14 -1
- package/dist/translations/ca.d.ts +13 -0
- package/dist/translations/cn.d.ts +13 -0
- package/dist/translations/en.d.ts +16 -0
- package/dist/translations/es.d.ts +13 -0
- package/dist/translations/fi.d.ts +13 -0
- package/dist/translations/ja.d.ts +13 -0
- package/dist/translations/pt.d.ts +13 -0
- package/dist/translations/ru.d.ts +13 -0
- package/package.json +2 -2
|
@@ -293,7 +293,11 @@ declare const _default: {
|
|
|
293
293
|
showLegend: string;
|
|
294
294
|
disable3DMap: string;
|
|
295
295
|
DrawOnMap: string;
|
|
296
|
+
copyAllSketches: string;
|
|
297
|
+
convertToLayer: string;
|
|
296
298
|
selectLocale: string;
|
|
299
|
+
switchToLightTheme: string;
|
|
300
|
+
switchToDarkTheme: string;
|
|
297
301
|
showAiAssistantPanel: string;
|
|
298
302
|
hideAiAssistantPanel: string;
|
|
299
303
|
hideLayerPanel: string;
|
|
@@ -347,8 +351,12 @@ declare const _default: {
|
|
|
347
351
|
shareMapURL: string;
|
|
348
352
|
saveMap: string;
|
|
349
353
|
select: string;
|
|
354
|
+
point: string;
|
|
355
|
+
line: string;
|
|
350
356
|
polygon: string;
|
|
351
357
|
rectangle: string;
|
|
358
|
+
copyAll: string;
|
|
359
|
+
convertToLayer: string;
|
|
352
360
|
hide: string;
|
|
353
361
|
show: string;
|
|
354
362
|
};
|
|
@@ -356,6 +364,11 @@ declare const _default: {
|
|
|
356
364
|
filterLayer: string;
|
|
357
365
|
filterLayerDisabled: string;
|
|
358
366
|
copyGeometry: string;
|
|
367
|
+
editProperties: string;
|
|
368
|
+
propertyName: string;
|
|
369
|
+
propertyValue: string;
|
|
370
|
+
removeProperty: string;
|
|
371
|
+
polygonFilter: string;
|
|
359
372
|
noLayersToFilter: string;
|
|
360
373
|
};
|
|
361
374
|
exportVideoModal: {
|
|
@@ -295,7 +295,11 @@ declare const _default: {
|
|
|
295
295
|
showLegend: string;
|
|
296
296
|
disable3DMap: string;
|
|
297
297
|
DrawOnMap: string;
|
|
298
|
+
copyAllSketches: string;
|
|
299
|
+
convertToLayer: string;
|
|
298
300
|
selectLocale: string;
|
|
301
|
+
switchToLightTheme: string;
|
|
302
|
+
switchToDarkTheme: string;
|
|
299
303
|
showAiAssistantPanel: string;
|
|
300
304
|
hideAiAssistantPanel: string;
|
|
301
305
|
hideLayerPanel: string;
|
|
@@ -348,8 +352,12 @@ declare const _default: {
|
|
|
348
352
|
shareMapURL: string;
|
|
349
353
|
saveMap: string;
|
|
350
354
|
select: string;
|
|
355
|
+
point: string;
|
|
356
|
+
line: string;
|
|
351
357
|
polygon: string;
|
|
352
358
|
rectangle: string;
|
|
359
|
+
copyAll: string;
|
|
360
|
+
convertToLayer: string;
|
|
353
361
|
hide: string;
|
|
354
362
|
show: string;
|
|
355
363
|
};
|
|
@@ -357,6 +365,11 @@ declare const _default: {
|
|
|
357
365
|
filterLayer: string;
|
|
358
366
|
filterLayerDisabled: string;
|
|
359
367
|
copyGeometry: string;
|
|
368
|
+
editProperties: string;
|
|
369
|
+
propertyName: string;
|
|
370
|
+
propertyValue: string;
|
|
371
|
+
removeProperty: string;
|
|
372
|
+
polygonFilter: string;
|
|
360
373
|
noLayersToFilter: string;
|
|
361
374
|
};
|
|
362
375
|
exportVideoModal: {
|
|
@@ -293,7 +293,11 @@ declare const _default: {
|
|
|
293
293
|
showLegend: string;
|
|
294
294
|
disable3DMap: string;
|
|
295
295
|
DrawOnMap: string;
|
|
296
|
+
copyAllSketches: string;
|
|
297
|
+
convertToLayer: string;
|
|
296
298
|
selectLocale: string;
|
|
299
|
+
switchToLightTheme: string;
|
|
300
|
+
switchToDarkTheme: string;
|
|
297
301
|
showAiAssistantPanel: string;
|
|
298
302
|
hideAiAssistantPanel: string;
|
|
299
303
|
hideLayerPanel: string;
|
|
@@ -348,8 +352,12 @@ declare const _default: {
|
|
|
348
352
|
exportVideo: string;
|
|
349
353
|
saveMap: string;
|
|
350
354
|
select: string;
|
|
355
|
+
point: string;
|
|
356
|
+
line: string;
|
|
351
357
|
polygon: string;
|
|
352
358
|
rectangle: string;
|
|
359
|
+
copyAll: string;
|
|
360
|
+
convertToLayer: string;
|
|
353
361
|
hide: string;
|
|
354
362
|
show: string;
|
|
355
363
|
};
|
|
@@ -357,6 +365,11 @@ declare const _default: {
|
|
|
357
365
|
filterLayer: string;
|
|
358
366
|
filterLayerDisabled: string;
|
|
359
367
|
copyGeometry: string;
|
|
368
|
+
editProperties: string;
|
|
369
|
+
propertyName: string;
|
|
370
|
+
propertyValue: string;
|
|
371
|
+
removeProperty: string;
|
|
372
|
+
polygonFilter: string;
|
|
360
373
|
noLayersToFilter: string;
|
|
361
374
|
};
|
|
362
375
|
exportVideoModal: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.7",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/cjs/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"react": "^19.0.0",
|
|
32
|
-
"react-intl": "^
|
|
32
|
+
"react-intl": "^7.0.0",
|
|
33
33
|
"redux": "^5.0.0"
|
|
34
34
|
},
|
|
35
35
|
"nyc": {
|