@zgfe/business-lib 1.2.50-alpha.0 → 1.2.50-alpha.1

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.
@@ -169,7 +169,7 @@ var BizAddToPanel = function BizAddToPanel(props) {
169
169
  });
170
170
  }
171
171
  var showBox = function showBox(type, module) {
172
- if (module && module == 'whole') {
172
+ if (module && ['duration_avg', 'active', 'add', 'duration'].includes(module)) {
173
173
  var _props$params;
174
174
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Form.Item, {
175
175
  label: "\u663E\u793A",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.50-alpha.0",
3
+ "version": "1.2.50-alpha.1",
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": "5195d9785e2f396799ee6a84eec84ff09f013ea2",
58
+ "gitHead": "b68d2087298efade0f391fba51977ac4df0f148d",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }