eoss-ui 0.5.98 → 0.6.0

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 (83) hide show
  1. package/lib/button-group.js +2 -2
  2. package/lib/button.js +2 -2
  3. package/lib/calendar.js +2 -2
  4. package/lib/card.js +2 -2
  5. package/lib/cascader.js +2 -2
  6. package/lib/checkbox-group.js +3 -2
  7. package/lib/clients.js +2 -2
  8. package/lib/data-table-form.js +3 -2
  9. package/lib/data-table.js +3 -2
  10. package/lib/date-picker.js +2 -2
  11. package/lib/dialog.js +6 -5
  12. package/lib/enterprise.js +2 -2
  13. package/lib/eoss-ui.common.js +629 -722
  14. package/lib/error-page.js +2 -2
  15. package/lib/flow-group.js +2 -2
  16. package/lib/flow-list.js +2 -2
  17. package/lib/flow.js +3 -2
  18. package/lib/form.js +3 -2
  19. package/lib/handle-user.js +2 -2
  20. package/lib/handler.js +11 -15
  21. package/lib/icon.js +2 -2
  22. package/lib/icons.js +2 -2
  23. package/lib/index.js +1 -1
  24. package/lib/input-number.js +2 -2
  25. package/lib/input.js +2 -2
  26. package/lib/label.js +2 -2
  27. package/lib/layout.js +2 -2
  28. package/lib/login.js +6 -4
  29. package/lib/main.js +648 -738
  30. package/lib/menu.js +2 -2
  31. package/lib/nav.js +2 -2
  32. package/lib/notify.js +2 -2
  33. package/lib/page.js +2 -2
  34. package/lib/pagination.js +2 -2
  35. package/lib/player.js +4 -4
  36. package/lib/qr-code.js +4 -4
  37. package/lib/radio-group.js +2 -2
  38. package/lib/retrial-auth.js +9 -9
  39. package/lib/select-ganged.js +9 -9
  40. package/lib/select.js +2 -2
  41. package/lib/selector-panel.js +3 -2
  42. package/lib/selector.js +2 -2
  43. package/lib/sizer.js +2 -2
  44. package/lib/steps.js +2 -2
  45. package/lib/switch.js +2 -2
  46. package/lib/table-form.js +2 -2
  47. package/lib/tabs-panel.js +2 -2
  48. package/lib/tabs.js +2 -2
  49. package/lib/theme-chalk/index.css +1 -1
  50. package/lib/theme-chalk/login.css +1 -1
  51. package/lib/theme-chalk/main.css +1 -1
  52. package/lib/theme-chalk/simplicity.css +1 -1
  53. package/lib/tips.js +2 -2
  54. package/lib/toolbar.js +2 -2
  55. package/lib/tree-group.js +2 -2
  56. package/lib/tree.js +2 -2
  57. package/lib/upload.js +3 -2
  58. package/lib/wujie.js +145 -145
  59. package/lib/wxlogin.js +2 -2
  60. package/package.json +2 -2
  61. package/packages/.DS_Store +0 -0
  62. package/packages/dialog/src/main.vue +1 -1
  63. package/packages/handler/.DS_Store +0 -0
  64. package/packages/handler/src/main.vue +0 -5
  65. package/packages/login/.DS_Store +0 -0
  66. package/packages/login/src/main.vue +1 -0
  67. package/packages/main/.DS_Store +0 -0
  68. package/packages/main/src/.DS_Store +0 -0
  69. package/packages/main/src/default/index.vue +27 -21
  70. package/packages/main/src/main.vue +13 -7
  71. package/packages/main/src/{default → public}/settings.vue +51 -19
  72. package/packages/main/src/simplicity/handler.vue +0 -11
  73. package/packages/main/src/simplicity/index.vue +139 -115
  74. package/packages/theme-chalk/lib/index.css +1 -1
  75. package/packages/theme-chalk/lib/login.css +1 -1
  76. package/packages/theme-chalk/lib/main.css +1 -1
  77. package/packages/theme-chalk/lib/simplicity.css +1 -1
  78. package/packages/theme-chalk/src/.DS_Store +0 -0
  79. package/packages/theme-chalk/src/login.scss +6 -0
  80. package/packages/theme-chalk/src/main.scss +16 -0
  81. package/packages/theme-chalk/src/simplicity.scss +37 -0
  82. package/src/index.js +1 -1
  83. package/packages/main/src/simplicity/settings.vue +0 -119
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 37);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 38);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3747,7 +3747,7 @@ function normalizeComponent(
3747
3747
 
3748
3748
  /***/ }),
3749
3749
 
3750
- /***/ 37:
3750
+ /***/ 38:
3751
3751
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3752
3752
 
3753
3753
  "use strict";
package/lib/button.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 71);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 72);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3911,7 +3911,7 @@ var WebSocket = function () {
3911
3911
 
3912
3912
  /***/ }),
3913
3913
 
3914
- /***/ 71:
3914
+ /***/ 72:
3915
3915
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3916
3916
 
3917
3917
  "use strict";
package/lib/calendar.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 38);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 39);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 38:
195
+ /***/ 39:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/card.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 39);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 40);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 39:
195
+ /***/ 40:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/cascader.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 72);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 73);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 72:
195
+ /***/ 73:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 40);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 41);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -3988,7 +3988,8 @@ module.exports = require("vue");
3988
3988
  /* 37 */,
3989
3989
  /* 38 */,
3990
3990
  /* 39 */,
3991
- /* 40 */
3991
+ /* 40 */,
3992
+ /* 41 */
3992
3993
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3993
3994
 
3994
3995
  "use strict";
package/lib/clients.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 41);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 42);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 41:
195
+ /***/ 42:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 31);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 32);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -3959,7 +3959,8 @@ window.__store = store;
3959
3959
  /* 28 */,
3960
3960
  /* 29 */,
3961
3961
  /* 30 */,
3962
- /* 31 */
3962
+ /* 31 */,
3963
+ /* 32 */
3963
3964
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3964
3965
 
3965
3966
  "use strict";
package/lib/data-table.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 32);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 33);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -3959,7 +3959,8 @@ module.exports = require("vue");
3959
3959
  /* 29 */,
3960
3960
  /* 30 */,
3961
3961
  /* 31 */,
3962
- /* 32 */
3962
+ /* 32 */,
3963
+ /* 33 */
3963
3964
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3964
3965
 
3965
3966
  "use strict";
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 73);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 74);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3911,7 +3911,7 @@ var WebSocket = function () {
3911
3911
 
3912
3912
  /***/ }),
3913
3913
 
3914
- /***/ 73:
3914
+ /***/ 74:
3915
3915
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3916
3916
 
3917
3917
  "use strict";
package/lib/dialog.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 42);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 43);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -3969,14 +3969,15 @@ module.exports = require("wujie-vue2");
3969
3969
  /* 39 */,
3970
3970
  /* 40 */,
3971
3971
  /* 41 */,
3972
- /* 42 */
3972
+ /* 42 */,
3973
+ /* 43 */
3973
3974
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3974
3975
 
3975
3976
  "use strict";
3976
3977
  // ESM COMPAT FLAG
3977
3978
  __webpack_require__.r(__webpack_exports__);
3978
3979
 
3979
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=template&id=8647525a&
3980
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=template&id=11ebf026&
3980
3981
  var render = function () {
3981
3982
  var _vm = this
3982
3983
  var _h = _vm.$createElement
@@ -4495,7 +4496,7 @@ var staticRenderFns = []
4495
4496
  render._withStripped = true
4496
4497
 
4497
4498
 
4498
- // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=8647525a&
4499
+ // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=11ebf026&
4499
4500
 
4500
4501
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
4501
4502
  var regenerator_ = __webpack_require__(13);
@@ -4907,7 +4908,7 @@ var systemMode = util["a" /* default */].win.top.systemMode || util["a" /* defau
4907
4908
  mini: { width: '800px', height: '400px' },
4908
4909
  sm: { width: '960px', height: '500px' },
4909
4910
  md: { width: '1060px', height: '600px' },
4910
- lg: { width: '1200px', height: '800px' },
4911
+ lg: { width: '1200px', height: availHeight < 800 ? '560px' : '800px' },
4911
4912
  max: { width: availWidth + 'px', height: availHeight + 'px' },
4912
4913
  full: { width: '100%', height: '100%' }
4913
4914
  },
package/lib/enterprise.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 43);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 44);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 43:
195
+ /***/ 44:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";