@mdsfe/mds-ui 0.3.0-22 → 0.3.0-24

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 (117) hide show
  1. package/dist/_util/iconfont/index.js +4 -4
  2. package/dist/affix.js +20 -25
  3. package/dist/alert.js +20 -25
  4. package/dist/anchor.js +32 -40
  5. package/dist/avatar.js +20 -25
  6. package/dist/backtop.js +20 -25
  7. package/dist/badge.js +25 -30
  8. package/dist/bordershadow.js +20 -25
  9. package/dist/breadcrumb.js +32 -40
  10. package/dist/button.js +32 -40
  11. package/dist/card.js +32 -40
  12. package/dist/carousel.js +32 -40
  13. package/dist/cascader.js +56 -73
  14. package/dist/cascaderpanel.js +39 -50
  15. package/dist/checkbox.js +32 -40
  16. package/dist/col.js +32 -40
  17. package/dist/collapse.js +32 -40
  18. package/dist/color.js +20 -25
  19. package/dist/datepicker.js +147 -185
  20. package/dist/divider.js +20 -25
  21. package/dist/drawer.js +20 -25
  22. package/dist/dropdown.js +32 -40
  23. package/dist/empty.js +20 -25
  24. package/dist/font/iconfont.2c8c70b.woff2 +0 -0
  25. package/dist/font/{iconfont.bf5c999.ttf → iconfont.701a9e4.ttf} +0 -0
  26. package/dist/font/iconfont.919a156.woff +0 -0
  27. package/dist/font.js +20 -25
  28. package/dist/form.js +32 -40
  29. package/dist/icon.js +20 -25
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +42 -56
  32. package/dist/inputnumber.js +20 -25
  33. package/dist/layout.js +68 -85
  34. package/dist/list.js +32 -40
  35. package/dist/loading.js +20 -25
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +3175 -2687
  38. package/dist/menu.js +56 -70
  39. package/dist/message.js +44 -55
  40. package/dist/modal.js +20 -25
  41. package/dist/notification.js +37 -45
  42. package/dist/pagination.js +44 -55
  43. package/dist/popover.js +20 -25
  44. package/dist/progress.js +45 -56
  45. package/dist/radio.js +35 -43
  46. package/dist/rate.js +32 -40
  47. package/dist/row.js +32 -40
  48. package/dist/select.js +63 -80
  49. package/dist/slider.js +36 -44
  50. package/dist/slottable.js +30 -38
  51. package/dist/style/affix.css +52 -1
  52. package/dist/style/alert.css +52 -1
  53. package/dist/style/anchor.css +52 -1
  54. package/dist/style/avatar.css +52 -1
  55. package/dist/style/badge.css +54 -3
  56. package/dist/style/bordershadow.css +52 -1
  57. package/dist/style/breadcrumb.css +52 -1
  58. package/dist/style/button.css +52 -1
  59. package/dist/style/card.css +52 -1
  60. package/dist/style/carousel.css +52 -1
  61. package/dist/style/checkbox.css +52 -1
  62. package/dist/style/col.css +52 -1
  63. package/dist/style/collapse.css +52 -1
  64. package/dist/style/color.css +52 -1
  65. package/dist/style/datepicker.css +52 -1
  66. package/dist/style/divider.css +52 -1
  67. package/dist/style/drawer.css +52 -1
  68. package/dist/style/dropdown.css +52 -1
  69. package/dist/style/empty.css +52 -1
  70. package/dist/style/font.css +52 -1
  71. package/dist/style/form.css +52 -1
  72. package/dist/style/icon.css +52 -1
  73. package/dist/style/input.css +52 -1
  74. package/dist/style/inputnumber.css +52 -1
  75. package/dist/style/layout.css +52 -1
  76. package/dist/style/list.css +52 -1
  77. package/dist/style/loading.css +52 -1
  78. package/dist/style/menu.css +52 -1
  79. package/dist/style/modal.css +52 -1
  80. package/dist/style/notification.css +56 -5
  81. package/dist/style/pagination.css +52 -1
  82. package/dist/style/popconfirm.css +52 -1
  83. package/dist/style/popover.css +52 -1
  84. package/dist/style/progress.css +52 -1
  85. package/dist/style/radio.css +52 -1
  86. package/dist/style/rate.css +52 -1
  87. package/dist/style/row.css +52 -1
  88. package/dist/style/select.css +52 -1
  89. package/dist/style/slider.css +52 -1
  90. package/dist/style/slottable.css +52 -1
  91. package/dist/style/steps.css +52 -1
  92. package/dist/style/switch.css +52 -1
  93. package/dist/style/table.css +52 -1
  94. package/dist/style/tabs.css +52 -1
  95. package/dist/style/tag.css +52 -1
  96. package/dist/style/text.css +52 -1
  97. package/dist/style/timeline.css +52 -1
  98. package/dist/style/timepicker.css +52 -1
  99. package/dist/style/tooltip.css +52 -1
  100. package/dist/style/tree.css +52 -1
  101. package/dist/style/typography.css +52 -1
  102. package/dist/style/upload.css +52 -1
  103. package/dist/switch.js +20 -25
  104. package/dist/table.js +135 -170
  105. package/dist/tabs.js +74 -97
  106. package/dist/tag.js +20 -25
  107. package/dist/text.js +51 -65
  108. package/dist/timeline.js +32 -40
  109. package/dist/timepicker.js +50 -67
  110. package/dist/transfer.js +44 -55
  111. package/dist/tree.js +32 -40
  112. package/dist/typography.js +32 -40
  113. package/dist/upload.js +73 -93
  114. package/package.json +1 -1
  115. package/CHANGELOG.md +0 -1013
  116. package/dist/font/iconfont.ba42e6f.woff +0 -0
  117. package/dist/font/iconfont.d8e6666.woff2 +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,9 +451,6 @@ 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
455
  // EXTERNAL MODULE: ./components/style/index.less
461
456
  var style = __webpack_require__(142);
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
 
@@ -219,7 +217,7 @@ var alert_style = __webpack_require__(148);
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
 
package/dist/anchor.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
 
@@ -219,7 +217,7 @@ var anchor_style = __webpack_require__(152);
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
 
package/dist/avatar.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
 
@@ -219,7 +217,7 @@ var avatar_style = __webpack_require__(154);
219
217
  // CONCATENATED MODULE: ./components/avatar/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/avatar/avatar.vue?vue&type=template&id=1f255a24&
220
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/avatar/avatar.vue?vue&type=template&id=572e9190
223
221
  var render = function () {
224
222
  var _vm = this
225
223
  var _h = _vm.$createElement
@@ -250,7 +248,7 @@ var staticRenderFns = []
250
248
  render._withStripped = true
251
249
 
252
250
 
253
- // CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=template&id=1f255a24&
251
+ // CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=template&id=572e9190
254
252
 
255
253
  // EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
256
254
  var defineProperty_ = __webpack_require__(3);
@@ -259,7 +257,7 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
259
257
  // EXTERNAL MODULE: external "./_util/proptype"
260
258
  var proptype_ = __webpack_require__(8);
261
259
 
262
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/avatar/avatar.vue?vue&type=script&lang=js&
260
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/avatar/avatar.vue?vue&type=script&lang=js
263
261
 
264
262
  //
265
263
  //
@@ -286,7 +284,7 @@ var SIZEMAP = {
286
284
  large: 'lg'
287
285
  };
288
286
 
289
- /* harmony default export */ var avatarvue_type_script_lang_js_ = ({
287
+ /* harmony default export */ var avatarvue_type_script_lang_js = ({
290
288
  name: 'MdsAvatar',
291
289
  props: {
292
290
  icon: String,
@@ -373,8 +371,8 @@ var SIZEMAP = {
373
371
  this.setScale();
374
372
  }
375
373
  });
376
- // CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=script&lang=js&
377
- /* harmony default export */ var avatar_avatarvue_type_script_lang_js_ = (avatarvue_type_script_lang_js_);
374
+ // CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=script&lang=js
375
+ /* harmony default export */ var avatar_avatarvue_type_script_lang_js = (avatarvue_type_script_lang_js);
378
376
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
379
377
  var componentNormalizer = __webpack_require__(0);
380
378
 
@@ -387,7 +385,7 @@ var componentNormalizer = __webpack_require__(0);
387
385
  /* normalize component */
388
386
 
389
387
  var component = Object(componentNormalizer["a" /* default */])(
390
- avatar_avatarvue_type_script_lang_js_,
388
+ avatar_avatarvue_type_script_lang_js,
391
389
  render,
392
390
  staticRenderFns,
393
391
  false,
@@ -397,9 +395,6 @@ var component = Object(componentNormalizer["a" /* default */])(
397
395
 
398
396
  )
399
397
 
400
- /* hot reload */
401
- if (false) { var api; }
402
- component.options.__file = "components/avatar/avatar.vue"
403
398
  /* harmony default export */ var avatar = (component.exports);
404
399
  // CONCATENATED MODULE: ./components/avatar/index.js
405
400