hrsass-components 2.0.6 → 2.0.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.
- package/lib/hrsass-components.js +7 -2
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +20984 -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.0.
|
|
68
|
+
var version = "2.0.8";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -4368,6 +4368,7 @@ var HrDynamic = {
|
|
|
4368
4368
|
}
|
|
4369
4369
|
}), name === "DATERANGE" && h(antDesignVue.DatePicker.RangePicker, {
|
|
4370
4370
|
attrs: _objectSpread$9({
|
|
4371
|
+
value: value,
|
|
4371
4372
|
ranges: {
|
|
4372
4373
|
今天: [moment__default(), moment__default()],
|
|
4373
4374
|
当前月: [moment__default(), moment__default().endOf("month")],
|
|
@@ -4896,7 +4897,11 @@ var TableToolbar = {
|
|
|
4896
4897
|
reset: function reset(dataVal, slots) {
|
|
4897
4898
|
var _this3 = this;
|
|
4898
4899
|
dataVal.map(function (item) {
|
|
4899
|
-
|
|
4900
|
+
if (item.controlType === 'DATERANGE') {
|
|
4901
|
+
_this3.$set(item, "value", ['', '']);
|
|
4902
|
+
} else {
|
|
4903
|
+
_this3.$set(item, "value", undefined);
|
|
4904
|
+
}
|
|
4900
4905
|
});
|
|
4901
4906
|
slots["default"] && this.$emit("reset");
|
|
4902
4907
|
this.$nextTick(function () {
|