hrsass-components 2.1.9 → 2.2.1

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.1";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -3495,7 +3495,7 @@ var HrAppendix = {
3495
3495
  url: "".concat(_this3.fileUrl).concat(fileId)
3496
3496
  };
3497
3497
  if (_this3.listType !== "text") {
3498
- fileObj.type = "image";
3498
+ fileObj.type = "image/";
3499
3499
  }
3500
3500
  return fileObj;
3501
3501
  });
@@ -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, {
@@ -14514,7 +14516,7 @@ var index$h = {
14514
14516
  url: "".concat(_this3.fileUrl).concat(fileId)
14515
14517
  };
14516
14518
  if (_this3.listType !== "text") {
14517
- fileObj.type = "image";
14519
+ fileObj.type = "image/";
14518
14520
  }
14519
14521
  return fileObj;
14520
14522
  });