vxe-pc-ui 3.17.0 → 3.17.2

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.
Files changed (70) hide show
  1. package/es/date-picker/src/date-picker.js +6 -2
  2. package/es/date-range-picker/src/date-range-picker.js +6 -2
  3. package/es/icon/style.css +1 -1
  4. package/es/input/src/input.js +9 -4
  5. package/es/number-input/src/number-input.js +12 -1
  6. package/es/password-input/src/password-input.js +75 -27
  7. package/es/password-input/style.css +5 -0
  8. package/es/password-input/style.min.css +1 -1
  9. package/es/style.css +1 -1
  10. package/es/style.min.css +1 -1
  11. package/es/textarea/src/textarea.js +6 -2
  12. package/es/ui/index.js +1 -1
  13. package/es/ui/src/log.js +1 -1
  14. package/es/vxe-password-input/style.css +5 -0
  15. package/es/vxe-password-input/style.min.css +1 -1
  16. package/lib/date-picker/src/date-picker.js +8 -1
  17. package/lib/date-picker/src/date-picker.min.js +1 -1
  18. package/lib/date-range-picker/src/date-range-picker.js +8 -1
  19. package/lib/date-range-picker/src/date-range-picker.min.js +1 -1
  20. package/lib/icon/style/style.css +1 -1
  21. package/lib/icon/style/style.min.css +1 -1
  22. package/lib/index.umd.js +128 -39
  23. package/lib/index.umd.min.js +1 -1
  24. package/lib/input/src/input.js +11 -4
  25. package/lib/input/src/input.min.js +1 -1
  26. package/lib/number-input/src/number-input.js +14 -1
  27. package/lib/number-input/src/number-input.min.js +1 -1
  28. package/lib/password-input/src/password-input.js +74 -27
  29. package/lib/password-input/src/password-input.min.js +1 -1
  30. package/lib/password-input/style/style.css +5 -0
  31. package/lib/password-input/style/style.min.css +1 -1
  32. package/lib/style.css +1 -1
  33. package/lib/style.min.css +1 -1
  34. package/lib/textarea/src/textarea.js +8 -1
  35. package/lib/textarea/src/textarea.min.js +1 -1
  36. package/lib/ui/index.js +1 -1
  37. package/lib/ui/index.min.js +1 -1
  38. package/lib/ui/src/log.js +1 -1
  39. package/lib/ui/src/log.min.js +1 -1
  40. package/lib/vxe-password-input/style/style.css +5 -0
  41. package/lib/vxe-password-input/style/style.min.css +1 -1
  42. package/package.json +1 -1
  43. package/packages/date-picker/src/date-picker.ts +6 -2
  44. package/packages/date-range-picker/src/date-range-picker.ts +6 -2
  45. package/packages/input/src/input.ts +9 -4
  46. package/packages/number-input/src/number-input.ts +16 -4
  47. package/packages/password-input/src/password-input.ts +78 -28
  48. package/packages/textarea/src/textarea.ts +6 -2
  49. package/styles/components/password-input.scss +4 -0
  50. package/types/components/date-picker.d.ts +2 -0
  51. package/types/components/date-range-picker.d.ts +2 -0
  52. package/types/components/input.d.ts +2 -0
  53. package/types/components/number-input.d.ts +2 -0
  54. package/types/components/password-input.d.ts +4 -0
  55. package/types/components/table-module/edit.d.ts +37 -4
  56. package/types/components/table.d.ts +9 -2
  57. package/types/components/textarea.d.ts +2 -0
  58. package/types/ui/renderer.d.ts +9 -3
  59. /package/es/icon/{iconfont.1786782457000.ttf → iconfont.1786868233929.ttf} +0 -0
  60. /package/es/icon/{iconfont.1786782457000.woff → iconfont.1786868233929.woff} +0 -0
  61. /package/es/icon/{iconfont.1786782457000.woff2 → iconfont.1786868233929.woff2} +0 -0
  62. /package/es/{iconfont.1786782457000.ttf → iconfont.1786868233929.ttf} +0 -0
  63. /package/es/{iconfont.1786782457000.woff → iconfont.1786868233929.woff} +0 -0
  64. /package/es/{iconfont.1786782457000.woff2 → iconfont.1786868233929.woff2} +0 -0
  65. /package/lib/icon/style/{iconfont.1786782457000.ttf → iconfont.1786868233929.ttf} +0 -0
  66. /package/lib/icon/style/{iconfont.1786782457000.woff → iconfont.1786868233929.woff} +0 -0
  67. /package/lib/icon/style/{iconfont.1786782457000.woff2 → iconfont.1786868233929.woff2} +0 -0
  68. /package/lib/{iconfont.1786782457000.ttf → iconfont.1786868233929.ttf} +0 -0
  69. /package/lib/{iconfont.1786782457000.woff → iconfont.1786868233929.woff} +0 -0
  70. /package/lib/{iconfont.1786782457000.woff2 → iconfont.1786868233929.woff2} +0 -0
package/lib/index.umd.js CHANGED
@@ -11680,7 +11680,7 @@ var es_regexp_exec = __webpack_require__(7495);
11680
11680
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.match.js
11681
11681
  var es_string_match = __webpack_require__(1761);
11682
11682
  ;// ./node_modules/@vxe-ui/core/es/src/core.js
11683
- var coreVersion = "3.4.18";
11683
+ var coreVersion = "3.4.20";
11684
11684
  var VxeCore = {
11685
11685
  coreVersion: coreVersion,
11686
11686
  uiVersion: '',
@@ -12057,6 +12057,7 @@ var GLOBAL_EVENT_KEYS = {
12057
12057
  PAGE_DOWN: 'PageDown',
12058
12058
  HOME: 'Home',
12059
12059
  END: 'End',
12060
+ PROCESS: 'Process',
12060
12061
  A: 'A',
12061
12062
  X: 'X',
12062
12063
  C: 'C',
@@ -12440,7 +12441,7 @@ function createLog(type, name) {
12440
12441
  return msg;
12441
12442
  };
12442
12443
  }
12443
- var version = "3.4.18";
12444
+ var version = "3.4.20";
12444
12445
  var log = {
12445
12446
  create: createLog,
12446
12447
  warn: createLog('warn', "v".concat(version)),
@@ -13260,7 +13261,7 @@ var es_array_join = __webpack_require__(8598);
13260
13261
 
13261
13262
 
13262
13263
  var log_log = VxeUI.log;
13263
- var uiVersion = "ui v".concat("3.17.0");
13264
+ var uiVersion = "ui v".concat("3.17.2");
13264
13265
  function createComponentLog(name) {
13265
13266
  var tableVersion = VxeUI.tableVersion ? "table v".concat(VxeUI.tableVersion) : '';
13266
13267
  var ganttVersion = VxeUI.ganttVersion ? "gantt v".concat(VxeUI.ganttVersion) : '';
@@ -13280,7 +13281,7 @@ var errLog = log_log.create('error', uiVersion);
13280
13281
 
13281
13282
 
13282
13283
 
13283
- var ui_version = "3.17.0";
13284
+ var ui_version = "3.17.2";
13284
13285
  VxeUI.uiVersion = ui_version;
13285
13286
  VxeUI.dynamicApp = dynamicApp;
13286
13287
  function config(options) {
@@ -24071,6 +24072,12 @@ var input_createComponentLog = createComponentLog('input'),
24071
24072
  align: String,
24072
24073
  form: String,
24073
24074
  className: String,
24075
+ inputClassName: {
24076
+ type: String,
24077
+ default: function _default() {
24078
+ return getConfig().input.inputClassName;
24079
+ }
24080
+ },
24074
24081
  size: {
24075
24082
  type: String,
24076
24083
  default: function _default() {
@@ -24792,9 +24799,9 @@ var input_createComponentLog = createComponentLog('input'),
24792
24799
  var props = $xeInput;
24793
24800
  var type = props.type,
24794
24801
  editable = props.editable,
24795
- multiple = props.multiple,
24796
- readonly = props.readonly;
24797
- return readonly || multiple || !editable || type === 'week' || type === 'quarter';
24802
+ multiple = props.multiple;
24803
+ var formReadonly = $xeInput.computeFormReadonly;
24804
+ return formReadonly || multiple || !editable || type === 'week' || type === 'quarter';
24798
24805
  },
24799
24806
  computeInputType: function computeInputType() {
24800
24807
  var $xeInput = this;
@@ -26933,6 +26940,7 @@ var input_createComponentLog = createComponentLog('input'),
26933
26940
  var props = $xeInput;
26934
26941
  var reactData = $xeInput.reactData;
26935
26942
  var className = props.className,
26943
+ inputClassName = props.inputClassName,
26936
26944
  controls = props.controls,
26937
26945
  type = props.type,
26938
26946
  title = props.title,
@@ -26977,7 +26985,7 @@ var input_createComponentLog = createComponentLog('input'),
26977
26985
  } : undefined
26978
26986
  }, [h('input', {
26979
26987
  ref: 'refInputTarget',
26980
- class: 'vxe-input--inner',
26988
+ class: 'vxe-input--inner' + (inputClassName ? ' ' + inputClassName : ''),
26981
26989
  domProps: {
26982
26990
  value: inputValue
26983
26991
  },
@@ -31353,6 +31361,12 @@ var handleNumberString = function handleNumberString(val) {
31353
31361
  align: String,
31354
31362
  form: String,
31355
31363
  className: String,
31364
+ inputClassName: {
31365
+ type: String,
31366
+ default: function _default() {
31367
+ return getConfig().numberInput.inputClassName;
31368
+ }
31369
+ },
31356
31370
  size: {
31357
31371
  type: String,
31358
31372
  default: function _default() {
@@ -31655,6 +31669,12 @@ var handleNumberString = function handleNumberString(val) {
31655
31669
  return numValue >= external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().toNumber(max);
31656
31670
  }
31657
31671
  return false;
31672
+ },
31673
+ computeInpClassNamevalue: function computeInpClassNamevalue() {
31674
+ var $xeNumberInput = this;
31675
+ var props = $xeNumberInput;
31676
+ var inputClassName = props.inputClassName;
31677
+ return 'vxe-number-input--input' + (inputClassName ? ' ' + inputClassName : '');
31658
31678
  }
31659
31679
  }),
31660
31680
  methods: {
@@ -32329,6 +32349,7 @@ var handleNumberString = function handleNumberString(val) {
32329
32349
  var inputReadonly = $xeNumberInput.computeInputReadonly;
32330
32350
  var inpMaxLength = $xeNumberInput.computeInpMaxLength;
32331
32351
  var inpPlaceholder = $xeNumberInput.computeInpPlaceholder;
32352
+ var inpClassName = $xeNumberInput.computeInpClassNamevalue;
32332
32353
  return h('div', {
32333
32354
  key: 'ni',
32334
32355
  class: 'vxe-number-input--input-wrapper'
@@ -32336,7 +32357,7 @@ var handleNumberString = function handleNumberString(val) {
32336
32357
  class: 'vxe-number-input--input-inner'
32337
32358
  }, [h('input', {
32338
32359
  ref: 'refInputTarget',
32339
- class: 'vxe-number-input--input',
32360
+ class: inpClassName,
32340
32361
  domProps: {
32341
32362
  value: !isFocus && type === 'amount' ? numLabel : inputValue
32342
32363
  },
@@ -37259,6 +37280,12 @@ function date_picker_createInternalData() {
37259
37280
  },
37260
37281
  form: String,
37261
37282
  className: String,
37283
+ inputClassName: {
37284
+ type: String,
37285
+ default: function _default() {
37286
+ return getConfig().datePicker.inputClassName;
37287
+ }
37288
+ },
37262
37289
  zIndex: Number,
37263
37290
  size: {
37264
37291
  type: String,
@@ -38930,6 +38957,7 @@ function date_picker_createInternalData() {
38930
38957
  var reactData = $xeDatePicker.reactData;
38931
38958
  var internalData = $xeDatePicker.internalData;
38932
38959
  var className = props.className,
38960
+ inputClassName = props.inputClassName,
38933
38961
  type = props.type,
38934
38962
  name = props.name,
38935
38963
  autoComplete = props.autoComplete;
@@ -38963,7 +38991,7 @@ function date_picker_createInternalData() {
38963
38991
  class: 'vxe-date-picker--wrapper'
38964
38992
  }, [h('input', {
38965
38993
  ref: 'refInputTarget',
38966
- class: 'vxe-date-picker--inner',
38994
+ class: 'vxe-date-picker--inner' + (inputClassName ? ' ' + inputClassName : ''),
38967
38995
  domProps: {
38968
38996
  value: labelFlag ? inputLabel : ''
38969
38997
  },
@@ -39155,6 +39183,12 @@ function date_range_picker_createInternalData() {
39155
39183
  },
39156
39184
  form: String,
39157
39185
  className: String,
39186
+ inputClassName: {
39187
+ type: String,
39188
+ default: function _default() {
39189
+ return getConfig().dateRangePicker.inputClassName;
39190
+ }
39191
+ },
39158
39192
  zIndex: Number,
39159
39193
  size: {
39160
39194
  type: String,
@@ -40695,6 +40729,7 @@ function date_range_picker_createInternalData() {
40695
40729
  var props = $xeDateRangePicker;
40696
40730
  var reactData = $xeDateRangePicker.reactData;
40697
40731
  var className = props.className,
40732
+ inputClassName = props.inputClassName,
40698
40733
  type = props.type,
40699
40734
  name = props.name,
40700
40735
  autoComplete = props.autoComplete;
@@ -40726,7 +40761,7 @@ function date_range_picker_createInternalData() {
40726
40761
  class: 'vxe-date-range-picker--wrapper'
40727
40762
  }, [h('input', {
40728
40763
  ref: 'refInputTarget',
40729
- class: 'vxe-date-range-picker--inner',
40764
+ class: 'vxe-date-range-picker--inner' + (inputClassName ? ' ' + inputClassName : ''),
40730
40765
  domProps: {
40731
40766
  value: inputLabel
40732
40767
  },
@@ -53927,6 +53962,12 @@ var Pager = VxePager;
53927
53962
  default: 'off'
53928
53963
  },
53929
53964
  className: String,
53965
+ inputClassName: {
53966
+ type: String,
53967
+ default: function _default() {
53968
+ return getConfig().passwordInput.inputClassName;
53969
+ }
53970
+ },
53930
53971
  size: {
53931
53972
  type: String,
53932
53973
  default: function _default() {
@@ -53941,6 +53982,10 @@ var Pager = VxePager;
53941
53982
  return getConfig().passwordInput.controls;
53942
53983
  }
53943
53984
  },
53985
+ editable: {
53986
+ type: Boolean,
53987
+ default: true
53988
+ },
53944
53989
  // 已废弃
53945
53990
  autocomplete: String
53946
53991
  },
@@ -53971,12 +54016,6 @@ var Pager = VxePager;
53971
54016
  var props = $xePasswordInput;
53972
54017
  return props.clearable;
53973
54018
  },
53974
- computeInpReadonly: function computeInpReadonly() {
53975
- var $xePasswordInput = this;
53976
- var props = $xePasswordInput;
53977
- var readonly = props.readonly;
53978
- return readonly;
53979
- },
53980
54019
  computeInpPlaceholder: function computeInpPlaceholder() {
53981
54020
  var $xePasswordInput = this;
53982
54021
  var props = $xePasswordInput;
@@ -53990,6 +54029,38 @@ var Pager = VxePager;
53990
54029
  }
53991
54030
  return getI18n('vxe.base.pleaseInput');
53992
54031
  },
54032
+ computeFormReadonly: function computeFormReadonly() {
54033
+ var $xePasswordInput = this;
54034
+ var props = $xePasswordInput;
54035
+ var $xeForm = $xePasswordInput.$xeForm;
54036
+ if (getConfig().inputReadonly === 'obsolete') {
54037
+ if ($xeForm) {
54038
+ return $xeForm.readonly;
54039
+ }
54040
+ return false;
54041
+ }
54042
+ var readonly = props.readonly;
54043
+ if (readonly === null) {
54044
+ if ($xeForm) {
54045
+ return $xeForm.readonly;
54046
+ }
54047
+ return false;
54048
+ }
54049
+ return readonly;
54050
+ },
54051
+ computeIsDisabled: function computeIsDisabled() {
54052
+ var $xePasswordInput = this;
54053
+ var props = $xePasswordInput;
54054
+ var $xeForm = $xePasswordInput.$xeForm;
54055
+ var disabled = props.disabled;
54056
+ if (disabled === null) {
54057
+ if ($xeForm) {
54058
+ return $xeForm.disabled;
54059
+ }
54060
+ return false;
54061
+ }
54062
+ return disabled;
54063
+ },
53993
54064
  computeInputType: function computeInputType() {
53994
54065
  var $xePasswordInput = this;
53995
54066
  var reactData = $xePasswordInput.reactData;
@@ -54004,6 +54075,13 @@ var Pager = VxePager;
54004
54075
  var props = $xePasswordInput;
54005
54076
  var immediate = props.immediate;
54006
54077
  return immediate;
54078
+ },
54079
+ computeInputReadonly: function computeInputReadonly() {
54080
+ var $xePasswordInput = this;
54081
+ var props = $xePasswordInput;
54082
+ var editable = props.editable;
54083
+ var formReadonly = $xePasswordInput.computeFormReadonly;
54084
+ return formReadonly || !editable;
54007
54085
  }
54008
54086
  }),
54009
54087
  methods: {
@@ -54135,12 +54213,11 @@ var Pager = VxePager;
54135
54213
  },
54136
54214
  passwordToggleEvent: function passwordToggleEvent(evnt) {
54137
54215
  var $xePasswordInput = this;
54138
- var props = $xePasswordInput;
54139
54216
  var reactData = $xePasswordInput.reactData;
54140
- var readonly = props.readonly,
54141
- disabled = props.disabled;
54142
54217
  var showPwd = reactData.showPwd;
54143
- if (!disabled && !readonly) {
54218
+ var isDisabled = $xePasswordInput.computeIsDisabled;
54219
+ var formReadonly = $xePasswordInput.computeFormReadonly;
54220
+ if (!isDisabled && !formReadonly) {
54144
54221
  reactData.showPwd = !showPwd;
54145
54222
  }
54146
54223
  $xePasswordInput.dispatchEvent('toggle-visible', {
@@ -54164,10 +54241,9 @@ var Pager = VxePager;
54164
54241
  },
54165
54242
  clickSuffixEvent: function clickSuffixEvent(evnt) {
54166
54243
  var $xePasswordInput = this;
54167
- var props = $xePasswordInput;
54168
54244
  var reactData = $xePasswordInput.reactData;
54169
- var disabled = props.disabled;
54170
- if (!disabled) {
54245
+ var isDisabled = $xePasswordInput.computeIsDisabled;
54246
+ if (!isDisabled) {
54171
54247
  var inputValue = reactData.inputValue;
54172
54248
  $xePasswordInput.dispatchEvent('suffix-click', {
54173
54249
  value: inputValue
@@ -54176,10 +54252,9 @@ var Pager = VxePager;
54176
54252
  },
54177
54253
  clickPrefixEvent: function clickPrefixEvent(evnt) {
54178
54254
  var $xePasswordInput = this;
54179
- var props = $xePasswordInput;
54180
54255
  var reactData = $xePasswordInput.reactData;
54181
- var disabled = props.disabled;
54182
- if (!disabled) {
54256
+ var isDisabled = $xePasswordInput.computeIsDisabled;
54257
+ if (!isDisabled) {
54183
54258
  var inputValue = reactData.inputValue;
54184
54259
  $xePasswordInput.dispatchEvent('prefix-click', {
54185
54260
  value: inputValue
@@ -54224,15 +54299,15 @@ var Pager = VxePager;
54224
54299
  var props = $xePasswordInput;
54225
54300
  var slots = $xePasswordInput.$scopedSlots;
54226
54301
  var reactData = $xePasswordInput.reactData;
54227
- var disabled = props.disabled,
54228
- suffixIcon = props.suffixIcon,
54302
+ var suffixIcon = props.suffixIcon,
54229
54303
  controls = props.controls;
54230
54304
  var inputValue = reactData.inputValue;
54231
- var suffixSlot = slots.suffix;
54305
+ var isDisabled = $xePasswordInput.computeIsDisabled;
54232
54306
  var isClearable = $xePasswordInput.computeIsClearable;
54307
+ var suffixSlot = slots.suffix;
54233
54308
  return isClearable || controls || suffixSlot || suffixIcon ? h('div', {
54234
54309
  class: ['vxe-password-input--suffix', {
54235
- 'is--clear': isClearable && !disabled && !(inputValue === '' || external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eqNull(inputValue))
54310
+ 'is--clear': isClearable && !isDisabled && !(inputValue === '' || external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eqNull(inputValue))
54236
54311
  }]
54237
54312
  }, [isClearable ? h('div', {
54238
54313
  class: 'vxe-password-input--clear-icon',
@@ -54255,24 +54330,31 @@ var Pager = VxePager;
54255
54330
  var props = $xePasswordInput;
54256
54331
  var reactData = $xePasswordInput.reactData;
54257
54332
  var className = props.className,
54333
+ inputClassName = props.inputClassName,
54258
54334
  name = props.name,
54259
- disabled = props.disabled,
54260
- readonly = props.readonly,
54261
54335
  autocomplete = props.autocomplete,
54262
54336
  autoComplete = props.autoComplete,
54263
54337
  maxLength = props.maxLength;
54264
54338
  var inputValue = reactData.inputValue,
54265
54339
  isActivated = reactData.isActivated;
54340
+ var isDisabled = $xePasswordInput.computeIsDisabled;
54341
+ var formReadonly = $xePasswordInput.computeFormReadonly;
54342
+ if (formReadonly) {
54343
+ return h('div', {
54344
+ ref: 'refElem',
54345
+ class: ['vxe-password-input--readonly', className]
54346
+ }, getText(inputValue));
54347
+ }
54266
54348
  var vSize = $xePasswordInput.computeSize;
54267
- var inpReadonly = $xePasswordInput.computeInpReadonly;
54268
54349
  var inputType = $xePasswordInput.computeInputType;
54269
54350
  var inpPlaceholder = $xePasswordInput.computeInpPlaceholder;
54270
54351
  var isClearable = $xePasswordInput.computeIsClearable;
54352
+ var inputReadonly = $xePasswordInput.computeInputReadonly;
54271
54353
  var prefix = $xePasswordInput.renderPrefixIcon(h);
54272
54354
  var suffix = $xePasswordInput.renderSuffixIcon(h);
54273
54355
  return h('div', {
54274
54356
  ref: 'refElem',
54275
- class: ['vxe-password-input', className, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "size--".concat(vSize), vSize), 'is--prefix', !!prefix), 'is--suffix', !!suffix), 'is--readonly', readonly), 'is--disabled', disabled), 'is--active', isActivated), 'show--clear', isClearable && !disabled && !(inputValue === '' || external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eqNull(inputValue)))],
54357
+ class: ['vxe-password-input', className, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "size--".concat(vSize), vSize), 'is--prefix', !!prefix), 'is--suffix', !!suffix), 'is--readonly', formReadonly), 'is--disabled', isDisabled), 'is--active', isActivated), 'show--clear', isClearable && !isDisabled && !(inputValue === '' || external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eqNull(inputValue)))],
54276
54358
  attrs: {
54277
54359
  spellcheck: false
54278
54360
  }
@@ -54280,7 +54362,7 @@ var Pager = VxePager;
54280
54362
  class: 'vxe-password-input--wrapper'
54281
54363
  }, [h('input', {
54282
54364
  ref: 'refInputTarget',
54283
- class: 'vxe-password-input--inner',
54365
+ class: 'vxe-password-input--inner' + (inputClassName ? ' ' + inputClassName : ''),
54284
54366
  domProps: {
54285
54367
  value: inputValue
54286
54368
  },
@@ -54288,8 +54370,8 @@ var Pager = VxePager;
54288
54370
  name: name,
54289
54371
  type: inputType,
54290
54372
  placeholder: inpPlaceholder,
54291
- readonly: inpReadonly,
54292
- disabled: disabled,
54373
+ readonly: inputReadonly,
54374
+ disabled: isDisabled,
54293
54375
  autocomplete: autocomplete || autoComplete,
54294
54376
  maxlength: maxLength
54295
54377
  },
@@ -61723,6 +61805,12 @@ var autoTxtElem;
61723
61805
  props: {
61724
61806
  value: [String, Number],
61725
61807
  className: String,
61808
+ inputClassName: {
61809
+ type: String,
61810
+ default: function _default() {
61811
+ return getConfig().textarea.inputClassName;
61812
+ }
61813
+ },
61726
61814
  immediate: {
61727
61815
  type: Boolean,
61728
61816
  default: true
@@ -62074,6 +62162,7 @@ var autoTxtElem;
62074
62162
  var props = $xeTextarea;
62075
62163
  var reactData = $xeTextarea.reactData;
62076
62164
  var className = props.className,
62165
+ inputClassName = props.inputClassName,
62077
62166
  resize = props.resize,
62078
62167
  autosize = props.autosize,
62079
62168
  autoSize = props.autoSize,
@@ -62107,7 +62196,7 @@ var autoTxtElem;
62107
62196
  }
62108
62197
  }, [h('textarea', {
62109
62198
  ref: 'refTextarea',
62110
- class: 'vxe-textarea--inner',
62199
+ class: 'vxe-textarea--inner' + (inputClassName ? ' ' + inputClassName : ''),
62111
62200
  domProps: {
62112
62201
  value: inputValue
62113
62202
  },