ronds-metadata 1.0.91 → 1.0.93
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.
@@ -252,6 +252,10 @@ var MetaPropsEdit = function MetaPropsEdit(props) {
|
|
252
252
|
width: '180px'
|
253
253
|
},
|
254
254
|
options: metaType || [],
|
255
|
+
showSearch: true,
|
256
|
+
filterOption: function filterOption(input, option) {
|
257
|
+
return (option === null || option === void 0 ? void 0 : option.label.indexOf(input)) >= 0;
|
258
|
+
},
|
255
259
|
getPopupContainer: function getPopupContainer(triggerNode) {
|
256
260
|
return triggerNode.parentNode;
|
257
261
|
}
|
@@ -8,7 +8,7 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
8
8
|
/*
|
9
9
|
* @Author: wangxian
|
10
10
|
* @Date: 2021-09-18 14:15:04
|
11
|
-
* @LastEditTime: 2022-05-
|
11
|
+
* @LastEditTime: 2022-05-16 17:20:54
|
12
12
|
*/
|
13
13
|
import React from 'react';
|
14
14
|
import { MinusCircleOutlined, PlusOutlined } from '@ant-design/icons';
|
@@ -55,7 +55,7 @@ function Index(props) {
|
|
55
55
|
setHelp(arr[arr.length - 1]);
|
56
56
|
}
|
57
57
|
}, [items]);
|
58
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
58
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, !(extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.titleHidden) && /*#__PURE__*/React.createElement("div", {
|
59
59
|
style: {
|
60
60
|
position: 'relative',
|
61
61
|
width: '100%'
|