@mdsfe/mds-ui 0.2.10-rc.8 → 0.2.10
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/CHANGELOG.md +994 -0
- package/dist/_util/iconfont/index.js +1 -1
- package/dist/affix.js +6 -6
- package/dist/alert.js +476 -0
- package/dist/anchor.js +5 -5
- package/dist/avatar.js +6 -6
- package/dist/backtop.js +4 -4
- package/dist/badge.js +8 -8
- package/dist/bordershadow.js +6 -6
- package/dist/breadcrumb.js +4 -4
- package/dist/button.js +4 -4
- package/dist/card.js +4 -4
- package/dist/carousel.js +4 -4
- package/dist/cascader.js +16 -16
- package/dist/cascaderpanel.js +4 -4
- package/dist/checkbox.js +4 -4
- package/dist/col.js +8 -8
- package/dist/collapse.js +4 -4
- package/dist/color.js +6 -6
- package/dist/datepicker.js +6 -6
- package/dist/divider.js +6 -6
- package/dist/drawer.js +8 -8
- package/dist/dropdown.js +7 -7
- package/dist/empty.js +6 -6
- package/dist/font/iconfont.754be0c.woff2 +0 -0
- package/dist/font/{iconfont.22ef8cb.ttf → iconfont.c14172b.ttf} +0 -0
- package/dist/font/iconfont.f5e5794.woff +0 -0
- package/dist/font.js +6 -6
- package/dist/form.js +4 -4
- package/dist/icon.js +6 -6
- package/dist/index.js +1 -1
- package/dist/input.js +4 -4
- package/dist/inputnumber.js +4 -4
- package/dist/layout.js +4 -4
- package/dist/list.js +4 -4
- package/dist/loading.js +6 -6
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +452 -272
- package/dist/menu.js +7 -7
- package/dist/message.js +2 -2
- package/dist/modal.js +6 -6
- package/dist/notification.js +6 -6
- package/dist/pagination.js +8 -8
- package/dist/popconfirm.js +12 -12
- package/dist/popover.js +4 -4
- package/dist/progress.js +4 -4
- package/dist/radio.js +4 -4
- package/dist/rate.js +4 -4
- package/dist/row.js +8 -8
- package/dist/select.js +6 -6
- package/dist/slider.js +4 -4
- package/dist/slottable.js +10 -10
- package/dist/steps.js +6 -6
- package/dist/style/affix.css +19 -1
- package/dist/style/alert.css +6186 -0
- package/dist/style/anchor.css +19 -1
- package/dist/style/avatar.css +19 -1
- package/dist/style/badge.css +19 -1
- package/dist/style/bordershadow.css +19 -1
- package/dist/style/breadcrumb.css +19 -1
- package/dist/style/button.css +19 -1
- package/dist/style/card.css +19 -1
- package/dist/style/carousel.css +19 -1
- package/dist/style/checkbox.css +19 -1
- package/dist/style/col.css +19 -1
- package/dist/style/collapse.css +19 -1
- package/dist/style/color.css +19 -1
- package/dist/style/datepicker.css +19 -1
- package/dist/style/divider.css +19 -1
- package/dist/style/drawer.css +19 -1
- package/dist/style/dropdown.css +19 -1
- package/dist/style/empty.css +19 -1
- package/dist/style/font.css +19 -1
- package/dist/style/form.css +19 -1
- package/dist/style/icon.css +19 -1
- package/dist/style/input.css +19 -1
- package/dist/style/inputnumber.css +19 -1
- package/dist/style/layout.css +19 -1
- package/dist/style/list.css +19 -1
- package/dist/style/loading.css +19 -1
- package/dist/style/menu.css +19 -1
- package/dist/style/modal.css +19 -1
- package/dist/style/notification.css +19 -1
- package/dist/style/pagination.css +19 -1
- package/dist/style/popconfirm.css +19 -1
- package/dist/style/popover.css +19 -1
- package/dist/style/progress.css +19 -1
- package/dist/style/radio.css +19 -1
- package/dist/style/rate.css +19 -1
- package/dist/style/row.css +19 -1
- package/dist/style/select.css +19 -1
- package/dist/style/slider.css +19 -1
- package/dist/style/slottable.css +19 -1
- package/dist/style/steps.css +19 -1
- package/dist/style/switch.css +19 -1
- package/dist/style/table.css +19 -1
- package/dist/style/tabs.css +19 -1
- package/dist/style/tag.css +19 -1
- package/dist/style/text.css +19 -1
- package/dist/style/timeline.css +19 -1
- package/dist/style/timepicker.css +19 -1
- package/dist/style/tooltip.css +19 -1
- package/dist/style/tree.css +19 -1
- package/dist/style/typography.css +19 -1
- package/dist/style/upload.css +19 -1
- package/dist/switch.js +6 -6
- package/dist/table.js +18 -18
- package/dist/tabs.js +33 -8
- package/dist/tag.js +4 -4
- package/dist/text.js +4 -4
- package/dist/timeline.js +4 -4
- package/dist/timepicker.js +4 -4
- package/dist/tooltip.js +7 -7
- package/dist/transfer.js +4 -4
- package/dist/transition.js +4 -4
- package/dist/tree.js +4 -4
- package/dist/typography.js +4 -4
- package/dist/upload.js +4 -4
- package/package.json +1 -1
- package/dist/font/iconfont.8bd7c3e.woff2 +0 -0
- package/dist/font/iconfont.c5d3297.woff +0 -0
package/dist/dropdown.js
CHANGED
|
@@ -211,10 +211,10 @@ function normalizeComponent (
|
|
|
211
211
|
__webpack_require__.r(__webpack_exports__);
|
|
212
212
|
|
|
213
213
|
// EXTERNAL MODULE: ./components/style/index.less
|
|
214
|
-
var style = __webpack_require__(
|
|
214
|
+
var style = __webpack_require__(139);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/dropdown/style/index.less
|
|
217
|
-
var dropdown_style = __webpack_require__(
|
|
217
|
+
var dropdown_style = __webpack_require__(177);
|
|
218
218
|
|
|
219
219
|
// EXTERNAL MODULE: ./components/button/style/index.js
|
|
220
220
|
var button_style = __webpack_require__(40);
|
|
@@ -674,21 +674,21 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
|
|
|
674
674
|
|
|
675
675
|
/***/ }),
|
|
676
676
|
|
|
677
|
-
/***/
|
|
677
|
+
/***/ 139:
|
|
678
678
|
/***/ (function(module, exports) {
|
|
679
679
|
|
|
680
680
|
// removed by extract-text-webpack-plugin
|
|
681
681
|
|
|
682
682
|
/***/ }),
|
|
683
683
|
|
|
684
|
-
/***/
|
|
684
|
+
/***/ 163:
|
|
685
685
|
/***/ (function(module, exports) {
|
|
686
686
|
|
|
687
687
|
// removed by extract-text-webpack-plugin
|
|
688
688
|
|
|
689
689
|
/***/ }),
|
|
690
690
|
|
|
691
|
-
/***/
|
|
691
|
+
/***/ 177:
|
|
692
692
|
/***/ (function(module, exports) {
|
|
693
693
|
|
|
694
694
|
// removed by extract-text-webpack-plugin
|
|
@@ -699,9 +699,9 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
|
|
|
699
699
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
700
700
|
|
|
701
701
|
"use strict";
|
|
702
|
-
/* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
702
|
+
/* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
|
|
703
703
|
/* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
|
|
704
|
-
/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
704
|
+
/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(163);
|
|
705
705
|
/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
|
|
706
706
|
|
|
707
707
|
|
package/dist/empty.js
CHANGED
|
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
94
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
94
|
+
/******/ return __webpack_require__(__webpack_require__.s = 138);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,7 +203,7 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 138:
|
|
207
207
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
208
208
|
|
|
209
209
|
"use strict";
|
|
@@ -211,10 +211,10 @@ function normalizeComponent (
|
|
|
211
211
|
__webpack_require__.r(__webpack_exports__);
|
|
212
212
|
|
|
213
213
|
// EXTERNAL MODULE: ./components/style/index.less
|
|
214
|
-
var style = __webpack_require__(
|
|
214
|
+
var style = __webpack_require__(139);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/empty/style/index.less
|
|
217
|
-
var empty_style = __webpack_require__(
|
|
217
|
+
var empty_style = __webpack_require__(256);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/empty/style/index.js
|
|
220
220
|
|
|
@@ -235,14 +235,14 @@ empty["a" /* default */].install = function (Vue) {
|
|
|
235
235
|
|
|
236
236
|
/***/ }),
|
|
237
237
|
|
|
238
|
-
/***/
|
|
238
|
+
/***/ 139:
|
|
239
239
|
/***/ (function(module, exports) {
|
|
240
240
|
|
|
241
241
|
// removed by extract-text-webpack-plugin
|
|
242
242
|
|
|
243
243
|
/***/ }),
|
|
244
244
|
|
|
245
|
-
/***/
|
|
245
|
+
/***/ 256:
|
|
246
246
|
/***/ (function(module, exports) {
|
|
247
247
|
|
|
248
248
|
// removed by extract-text-webpack-plugin
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/font.js
CHANGED
|
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
94
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
94
|
+
/******/ return __webpack_require__(__webpack_require__.s = 124);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,7 +203,7 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 124:
|
|
207
207
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
208
208
|
|
|
209
209
|
"use strict";
|
|
@@ -211,10 +211,10 @@ function normalizeComponent (
|
|
|
211
211
|
__webpack_require__.r(__webpack_exports__);
|
|
212
212
|
|
|
213
213
|
// EXTERNAL MODULE: ./components/style/index.less
|
|
214
|
-
var style = __webpack_require__(
|
|
214
|
+
var style = __webpack_require__(139);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/font/style/index.less
|
|
217
|
-
var font_style = __webpack_require__(
|
|
217
|
+
var font_style = __webpack_require__(179);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/font/style/index.js
|
|
220
220
|
|
|
@@ -288,14 +288,14 @@ font.install = function (Vue) {
|
|
|
288
288
|
|
|
289
289
|
/***/ }),
|
|
290
290
|
|
|
291
|
-
/***/
|
|
291
|
+
/***/ 139:
|
|
292
292
|
/***/ (function(module, exports) {
|
|
293
293
|
|
|
294
294
|
// removed by extract-text-webpack-plugin
|
|
295
295
|
|
|
296
296
|
/***/ }),
|
|
297
297
|
|
|
298
|
-
/***/
|
|
298
|
+
/***/ 179:
|
|
299
299
|
/***/ (function(module, exports) {
|
|
300
300
|
|
|
301
301
|
// removed by extract-text-webpack-plugin
|
package/dist/form.js
CHANGED
|
@@ -211,10 +211,10 @@ function normalizeComponent (
|
|
|
211
211
|
__webpack_require__.r(__webpack_exports__);
|
|
212
212
|
|
|
213
213
|
// EXTERNAL MODULE: ./components/style/index.less
|
|
214
|
-
var style = __webpack_require__(
|
|
214
|
+
var style = __webpack_require__(139);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/form/style/index.less
|
|
217
|
-
var form_style = __webpack_require__(
|
|
217
|
+
var form_style = __webpack_require__(276);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/form/style/index.js
|
|
220
220
|
|
|
@@ -834,14 +834,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
|
|
|
834
834
|
|
|
835
835
|
/***/ }),
|
|
836
836
|
|
|
837
|
-
/***/
|
|
837
|
+
/***/ 139:
|
|
838
838
|
/***/ (function(module, exports) {
|
|
839
839
|
|
|
840
840
|
// removed by extract-text-webpack-plugin
|
|
841
841
|
|
|
842
842
|
/***/ }),
|
|
843
843
|
|
|
844
|
-
/***/
|
|
844
|
+
/***/ 276:
|
|
845
845
|
/***/ (function(module, exports) {
|
|
846
846
|
|
|
847
847
|
// removed by extract-text-webpack-plugin
|
package/dist/icon.js
CHANGED
|
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
94
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
94
|
+
/******/ return __webpack_require__(__webpack_require__.s = 125);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,7 +203,7 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 125:
|
|
207
207
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
208
208
|
|
|
209
209
|
"use strict";
|
|
@@ -211,10 +211,10 @@ function normalizeComponent (
|
|
|
211
211
|
__webpack_require__.r(__webpack_exports__);
|
|
212
212
|
|
|
213
213
|
// EXTERNAL MODULE: ./components/style/index.less
|
|
214
|
-
var style = __webpack_require__(
|
|
214
|
+
var style = __webpack_require__(139);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/icon/style/index.less
|
|
217
|
-
var icon_style = __webpack_require__(
|
|
217
|
+
var icon_style = __webpack_require__(181);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/icon/style/index.js
|
|
220
220
|
|
|
@@ -338,14 +338,14 @@ icon.install = function (Vue) {
|
|
|
338
338
|
|
|
339
339
|
/***/ }),
|
|
340
340
|
|
|
341
|
-
/***/
|
|
341
|
+
/***/ 139:
|
|
342
342
|
/***/ (function(module, exports) {
|
|
343
343
|
|
|
344
344
|
// removed by extract-text-webpack-plugin
|
|
345
345
|
|
|
346
346
|
/***/ }),
|
|
347
347
|
|
|
348
|
-
/***/
|
|
348
|
+
/***/ 181:
|
|
349
349
|
/***/ (function(module, exports) {
|
|
350
350
|
|
|
351
351
|
// removed by extract-text-webpack-plugin
|