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.
- package/lib/button-group.js +2 -2
- package/lib/button.js +2 -2
- package/lib/calendar.js +2 -2
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +3 -2
- package/lib/clients.js +2 -2
- package/lib/data-table-form.js +3 -2
- package/lib/data-table.js +3 -2
- package/lib/date-picker.js +2 -2
- package/lib/dialog.js +6 -5
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +629 -722
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +2 -2
- package/lib/flow-list.js +2 -2
- package/lib/flow.js +3 -2
- package/lib/form.js +3 -2
- package/lib/handle-user.js +2 -2
- package/lib/handler.js +11 -15
- package/lib/icon.js +2 -2
- package/lib/icons.js +2 -2
- package/lib/index.js +1 -1
- package/lib/input-number.js +2 -2
- package/lib/input.js +2 -2
- package/lib/label.js +2 -2
- package/lib/layout.js +2 -2
- package/lib/login.js +6 -4
- package/lib/main.js +648 -738
- package/lib/menu.js +2 -2
- package/lib/nav.js +2 -2
- package/lib/notify.js +2 -2
- package/lib/page.js +2 -2
- package/lib/pagination.js +2 -2
- package/lib/player.js +4 -4
- package/lib/qr-code.js +4 -4
- package/lib/radio-group.js +2 -2
- package/lib/retrial-auth.js +9 -9
- package/lib/select-ganged.js +9 -9
- package/lib/select.js +2 -2
- package/lib/selector-panel.js +3 -2
- package/lib/selector.js +2 -2
- package/lib/sizer.js +2 -2
- package/lib/steps.js +2 -2
- package/lib/switch.js +2 -2
- package/lib/table-form.js +2 -2
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +2 -2
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/tips.js +2 -2
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +2 -2
- package/lib/tree.js +2 -2
- package/lib/upload.js +3 -2
- package/lib/wujie.js +145 -145
- package/lib/wxlogin.js +2 -2
- package/package.json +2 -2
- package/packages/.DS_Store +0 -0
- package/packages/dialog/src/main.vue +1 -1
- package/packages/handler/.DS_Store +0 -0
- package/packages/handler/src/main.vue +0 -5
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/main.vue +1 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/default/index.vue +27 -21
- package/packages/main/src/main.vue +13 -7
- package/packages/main/src/{default → public}/settings.vue +51 -19
- package/packages/main/src/simplicity/handler.vue +0 -11
- package/packages/main/src/simplicity/index.vue +139 -115
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/login.scss +6 -0
- package/packages/theme-chalk/src/main.scss +16 -0
- package/packages/theme-chalk/src/simplicity.scss +37 -0
- package/src/index.js +1 -1
- 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 =
|
|
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
|
-
/***/
|
|
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 =
|
|
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
|
-
/***/
|
|
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 =
|
|
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
|
-
/***/
|
|
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 =
|
|
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 =
|
|
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";
|
package/lib/handle-user.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 =
|
|
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
|
-
/***/
|
|
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 =
|
|
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
|
-
/***/
|
|
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=
|
|
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=
|
|
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 =
|
|
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
|
-
/***/
|
|
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 =
|
|
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
|
-
/***/
|
|
202
|
+
/***/ 52:
|
|
203
203
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
204
204
|
|
|
205
205
|
"use strict";
|