@mdsfe/mds-ui 0.2.10-rc.1 → 0.2.10-rc.11

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 (121) hide show
  1. package/dist/_util/iconfont/index.js +38 -0
  2. package/dist/affix.js +8 -8
  3. package/dist/alert.js +476 -0
  4. package/dist/anchor.js +5 -5
  5. package/dist/avatar.js +8 -8
  6. package/dist/backtop.js +12 -12
  7. package/dist/badge.js +17 -17
  8. package/dist/bordershadow.js +2 -2
  9. package/dist/breadcrumb.js +4 -4
  10. package/dist/button.js +10 -10
  11. package/dist/card.js +4 -4
  12. package/dist/carousel.js +129 -73
  13. package/dist/cascader.js +85 -57
  14. package/dist/cascaderpanel.js +24 -24
  15. package/dist/checkbox.js +13 -13
  16. package/dist/col.js +3 -3
  17. package/dist/collapse.js +4 -4
  18. package/dist/color.js +4 -4
  19. package/dist/datepicker.js +302 -274
  20. package/dist/divider.js +2 -2
  21. package/dist/drawer.js +19 -19
  22. package/dist/dropdown.js +25 -25
  23. package/dist/empty.js +8 -8
  24. package/dist/font/{iconfont.28359fa.ttf → iconfont.2565355.ttf} +0 -0
  25. package/dist/font/iconfont.a0976b9.woff +0 -0
  26. package/dist/font/iconfont.e6d3c83.woff2 +0 -0
  27. package/dist/font.js +4 -4
  28. package/dist/form.js +122 -29
  29. package/dist/icon.js +17 -63
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +23 -23
  32. package/dist/inputnumber.js +14 -14
  33. package/dist/layout.js +10 -10
  34. package/dist/list.js +8 -8
  35. package/dist/loading.js +2 -2
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +1401 -908
  38. package/dist/menu.js +20 -20
  39. package/dist/message.js +13 -13
  40. package/dist/modal.js +20 -20
  41. package/dist/notification.js +20 -20
  42. package/dist/pagination.js +16 -16
  43. package/dist/popconfirm.js +25 -25
  44. package/dist/popover.js +81 -25
  45. package/dist/progress.js +49 -205
  46. package/dist/radio.js +11 -11
  47. package/dist/rate.js +35 -215
  48. package/dist/row.js +3 -3
  49. package/dist/select.js +93 -65
  50. package/dist/slider.js +23 -23
  51. package/dist/slottable.js +77 -49
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +313 -1
  54. package/dist/style/alert.css +6186 -0
  55. package/dist/style/anchor.css +313 -1
  56. package/dist/style/avatar.css +313 -1
  57. package/dist/style/badge.css +313 -1
  58. package/dist/style/bordershadow.css +313 -1
  59. package/dist/style/breadcrumb.css +313 -1
  60. package/dist/style/button.css +313 -1
  61. package/dist/style/card.css +313 -1
  62. package/dist/style/carousel.css +313 -1
  63. package/dist/style/checkbox.css +313 -1
  64. package/dist/style/col.css +313 -1
  65. package/dist/style/collapse.css +313 -1
  66. package/dist/style/color.css +313 -1
  67. package/dist/style/datepicker.css +313 -1
  68. package/dist/style/divider.css +313 -1
  69. package/dist/style/drawer.css +313 -1
  70. package/dist/style/dropdown.css +313 -1
  71. package/dist/style/empty.css +313 -1
  72. package/dist/style/font.css +313 -1
  73. package/dist/style/form.css +313 -1
  74. package/dist/style/icon.css +313 -1
  75. package/dist/style/input.css +313 -1
  76. package/dist/style/inputnumber.css +313 -1
  77. package/dist/style/layout.css +313 -1
  78. package/dist/style/list.css +313 -1
  79. package/dist/style/loading.css +313 -1
  80. package/dist/style/menu.css +313 -1
  81. package/dist/style/modal.css +313 -1
  82. package/dist/style/notification.css +313 -1
  83. package/dist/style/pagination.css +313 -1
  84. package/dist/style/popconfirm.css +313 -1
  85. package/dist/style/popover.css +313 -1
  86. package/dist/style/progress.css +313 -23
  87. package/dist/style/radio.css +313 -1
  88. package/dist/style/rate.css +313 -23
  89. package/dist/style/row.css +313 -1
  90. package/dist/style/select.css +313 -1
  91. package/dist/style/slider.css +313 -1
  92. package/dist/style/slottable.css +313 -1
  93. package/dist/style/steps.css +313 -1
  94. package/dist/style/switch.css +313 -1
  95. package/dist/style/table.css +313 -23
  96. package/dist/style/tabs.css +313 -1
  97. package/dist/style/tag.css +313 -1
  98. package/dist/style/text.css +313 -1
  99. package/dist/style/timeline.css +313 -1
  100. package/dist/style/timepicker.css +313 -1
  101. package/dist/style/tooltip.css +313 -1
  102. package/dist/style/tree.css +313 -1
  103. package/dist/style/typography.css +313 -1
  104. package/dist/style/upload.css +313 -1
  105. package/dist/switch.js +9 -9
  106. package/dist/table.js +157 -281
  107. package/dist/tabs.js +56 -14
  108. package/dist/tag.js +8 -8
  109. package/dist/text.js +13 -13
  110. package/dist/timeline.js +4 -4
  111. package/dist/timepicker.js +61 -33
  112. package/dist/tooltip.js +53 -25
  113. package/dist/transfer.js +22 -22
  114. package/dist/transition.js +2 -2
  115. package/dist/tree.js +124 -82
  116. package/dist/typography.js +4 -4
  117. package/dist/upload.js +54 -12
  118. package/package.json +9 -4
  119. package/CHANGELOG.md +0 -971
  120. package/dist/font/iconfont.486e3d3.woff2 +0 -0
  121. package/dist/font/iconfont.675049e.woff +0 -0
package/dist/divider.js CHANGED
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/divider/style/index.less
217
- var divider_style = __webpack_require__(258);
217
+ var divider_style = __webpack_require__(260);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/divider/style/index.js
220
220
 
@@ -335,7 +335,7 @@ divider.install = function (Vue) {
335
335
 
336
336
  /***/ }),
337
337
 
338
- /***/ 258:
338
+ /***/ 260:
339
339
  /***/ (function(module, exports) {
340
340
 
341
341
  // removed by extract-text-webpack-plugin
package/dist/drawer.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./transition"), require("./_mixin/emitter"), require("./button")) : factory(root["Vue"], root["./icon"], root["./transition"], root["./_mixin/emitter"], root["./button"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__11__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__, __WEBPACK_EXTERNAL_MODULE__14__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -492,13 +492,6 @@ function getScrollBarWidth() {
492
492
 
493
493
  /***/ }),
494
494
 
495
- /***/ 11:
496
- /***/ (function(module, exports) {
497
-
498
- module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
499
-
500
- /***/ }),
501
-
502
495
  /***/ 12:
503
496
  /***/ (function(module, exports) {
504
497
 
@@ -517,10 +510,10 @@ __webpack_require__.r(__webpack_exports__);
517
510
  var style = __webpack_require__(139);
518
511
 
519
512
  // EXTERNAL MODULE: ./components/drawer/style/index.less
520
- var drawer_style = __webpack_require__(250);
513
+ var drawer_style = __webpack_require__(252);
521
514
 
522
515
  // EXTERNAL MODULE: ./components/_util/loaders/loaders.less
523
- var loaders = __webpack_require__(252);
516
+ var loaders = __webpack_require__(254);
524
517
 
525
518
  // CONCATENATED MODULE: ./components/drawer/style/index.js
526
519
 
@@ -650,22 +643,22 @@ render._withStripped = true
650
643
  // CONCATENATED MODULE: ./components/drawer/drawer.vue?vue&type=template&id=1bd19f24&
651
644
 
652
645
  // EXTERNAL MODULE: external "./icon"
653
- var external_icon_ = __webpack_require__(8);
646
+ var external_icon_ = __webpack_require__(7);
654
647
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
655
648
 
656
649
  // EXTERNAL MODULE: external "./button"
657
- var external_button_ = __webpack_require__(13);
650
+ var external_button_ = __webpack_require__(14);
658
651
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
659
652
 
660
653
  // EXTERNAL MODULE: external "./transition"
661
- var external_transition_ = __webpack_require__(11);
654
+ var external_transition_ = __webpack_require__(12);
662
655
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
663
656
 
664
657
  // EXTERNAL MODULE: ./components/_util/_popper/popup/popup-main.js
665
- var popup_main = __webpack_require__(14);
658
+ var popup_main = __webpack_require__(15);
666
659
 
667
660
  // EXTERNAL MODULE: external "./_mixin/emitter"
668
- var emitter_ = __webpack_require__(12);
661
+ var emitter_ = __webpack_require__(13);
669
662
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
670
663
 
671
664
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/drawer/drawer.vue?vue&type=script&lang=js&
@@ -937,6 +930,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
937
930
  /***/ }),
938
931
 
939
932
  /***/ 14:
933
+ /***/ (function(module, exports) {
934
+
935
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
936
+
937
+ /***/ }),
938
+
939
+ /***/ 15:
940
940
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
941
941
 
942
942
  "use strict";
@@ -1168,14 +1168,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
1168
1168
 
1169
1169
  /***/ }),
1170
1170
 
1171
- /***/ 250:
1171
+ /***/ 252:
1172
1172
  /***/ (function(module, exports) {
1173
1173
 
1174
1174
  // removed by extract-text-webpack-plugin
1175
1175
 
1176
1176
  /***/ }),
1177
1177
 
1178
- /***/ 252:
1178
+ /***/ 254:
1179
1179
  /***/ (function(module, exports) {
1180
1180
 
1181
1181
  // removed by extract-text-webpack-plugin
@@ -1388,10 +1388,10 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
1388
1388
 
1389
1389
  /***/ }),
1390
1390
 
1391
- /***/ 8:
1391
+ /***/ 7:
1392
1392
  /***/ (function(module, exports) {
1393
1393
 
1394
- module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
1394
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
1395
1395
 
1396
1396
  /***/ }),
1397
1397
 
package/dist/dropdown.js CHANGED
@@ -1,13 +1,13 @@
1
1
  (function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("./_util/proptype"), require("./icon"), require("./transition"), require("./button"), require("./_mixin/popper"));
3
+ module.exports = factory(require("./icon"), require("./_util/proptype"), require("./transition"), require("./button"), require("./_mixin/popper"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["./_util/proptype", "./icon", "./transition", "./button", "./_mixin/popper"], factory);
5
+ define(["./icon", "./_util/proptype", "./transition", "./button", "./_mixin/popper"], factory);
6
6
  else {
7
- var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./icon"), require("./transition"), require("./button"), require("./_mixin/popper")) : factory(root["./_util/proptype"], root["./icon"], root["./transition"], root["./button"], root["./_mixin/popper"]);
7
+ var a = typeof exports === 'object' ? factory(require("./icon"), require("./_util/proptype"), require("./transition"), require("./button"), require("./_mixin/popper")) : factory(root["./icon"], root["./_util/proptype"], root["./transition"], root["./button"], root["./_mixin/popper"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__11__, __WEBPACK_EXTERNAL_MODULE__13__, __WEBPACK_EXTERNAL_MODULE__68__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__14__, __WEBPACK_EXTERNAL_MODULE__66__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
91
91
  /******/
92
92
  /******/
93
93
  /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = 107);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 105);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 107:
206
+ /***/ 105:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -214,10 +214,10 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/dropdown/style/index.less
217
- var dropdown_style = __webpack_require__(175);
217
+ var dropdown_style = __webpack_require__(177);
218
218
 
219
219
  // EXTERNAL MODULE: ./components/button/style/index.js
220
- var button_style = __webpack_require__(41);
220
+ var button_style = __webpack_require__(40);
221
221
 
222
222
  // CONCATENATED MODULE: ./components/dropdown/style/index.js
223
223
 
@@ -296,23 +296,23 @@ render._withStripped = true
296
296
  // CONCATENATED MODULE: ./components/dropdown/dropdown.vue?vue&type=template&id=30153d24&
297
297
 
298
298
  // EXTERNAL MODULE: external "./transition"
299
- var external_transition_ = __webpack_require__(11);
299
+ var external_transition_ = __webpack_require__(12);
300
300
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
301
301
 
302
302
  // EXTERNAL MODULE: external "./button"
303
- var external_button_ = __webpack_require__(13);
303
+ var external_button_ = __webpack_require__(14);
304
304
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
305
305
 
306
306
  // EXTERNAL MODULE: external "./icon"
307
- var external_icon_ = __webpack_require__(8);
307
+ var external_icon_ = __webpack_require__(7);
308
308
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
309
309
 
310
310
  // EXTERNAL MODULE: external "./_mixin/popper"
311
- var popper_ = __webpack_require__(68);
311
+ var popper_ = __webpack_require__(66);
312
312
  var popper_default = /*#__PURE__*/__webpack_require__.n(popper_);
313
313
 
314
314
  // EXTERNAL MODULE: external "./_util/proptype"
315
- var proptype_ = __webpack_require__(7);
315
+ var proptype_ = __webpack_require__(8);
316
316
 
317
317
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/dropdown/dropdown.vue?vue&type=script&lang=js&
318
318
  //
@@ -660,58 +660,58 @@ dropdown.install = function (Vue) {
660
660
 
661
661
  /***/ }),
662
662
 
663
- /***/ 11:
663
+ /***/ 12:
664
664
  /***/ (function(module, exports) {
665
665
 
666
- module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
666
+ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
667
667
 
668
668
  /***/ }),
669
669
 
670
- /***/ 13:
670
+ /***/ 139:
671
671
  /***/ (function(module, exports) {
672
672
 
673
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
673
+ // removed by extract-text-webpack-plugin
674
674
 
675
675
  /***/ }),
676
676
 
677
- /***/ 139:
677
+ /***/ 14:
678
678
  /***/ (function(module, exports) {
679
679
 
680
- // removed by extract-text-webpack-plugin
680
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
681
681
 
682
682
  /***/ }),
683
683
 
684
- /***/ 161:
684
+ /***/ 163:
685
685
  /***/ (function(module, exports) {
686
686
 
687
687
  // removed by extract-text-webpack-plugin
688
688
 
689
689
  /***/ }),
690
690
 
691
- /***/ 175:
691
+ /***/ 177:
692
692
  /***/ (function(module, exports) {
693
693
 
694
694
  // removed by extract-text-webpack-plugin
695
695
 
696
696
  /***/ }),
697
697
 
698
- /***/ 41:
698
+ /***/ 40:
699
699
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
700
700
 
701
701
  "use strict";
702
702
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
703
703
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
704
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(161);
704
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(163);
705
705
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
706
706
 
707
707
 
708
708
 
709
709
  /***/ }),
710
710
 
711
- /***/ 68:
711
+ /***/ 66:
712
712
  /***/ (function(module, exports) {
713
713
 
714
- module.exports = __WEBPACK_EXTERNAL_MODULE__68__;
714
+ module.exports = __WEBPACK_EXTERNAL_MODULE__66__;
715
715
 
716
716
  /***/ }),
717
717
 
package/dist/empty.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/proptype")) : factory(root["./_util/proptype"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__7__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -214,13 +214,13 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/empty/style/index.less
217
- var empty_style = __webpack_require__(254);
217
+ var empty_style = __webpack_require__(256);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/empty/style/index.js
220
220
 
221
221
 
222
222
  // EXTERNAL MODULE: ./components/empty/empty.vue + 4 modules
223
- var empty = __webpack_require__(40);
223
+ var empty = __webpack_require__(39);
224
224
 
225
225
  // CONCATENATED MODULE: ./components/empty/index.js
226
226
 
@@ -242,7 +242,7 @@ empty["a" /* default */].install = function (Vue) {
242
242
 
243
243
  /***/ }),
244
244
 
245
- /***/ 254:
245
+ /***/ 256:
246
246
  /***/ (function(module, exports) {
247
247
 
248
248
  // removed by extract-text-webpack-plugin
@@ -256,7 +256,7 @@ module.exports = require("babel-runtime/helpers/defineProperty");
256
256
 
257
257
  /***/ }),
258
258
 
259
- /***/ 40:
259
+ /***/ 39:
260
260
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
261
261
 
262
262
  "use strict";
@@ -298,7 +298,7 @@ var defineProperty_ = __webpack_require__(3);
298
298
  var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_);
299
299
 
300
300
  // EXTERNAL MODULE: external "./_util/proptype"
301
- var proptype_ = __webpack_require__(7);
301
+ var proptype_ = __webpack_require__(8);
302
302
 
303
303
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/empty/empty.vue?vue&type=script&lang=js&
304
304
 
@@ -405,10 +405,10 @@ component.options.__file = "components/empty/empty.vue"
405
405
 
406
406
  /***/ }),
407
407
 
408
- /***/ 7:
408
+ /***/ 8:
409
409
  /***/ (function(module, exports) {
410
410
 
411
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
411
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
412
412
 
413
413
  /***/ })
414
414
 
Binary file
Binary file
package/dist/font.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 = 125);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 124);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 125:
206
+ /***/ 124:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/font/style/index.less
217
- var font_style = __webpack_require__(177);
217
+ var font_style = __webpack_require__(179);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/font/style/index.js
220
220
 
@@ -295,7 +295,7 @@ font.install = function (Vue) {
295
295
 
296
296
  /***/ }),
297
297
 
298
- /***/ 177:
298
+ /***/ 179:
299
299
  /***/ (function(module, exports) {
300
300
 
301
301
  // removed by extract-text-webpack-plugin