hrsass-components 1.7.29 → 1.7.31
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 +6 -3
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +53229 -43101
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 = "1.7.
|
|
68
|
+
var version = "1.7.31";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -4687,10 +4687,13 @@ var HrDynamic = {
|
|
|
4687
4687
|
format: "YYYY"
|
|
4688
4688
|
},
|
|
4689
4689
|
on: {
|
|
4690
|
+
"change": function change(date) {
|
|
4691
|
+
_this.$emit('change', date && date.format('YYYY'));
|
|
4692
|
+
},
|
|
4690
4693
|
"panelChange": function panelChange(date) {
|
|
4691
4694
|
_this.$refs.yearPicker.$refs.picker.$children[0].setOpen(false);
|
|
4692
4695
|
|
|
4693
|
-
_this.$emit('change', date.format('YYYY'));
|
|
4696
|
+
_this.$emit('change', date && date.format('YYYY'));
|
|
4694
4697
|
}
|
|
4695
4698
|
}
|
|
4696
4699
|
}), name === 'MONTH' && h(antDesignVue.DatePicker, {
|
|
@@ -4708,7 +4711,7 @@ var HrDynamic = {
|
|
|
4708
4711
|
"panelChange": function panelChange(date) {
|
|
4709
4712
|
_this.$refs.monthPicker.$refs.picker.$children[0].setOpen(false);
|
|
4710
4713
|
|
|
4711
|
-
_this.$emit('change', date.format('MM'));
|
|
4714
|
+
_this.$emit('change', date && date.format('MM'));
|
|
4712
4715
|
}
|
|
4713
4716
|
}
|
|
4714
4717
|
}), name === 'CONSTANT' && h(HrConstantCode, {
|