@mdsfe/mds-ui 0.2.11-rc.10 → 0.2.11-rc.13
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/_locale/default.js +18 -0
- package/dist/_locale/format.js +54 -0
- package/dist/_locale/index.js +56 -6
- package/dist/_locale/lang/en.js +144 -0
- package/dist/_locale/lang/zh-CN.js +142 -0
- package/dist/_mixin/locale.js +1 -1
- package/dist/_util/iconfont/index.js +12 -13
- package/dist/_util/util.js +7 -0
- package/dist/affix.js +6 -6
- package/dist/alert.js +6 -6
- package/dist/anchor.js +6 -6
- package/dist/avatar.js +17 -8
- package/dist/backtop.js +11 -11
- package/dist/badge.js +17 -17
- package/dist/bordershadow.js +6 -6
- package/dist/breadcrumb.js +6 -6
- package/dist/button.js +6 -6
- package/dist/card.js +6 -6
- package/dist/carousel.js +80 -80
- package/dist/cascader.js +96 -61
- package/dist/cascaderpanel.js +54 -29
- package/dist/checkbox.js +10 -10
- package/dist/col.js +10 -10
- package/dist/collapse.js +6 -6
- package/dist/color.js +6 -6
- package/dist/datepicker.js +287 -280
- package/dist/divider.js +6 -6
- package/dist/drawer.js +20 -20
- package/dist/dropdown.js +19 -19
- package/dist/empty.js +31 -14
- package/dist/font/iconfont.4ac77c3.woff2 +0 -0
- package/dist/font/iconfont.5a7af4c.woff +0 -0
- package/dist/font/{iconfont.3375cbc.ttf → iconfont.784954d.ttf} +0 -0
- package/dist/font.js +6 -6
- package/dist/form.js +14 -14
- package/dist/icon.js +6 -6
- package/dist/index.js +1 -1
- package/dist/input.js +16 -16
- package/dist/inputnumber.js +13 -13
- package/dist/layout.js +6 -6
- package/dist/list.js +6 -6
- package/dist/loading.js +6 -6
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +1883 -1386
- package/dist/menu.js +18 -18
- package/dist/message.js +10 -10
- package/dist/modal.js +60 -38
- package/dist/notification.js +20 -20
- package/dist/pagination.js +74 -33
- package/dist/popconfirm.js +561 -31
- package/dist/popover.js +27 -27
- package/dist/progress.js +6 -6
- package/dist/radio.js +10 -10
- package/dist/rate.js +10 -10
- package/dist/row.js +10 -10
- package/dist/select.js +99 -79
- package/dist/slider.js +58 -37
- package/dist/slottable.js +75 -50
- package/dist/steps.js +6 -6
- package/dist/style/affix.css +190 -1
- package/dist/style/alert.css +190 -1
- package/dist/style/anchor.css +190 -1
- package/dist/style/avatar.css +190 -1
- package/dist/style/badge.css +190 -1
- package/dist/style/bordershadow.css +190 -1
- package/dist/style/breadcrumb.css +190 -1
- package/dist/style/button.css +190 -1
- package/dist/style/card.css +190 -1
- package/dist/style/carousel.css +190 -1
- package/dist/style/checkbox.css +190 -1
- package/dist/style/col.css +190 -1
- package/dist/style/collapse.css +190 -1
- package/dist/style/color.css +190 -1
- package/dist/style/datepicker.css +190 -1
- package/dist/style/divider.css +190 -1
- package/dist/style/drawer.css +190 -1
- package/dist/style/dropdown.css +190 -1
- package/dist/style/empty.css +190 -1
- package/dist/style/font.css +190 -1
- package/dist/style/form.css +190 -1
- package/dist/style/icon.css +190 -1
- package/dist/style/input.css +190 -1
- package/dist/style/inputnumber.css +190 -1
- package/dist/style/layout.css +190 -1
- package/dist/style/list.css +190 -1
- package/dist/style/loading.css +190 -1
- package/dist/style/menu.css +190 -1
- package/dist/style/modal.css +190 -1
- package/dist/style/notification.css +190 -1
- package/dist/style/pagination.css +190 -1
- package/dist/style/popconfirm.css +190 -1
- package/dist/style/popover.css +190 -1
- package/dist/style/progress.css +190 -1
- package/dist/style/radio.css +190 -1
- package/dist/style/rate.css +190 -1
- package/dist/style/row.css +190 -1
- package/dist/style/select.css +190 -1
- package/dist/style/slider.css +190 -1
- package/dist/style/slottable.css +190 -1
- package/dist/style/steps.css +190 -1
- package/dist/style/switch.css +190 -1
- package/dist/style/table.css +190 -1
- package/dist/style/tabs.css +190 -1
- package/dist/style/tag.css +190 -1
- package/dist/style/text.css +190 -1
- package/dist/style/timeline.css +190 -1
- package/dist/style/timepicker.css +190 -1
- package/dist/style/tooltip.css +190 -1
- package/dist/style/tree.css +190 -1
- package/dist/style/typography.css +190 -1
- package/dist/style/upload.css +190 -1
- package/dist/switch.js +10 -10
- package/dist/table.js +261 -166
- package/dist/tabs.js +6 -6
- package/dist/tag.js +6 -6
- package/dist/text.js +681 -681
- package/dist/timeline.js +6 -6
- package/dist/timepicker.js +571 -41
- package/dist/tooltip.js +25 -25
- package/dist/transfer.js +48 -34
- package/dist/transition.js +4 -4
- package/dist/tree.js +77 -77
- package/dist/typography.js +6 -6
- package/dist/upload.js +60 -32
- package/package.json +4 -2
- package/dist/font/iconfont.18d0990.woff +0 -0
- package/dist/font/iconfont.98a83f4.woff2 +0 -0
package/dist/tabs.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 = 91);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,14 +203,14 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 142:
|
|
207
207
|
/***/ (function(module, exports) {
|
|
208
208
|
|
|
209
209
|
// removed by extract-text-webpack-plugin
|
|
210
210
|
|
|
211
211
|
/***/ }),
|
|
212
212
|
|
|
213
|
-
/***/
|
|
213
|
+
/***/ 231:
|
|
214
214
|
/***/ (function(module, exports) {
|
|
215
215
|
|
|
216
216
|
// removed by extract-text-webpack-plugin
|
|
@@ -245,7 +245,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
|
|
|
245
245
|
|
|
246
246
|
/***/ }),
|
|
247
247
|
|
|
248
|
-
/***/
|
|
248
|
+
/***/ 91:
|
|
249
249
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
250
250
|
|
|
251
251
|
"use strict";
|
|
@@ -253,10 +253,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
|
|
|
253
253
|
__webpack_require__.r(__webpack_exports__);
|
|
254
254
|
|
|
255
255
|
// EXTERNAL MODULE: ./components/style/index.less
|
|
256
|
-
var style = __webpack_require__(
|
|
256
|
+
var style = __webpack_require__(142);
|
|
257
257
|
|
|
258
258
|
// EXTERNAL MODULE: ./components/tabs/style/index.less
|
|
259
|
-
var tabs_style = __webpack_require__(
|
|
259
|
+
var tabs_style = __webpack_require__(231);
|
|
260
260
|
|
|
261
261
|
// CONCATENATED MODULE: ./components/tabs/style/index.js
|
|
262
262
|
|
package/dist/tag.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 = 121);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,7 +203,7 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 121:
|
|
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__(142);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/tag/style/index.less
|
|
217
|
-
var tag_style = __webpack_require__(
|
|
217
|
+
var tag_style = __webpack_require__(233);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/tag/style/index.js
|
|
220
220
|
|
|
@@ -440,14 +440,14 @@ tag.install = function (Vue) {
|
|
|
440
440
|
|
|
441
441
|
/***/ }),
|
|
442
442
|
|
|
443
|
-
/***/
|
|
443
|
+
/***/ 142:
|
|
444
444
|
/***/ (function(module, exports) {
|
|
445
445
|
|
|
446
446
|
// removed by extract-text-webpack-plugin
|
|
447
447
|
|
|
448
448
|
/***/ }),
|
|
449
449
|
|
|
450
|
-
/***/
|
|
450
|
+
/***/ 233:
|
|
451
451
|
/***/ (function(module, exports) {
|
|
452
452
|
|
|
453
453
|
// removed by extract-text-webpack-plugin
|