@kepler.gl/localization 3.3.0-alpha.8 → 3.3.0-alpha.9
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 +27 -10
- package/dist/cjs/translations/cn.js +20 -3
- package/dist/cjs/translations/en.js +20 -3
- package/dist/cjs/translations/es.js +20 -3
- package/dist/cjs/translations/fi.js +20 -3
- package/dist/cjs/translations/ja.js +20 -3
- package/dist/cjs/translations/pt.js +20 -3
- package/dist/cjs/translations/ru.js +20 -3
- package/dist/esm/translations/ca.js +27 -10
- package/dist/esm/translations/cn.js +20 -3
- package/dist/esm/translations/en.js +20 -3
- package/dist/esm/translations/es.js +20 -3
- package/dist/esm/translations/fi.js +20 -3
- package/dist/esm/translations/ja.js +20 -3
- package/dist/esm/translations/pt.js +20 -3
- package/dist/esm/translations/ru.js +20 -3
- package/dist/translations/ca.d.ts +17 -0
- package/dist/translations/cn.d.ts +17 -0
- package/dist/translations/en.d.ts +17 -0
- package/dist/translations/es.d.ts +17 -0
- package/dist/translations/fi.d.ts +17 -0
- package/dist/translations/ja.d.ts +17 -0
- package/dist/translations/pt.d.ts +17 -0
- package/dist/translations/ru.d.ts +17 -0
- package/package.json +1 -1
|
@@ -96,6 +96,8 @@ declare const _default: {
|
|
|
96
96
|
layer: string;
|
|
97
97
|
appearance: string;
|
|
98
98
|
uniqueIdField: string;
|
|
99
|
+
hideNulls: string;
|
|
100
|
+
hideNullsDescription: string;
|
|
99
101
|
type: {
|
|
100
102
|
point: string;
|
|
101
103
|
arc: string;
|
|
@@ -111,6 +113,7 @@ declare const _default: {
|
|
|
111
113
|
hexagonid: string;
|
|
112
114
|
trip: string;
|
|
113
115
|
s2: string;
|
|
116
|
+
geohash: string;
|
|
114
117
|
'3d': string;
|
|
115
118
|
flow: string;
|
|
116
119
|
vectortile: string;
|
|
@@ -265,6 +268,16 @@ declare const _default: {
|
|
|
265
268
|
datasetTitle: {
|
|
266
269
|
showDataTable: string;
|
|
267
270
|
removeDataset: string;
|
|
271
|
+
refreshDataset: string;
|
|
272
|
+
refreshFailed: string;
|
|
273
|
+
refreshSettings: string;
|
|
274
|
+
refreshOff: string;
|
|
275
|
+
refresh10s: string;
|
|
276
|
+
refresh15s: string;
|
|
277
|
+
refresh1m: string;
|
|
278
|
+
refresh5m: string;
|
|
279
|
+
refresh15m: string;
|
|
280
|
+
refreshCustom: string;
|
|
268
281
|
};
|
|
269
282
|
datasetInfo: {
|
|
270
283
|
rowCount: string;
|
|
@@ -273,6 +286,10 @@ declare const _default: {
|
|
|
273
286
|
wmsTile: string;
|
|
274
287
|
tile3d: string;
|
|
275
288
|
remoteFile: string;
|
|
289
|
+
refreshInterval: string;
|
|
290
|
+
refreshCustomSeconds: string;
|
|
291
|
+
refreshing: string;
|
|
292
|
+
refreshingPercent: string;
|
|
276
293
|
};
|
|
277
294
|
tooltip: {
|
|
278
295
|
hideLayer: string;
|
|
@@ -97,6 +97,8 @@ declare const _default: {
|
|
|
97
97
|
layer: string;
|
|
98
98
|
appearance: string;
|
|
99
99
|
uniqueIdField: string;
|
|
100
|
+
hideNulls: string;
|
|
101
|
+
hideNullsDescription: string;
|
|
100
102
|
type: {
|
|
101
103
|
point: string;
|
|
102
104
|
arc: string;
|
|
@@ -112,6 +114,7 @@ declare const _default: {
|
|
|
112
114
|
hexagonid: string;
|
|
113
115
|
trip: string;
|
|
114
116
|
s2: string;
|
|
117
|
+
geohash: string;
|
|
115
118
|
'3d': string;
|
|
116
119
|
flow: string;
|
|
117
120
|
vectortile: string;
|
|
@@ -266,6 +269,16 @@ declare const _default: {
|
|
|
266
269
|
datasetTitle: {
|
|
267
270
|
showDataTable: string;
|
|
268
271
|
removeDataset: string;
|
|
272
|
+
refreshDataset: string;
|
|
273
|
+
refreshFailed: string;
|
|
274
|
+
refreshSettings: string;
|
|
275
|
+
refreshOff: string;
|
|
276
|
+
refresh10s: string;
|
|
277
|
+
refresh15s: string;
|
|
278
|
+
refresh1m: string;
|
|
279
|
+
refresh5m: string;
|
|
280
|
+
refresh15m: string;
|
|
281
|
+
refreshCustom: string;
|
|
269
282
|
};
|
|
270
283
|
datasetInfo: {
|
|
271
284
|
rowCount: string;
|
|
@@ -274,6 +287,10 @@ declare const _default: {
|
|
|
274
287
|
wmsTile: string;
|
|
275
288
|
tile3d: string;
|
|
276
289
|
remoteFile: string;
|
|
290
|
+
refreshInterval: string;
|
|
291
|
+
refreshCustomSeconds: string;
|
|
292
|
+
refreshing: string;
|
|
293
|
+
refreshingPercent: string;
|
|
277
294
|
};
|
|
278
295
|
tooltip: {
|
|
279
296
|
hideLayer: string;
|
|
@@ -97,6 +97,8 @@ declare const _default: {
|
|
|
97
97
|
layer: string;
|
|
98
98
|
appearance: string;
|
|
99
99
|
uniqueIdField: string;
|
|
100
|
+
hideNulls: string;
|
|
101
|
+
hideNullsDescription: string;
|
|
100
102
|
type: {
|
|
101
103
|
point: string;
|
|
102
104
|
arc: string;
|
|
@@ -112,6 +114,7 @@ declare const _default: {
|
|
|
112
114
|
hexagonid: string;
|
|
113
115
|
trip: string;
|
|
114
116
|
s2: string;
|
|
117
|
+
geohash: string;
|
|
115
118
|
'3d': string;
|
|
116
119
|
flow: string;
|
|
117
120
|
vectortile: string;
|
|
@@ -266,6 +269,16 @@ declare const _default: {
|
|
|
266
269
|
datasetTitle: {
|
|
267
270
|
showDataTable: string;
|
|
268
271
|
removeDataset: string;
|
|
272
|
+
refreshDataset: string;
|
|
273
|
+
refreshFailed: string;
|
|
274
|
+
refreshSettings: string;
|
|
275
|
+
refreshOff: string;
|
|
276
|
+
refresh10s: string;
|
|
277
|
+
refresh15s: string;
|
|
278
|
+
refresh1m: string;
|
|
279
|
+
refresh5m: string;
|
|
280
|
+
refresh15m: string;
|
|
281
|
+
refreshCustom: string;
|
|
269
282
|
};
|
|
270
283
|
datasetInfo: {
|
|
271
284
|
rowCount: string;
|
|
@@ -274,6 +287,10 @@ declare const _default: {
|
|
|
274
287
|
wmsTile: string;
|
|
275
288
|
tile3d: string;
|
|
276
289
|
remoteFile: string;
|
|
290
|
+
refreshInterval: string;
|
|
291
|
+
refreshCustomSeconds: string;
|
|
292
|
+
refreshing: string;
|
|
293
|
+
refreshingPercent: string;
|
|
277
294
|
};
|
|
278
295
|
tooltip: {
|
|
279
296
|
hideLayer: string;
|
|
@@ -97,6 +97,8 @@ declare const _default: {
|
|
|
97
97
|
layer: string;
|
|
98
98
|
appearance: string;
|
|
99
99
|
uniqueIdField: string;
|
|
100
|
+
hideNulls: string;
|
|
101
|
+
hideNullsDescription: string;
|
|
100
102
|
type: {
|
|
101
103
|
point: string;
|
|
102
104
|
arc: string;
|
|
@@ -112,6 +114,7 @@ declare const _default: {
|
|
|
112
114
|
hexagonid: string;
|
|
113
115
|
trip: string;
|
|
114
116
|
s2: string;
|
|
117
|
+
geohash: string;
|
|
115
118
|
'3d': string;
|
|
116
119
|
flow: string;
|
|
117
120
|
vectortile: string;
|
|
@@ -266,6 +269,16 @@ declare const _default: {
|
|
|
266
269
|
datasetTitle: {
|
|
267
270
|
showDataTable: string;
|
|
268
271
|
removeDataset: string;
|
|
272
|
+
refreshDataset: string;
|
|
273
|
+
refreshFailed: string;
|
|
274
|
+
refreshSettings: string;
|
|
275
|
+
refreshOff: string;
|
|
276
|
+
refresh10s: string;
|
|
277
|
+
refresh15s: string;
|
|
278
|
+
refresh1m: string;
|
|
279
|
+
refresh5m: string;
|
|
280
|
+
refresh15m: string;
|
|
281
|
+
refreshCustom: string;
|
|
269
282
|
};
|
|
270
283
|
datasetInfo: {
|
|
271
284
|
rowCount: string;
|
|
@@ -274,6 +287,10 @@ declare const _default: {
|
|
|
274
287
|
wmsTile: string;
|
|
275
288
|
tile3d: string;
|
|
276
289
|
remoteFile: string;
|
|
290
|
+
refreshInterval: string;
|
|
291
|
+
refreshCustomSeconds: string;
|
|
292
|
+
refreshing: string;
|
|
293
|
+
refreshingPercent: string;
|
|
277
294
|
};
|
|
278
295
|
tooltip: {
|
|
279
296
|
hideLayer: string;
|
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.9",
|
|
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",
|