@zgfe/business-lib 1.1.7-dmd2.6 → 1.1.7-dmd2.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.
@@ -149,7 +149,6 @@ var AttrListPanel = function AttrListPanel(props) {
149
149
  disableItemlist === null || disableItemlist === void 0 ? void 0 : disableItemlist.forEach(function (item) {
150
150
  if (item.key === option.key) disabled = true;
151
151
  });
152
- console.log('option111', option);
153
152
 
154
153
  if (option.isHidden != 1) {
155
154
  childList.push( /*#__PURE__*/React.createElement(Option, {
@@ -8,7 +8,6 @@ var Option = function Option(props) {
8
8
  group = props.group,
9
9
  checked = props.checked,
10
10
  disabled = props.disabled;
11
- console.log('option222', option);
12
11
  var classPrefix = 'biz-attr-select';
13
12
 
14
13
  function onClick() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.7-dmd2.6",
3
+ "version": "1.1.7-dmd2.7",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -60,5 +60,5 @@
60
60
  "react": "^16.12.0 || ^17.0.0",
61
61
  "yorkie": "^2.0.0"
62
62
  },
63
- "gitHead": "b6e53f7fd0d875f591958279ccc02c88f3d39353"
63
+ "gitHead": "a74dec3f141cdea10c82e3868f03a7143c4c5e04"
64
64
  }