dtable-ui-component 6.0.41 → 6.0.42
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/lib/GeolocationEditor/mb-editor/map-editor/index.js +2 -2
- package/lib/GeolocationEditor/pc-editor/map-editor/index.js +2 -2
- package/lib/GeolocationEditor/pc-editor/map-editor/large-editor/index.js +2 -2
- package/lib/locales/de.json +2 -2
- package/lib/locales/en.json +2 -2
- package/lib/locales/es.json +2 -2
- package/lib/locales/fr.json +2 -2
- package/lib/locales/pt.json +2 -2
- package/lib/locales/ru.json +2 -2
- package/lib/locales/zh-CN.json +2 -2
- package/package.json +1 -1
|
@@ -382,7 +382,7 @@ class MapEditor extends _react.default.Component {
|
|
|
382
382
|
value: lat,
|
|
383
383
|
editable: isEdit,
|
|
384
384
|
onChange: this.handleLatitudeChange,
|
|
385
|
-
placeholder: (0, _lang.getLocale)('
|
|
385
|
+
placeholder: (0, _lang.getLocale)('Latitude')
|
|
386
386
|
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
387
387
|
className: "view-subtitle"
|
|
388
388
|
}, /*#__PURE__*/_react.default.createElement("span", null, (0, _lang.getLocale)('Longitude_abbr'))), /*#__PURE__*/_react.default.createElement(_InputItem.default, {
|
|
@@ -394,7 +394,7 @@ class MapEditor extends _react.default.Component {
|
|
|
394
394
|
value: lng,
|
|
395
395
|
editable: isEdit,
|
|
396
396
|
onChange: this.handleLongitudeChange,
|
|
397
|
-
placeholder: (0, _lang.getLocale)('
|
|
397
|
+
placeholder: (0, _lang.getLocale)('Longitude')
|
|
398
398
|
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
399
399
|
className: "dtable-ui-mobile-geolocation-map-editor-map"
|
|
400
400
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -444,7 +444,7 @@ class MapEditor extends _react.Component {
|
|
|
444
444
|
onChange: this.onChangeLatitude,
|
|
445
445
|
onKeyDown: this.onKeyDown,
|
|
446
446
|
className: "form-control",
|
|
447
|
-
placeholder: (0, _lang.getLocale)('
|
|
447
|
+
placeholder: (0, _lang.getLocale)('Latitude'),
|
|
448
448
|
autoFocus: true
|
|
449
449
|
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
450
450
|
className: "dtable-ui-geolocation-map-lng-lat-input-container map-lng-input-container"
|
|
@@ -456,7 +456,7 @@ class MapEditor extends _react.Component {
|
|
|
456
456
|
onChange: this.onChangeLongitude,
|
|
457
457
|
onKeyDown: this.onKeyDown,
|
|
458
458
|
className: "form-control",
|
|
459
|
-
placeholder: (0, _lang.getLocale)('
|
|
459
|
+
placeholder: (0, _lang.getLocale)('Longitude')
|
|
460
460
|
}))), /*#__PURE__*/_react.default.createElement("div", {
|
|
461
461
|
className: this.readOnly ? 'geolocation-map-read-only-container' : 'geolocation-map-container'
|
|
462
462
|
}, this.mapType && isLoading && /*#__PURE__*/_react.default.createElement(_Loading.default, null), !this.mapType && /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -441,7 +441,7 @@ class LargeMapEditorDialog extends _react.default.Component {
|
|
|
441
441
|
onChange: this.onChangeLatitude,
|
|
442
442
|
onKeyDown: this.onKeyDown,
|
|
443
443
|
className: "form-control",
|
|
444
|
-
placeholder: (0, _lang.getLocale)('
|
|
444
|
+
placeholder: (0, _lang.getLocale)('Latitude'),
|
|
445
445
|
autoFocus: true
|
|
446
446
|
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
447
447
|
className: "dtable-ui-geolocation-map-lng-lat-input-container dtable-ui-geolocation-map-lng-input-container"
|
|
@@ -453,7 +453,7 @@ class LargeMapEditorDialog extends _react.default.Component {
|
|
|
453
453
|
onChange: this.onChangeLongitude,
|
|
454
454
|
onKeyDown: this.onKeyDown,
|
|
455
455
|
className: "form-control",
|
|
456
|
-
placeholder: (0, _lang.getLocale)('
|
|
456
|
+
placeholder: (0, _lang.getLocale)('Longitude')
|
|
457
457
|
}))), /*#__PURE__*/_react.default.createElement("div", {
|
|
458
458
|
className: this.readOnly ? 'geolocation-map-read-only-container' : 'geolocation-map-container-large'
|
|
459
459
|
}, this.mapType && isLoading && /*#__PURE__*/_react.default.createElement(_Loading.default, null), !this.mapType && /*#__PURE__*/_react.default.createElement("div", {
|
package/lib/locales/de.json
CHANGED
package/lib/locales/en.json
CHANGED
package/lib/locales/es.json
CHANGED
package/lib/locales/fr.json
CHANGED
package/lib/locales/pt.json
CHANGED
package/lib/locales/ru.json
CHANGED
package/lib/locales/zh-CN.json
CHANGED