@zgfe/business-lib 1.1.3-user.4 → 1.1.3-user.5

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.
@@ -40,8 +40,6 @@ var Text = function Text(props) {
40
40
  userTagsData = _useContext3.userTagsData;
41
41
 
42
42
  function render() {
43
- console.log('render:', condition);
44
-
45
43
  if (condition.labels) {
46
44
  return renderTags(condition);
47
45
  }
@@ -67,7 +67,6 @@ var BizUserCondition = function BizUserCondition(props) {
67
67
 
68
68
  var _useState5 = useState(function () {
69
69
  var list = [];
70
- console.log('defaultValue:', defaultValue);
71
70
 
72
71
  if (defaultValue) {
73
72
  var showTag = openTagCondition && (!menuNameMap || menuNameMap['userTags']);
@@ -95,7 +94,6 @@ var BizUserCondition = function BizUserCondition(props) {
95
94
  }
96
95
  }
97
96
 
98
- console.log('list:', list);
99
97
  return list;
100
98
  }),
101
99
  _useState6 = _slicedToArray(_useState5, 2),
@@ -245,7 +243,7 @@ var BizUserCondition = function BizUserCondition(props) {
245
243
  show: value.length < andConditionNum,
246
244
  label: "\u4E14",
247
245
  onAdd: onAdd
248
- }), openCdpCondition && (!menuNameMap || menuNameMap['dataset']) ? /*#__PURE__*/React.createElement("div", {
246
+ }), openCdpCondition && (!menuNameMap || menuNameMap['dataset']) && !props.textMode ? /*#__PURE__*/React.createElement("div", {
249
247
  className: "".concat(classPrefix, "-tip")
250
248
  }, ' ', /*#__PURE__*/React.createElement(IconFont, {
251
249
  type: "tishiicon"
@@ -50,8 +50,6 @@ var OrConditions = function OrConditions(props) {
50
50
  setShowList = _useState2[1];
51
51
 
52
52
  useEffect(function () {
53
- console.log('orConditions:', orConditions);
54
-
55
53
  if (orConditions) {
56
54
  initShowList();
57
55
  }
@@ -66,7 +64,6 @@ var OrConditions = function OrConditions(props) {
66
64
  };
67
65
  showList.push(item);
68
66
  });
69
- console.log('showList:', showList);
70
67
  setShowList(showList);
71
68
  }
72
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.3-user.4",
3
+ "version": "1.1.3-user.5",
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": "58ee1f5ee63caba06dbffd82bb3c5b841589230b"
63
+ "gitHead": "1b888d0444e2c696a154d470c31cff65321ad31a"
64
64
  }