@zgfe/modules-page 1.0.17-zhongyuan.4 → 1.0.17-zhongyuan.5

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.
@@ -264,7 +264,7 @@ var ModulesPage = function ModulesPage(props) {
264
264
  value: searchValue,
265
265
  onChange: onChange
266
266
  })),
267
- topRender: props.onClickWarn ? render : renderApp,
267
+ topRender: props.onClickWarn ? render : props.titleVisible && renderApp,
268
268
  collapseRef: selectRef
269
269
  }, /*#__PURE__*/React.createElement(Spin, {
270
270
  spinning: pageLoading
@@ -6,6 +6,7 @@ export declare namespace ModulesPageTypes {
6
6
  value?: Value;
7
7
  onClickWarn?: () => void;
8
8
  onChange?: (data: Value) => void;
9
+ titleVisible?: boolean;
9
10
  }
10
11
  interface Value extends SearchValue {
11
12
  time?: DatePickerTypes.Value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-page",
3
- "version": "1.0.17-zhongyuan.4",
3
+ "version": "1.0.17-zhongyuan.5",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -57,5 +57,5 @@
57
57
  "rc-virtual-list": "^3.14.2",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "8304a948a9d2af897f58b0184e8deb184cbccbb3"
60
+ "gitHead": "89433145fd9a8cfbc9e01b3f9669d2c9a347d6f0"
61
61
  }