@lingxiteam/ebe-utils 0.1.23 → 0.1.24

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.
package/es/constants.js CHANGED
@@ -140,9 +140,11 @@ var componentsRule = {
140
140
  var diffraction = _ref11.diffraction;
141
141
  var value = diffraction === null || diffraction === void 0 ? void 0 : diffraction({
142
142
  props: {
143
- tableTitle: function tableTitle(value) {
144
- return value.showHead !== false;
145
- },
143
+ // 应该保留,用户可以手动改 showHead 显示隐藏
144
+ // tableTitle: (value: { showHead: boolean }) => {
145
+ // // 这里的条件不对,应该是 为 showHead false 才过滤
146
+ // return value.showHead !== false;
147
+ // },
146
148
  showHead: false,
147
149
  showSizeChanger: false,
148
150
  showQuickJumper: false,
@@ -111,7 +111,7 @@ const Layout: LingXiFC<LayoutProps> = (props) => {
111
111
  </div>
112
112
  );
113
113
  }
114
- return null;
114
+ return children;
115
115
  }, [children, layoutOptions]);
116
116
 
117
117
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/ebe-utils",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -19,7 +19,7 @@
19
19
  "@babel/types": "^7.12.12",
20
20
  "cac": "^6.7.14",
21
21
  "fs-extra": "9.x",
22
- "@lingxiteam/ebe": "0.1.23"
22
+ "@lingxiteam/ebe": "0.1.24"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"