@mdsfe/mds-ui 0.2.10-rc.9 → 0.2.11-rc.0

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/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 = 121);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 122);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 121:
206
+ /***/ 122:
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__(138);
214
+ var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/badge/style/index.less
217
- var badge_style = __webpack_require__(152);
217
+ var badge_style = __webpack_require__(155);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/badge/style/index.js
220
220
 
@@ -389,21 +389,21 @@ badge.install = function (Vue) {
389
389
 
390
390
  /***/ }),
391
391
 
392
- /***/ 138:
392
+ /***/ 139:
393
393
  /***/ (function(module, exports) {
394
394
 
395
395
  // removed by extract-text-webpack-plugin
396
396
 
397
397
  /***/ }),
398
398
 
399
- /***/ 152:
399
+ /***/ 155:
400
400
  /***/ (function(module, exports) {
401
401
 
402
402
  // removed by extract-text-webpack-plugin
403
403
 
404
404
  /***/ }),
405
405
 
406
- /***/ 154:
406
+ /***/ 157:
407
407
  /***/ (function(module, exports) {
408
408
 
409
409
  // removed by extract-text-webpack-plugin
@@ -421,7 +421,7 @@ module.exports = require("babel-runtime/helpers/defineProperty");
421
421
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
422
422
 
423
423
  "use strict";
424
- /* 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__(154);
424
+ /* 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__(157);
425
425
  /* 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__);
426
426
  /* unused harmony reexport * */
427
427
 
@@ -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 = 127);
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
- /***/ 127:
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__(138);
214
+ var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/bordershadow/style/index.less
217
- var bordershadow_style = __webpack_require__(247);
217
+ var bordershadow_style = __webpack_require__(250);
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
- /***/ 138:
306
+ /***/ 139:
307
307
  /***/ (function(module, exports) {
308
308
 
309
309
  // removed by extract-text-webpack-plugin
310
310
 
311
311
  /***/ }),
312
312
 
313
- /***/ 247:
313
+ /***/ 250:
314
314
  /***/ (function(module, exports) {
315
315
 
316
316
  // 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/breadcrumb/style/index.less
217
- var breadcrumb_style = __webpack_require__(156);
217
+ var breadcrumb_style = __webpack_require__(159);
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
- /***/ 138:
419
+ /***/ 139:
420
420
  /***/ (function(module, exports) {
421
421
 
422
422
  // removed by extract-text-webpack-plugin
423
423
 
424
424
  /***/ }),
425
425
 
426
- /***/ 156:
426
+ /***/ 159:
427
427
  /***/ (function(module, exports) {
428
428
 
429
429
  // removed by extract-text-webpack-plugin
package/dist/button.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
- /***/ 160:
213
+ /***/ 163:
214
214
  /***/ (function(module, exports) {
215
215
 
216
216
  // removed by extract-text-webpack-plugin
@@ -228,9 +228,9 @@ 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__(138);
231
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
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__(160);
233
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(163);
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
 
package/dist/card.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/card/style/index.less
217
- var card_style = __webpack_require__(162);
217
+ var card_style = __webpack_require__(165);
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
- /***/ 138:
499
+ /***/ 139:
500
500
  /***/ (function(module, exports) {
501
501
 
502
502
  // removed by extract-text-webpack-plugin
503
503
 
504
504
  /***/ }),
505
505
 
506
- /***/ 162:
506
+ /***/ 165:
507
507
  /***/ (function(module, exports) {
508
508
 
509
509
  // removed by extract-text-webpack-plugin
package/dist/carousel.js CHANGED
@@ -210,7 +210,7 @@ module.exports = require("babel-runtime/core-js/object/keys");
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
@@ -245,7 +245,7 @@ module.exports = require("babel-runtime/core-js/get-iterator");
245
245
 
246
246
  /***/ }),
247
247
 
248
- /***/ 255:
248
+ /***/ 258:
249
249
  /***/ (function(module, exports) {
250
250
 
251
251
  // removed by extract-text-webpack-plugin
@@ -281,10 +281,10 @@ module.exports = require("babel-runtime/helpers/typeof");
281
281
  __webpack_require__.r(__webpack_exports__);
282
282
 
283
283
  // EXTERNAL MODULE: ./components/style/index.less
284
- var components_style = __webpack_require__(138);
284
+ var components_style = __webpack_require__(139);
285
285
 
286
286
  // EXTERNAL MODULE: ./components/carousel/style/index.less
287
- var carousel_style = __webpack_require__(255);
287
+ var carousel_style = __webpack_require__(258);
288
288
 
289
289
  // CONCATENATED MODULE: ./components/carousel/style/index.js
290
290
 
package/dist/cascader.js CHANGED
@@ -2726,20 +2726,6 @@ module.exports = require("babel-runtime/core-js/get-iterator");
2726
2726
 
2727
2727
  /***/ }),
2728
2728
 
2729
- /***/ 267:
2730
- /***/ (function(module, exports) {
2731
-
2732
- // removed by extract-text-webpack-plugin
2733
-
2734
- /***/ }),
2735
-
2736
- /***/ 269:
2737
- /***/ (function(module, exports) {
2738
-
2739
- // removed by extract-text-webpack-plugin
2740
-
2741
- /***/ }),
2742
-
2743
2729
  /***/ 27:
2744
2730
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2745
2731
 
@@ -2833,6 +2819,20 @@ component.options.__file = "components/scroll-bar/scroll-bar.vue"
2833
2819
 
2834
2820
  /***/ }),
2835
2821
 
2822
+ /***/ 270:
2823
+ /***/ (function(module, exports) {
2824
+
2825
+ // removed by extract-text-webpack-plugin
2826
+
2827
+ /***/ }),
2828
+
2829
+ /***/ 272:
2830
+ /***/ (function(module, exports) {
2831
+
2832
+ // removed by extract-text-webpack-plugin
2833
+
2834
+ /***/ }),
2835
+
2836
2836
  /***/ 30:
2837
2837
  /***/ (function(module, exports) {
2838
2838
 
@@ -4956,10 +4956,10 @@ if (false) { var cascader_api; }
4956
4956
  cascader_component.options.__file = "components/cascader/cascader.vue"
4957
4957
  /* harmony default export */ var cascader = (cascader_component.exports);
4958
4958
  // EXTERNAL MODULE: ./components/cascader/style/transition.less
4959
- var transition = __webpack_require__(267);
4959
+ var transition = __webpack_require__(270);
4960
4960
 
4961
4961
  // EXTERNAL MODULE: ./components/cascader/style/index.less
4962
- var style = __webpack_require__(269);
4962
+ var style = __webpack_require__(272);
4963
4963
 
4964
4964
  // CONCATENATED MODULE: ./components/cascader/style/index.js
4965
4965
 
@@ -1947,10 +1947,10 @@ if (false) { var panel_api; }
1947
1947
  panel_component.options.__file = "components/cascaderpanel/panel.vue"
1948
1948
  /* harmony default export */ var panel = (panel_component.exports);
1949
1949
  // EXTERNAL MODULE: ./components/cascaderpanel/style/transition.less
1950
- var transition = __webpack_require__(263);
1950
+ var transition = __webpack_require__(266);
1951
1951
 
1952
1952
  // EXTERNAL MODULE: ./components/cascaderpanel/style/index.less
1953
- var style = __webpack_require__(265);
1953
+ var style = __webpack_require__(268);
1954
1954
 
1955
1955
  // CONCATENATED MODULE: ./components/cascaderpanel/style/index.js
1956
1956
 
@@ -2195,14 +2195,14 @@ module.exports = require("babel-runtime/helpers/extends");
2195
2195
 
2196
2196
  /***/ }),
2197
2197
 
2198
- /***/ 263:
2198
+ /***/ 266:
2199
2199
  /***/ (function(module, exports) {
2200
2200
 
2201
2201
  // removed by extract-text-webpack-plugin
2202
2202
 
2203
2203
  /***/ }),
2204
2204
 
2205
- /***/ 265:
2205
+ /***/ 268:
2206
2206
  /***/ (function(module, exports) {
2207
2207
 
2208
2208
  // removed by extract-text-webpack-plugin
package/dist/checkbox.js CHANGED
@@ -210,14 +210,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
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
- /***/ 164:
220
+ /***/ 167:
221
221
  /***/ (function(module, exports) {
222
222
 
223
223
  // removed by extract-text-webpack-plugin
@@ -250,10 +250,10 @@ __webpack_require__.d(__webpack_exports__, "MdsCheckbox", function() { return /*
250
250
  __webpack_require__.d(__webpack_exports__, "MdsCheckboxGroup", function() { return /* reexport */ checkbox_group; });
251
251
 
252
252
  // EXTERNAL MODULE: ./components/style/index.less
253
- var style = __webpack_require__(138);
253
+ var style = __webpack_require__(139);
254
254
 
255
255
  // EXTERNAL MODULE: ./components/checkbox/style/index.less
256
- var checkbox_style = __webpack_require__(164);
256
+ var checkbox_style = __webpack_require__(167);
257
257
 
258
258
  // CONCATENATED MODULE: ./components/checkbox/style/index.js
259
259
 
package/dist/col.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 = 135);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 136);
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
- /***/ 135:
213
+ /***/ 136:
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/col/style/index.js
227
227
 
@@ -241,14 +241,14 @@ grid["a" /* Col */].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/collapse.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/collapse/style/index.less
217
- var collapse_style = __webpack_require__(245);
217
+ var collapse_style = __webpack_require__(248);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/collapse/style/index.js
220
220
 
@@ -653,14 +653,14 @@ collapse.install = function (Vue) {
653
653
 
654
654
  /***/ }),
655
655
 
656
- /***/ 138:
656
+ /***/ 139:
657
657
  /***/ (function(module, exports) {
658
658
 
659
659
  // removed by extract-text-webpack-plugin
660
660
 
661
661
  /***/ }),
662
662
 
663
- /***/ 245:
663
+ /***/ 248:
664
664
  /***/ (function(module, exports) {
665
665
 
666
666
  // removed by extract-text-webpack-plugin
package/dist/color.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 = 123);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 122:
206
+ /***/ 123:
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__(138);
214
+ var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/color/style/index.less
217
- var color_style = __webpack_require__(168);
217
+ var color_style = __webpack_require__(171);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/color/style/index.js
220
220
 
@@ -288,14 +288,14 @@ color.install = function (Vue) {
288
288
 
289
289
  /***/ }),
290
290
 
291
- /***/ 138:
291
+ /***/ 139:
292
292
  /***/ (function(module, exports) {
293
293
 
294
294
  // removed by extract-text-webpack-plugin
295
295
 
296
296
  /***/ }),
297
297
 
298
- /***/ 168:
298
+ /***/ 171:
299
299
  /***/ (function(module, exports) {
300
300
 
301
301
  // removed by extract-text-webpack-plugin
@@ -513,7 +513,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
513
513
 
514
514
  /***/ }),
515
515
 
516
- /***/ 138:
516
+ /***/ 139:
517
517
  /***/ (function(module, exports) {
518
518
 
519
519
  // removed by extract-text-webpack-plugin
@@ -2431,14 +2431,14 @@ var stop = function stop(e) {
2431
2431
 
2432
2432
  /***/ }),
2433
2433
 
2434
- /***/ 170:
2434
+ /***/ 173:
2435
2435
  /***/ (function(module, exports) {
2436
2436
 
2437
2437
  // removed by extract-text-webpack-plugin
2438
2438
 
2439
2439
  /***/ }),
2440
2440
 
2441
- /***/ 172:
2441
+ /***/ 175:
2442
2442
  /***/ (function(module, exports) {
2443
2443
 
2444
2444
  // removed by extract-text-webpack-plugin
@@ -3466,13 +3466,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
3466
3466
  __webpack_require__.r(__webpack_exports__);
3467
3467
 
3468
3468
  // EXTERNAL MODULE: ./components/style/index.less
3469
- var components_style = __webpack_require__(138);
3469
+ var components_style = __webpack_require__(139);
3470
3470
 
3471
3471
  // EXTERNAL MODULE: ./components/datepicker/style/index.less
3472
- var datepicker_style = __webpack_require__(170);
3472
+ var datepicker_style = __webpack_require__(173);
3473
3473
 
3474
3474
  // EXTERNAL MODULE: ./components/datepicker/style/transition.less
3475
- var transition = __webpack_require__(172);
3475
+ var transition = __webpack_require__(175);
3476
3476
 
3477
3477
  // CONCATENATED MODULE: ./components/datepicker/style/index.js
3478
3478
 
package/dist/divider.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 = 129);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 130);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 129:
206
+ /***/ 130:
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__(138);
214
+ var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/divider/style/index.less
217
- var divider_style = __webpack_require__(257);
217
+ var divider_style = __webpack_require__(260);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/divider/style/index.js
220
220
 
@@ -328,14 +328,14 @@ divider.install = function (Vue) {
328
328
 
329
329
  /***/ }),
330
330
 
331
- /***/ 138:
331
+ /***/ 139:
332
332
  /***/ (function(module, exports) {
333
333
 
334
334
  // removed by extract-text-webpack-plugin
335
335
 
336
336
  /***/ }),
337
337
 
338
- /***/ 257:
338
+ /***/ 260:
339
339
  /***/ (function(module, exports) {
340
340
 
341
341
  // removed by extract-text-webpack-plugin
package/dist/drawer.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 = 128);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 129);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -506,7 +506,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
506
506
 
507
507
  /***/ }),
508
508
 
509
- /***/ 128:
509
+ /***/ 129:
510
510
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
511
511
 
512
512
  "use strict";
@@ -514,13 +514,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
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/drawer/style/index.less
520
- var drawer_style = __webpack_require__(249);
520
+ var drawer_style = __webpack_require__(252);
521
521
 
522
522
  // EXTERNAL MODULE: ./components/_util/loaders/loaders.less
523
- var loaders = __webpack_require__(251);
523
+ var loaders = __webpack_require__(254);
524
524
 
525
525
  // CONCATENATED MODULE: ./components/drawer/style/index.js
526
526
 
@@ -929,7 +929,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
929
929
 
930
930
  /***/ }),
931
931
 
932
- /***/ 138:
932
+ /***/ 139:
933
933
  /***/ (function(module, exports) {
934
934
 
935
935
  // removed by extract-text-webpack-plugin
@@ -1168,14 +1168,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
1168
1168
 
1169
1169
  /***/ }),
1170
1170
 
1171
- /***/ 249:
1171
+ /***/ 252:
1172
1172
  /***/ (function(module, exports) {
1173
1173
 
1174
1174
  // removed by extract-text-webpack-plugin
1175
1175
 
1176
1176
  /***/ }),
1177
1177
 
1178
- /***/ 251:
1178
+ /***/ 254:
1179
1179
  /***/ (function(module, exports) {
1180
1180
 
1181
1181
  // removed by extract-text-webpack-plugin