@kepler.gl/localization 3.3.0-alpha.10 → 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/translations/ca.js +11 -6
- package/dist/cjs/translations/cn.js +11 -6
- package/dist/cjs/translations/en.js +11 -6
- package/dist/cjs/translations/es.js +11 -6
- package/dist/cjs/translations/fi.js +11 -6
- package/dist/cjs/translations/ja.js +11 -6
- package/dist/cjs/translations/pt.js +11 -6
- package/dist/cjs/translations/ru.js +11 -6
- package/dist/esm/translations/ca.js +11 -6
- package/dist/esm/translations/cn.js +11 -6
- package/dist/esm/translations/en.js +11 -6
- package/dist/esm/translations/es.js +11 -6
- package/dist/esm/translations/fi.js +11 -6
- package/dist/esm/translations/ja.js +11 -6
- package/dist/esm/translations/pt.js +11 -6
- package/dist/esm/translations/ru.js +11 -6
- package/dist/translations/ca.d.ts +5 -0
- package/dist/translations/cn.d.ts +5 -0
- package/dist/translations/en.d.ts +5 -0
- package/dist/translations/es.d.ts +5 -0
- package/dist/translations/fi.d.ts +5 -0
- package/dist/translations/ja.d.ts +5 -0
- package/dist/translations/pt.d.ts +5 -0
- package/dist/translations/ru.d.ts +5 -0
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -232,6 +233,8 @@ declare const _default: {
|
|
|
232
233
|
type: string;
|
|
233
234
|
lineWidth: string;
|
|
234
235
|
color: string;
|
|
236
|
+
textSide: string;
|
|
237
|
+
textPlacement: string;
|
|
235
238
|
};
|
|
236
239
|
effectDescription: {
|
|
237
240
|
lightAndShadow: string;
|
|
@@ -265,6 +268,8 @@ declare const _default: {
|
|
|
265
268
|
timeLayerSync: string;
|
|
266
269
|
timeLayerUnsync: string;
|
|
267
270
|
column: string;
|
|
271
|
+
timeIntervalEndField: string;
|
|
272
|
+
timeIntervalEndFieldHint: string;
|
|
268
273
|
};
|
|
269
274
|
datasetTitle: {
|
|
270
275
|
showDataTable: 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;
|
|
@@ -232,6 +233,8 @@ declare const _default: {
|
|
|
232
233
|
type: string;
|
|
233
234
|
lineWidth: string;
|
|
234
235
|
color: string;
|
|
236
|
+
textSide: string;
|
|
237
|
+
textPlacement: string;
|
|
235
238
|
};
|
|
236
239
|
effectDescription: {
|
|
237
240
|
lightAndShadow: string;
|
|
@@ -265,6 +268,8 @@ declare const _default: {
|
|
|
265
268
|
timeLayerSync: string;
|
|
266
269
|
timeLayerUnsync: string;
|
|
267
270
|
column: string;
|
|
271
|
+
timeIntervalEndField: string;
|
|
272
|
+
timeIntervalEndFieldHint: string;
|
|
268
273
|
};
|
|
269
274
|
datasetTitle: {
|
|
270
275
|
showDataTable: 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.11",
|
|
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",
|