ronds-metadata 1.0.93 → 1.0.94

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.
@@ -14,7 +14,7 @@ import _Input from "antd/es/input";
14
14
  /*
15
15
  * @Author: wangxian
16
16
  * @Date: 2021-09-18 14:15:04
17
- * @LastEditTime: 2022-05-16 09:24:21
17
+ * @LastEditTime: 2022-05-17 08:53:22
18
18
  */
19
19
  import React from 'react';
20
20
  import { UploadOutlined } from '@ant-design/icons';
@@ -181,7 +181,7 @@ function Index(props) {
181
181
  border: '1px solid var(--ronds-metadata-color-border-1)',
182
182
  width: '100%',
183
183
  borderRadius: '4px',
184
- display: "".concat(isFold ? 'none' : 'block')
184
+ display: "".concat(formContext.isFoldForm && isFold ? 'none' : 'block')
185
185
  }
186
186
  }, /*#__PURE__*/React.createElement(MetadataRefContext.Provider, {
187
187
  value: {
@@ -0,0 +1,2 @@
1
+ declare const RzGraph: () => JSX.Element;
2
+ export default RzGraph;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+
3
+ var RzGraph = function RzGraph() {
4
+ return /*#__PURE__*/React.createElement(React.Fragment, null);
5
+ };
6
+
7
+ export default RzGraph;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.0.93",
4
+ "version": "1.0.94",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",