cloud-business 0.1.124-3 → 0.1.124-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.
package/cloud-business.js CHANGED
@@ -14512,7 +14512,11 @@
14512
14512
  }, /*#__PURE__*/React__default['default'].createElement("div", {
14513
14513
  className: classnames("".concat(prefixCls, "-black-selector"))
14514
14514
  }, /*#__PURE__*/React__default['default'].createElement(cloudReact.Tips, {
14515
- msg: TIPS_CONFIGS[type].tips
14515
+ msg: (option === null || option === void 0 ? void 0 : option.tips) ? /*#__PURE__*/React__default['default'].createElement("span", {
14516
+ dangerouslySetInnerHTML: {
14517
+ __html: option === null || option === void 0 ? void 0 : option.tips
14518
+ }
14519
+ }) : TIPS_CONFIGS[type].tips
14516
14520
  }), /*#__PURE__*/React__default['default'].createElement(TableComponent, {
14517
14521
  onSelectedData: this.onSelectedData,
14518
14522
  showTypes: option.showTypes,
@@ -14536,7 +14540,8 @@
14536
14540
  selectedList: propTypes.array,
14537
14541
  showTypes: propTypes.array,
14538
14542
  isReadOnly: propTypes.bool,
14539
- isCheckAll: propTypes.bool
14543
+ isCheckAll: propTypes.bool,
14544
+ tips: propTypes.string
14540
14545
  }),
14541
14546
  onClose: propTypes.func,
14542
14547
  onCancel: propTypes.func,
@@ -14552,7 +14557,8 @@
14552
14557
  showTypes: TYPE_LIST_CONFIGS.black.map(function (item) {
14553
14558
  return item.value;
14554
14559
  }),
14555
- isCheckAll: true
14560
+ isCheckAll: true,
14561
+ tips: ''
14556
14562
  },
14557
14563
  type: 'black',
14558
14564
  // black: 黑名单 red:红名单
@@ -146429,7 +146435,7 @@
146429
146435
  }
146430
146436
  // 检验当前运行环境
146431
146437
  if (typeof window === 'undefined') {
146432
- console.warn('cloud-business@0.1.124-3 仅支持在浏览器环境进行使用!');
146438
+ console.warn('cloud-business@0.1.124-5 仅支持在浏览器环境进行使用!');
146433
146439
  }
146434
146440
  var bodys = document.getElementsByTagName('body')[0];
146435
146441
  var colors = [1, 2, 3, 4, 5, 6, 7];
@@ -146439,7 +146445,7 @@
146439
146445
  bodys.style.setProperty("--shuyunBlue".concat(i$2 + 1), color);
146440
146446
  }
146441
146447
  }
146442
- var version = '0.1.124-3';
146448
+ var version = '0.1.124-5';
146443
146449
 
146444
146450
  exports.AreaSelector = AreaSelector;
146445
146451
  exports.AreaSelectorNew = AreaSelector$1;