eoss-ui 0.4.77 → 0.4.78
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.js +3 -3
- package/lib/cascader.js +2 -2
- package/lib/date-picker.js +2 -2
- package/lib/eoss-ui.common.js +66 -3
- package/lib/index.js +1 -1
- package/lib/input-number.js +9 -9
- package/lib/input.js +2 -2
- package/lib/label.js +2 -2
- package/lib/layout.js +269 -0
- package/lib/menu.js +2 -2
- package/lib/nav.js +2 -2
- package/lib/notify.js +2 -2
- package/lib/page.js +9 -9
- package/lib/pagination.js +2 -2
- package/lib/player.js +2 -2
- package/lib/qr-code.js +2 -2
- 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.js +2 -2
- package/lib/sizer.js +2 -2
- 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/layout.css +0 -0
- package/lib/tips.js +9 -9
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +2 -2
- package/lib/tree.js +2 -2
- package/lib/wujie.js +2 -2
- package/lib/wxlogin.js +2 -2
- package/package.json +1 -1
- package/packages/button/src/main.vue +4 -6
- package/packages/layout/index.js +3 -3
- package/packages/layout/src/main.vue +11 -1422
- package/packages/theme-chalk/lib/layout.css +0 -0
- package/packages/theme-chalk/src/index.scss +1 -0
- package/packages/theme-chalk/src/layout.scss +0 -0
- package/src/index.js +4 -1
- package/packages/layout/src/resetPassword.vue +0 -338
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 = 59);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -192,7 +192,7 @@ function normalizeComponent(
|
|
|
192
192
|
|
|
193
193
|
/***/ }),
|
|
194
194
|
|
|
195
|
-
/***/
|
|
195
|
+
/***/ 59:
|
|
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 = 58);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3352,7 +3352,7 @@ module.exports = require("eoss-element");
|
|
|
3352
3352
|
|
|
3353
3353
|
/***/ }),
|
|
3354
3354
|
|
|
3355
|
-
/***/
|
|
3355
|
+
/***/ 58:
|
|
3356
3356
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3357
3357
|
|
|
3358
3358
|
"use strict";
|
|
File without changes
|
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 = 60);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3352,7 +3352,14 @@ module.exports = require("eoss-element");
|
|
|
3352
3352
|
|
|
3353
3353
|
/***/ }),
|
|
3354
3354
|
|
|
3355
|
-
/***/
|
|
3355
|
+
/***/ 6:
|
|
3356
|
+
/***/ (function(module, exports) {
|
|
3357
|
+
|
|
3358
|
+
module.exports = require("json-bigint");
|
|
3359
|
+
|
|
3360
|
+
/***/ }),
|
|
3361
|
+
|
|
3362
|
+
/***/ 60:
|
|
3356
3363
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3357
3364
|
|
|
3358
3365
|
"use strict";
|
|
@@ -3577,13 +3584,6 @@ main.install = function (Vue) {
|
|
|
3577
3584
|
|
|
3578
3585
|
/***/ }),
|
|
3579
3586
|
|
|
3580
|
-
/***/ 6:
|
|
3581
|
-
/***/ (function(module, exports) {
|
|
3582
|
-
|
|
3583
|
-
module.exports = require("json-bigint");
|
|
3584
|
-
|
|
3585
|
-
/***/ }),
|
|
3586
|
-
|
|
3587
3587
|
/***/ 7:
|
|
3588
3588
|
/***/ (function(module, exports) {
|
|
3589
3589
|
|
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 = 76);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -192,7 +192,7 @@ function normalizeComponent(
|
|
|
192
192
|
|
|
193
193
|
/***/ }),
|
|
194
194
|
|
|
195
|
-
/***/
|
|
195
|
+
/***/ 76:
|
|
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 = 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/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 = 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/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 = 64);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3359,7 +3359,7 @@ module.exports = require("json-bigint");
|
|
|
3359
3359
|
|
|
3360
3360
|
/***/ }),
|
|
3361
3361
|
|
|
3362
|
-
/***/
|
|
3362
|
+
/***/ 64:
|
|
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 = 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/package.json
CHANGED
|
@@ -275,14 +275,12 @@ export default {
|
|
|
275
275
|
},
|
|
276
276
|
this.iconPlacement === 'start'
|
|
277
277
|
? [
|
|
278
|
-
this.
|
|
279
|
-
this.$slots.default
|
|
280
|
-
this.icon ? h('i', { class: this.icon }) : ''
|
|
278
|
+
this.icon ? h('i', { class: this.icon }) : '',
|
|
279
|
+
this.$slots.default || this.text
|
|
281
280
|
]
|
|
282
281
|
: [
|
|
283
|
-
this.
|
|
284
|
-
this.
|
|
285
|
-
this.$slots.default
|
|
282
|
+
this.$slots.default || this.text,
|
|
283
|
+
this.icon ? h('i', { class: this.icon }) : ''
|
|
286
284
|
]
|
|
287
285
|
);
|
|
288
286
|
}
|
package/packages/layout/index.js
CHANGED