@zgfe/business-lib 1.2.50-alpha.6 → 1.2.50-alpha.7

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.
@@ -176,7 +176,7 @@ var BizAddToPanel = function BizAddToPanel(props) {
176
176
  return RegExp(item.value, 'g').test(type);
177
177
  })) === null || _props$styleOptions$f === void 0 ? void 0 : _props$styleOptions$f.optionList;
178
178
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Form.Item, {
179
- label: "\u663E\u793A",
179
+ label: "\u9644\u52A0",
180
180
  name: "extendTarget",
181
181
  colon: false,
182
182
  rules: [{
@@ -186,7 +186,7 @@ var BizAddToPanel = function BizAddToPanel(props) {
186
186
  }, /*#__PURE__*/React.createElement(WholeChart, {
187
187
  options: options
188
188
  })), ((_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, {
189
- label: " ",
189
+ label: "\xA0\xA0",
190
190
  name: "showList",
191
191
  colon: false,
192
192
  rules: [{
@@ -194,7 +194,8 @@ var BizAddToPanel = function BizAddToPanel(props) {
194
194
  message: '请选择显示'
195
195
  }]
196
196
  }, /*#__PURE__*/React.createElement(RadioGroup, {
197
- options: props.showOptions
197
+ options: props.showOptions,
198
+ value: "dynamic"
198
199
  })));
199
200
  }
200
201
  if (type && type.indexOf('number') !== -1) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.50-alpha.6",
3
+ "version": "1.2.50-alpha.7",
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": "7fd6d4396ad5a616914305fe6b2f18dcc1ac37c7",
58
+ "gitHead": "9889caa55e2ecae92c9f1316725eb0d6e82f0fd3",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }