bk-magic-vue 2.5.3-beta.6 → 2.5.3-beta.8

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.
@@ -28371,7 +28371,7 @@
28371
28371
  interactive: true,
28372
28372
  boundary: 'window',
28373
28373
  content: '',
28374
- allowHTML: false,
28374
+ allowHTML: true,
28375
28375
  extCls: ''
28376
28376
  };
28377
28377
  var validPlacements$2 = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start'];
@@ -41480,8 +41480,10 @@
41480
41480
  setHeaderStyle: function setHeaderStyle() {
41481
41481
  var _this4 = this;
41482
41482
  this.$nextTick(function () {
41483
- _this4.$refs.bkTable.style.setProperty('--customHeaderColor', _this4.customHeaderColor);
41484
- _this4.$refs.bkTable.style.setProperty('--customHeaderColorHover', _this4.customHeaderColorHover);
41483
+ if (_this4.$refs.bkTable) {
41484
+ _this4.$refs.bkTable.style.setProperty('--customHeaderColor', _this4.customHeaderColor);
41485
+ _this4.$refs.bkTable.style.setProperty('--customHeaderColorHover', _this4.customHeaderColorHover);
41486
+ }
41485
41487
  });
41486
41488
  },
41487
41489
  setCurrentRow: function setCurrentRow(row) {