@zgfe/business-lib 1.2.50-alpha.3 → 1.2.50-alpha.4

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.
@@ -184,7 +184,7 @@ var BizAddToPanel = function BizAddToPanel(props) {
184
184
  options: (_props$styleOptions = props.styleOptions) === null || _props$styleOptions === void 0 ? void 0 : (_props$styleOptions$f = _props$styleOptions.find(function (item) {
185
185
  return item.value == type;
186
186
  })) === null || _props$styleOptions$f === void 0 ? void 0 : _props$styleOptions$f.optionList
187
- })), ((_props$params = props.params) === null || _props$params === void 0 ? void 0 : _props$params.dimension) && /*#__PURE__*/React.createElement(Form.Item, {
187
+ })), ((_props$params = props.params) === null || _props$params === void 0 ? void 0 : _props$params.dimension) && !/grid/g.test(type) && /*#__PURE__*/React.createElement(Form.Item, {
188
188
  label: "",
189
189
  name: "showList",
190
190
  colon: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.50-alpha.3",
3
+ "version": "1.2.50-alpha.4",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "react": "^16.12.0 || ^17.0.0",
56
56
  "yorkie": "^2.0.0"
57
57
  },
58
- "gitHead": "9948fcd9232fe14e9eb2337390350275ca6428a2",
58
+ "gitHead": "51a2d87eb19ed067a6c4866bd06f66e7de5768cb",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }