@mdsfe/mds-ui 0.3.0-12 → 0.3.0-14
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 +1013 -0
- package/dist/_util/iconfont/index.js +7 -7
- package/dist/affix.js +6 -6
- package/dist/alert.js +6 -6
- package/dist/anchor.js +6 -6
- package/dist/avatar.js +6 -6
- package/dist/backtop.js +8 -8
- package/dist/badge.js +10 -10
- 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 +8 -8
- package/dist/cascader.js +16 -16
- package/dist/cascaderpanel.js +16 -16
- package/dist/checkbox.js +4 -4
- package/dist/col.js +8 -8
- package/dist/collapse.js +6 -6
- package/dist/color.js +6 -6
- package/dist/datepicker.js +812 -34
- package/dist/divider.js +6 -6
- package/dist/drawer.js +8 -8
- package/dist/dropdown.js +15 -15
- package/dist/empty.js +6 -6
- package/dist/font/iconfont.9936847.woff2 +0 -0
- package/dist/font/iconfont.b0a8d88.woff +0 -0
- package/dist/font/{iconfont.4335068.ttf → iconfont.d4ec0db.ttf} +0 -0
- package/dist/font.js +6 -6
- package/dist/form.js +13 -13
- package/dist/icon.js +6 -6
- package/dist/index.js +1 -1
- package/dist/input.js +6 -6
- package/dist/inputnumber.js +6 -6
- 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 +1569 -1371
- package/dist/menu.js +13 -13
- package/dist/message.js +1094 -1094
- package/dist/modal.js +11 -11
- package/dist/notification.js +10 -10
- package/dist/pagination.js +59 -59
- package/dist/popconfirm.js +29 -29
- package/dist/popover.js +18 -18
- package/dist/progress.js +25 -25
- package/dist/radio.js +6 -6
- package/dist/rate.js +6 -6
- package/dist/row.js +8 -8
- package/dist/select.js +18 -18
- package/dist/slider.js +22 -22
- package/dist/slottable.js +24 -24
- package/dist/steps.js +6 -6
- package/dist/style/affix.css +109 -1
- package/dist/style/alert.css +109 -1
- package/dist/style/anchor.css +109 -1
- package/dist/style/avatar.css +109 -1
- package/dist/style/badge.css +109 -1
- package/dist/style/bordershadow.css +109 -1
- package/dist/style/breadcrumb.css +109 -1
- package/dist/style/button.css +109 -1
- package/dist/style/card.css +109 -1
- package/dist/style/carousel.css +109 -1
- package/dist/style/checkbox.css +109 -1
- package/dist/style/col.css +109 -1
- package/dist/style/collapse.css +109 -1
- package/dist/style/color.css +109 -1
- package/dist/style/datepicker.css +109 -1
- package/dist/style/divider.css +109 -1
- package/dist/style/drawer.css +109 -1
- package/dist/style/dropdown.css +109 -1
- package/dist/style/empty.css +109 -1
- package/dist/style/font.css +109 -1
- package/dist/style/form.css +109 -1
- package/dist/style/icon.css +109 -1
- package/dist/style/input.css +109 -1
- package/dist/style/inputnumber.css +109 -1
- package/dist/style/layout.css +109 -1
- package/dist/style/list.css +109 -1
- package/dist/style/loading.css +109 -1
- package/dist/style/menu.css +109 -1
- package/dist/style/modal.css +109 -1
- package/dist/style/notification.css +109 -1
- package/dist/style/pagination.css +109 -1
- package/dist/style/popconfirm.css +109 -1
- package/dist/style/popover.css +109 -1
- package/dist/style/progress.css +109 -1
- package/dist/style/radio.css +109 -1
- package/dist/style/rate.css +109 -1
- package/dist/style/row.css +109 -1
- package/dist/style/select.css +109 -1
- package/dist/style/slider.css +109 -1
- package/dist/style/slottable.css +109 -1
- package/dist/style/steps.css +109 -1
- package/dist/style/switch.css +109 -1
- package/dist/style/table.css +109 -1
- package/dist/style/tabs.css +109 -1
- package/dist/style/tag.css +109 -1
- package/dist/style/text.css +109 -1
- package/dist/style/timeline.css +109 -1
- package/dist/style/timepicker.css +109 -1
- package/dist/style/tooltip.css +109 -1
- package/dist/style/tree.css +109 -1
- package/dist/style/typography.css +109 -1
- package/dist/style/upload.css +109 -1
- package/dist/switch.js +6 -6
- package/dist/table.js +374 -374
- package/dist/tabs.js +6 -6
- package/dist/tag.js +6 -6
- package/dist/text.js +6 -6
- package/dist/timeline.js +6 -6
- package/dist/timepicker.js +16 -16
- package/dist/tooltip.js +4 -4
- package/dist/transfer.js +6 -6
- package/dist/transition.js +4 -4
- package/dist/tree.js +6 -6
- package/dist/typography.js +6 -6
- package/dist/upload.js +10 -10
- package/package.json +2 -1
- package/dist/font/iconfont.32d189e.woff +0 -0
- package/dist/font/iconfont.38ce0b7.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 = 94);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,14 +203,14 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 145:
|
|
207
207
|
/***/ (function(module, exports) {
|
|
208
208
|
|
|
209
209
|
// removed by extract-text-webpack-plugin
|
|
210
210
|
|
|
211
211
|
/***/ }),
|
|
212
212
|
|
|
213
|
-
/***/
|
|
213
|
+
/***/ 234:
|
|
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
|
+
/***/ 94:
|
|
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__(145);
|
|
257
257
|
|
|
258
258
|
// EXTERNAL MODULE: ./components/tabs/style/index.less
|
|
259
|
-
var tabs_style = __webpack_require__(
|
|
259
|
+
var tabs_style = __webpack_require__(234);
|
|
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 = 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__(145);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/tag/style/index.less
|
|
217
|
-
var tag_style = __webpack_require__(
|
|
217
|
+
var tag_style = __webpack_require__(236);
|
|
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
|
+
/***/ 145:
|
|
444
444
|
/***/ (function(module, exports) {
|
|
445
445
|
|
|
446
446
|
// removed by extract-text-webpack-plugin
|
|
447
447
|
|
|
448
448
|
/***/ }),
|
|
449
449
|
|
|
450
|
-
/***/
|
|
450
|
+
/***/ 236:
|
|
451
451
|
/***/ (function(module, exports) {
|
|
452
452
|
|
|
453
453
|
// removed by extract-text-webpack-plugin
|
package/dist/text.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 = 103);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,7 +203,7 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 103:
|
|
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__(145);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/text/style/index.less
|
|
217
|
-
var text_style = __webpack_require__(
|
|
217
|
+
var text_style = __webpack_require__(268);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/text/style/index.js
|
|
220
220
|
|
|
@@ -692,14 +692,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
|
|
|
692
692
|
|
|
693
693
|
/***/ }),
|
|
694
694
|
|
|
695
|
-
/***/
|
|
695
|
+
/***/ 145:
|
|
696
696
|
/***/ (function(module, exports) {
|
|
697
697
|
|
|
698
698
|
// removed by extract-text-webpack-plugin
|
|
699
699
|
|
|
700
700
|
/***/ }),
|
|
701
701
|
|
|
702
|
-
/***/
|
|
702
|
+
/***/ 268:
|
|
703
703
|
/***/ (function(module, exports) {
|
|
704
704
|
|
|
705
705
|
// removed by extract-text-webpack-plugin
|
package/dist/timeline.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 = 115);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,7 +203,7 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 115:
|
|
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__(145);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/timeline/style/index.less
|
|
217
|
-
var timeline_style = __webpack_require__(
|
|
217
|
+
var timeline_style = __webpack_require__(238);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/timeline/style/index.js
|
|
220
220
|
|
|
@@ -470,14 +470,14 @@ timeline.install = function (Vue) {
|
|
|
470
470
|
|
|
471
471
|
/***/ }),
|
|
472
472
|
|
|
473
|
-
/***/
|
|
473
|
+
/***/ 145:
|
|
474
474
|
/***/ (function(module, exports) {
|
|
475
475
|
|
|
476
476
|
// removed by extract-text-webpack-plugin
|
|
477
477
|
|
|
478
478
|
/***/ }),
|
|
479
479
|
|
|
480
|
-
/***/
|
|
480
|
+
/***/ 238:
|
|
481
481
|
/***/ (function(module, exports) {
|
|
482
482
|
|
|
483
483
|
// removed by extract-text-webpack-plugin
|
package/dist/timepicker.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 = 98);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -527,7 +527,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
|
|
|
527
527
|
|
|
528
528
|
/***/ }),
|
|
529
529
|
|
|
530
|
-
/***/
|
|
530
|
+
/***/ 145:
|
|
531
531
|
/***/ (function(module, exports) {
|
|
532
532
|
|
|
533
533
|
// removed by extract-text-webpack-plugin
|
|
@@ -2740,7 +2740,7 @@ var placementMap = {
|
|
|
2740
2740
|
|
|
2741
2741
|
/***/ }),
|
|
2742
2742
|
|
|
2743
|
-
/***/
|
|
2743
|
+
/***/ 240:
|
|
2744
2744
|
/***/ (function(module, exports) {
|
|
2745
2745
|
|
|
2746
2746
|
// removed by extract-text-webpack-plugin
|
|
@@ -2852,7 +2852,7 @@ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding *
|
|
|
2852
2852
|
// UNUSED EXPORTS: use, i18n
|
|
2853
2853
|
|
|
2854
2854
|
// EXTERNAL MODULE: external "babel-runtime/core-js/object/get-prototype-of"
|
|
2855
|
-
var get_prototype_of_ = __webpack_require__(
|
|
2855
|
+
var get_prototype_of_ = __webpack_require__(52);
|
|
2856
2856
|
var get_prototype_of_default = /*#__PURE__*/__webpack_require__.n(get_prototype_of_);
|
|
2857
2857
|
|
|
2858
2858
|
// CONCATENATED MODULE: ./components/_locale/lang/zh-CN.js
|
|
@@ -3000,7 +3000,7 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
3000
3000
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default = /*#__PURE__*/__webpack_require__.n(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_);
|
|
3001
3001
|
|
|
3002
3002
|
// EXTERNAL MODULE: external "deepmerge"
|
|
3003
|
-
var external_deepmerge_ = __webpack_require__(
|
|
3003
|
+
var external_deepmerge_ = __webpack_require__(53);
|
|
3004
3004
|
var external_deepmerge_default = /*#__PURE__*/__webpack_require__.n(external_deepmerge_);
|
|
3005
3005
|
|
|
3006
3006
|
// EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
|
|
@@ -3107,13 +3107,6 @@ var i18n = function i18n(fn) {
|
|
|
3107
3107
|
|
|
3108
3108
|
/***/ }),
|
|
3109
3109
|
|
|
3110
|
-
/***/ 49:
|
|
3111
|
-
/***/ (function(module, exports) {
|
|
3112
|
-
|
|
3113
|
-
module.exports = require("babel-runtime/core-js/object/get-prototype-of");
|
|
3114
|
-
|
|
3115
|
-
/***/ }),
|
|
3116
|
-
|
|
3117
3110
|
/***/ 5:
|
|
3118
3111
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3119
3112
|
|
|
@@ -3320,7 +3313,14 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
|
|
|
3320
3313
|
|
|
3321
3314
|
/***/ }),
|
|
3322
3315
|
|
|
3323
|
-
/***/
|
|
3316
|
+
/***/ 52:
|
|
3317
|
+
/***/ (function(module, exports) {
|
|
3318
|
+
|
|
3319
|
+
module.exports = require("babel-runtime/core-js/object/get-prototype-of");
|
|
3320
|
+
|
|
3321
|
+
/***/ }),
|
|
3322
|
+
|
|
3323
|
+
/***/ 53:
|
|
3324
3324
|
/***/ (function(module, exports) {
|
|
3325
3325
|
|
|
3326
3326
|
module.exports = require("deepmerge");
|
|
@@ -3355,7 +3355,7 @@ module.exports = require("babel-runtime/helpers/typeof");
|
|
|
3355
3355
|
|
|
3356
3356
|
/***/ }),
|
|
3357
3357
|
|
|
3358
|
-
/***/
|
|
3358
|
+
/***/ 98:
|
|
3359
3359
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3360
3360
|
|
|
3361
3361
|
"use strict";
|
|
@@ -3363,10 +3363,10 @@ module.exports = require("babel-runtime/helpers/typeof");
|
|
|
3363
3363
|
__webpack_require__.r(__webpack_exports__);
|
|
3364
3364
|
|
|
3365
3365
|
// EXTERNAL MODULE: ./components/style/index.less
|
|
3366
|
-
var style = __webpack_require__(
|
|
3366
|
+
var style = __webpack_require__(145);
|
|
3367
3367
|
|
|
3368
3368
|
// EXTERNAL MODULE: ./components/timepicker/style/index.less
|
|
3369
|
-
var timepicker_style = __webpack_require__(
|
|
3369
|
+
var timepicker_style = __webpack_require__(240);
|
|
3370
3370
|
|
|
3371
3371
|
// CONCATENATED MODULE: ./components/timepicker/style/index.js
|
|
3372
3372
|
|
package/dist/tooltip.js
CHANGED
|
@@ -399,7 +399,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
|
|
|
399
399
|
|
|
400
400
|
/***/ }),
|
|
401
401
|
|
|
402
|
-
/***/
|
|
402
|
+
/***/ 145:
|
|
403
403
|
/***/ (function(module, exports) {
|
|
404
404
|
|
|
405
405
|
// removed by extract-text-webpack-plugin
|
|
@@ -2110,7 +2110,7 @@ module.exports = require("babel-runtime/core-js/object/get-own-property-descript
|
|
|
2110
2110
|
|
|
2111
2111
|
/***/ }),
|
|
2112
2112
|
|
|
2113
|
-
/***/
|
|
2113
|
+
/***/ 197:
|
|
2114
2114
|
/***/ (function(module, exports) {
|
|
2115
2115
|
|
|
2116
2116
|
// removed by extract-text-webpack-plugin
|
|
@@ -2171,9 +2171,9 @@ var placementMap = {
|
|
|
2171
2171
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2172
2172
|
|
|
2173
2173
|
"use strict";
|
|
2174
|
-
/* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
2174
|
+
/* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
|
|
2175
2175
|
/* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
|
|
2176
|
-
/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
2176
|
+
/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(197);
|
|
2177
2177
|
/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
|
|
2178
2178
|
|
|
2179
2179
|
|
package/dist/transfer.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 = 118);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -210,7 +210,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
|
|
|
210
210
|
|
|
211
211
|
/***/ }),
|
|
212
212
|
|
|
213
|
-
/***/
|
|
213
|
+
/***/ 118:
|
|
214
214
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
215
215
|
|
|
216
216
|
"use strict";
|
|
@@ -218,10 +218,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
|
|
|
218
218
|
__webpack_require__.r(__webpack_exports__);
|
|
219
219
|
|
|
220
220
|
// EXTERNAL MODULE: ./components/transfer/style/index.less
|
|
221
|
-
var style = __webpack_require__(
|
|
221
|
+
var style = __webpack_require__(250);
|
|
222
222
|
|
|
223
223
|
// EXTERNAL MODULE: ./components/transfer/style/panel.less
|
|
224
|
-
var panel = __webpack_require__(
|
|
224
|
+
var panel = __webpack_require__(252);
|
|
225
225
|
|
|
226
226
|
// CONCATENATED MODULE: ./components/transfer/style/index.js
|
|
227
227
|
|
|
@@ -963,14 +963,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__21__;
|
|
|
963
963
|
|
|
964
964
|
/***/ }),
|
|
965
965
|
|
|
966
|
-
/***/
|
|
966
|
+
/***/ 250:
|
|
967
967
|
/***/ (function(module, exports) {
|
|
968
968
|
|
|
969
969
|
// removed by extract-text-webpack-plugin
|
|
970
970
|
|
|
971
971
|
/***/ }),
|
|
972
972
|
|
|
973
|
-
/***/
|
|
973
|
+
/***/ 252:
|
|
974
974
|
/***/ (function(module, exports) {
|
|
975
975
|
|
|
976
976
|
// removed by extract-text-webpack-plugin
|
package/dist/transition.js
CHANGED
|
@@ -91,12 +91,12 @@ 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 = 139);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
98
98
|
|
|
99
|
-
/***/
|
|
99
|
+
/***/ 139:
|
|
100
100
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
101
101
|
|
|
102
102
|
"use strict";
|
|
@@ -104,7 +104,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
104
104
|
__webpack_require__.r(__webpack_exports__);
|
|
105
105
|
|
|
106
106
|
// EXTERNAL MODULE: ./components/transition/style/animate.less
|
|
107
|
-
var animate = __webpack_require__(
|
|
107
|
+
var animate = __webpack_require__(242);
|
|
108
108
|
|
|
109
109
|
// CONCATENATED MODULE: ./components/transition/style/index.js
|
|
110
110
|
|
|
@@ -228,7 +228,7 @@ transition_transition.install = function (Vue) {
|
|
|
228
228
|
|
|
229
229
|
/***/ }),
|
|
230
230
|
|
|
231
|
-
/***/
|
|
231
|
+
/***/ 242:
|
|
232
232
|
/***/ (function(module, exports) {
|
|
233
233
|
|
|
234
234
|
// removed by extract-text-webpack-plugin
|
package/dist/tree.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 = 104);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,7 +203,7 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 104:
|
|
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__(145);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/tree/style/index.less
|
|
217
|
-
var tree_style = __webpack_require__(
|
|
217
|
+
var tree_style = __webpack_require__(244);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/tree/style/index.js
|
|
220
220
|
|
|
@@ -1944,7 +1944,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
|
|
|
1944
1944
|
|
|
1945
1945
|
/***/ }),
|
|
1946
1946
|
|
|
1947
|
-
/***/
|
|
1947
|
+
/***/ 145:
|
|
1948
1948
|
/***/ (function(module, exports) {
|
|
1949
1949
|
|
|
1950
1950
|
// removed by extract-text-webpack-plugin
|
|
@@ -1958,7 +1958,7 @@ module.exports = require("babel-runtime/core-js/get-iterator");
|
|
|
1958
1958
|
|
|
1959
1959
|
/***/ }),
|
|
1960
1960
|
|
|
1961
|
-
/***/
|
|
1961
|
+
/***/ 244:
|
|
1962
1962
|
/***/ (function(module, exports) {
|
|
1963
1963
|
|
|
1964
1964
|
// removed by extract-text-webpack-plugin
|
package/dist/typography.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 = 120);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,7 +203,7 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 120:
|
|
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__(145);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/typography/style/index.less
|
|
217
|
-
var typography_style = __webpack_require__(
|
|
217
|
+
var typography_style = __webpack_require__(270);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/typography/style/index.js
|
|
220
220
|
|
|
@@ -451,14 +451,14 @@ typography.install = function (Vue) {
|
|
|
451
451
|
|
|
452
452
|
/***/ }),
|
|
453
453
|
|
|
454
|
-
/***/
|
|
454
|
+
/***/ 145:
|
|
455
455
|
/***/ (function(module, exports) {
|
|
456
456
|
|
|
457
457
|
// removed by extract-text-webpack-plugin
|
|
458
458
|
|
|
459
459
|
/***/ }),
|
|
460
460
|
|
|
461
|
-
/***/
|
|
461
|
+
/***/ 270:
|
|
462
462
|
/***/ (function(module, exports) {
|
|
463
463
|
|
|
464
464
|
// removed by extract-text-webpack-plugin
|
package/dist/upload.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 = 92);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -217,14 +217,14 @@ module.exports = require("babel-runtime/core-js/object/keys");
|
|
|
217
217
|
|
|
218
218
|
/***/ }),
|
|
219
219
|
|
|
220
|
-
/***/
|
|
220
|
+
/***/ 145:
|
|
221
221
|
/***/ (function(module, exports) {
|
|
222
222
|
|
|
223
223
|
// removed by extract-text-webpack-plugin
|
|
224
224
|
|
|
225
225
|
/***/ }),
|
|
226
226
|
|
|
227
|
-
/***/
|
|
227
|
+
/***/ 167:
|
|
228
228
|
/***/ (function(module, exports) {
|
|
229
229
|
|
|
230
230
|
// removed by extract-text-webpack-plugin
|
|
@@ -245,7 +245,7 @@ module.exports = require("babel-runtime/helpers/extends");
|
|
|
245
245
|
|
|
246
246
|
/***/ }),
|
|
247
247
|
|
|
248
|
-
/***/
|
|
248
|
+
/***/ 59:
|
|
249
249
|
/***/ (function(module, exports) {
|
|
250
250
|
|
|
251
251
|
module.exports = require("axios");
|
|
@@ -259,14 +259,14 @@ module.exports = require("babel-runtime/core-js/object/assign");
|
|
|
259
259
|
|
|
260
260
|
/***/ }),
|
|
261
261
|
|
|
262
|
-
/***/
|
|
262
|
+
/***/ 67:
|
|
263
263
|
/***/ (function(module, exports) {
|
|
264
264
|
|
|
265
265
|
module.exports = require("babel-runtime/core-js/object/values");
|
|
266
266
|
|
|
267
267
|
/***/ }),
|
|
268
268
|
|
|
269
|
-
/***/
|
|
269
|
+
/***/ 92:
|
|
270
270
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
271
271
|
|
|
272
272
|
"use strict";
|
|
@@ -274,10 +274,10 @@ module.exports = require("babel-runtime/core-js/object/values");
|
|
|
274
274
|
__webpack_require__.r(__webpack_exports__);
|
|
275
275
|
|
|
276
276
|
// EXTERNAL MODULE: ./components/style/index.less
|
|
277
|
-
var style = __webpack_require__(
|
|
277
|
+
var style = __webpack_require__(145);
|
|
278
278
|
|
|
279
279
|
// EXTERNAL MODULE: ./components/upload/style/index.less
|
|
280
|
-
var upload_style = __webpack_require__(
|
|
280
|
+
var upload_style = __webpack_require__(167);
|
|
281
281
|
|
|
282
282
|
// CONCATENATED MODULE: ./components/upload/style/index.js
|
|
283
283
|
|
|
@@ -354,7 +354,7 @@ var get_iterator_ = __webpack_require__(24);
|
|
|
354
354
|
var get_iterator_default = /*#__PURE__*/__webpack_require__.n(get_iterator_);
|
|
355
355
|
|
|
356
356
|
// EXTERNAL MODULE: external "babel-runtime/core-js/object/values"
|
|
357
|
-
var values_ = __webpack_require__(
|
|
357
|
+
var values_ = __webpack_require__(67);
|
|
358
358
|
var values_default = /*#__PURE__*/__webpack_require__.n(values_);
|
|
359
359
|
|
|
360
360
|
// EXTERNAL MODULE: external "babel-runtime/helpers/extends"
|
|
@@ -362,7 +362,7 @@ var extends_ = __webpack_require__(26);
|
|
|
362
362
|
var extends_default = /*#__PURE__*/__webpack_require__.n(extends_);
|
|
363
363
|
|
|
364
364
|
// EXTERNAL MODULE: external "axios"
|
|
365
|
-
var external_axios_ = __webpack_require__(
|
|
365
|
+
var external_axios_ = __webpack_require__(59);
|
|
366
366
|
var external_axios_default = /*#__PURE__*/__webpack_require__.n(external_axios_);
|
|
367
367
|
|
|
368
368
|
// CONCATENATED MODULE: ./components/upload/attr-accept.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdsfe/mds-ui",
|
|
3
|
-
"version": "0.3.0-
|
|
3
|
+
"version": "0.3.0-14",
|
|
4
4
|
"description": "A set of enterprise-class Vue UI components.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"test:cov": "jest ./components/ --coverage",
|
|
11
11
|
"lint": "eslint components",
|
|
12
12
|
"lint:fix": "eslint --fix --ext '.js,.vue,.ts' components",
|
|
13
|
+
"lint:fix:example": "eslint --fix --ext '.js,.vue,.ts' example",
|
|
13
14
|
"clean": "rimraf dist",
|
|
14
15
|
"clean:site": "rimraf site/dist site/components site/docs site/router.js",
|
|
15
16
|
"create:site": "node scripts/generate.js -a",
|
|
Binary file
|
|
Binary file
|