ronds-metadata 1.3.75 → 1.3.76
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ import _Select from "antd/es/select";
|
|
9
9
|
import "antd/es/col/style";
|
10
10
|
import _Col from "antd/es/col";
|
11
11
|
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
12
|
-
import { tr } from '
|
12
|
+
import { tr } from '../../../../../framework/locale';
|
13
13
|
import React from 'react';
|
14
14
|
import { useGetDatasource } from './hooks';
|
15
15
|
import { PlusOutlined } from '@ant-design/icons';
|
@@ -153,7 +153,7 @@ var MapTable = function MapTable(props) {
|
|
153
153
|
width: '100%',
|
154
154
|
height: '100%'
|
155
155
|
}
|
156
|
-
},
|
156
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
157
157
|
style: {
|
158
158
|
width: '40%'
|
159
159
|
}
|
@@ -171,14 +171,14 @@ var MapTable = function MapTable(props) {
|
|
171
171
|
onMove: onSourceMove
|
172
172
|
})), /*#__PURE__*/React.createElement("div", {
|
173
173
|
style: {
|
174
|
-
marginTop: '40px'
|
174
|
+
marginTop: '40px',
|
175
|
+
marginLeft: '10px',
|
176
|
+
marginRight: '10px'
|
175
177
|
}
|
176
178
|
}, _toConsumableArray(Array(Math.min(tableDataSource === null || tableDataSource === void 0 ? void 0 : tableDataSource.length, tableDataTarget === null || tableDataTarget === void 0 ? void 0 : tableDataTarget.length))).map(function (_, index) {
|
177
179
|
return /*#__PURE__*/React.createElement("div", {
|
178
180
|
key: index,
|
179
181
|
style: {
|
180
|
-
marginLeft: '6px',
|
181
|
-
marginRight: '6px',
|
182
182
|
marginBottom: '-2px'
|
183
183
|
}
|
184
184
|
}, /*#__PURE__*/React.createElement(_Button, {
|