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

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 +24 -29
  3. package/dist/alert.js +24 -29
  4. package/dist/anchor.js +38 -46
  5. package/dist/avatar.js +24 -29
  6. package/dist/backtop.js +22 -27
  7. package/dist/badge.js +30 -35
  8. package/dist/base.js +1 -0
  9. package/dist/bordershadow.js +24 -29
  10. package/dist/breadcrumb.js +38 -46
  11. package/dist/button.js +36 -44
  12. package/dist/card.js +38 -46
  13. package/dist/carousel.js +52 -60
  14. package/dist/cascader.js +82 -99
  15. package/dist/cascaderpanel.js +64 -75
  16. package/dist/checkbox.js +42 -50
  17. package/dist/col.js +49 -57
  18. package/dist/collapse.js +36 -44
  19. package/dist/color.js +24 -29
  20. package/dist/datepicker.js +1129 -527
  21. package/dist/divider.js +24 -29
  22. package/dist/drawer.js +39 -44
  23. package/dist/dropdown.js +46 -54
  24. package/dist/empty.js +33 -38
  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 +24 -29
  29. package/dist/form.js +42 -50
  30. package/dist/icon.js +24 -29
  31. package/dist/index.js +358 -1
  32. package/dist/input.js +253 -114
  33. package/dist/inputnumber.js +28 -33
  34. package/dist/layout.js +72 -89
  35. package/dist/list.js +38 -46
  36. package/dist/loading.js +24 -29
  37. package/dist/mds-ui.min.css +1 -2
  38. package/dist/mds-ui.min.js +4696 -2999
  39. package/dist/menu.js +87 -82
  40. package/dist/message.js +58 -69
  41. package/dist/modal.js +32 -37
  42. package/dist/notification.js +51 -59
  43. package/dist/pagination.js +61 -72
  44. package/dist/popconfirm.js +26 -26
  45. package/dist/popover.js +43 -48
  46. package/dist/progress.js +49 -60
  47. package/dist/radio.js +53 -61
  48. package/dist/rate.js +43 -51
  49. package/dist/row.js +49 -57
  50. package/dist/select.js +97 -114
  51. package/dist/slider.js +42 -50
  52. package/dist/slottable.js +57 -65
  53. package/dist/steps.js +4 -4
  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 -6789
  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 -6789
  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 +28 -33
  110. package/dist/table.js +180 -215
  111. package/dist/tabs.js +78 -101
  112. package/dist/tag.js +24 -29
  113. package/dist/text.js +260 -121
  114. package/dist/timeline.js +38 -46
  115. package/dist/timepicker.js +85 -102
  116. package/dist/tooltip.js +22 -22
  117. package/dist/transfer.js +1009 -66
  118. package/dist/transition.js +2 -2
  119. package/dist/tree.js +61 -69
  120. package/dist/typography.js +36 -44
  121. package/dist/upload.js +88 -108
  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/affix.js CHANGED
@@ -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
 
@@ -210,7 +208,7 @@ function normalizeComponent (
210
208
  // ESM COMPAT FLAG
211
209
  __webpack_require__.r(__webpack_exports__);
212
210
 
213
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/affix/affix.vue?vue&type=template&id=30f6e666&
211
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/affix/affix.vue?vue&type=template&id=462bd895
214
212
  var render = function () {
215
213
  var _vm = this
216
214
  var _h = _vm.$createElement
@@ -239,7 +237,7 @@ var staticRenderFns = []
239
237
  render._withStripped = true
240
238
 
241
239
 
242
- // CONCATENATED MODULE: ./components/affix/affix.vue?vue&type=template&id=30f6e666&
240
+ // CONCATENATED MODULE: ./components/affix/affix.vue?vue&type=template&id=462bd895
243
241
 
244
242
  // EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
245
243
  var defineProperty_ = __webpack_require__(3);
@@ -249,7 +247,7 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
249
247
  var getScroll_ = __webpack_require__(44);
250
248
  var getScroll_default = /*#__PURE__*/__webpack_require__.n(getScroll_);
251
249
 
252
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/affix/affix.vue?vue&type=script&lang=js&
250
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/affix/affix.vue?vue&type=script&lang=js
253
251
 
254
252
  //
255
253
  //
@@ -287,7 +285,7 @@ var affixvue_type_script_lang_js_getOffset = function getOffset(element, target)
287
285
  };
288
286
  };
289
287
 
290
- /* harmony default export */ var affixvue_type_script_lang_js_ = ({
288
+ /* harmony default export */ var affixvue_type_script_lang_js = ({
291
289
  name: 'MdsAffix',
292
290
  props: {
293
291
  prefixCls: {
@@ -429,8 +427,8 @@ var affixvue_type_script_lang_js_getOffset = function getOffset(element, target)
429
427
  }
430
428
  }
431
429
  });
432
- // CONCATENATED MODULE: ./components/affix/affix.vue?vue&type=script&lang=js&
433
- /* harmony default export */ var affix_affixvue_type_script_lang_js_ = (affixvue_type_script_lang_js_);
430
+ // CONCATENATED MODULE: ./components/affix/affix.vue?vue&type=script&lang=js
431
+ /* harmony default export */ var affix_affixvue_type_script_lang_js = (affixvue_type_script_lang_js);
434
432
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
435
433
  var componentNormalizer = __webpack_require__(0);
436
434
 
@@ -443,7 +441,7 @@ var componentNormalizer = __webpack_require__(0);
443
441
  /* normalize component */
444
442
 
445
443
  var component = Object(componentNormalizer["a" /* default */])(
446
- affix_affixvue_type_script_lang_js_,
444
+ affix_affixvue_type_script_lang_js,
447
445
  render,
448
446
  staticRenderFns,
449
447
  false,
@@ -453,15 +451,12 @@ var component = Object(componentNormalizer["a" /* default */])(
453
451
 
454
452
  )
455
453
 
456
- /* hot reload */
457
- if (false) { var api; }
458
- component.options.__file = "components/affix/affix.vue"
459
454
  /* harmony default export */ var affix_affix = (component.exports);
460
- // EXTERNAL MODULE: ./components/style/index.less
461
- var style = __webpack_require__(142);
455
+ // EXTERNAL MODULE: ./components/style/mixins-only.less
456
+ var mixins_only = __webpack_require__(142);
462
457
 
463
458
  // EXTERNAL MODULE: ./components/affix/style/index.less
464
- var affix_style = __webpack_require__(150);
459
+ var style = __webpack_require__(146);
465
460
 
466
461
  // CONCATENATED MODULE: ./components/affix/style/index.js
467
462
 
@@ -484,7 +479,7 @@ affix_affix.install = function (Vue) {
484
479
 
485
480
  /***/ }),
486
481
 
487
- /***/ 150:
482
+ /***/ 146:
488
483
  /***/ (function(module, exports) {
489
484
 
490
485
  // removed by extract-text-webpack-plugin
package/dist/alert.js CHANGED
@@ -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
 
@@ -210,16 +208,16 @@ function normalizeComponent (
210
208
  // ESM COMPAT FLAG
211
209
  __webpack_require__.r(__webpack_exports__);
212
210
 
213
- // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(142);
211
+ // EXTERNAL MODULE: ./components/style/mixins-only.less
212
+ var mixins_only = __webpack_require__(142);
215
213
 
216
214
  // EXTERNAL MODULE: ./components/alert/style/index.less
217
- var alert_style = __webpack_require__(148);
215
+ var style = __webpack_require__(144);
218
216
 
219
217
  // CONCATENATED MODULE: ./components/alert/style/index.js
220
218
 
221
219
 
222
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/alert/alert.vue?vue&type=template&id=6e529f04&
220
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/alert/alert.vue?vue&type=template&id=03f20c75
223
221
  var render = function () {
224
222
  var _vm = this
225
223
  var _h = _vm.$createElement
@@ -313,9 +311,9 @@ var staticRenderFns = []
313
311
  render._withStripped = true
314
312
 
315
313
 
316
- // CONCATENATED MODULE: ./components/alert/alert.vue?vue&type=template&id=6e529f04&
314
+ // CONCATENATED MODULE: ./components/alert/alert.vue?vue&type=template&id=03f20c75
317
315
 
318
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/alert/alert.vue?vue&type=script&lang=js&
316
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/alert/alert.vue?vue&type=script&lang=js
319
317
  //
320
318
  //
321
319
  //
@@ -354,7 +352,7 @@ var TYPE_CLASSES_MAP = {
354
352
  'question': 'line-question-circle'
355
353
  };
356
354
 
357
- /* harmony default export */ var alertvue_type_script_lang_js_ = ({
355
+ /* harmony default export */ var alertvue_type_script_lang_js = ({
358
356
  name: 'MdsAlert',
359
357
  props: {
360
358
  prefixCls: {
@@ -418,8 +416,8 @@ var TYPE_CLASSES_MAP = {
418
416
  }
419
417
  }
420
418
  });
421
- // CONCATENATED MODULE: ./components/alert/alert.vue?vue&type=script&lang=js&
422
- /* harmony default export */ var alert_alertvue_type_script_lang_js_ = (alertvue_type_script_lang_js_);
419
+ // CONCATENATED MODULE: ./components/alert/alert.vue?vue&type=script&lang=js
420
+ /* harmony default export */ var alert_alertvue_type_script_lang_js = (alertvue_type_script_lang_js);
423
421
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
424
422
  var componentNormalizer = __webpack_require__(0);
425
423
 
@@ -432,7 +430,7 @@ var componentNormalizer = __webpack_require__(0);
432
430
  /* normalize component */
433
431
 
434
432
  var component = Object(componentNormalizer["a" /* default */])(
435
- alert_alertvue_type_script_lang_js_,
433
+ alert_alertvue_type_script_lang_js,
436
434
  render,
437
435
  staticRenderFns,
438
436
  false,
@@ -442,9 +440,6 @@ var component = Object(componentNormalizer["a" /* default */])(
442
440
 
443
441
  )
444
442
 
445
- /* hot reload */
446
- if (false) { var api; }
447
- component.options.__file = "components/alert/alert.vue"
448
443
  /* harmony default export */ var alert_alert = (component.exports);
449
444
  // CONCATENATED MODULE: ./components/alert/index.js
450
445
 
@@ -465,7 +460,7 @@ alert_alert.install = function (Vue) {
465
460
 
466
461
  /***/ }),
467
462
 
468
- /***/ 148:
463
+ /***/ 144:
469
464
  /***/ (function(module, exports) {
470
465
 
471
466
  // removed by extract-text-webpack-plugin
package/dist/anchor.js CHANGED
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
91
91
  /******/
92
92
  /******/
93
93
  /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = 105);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 106);
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
 
@@ -203,23 +201,23 @@ function normalizeComponent (
203
201
 
204
202
  /***/ }),
205
203
 
206
- /***/ 105:
204
+ /***/ 106:
207
205
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
206
 
209
207
  "use strict";
210
208
  // ESM COMPAT FLAG
211
209
  __webpack_require__.r(__webpack_exports__);
212
210
 
213
- // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(142);
211
+ // EXTERNAL MODULE: ./components/style/mixins-only.less
212
+ var mixins_only = __webpack_require__(142);
215
213
 
216
214
  // EXTERNAL MODULE: ./components/anchor/style/index.less
217
- var anchor_style = __webpack_require__(152);
215
+ var style = __webpack_require__(148);
218
216
 
219
217
  // CONCATENATED MODULE: ./components/anchor/style/index.js
220
218
 
221
219
 
222
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/anchor/anchor.vue?vue&type=template&id=05ca1aa4&
220
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/anchor/anchor.vue?vue&type=template&id=51f08870
223
221
  var render = function () {
224
222
  var _vm = this
225
223
  var _h = _vm.$createElement
@@ -238,9 +236,9 @@ var staticRenderFns = []
238
236
  render._withStripped = true
239
237
 
240
238
 
241
- // CONCATENATED MODULE: ./components/anchor/anchor.vue?vue&type=template&id=05ca1aa4&
239
+ // CONCATENATED MODULE: ./components/anchor/anchor.vue?vue&type=template&id=51f08870
242
240
 
243
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/anchor/anchor.vue?vue&type=script&lang=js&
241
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/anchor/anchor.vue?vue&type=script&lang=js
244
242
  //
245
243
  //
246
244
  //
@@ -253,7 +251,7 @@ render._withStripped = true
253
251
  //
254
252
  //
255
253
 
256
- /* harmony default export */ var anchorvue_type_script_lang_js_ = ({
254
+ /* harmony default export */ var anchorvue_type_script_lang_js = ({
257
255
  name: 'MdsAnchor',
258
256
  props: {
259
257
  defaultColor: {
@@ -301,8 +299,8 @@ render._withStripped = true
301
299
  this.height = this.tagHeight * l + this.padding * (l - 1);
302
300
  }
303
301
  });
304
- // CONCATENATED MODULE: ./components/anchor/anchor.vue?vue&type=script&lang=js&
305
- /* harmony default export */ var anchor_anchorvue_type_script_lang_js_ = (anchorvue_type_script_lang_js_);
302
+ // CONCATENATED MODULE: ./components/anchor/anchor.vue?vue&type=script&lang=js
303
+ /* harmony default export */ var anchor_anchorvue_type_script_lang_js = (anchorvue_type_script_lang_js);
306
304
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
307
305
  var componentNormalizer = __webpack_require__(0);
308
306
 
@@ -315,7 +313,7 @@ var componentNormalizer = __webpack_require__(0);
315
313
  /* normalize component */
316
314
 
317
315
  var component = Object(componentNormalizer["a" /* default */])(
318
- anchor_anchorvue_type_script_lang_js_,
316
+ anchor_anchorvue_type_script_lang_js,
319
317
  render,
320
318
  staticRenderFns,
321
319
  false,
@@ -325,12 +323,9 @@ var component = Object(componentNormalizer["a" /* default */])(
325
323
 
326
324
  )
327
325
 
328
- /* hot reload */
329
- if (false) { var api; }
330
- component.options.__file = "components/anchor/anchor.vue"
331
326
  /* harmony default export */ var anchor_anchor = (component.exports);
332
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/anchor/option.vue?vue&type=template&id=b60dff38&
333
- var optionvue_type_template_id_b60dff38_render = function () {
327
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/anchor/option.vue?vue&type=template&id=f0341862
328
+ var optionvue_type_template_id_f0341862_render = function () {
334
329
  var _obj
335
330
  var _vm = this
336
331
  var _h = _vm.$createElement
@@ -356,13 +351,13 @@ var optionvue_type_template_id_b60dff38_render = function () {
356
351
  ]
357
352
  )
358
353
  }
359
- var optionvue_type_template_id_b60dff38_staticRenderFns = []
360
- optionvue_type_template_id_b60dff38_render._withStripped = true
354
+ var optionvue_type_template_id_f0341862_staticRenderFns = []
355
+ optionvue_type_template_id_f0341862_render._withStripped = true
361
356
 
362
357
 
363
- // CONCATENATED MODULE: ./components/anchor/option.vue?vue&type=template&id=b60dff38&
358
+ // CONCATENATED MODULE: ./components/anchor/option.vue?vue&type=template&id=f0341862
364
359
 
365
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/anchor/option.vue?vue&type=script&lang=js&
360
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/anchor/option.vue?vue&type=script&lang=js
366
361
  //
367
362
  //
368
363
  //
@@ -374,7 +369,7 @@ optionvue_type_template_id_b60dff38_render._withStripped = true
374
369
  //
375
370
  //
376
371
 
377
- /* harmony default export */ var optionvue_type_script_lang_js_ = ({
372
+ /* harmony default export */ var optionvue_type_script_lang_js = ({
378
373
  name: 'MdsAnchorOption',
379
374
  props: {
380
375
  label: {
@@ -465,8 +460,8 @@ optionvue_type_template_id_b60dff38_render._withStripped = true
465
460
  this.scrollEvent = window.addEventListener('scroll', this.handleScroll);
466
461
  }
467
462
  });
468
- // CONCATENATED MODULE: ./components/anchor/option.vue?vue&type=script&lang=js&
469
- /* harmony default export */ var anchor_optionvue_type_script_lang_js_ = (optionvue_type_script_lang_js_);
463
+ // CONCATENATED MODULE: ./components/anchor/option.vue?vue&type=script&lang=js
464
+ /* harmony default export */ var anchor_optionvue_type_script_lang_js = (optionvue_type_script_lang_js);
470
465
  // CONCATENATED MODULE: ./components/anchor/option.vue
471
466
 
472
467
 
@@ -476,9 +471,9 @@ optionvue_type_template_id_b60dff38_render._withStripped = true
476
471
  /* normalize component */
477
472
 
478
473
  var option_component = Object(componentNormalizer["a" /* default */])(
479
- anchor_optionvue_type_script_lang_js_,
480
- optionvue_type_template_id_b60dff38_render,
481
- optionvue_type_template_id_b60dff38_staticRenderFns,
474
+ anchor_optionvue_type_script_lang_js,
475
+ optionvue_type_template_id_f0341862_render,
476
+ optionvue_type_template_id_f0341862_staticRenderFns,
482
477
  false,
483
478
  null,
484
479
  null,
@@ -486,9 +481,6 @@ var option_component = Object(componentNormalizer["a" /* default */])(
486
481
 
487
482
  )
488
483
 
489
- /* hot reload */
490
- if (false) { var option_api; }
491
- option_component.options.__file = "components/anchor/option.vue"
492
484
  /* harmony default export */ var anchor_option = (option_component.exports);
493
485
  // CONCATENATED MODULE: ./components/anchor/index.js
494
486
 
@@ -511,7 +503,7 @@ anchor_anchor.install = function (Vue) {
511
503
 
512
504
  /***/ }),
513
505
 
514
- /***/ 152:
506
+ /***/ 148:
515
507
  /***/ (function(module, exports) {
516
508
 
517
509
  // removed by extract-text-webpack-plugin