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/select.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 = 76);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3962,7 +3962,7 @@ var WebSocket = function () {
|
|
|
3962
3962
|
|
|
3963
3963
|
/***/ }),
|
|
3964
3964
|
|
|
3965
|
-
/***/
|
|
3965
|
+
/***/ 76:
|
|
3966
3966
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3967
3967
|
|
|
3968
3968
|
"use strict";
|
package/lib/selector-panel.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
|
/******/ ([
|
|
@@ -3959,8 +3959,7 @@ module.exports = require("sortablejs");
|
|
|
3959
3959
|
/* 28 */,
|
|
3960
3960
|
/* 29 */,
|
|
3961
3961
|
/* 30 */,
|
|
3962
|
-
/* 31
|
|
3963
|
-
/* 32 */
|
|
3962
|
+
/* 31 */
|
|
3964
3963
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3965
3964
|
|
|
3966
3965
|
"use strict";
|
package/lib/selector.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 = 58);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3784,7 +3784,7 @@ module.exports = require("axios");
|
|
|
3784
3784
|
|
|
3785
3785
|
/***/ }),
|
|
3786
3786
|
|
|
3787
|
-
/***/
|
|
3787
|
+
/***/ 58:
|
|
3788
3788
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3789
3789
|
|
|
3790
3790
|
"use strict";
|
package/lib/sizer.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 = 59);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3784,14 +3784,7 @@ module.exports = require("axios");
|
|
|
3784
3784
|
|
|
3785
3785
|
/***/ }),
|
|
3786
3786
|
|
|
3787
|
-
/***/
|
|
3788
|
-
/***/ (function(module, exports) {
|
|
3789
|
-
|
|
3790
|
-
module.exports = require("json-bigint");
|
|
3791
|
-
|
|
3792
|
-
/***/ }),
|
|
3793
|
-
|
|
3794
|
-
/***/ 60:
|
|
3787
|
+
/***/ 59:
|
|
3795
3788
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3796
3789
|
|
|
3797
3790
|
"use strict";
|
|
@@ -4241,6 +4234,13 @@ main.install = function (Vue) {
|
|
|
4241
4234
|
|
|
4242
4235
|
/***/ }),
|
|
4243
4236
|
|
|
4237
|
+
/***/ 6:
|
|
4238
|
+
/***/ (function(module, exports) {
|
|
4239
|
+
|
|
4240
|
+
module.exports = require("json-bigint");
|
|
4241
|
+
|
|
4242
|
+
/***/ }),
|
|
4243
|
+
|
|
4244
4244
|
/***/ 7:
|
|
4245
4245
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4246
4246
|
|
package/lib/steps.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 = 60);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3791,7 +3791,7 @@ module.exports = require("json-bigint");
|
|
|
3791
3791
|
|
|
3792
3792
|
/***/ }),
|
|
3793
3793
|
|
|
3794
|
-
/***/
|
|
3794
|
+
/***/ 60:
|
|
3795
3795
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3796
3796
|
|
|
3797
3797
|
"use strict";
|
package/lib/switch.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 = 78);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3927,7 +3927,7 @@ var WebSocket = function () {
|
|
|
3927
3927
|
|
|
3928
3928
|
/***/ }),
|
|
3929
3929
|
|
|
3930
|
-
/***/
|
|
3930
|
+
/***/ 78:
|
|
3931
3931
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3932
3932
|
|
|
3933
3933
|
"use strict";
|
package/lib/table-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 = 66);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3809,7 +3809,7 @@ module.exports = require("json-bigint");
|
|
|
3809
3809
|
|
|
3810
3810
|
/***/ }),
|
|
3811
3811
|
|
|
3812
|
-
/***/
|
|
3812
|
+
/***/ 66:
|
|
3813
3813
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3814
3814
|
|
|
3815
3815
|
"use strict";
|
package/lib/tabs-panel.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 = 62);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -192,7 +192,7 @@ function normalizeComponent(
|
|
|
192
192
|
|
|
193
193
|
/***/ }),
|
|
194
194
|
|
|
195
|
-
/***/
|
|
195
|
+
/***/ 62:
|
|
196
196
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
197
197
|
|
|
198
198
|
"use strict";
|
package/lib/tabs.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 = 61);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3784,7 +3784,7 @@ module.exports = require("json-bigint");
|
|
|
3784
3784
|
|
|
3785
3785
|
/***/ }),
|
|
3786
3786
|
|
|
3787
|
-
/***/
|
|
3787
|
+
/***/ 61:
|
|
3788
3788
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3789
3789
|
|
|
3790
3790
|
"use strict";
|