ronds-metadata 1.3.60 → 1.3.61
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,12 +11,13 @@ import _Select from "antd/es/select";
|
|
11
11
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
12
12
|
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
13
13
|
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
14
|
-
import { tr } from '
|
14
|
+
import { tr } from 'ronds-metadata/src/framework/locale/index';
|
15
15
|
import { LinkOutlined, UploadOutlined, PlusOutlined } from '@ant-design/icons';
|
16
16
|
import React from 'react';
|
17
|
-
import Editable from '
|
17
|
+
import Editable from 'ronds-metadata/src/comps/Editable';
|
18
18
|
var SourceConfig = function SourceConfig(props) {
|
19
|
-
var configType = props.configType
|
19
|
+
var configType = props.configType,
|
20
|
+
http = props.http;
|
20
21
|
var isTarget = configType === 'target';
|
21
22
|
var isSource = configType === 'source';
|
22
23
|
var sourceOpts = isTarget ? [{
|