@mdsfe/mds-ui 0.3.0-13 → 0.3.0-15

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.
Files changed (120) hide show
  1. package/dist/_util/iconfont/index.js +7 -7
  2. package/dist/affix.js +6 -6
  3. package/dist/alert.js +6 -6
  4. package/dist/anchor.js +6 -6
  5. package/dist/avatar.js +6 -6
  6. package/dist/backtop.js +8 -8
  7. package/dist/badge.js +10 -10
  8. package/dist/bordershadow.js +6 -6
  9. package/dist/breadcrumb.js +6 -6
  10. package/dist/button.js +6 -6
  11. package/dist/card.js +6 -6
  12. package/dist/carousel.js +8 -8
  13. package/dist/cascader.js +16 -16
  14. package/dist/cascaderpanel.js +16 -16
  15. package/dist/checkbox.js +4 -4
  16. package/dist/col.js +8 -8
  17. package/dist/collapse.js +6 -6
  18. package/dist/color.js +6 -6
  19. package/dist/datepicker.js +812 -34
  20. package/dist/divider.js +6 -6
  21. package/dist/drawer.js +8 -8
  22. package/dist/dropdown.js +15 -15
  23. package/dist/empty.js +6 -6
  24. package/dist/font/iconfont.9936847.woff2 +0 -0
  25. package/dist/font/iconfont.b0a8d88.woff +0 -0
  26. package/dist/font/{iconfont.0672cda.ttf → iconfont.d4ec0db.ttf} +0 -0
  27. package/dist/font.js +6 -6
  28. package/dist/form.js +13 -13
  29. package/dist/icon.js +6 -6
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +6 -6
  32. package/dist/inputnumber.js +6 -6
  33. package/dist/layout.js +6 -6
  34. package/dist/list.js +6 -6
  35. package/dist/loading.js +6 -6
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +1569 -1371
  38. package/dist/menu.js +13 -13
  39. package/dist/message.js +1094 -1094
  40. package/dist/modal.js +11 -11
  41. package/dist/notification.js +10 -10
  42. package/dist/pagination.js +59 -59
  43. package/dist/popconfirm.js +29 -29
  44. package/dist/popover.js +18 -18
  45. package/dist/progress.js +25 -25
  46. package/dist/radio.js +6 -6
  47. package/dist/rate.js +6 -6
  48. package/dist/row.js +8 -8
  49. package/dist/select.js +18 -18
  50. package/dist/slider.js +22 -22
  51. package/dist/slottable.js +24 -24
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +85 -1
  54. package/dist/style/alert.css +85 -1
  55. package/dist/style/anchor.css +85 -1
  56. package/dist/style/avatar.css +85 -1
  57. package/dist/style/badge.css +85 -1
  58. package/dist/style/bordershadow.css +85 -1
  59. package/dist/style/breadcrumb.css +85 -1
  60. package/dist/style/button.css +85 -1
  61. package/dist/style/card.css +85 -1
  62. package/dist/style/carousel.css +85 -1
  63. package/dist/style/checkbox.css +85 -1
  64. package/dist/style/col.css +85 -1
  65. package/dist/style/collapse.css +85 -1
  66. package/dist/style/color.css +85 -1
  67. package/dist/style/datepicker.css +85 -1
  68. package/dist/style/divider.css +85 -1
  69. package/dist/style/drawer.css +85 -1
  70. package/dist/style/dropdown.css +85 -1
  71. package/dist/style/empty.css +85 -1
  72. package/dist/style/font.css +85 -1
  73. package/dist/style/form.css +85 -1
  74. package/dist/style/icon.css +85 -1
  75. package/dist/style/input.css +85 -1
  76. package/dist/style/inputnumber.css +85 -1
  77. package/dist/style/layout.css +85 -1
  78. package/dist/style/list.css +85 -1
  79. package/dist/style/loading.css +85 -1
  80. package/dist/style/menu.css +85 -1
  81. package/dist/style/modal.css +85 -1
  82. package/dist/style/notification.css +85 -1
  83. package/dist/style/pagination.css +85 -1
  84. package/dist/style/popconfirm.css +85 -1
  85. package/dist/style/popover.css +85 -1
  86. package/dist/style/progress.css +85 -1
  87. package/dist/style/radio.css +85 -1
  88. package/dist/style/rate.css +85 -1
  89. package/dist/style/row.css +85 -1
  90. package/dist/style/select.css +85 -1
  91. package/dist/style/slider.css +85 -1
  92. package/dist/style/slottable.css +85 -1
  93. package/dist/style/steps.css +85 -1
  94. package/dist/style/switch.css +85 -1
  95. package/dist/style/table.css +85 -1
  96. package/dist/style/tabs.css +85 -1
  97. package/dist/style/tag.css +85 -1
  98. package/dist/style/text.css +85 -1
  99. package/dist/style/timeline.css +85 -1
  100. package/dist/style/timepicker.css +85 -1
  101. package/dist/style/tooltip.css +85 -1
  102. package/dist/style/tree.css +85 -1
  103. package/dist/style/typography.css +85 -1
  104. package/dist/style/upload.css +85 -1
  105. package/dist/switch.js +6 -6
  106. package/dist/table.js +374 -374
  107. package/dist/tabs.js +6 -6
  108. package/dist/tag.js +6 -6
  109. package/dist/text.js +6 -6
  110. package/dist/timeline.js +6 -6
  111. package/dist/timepicker.js +16 -16
  112. package/dist/tooltip.js +4 -4
  113. package/dist/transfer.js +6 -6
  114. package/dist/transition.js +4 -4
  115. package/dist/tree.js +6 -6
  116. package/dist/typography.js +6 -6
  117. package/dist/upload.js +10 -10
  118. package/package.json +2 -1
  119. package/dist/font/iconfont.3b8c48b.woff +0 -0
  120. package/dist/font/iconfont.79f88de.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 = 91);
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
- /***/ 142:
206
+ /***/ 145:
207
207
  /***/ (function(module, exports) {
208
208
 
209
209
  // removed by extract-text-webpack-plugin
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 231:
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
- /***/ 91:
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__(142);
256
+ var style = __webpack_require__(145);
257
257
 
258
258
  // EXTERNAL MODULE: ./components/tabs/style/index.less
259
- var tabs_style = __webpack_require__(231);
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 = 121);
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
- /***/ 121:
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__(142);
214
+ var style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/tag/style/index.less
217
- var tag_style = __webpack_require__(233);
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
- /***/ 142:
443
+ /***/ 145:
444
444
  /***/ (function(module, exports) {
445
445
 
446
446
  // removed by extract-text-webpack-plugin
447
447
 
448
448
  /***/ }),
449
449
 
450
- /***/ 233:
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 = 100);
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
- /***/ 100:
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__(142);
214
+ var style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/text/style/index.less
217
- var text_style = __webpack_require__(265);
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
- /***/ 142:
695
+ /***/ 145:
696
696
  /***/ (function(module, exports) {
697
697
 
698
698
  // removed by extract-text-webpack-plugin
699
699
 
700
700
  /***/ }),
701
701
 
702
- /***/ 265:
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 = 112);
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
- /***/ 112:
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__(142);
214
+ var style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/timeline/style/index.less
217
- var timeline_style = __webpack_require__(235);
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
- /***/ 142:
473
+ /***/ 145:
474
474
  /***/ (function(module, exports) {
475
475
 
476
476
  // removed by extract-text-webpack-plugin
477
477
 
478
478
  /***/ }),
479
479
 
480
- /***/ 235:
480
+ /***/ 238:
481
481
  /***/ (function(module, exports) {
482
482
 
483
483
  // removed by extract-text-webpack-plugin
@@ -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 = 95);
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
- /***/ 142:
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
- /***/ 237:
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__(49);
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__(50);
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
- /***/ 50:
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
- /***/ 95:
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__(142);
3366
+ var style = __webpack_require__(145);
3367
3367
 
3368
3368
  // EXTERNAL MODULE: ./components/timepicker/style/index.less
3369
- var timepicker_style = __webpack_require__(237);
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
- /***/ 142:
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
- /***/ 194:
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__(142);
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__(194);
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 = 115);
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
- /***/ 115:
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__(247);
221
+ var style = __webpack_require__(250);
222
222
 
223
223
  // EXTERNAL MODULE: ./components/transfer/style/panel.less
224
- var panel = __webpack_require__(249);
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
- /***/ 247:
966
+ /***/ 250:
967
967
  /***/ (function(module, exports) {
968
968
 
969
969
  // removed by extract-text-webpack-plugin
970
970
 
971
971
  /***/ }),
972
972
 
973
- /***/ 249:
973
+ /***/ 252:
974
974
  /***/ (function(module, exports) {
975
975
 
976
976
  // removed by extract-text-webpack-plugin
@@ -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 = 136);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 139);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
98
98
 
99
- /***/ 136:
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__(239);
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
- /***/ 239:
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 = 101);
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
- /***/ 101:
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__(142);
214
+ var style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/tree/style/index.less
217
- var tree_style = __webpack_require__(241);
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
- /***/ 142:
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
- /***/ 241:
1961
+ /***/ 244:
1962
1962
  /***/ (function(module, exports) {
1963
1963
 
1964
1964
  // removed by extract-text-webpack-plugin
@@ -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 = 117);
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
- /***/ 117:
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__(142);
214
+ var style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/typography/style/index.less
217
- var typography_style = __webpack_require__(267);
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
- /***/ 142:
454
+ /***/ 145:
455
455
  /***/ (function(module, exports) {
456
456
 
457
457
  // removed by extract-text-webpack-plugin
458
458
 
459
459
  /***/ }),
460
460
 
461
- /***/ 267:
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 = 89);
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
- /***/ 142:
220
+ /***/ 145:
221
221
  /***/ (function(module, exports) {
222
222
 
223
223
  // removed by extract-text-webpack-plugin
224
224
 
225
225
  /***/ }),
226
226
 
227
- /***/ 164:
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
- /***/ 58:
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
- /***/ 66:
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
- /***/ 89:
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__(142);
277
+ var style = __webpack_require__(145);
278
278
 
279
279
  // EXTERNAL MODULE: ./components/upload/style/index.less
280
- var upload_style = __webpack_require__(164);
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__(66);
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__(58);
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-13",
3
+ "version": "0.3.0-15",
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