hrsass-components 2.5.2 → 2.5.3
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/lib/hrsass-components.js +3 -2
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +10500 -0
package/lib/hrsass-components.js
CHANGED
|
@@ -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.
|
|
68
|
+
var version = "2.5.3";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -9891,7 +9891,7 @@ var HrButton = {
|
|
|
9891
9891
|
|
|
9892
9892
|
// import './style/index';
|
|
9893
9893
|
|
|
9894
|
-
var COMPLIST = ['hr-button', 'a-popconfirm', 'a-popover', 'a-dropdown', 'hr-select-emps', 'hr-appendix'];
|
|
9894
|
+
var COMPLIST = ['hr-button', 'a-popconfirm', 'a-popover', 'a-dropdown', 'a-badge', 'hr-select-emps', 'hr-appendix'];
|
|
9895
9895
|
var index$3 = {
|
|
9896
9896
|
name: 'HrButtonList',
|
|
9897
9897
|
props: initDefaultProps({
|
|
@@ -9915,6 +9915,7 @@ var index$3 = {
|
|
|
9915
9915
|
count = _getOptionProps.count,
|
|
9916
9916
|
trigger = _getOptionProps.trigger;
|
|
9917
9917
|
var buttonList = $slots["default"] ? $slots["default"].filter(function (o) {
|
|
9918
|
+
if (o.tag === 'div') return true;
|
|
9918
9919
|
if (o.componentOptions && COMPLIST.indexOf(o.componentOptions.tag) >= 0) {
|
|
9919
9920
|
var directives = o.data.directives;
|
|
9920
9921
|
if (directives) {
|