@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.
Files changed (121) hide show
  1. package/CHANGELOG.md +1013 -0
  2. package/dist/_util/iconfont/index.js +7 -7
  3. package/dist/affix.js +6 -6
  4. package/dist/alert.js +6 -6
  5. package/dist/anchor.js +6 -6
  6. package/dist/avatar.js +6 -6
  7. package/dist/backtop.js +8 -8
  8. package/dist/badge.js +10 -10
  9. package/dist/bordershadow.js +6 -6
  10. package/dist/breadcrumb.js +6 -6
  11. package/dist/button.js +6 -6
  12. package/dist/card.js +6 -6
  13. package/dist/carousel.js +8 -8
  14. package/dist/cascader.js +16 -16
  15. package/dist/cascaderpanel.js +16 -16
  16. package/dist/checkbox.js +4 -4
  17. package/dist/col.js +8 -8
  18. package/dist/collapse.js +6 -6
  19. package/dist/color.js +6 -6
  20. package/dist/datepicker.js +812 -34
  21. package/dist/divider.js +6 -6
  22. package/dist/drawer.js +8 -8
  23. package/dist/dropdown.js +15 -15
  24. package/dist/empty.js +6 -6
  25. package/dist/font/iconfont.9936847.woff2 +0 -0
  26. package/dist/font/iconfont.b0a8d88.woff +0 -0
  27. package/dist/font/{iconfont.4335068.ttf → iconfont.d4ec0db.ttf} +0 -0
  28. package/dist/font.js +6 -6
  29. package/dist/form.js +13 -13
  30. package/dist/icon.js +6 -6
  31. package/dist/index.js +1 -1
  32. package/dist/input.js +6 -6
  33. package/dist/inputnumber.js +6 -6
  34. package/dist/layout.js +6 -6
  35. package/dist/list.js +6 -6
  36. package/dist/loading.js +6 -6
  37. package/dist/mds-ui.min.css +1 -1
  38. package/dist/mds-ui.min.js +1569 -1371
  39. package/dist/menu.js +13 -13
  40. package/dist/message.js +1094 -1094
  41. package/dist/modal.js +11 -11
  42. package/dist/notification.js +10 -10
  43. package/dist/pagination.js +59 -59
  44. package/dist/popconfirm.js +29 -29
  45. package/dist/popover.js +18 -18
  46. package/dist/progress.js +25 -25
  47. package/dist/radio.js +6 -6
  48. package/dist/rate.js +6 -6
  49. package/dist/row.js +8 -8
  50. package/dist/select.js +18 -18
  51. package/dist/slider.js +22 -22
  52. package/dist/slottable.js +24 -24
  53. package/dist/steps.js +6 -6
  54. package/dist/style/affix.css +109 -1
  55. package/dist/style/alert.css +109 -1
  56. package/dist/style/anchor.css +109 -1
  57. package/dist/style/avatar.css +109 -1
  58. package/dist/style/badge.css +109 -1
  59. package/dist/style/bordershadow.css +109 -1
  60. package/dist/style/breadcrumb.css +109 -1
  61. package/dist/style/button.css +109 -1
  62. package/dist/style/card.css +109 -1
  63. package/dist/style/carousel.css +109 -1
  64. package/dist/style/checkbox.css +109 -1
  65. package/dist/style/col.css +109 -1
  66. package/dist/style/collapse.css +109 -1
  67. package/dist/style/color.css +109 -1
  68. package/dist/style/datepicker.css +109 -1
  69. package/dist/style/divider.css +109 -1
  70. package/dist/style/drawer.css +109 -1
  71. package/dist/style/dropdown.css +109 -1
  72. package/dist/style/empty.css +109 -1
  73. package/dist/style/font.css +109 -1
  74. package/dist/style/form.css +109 -1
  75. package/dist/style/icon.css +109 -1
  76. package/dist/style/input.css +109 -1
  77. package/dist/style/inputnumber.css +109 -1
  78. package/dist/style/layout.css +109 -1
  79. package/dist/style/list.css +109 -1
  80. package/dist/style/loading.css +109 -1
  81. package/dist/style/menu.css +109 -1
  82. package/dist/style/modal.css +109 -1
  83. package/dist/style/notification.css +109 -1
  84. package/dist/style/pagination.css +109 -1
  85. package/dist/style/popconfirm.css +109 -1
  86. package/dist/style/popover.css +109 -1
  87. package/dist/style/progress.css +109 -1
  88. package/dist/style/radio.css +109 -1
  89. package/dist/style/rate.css +109 -1
  90. package/dist/style/row.css +109 -1
  91. package/dist/style/select.css +109 -1
  92. package/dist/style/slider.css +109 -1
  93. package/dist/style/slottable.css +109 -1
  94. package/dist/style/steps.css +109 -1
  95. package/dist/style/switch.css +109 -1
  96. package/dist/style/table.css +109 -1
  97. package/dist/style/tabs.css +109 -1
  98. package/dist/style/tag.css +109 -1
  99. package/dist/style/text.css +109 -1
  100. package/dist/style/timeline.css +109 -1
  101. package/dist/style/timepicker.css +109 -1
  102. package/dist/style/tooltip.css +109 -1
  103. package/dist/style/tree.css +109 -1
  104. package/dist/style/typography.css +109 -1
  105. package/dist/style/upload.css +109 -1
  106. package/dist/switch.js +6 -6
  107. package/dist/table.js +374 -374
  108. package/dist/tabs.js +6 -6
  109. package/dist/tag.js +6 -6
  110. package/dist/text.js +6 -6
  111. package/dist/timeline.js +6 -6
  112. package/dist/timepicker.js +16 -16
  113. package/dist/tooltip.js +4 -4
  114. package/dist/transfer.js +6 -6
  115. package/dist/transition.js +4 -4
  116. package/dist/tree.js +6 -6
  117. package/dist/typography.js +6 -6
  118. package/dist/upload.js +10 -10
  119. package/package.json +2 -1
  120. package/dist/font/iconfont.32d189e.woff +0 -0
  121. package/dist/font/iconfont.38ce0b7.woff2 +0 -0
package/dist/affix.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 = 123);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 126);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 123:
206
+ /***/ 126:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -458,10 +458,10 @@ if (false) { var api; }
458
458
  component.options.__file = "components/affix/affix.vue"
459
459
  /* harmony default export */ var affix_affix = (component.exports);
460
460
  // EXTERNAL MODULE: ./components/style/index.less
461
- var style = __webpack_require__(142);
461
+ var style = __webpack_require__(145);
462
462
 
463
463
  // EXTERNAL MODULE: ./components/affix/style/index.less
464
- var affix_style = __webpack_require__(150);
464
+ var affix_style = __webpack_require__(153);
465
465
 
466
466
  // CONCATENATED MODULE: ./components/affix/style/index.js
467
467
 
@@ -477,14 +477,14 @@ affix_affix.install = function (Vue) {
477
477
 
478
478
  /***/ }),
479
479
 
480
- /***/ 142:
480
+ /***/ 145:
481
481
  /***/ (function(module, exports) {
482
482
 
483
483
  // removed by extract-text-webpack-plugin
484
484
 
485
485
  /***/ }),
486
486
 
487
- /***/ 150:
487
+ /***/ 153:
488
488
  /***/ (function(module, exports) {
489
489
 
490
490
  // removed by extract-text-webpack-plugin
package/dist/alert.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 = 122);
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
- /***/ 122:
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__(142);
214
+ var style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/alert/style/index.less
217
- var alert_style = __webpack_require__(148);
217
+ var alert_style = __webpack_require__(151);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/alert/style/index.js
220
220
 
@@ -458,14 +458,14 @@ alert_alert.install = function (Vue) {
458
458
 
459
459
  /***/ }),
460
460
 
461
- /***/ 142:
461
+ /***/ 145:
462
462
  /***/ (function(module, exports) {
463
463
 
464
464
  // removed by extract-text-webpack-plugin
465
465
 
466
466
  /***/ }),
467
467
 
468
- /***/ 148:
468
+ /***/ 151:
469
469
  /***/ (function(module, exports) {
470
470
 
471
471
  // removed by extract-text-webpack-plugin
package/dist/anchor.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 = 105);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 108);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 105:
206
+ /***/ 108:
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/anchor/style/index.less
217
- var anchor_style = __webpack_require__(152);
217
+ var anchor_style = __webpack_require__(155);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/anchor/style/index.js
220
220
 
@@ -504,14 +504,14 @@ anchor_anchor.install = function (Vue) {
504
504
 
505
505
  /***/ }),
506
506
 
507
- /***/ 142:
507
+ /***/ 145:
508
508
  /***/ (function(module, exports) {
509
509
 
510
510
  // removed by extract-text-webpack-plugin
511
511
 
512
512
  /***/ }),
513
513
 
514
- /***/ 152:
514
+ /***/ 155:
515
515
  /***/ (function(module, exports) {
516
516
 
517
517
  // removed by extract-text-webpack-plugin
package/dist/avatar.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 = 124);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 127);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 124:
206
+ /***/ 127:
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/avatar/style/index.less
217
- var avatar_style = __webpack_require__(154);
217
+ var avatar_style = __webpack_require__(157);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/avatar/style/index.js
220
220
 
@@ -414,14 +414,14 @@ avatar.install = function (Vue) {
414
414
 
415
415
  /***/ }),
416
416
 
417
- /***/ 142:
417
+ /***/ 145:
418
418
  /***/ (function(module, exports) {
419
419
 
420
420
  // removed by extract-text-webpack-plugin
421
421
 
422
422
  /***/ }),
423
423
 
424
- /***/ 154:
424
+ /***/ 157:
425
425
  /***/ (function(module, exports) {
426
426
 
427
427
  // removed by extract-text-webpack-plugin
package/dist/backtop.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./transition"), require("./_util/getScroll"), require("./_util/getRequestAnimationFrame")) : factory(root["./transition"], root["./_util/getScroll"], root["./_util/getRequestAnimationFrame"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__44__, __WEBPACK_EXTERNAL_MODULE__65__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__44__, __WEBPACK_EXTERNAL_MODULE__66__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -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 = 135);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 138);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -210,7 +210,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 135:
213
+ /***/ 138:
214
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
215
215
 
216
216
  "use strict";
@@ -283,7 +283,7 @@ var getScroll_ = __webpack_require__(44);
283
283
  var getScroll_default = /*#__PURE__*/__webpack_require__.n(getScroll_);
284
284
 
285
285
  // EXTERNAL MODULE: external "./_util/getRequestAnimationFrame"
286
- var getRequestAnimationFrame_ = __webpack_require__(65);
286
+ var getRequestAnimationFrame_ = __webpack_require__(66);
287
287
  var getRequestAnimationFrame_default = /*#__PURE__*/__webpack_require__.n(getRequestAnimationFrame_);
288
288
 
289
289
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/backtop/back-top.vue?vue&type=script&lang=js&
@@ -431,7 +431,7 @@ if (false) { var api; }
431
431
  component.options.__file = "components/backtop/back-top.vue"
432
432
  /* harmony default export */ var back_top = (component.exports);
433
433
  // EXTERNAL MODULE: ./components/backtop/style/index.less
434
- var style = __webpack_require__(156);
434
+ var style = __webpack_require__(159);
435
435
 
436
436
  // CONCATENATED MODULE: ./components/backtop/index.js
437
437
 
@@ -444,7 +444,7 @@ back_top.install = function (Vue) {
444
444
 
445
445
  /***/ }),
446
446
 
447
- /***/ 156:
447
+ /***/ 159:
448
448
  /***/ (function(module, exports) {
449
449
 
450
450
  // removed by extract-text-webpack-plugin
@@ -458,10 +458,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__44__;
458
458
 
459
459
  /***/ }),
460
460
 
461
- /***/ 65:
461
+ /***/ 66:
462
462
  /***/ (function(module, exports) {
463
463
 
464
- module.exports = __WEBPACK_EXTERNAL_MODULE__65__;
464
+ module.exports = __WEBPACK_EXTERNAL_MODULE__66__;
465
465
 
466
466
  /***/ })
467
467
 
package/dist/badge.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 = 125);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 128);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 125:
206
+ /***/ 128:
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/badge/style/index.less
217
- var badge_style = __webpack_require__(158);
217
+ var badge_style = __webpack_require__(161);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/badge/style/index.js
220
220
 
@@ -349,7 +349,7 @@ var proptype_ = __webpack_require__(8);
349
349
  // CONCATENATED MODULE: ./components/badge/badge.vue?vue&type=script&lang=js&
350
350
  /* harmony default export */ var badge_badgevue_type_script_lang_js_ = (badgevue_type_script_lang_js_);
351
351
  // EXTERNAL MODULE: ./components/badge/badge.vue?vue&type=style&index=0&id=46b76ccc&lang=less&scoped=true&
352
- var badgevue_type_style_index_0_id_46b76ccc_lang_less_scoped_true_ = __webpack_require__(80);
352
+ var badgevue_type_style_index_0_id_46b76ccc_lang_less_scoped_true_ = __webpack_require__(81);
353
353
 
354
354
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
355
355
  var componentNormalizer = __webpack_require__(0);
@@ -389,21 +389,21 @@ badge.install = function (Vue) {
389
389
 
390
390
  /***/ }),
391
391
 
392
- /***/ 142:
392
+ /***/ 145:
393
393
  /***/ (function(module, exports) {
394
394
 
395
395
  // removed by extract-text-webpack-plugin
396
396
 
397
397
  /***/ }),
398
398
 
399
- /***/ 158:
399
+ /***/ 161:
400
400
  /***/ (function(module, exports) {
401
401
 
402
402
  // removed by extract-text-webpack-plugin
403
403
 
404
404
  /***/ }),
405
405
 
406
- /***/ 160:
406
+ /***/ 163:
407
407
  /***/ (function(module, exports) {
408
408
 
409
409
  // removed by extract-text-webpack-plugin
@@ -424,11 +424,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
424
424
 
425
425
  /***/ }),
426
426
 
427
- /***/ 80:
427
+ /***/ 81:
428
428
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
429
429
 
430
430
  "use strict";
431
- /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_badge_vue_vue_type_style_index_0_id_46b76ccc_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(160);
431
+ /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_badge_vue_vue_type_style_index_0_id_46b76ccc_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(163);
432
432
  /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_badge_vue_vue_type_style_index_0_id_46b76ccc_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_badge_vue_vue_type_style_index_0_id_46b76ccc_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
433
433
  /* unused harmony reexport * */
434
434
 
@@ -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 = 131);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 134);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 131:
206
+ /***/ 134:
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/bordershadow/style/index.less
217
- var bordershadow_style = __webpack_require__(253);
217
+ var bordershadow_style = __webpack_require__(256);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/bordershadow/style/index.js
220
220
 
@@ -303,14 +303,14 @@ border_shadow.install = function (Vue) {
303
303
 
304
304
  /***/ }),
305
305
 
306
- /***/ 142:
306
+ /***/ 145:
307
307
  /***/ (function(module, exports) {
308
308
 
309
309
  // removed by extract-text-webpack-plugin
310
310
 
311
311
  /***/ }),
312
312
 
313
- /***/ 253:
313
+ /***/ 256:
314
314
  /***/ (function(module, exports) {
315
315
 
316
316
  // 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 = 106);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 109);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 106:
206
+ /***/ 109:
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/breadcrumb/style/index.less
217
- var breadcrumb_style = __webpack_require__(162);
217
+ var breadcrumb_style = __webpack_require__(165);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/breadcrumb/style/index.js
220
220
 
@@ -416,14 +416,14 @@ breadcrumb.install = function (Vue) {
416
416
 
417
417
  /***/ }),
418
418
 
419
- /***/ 142:
419
+ /***/ 145:
420
420
  /***/ (function(module, exports) {
421
421
 
422
422
  // removed by extract-text-webpack-plugin
423
423
 
424
424
  /***/ }),
425
425
 
426
- /***/ 162:
426
+ /***/ 165:
427
427
  /***/ (function(module, exports) {
428
428
 
429
429
  // removed by extract-text-webpack-plugin
package/dist/button.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 = 55);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 56);
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
- /***/ 166:
213
+ /***/ 169:
214
214
  /***/ (function(module, exports) {
215
215
 
216
216
  // removed by extract-text-webpack-plugin
@@ -228,16 +228,16 @@ module.exports = require("babel-runtime/helpers/defineProperty");
228
228
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
229
229
 
230
230
  "use strict";
231
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
231
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
232
232
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
233
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(166);
233
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(169);
234
234
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
235
235
 
236
236
 
237
237
 
238
238
  /***/ }),
239
239
 
240
- /***/ 55:
240
+ /***/ 56:
241
241
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
242
242
 
243
243
  "use strict";
package/dist/card.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 = 107);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 110);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 107:
206
+ /***/ 110:
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/card/style/index.less
217
- var card_style = __webpack_require__(168);
217
+ var card_style = __webpack_require__(171);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/card/style/index.js
220
220
 
@@ -496,14 +496,14 @@ card.install = function (Vue) {
496
496
 
497
497
  /***/ }),
498
498
 
499
- /***/ 142:
499
+ /***/ 145:
500
500
  /***/ (function(module, exports) {
501
501
 
502
502
  // removed by extract-text-webpack-plugin
503
503
 
504
504
  /***/ }),
505
505
 
506
- /***/ 168:
506
+ /***/ 171:
507
507
  /***/ (function(module, exports) {
508
508
 
509
509
  // removed by extract-text-webpack-plugin
package/dist/carousel.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 = 102);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 105);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 102:
206
+ /***/ 105:
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 components_style = __webpack_require__(142);
214
+ var components_style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/carousel/style/index.less
217
- var carousel_style = __webpack_require__(261);
217
+ var carousel_style = __webpack_require__(264);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/carousel/style/index.js
220
220
 
@@ -392,7 +392,7 @@ var get_iterator_ = __webpack_require__(24);
392
392
  var get_iterator_default = /*#__PURE__*/__webpack_require__.n(get_iterator_);
393
393
 
394
394
  // EXTERNAL MODULE: external "resize-observer-polyfill"
395
- var external_resize_observer_polyfill_ = __webpack_require__(75);
395
+ var external_resize_observer_polyfill_ = __webpack_require__(76);
396
396
  var external_resize_observer_polyfill_default = /*#__PURE__*/__webpack_require__.n(external_resize_observer_polyfill_);
397
397
 
398
398
  // CONCATENATED MODULE: ./components/_util/resize.js
@@ -1259,7 +1259,7 @@ module.exports = require("babel-runtime/core-js/object/keys");
1259
1259
 
1260
1260
  /***/ }),
1261
1261
 
1262
- /***/ 142:
1262
+ /***/ 145:
1263
1263
  /***/ (function(module, exports) {
1264
1264
 
1265
1265
  // removed by extract-text-webpack-plugin
@@ -1294,7 +1294,7 @@ module.exports = require("babel-runtime/core-js/get-iterator");
1294
1294
 
1295
1295
  /***/ }),
1296
1296
 
1297
- /***/ 261:
1297
+ /***/ 264:
1298
1298
  /***/ (function(module, exports) {
1299
1299
 
1300
1300
  // removed by extract-text-webpack-plugin
@@ -1308,7 +1308,7 @@ module.exports = require("babel-runtime/core-js/json/stringify");
1308
1308
 
1309
1309
  /***/ }),
1310
1310
 
1311
- /***/ 75:
1311
+ /***/ 76:
1312
1312
  /***/ (function(module, exports) {
1313
1313
 
1314
1314
  module.exports = require("resize-observer-polyfill");