@zgfe/business-lib 1.2.50-alpha.8 → 1.2.50-alpha.9

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.
@@ -187,7 +187,7 @@ var BizAddToPanel = function BizAddToPanel(props) {
187
187
  }, /*#__PURE__*/React.createElement(WholeChart, {
188
188
  options: options
189
189
  })), ((_props$params = props.params) === null || _props$params === void 0 ? void 0 : _props$params.dimension) && !RegExp('grid|map', 'g').test(type) && /*#__PURE__*/React.createElement(Form.Item, {
190
- label: "\xA0\xA0\xA0\xA0",
190
+ label: "\xA0\xA0\xA0\xA0\xA0\xA0\xA0\xA0",
191
191
  name: "showList",
192
192
  colon: false,
193
193
  rules: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.50-alpha.8",
3
+ "version": "1.2.50-alpha.9",
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": "2b8a00c4172697b083323a6f4e398200967c6d73",
58
+ "gitHead": "3b17306b62f2a26b7c47f3df0e2c2e2916efac7c",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }