eoss-ui 0.6.13 → 0.6.15
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 -3
- package/lib/button.js +145 -145
- package/lib/calendar.js +2 -2
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +2 -3
- package/lib/clients.js +2 -2
- package/lib/data-table-form.js +2 -3
- package/lib/data-table.js +14 -11
- package/lib/date-picker.js +2 -2
- package/lib/dialog.js +2 -3
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +99 -88
- 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 +2 -3
- package/lib/form.js +2 -3
- package/lib/handle-user.js +2 -2
- package/lib/handler.js +5 -5
- 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 -6
- package/lib/main.js +60 -54
- 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 +2 -2
- package/lib/select-ganged.js +2 -2
- package/lib/select.js +2 -2
- package/lib/selector-panel.js +2 -3
- package/lib/selector.js +2 -2
- package/lib/sizer.js +9 -9
- 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/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 +2 -3
- package/lib/wujie.js +2 -2
- package/lib/wxlogin.js +2 -2
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/data-table/.DS_Store +0 -0
- package/packages/data-table/src/main.vue +9 -3
- package/packages/handler/.DS_Store +0 -0
- package/packages/handler/src/main.vue +1 -1
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/main.vue +2 -1
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/default/index.vue +1 -1
- package/packages/main/src/main.vue +14 -0
- package/packages/main/src/public/settings.vue +0 -1
- package/packages/main/src/simplicity/handler.vue +1 -1
- package/packages/main/src/simplicity/index.vue +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/login.scss +3 -3
- package/src/index.js +1 -1
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 = 47);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3770,14 +3770,14 @@ module.exports = require("qs");
|
|
|
3770
3770
|
|
|
3771
3771
|
/***/ }),
|
|
3772
3772
|
|
|
3773
|
-
/***/
|
|
3773
|
+
/***/ 47:
|
|
3774
3774
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3775
3775
|
|
|
3776
3776
|
"use strict";
|
|
3777
3777
|
// ESM COMPAT FLAG
|
|
3778
3778
|
__webpack_require__.r(__webpack_exports__);
|
|
3779
3779
|
|
|
3780
|
-
// 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=
|
|
3780
|
+
// 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=7314798a&
|
|
3781
3781
|
var render = function () {
|
|
3782
3782
|
var _vm = this
|
|
3783
3783
|
var _h = _vm.$createElement
|
|
@@ -3963,7 +3963,7 @@ var render = function () {
|
|
|
3963
3963
|
attrs: {
|
|
3964
3964
|
value: _vm.notice,
|
|
3965
3965
|
max: 99,
|
|
3966
|
-
hidden: _vm.notice
|
|
3966
|
+
hidden: _vm.notice < 1,
|
|
3967
3967
|
},
|
|
3968
3968
|
},
|
|
3969
3969
|
[
|
|
@@ -4005,7 +4005,7 @@ var staticRenderFns = []
|
|
|
4005
4005
|
render._withStripped = true
|
|
4006
4006
|
|
|
4007
4007
|
|
|
4008
|
-
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=
|
|
4008
|
+
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=7314798a&
|
|
4009
4009
|
|
|
4010
4010
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
4011
4011
|
var api = __webpack_require__(1);
|
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 = 48);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3770,7 +3770,7 @@ module.exports = require("qs");
|
|
|
3770
3770
|
|
|
3771
3771
|
/***/ }),
|
|
3772
3772
|
|
|
3773
|
-
/***/
|
|
3773
|
+
/***/ 48:
|
|
3774
3774
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3775
3775
|
|
|
3776
3776
|
"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 = 49);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -199,7 +199,7 @@ function normalizeComponent(
|
|
|
199
199
|
|
|
200
200
|
/***/ }),
|
|
201
201
|
|
|
202
|
-
/***/
|
|
202
|
+
/***/ 49:
|
|
203
203
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
204
204
|
|
|
205
205
|
"use strict";
|