hrsass-components 1.7.47 → 1.7.48

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 = "1.7.47";
68
+ var version = "1.7.48";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -4037,6 +4037,7 @@ var HrDynamic = {
4037
4037
  size: VuePropTypes.string,
4038
4038
  rows: VuePropTypes.number,
4039
4039
  disabled: VuePropTypes.bool,
4040
+ imageSize: VuePropTypes.string,
4040
4041
  readOnly: VuePropTypes.bool,
4041
4042
  allowClear: VuePropTypes.bool,
4042
4043
  multiple: VuePropTypes.bool,
@@ -4079,6 +4080,7 @@ var HrDynamic = {
4079
4080
  rows = _getOptionProps.rows,
4080
4081
  _code = _getOptionProps.code,
4081
4082
  multiple = _getOptionProps.multiple,
4083
+ imageSize = _getOptionProps.imageSize,
4082
4084
  tableName = _getOptionProps.tableName,
4083
4085
  queryData = _getOptionProps.queryData,
4084
4086
  filterCode = _getOptionProps.filterCode,
@@ -4413,6 +4415,7 @@ var HrDynamic = {
4413
4415
  listType: "picture-card",
4414
4416
  queryData: queryData,
4415
4417
  disabled: disabled,
4418
+ imageSize: imageSize,
4416
4419
  customBeforeUpload: customBeforeUpload,
4417
4420
  readOnly: readOnly
4418
4421
  },
@@ -4430,6 +4433,7 @@ var HrDynamic = {
4430
4433
  listType: "picture-card",
4431
4434
  queryData: queryData,
4432
4435
  disabled: disabled,
4436
+ imageSize: imageSize,
4433
4437
  customBeforeUpload: customBeforeUpload,
4434
4438
  readOnly: readOnly
4435
4439
  },