eoss-ui 0.6.14 → 0.6.16
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 +24 -20
- 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 +92 -80
- 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 +43 -37
- 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/column.vue +2 -2
- package/packages/data-table/src/main.vue +12 -5
- 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/main.vue +14 -0
- package/packages/main/src/public/settings.vue +0 -1
- package/packages/main/src/simplicity/handler.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/common/var.scss +1 -0
- package/packages/theme-chalk/src/login.scss +11 -3
- package/src/index.js +1 -1
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";
|