eoss-ui 0.5.20 → 0.5.22

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.
@@ -1 +1 @@
1
- div.es-textarea__inner{min-height:70px}.es-input-button-suffix .el-input__suffix{line-height:2.8}
1
+ div.es-textarea__inner{min-height:70px;white-space:pre-line}.es-input-button-suffix .el-input__suffix{line-height:2.8}
@@ -1,5 +1,6 @@
1
1
  div.es-textarea__inner {
2
2
  min-height: 70px;
3
+ white-space: pre-line;
3
4
  }
4
5
  .es-input-button-suffix {
5
6
  .el-input__suffix {
@@ -305,6 +305,7 @@ export default {
305
305
  handler(val) {
306
306
  if (val) {
307
307
  this.count++;
308
+ this.params = { ...this.params, ...val.param };
308
309
  }
309
310
  },
310
311
  deep: true,
package/src/index.js CHANGED
@@ -117,7 +117,7 @@ if (typeof window !== 'undefined' && window.Vue) {
117
117
  }
118
118
 
119
119
  export default {
120
- version: '0.5.20',
120
+ version: '0.5.22',
121
121
  install,
122
122
  Button,
123
123
  ButtonGroup,