@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/tree.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
 
@@ -226,7 +224,7 @@ var tree_style = __webpack_require__(241);
226
224
  // CONCATENATED MODULE: ./components/tree/style/index.js
227
225
 
228
226
 
229
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree.vue?vue&type=template&id=e2198d78&
227
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree.vue?vue&type=template&id=8651b27e
230
228
  var render = function () {
231
229
  var _vm = this
232
230
  var _h = _vm.$createElement
@@ -280,7 +278,7 @@ var staticRenderFns = []
280
278
  render._withStripped = true
281
279
 
282
280
 
283
- // CONCATENATED MODULE: ./components/tree/tree.vue?vue&type=template&id=e2198d78&
281
+ // CONCATENATED MODULE: ./components/tree/tree.vue?vue&type=template&id=8651b27e
284
282
 
285
283
  // EXTERNAL MODULE: external "babel-runtime/core-js/get-iterator"
286
284
  var get_iterator_ = __webpack_require__(25);
@@ -1202,8 +1200,8 @@ var copyNode = function copyNode(node, tree) {
1202
1200
  // return o
1203
1201
  // }
1204
1202
  // }
1205
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree-item.vue?vue&type=template&id=7faeb42c&
1206
- var tree_itemvue_type_template_id_7faeb42c_render = function () {
1203
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree-item.vue?vue&type=template&id=74cd2bfb
1204
+ var tree_itemvue_type_template_id_74cd2bfb_render = function () {
1207
1205
  var _vm = this
1208
1206
  var _h = _vm.$createElement
1209
1207
  var _c = _vm._self._c || _h
@@ -1379,11 +1377,11 @@ var tree_itemvue_type_template_id_7faeb42c_render = function () {
1379
1377
  2
1380
1378
  )
1381
1379
  }
1382
- var tree_itemvue_type_template_id_7faeb42c_staticRenderFns = []
1383
- tree_itemvue_type_template_id_7faeb42c_render._withStripped = true
1380
+ var tree_itemvue_type_template_id_74cd2bfb_staticRenderFns = []
1381
+ tree_itemvue_type_template_id_74cd2bfb_render._withStripped = true
1384
1382
 
1385
1383
 
1386
- // CONCATENATED MODULE: ./components/tree/tree-item.vue?vue&type=template&id=7faeb42c&
1384
+ // CONCATENATED MODULE: ./components/tree/tree-item.vue?vue&type=template&id=74cd2bfb
1387
1385
 
1388
1386
  // EXTERNAL MODULE: external "./icon"
1389
1387
  var external_icon_ = __webpack_require__(7);
@@ -1397,7 +1395,7 @@ var external_checkbox_default = /*#__PURE__*/__webpack_require__.n(external_chec
1397
1395
  var external_transition_ = __webpack_require__(12);
1398
1396
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
1399
1397
 
1400
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree-item.vue?vue&type=script&lang=js&
1398
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree-item.vue?vue&type=script&lang=js
1401
1399
  //
1402
1400
  //
1403
1401
  //
@@ -1479,7 +1477,7 @@ var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_tr
1479
1477
 
1480
1478
 
1481
1479
 
1482
- /* harmony default export */ var tree_itemvue_type_script_lang_js_ = ({
1480
+ /* harmony default export */ var tree_itemvue_type_script_lang_js = ({
1483
1481
  name: 'MdsTreeItem',
1484
1482
  componentName: 'MdsTreeItem',
1485
1483
  components: {
@@ -1720,8 +1718,8 @@ var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_tr
1720
1718
  }
1721
1719
  }
1722
1720
  });
1723
- // CONCATENATED MODULE: ./components/tree/tree-item.vue?vue&type=script&lang=js&
1724
- /* harmony default export */ var tree_tree_itemvue_type_script_lang_js_ = (tree_itemvue_type_script_lang_js_);
1721
+ // CONCATENATED MODULE: ./components/tree/tree-item.vue?vue&type=script&lang=js
1722
+ /* harmony default export */ var tree_tree_itemvue_type_script_lang_js = (tree_itemvue_type_script_lang_js);
1725
1723
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
1726
1724
  var componentNormalizer = __webpack_require__(0);
1727
1725
 
@@ -1734,9 +1732,9 @@ var componentNormalizer = __webpack_require__(0);
1734
1732
  /* normalize component */
1735
1733
 
1736
1734
  var component = Object(componentNormalizer["a" /* default */])(
1737
- tree_tree_itemvue_type_script_lang_js_,
1738
- tree_itemvue_type_template_id_7faeb42c_render,
1739
- tree_itemvue_type_template_id_7faeb42c_staticRenderFns,
1735
+ tree_tree_itemvue_type_script_lang_js,
1736
+ tree_itemvue_type_template_id_74cd2bfb_render,
1737
+ tree_itemvue_type_template_id_74cd2bfb_staticRenderFns,
1740
1738
  false,
1741
1739
  null,
1742
1740
  null,
@@ -1744,11 +1742,8 @@ var component = Object(componentNormalizer["a" /* default */])(
1744
1742
 
1745
1743
  )
1746
1744
 
1747
- /* hot reload */
1748
- if (false) { var api; }
1749
- component.options.__file = "components/tree/tree-item.vue"
1750
1745
  /* harmony default export */ var tree_item = (component.exports);
1751
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree.vue?vue&type=script&lang=js&
1746
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree.vue?vue&type=script&lang=js
1752
1747
  //
1753
1748
  //
1754
1749
  //
@@ -1772,7 +1767,7 @@ component.options.__file = "components/tree/tree-item.vue"
1772
1767
 
1773
1768
 
1774
1769
 
1775
- /* harmony default export */ var treevue_type_script_lang_js_ = ({
1770
+ /* harmony default export */ var treevue_type_script_lang_js = ({
1776
1771
  name: 'MdsTree',
1777
1772
  componentName: 'MdsTree',
1778
1773
  components: {
@@ -1908,8 +1903,8 @@ component.options.__file = "components/tree/tree-item.vue"
1908
1903
  }
1909
1904
  }
1910
1905
  });
1911
- // CONCATENATED MODULE: ./components/tree/tree.vue?vue&type=script&lang=js&
1912
- /* harmony default export */ var tree_treevue_type_script_lang_js_ = (treevue_type_script_lang_js_);
1906
+ // CONCATENATED MODULE: ./components/tree/tree.vue?vue&type=script&lang=js
1907
+ /* harmony default export */ var tree_treevue_type_script_lang_js = (treevue_type_script_lang_js);
1913
1908
  // CONCATENATED MODULE: ./components/tree/tree.vue
1914
1909
 
1915
1910
 
@@ -1919,7 +1914,7 @@ component.options.__file = "components/tree/tree-item.vue"
1919
1914
  /* normalize component */
1920
1915
 
1921
1916
  var tree_component = Object(componentNormalizer["a" /* default */])(
1922
- tree_treevue_type_script_lang_js_,
1917
+ tree_treevue_type_script_lang_js,
1923
1918
  render,
1924
1919
  staticRenderFns,
1925
1920
  false,
@@ -1929,9 +1924,6 @@ var tree_component = Object(componentNormalizer["a" /* default */])(
1929
1924
 
1930
1925
  )
1931
1926
 
1932
- /* hot reload */
1933
- if (false) { var tree_api; }
1934
- tree_component.options.__file = "components/tree/tree.vue"
1935
1927
  /* harmony default export */ var tree = (tree_component.exports);
1936
1928
  // CONCATENATED MODULE: ./components/tree/index.js
1937
1929
 
@@ -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 typography_style = __webpack_require__(269);
219
217
  // CONCATENATED MODULE: ./components/typography/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/typography/typography.vue?vue&type=template&id=b4ae3f38&
220
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/typography.vue?vue&type=template&id=4d76dd43
223
221
  var render = function () {
224
222
  var _vm = this
225
223
  var _h = _vm.$createElement
@@ -274,9 +272,9 @@ var staticRenderFns = []
274
272
  render._withStripped = true
275
273
 
276
274
 
277
- // CONCATENATED MODULE: ./components/typography/typography.vue?vue&type=template&id=b4ae3f38&
275
+ // CONCATENATED MODULE: ./components/typography/typography.vue?vue&type=template&id=4d76dd43
278
276
 
279
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/typography.vue?vue&type=script&lang=js&
277
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/typography.vue?vue&type=script&lang=js
280
278
  //
281
279
  //
282
280
  //
@@ -293,7 +291,7 @@ render._withStripped = true
293
291
  //
294
292
  //
295
293
 
296
- /* harmony default export */ var typographyvue_type_script_lang_js_ = ({
294
+ /* harmony default export */ var typographyvue_type_script_lang_js = ({
297
295
  name: 'MdsTypography',
298
296
  data: function data() {
299
297
  return {
@@ -333,8 +331,8 @@ render._withStripped = true
333
331
  }
334
332
  }
335
333
  });
336
- // CONCATENATED MODULE: ./components/typography/typography.vue?vue&type=script&lang=js&
337
- /* harmony default export */ var typography_typographyvue_type_script_lang_js_ = (typographyvue_type_script_lang_js_);
334
+ // CONCATENATED MODULE: ./components/typography/typography.vue?vue&type=script&lang=js
335
+ /* harmony default export */ var typography_typographyvue_type_script_lang_js = (typographyvue_type_script_lang_js);
338
336
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
339
337
  var componentNormalizer = __webpack_require__(0);
340
338
 
@@ -347,7 +345,7 @@ var componentNormalizer = __webpack_require__(0);
347
345
  /* normalize component */
348
346
 
349
347
  var component = Object(componentNormalizer["a" /* default */])(
350
- typography_typographyvue_type_script_lang_js_,
348
+ typography_typographyvue_type_script_lang_js,
351
349
  render,
352
350
  staticRenderFns,
353
351
  false,
@@ -357,12 +355,9 @@ var component = Object(componentNormalizer["a" /* default */])(
357
355
 
358
356
  )
359
357
 
360
- /* hot reload */
361
- if (false) { var api; }
362
- component.options.__file = "components/typography/typography.vue"
363
358
  /* harmony default export */ var typography = (component.exports);
364
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/title.vue?vue&type=template&id=4f42ba9a&
365
- var titlevue_type_template_id_4f42ba9a_render = function () {
359
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/title.vue?vue&type=template&id=5b1dd1e4
360
+ var titlevue_type_template_id_5b1dd1e4_render = function () {
366
361
  var _vm = this
367
362
  var _h = _vm.$createElement
368
363
  var _c = _vm._self._c || _h
@@ -373,13 +368,13 @@ var titlevue_type_template_id_4f42ba9a_render = function () {
373
368
  2
374
369
  )
375
370
  }
376
- var titlevue_type_template_id_4f42ba9a_staticRenderFns = []
377
- titlevue_type_template_id_4f42ba9a_render._withStripped = true
371
+ var titlevue_type_template_id_5b1dd1e4_staticRenderFns = []
372
+ titlevue_type_template_id_5b1dd1e4_render._withStripped = true
378
373
 
379
374
 
380
- // CONCATENATED MODULE: ./components/typography/title.vue?vue&type=template&id=4f42ba9a&
375
+ // CONCATENATED MODULE: ./components/typography/title.vue?vue&type=template&id=5b1dd1e4
381
376
 
382
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/title.vue?vue&type=script&lang=js&
377
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/title.vue?vue&type=script&lang=js
383
378
  //
384
379
  //
385
380
  //
@@ -387,7 +382,7 @@ titlevue_type_template_id_4f42ba9a_render._withStripped = true
387
382
  //
388
383
  //
389
384
 
390
- /* harmony default export */ var titlevue_type_script_lang_js_ = ({
385
+ /* harmony default export */ var titlevue_type_script_lang_js = ({
391
386
  name: 'MdsTitle',
392
387
  data: function data() {
393
388
  return {
@@ -410,8 +405,8 @@ titlevue_type_template_id_4f42ba9a_render._withStripped = true
410
405
  }
411
406
  }
412
407
  });
413
- // CONCATENATED MODULE: ./components/typography/title.vue?vue&type=script&lang=js&
414
- /* harmony default export */ var typography_titlevue_type_script_lang_js_ = (titlevue_type_script_lang_js_);
408
+ // CONCATENATED MODULE: ./components/typography/title.vue?vue&type=script&lang=js
409
+ /* harmony default export */ var typography_titlevue_type_script_lang_js = (titlevue_type_script_lang_js);
415
410
  // CONCATENATED MODULE: ./components/typography/title.vue
416
411
 
417
412
 
@@ -421,9 +416,9 @@ titlevue_type_template_id_4f42ba9a_render._withStripped = true
421
416
  /* normalize component */
422
417
 
423
418
  var title_component = Object(componentNormalizer["a" /* default */])(
424
- typography_titlevue_type_script_lang_js_,
425
- titlevue_type_template_id_4f42ba9a_render,
426
- titlevue_type_template_id_4f42ba9a_staticRenderFns,
419
+ typography_titlevue_type_script_lang_js,
420
+ titlevue_type_template_id_5b1dd1e4_render,
421
+ titlevue_type_template_id_5b1dd1e4_staticRenderFns,
427
422
  false,
428
423
  null,
429
424
  null,
@@ -431,9 +426,6 @@ var title_component = Object(componentNormalizer["a" /* default */])(
431
426
 
432
427
  )
433
428
 
434
- /* hot reload */
435
- if (false) { var title_api; }
436
- title_component.options.__file = "components/typography/title.vue"
437
429
  /* harmony default export */ var title = (title_component.exports);
438
430
  // CONCATENATED MODULE: ./components/typography/index.js
439
431