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
package/lib/error-page.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 = 44);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 45);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 44:
195
+ /***/ 45:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/flow-group.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 = 46);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 47);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3754,7 +3754,7 @@ module.exports = require("qs");
3754
3754
 
3755
3755
  /***/ }),
3756
3756
 
3757
- /***/ 46:
3757
+ /***/ 47:
3758
3758
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3759
3759
 
3760
3760
  "use strict";
package/lib/flow-list.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 = 47);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 48);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3931,7 +3931,7 @@ module.exports = require("qs");
3931
3931
 
3932
3932
  /***/ }),
3933
3933
 
3934
- /***/ 47:
3934
+ /***/ 48:
3935
3935
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3936
3936
 
3937
3937
  "use strict";
package/lib/flow.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 = 30);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 31);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -4112,7 +4112,8 @@ var component = Object(componentNormalizer["a" /* default */])(
4112
4112
  /* 27 */,
4113
4113
  /* 28 */,
4114
4114
  /* 29 */,
4115
- /* 30 */
4115
+ /* 30 */,
4116
+ /* 31 */
4116
4117
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4117
4118
 
4118
4119
  "use strict";
package/lib/form.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 = 45);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 46);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -3980,7 +3980,8 @@ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message:
3980
3980
  /* 42 */,
3981
3981
  /* 43 */,
3982
3982
  /* 44 */,
3983
- /* 45 */
3983
+ /* 45 */,
3984
+ /* 46 */
3984
3985
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3985
3986
 
3986
3987
  "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 = 48);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 49);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3782,7 +3782,7 @@ module.exports = require("qs");
3782
3782
 
3783
3783
  /***/ }),
3784
3784
 
3785
- /***/ 48:
3785
+ /***/ 49:
3786
3786
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3787
3787
 
3788
3788
  "use strict";
package/lib/handler.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 = 49);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 50);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3754,14 +3754,21 @@ module.exports = require("qs");
3754
3754
 
3755
3755
  /***/ }),
3756
3756
 
3757
- /***/ 49:
3757
+ /***/ 5:
3758
+ /***/ (function(module, exports) {
3759
+
3760
+ module.exports = require("axios");
3761
+
3762
+ /***/ }),
3763
+
3764
+ /***/ 50:
3758
3765
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3759
3766
 
3760
3767
  "use strict";
3761
3768
  // ESM COMPAT FLAG
3762
3769
  __webpack_require__.r(__webpack_exports__);
3763
3770
 
3764
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=64f2ba40&
3771
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=0bf8fbcc&
3765
3772
  var render = function () {
3766
3773
  var _vm = this
3767
3774
  var _h = _vm.$createElement
@@ -3989,7 +3996,7 @@ var staticRenderFns = []
3989
3996
  render._withStripped = true
3990
3997
 
3991
3998
 
3992
- // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=64f2ba40&
3999
+ // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=0bf8fbcc&
3993
4000
 
3994
4001
  // EXTERNAL MODULE: ./src/config/api.js
3995
4002
  var api = __webpack_require__(1);
@@ -4216,10 +4223,6 @@ var util = __webpack_require__(0);
4216
4223
  type: 'index',
4217
4224
  icon: 'es-icon-home',
4218
4225
  title: '门户'
4219
- }, {
4220
- type: 'new',
4221
- icon: 'es-icon-tiyanxinban',
4222
- title: '体验新版'
4223
4226
  }, {
4224
4227
  type: 'notice',
4225
4228
  icon: 'es-icon-tongzhi',
@@ -4380,13 +4383,6 @@ main.install = function (Vue) {
4380
4383
 
4381
4384
  /***/ }),
4382
4385
 
4383
- /***/ 5:
4384
- /***/ (function(module, exports) {
4385
-
4386
- module.exports = require("axios");
4387
-
4388
- /***/ }),
4389
-
4390
4386
  /***/ 6:
4391
4387
  /***/ (function(module, exports) {
4392
4388
 
package/lib/icon.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 = 50);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 51);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3761,7 +3761,7 @@ module.exports = require("axios");
3761
3761
 
3762
3762
  /***/ }),
3763
3763
 
3764
- /***/ 50:
3764
+ /***/ 51:
3765
3765
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3766
3766
 
3767
3767
  "use strict";
package/lib/icons.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 = 51);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 52);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -199,7 +199,7 @@ function normalizeComponent(
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 51:
202
+ /***/ 52:
203
203
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
204
204
 
205
205
  "use strict";