eoss-ui 0.4.79-beta.0 → 0.4.79
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 +147 -136
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +2 -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 +7 -5
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +435 -194
- 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 +54 -6
- 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/input-number.js +2 -2
- package/lib/input.js +9 -9
- package/lib/label.js +2 -2
- package/lib/layout.js +182 -11
- package/lib/login.js +4 -2
- package/lib/main.js +10 -9
- 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 +8 -8
- 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 +4 -4
- package/lib/selector-panel.js +44 -54
- package/lib/selector.js +4 -4
- package/lib/sizer.js +2 -2
- package/lib/steps.js +2 -2
- package/lib/switch.js +2 -2
- package/lib/table-form.js +20 -8
- 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/layout.css +1 -0
- 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 -2
- package/lib/wujie.js +2 -2
- package/lib/wxlogin.js +2 -2
- package/package.json +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/layout.css +1 -0
- package/src/index.js +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";.es-layout{height:100%;position:relative;-webkit-transition:height .2s ease;transition:height .2s ease;padding:6px}.es-layout .es-layout-item{position:absolute;padding:6px;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.es-layout .es-layout-item .es-card{width:100%;height:100%}.es-layout .es-layout-item .es-layout-resizable{width:20px;height:20px;position:absolute;right:6px;bottom:6px;z-index:9999;cursor:se-resize}.es-layout .es-layout-item .es-layout-resizable-width{width:10px;position:absolute;top:6px;right:6px;bottom:6px;z-index:9998;cursor:e-resize}.es-layout .es-layout-item .es-layout-resizable-height{height:10px;position:absolute;left:6px;right:6px;bottom:6px;z-index:9998;cursor:s-resize}
|
package/lib/tips.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
|
/******/ ({
|
|
@@ -3359,7 +3359,7 @@ module.exports = require("json-bigint");
|
|
|
3359
3359
|
|
|
3360
3360
|
/***/ }),
|
|
3361
3361
|
|
|
3362
|
-
/***/
|
|
3362
|
+
/***/ 61:
|
|
3363
3363
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3364
3364
|
|
|
3365
3365
|
"use strict";
|
package/lib/toolbar.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 = 77);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -192,7 +192,7 @@ function normalizeComponent(
|
|
|
192
192
|
|
|
193
193
|
/***/ }),
|
|
194
194
|
|
|
195
|
-
/***/
|
|
195
|
+
/***/ 77:
|
|
196
196
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
197
197
|
|
|
198
198
|
"use strict";
|
package/lib/tree-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 = 63);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3359,7 +3359,7 @@ module.exports = require("json-bigint");
|
|
|
3359
3359
|
|
|
3360
3360
|
/***/ }),
|
|
3361
3361
|
|
|
3362
|
-
/***/
|
|
3362
|
+
/***/ 63:
|
|
3363
3363
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3364
3364
|
|
|
3365
3365
|
"use strict";
|
package/lib/tree.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
|
/******/ ({
|
|
@@ -3359,7 +3359,7 @@ module.exports = require("json-bigint");
|
|
|
3359
3359
|
|
|
3360
3360
|
/***/ }),
|
|
3361
3361
|
|
|
3362
|
-
/***/
|
|
3362
|
+
/***/ 62:
|
|
3363
3363
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3364
3364
|
|
|
3365
3365
|
"use strict";
|
package/lib/upload.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 = 34);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3338,7 +3338,7 @@ module.exports = require("qs");
|
|
|
3338
3338
|
|
|
3339
3339
|
/***/ }),
|
|
3340
3340
|
|
|
3341
|
-
/***/
|
|
3341
|
+
/***/ 34:
|
|
3342
3342
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3343
3343
|
|
|
3344
3344
|
"use strict";
|
package/lib/wujie.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 = 65);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3359,7 +3359,7 @@ module.exports = require("json-bigint");
|
|
|
3359
3359
|
|
|
3360
3360
|
/***/ }),
|
|
3361
3361
|
|
|
3362
|
-
/***/
|
|
3362
|
+
/***/ 65:
|
|
3363
3363
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3364
3364
|
|
|
3365
3365
|
"use strict";
|
package/lib/wxlogin.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
|
/******/ ({
|
|
@@ -3359,7 +3359,7 @@ module.exports = require("json-bigint");
|
|
|
3359
3359
|
|
|
3360
3360
|
/***/ }),
|
|
3361
3361
|
|
|
3362
|
-
/***/
|
|
3362
|
+
/***/ 66:
|
|
3363
3363
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3364
3364
|
|
|
3365
3365
|
"use strict";
|