@mdsfe/mds-ui 0.2.10-rc.8 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/CHANGELOG.md +994 -0
  2. package/dist/_util/iconfont/index.js +1 -1
  3. package/dist/affix.js +6 -6
  4. package/dist/alert.js +476 -0
  5. package/dist/anchor.js +5 -5
  6. package/dist/avatar.js +6 -6
  7. package/dist/backtop.js +4 -4
  8. package/dist/badge.js +8 -8
  9. package/dist/bordershadow.js +6 -6
  10. package/dist/breadcrumb.js +4 -4
  11. package/dist/button.js +4 -4
  12. package/dist/card.js +4 -4
  13. package/dist/carousel.js +4 -4
  14. package/dist/cascader.js +16 -16
  15. package/dist/cascaderpanel.js +4 -4
  16. package/dist/checkbox.js +4 -4
  17. package/dist/col.js +8 -8
  18. package/dist/collapse.js +4 -4
  19. package/dist/color.js +6 -6
  20. package/dist/datepicker.js +6 -6
  21. package/dist/divider.js +6 -6
  22. package/dist/drawer.js +8 -8
  23. package/dist/dropdown.js +7 -7
  24. package/dist/empty.js +6 -6
  25. package/dist/font/iconfont.754be0c.woff2 +0 -0
  26. package/dist/font/{iconfont.22ef8cb.ttf → iconfont.c14172b.ttf} +0 -0
  27. package/dist/font/iconfont.f5e5794.woff +0 -0
  28. package/dist/font.js +6 -6
  29. package/dist/form.js +4 -4
  30. package/dist/icon.js +6 -6
  31. package/dist/index.js +1 -1
  32. package/dist/input.js +4 -4
  33. package/dist/inputnumber.js +4 -4
  34. package/dist/layout.js +4 -4
  35. package/dist/list.js +4 -4
  36. package/dist/loading.js +6 -6
  37. package/dist/mds-ui.min.css +1 -1
  38. package/dist/mds-ui.min.js +452 -272
  39. package/dist/menu.js +7 -7
  40. package/dist/message.js +2 -2
  41. package/dist/modal.js +6 -6
  42. package/dist/notification.js +6 -6
  43. package/dist/pagination.js +8 -8
  44. package/dist/popconfirm.js +12 -12
  45. package/dist/popover.js +4 -4
  46. package/dist/progress.js +4 -4
  47. package/dist/radio.js +4 -4
  48. package/dist/rate.js +4 -4
  49. package/dist/row.js +8 -8
  50. package/dist/select.js +6 -6
  51. package/dist/slider.js +4 -4
  52. package/dist/slottable.js +10 -10
  53. package/dist/steps.js +6 -6
  54. package/dist/style/affix.css +19 -1
  55. package/dist/style/alert.css +6186 -0
  56. package/dist/style/anchor.css +19 -1
  57. package/dist/style/avatar.css +19 -1
  58. package/dist/style/badge.css +19 -1
  59. package/dist/style/bordershadow.css +19 -1
  60. package/dist/style/breadcrumb.css +19 -1
  61. package/dist/style/button.css +19 -1
  62. package/dist/style/card.css +19 -1
  63. package/dist/style/carousel.css +19 -1
  64. package/dist/style/checkbox.css +19 -1
  65. package/dist/style/col.css +19 -1
  66. package/dist/style/collapse.css +19 -1
  67. package/dist/style/color.css +19 -1
  68. package/dist/style/datepicker.css +19 -1
  69. package/dist/style/divider.css +19 -1
  70. package/dist/style/drawer.css +19 -1
  71. package/dist/style/dropdown.css +19 -1
  72. package/dist/style/empty.css +19 -1
  73. package/dist/style/font.css +19 -1
  74. package/dist/style/form.css +19 -1
  75. package/dist/style/icon.css +19 -1
  76. package/dist/style/input.css +19 -1
  77. package/dist/style/inputnumber.css +19 -1
  78. package/dist/style/layout.css +19 -1
  79. package/dist/style/list.css +19 -1
  80. package/dist/style/loading.css +19 -1
  81. package/dist/style/menu.css +19 -1
  82. package/dist/style/modal.css +19 -1
  83. package/dist/style/notification.css +19 -1
  84. package/dist/style/pagination.css +19 -1
  85. package/dist/style/popconfirm.css +19 -1
  86. package/dist/style/popover.css +19 -1
  87. package/dist/style/progress.css +19 -1
  88. package/dist/style/radio.css +19 -1
  89. package/dist/style/rate.css +19 -1
  90. package/dist/style/row.css +19 -1
  91. package/dist/style/select.css +19 -1
  92. package/dist/style/slider.css +19 -1
  93. package/dist/style/slottable.css +19 -1
  94. package/dist/style/steps.css +19 -1
  95. package/dist/style/switch.css +19 -1
  96. package/dist/style/table.css +19 -1
  97. package/dist/style/tabs.css +19 -1
  98. package/dist/style/tag.css +19 -1
  99. package/dist/style/text.css +19 -1
  100. package/dist/style/timeline.css +19 -1
  101. package/dist/style/timepicker.css +19 -1
  102. package/dist/style/tooltip.css +19 -1
  103. package/dist/style/tree.css +19 -1
  104. package/dist/style/typography.css +19 -1
  105. package/dist/style/upload.css +19 -1
  106. package/dist/switch.js +6 -6
  107. package/dist/table.js +18 -18
  108. package/dist/tabs.js +33 -8
  109. package/dist/tag.js +4 -4
  110. package/dist/text.js +4 -4
  111. package/dist/timeline.js +4 -4
  112. package/dist/timepicker.js +4 -4
  113. package/dist/tooltip.js +7 -7
  114. package/dist/transfer.js +4 -4
  115. package/dist/transition.js +4 -4
  116. package/dist/tree.js +4 -4
  117. package/dist/typography.js +4 -4
  118. package/dist/upload.js +4 -4
  119. package/package.json +1 -1
  120. package/dist/font/iconfont.8bd7c3e.woff2 +0 -0
  121. package/dist/font/iconfont.c5d3297.woff +0 -0
package/dist/menu.js CHANGED
@@ -210,21 +210,21 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 138:
213
+ /***/ 139:
214
214
  /***/ (function(module, exports) {
215
215
 
216
216
  // removed by extract-text-webpack-plugin
217
217
 
218
218
  /***/ }),
219
219
 
220
- /***/ 186:
220
+ /***/ 189:
221
221
  /***/ (function(module, exports) {
222
222
 
223
223
  // removed by extract-text-webpack-plugin
224
224
 
225
225
  /***/ }),
226
226
 
227
- /***/ 188:
227
+ /***/ 191:
228
228
  /***/ (function(module, exports) {
229
229
 
230
230
  // removed by extract-text-webpack-plugin
@@ -242,9 +242,9 @@ module.exports = require("babel-runtime/helpers/defineProperty");
242
242
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
243
243
 
244
244
  "use strict";
245
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(138);
245
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
246
246
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
247
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(188);
247
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(191);
248
248
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
249
249
 
250
250
 
@@ -280,10 +280,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
280
280
  __webpack_require__.r(__webpack_exports__);
281
281
 
282
282
  // EXTERNAL MODULE: ./components/style/index.less
283
- var style = __webpack_require__(138);
283
+ var style = __webpack_require__(139);
284
284
 
285
285
  // EXTERNAL MODULE: ./components/menu/style/index.less
286
- var menu_style = __webpack_require__(186);
286
+ var menu_style = __webpack_require__(189);
287
287
 
288
288
  // EXTERNAL MODULE: ./components/tooltip/style/index.js
289
289
  var tooltip_style = __webpack_require__(41);
package/dist/message.js CHANGED
@@ -724,7 +724,7 @@ var scrollBarWidth = void 0;
724
724
 
725
725
  /***/ }),
726
726
 
727
- /***/ 190:
727
+ /***/ 193:
728
728
  /***/ (function(module, exports) {
729
729
 
730
730
  // removed by extract-text-webpack-plugin
@@ -970,7 +970,7 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
970
970
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default = /*#__PURE__*/__webpack_require__.n(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_);
971
971
 
972
972
  // EXTERNAL MODULE: ./components/message/style/index.less
973
- var style = __webpack_require__(190);
973
+ var style = __webpack_require__(193);
974
974
 
975
975
  // CONCATENATED MODULE: ./components/message/style/index.js
976
976
 
package/dist/modal.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 = 126);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -499,7 +499,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
499
499
 
500
500
  /***/ }),
501
501
 
502
- /***/ 125:
502
+ /***/ 126:
503
503
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
504
504
 
505
505
  "use strict";
@@ -507,10 +507,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
507
507
  __webpack_require__.r(__webpack_exports__);
508
508
 
509
509
  // EXTERNAL MODULE: ./components/style/index.less
510
- var style = __webpack_require__(138);
510
+ var style = __webpack_require__(139);
511
511
 
512
512
  // EXTERNAL MODULE: ./components/modal/style/index.less
513
- var modal_style = __webpack_require__(192);
513
+ var modal_style = __webpack_require__(195);
514
514
 
515
515
  // CONCATENATED MODULE: ./components/modal/style/index.js
516
516
 
@@ -1050,7 +1050,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
1050
1050
 
1051
1051
  /***/ }),
1052
1052
 
1053
- /***/ 138:
1053
+ /***/ 139:
1054
1054
  /***/ (function(module, exports) {
1055
1055
 
1056
1056
  // removed by extract-text-webpack-plugin
@@ -1489,7 +1489,7 @@ function fixBodyScroll(visible) {
1489
1489
 
1490
1490
  /***/ }),
1491
1491
 
1492
- /***/ 192:
1492
+ /***/ 195:
1493
1493
  /***/ (function(module, exports) {
1494
1494
 
1495
1495
  // removed by extract-text-webpack-plugin
@@ -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__(138);
214
+ var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/notification/style/index.less
217
- var notification_style = __webpack_require__(194);
217
+ var notification_style = __webpack_require__(197);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/notification/style/index.js
220
220
 
@@ -768,21 +768,21 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
768
768
 
769
769
  /***/ }),
770
770
 
771
- /***/ 138:
771
+ /***/ 139:
772
772
  /***/ (function(module, exports) {
773
773
 
774
774
  // removed by extract-text-webpack-plugin
775
775
 
776
776
  /***/ }),
777
777
 
778
- /***/ 194:
778
+ /***/ 197:
779
779
  /***/ (function(module, exports) {
780
780
 
781
781
  // removed by extract-text-webpack-plugin
782
782
 
783
783
  /***/ }),
784
784
 
785
- /***/ 196:
785
+ /***/ 199:
786
786
  /***/ (function(module, exports) {
787
787
 
788
788
  // removed by extract-text-webpack-plugin
@@ -807,7 +807,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
807
807
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
808
808
 
809
809
  "use strict";
810
- /* 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_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(196);
810
+ /* 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_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(199);
811
811
  /* 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_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_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_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
812
812
  /* unused harmony reexport * */
813
813
 
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 138:
206
+ /***/ 139:
207
207
  /***/ (function(module, exports) {
208
208
 
209
209
  // removed by extract-text-webpack-plugin
@@ -217,14 +217,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__16__;
217
217
 
218
218
  /***/ }),
219
219
 
220
- /***/ 180:
220
+ /***/ 183:
221
221
  /***/ (function(module, exports) {
222
222
 
223
223
  // removed by extract-text-webpack-plugin
224
224
 
225
225
  /***/ }),
226
226
 
227
- /***/ 198:
227
+ /***/ 201:
228
228
  /***/ (function(module, exports) {
229
229
 
230
230
  // removed by extract-text-webpack-plugin
@@ -242,9 +242,9 @@ module.exports = require("babel-runtime/helpers/defineProperty");
242
242
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
243
243
 
244
244
  "use strict";
245
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(138);
245
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
246
246
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
247
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(180);
247
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(183);
248
248
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
249
249
 
250
250
 
@@ -266,10 +266,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
266
266
  __webpack_require__.r(__webpack_exports__);
267
267
 
268
268
  // EXTERNAL MODULE: ./components/style/index.less
269
- var style = __webpack_require__(138);
269
+ var style = __webpack_require__(139);
270
270
 
271
271
  // EXTERNAL MODULE: ./components/pagination/style/index.less
272
- var pagination_style = __webpack_require__(198);
272
+ var pagination_style = __webpack_require__(201);
273
273
 
274
274
  // EXTERNAL MODULE: ./components/input/style/index.js
275
275
  var input_style = __webpack_require__(57);
@@ -631,7 +631,7 @@ var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_)
631
631
  MdsInput: external_input_default.a
632
632
  },
633
633
  watch: {
634
- current: function current() {
634
+ currentPage: function currentPage() {
635
635
  this.pageText = this.currentPage;
636
636
  }
637
637
  }
@@ -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 = 134);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 135);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -103,7 +103,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
103
103
 
104
104
  /***/ }),
105
105
 
106
- /***/ 134:
106
+ /***/ 135:
107
107
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
108
108
 
109
109
  "use strict";
@@ -236,7 +236,7 @@ var prefixClsFirm = 'mds-popover-firm';
236
236
  }
237
237
  });
238
238
  // EXTERNAL MODULE: ./components/style/index.less
239
- var style = __webpack_require__(138);
239
+ var style = __webpack_require__(139);
240
240
 
241
241
  // EXTERNAL MODULE: ./components/popover/style/index.js
242
242
  var popover_style = __webpack_require__(46);
@@ -245,7 +245,7 @@ var popover_style = __webpack_require__(46);
245
245
  var button_style = __webpack_require__(40);
246
246
 
247
247
  // EXTERNAL MODULE: ./components/popconfirm/style/index.less
248
- var popconfirm_style = __webpack_require__(202);
248
+ var popconfirm_style = __webpack_require__(205);
249
249
 
250
250
  // CONCATENATED MODULE: ./components/popconfirm/style/index.js
251
251
 
@@ -264,28 +264,28 @@ popconfirm.install = function (Vue) {
264
264
 
265
265
  /***/ }),
266
266
 
267
- /***/ 138:
267
+ /***/ 139:
268
268
  /***/ (function(module, exports) {
269
269
 
270
270
  // removed by extract-text-webpack-plugin
271
271
 
272
272
  /***/ }),
273
273
 
274
- /***/ 160:
274
+ /***/ 163:
275
275
  /***/ (function(module, exports) {
276
276
 
277
277
  // removed by extract-text-webpack-plugin
278
278
 
279
279
  /***/ }),
280
280
 
281
- /***/ 200:
281
+ /***/ 203:
282
282
  /***/ (function(module, exports) {
283
283
 
284
284
  // removed by extract-text-webpack-plugin
285
285
 
286
286
  /***/ }),
287
287
 
288
- /***/ 202:
288
+ /***/ 205:
289
289
  /***/ (function(module, exports) {
290
290
 
291
291
  // removed by extract-text-webpack-plugin
@@ -296,9 +296,9 @@ popconfirm.install = function (Vue) {
296
296
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
297
297
 
298
298
  "use strict";
299
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(138);
299
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
300
300
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
301
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(160);
301
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(163);
302
302
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
303
303
 
304
304
 
@@ -309,9 +309,9 @@ popconfirm.install = function (Vue) {
309
309
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
310
310
 
311
311
  "use strict";
312
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(138);
312
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
313
313
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
314
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(200);
314
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(203);
315
315
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
316
316
 
317
317
 
package/dist/popover.js CHANGED
@@ -506,7 +506,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
506
506
 
507
507
  /***/ }),
508
508
 
509
- /***/ 138:
509
+ /***/ 139:
510
510
  /***/ (function(module, exports) {
511
511
 
512
512
  // removed by extract-text-webpack-plugin
@@ -2231,7 +2231,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
2231
2231
 
2232
2232
  /***/ }),
2233
2233
 
2234
- /***/ 200:
2234
+ /***/ 203:
2235
2235
  /***/ (function(module, exports) {
2236
2236
 
2237
2237
  // removed by extract-text-webpack-plugin
@@ -2278,9 +2278,9 @@ var placementMap = {
2278
2278
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2279
2279
 
2280
2280
  "use strict";
2281
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(138);
2281
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
2282
2282
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
2283
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(200);
2283
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(203);
2284
2284
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
2285
2285
 
2286
2286
 
package/dist/progress.js CHANGED
@@ -203,14 +203,14 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 138:
206
+ /***/ 139:
207
207
  /***/ (function(module, exports) {
208
208
 
209
209
  // removed by extract-text-webpack-plugin
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 204:
213
+ /***/ 207:
214
214
  /***/ (function(module, exports) {
215
215
 
216
216
  // removed by extract-text-webpack-plugin
@@ -232,10 +232,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
232
232
  __webpack_require__.r(__webpack_exports__);
233
233
 
234
234
  // EXTERNAL MODULE: ./components/style/index.less
235
- var style = __webpack_require__(138);
235
+ var style = __webpack_require__(139);
236
236
 
237
237
  // EXTERNAL MODULE: ./components/progress/style/index.less
238
- var progress_style = __webpack_require__(204);
238
+ var progress_style = __webpack_require__(207);
239
239
 
240
240
  // CONCATENATED MODULE: ./components/progress/style/index.js
241
241
 
package/dist/radio.js CHANGED
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(138);
214
+ var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/radio/style/index.less
217
- var radio_style = __webpack_require__(206);
217
+ var radio_style = __webpack_require__(209);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/radio/style/index.js
220
220
 
@@ -723,14 +723,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
723
723
 
724
724
  /***/ }),
725
725
 
726
- /***/ 138:
726
+ /***/ 139:
727
727
  /***/ (function(module, exports) {
728
728
 
729
729
  // removed by extract-text-webpack-plugin
730
730
 
731
731
  /***/ }),
732
732
 
733
- /***/ 206:
733
+ /***/ 209:
734
734
  /***/ (function(module, exports) {
735
735
 
736
736
  // removed by extract-text-webpack-plugin
package/dist/rate.js CHANGED
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(138);
214
+ var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/rate/style/index.less
217
- var rate_style = __webpack_require__(208);
217
+ var rate_style = __webpack_require__(211);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/rate/style/index.js
220
220
 
@@ -554,7 +554,7 @@ rate.install = function (Vue) {
554
554
 
555
555
  /***/ }),
556
556
 
557
- /***/ 138:
557
+ /***/ 139:
558
558
  /***/ (function(module, exports) {
559
559
 
560
560
  // removed by extract-text-webpack-plugin
@@ -568,7 +568,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__20__;
568
568
 
569
569
  /***/ }),
570
570
 
571
- /***/ 208:
571
+ /***/ 211:
572
572
  /***/ (function(module, exports) {
573
573
 
574
574
  // removed by extract-text-webpack-plugin
package/dist/row.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 = 136);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 137);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -210,7 +210,7 @@ module.exports = require("babel-runtime/core-js/object/keys");
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 136:
213
+ /***/ 137:
214
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
215
215
 
216
216
  "use strict";
@@ -218,10 +218,10 @@ module.exports = require("babel-runtime/core-js/object/keys");
218
218
  __webpack_require__.r(__webpack_exports__);
219
219
 
220
220
  // EXTERNAL MODULE: ./components/style/index.less
221
- var style = __webpack_require__(138);
221
+ var style = __webpack_require__(139);
222
222
 
223
223
  // EXTERNAL MODULE: ./components/grid/style/index.less
224
- var grid_style = __webpack_require__(166);
224
+ var grid_style = __webpack_require__(169);
225
225
 
226
226
  // CONCATENATED MODULE: ./components/row/style/index.js
227
227
 
@@ -241,14 +241,14 @@ grid["b" /* Row */].install = function (Vue) {
241
241
 
242
242
  /***/ }),
243
243
 
244
- /***/ 138:
244
+ /***/ 139:
245
245
  /***/ (function(module, exports) {
246
246
 
247
247
  // removed by extract-text-webpack-plugin
248
248
 
249
249
  /***/ }),
250
250
 
251
- /***/ 166:
251
+ /***/ 169:
252
252
  /***/ (function(module, exports) {
253
253
 
254
254
  // removed by extract-text-webpack-plugin
@@ -265,10 +265,10 @@ __webpack_require__.d(__webpack_exports__, "b", function() { return /* reexport
265
265
  __webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ col; });
266
266
 
267
267
  // EXTERNAL MODULE: ./components/style/index.less
268
- var style = __webpack_require__(138);
268
+ var style = __webpack_require__(139);
269
269
 
270
270
  // EXTERNAL MODULE: ./components/grid/style/index.less
271
- var grid_style = __webpack_require__(166);
271
+ var grid_style = __webpack_require__(169);
272
272
 
273
273
  // CONCATENATED MODULE: ./components/grid/style/index.js
274
274
 
package/dist/select.js CHANGED
@@ -506,7 +506,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
506
506
 
507
507
  /***/ }),
508
508
 
509
- /***/ 138:
509
+ /***/ 139:
510
510
  /***/ (function(module, exports) {
511
511
 
512
512
  // removed by extract-text-webpack-plugin
@@ -1000,14 +1000,14 @@ var isInContainer = function isInContainer(el, container) {
1000
1000
 
1001
1001
  /***/ }),
1002
1002
 
1003
- /***/ 213:
1003
+ /***/ 216:
1004
1004
  /***/ (function(module, exports) {
1005
1005
 
1006
1006
  // removed by extract-text-webpack-plugin
1007
1007
 
1008
1008
  /***/ }),
1009
1009
 
1010
- /***/ 215:
1010
+ /***/ 218:
1011
1011
  /***/ (function(module, exports) {
1012
1012
 
1013
1013
  // removed by extract-text-webpack-plugin
@@ -1443,13 +1443,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
1443
1443
  __webpack_require__.r(__webpack_exports__);
1444
1444
 
1445
1445
  // EXTERNAL MODULE: ./components/style/index.less
1446
- var style = __webpack_require__(138);
1446
+ var style = __webpack_require__(139);
1447
1447
 
1448
1448
  // EXTERNAL MODULE: ./components/select/style/index.less
1449
- var select_style = __webpack_require__(213);
1449
+ var select_style = __webpack_require__(216);
1450
1450
 
1451
1451
  // EXTERNAL MODULE: ./components/select/style/transition.less
1452
- var transition = __webpack_require__(215);
1452
+ var transition = __webpack_require__(218);
1453
1453
 
1454
1454
  // CONCATENATED MODULE: ./components/select/style/index.js
1455
1455
 
package/dist/slider.js CHANGED
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(138);
214
+ var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/slider/style/index.less
217
- var slider_style = __webpack_require__(239);
217
+ var slider_style = __webpack_require__(242);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/slider/style/index.js
220
220
 
@@ -793,14 +793,14 @@ slider.install = function (Vue) {
793
793
 
794
794
  /***/ }),
795
795
 
796
- /***/ 138:
796
+ /***/ 139:
797
797
  /***/ (function(module, exports) {
798
798
 
799
799
  // removed by extract-text-webpack-plugin
800
800
 
801
801
  /***/ }),
802
802
 
803
- /***/ 239:
803
+ /***/ 242:
804
804
  /***/ (function(module, exports) {
805
805
 
806
806
  // removed by extract-text-webpack-plugin
package/dist/slottable.js CHANGED
@@ -514,10 +514,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
514
514
  __webpack_require__.r(__webpack_exports__);
515
515
 
516
516
  // EXTERNAL MODULE: ./components/style/index.less
517
- var style = __webpack_require__(138);
517
+ var style = __webpack_require__(139);
518
518
 
519
519
  // EXTERNAL MODULE: ./components/slot-table/style/index.less
520
- var slot_table_style = __webpack_require__(223);
520
+ var slot_table_style = __webpack_require__(226);
521
521
 
522
522
  // CONCATENATED MODULE: ./components/slot-table/style/index.js
523
523
 
@@ -1454,7 +1454,7 @@ table.install = function (Vue) {
1454
1454
 
1455
1455
  /***/ }),
1456
1456
 
1457
- /***/ 138:
1457
+ /***/ 139:
1458
1458
  /***/ (function(module, exports) {
1459
1459
 
1460
1460
  // removed by extract-text-webpack-plugin
@@ -3165,17 +3165,17 @@ module.exports = require("babel-runtime/core-js/object/get-own-property-descript
3165
3165
 
3166
3166
  /***/ }),
3167
3167
 
3168
- /***/ 188:
3168
+ /***/ 19:
3169
3169
  /***/ (function(module, exports) {
3170
3170
 
3171
- // removed by extract-text-webpack-plugin
3171
+ module.exports = require("throttle-debounce");
3172
3172
 
3173
3173
  /***/ }),
3174
3174
 
3175
- /***/ 19:
3175
+ /***/ 191:
3176
3176
  /***/ (function(module, exports) {
3177
3177
 
3178
- module.exports = require("throttle-debounce");
3178
+ // removed by extract-text-webpack-plugin
3179
3179
 
3180
3180
  /***/ }),
3181
3181
 
@@ -3222,7 +3222,7 @@ var placementMap = {
3222
3222
 
3223
3223
  /***/ }),
3224
3224
 
3225
- /***/ 223:
3225
+ /***/ 226:
3226
3226
  /***/ (function(module, exports) {
3227
3227
 
3228
3228
  // removed by extract-text-webpack-plugin
@@ -3403,9 +3403,9 @@ component.options.__file = "components/empty/empty.vue"
3403
3403
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3404
3404
 
3405
3405
  "use strict";
3406
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(138);
3406
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
3407
3407
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
3408
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(188);
3408
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(191);
3409
3409
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
3410
3410
 
3411
3411