hrsass-components 2.5.2 → 2.5.4

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.
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
65
65
  var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
66
66
  var saveSvgAsPng = require('save-svg-as-png');
67
67
 
68
- var version = "2.5.2";
68
+ var version = "2.5.4";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -5349,6 +5349,7 @@ var TableToolbar = {
5349
5349
  name: item.controlType,
5350
5350
  code: item.codeType,
5351
5351
  tableName: item.codeType || "",
5352
+ extraAttrs: item.extraAttrs || {},
5352
5353
  placeholder: item.placeholder
5353
5354
  },
5354
5355
  on: {
@@ -9891,7 +9892,7 @@ var HrButton = {
9891
9892
 
9892
9893
  // import './style/index';
9893
9894
 
9894
- var COMPLIST = ['hr-button', 'a-popconfirm', 'a-popover', 'a-dropdown', 'hr-select-emps', 'hr-appendix'];
9895
+ var COMPLIST = ['hr-button', 'a-popconfirm', 'a-popover', 'a-dropdown', 'a-badge', 'hr-select-emps', 'hr-appendix'];
9895
9896
  var index$3 = {
9896
9897
  name: 'HrButtonList',
9897
9898
  props: initDefaultProps({
@@ -9915,6 +9916,7 @@ var index$3 = {
9915
9916
  count = _getOptionProps.count,
9916
9917
  trigger = _getOptionProps.trigger;
9917
9918
  var buttonList = $slots["default"] ? $slots["default"].filter(function (o) {
9919
+ if (o.tag === 'div') return true;
9918
9920
  if (o.componentOptions && COMPLIST.indexOf(o.componentOptions.tag) >= 0) {
9919
9921
  var directives = o.data.directives;
9920
9922
  if (directives) {