eoss-ui 0.5.28 → 0.5.29
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 +188 -200
- package/lib/button.js +3 -2
- package/lib/card.js +2 -2
- package/lib/checkbox-group.js +6 -5
- package/lib/clients.js +2 -2
- package/lib/data-table.js +131 -306
- package/lib/dialog.js +9 -8
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +380 -319
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +2 -2
- package/lib/flow-list.js +2 -2
- package/lib/form.js +3 -2
- package/lib/handle-user.js +2 -2
- package/lib/handler.js +2 -2
- package/lib/icons.js +4 -4
- package/lib/index.js +1 -1
- package/lib/layout.js +152 -166
- package/lib/login.js +3 -2
- package/lib/main.js +11 -10
- package/lib/player.js +6 -6
- package/lib/qr-code.js +2 -2
- package/lib/radio-group.js +2 -2
- package/lib/select-ganged.js +2 -2
- package/lib/select.js +2 -2
- package/lib/selector-panel.js +3 -3
- package/lib/selector.js +30 -17
- package/lib/theme-chalk/button.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/upload.js +6 -5
- package/package.json +2 -2
- package/packages/button/src/main.vue +4 -2
- package/packages/data-table/src/main.vue +59 -13
- package/packages/main/src/userinfo.vue +1 -0
- package/packages/selector/src/main.vue +15 -13
- package/packages/theme-chalk/lib/button.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/button.scss +8 -0
- package/src/index.js +1 -1
package/lib/dialog.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 = 41);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -3602,29 +3602,29 @@ module.exports = require("babel-runtime/regenerator");
|
|
|
3602
3602
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3603
3603
|
|
|
3604
3604
|
"use strict";
|
|
3605
|
-
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3605
|
+
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(15);
|
|
3606
3606
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);
|
|
3607
3607
|
|
|
3608
3608
|
|
|
3609
3609
|
/* harmony default export */ __webpack_exports__["a"] = (new vue__WEBPACK_IMPORTED_MODULE_0___default.a());
|
|
3610
3610
|
|
|
3611
3611
|
/***/ }),
|
|
3612
|
-
/* 15
|
|
3613
|
-
/* 16 */
|
|
3612
|
+
/* 15 */
|
|
3614
3613
|
/***/ (function(module, exports) {
|
|
3615
3614
|
|
|
3616
3615
|
module.exports = require("vue");
|
|
3617
3616
|
|
|
3618
3617
|
/***/ }),
|
|
3618
|
+
/* 16 */,
|
|
3619
3619
|
/* 17 */,
|
|
3620
3620
|
/* 18 */,
|
|
3621
|
-
/* 19
|
|
3622
|
-
/* 20 */
|
|
3621
|
+
/* 19 */
|
|
3623
3622
|
/***/ (function(module, exports) {
|
|
3624
3623
|
|
|
3625
3624
|
module.exports = require("wujie-vue2");
|
|
3626
3625
|
|
|
3627
3626
|
/***/ }),
|
|
3627
|
+
/* 20 */,
|
|
3628
3628
|
/* 21 */,
|
|
3629
3629
|
/* 22 */,
|
|
3630
3630
|
/* 23 */,
|
|
@@ -3644,7 +3644,8 @@ module.exports = require("wujie-vue2");
|
|
|
3644
3644
|
/* 37 */,
|
|
3645
3645
|
/* 38 */,
|
|
3646
3646
|
/* 39 */,
|
|
3647
|
-
/* 40
|
|
3647
|
+
/* 40 */,
|
|
3648
|
+
/* 41 */
|
|
3648
3649
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3649
3650
|
|
|
3650
3651
|
"use strict";
|
|
@@ -4172,7 +4173,7 @@ var regenerator_ = __webpack_require__(12);
|
|
|
4172
4173
|
var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
|
|
4173
4174
|
|
|
4174
4175
|
// EXTERNAL MODULE: external "wujie-vue2"
|
|
4175
|
-
var external_wujie_vue2_ = __webpack_require__(
|
|
4176
|
+
var external_wujie_vue2_ = __webpack_require__(19);
|
|
4176
4177
|
var external_wujie_vue2_default = /*#__PURE__*/__webpack_require__.n(external_wujie_vue2_);
|
|
4177
4178
|
|
|
4178
4179
|
// EXTERNAL MODULE: ./src/utils/util.js
|
package/lib/enterprise.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 = 42);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -192,7 +192,7 @@ function normalizeComponent(
|
|
|
192
192
|
|
|
193
193
|
/***/ }),
|
|
194
194
|
|
|
195
|
-
/***/
|
|
195
|
+
/***/ 42:
|
|
196
196
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
197
197
|
|
|
198
198
|
"use strict";
|