hrsass-components 2.1.9 → 2.2.0

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.1.9";
68
+ var version = "2.2.0";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -3999,7 +3999,6 @@ var HrSelectEmp = {
3999
3999
  return h("a-auto-complete", {
4000
4000
  props: props,
4001
4001
  on: _objectSpread$7(_objectSpread$7({}, this.$listeners), {}, {
4002
- //
4003
4002
  search: function search(val) {
4004
4003
  return _this4.handleSearch(val);
4005
4004
  },
@@ -4313,6 +4312,9 @@ var HrDynamic = {
4313
4312
  //清空
4314
4313
  _this.$emit("search", e);
4315
4314
  }
4315
+ },
4316
+ blur: function blur(e) {
4317
+ _this.$emit("blur", e.target.value, _this);
4316
4318
  }
4317
4319
  }
4318
4320
  }, [isEncrypt && h(antDesignVue.Icon, {