@mdsfe/mds-ui 0.2.11-rc.10 → 0.2.11-rc.13

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 (128) hide show
  1. package/CHANGELOG.md +994 -0
  2. package/dist/_locale/default.js +18 -0
  3. package/dist/_locale/format.js +54 -0
  4. package/dist/_locale/index.js +56 -6
  5. package/dist/_locale/lang/en.js +144 -0
  6. package/dist/_locale/lang/zh-CN.js +142 -0
  7. package/dist/_mixin/locale.js +1 -1
  8. package/dist/_util/iconfont/index.js +12 -13
  9. package/dist/_util/util.js +7 -0
  10. package/dist/affix.js +6 -6
  11. package/dist/alert.js +6 -6
  12. package/dist/anchor.js +6 -6
  13. package/dist/avatar.js +17 -8
  14. package/dist/backtop.js +11 -11
  15. package/dist/badge.js +17 -17
  16. package/dist/bordershadow.js +6 -6
  17. package/dist/breadcrumb.js +6 -6
  18. package/dist/button.js +6 -6
  19. package/dist/card.js +6 -6
  20. package/dist/carousel.js +80 -80
  21. package/dist/cascader.js +96 -61
  22. package/dist/cascaderpanel.js +54 -29
  23. package/dist/checkbox.js +10 -10
  24. package/dist/col.js +10 -10
  25. package/dist/collapse.js +6 -6
  26. package/dist/color.js +6 -6
  27. package/dist/datepicker.js +287 -280
  28. package/dist/divider.js +6 -6
  29. package/dist/drawer.js +20 -20
  30. package/dist/dropdown.js +19 -19
  31. package/dist/empty.js +31 -14
  32. package/dist/font/iconfont.4ac77c3.woff2 +0 -0
  33. package/dist/font/iconfont.5a7af4c.woff +0 -0
  34. package/dist/font/{iconfont.3375cbc.ttf → iconfont.784954d.ttf} +0 -0
  35. package/dist/font.js +6 -6
  36. package/dist/form.js +14 -14
  37. package/dist/icon.js +6 -6
  38. package/dist/index.js +1 -1
  39. package/dist/input.js +16 -16
  40. package/dist/inputnumber.js +13 -13
  41. package/dist/layout.js +6 -6
  42. package/dist/list.js +6 -6
  43. package/dist/loading.js +6 -6
  44. package/dist/mds-ui.min.css +1 -1
  45. package/dist/mds-ui.min.js +1883 -1386
  46. package/dist/menu.js +18 -18
  47. package/dist/message.js +10 -10
  48. package/dist/modal.js +60 -38
  49. package/dist/notification.js +20 -20
  50. package/dist/pagination.js +74 -33
  51. package/dist/popconfirm.js +561 -31
  52. package/dist/popover.js +27 -27
  53. package/dist/progress.js +6 -6
  54. package/dist/radio.js +10 -10
  55. package/dist/rate.js +10 -10
  56. package/dist/row.js +10 -10
  57. package/dist/select.js +99 -79
  58. package/dist/slider.js +58 -37
  59. package/dist/slottable.js +75 -50
  60. package/dist/steps.js +6 -6
  61. package/dist/style/affix.css +190 -1
  62. package/dist/style/alert.css +190 -1
  63. package/dist/style/anchor.css +190 -1
  64. package/dist/style/avatar.css +190 -1
  65. package/dist/style/badge.css +190 -1
  66. package/dist/style/bordershadow.css +190 -1
  67. package/dist/style/breadcrumb.css +190 -1
  68. package/dist/style/button.css +190 -1
  69. package/dist/style/card.css +190 -1
  70. package/dist/style/carousel.css +190 -1
  71. package/dist/style/checkbox.css +190 -1
  72. package/dist/style/col.css +190 -1
  73. package/dist/style/collapse.css +190 -1
  74. package/dist/style/color.css +190 -1
  75. package/dist/style/datepicker.css +190 -1
  76. package/dist/style/divider.css +190 -1
  77. package/dist/style/drawer.css +190 -1
  78. package/dist/style/dropdown.css +190 -1
  79. package/dist/style/empty.css +190 -1
  80. package/dist/style/font.css +190 -1
  81. package/dist/style/form.css +190 -1
  82. package/dist/style/icon.css +190 -1
  83. package/dist/style/input.css +190 -1
  84. package/dist/style/inputnumber.css +190 -1
  85. package/dist/style/layout.css +190 -1
  86. package/dist/style/list.css +190 -1
  87. package/dist/style/loading.css +190 -1
  88. package/dist/style/menu.css +190 -1
  89. package/dist/style/modal.css +190 -1
  90. package/dist/style/notification.css +190 -1
  91. package/dist/style/pagination.css +190 -1
  92. package/dist/style/popconfirm.css +190 -1
  93. package/dist/style/popover.css +190 -1
  94. package/dist/style/progress.css +190 -1
  95. package/dist/style/radio.css +190 -1
  96. package/dist/style/rate.css +190 -1
  97. package/dist/style/row.css +190 -1
  98. package/dist/style/select.css +190 -1
  99. package/dist/style/slider.css +190 -1
  100. package/dist/style/slottable.css +190 -1
  101. package/dist/style/steps.css +190 -1
  102. package/dist/style/switch.css +190 -1
  103. package/dist/style/table.css +190 -1
  104. package/dist/style/tabs.css +190 -1
  105. package/dist/style/tag.css +190 -1
  106. package/dist/style/text.css +190 -1
  107. package/dist/style/timeline.css +190 -1
  108. package/dist/style/timepicker.css +190 -1
  109. package/dist/style/tooltip.css +190 -1
  110. package/dist/style/tree.css +190 -1
  111. package/dist/style/typography.css +190 -1
  112. package/dist/style/upload.css +190 -1
  113. package/dist/switch.js +10 -10
  114. package/dist/table.js +261 -166
  115. package/dist/tabs.js +6 -6
  116. package/dist/tag.js +6 -6
  117. package/dist/text.js +681 -681
  118. package/dist/timeline.js +6 -6
  119. package/dist/timepicker.js +571 -41
  120. package/dist/tooltip.js +25 -25
  121. package/dist/transfer.js +48 -34
  122. package/dist/transition.js +4 -4
  123. package/dist/tree.js +77 -77
  124. package/dist/typography.js +6 -6
  125. package/dist/upload.js +60 -32
  126. package/package.json +4 -2
  127. package/dist/font/iconfont.18d0990.woff +0 -0
  128. package/dist/font/iconfont.98a83f4.woff2 +0 -0
package/dist/popover.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue"), require("./transition")) : factory(root["Vue"], root["./transition"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__11__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__12__) {
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 = 53);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 56);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -492,28 +492,28 @@ function getScrollBarWidth() {
492
492
 
493
493
  /***/ }),
494
494
 
495
- /***/ 10:
495
+ /***/ 11:
496
496
  /***/ (function(module, exports) {
497
497
 
498
498
  module.exports = require("babel-runtime/core-js/object/keys");
499
499
 
500
500
  /***/ }),
501
501
 
502
- /***/ 11:
502
+ /***/ 12:
503
503
  /***/ (function(module, exports) {
504
504
 
505
- module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
505
+ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
506
506
 
507
507
  /***/ }),
508
508
 
509
- /***/ 139:
509
+ /***/ 142:
510
510
  /***/ (function(module, exports) {
511
511
 
512
512
  // removed by extract-text-webpack-plugin
513
513
 
514
514
  /***/ }),
515
515
 
516
- /***/ 14:
516
+ /***/ 15:
517
517
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
518
518
 
519
519
  "use strict";
@@ -738,20 +738,20 @@ var scrollBarWidth = void 0;
738
738
 
739
739
  /***/ }),
740
740
 
741
- /***/ 17:
741
+ /***/ 18:
742
742
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
743
743
 
744
744
  "use strict";
745
745
 
746
746
  // EXTERNAL MODULE: ./components/_util/_popper/popup/popup-main.js
747
- var popup_main = __webpack_require__(14);
747
+ var popup_main = __webpack_require__(15);
748
748
 
749
749
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/get-own-property-descriptor"
750
- var get_own_property_descriptor_ = __webpack_require__(18);
750
+ var get_own_property_descriptor_ = __webpack_require__(19);
751
751
  var get_own_property_descriptor_default = /*#__PURE__*/__webpack_require__.n(get_own_property_descriptor_);
752
752
 
753
753
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/keys"
754
- var keys_ = __webpack_require__(10);
754
+ var keys_ = __webpack_require__(11);
755
755
  var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
756
756
 
757
757
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/assign"
@@ -2210,39 +2210,39 @@ var stop = function stop(e) {
2210
2210
 
2211
2211
  /***/ }),
2212
2212
 
2213
- /***/ 18:
2213
+ /***/ 19:
2214
2214
  /***/ (function(module, exports) {
2215
2215
 
2216
2216
  module.exports = require("babel-runtime/core-js/object/get-own-property-descriptor");
2217
2217
 
2218
2218
  /***/ }),
2219
2219
 
2220
- /***/ 19:
2220
+ /***/ 2:
2221
2221
  /***/ (function(module, exports) {
2222
2222
 
2223
- module.exports = require("throttle-debounce");
2223
+ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
2224
2224
 
2225
2225
  /***/ }),
2226
2226
 
2227
- /***/ 2:
2227
+ /***/ 20:
2228
2228
  /***/ (function(module, exports) {
2229
2229
 
2230
- module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
2230
+ module.exports = require("throttle-debounce");
2231
2231
 
2232
2232
  /***/ }),
2233
2233
 
2234
- /***/ 203:
2234
+ /***/ 206:
2235
2235
  /***/ (function(module, exports) {
2236
2236
 
2237
2237
  // removed by extract-text-webpack-plugin
2238
2238
 
2239
2239
  /***/ }),
2240
2240
 
2241
- /***/ 22:
2241
+ /***/ 23:
2242
2242
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2243
2243
 
2244
2244
  "use strict";
2245
- /* harmony import */ var mds_ui_transition__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(11);
2245
+ /* harmony import */ var mds_ui_transition__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(12);
2246
2246
  /* harmony import */ var mds_ui_transition__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(mds_ui_transition__WEBPACK_IMPORTED_MODULE_0__);
2247
2247
 
2248
2248
 
@@ -2274,13 +2274,13 @@ var placementMap = {
2274
2274
 
2275
2275
  /***/ }),
2276
2276
 
2277
- /***/ 46:
2277
+ /***/ 47:
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__(139);
2281
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
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__(203);
2283
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(206);
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
 
@@ -2493,7 +2493,7 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
2493
2493
 
2494
2494
  /***/ }),
2495
2495
 
2496
- /***/ 53:
2496
+ /***/ 56:
2497
2497
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2498
2498
 
2499
2499
  "use strict";
@@ -2501,7 +2501,7 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
2501
2501
  __webpack_require__.r(__webpack_exports__);
2502
2502
 
2503
2503
  // EXTERNAL MODULE: ./components/popover/style/index.js
2504
- var style = __webpack_require__(46);
2504
+ var style = __webpack_require__(47);
2505
2505
 
2506
2506
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/popover/popover.vue?vue&type=template&id=29a75350&
2507
2507
  var render = function () {
@@ -2565,13 +2565,13 @@ render._withStripped = true
2565
2565
  // CONCATENATED MODULE: ./components/popover/popover.vue?vue&type=template&id=29a75350&
2566
2566
 
2567
2567
  // EXTERNAL MODULE: ./components/_util/_popper/vue-popper.js + 1 modules
2568
- var vue_popper = __webpack_require__(17);
2568
+ var vue_popper = __webpack_require__(18);
2569
2569
 
2570
2570
  // EXTERNAL MODULE: ./components/_util/_popper/popper-mixin.js
2571
- var popper_mixin = __webpack_require__(22);
2571
+ var popper_mixin = __webpack_require__(23);
2572
2572
 
2573
2573
  // EXTERNAL MODULE: external "throttle-debounce"
2574
- var external_throttle_debounce_ = __webpack_require__(19);
2574
+ var external_throttle_debounce_ = __webpack_require__(20);
2575
2575
 
2576
2576
  // EXTERNAL MODULE: ./components/_util/_popper/dom-helper.js
2577
2577
  var dom_helper = __webpack_require__(1);
package/dist/progress.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 = 96);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 99);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,14 +203,14 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 139:
206
+ /***/ 142:
207
207
  /***/ (function(module, exports) {
208
208
 
209
209
  // removed by extract-text-webpack-plugin
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 207:
213
+ /***/ 210:
214
214
  /***/ (function(module, exports) {
215
215
 
216
216
  // removed by extract-text-webpack-plugin
@@ -224,7 +224,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
224
224
 
225
225
  /***/ }),
226
226
 
227
- /***/ 96:
227
+ /***/ 99:
228
228
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
229
229
 
230
230
  "use strict";
@@ -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__(139);
235
+ var style = __webpack_require__(142);
236
236
 
237
237
  // EXTERNAL MODULE: ./components/progress/style/index.less
238
- var progress_style = __webpack_require__(207);
238
+ var progress_style = __webpack_require__(210);
239
239
 
240
240
  // CONCATENATED MODULE: ./components/progress/style/index.js
241
241
 
package/dist/radio.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./_mixin/emitter")) : factory(root["./_util/proptype"], root["./_mixin/emitter"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__12__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__13__) {
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 = 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__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/radio/style/index.less
217
- var radio_style = __webpack_require__(209);
217
+ var radio_style = __webpack_require__(212);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/radio/style/index.js
220
220
 
@@ -472,7 +472,7 @@ var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
472
472
  var proptype_ = __webpack_require__(8);
473
473
 
474
474
  // EXTERNAL MODULE: external "./_mixin/emitter"
475
- var emitter_ = __webpack_require__(12);
475
+ var emitter_ = __webpack_require__(13);
476
476
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
477
477
 
478
478
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/radio/group.vue?vue&type=script&lang=js&
@@ -716,21 +716,21 @@ radio_radio.install = function (Vue) {
716
716
 
717
717
  /***/ }),
718
718
 
719
- /***/ 12:
719
+ /***/ 13:
720
720
  /***/ (function(module, exports) {
721
721
 
722
- module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
722
+ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
723
723
 
724
724
  /***/ }),
725
725
 
726
- /***/ 139:
726
+ /***/ 142:
727
727
  /***/ (function(module, exports) {
728
728
 
729
729
  // removed by extract-text-webpack-plugin
730
730
 
731
731
  /***/ }),
732
732
 
733
- /***/ 209:
733
+ /***/ 212:
734
734
  /***/ (function(module, exports) {
735
735
 
736
736
  // removed by extract-text-webpack-plugin
package/dist/rate.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./icon"), require("./_util/util"), require("./tooltip")) : factory(root["./icon"], root["./_util/util"], root["./tooltip"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__20__, __WEBPACK_EXTERNAL_MODULE__43__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__21__, __WEBPACK_EXTERNAL_MODULE__43__) {
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 = 108);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 111);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 108:
206
+ /***/ 111:
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__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/rate/style/index.less
217
- var rate_style = __webpack_require__(211);
217
+ var rate_style = __webpack_require__(214);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/rate/style/index.js
220
220
 
@@ -300,7 +300,7 @@ var external_tooltip_ = __webpack_require__(43);
300
300
  var external_tooltip_default = /*#__PURE__*/__webpack_require__.n(external_tooltip_);
301
301
 
302
302
  // EXTERNAL MODULE: external "./_util/util"
303
- var util_ = __webpack_require__(20);
303
+ var util_ = __webpack_require__(21);
304
304
 
305
305
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/rate/star.vue?vue&type=template&id=37527a14&
306
306
  var starvue_type_template_id_37527a14_render = function () {
@@ -554,21 +554,21 @@ rate.install = function (Vue) {
554
554
 
555
555
  /***/ }),
556
556
 
557
- /***/ 139:
557
+ /***/ 142:
558
558
  /***/ (function(module, exports) {
559
559
 
560
560
  // removed by extract-text-webpack-plugin
561
561
 
562
562
  /***/ }),
563
563
 
564
- /***/ 20:
564
+ /***/ 21:
565
565
  /***/ (function(module, exports) {
566
566
 
567
- module.exports = __WEBPACK_EXTERNAL_MODULE__20__;
567
+ module.exports = __WEBPACK_EXTERNAL_MODULE__21__;
568
568
 
569
569
  /***/ }),
570
570
 
571
- /***/ 211:
571
+ /***/ 214:
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 = 137);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 140);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,14 +203,14 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 10:
206
+ /***/ 11:
207
207
  /***/ (function(module, exports) {
208
208
 
209
209
  module.exports = require("babel-runtime/core-js/object/keys");
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 137:
213
+ /***/ 140:
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__(139);
221
+ var style = __webpack_require__(142);
222
222
 
223
223
  // EXTERNAL MODULE: ./components/grid/style/index.less
224
- var grid_style = __webpack_require__(169);
224
+ var grid_style = __webpack_require__(172);
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
- /***/ 139:
244
+ /***/ 142:
245
245
  /***/ (function(module, exports) {
246
246
 
247
247
  // removed by extract-text-webpack-plugin
248
248
 
249
249
  /***/ }),
250
250
 
251
- /***/ 169:
251
+ /***/ 172:
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__(139);
268
+ var style = __webpack_require__(142);
269
269
 
270
270
  // EXTERNAL MODULE: ./components/grid/style/index.less
271
- var grid_style = __webpack_require__(169);
271
+ var grid_style = __webpack_require__(172);
272
272
 
273
273
  // CONCATENATED MODULE: ./components/grid/style/index.js
274
274
 
@@ -406,7 +406,7 @@ var typeof_ = __webpack_require__(9);
406
406
  var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
407
407
 
408
408
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/keys"
409
- var keys_ = __webpack_require__(10);
409
+ var keys_ = __webpack_require__(11);
410
410
  var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
411
411
 
412
412
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/grid/col.vue?vue&type=script&lang=js&