hrsass-components 1.7.46 → 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.45";
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
  },
@@ -12341,7 +12345,7 @@ var zh_CN = {
12341
12345
  var en_US = {
12342
12346
  locale: 'zh-cn',
12343
12347
  HrAppendix: {
12344
- uploadBtnText: 'upload file',
12348
+ uploadBtnText: 'Upload File',
12345
12349
  isDeleteTip: 'Are you sure?',
12346
12350
  cancel: 'Cancel',
12347
12351
  confirm: 'Confirm',
@@ -12355,7 +12359,7 @@ var en_US = {
12355
12359
  errorText: 'file upload failed'
12356
12360
  },
12357
12361
  HrAppendixDirectory: {
12358
- uploadBtnText: 'upload file',
12362
+ uploadBtnText: 'Upload File',
12359
12363
  isDeleteTip: 'Are you sure?',
12360
12364
  cancel: 'Cancel',
12361
12365
  confirm: 'Confirm',