@mdsfe/mds-ui 0.3.0-9 → 0.4.0-rc.2

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 (127) hide show
  1. package/dist/_util/iconfont/index.js +1 -1
  2. package/dist/affix.js +31 -36
  3. package/dist/alert.js +27 -32
  4. package/dist/anchor.js +39 -47
  5. package/dist/avatar.js +27 -32
  6. package/dist/backtop.js +31 -36
  7. package/dist/badge.js +41 -46
  8. package/dist/base.js +1 -0
  9. package/dist/bordershadow.js +27 -32
  10. package/dist/breadcrumb.js +39 -47
  11. package/dist/button.js +43 -58
  12. package/dist/card.js +39 -47
  13. package/dist/carousel.js +55 -63
  14. package/dist/cascader.js +98 -115
  15. package/dist/cascaderpanel.js +70 -81
  16. package/dist/checkbox.js +43 -51
  17. package/dist/col.js +52 -60
  18. package/dist/collapse.js +39 -47
  19. package/dist/color.js +27 -32
  20. package/dist/datepicker.js +1145 -543
  21. package/dist/divider.js +27 -32
  22. package/dist/drawer.js +42 -47
  23. package/dist/dropdown.js +49 -79
  24. package/dist/empty.js +36 -41
  25. package/dist/font/iconfont.06c8a26.woff +0 -0
  26. package/dist/font/iconfont.c9840a2.woff2 +0 -0
  27. package/dist/font/{iconfont.ecd615a.ttf → iconfont.dffa89c.ttf} +0 -0
  28. package/dist/font.js +27 -32
  29. package/dist/form.js +49 -57
  30. package/dist/icon.js +27 -32
  31. package/dist/index.js +358 -1
  32. package/dist/input.js +258 -119
  33. package/dist/inputnumber.js +31 -36
  34. package/dist/layout.js +75 -92
  35. package/dist/list.js +39 -47
  36. package/dist/loading.js +27 -32
  37. package/dist/mds-ui.min.css +1 -2
  38. package/dist/mds-ui.min.js +4707 -3009
  39. package/dist/menu.js +98 -93
  40. package/dist/message.js +60 -71
  41. package/dist/modal.js +40 -45
  42. package/dist/notification.js +53 -61
  43. package/dist/pagination.js +66 -77
  44. package/dist/popconfirm.js +31 -77
  45. package/dist/popover.js +51 -63
  46. package/dist/progress.js +52 -63
  47. package/dist/radio.js +54 -62
  48. package/dist/rate.js +47 -55
  49. package/dist/row.js +52 -60
  50. package/dist/select.js +111 -128
  51. package/dist/slider.js +60 -68
  52. package/dist/slottable.js +68 -76
  53. package/dist/steps.js +7 -7
  54. package/dist/style/affix.css +3 -6789
  55. package/dist/style/alert.css +3 -6789
  56. package/dist/style/anchor.css +3 -6789
  57. package/dist/style/avatar.css +3 -6789
  58. package/dist/style/badge.css +5 -6791
  59. package/dist/style/base.css +1 -0
  60. package/dist/style/bordershadow.css +3 -6789
  61. package/dist/style/breadcrumb.css +3 -6789
  62. package/dist/style/button.css +3 -6789
  63. package/dist/style/card.css +3 -6789
  64. package/dist/style/carousel.css +0 -6786
  65. package/dist/style/checkbox.css +3 -6789
  66. package/dist/style/col.css +3 -6789
  67. package/dist/style/collapse.css +3 -6789
  68. package/dist/style/color.css +3 -6789
  69. package/dist/style/datepicker.css +70 -6789
  70. package/dist/style/divider.css +3 -6789
  71. package/dist/style/drawer.css +3 -6789
  72. package/dist/style/dropdown.css +3 -8958
  73. package/dist/style/empty.css +3 -6789
  74. package/dist/style/font.css +3 -6789
  75. package/dist/style/form.css +3 -6789
  76. package/dist/style/icon.css +3 -6789
  77. package/dist/style/index.css +6 -0
  78. package/dist/style/input.css +23 -6795
  79. package/dist/style/inputnumber.css +3 -6789
  80. package/dist/style/layout.css +3 -6789
  81. package/dist/style/list.css +3 -6789
  82. package/dist/style/loading.css +3 -6789
  83. package/dist/style/menu.css +3 -6789
  84. package/dist/style/modal.css +3 -6789
  85. package/dist/style/notification.css +7 -6793
  86. package/dist/style/pagination.css +23 -6795
  87. package/dist/style/popconfirm.css +3 -9093
  88. package/dist/style/popover.css +3 -6789
  89. package/dist/style/progress.css +3 -6789
  90. package/dist/style/radio.css +3 -6789
  91. package/dist/style/rate.css +3 -6789
  92. package/dist/style/row.css +3 -6789
  93. package/dist/style/select.css +3 -6789
  94. package/dist/style/slider.css +3 -6789
  95. package/dist/style/slottable.css +3 -6789
  96. package/dist/style/steps.css +3 -6789
  97. package/dist/style/switch.css +3 -6789
  98. package/dist/style/table.css +3 -6789
  99. package/dist/style/tabs.css +3 -6789
  100. package/dist/style/tag.css +3 -6789
  101. package/dist/style/text.css +3 -6789
  102. package/dist/style/timeline.css +3 -6789
  103. package/dist/style/timepicker.css +3 -6789
  104. package/dist/style/tooltip.css +3 -6789
  105. package/dist/style/transfer.css +105 -0
  106. package/dist/style/tree.css +3 -6789
  107. package/dist/style/typography.css +3 -6789
  108. package/dist/style/upload.css +3 -6789
  109. package/dist/switch.js +31 -36
  110. package/dist/table.js +225 -274
  111. package/dist/tabs.js +81 -104
  112. package/dist/tag.js +27 -32
  113. package/dist/text.js +680 -541
  114. package/dist/timeline.js +39 -47
  115. package/dist/timepicker.js +100 -117
  116. package/dist/tooltip.js +27 -27
  117. package/dist/transfer.js +1028 -85
  118. package/dist/transition.js +4 -4
  119. package/dist/tree.js +62 -70
  120. package/dist/typography.js +39 -47
  121. package/dist/upload.js +95 -115
  122. package/package.json +9 -5
  123. package/CHANGELOG.md +0 -1013
  124. package/dist/.DS_Store +0 -0
  125. package/dist/_util/.DS_Store +0 -0
  126. package/dist/font/iconfont.ae3b61b.woff2 +0 -0
  127. package/dist/font/iconfont.f1b256f.woff +0 -0
package/dist/checkbox.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_mixin/emitter")) : factory(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__13__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__14__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -107,20 +107,19 @@ return /******/ (function(modules) { // webpackBootstrap
107
107
  // This module is a runtime utility for cleaner component module output and will
108
108
  // be included in the final webpack user bundle.
109
109
 
110
- function normalizeComponent (
110
+ function normalizeComponent(
111
111
  scriptExports,
112
112
  render,
113
113
  staticRenderFns,
114
114
  functionalTemplate,
115
115
  injectStyles,
116
116
  scopeId,
117
- moduleIdentifier, /* server only */
117
+ moduleIdentifier /* server only */,
118
118
  shadowMode /* vue-cli only */
119
119
  ) {
120
120
  // Vue.extend constructor export interop
121
- var options = typeof scriptExports === 'function'
122
- ? scriptExports.options
123
- : scriptExports
121
+ var options =
122
+ typeof scriptExports === 'function' ? scriptExports.options : scriptExports
124
123
 
125
124
  // render functions
126
125
  if (render) {
@@ -140,7 +139,8 @@ function normalizeComponent (
140
139
  }
141
140
 
142
141
  var hook
143
- if (moduleIdentifier) { // server build
142
+ if (moduleIdentifier) {
143
+ // server build
144
144
  hook = function (context) {
145
145
  // 2.3 injection
146
146
  context =
@@ -166,11 +166,11 @@ function normalizeComponent (
166
166
  } else if (injectStyles) {
167
167
  hook = shadowMode
168
168
  ? function () {
169
- injectStyles.call(
170
- this,
171
- (options.functional ? this.parent : this).$root.$options.shadowRoot
172
- )
173
- }
169
+ injectStyles.call(
170
+ this,
171
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
172
+ )
173
+ }
174
174
  : injectStyles
175
175
  }
176
176
 
@@ -181,16 +181,14 @@ function normalizeComponent (
181
181
  options._injectStyles = hook
182
182
  // register for functional component in vue file
183
183
  var originalRender = options.render
184
- options.render = function renderWithStyleInjection (h, context) {
184
+ options.render = function renderWithStyleInjection(h, context) {
185
185
  hook.call(context)
186
186
  return originalRender(h, context)
187
187
  }
188
188
  } else {
189
189
  // inject component registration as beforeCreate hook
190
190
  var existing = options.beforeCreate
191
- options.beforeCreate = existing
192
- ? [].concat(existing, hook)
193
- : [hook]
191
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
194
192
  }
195
193
  }
196
194
 
@@ -203,28 +201,28 @@ function normalizeComponent (
203
201
 
204
202
  /***/ }),
205
203
 
206
- /***/ 13:
204
+ /***/ 14:
207
205
  /***/ (function(module, exports) {
208
206
 
209
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
207
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
210
208
 
211
209
  /***/ }),
212
210
 
213
- /***/ 142:
211
+ /***/ 140:
214
212
  /***/ (function(module, exports) {
215
213
 
216
214
  // removed by extract-text-webpack-plugin
217
215
 
218
216
  /***/ }),
219
217
 
220
- /***/ 170:
218
+ /***/ 164:
221
219
  /***/ (function(module, exports) {
222
220
 
223
221
  // removed by extract-text-webpack-plugin
224
222
 
225
223
  /***/ }),
226
224
 
227
- /***/ 25:
225
+ /***/ 19:
228
226
  /***/ (function(module, exports) {
229
227
 
230
228
  module.exports = require("babel-runtime/helpers/toConsumableArray");
@@ -249,16 +247,16 @@ __webpack_require__.r(__webpack_exports__);
249
247
  __webpack_require__.d(__webpack_exports__, "MdsCheckbox", function() { return /* reexport */ checkbox_checkbox; });
250
248
  __webpack_require__.d(__webpack_exports__, "MdsCheckboxGroup", function() { return /* reexport */ checkbox_group; });
251
249
 
252
- // EXTERNAL MODULE: ./components/style/index.less
253
- var style = __webpack_require__(142);
250
+ // EXTERNAL MODULE: ./components/style/mixins-only.less
251
+ var mixins_only = __webpack_require__(140);
254
252
 
255
253
  // EXTERNAL MODULE: ./components/checkbox/style/index.less
256
- var checkbox_style = __webpack_require__(170);
254
+ var style = __webpack_require__(164);
257
255
 
258
256
  // CONCATENATED MODULE: ./components/checkbox/style/index.js
259
257
 
260
258
 
261
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox/checkbox.vue?vue&type=template&id=0689a564&
259
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox/checkbox.vue?vue&type=template&id=00e87482
262
260
  var render = function () {
263
261
  var _vm = this
264
262
  var _h = _vm.$createElement
@@ -284,13 +282,13 @@ var staticRenderFns = []
284
282
  render._withStripped = true
285
283
 
286
284
 
287
- // CONCATENATED MODULE: ./components/checkbox/checkbox.vue?vue&type=template&id=0689a564&
285
+ // CONCATENATED MODULE: ./components/checkbox/checkbox.vue?vue&type=template&id=00e87482
288
286
 
289
287
  // EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
290
288
  var defineProperty_ = __webpack_require__(3);
291
289
  var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_);
292
290
 
293
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox/checkbox.vue?vue&type=script&lang=js&
291
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox/checkbox.vue?vue&type=script&lang=js
294
292
 
295
293
  //
296
294
  //
@@ -305,7 +303,7 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
305
303
  //
306
304
  //
307
305
 
308
- /* harmony default export */ var checkboxvue_type_script_lang_js_ = ({
306
+ /* harmony default export */ var checkboxvue_type_script_lang_js = ({
309
307
  name: 'MdsCheckbox',
310
308
  props: {
311
309
  checked: {
@@ -412,8 +410,8 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
412
410
  }
413
411
  }
414
412
  });
415
- // CONCATENATED MODULE: ./components/checkbox/checkbox.vue?vue&type=script&lang=js&
416
- /* harmony default export */ var checkbox_checkboxvue_type_script_lang_js_ = (checkboxvue_type_script_lang_js_);
413
+ // CONCATENATED MODULE: ./components/checkbox/checkbox.vue?vue&type=script&lang=js
414
+ /* harmony default export */ var checkbox_checkboxvue_type_script_lang_js = (checkboxvue_type_script_lang_js);
417
415
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
418
416
  var componentNormalizer = __webpack_require__(0);
419
417
 
@@ -426,7 +424,7 @@ var componentNormalizer = __webpack_require__(0);
426
424
  /* normalize component */
427
425
 
428
426
  var component = Object(componentNormalizer["a" /* default */])(
429
- checkbox_checkboxvue_type_script_lang_js_,
427
+ checkbox_checkboxvue_type_script_lang_js,
430
428
  render,
431
429
  staticRenderFns,
432
430
  false,
@@ -436,12 +434,9 @@ var component = Object(componentNormalizer["a" /* default */])(
436
434
 
437
435
  )
438
436
 
439
- /* hot reload */
440
- if (false) { var api; }
441
- component.options.__file = "components/checkbox/checkbox.vue"
442
437
  /* harmony default export */ var checkbox_checkbox = (component.exports);
443
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox/checkbox-group.vue?vue&type=template&id=4cdfddd6&
444
- var checkbox_groupvue_type_template_id_4cdfddd6_render = function () {
438
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox/checkbox-group.vue?vue&type=template&id=c808f188
439
+ var checkbox_groupvue_type_template_id_c808f188_render = function () {
445
440
  var _vm = this
446
441
  var _h = _vm.$createElement
447
442
  var _c = _vm._self._c || _h
@@ -472,14 +467,14 @@ var checkbox_groupvue_type_template_id_4cdfddd6_render = function () {
472
467
  2
473
468
  )
474
469
  }
475
- var checkbox_groupvue_type_template_id_4cdfddd6_staticRenderFns = []
476
- checkbox_groupvue_type_template_id_4cdfddd6_render._withStripped = true
470
+ var checkbox_groupvue_type_template_id_c808f188_staticRenderFns = []
471
+ checkbox_groupvue_type_template_id_c808f188_render._withStripped = true
477
472
 
478
473
 
479
- // CONCATENATED MODULE: ./components/checkbox/checkbox-group.vue?vue&type=template&id=4cdfddd6&
474
+ // CONCATENATED MODULE: ./components/checkbox/checkbox-group.vue?vue&type=template&id=c808f188
480
475
 
481
476
  // EXTERNAL MODULE: external "babel-runtime/helpers/toConsumableArray"
482
- var toConsumableArray_ = __webpack_require__(25);
477
+ var toConsumableArray_ = __webpack_require__(19);
483
478
  var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray_);
484
479
 
485
480
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/assign"
@@ -487,10 +482,10 @@ var assign_ = __webpack_require__(6);
487
482
  var assign_default = /*#__PURE__*/__webpack_require__.n(assign_);
488
483
 
489
484
  // EXTERNAL MODULE: external "./_mixin/emitter"
490
- var emitter_ = __webpack_require__(13);
485
+ var emitter_ = __webpack_require__(14);
491
486
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
492
487
 
493
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox/checkbox-group.vue?vue&type=script&lang=js&
488
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox/checkbox-group.vue?vue&type=script&lang=js
494
489
 
495
490
 
496
491
  //
@@ -514,7 +509,7 @@ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
514
509
 
515
510
 
516
511
 
517
- /* harmony default export */ var checkbox_groupvue_type_script_lang_js_ = ({
512
+ /* harmony default export */ var checkbox_groupvue_type_script_lang_js = ({
518
513
  name: 'MdsCheckboxGroup',
519
514
  mixins: [emitter_default.a],
520
515
  components: { Checkbox: checkbox_checkbox },
@@ -628,8 +623,8 @@ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
628
623
  }
629
624
  }
630
625
  });
631
- // CONCATENATED MODULE: ./components/checkbox/checkbox-group.vue?vue&type=script&lang=js&
632
- /* harmony default export */ var checkbox_checkbox_groupvue_type_script_lang_js_ = (checkbox_groupvue_type_script_lang_js_);
626
+ // CONCATENATED MODULE: ./components/checkbox/checkbox-group.vue?vue&type=script&lang=js
627
+ /* harmony default export */ var checkbox_checkbox_groupvue_type_script_lang_js = (checkbox_groupvue_type_script_lang_js);
633
628
  // CONCATENATED MODULE: ./components/checkbox/checkbox-group.vue
634
629
 
635
630
 
@@ -639,9 +634,9 @@ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
639
634
  /* normalize component */
640
635
 
641
636
  var checkbox_group_component = Object(componentNormalizer["a" /* default */])(
642
- checkbox_checkbox_groupvue_type_script_lang_js_,
643
- checkbox_groupvue_type_template_id_4cdfddd6_render,
644
- checkbox_groupvue_type_template_id_4cdfddd6_staticRenderFns,
637
+ checkbox_checkbox_groupvue_type_script_lang_js,
638
+ checkbox_groupvue_type_template_id_c808f188_render,
639
+ checkbox_groupvue_type_template_id_c808f188_staticRenderFns,
645
640
  false,
646
641
  null,
647
642
  null,
@@ -649,9 +644,6 @@ var checkbox_group_component = Object(componentNormalizer["a" /* default */])(
649
644
 
650
645
  )
651
646
 
652
- /* hot reload */
653
- if (false) { var checkbox_group_api; }
654
- checkbox_group_component.options.__file = "components/checkbox/checkbox-group.vue"
655
647
  /* harmony default export */ var checkbox_group = (checkbox_group_component.exports);
656
648
  // CONCATENATED MODULE: ./components/checkbox/index.js
657
649
 
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 = 139);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 137);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -107,20 +107,19 @@ return /******/ (function(modules) { // webpackBootstrap
107
107
  // This module is a runtime utility for cleaner component module output and will
108
108
  // be included in the final webpack user bundle.
109
109
 
110
- function normalizeComponent (
110
+ function normalizeComponent(
111
111
  scriptExports,
112
112
  render,
113
113
  staticRenderFns,
114
114
  functionalTemplate,
115
115
  injectStyles,
116
116
  scopeId,
117
- moduleIdentifier, /* server only */
117
+ moduleIdentifier /* server only */,
118
118
  shadowMode /* vue-cli only */
119
119
  ) {
120
120
  // Vue.extend constructor export interop
121
- var options = typeof scriptExports === 'function'
122
- ? scriptExports.options
123
- : scriptExports
121
+ var options =
122
+ typeof scriptExports === 'function' ? scriptExports.options : scriptExports
124
123
 
125
124
  // render functions
126
125
  if (render) {
@@ -140,7 +139,8 @@ function normalizeComponent (
140
139
  }
141
140
 
142
141
  var hook
143
- if (moduleIdentifier) { // server build
142
+ if (moduleIdentifier) {
143
+ // server build
144
144
  hook = function (context) {
145
145
  // 2.3 injection
146
146
  context =
@@ -166,11 +166,11 @@ function normalizeComponent (
166
166
  } else if (injectStyles) {
167
167
  hook = shadowMode
168
168
  ? function () {
169
- injectStyles.call(
170
- this,
171
- (options.functional ? this.parent : this).$root.$options.shadowRoot
172
- )
173
- }
169
+ injectStyles.call(
170
+ this,
171
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
172
+ )
173
+ }
174
174
  : injectStyles
175
175
  }
176
176
 
@@ -181,16 +181,14 @@ function normalizeComponent (
181
181
  options._injectStyles = hook
182
182
  // register for functional component in vue file
183
183
  var originalRender = options.render
184
- options.render = function renderWithStyleInjection (h, context) {
184
+ options.render = function renderWithStyleInjection(h, context) {
185
185
  hook.call(context)
186
186
  return originalRender(h, context)
187
187
  }
188
188
  } else {
189
189
  // inject component registration as beforeCreate hook
190
190
  var existing = options.beforeCreate
191
- options.beforeCreate = existing
192
- ? [].concat(existing, hook)
193
- : [hook]
191
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
194
192
  }
195
193
  }
196
194
 
@@ -201,6 +199,13 @@ function normalizeComponent (
201
199
  }
202
200
 
203
201
 
202
+ /***/ }),
203
+
204
+ /***/ 10:
205
+ /***/ (function(module, exports) {
206
+
207
+ module.exports = require("babel-runtime/helpers/typeof");
208
+
204
209
  /***/ }),
205
210
 
206
211
  /***/ 11:
@@ -210,24 +215,24 @@ module.exports = require("babel-runtime/core-js/object/keys");
210
215
 
211
216
  /***/ }),
212
217
 
213
- /***/ 139:
218
+ /***/ 137:
214
219
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
215
220
 
216
221
  "use strict";
217
222
  // ESM COMPAT FLAG
218
223
  __webpack_require__.r(__webpack_exports__);
219
224
 
220
- // EXTERNAL MODULE: ./components/style/index.less
221
- var style = __webpack_require__(142);
225
+ // EXTERNAL MODULE: ./components/style/mixins-only.less
226
+ var mixins_only = __webpack_require__(140);
222
227
 
223
228
  // EXTERNAL MODULE: ./components/grid/style/index.less
224
- var grid_style = __webpack_require__(172);
229
+ var style = __webpack_require__(166);
225
230
 
226
231
  // CONCATENATED MODULE: ./components/col/style/index.js
227
232
 
228
233
 
229
234
  // EXTERNAL MODULE: ./components/grid/index.js + 11 modules
230
- var grid = __webpack_require__(31);
235
+ var grid = __webpack_require__(32);
231
236
 
232
237
  // CONCATENATED MODULE: ./components/col/index.js
233
238
 
@@ -241,21 +246,21 @@ grid["a" /* Col */].install = function (Vue) {
241
246
 
242
247
  /***/ }),
243
248
 
244
- /***/ 142:
249
+ /***/ 140:
245
250
  /***/ (function(module, exports) {
246
251
 
247
252
  // removed by extract-text-webpack-plugin
248
253
 
249
254
  /***/ }),
250
255
 
251
- /***/ 172:
256
+ /***/ 166:
252
257
  /***/ (function(module, exports) {
253
258
 
254
259
  // removed by extract-text-webpack-plugin
255
260
 
256
261
  /***/ }),
257
262
 
258
- /***/ 31:
263
+ /***/ 32:
259
264
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
260
265
 
261
266
  "use strict";
@@ -264,16 +269,16 @@ grid["a" /* Col */].install = function (Vue) {
264
269
  __webpack_require__.d(__webpack_exports__, "b", function() { return /* reexport */ row; });
265
270
  __webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ col; });
266
271
 
267
- // EXTERNAL MODULE: ./components/style/index.less
268
- var style = __webpack_require__(142);
272
+ // EXTERNAL MODULE: ./components/style/mixins-only.less
273
+ var mixins_only = __webpack_require__(140);
269
274
 
270
275
  // EXTERNAL MODULE: ./components/grid/style/index.less
271
- var grid_style = __webpack_require__(172);
276
+ var style = __webpack_require__(166);
272
277
 
273
278
  // CONCATENATED MODULE: ./components/grid/style/index.js
274
279
 
275
280
 
276
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/grid/row.vue?vue&type=template&id=ef8d5968&
281
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/grid/row.vue?vue&type=template&id=6deb00ff
277
282
  var render = function () {
278
283
  var _vm = this
279
284
  var _h = _vm.$createElement
@@ -300,9 +305,9 @@ var staticRenderFns = []
300
305
  render._withStripped = true
301
306
 
302
307
 
303
- // CONCATENATED MODULE: ./components/grid/row.vue?vue&type=template&id=ef8d5968&
308
+ // CONCATENATED MODULE: ./components/grid/row.vue?vue&type=template&id=6deb00ff
304
309
 
305
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/grid/row.vue?vue&type=script&lang=js&
310
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/grid/row.vue?vue&type=script&lang=js
306
311
  //
307
312
  //
308
313
  //
@@ -316,7 +321,7 @@ render._withStripped = true
316
321
  //
317
322
  //
318
323
 
319
- /* harmony default export */ var rowvue_type_script_lang_js_ = ({
324
+ /* harmony default export */ var rowvue_type_script_lang_js = ({
320
325
  name: 'MdsRow',
321
326
  data: function data() {
322
327
  return {
@@ -355,8 +360,8 @@ render._withStripped = true
355
360
  }
356
361
  }
357
362
  });
358
- // CONCATENATED MODULE: ./components/grid/row.vue?vue&type=script&lang=js&
359
- /* harmony default export */ var grid_rowvue_type_script_lang_js_ = (rowvue_type_script_lang_js_);
363
+ // CONCATENATED MODULE: ./components/grid/row.vue?vue&type=script&lang=js
364
+ /* harmony default export */ var grid_rowvue_type_script_lang_js = (rowvue_type_script_lang_js);
360
365
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
361
366
  var componentNormalizer = __webpack_require__(0);
362
367
 
@@ -369,7 +374,7 @@ var componentNormalizer = __webpack_require__(0);
369
374
  /* normalize component */
370
375
 
371
376
  var component = Object(componentNormalizer["a" /* default */])(
372
- grid_rowvue_type_script_lang_js_,
377
+ grid_rowvue_type_script_lang_js,
373
378
  render,
374
379
  staticRenderFns,
375
380
  false,
@@ -379,12 +384,9 @@ var component = Object(componentNormalizer["a" /* default */])(
379
384
 
380
385
  )
381
386
 
382
- /* hot reload */
383
- if (false) { var api; }
384
- component.options.__file = "components/grid/row.vue"
385
387
  /* harmony default export */ var row = (component.exports);
386
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/grid/col.vue?vue&type=template&id=6e20d7f2&
387
- var colvue_type_template_id_6e20d7f2_render = function () {
388
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/grid/col.vue?vue&type=template&id=c7bbfaf2
389
+ var colvue_type_template_id_c7bbfaf2_render = function () {
388
390
  var _vm = this
389
391
  var _h = _vm.$createElement
390
392
  var _c = _vm._self._c || _h
@@ -395,21 +397,21 @@ var colvue_type_template_id_6e20d7f2_render = function () {
395
397
  2
396
398
  )
397
399
  }
398
- var colvue_type_template_id_6e20d7f2_staticRenderFns = []
399
- colvue_type_template_id_6e20d7f2_render._withStripped = true
400
+ var colvue_type_template_id_c7bbfaf2_staticRenderFns = []
401
+ colvue_type_template_id_c7bbfaf2_render._withStripped = true
400
402
 
401
403
 
402
- // CONCATENATED MODULE: ./components/grid/col.vue?vue&type=template&id=6e20d7f2&
404
+ // CONCATENATED MODULE: ./components/grid/col.vue?vue&type=template&id=c7bbfaf2
403
405
 
404
406
  // EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
405
- var typeof_ = __webpack_require__(9);
407
+ var typeof_ = __webpack_require__(10);
406
408
  var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
407
409
 
408
410
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/keys"
409
411
  var keys_ = __webpack_require__(11);
410
412
  var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
411
413
 
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&
414
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/grid/col.vue?vue&type=script&lang=js
413
415
 
414
416
 
415
417
  //
@@ -421,7 +423,7 @@ var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
421
423
  //
422
424
  //
423
425
 
424
- /* harmony default export */ var colvue_type_script_lang_js_ = ({
426
+ /* harmony default export */ var colvue_type_script_lang_js = ({
425
427
  name: 'MdsCol',
426
428
  data: function data() {
427
429
  return {
@@ -493,8 +495,8 @@ var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
493
495
  }
494
496
  }
495
497
  });
496
- // CONCATENATED MODULE: ./components/grid/col.vue?vue&type=script&lang=js&
497
- /* harmony default export */ var grid_colvue_type_script_lang_js_ = (colvue_type_script_lang_js_);
498
+ // CONCATENATED MODULE: ./components/grid/col.vue?vue&type=script&lang=js
499
+ /* harmony default export */ var grid_colvue_type_script_lang_js = (colvue_type_script_lang_js);
498
500
  // CONCATENATED MODULE: ./components/grid/col.vue
499
501
 
500
502
 
@@ -504,9 +506,9 @@ var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
504
506
  /* normalize component */
505
507
 
506
508
  var col_component = Object(componentNormalizer["a" /* default */])(
507
- grid_colvue_type_script_lang_js_,
508
- colvue_type_template_id_6e20d7f2_render,
509
- colvue_type_template_id_6e20d7f2_staticRenderFns,
509
+ grid_colvue_type_script_lang_js,
510
+ colvue_type_template_id_c7bbfaf2_render,
511
+ colvue_type_template_id_c7bbfaf2_staticRenderFns,
510
512
  false,
511
513
  null,
512
514
  null,
@@ -514,9 +516,6 @@ var col_component = Object(componentNormalizer["a" /* default */])(
514
516
 
515
517
  )
516
518
 
517
- /* hot reload */
518
- if (false) { var col_api; }
519
- col_component.options.__file = "components/grid/col.vue"
520
519
  /* harmony default export */ var col = (col_component.exports);
521
520
  // CONCATENATED MODULE: ./components/grid/index.js
522
521
 
@@ -533,13 +532,6 @@ col.install = function (Vue) {
533
532
 
534
533
 
535
534
 
536
- /***/ }),
537
-
538
- /***/ 9:
539
- /***/ (function(module, exports) {
540
-
541
- module.exports = require("babel-runtime/helpers/typeof");
542
-
543
535
  /***/ })
544
536
 
545
537
  /******/ });