eoss-ui 0.4.75 → 0.4.77

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 (61) hide show
  1. package/lib/button-group.js +1 -1
  2. package/lib/button.js +8 -3
  3. package/lib/checkbox-group.js +1 -1
  4. package/lib/data-table-form.js +1 -1
  5. package/lib/data-table.js +1 -1
  6. package/lib/date-picker.js +1 -1
  7. package/lib/dialog.js +1 -1
  8. package/lib/eoss-ui.common.js +321 -64
  9. package/lib/flow-group.js +1 -1
  10. package/lib/flow-list.js +1 -1
  11. package/lib/flow.js +1 -1
  12. package/lib/form.js +230 -24
  13. package/lib/handle-user.js +1 -1
  14. package/lib/handler.js +1 -1
  15. package/lib/index.js +1 -1
  16. package/lib/input-number.js +1 -1
  17. package/lib/input.js +1 -1
  18. package/lib/login.js +1 -1
  19. package/lib/main.js +16 -8
  20. package/lib/menu.js +1 -8
  21. package/lib/nav.js +1 -1
  22. package/lib/page.js +1 -1
  23. package/lib/player.js +1 -1
  24. package/lib/qr-code.js +1 -1
  25. package/lib/radio-group.js +1 -1
  26. package/lib/retrial-auth.js +1 -1
  27. package/lib/select-ganged.js +1 -1
  28. package/lib/select.js +1 -1
  29. package/lib/selector-panel.js +1 -1
  30. package/lib/selector.js +1 -1
  31. package/lib/sizer.js +1 -1
  32. package/lib/steps.js +1 -1
  33. package/lib/switch.js +1 -1
  34. package/lib/table-form.js +56 -11
  35. package/lib/tabs.js +1 -1
  36. package/lib/theme-chalk/form.css +1 -1
  37. package/lib/theme-chalk/index.css +1 -1
  38. package/lib/theme-chalk/input.css +1 -1
  39. package/lib/tips.js +1 -1
  40. package/lib/tree-group.js +1 -1
  41. package/lib/tree.js +1 -1
  42. package/lib/upload.js +1 -1
  43. package/lib/utils/util.js +1 -1
  44. package/lib/wujie.js +1 -1
  45. package/lib/wxlogin.js +1 -1
  46. package/package.json +1 -1
  47. package/packages/button/src/main.vue +17 -2
  48. package/packages/form/src/main.vue +85 -15
  49. package/packages/form/src/table.vue +22 -4
  50. package/packages/layout/index.js +5 -0
  51. package/packages/layout/src/main.vue +1428 -0
  52. package/packages/layout/src/resetPassword.vue +338 -0
  53. package/packages/main/src/main.vue +13 -5
  54. package/packages/menu/src/main.vue +3 -10
  55. package/packages/theme-chalk/lib/form.css +1 -1
  56. package/packages/theme-chalk/lib/index.css +1 -1
  57. package/packages/theme-chalk/lib/input.css +1 -1
  58. package/packages/theme-chalk/src/form.scss +12 -5
  59. package/packages/theme-chalk/src/input.scss +8 -3
  60. package/src/index.js +1 -1
  61. package/src/utils/util.js +1 -1
@@ -1 +1 @@
1
- div.es-textarea__inner{min-height:70px}
1
+ div.es-textarea__inner{min-height:70px}.es-input-button-suffix .el-input__suffix{line-height:2.8}
@@ -238,6 +238,12 @@
238
238
  .el-form-item__error {
239
239
  bottom: -16px;
240
240
  }
241
+ & > .el-form-item {
242
+ flex: 1;
243
+ }
244
+ .es-button-inline {
245
+ margin-left: 12px;
246
+ }
241
247
  }
242
248
  .es-form-item-onrow {
243
249
  .el-form-item__content {
@@ -260,8 +266,8 @@
260
266
  padding: 0;
261
267
  position: relative;
262
268
  vertical-align: top;
263
- &.td-disabled{
264
- background-color: #f5f5f5
269
+ &.td-disabled {
270
+ background-color: #f5f5f5;
265
271
  }
266
272
  .el-input__inner,
267
273
  .el-textarea__inner {
@@ -301,8 +307,9 @@
301
307
  right: 1px;
302
308
  }
303
309
  }
304
- .is-disabled .el-input__inner,.is-disabled .el-textarea__inner {
305
- background-color: #F5F5F5;
310
+ .is-disabled .el-input__inner,
311
+ .is-disabled .el-textarea__inner {
312
+ background-color: #f5f5f5;
306
313
  }
307
314
  }
308
315
  .el-form-item__error {
@@ -454,4 +461,4 @@
454
461
  }
455
462
  .es-form-inline {
456
463
  display: flex;
457
- }
464
+ }
@@ -1,3 +1,8 @@
1
- div.es-textarea__inner{
2
- min-height: 70px;
3
- }
1
+ div.es-textarea__inner {
2
+ min-height: 70px;
3
+ }
4
+ .es-input-button-suffix {
5
+ .el-input__suffix {
6
+ line-height: 2.8;
7
+ }
8
+ }
package/src/index.js CHANGED
@@ -115,7 +115,7 @@ if (typeof window !== 'undefined' && window.Vue) {
115
115
  }
116
116
 
117
117
  export default {
118
- version: '0.4.75',
118
+ version: '0.4.77',
119
119
  install,
120
120
  Button,
121
121
  ButtonGroup,
package/src/utils/util.js CHANGED
@@ -1786,7 +1786,7 @@ const isFunction = function (obj) {
1786
1786
  * @param {object} [to] - 路由跳转信息
1787
1787
  * @param {object} [from] - 路由来源信息
1788
1788
  * @param {function} [next] - 跳转函数
1789
- * @param {function} [exclude] - 不拦截的路由
1789
+ * @param {array} [exclude] - 不拦截的路由
1790
1790
  * @param {boolean} [open] - 是否新窗口打开
1791
1791
  * @param {boolean} [cookie] - 是否尝试采用
1792
1792
  * @param {sting} [loginPage] - 第三方登录页面地址