@mdsfe/mds-ui 0.2.11-rc.12 → 0.2.11-rc.13

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/_locale/default.js +18 -0
  2. package/dist/_locale/format.js +54 -0
  3. package/dist/_locale/index.js +56 -6
  4. package/dist/_locale/lang/en.js +144 -0
  5. package/dist/_locale/lang/zh-CN.js +142 -0
  6. package/dist/_mixin/locale.js +1 -1
  7. package/dist/_util/iconfont/index.js +1 -1
  8. package/dist/_util/util.js +7 -0
  9. package/dist/affix.js +6 -6
  10. package/dist/alert.js +6 -6
  11. package/dist/anchor.js +6 -6
  12. package/dist/avatar.js +17 -8
  13. package/dist/backtop.js +11 -11
  14. package/dist/badge.js +17 -17
  15. package/dist/bordershadow.js +6 -6
  16. package/dist/breadcrumb.js +6 -6
  17. package/dist/button.js +6 -6
  18. package/dist/card.js +6 -6
  19. package/dist/carousel.js +80 -80
  20. package/dist/cascader.js +96 -61
  21. package/dist/cascaderpanel.js +54 -29
  22. package/dist/checkbox.js +10 -10
  23. package/dist/col.js +10 -10
  24. package/dist/collapse.js +6 -6
  25. package/dist/color.js +6 -6
  26. package/dist/datepicker.js +287 -280
  27. package/dist/divider.js +6 -6
  28. package/dist/drawer.js +20 -20
  29. package/dist/dropdown.js +19 -19
  30. package/dist/empty.js +31 -14
  31. package/dist/font/iconfont.4ac77c3.woff2 +0 -0
  32. package/dist/font/iconfont.5a7af4c.woff +0 -0
  33. package/dist/font/{iconfont.3f886fd.ttf → iconfont.784954d.ttf} +0 -0
  34. package/dist/font.js +6 -6
  35. package/dist/form.js +14 -14
  36. package/dist/icon.js +6 -6
  37. package/dist/index.js +1 -1
  38. package/dist/input.js +16 -16
  39. package/dist/inputnumber.js +13 -13
  40. package/dist/layout.js +6 -6
  41. package/dist/list.js +6 -6
  42. package/dist/loading.js +6 -6
  43. package/dist/mds-ui.min.css +1 -1
  44. package/dist/mds-ui.min.js +1857 -1377
  45. package/dist/menu.js +18 -18
  46. package/dist/message.js +10 -10
  47. package/dist/modal.js +60 -38
  48. package/dist/notification.js +20 -20
  49. package/dist/pagination.js +74 -33
  50. package/dist/popconfirm.js +561 -31
  51. package/dist/popover.js +27 -27
  52. package/dist/progress.js +6 -6
  53. package/dist/radio.js +10 -10
  54. package/dist/rate.js +10 -10
  55. package/dist/row.js +10 -10
  56. package/dist/select.js +99 -79
  57. package/dist/slider.js +22 -22
  58. package/dist/slottable.js +75 -50
  59. package/dist/steps.js +6 -6
  60. package/dist/style/affix.css +166 -1
  61. package/dist/style/alert.css +166 -1
  62. package/dist/style/anchor.css +166 -1
  63. package/dist/style/avatar.css +166 -1
  64. package/dist/style/badge.css +166 -1
  65. package/dist/style/bordershadow.css +166 -1
  66. package/dist/style/breadcrumb.css +166 -1
  67. package/dist/style/button.css +166 -1
  68. package/dist/style/card.css +166 -1
  69. package/dist/style/carousel.css +166 -1
  70. package/dist/style/checkbox.css +166 -1
  71. package/dist/style/col.css +166 -1
  72. package/dist/style/collapse.css +166 -1
  73. package/dist/style/color.css +166 -1
  74. package/dist/style/datepicker.css +166 -1
  75. package/dist/style/divider.css +166 -1
  76. package/dist/style/drawer.css +166 -1
  77. package/dist/style/dropdown.css +166 -1
  78. package/dist/style/empty.css +166 -1
  79. package/dist/style/font.css +166 -1
  80. package/dist/style/form.css +166 -1
  81. package/dist/style/icon.css +166 -1
  82. package/dist/style/input.css +166 -1
  83. package/dist/style/inputnumber.css +166 -1
  84. package/dist/style/layout.css +166 -1
  85. package/dist/style/list.css +166 -1
  86. package/dist/style/loading.css +166 -1
  87. package/dist/style/menu.css +166 -1
  88. package/dist/style/modal.css +166 -1
  89. package/dist/style/notification.css +166 -1
  90. package/dist/style/pagination.css +166 -1
  91. package/dist/style/popconfirm.css +166 -1
  92. package/dist/style/popover.css +166 -1
  93. package/dist/style/progress.css +166 -1
  94. package/dist/style/radio.css +166 -1
  95. package/dist/style/rate.css +166 -1
  96. package/dist/style/row.css +166 -1
  97. package/dist/style/select.css +166 -1
  98. package/dist/style/slider.css +166 -1
  99. package/dist/style/slottable.css +166 -1
  100. package/dist/style/steps.css +166 -1
  101. package/dist/style/switch.css +166 -1
  102. package/dist/style/table.css +166 -1
  103. package/dist/style/tabs.css +166 -1
  104. package/dist/style/tag.css +166 -1
  105. package/dist/style/text.css +166 -1
  106. package/dist/style/timeline.css +166 -1
  107. package/dist/style/timepicker.css +166 -1
  108. package/dist/style/tooltip.css +166 -1
  109. package/dist/style/tree.css +166 -1
  110. package/dist/style/typography.css +166 -1
  111. package/dist/style/upload.css +166 -1
  112. package/dist/switch.js +10 -10
  113. package/dist/table.js +261 -166
  114. package/dist/tabs.js +6 -6
  115. package/dist/tag.js +6 -6
  116. package/dist/text.js +681 -681
  117. package/dist/timeline.js +6 -6
  118. package/dist/timepicker.js +571 -41
  119. package/dist/tooltip.js +25 -25
  120. package/dist/transfer.js +48 -34
  121. package/dist/transition.js +4 -4
  122. package/dist/tree.js +77 -77
  123. package/dist/typography.js +6 -6
  124. package/dist/upload.js +60 -32
  125. package/package.json +4 -2
  126. package/dist/font/iconfont.396260c.woff2 +0 -0
  127. package/dist/font/iconfont.881db5a.woff +0 -0
@@ -4,6 +4,7 @@ exports.__esModule = true;
4
4
  exports.isFunction = exports.getOffsetWidth = exports.escapeRegexpString = exports.assert = exports.isFirefox = exports.isEdge = exports.isIE = exports.coerceTruthyValueToArray = exports.arrayFind = exports.arrayFindIndex = exports.valueEquals = exports.getOffsetLeft = exports.noop = undefined;
5
5
  exports.getValueByPath = getValueByPath;
6
6
  exports.fixBodyScroll = fixBodyScroll;
7
+ exports.hasOwn = hasOwn;
7
8
 
8
9
  var _vue = require('vue');
9
10
 
@@ -191,4 +192,10 @@ function fixBodyScroll(visible) {
191
192
  // currentBodyPaddingRight = ''
192
193
  }, 180);
193
194
  }
195
+ }
196
+
197
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
198
+
199
+ function hasOwn(obj, key) {
200
+ return hasOwnProperty.call(obj, key);
194
201
  }
package/dist/affix.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 = 120);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 123);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 120:
206
+ /***/ 123:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -458,10 +458,10 @@ if (false) { var api; }
458
458
  component.options.__file = "components/affix/affix.vue"
459
459
  /* harmony default export */ var affix_affix = (component.exports);
460
460
  // EXTERNAL MODULE: ./components/style/index.less
461
- var style = __webpack_require__(139);
461
+ var style = __webpack_require__(142);
462
462
 
463
463
  // EXTERNAL MODULE: ./components/affix/style/index.less
464
- var affix_style = __webpack_require__(147);
464
+ var affix_style = __webpack_require__(150);
465
465
 
466
466
  // CONCATENATED MODULE: ./components/affix/style/index.js
467
467
 
@@ -477,14 +477,14 @@ affix_affix.install = function (Vue) {
477
477
 
478
478
  /***/ }),
479
479
 
480
- /***/ 139:
480
+ /***/ 142:
481
481
  /***/ (function(module, exports) {
482
482
 
483
483
  // removed by extract-text-webpack-plugin
484
484
 
485
485
  /***/ }),
486
486
 
487
- /***/ 147:
487
+ /***/ 150:
488
488
  /***/ (function(module, exports) {
489
489
 
490
490
  // removed by extract-text-webpack-plugin
package/dist/alert.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 = 119);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 122);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 119:
206
+ /***/ 122:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/alert/style/index.less
217
- var alert_style = __webpack_require__(145);
217
+ var alert_style = __webpack_require__(148);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/alert/style/index.js
220
220
 
@@ -458,14 +458,14 @@ alert_alert.install = function (Vue) {
458
458
 
459
459
  /***/ }),
460
460
 
461
- /***/ 139:
461
+ /***/ 142:
462
462
  /***/ (function(module, exports) {
463
463
 
464
464
  // removed by extract-text-webpack-plugin
465
465
 
466
466
  /***/ }),
467
467
 
468
- /***/ 145:
468
+ /***/ 148:
469
469
  /***/ (function(module, exports) {
470
470
 
471
471
  // 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 = 102);
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
- /***/ 102:
206
+ /***/ 105:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/anchor/style/index.less
217
- var anchor_style = __webpack_require__(149);
217
+ var anchor_style = __webpack_require__(152);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/anchor/style/index.js
220
220
 
@@ -504,14 +504,14 @@ anchor_anchor.install = function (Vue) {
504
504
 
505
505
  /***/ }),
506
506
 
507
- /***/ 139:
507
+ /***/ 142:
508
508
  /***/ (function(module, exports) {
509
509
 
510
510
  // removed by extract-text-webpack-plugin
511
511
 
512
512
  /***/ }),
513
513
 
514
- /***/ 149:
514
+ /***/ 152:
515
515
  /***/ (function(module, exports) {
516
516
 
517
517
  // removed by extract-text-webpack-plugin
package/dist/avatar.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 = 121);
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
- /***/ 121:
206
+ /***/ 124:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/avatar/style/index.less
217
- var avatar_style = __webpack_require__(151);
217
+ var avatar_style = __webpack_require__(154);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/avatar/style/index.js
220
220
 
@@ -229,7 +229,7 @@ var render = function () {
229
229
  { class: _vm.classes },
230
230
  [
231
231
  _vm.src && _vm.isImgExist
232
- ? _c("img", { attrs: { src: _vm.src } })
232
+ ? _c("img", { attrs: { src: _vm.src }, on: { error: _vm.handleError } })
233
233
  : _vm.icon
234
234
  ? _c("mds-icon", { attrs: { type: _vm.icon } })
235
235
  : _c(
@@ -307,7 +307,8 @@ var SIZEMAP = {
307
307
  },
308
308
  src: {
309
309
  type: String
310
- }
310
+ },
311
+ error: Function
311
312
  },
312
313
  data: function data() {
313
314
  return {
@@ -353,6 +354,14 @@ var SIZEMAP = {
353
354
  },
354
355
  updateOffSetWidth: function updateOffSetWidth() {
355
356
  this.offsetWidth = this.$refs.children && this.$refs.children.offsetWidth;
357
+ },
358
+ handleError: function handleError() {
359
+ var error = this.error;
360
+
361
+ var errorFlag = error ? error() : undefined;
362
+ if (errorFlag !== false) {
363
+ this.isImgExist = false;
364
+ }
356
365
  }
357
366
  },
358
367
  mounted: function mounted() {
@@ -405,14 +414,14 @@ avatar.install = function (Vue) {
405
414
 
406
415
  /***/ }),
407
416
 
408
- /***/ 139:
417
+ /***/ 142:
409
418
  /***/ (function(module, exports) {
410
419
 
411
420
  // removed by extract-text-webpack-plugin
412
421
 
413
422
  /***/ }),
414
423
 
415
- /***/ 151:
424
+ /***/ 154:
416
425
  /***/ (function(module, exports) {
417
426
 
418
427
  // removed by extract-text-webpack-plugin
package/dist/backtop.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./transition"), require("./_util/getScroll"), require("./_util/getRequestAnimationFrame")) : factory(root["./transition"], root["./_util/getScroll"], root["./_util/getRequestAnimationFrame"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__11__, __WEBPACK_EXTERNAL_MODULE__44__, __WEBPACK_EXTERNAL_MODULE__62__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__44__, __WEBPACK_EXTERNAL_MODULE__65__) {
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 = 132);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 135);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,14 +203,14 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 11:
206
+ /***/ 12:
207
207
  /***/ (function(module, exports) {
208
208
 
209
- module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
209
+ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 132:
213
+ /***/ 135:
214
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
215
215
 
216
216
  "use strict";
@@ -275,7 +275,7 @@ render._withStripped = true
275
275
  // CONCATENATED MODULE: ./components/backtop/back-top.vue?vue&type=template&id=0e601a8b&
276
276
 
277
277
  // EXTERNAL MODULE: external "./transition"
278
- var external_transition_ = __webpack_require__(11);
278
+ var external_transition_ = __webpack_require__(12);
279
279
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
280
280
 
281
281
  // EXTERNAL MODULE: external "./_util/getScroll"
@@ -283,7 +283,7 @@ var getScroll_ = __webpack_require__(44);
283
283
  var getScroll_default = /*#__PURE__*/__webpack_require__.n(getScroll_);
284
284
 
285
285
  // EXTERNAL MODULE: external "./_util/getRequestAnimationFrame"
286
- var getRequestAnimationFrame_ = __webpack_require__(62);
286
+ var getRequestAnimationFrame_ = __webpack_require__(65);
287
287
  var getRequestAnimationFrame_default = /*#__PURE__*/__webpack_require__.n(getRequestAnimationFrame_);
288
288
 
289
289
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/backtop/back-top.vue?vue&type=script&lang=js&
@@ -431,7 +431,7 @@ if (false) { var api; }
431
431
  component.options.__file = "components/backtop/back-top.vue"
432
432
  /* harmony default export */ var back_top = (component.exports);
433
433
  // EXTERNAL MODULE: ./components/backtop/style/index.less
434
- var style = __webpack_require__(153);
434
+ var style = __webpack_require__(156);
435
435
 
436
436
  // CONCATENATED MODULE: ./components/backtop/index.js
437
437
 
@@ -444,7 +444,7 @@ back_top.install = function (Vue) {
444
444
 
445
445
  /***/ }),
446
446
 
447
- /***/ 153:
447
+ /***/ 156:
448
448
  /***/ (function(module, exports) {
449
449
 
450
450
  // removed by extract-text-webpack-plugin
@@ -458,10 +458,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__44__;
458
458
 
459
459
  /***/ }),
460
460
 
461
- /***/ 62:
461
+ /***/ 65:
462
462
  /***/ (function(module, exports) {
463
463
 
464
- module.exports = __WEBPACK_EXTERNAL_MODULE__62__;
464
+ module.exports = __WEBPACK_EXTERNAL_MODULE__65__;
465
465
 
466
466
  /***/ })
467
467
 
package/dist/badge.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 = 122);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 125);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 122:
206
+ /***/ 125:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/badge/style/index.less
217
- var badge_style = __webpack_require__(155);
217
+ var badge_style = __webpack_require__(158);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/badge/style/index.js
220
220
 
@@ -349,7 +349,7 @@ var proptype_ = __webpack_require__(8);
349
349
  // CONCATENATED MODULE: ./components/badge/badge.vue?vue&type=script&lang=js&
350
350
  /* harmony default export */ var badge_badgevue_type_script_lang_js_ = (badgevue_type_script_lang_js_);
351
351
  // EXTERNAL MODULE: ./components/badge/badge.vue?vue&type=style&index=0&id=46b76ccc&lang=less&scoped=true&
352
- var badgevue_type_style_index_0_id_46b76ccc_lang_less_scoped_true_ = __webpack_require__(77);
352
+ var badgevue_type_style_index_0_id_46b76ccc_lang_less_scoped_true_ = __webpack_require__(80);
353
353
 
354
354
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
355
355
  var componentNormalizer = __webpack_require__(0);
@@ -389,21 +389,21 @@ badge.install = function (Vue) {
389
389
 
390
390
  /***/ }),
391
391
 
392
- /***/ 139:
392
+ /***/ 142:
393
393
  /***/ (function(module, exports) {
394
394
 
395
395
  // removed by extract-text-webpack-plugin
396
396
 
397
397
  /***/ }),
398
398
 
399
- /***/ 155:
399
+ /***/ 158:
400
400
  /***/ (function(module, exports) {
401
401
 
402
402
  // removed by extract-text-webpack-plugin
403
403
 
404
404
  /***/ }),
405
405
 
406
- /***/ 157:
406
+ /***/ 160:
407
407
  /***/ (function(module, exports) {
408
408
 
409
409
  // removed by extract-text-webpack-plugin
@@ -417,22 +417,22 @@ module.exports = require("babel-runtime/helpers/defineProperty");
417
417
 
418
418
  /***/ }),
419
419
 
420
- /***/ 77:
420
+ /***/ 8:
421
+ /***/ (function(module, exports) {
422
+
423
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
424
+
425
+ /***/ }),
426
+
427
+ /***/ 80:
421
428
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
422
429
 
423
430
  "use strict";
424
- /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_badge_vue_vue_type_style_index_0_id_46b76ccc_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(157);
431
+ /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_badge_vue_vue_type_style_index_0_id_46b76ccc_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(160);
425
432
  /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_badge_vue_vue_type_style_index_0_id_46b76ccc_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_badge_vue_vue_type_style_index_0_id_46b76ccc_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
426
433
  /* unused harmony reexport * */
427
434
 
428
435
 
429
- /***/ }),
430
-
431
- /***/ 8:
432
- /***/ (function(module, exports) {
433
-
434
- module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
435
-
436
436
  /***/ })
437
437
 
438
438
  /******/ });
@@ -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 = 128);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 131);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 128:
206
+ /***/ 131:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/bordershadow/style/index.less
217
- var bordershadow_style = __webpack_require__(250);
217
+ var bordershadow_style = __webpack_require__(253);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/bordershadow/style/index.js
220
220
 
@@ -303,14 +303,14 @@ border_shadow.install = function (Vue) {
303
303
 
304
304
  /***/ }),
305
305
 
306
- /***/ 139:
306
+ /***/ 142:
307
307
  /***/ (function(module, exports) {
308
308
 
309
309
  // removed by extract-text-webpack-plugin
310
310
 
311
311
  /***/ }),
312
312
 
313
- /***/ 250:
313
+ /***/ 253:
314
314
  /***/ (function(module, exports) {
315
315
 
316
316
  // removed by extract-text-webpack-plugin
@@ -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 = 103);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 106);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 103:
206
+ /***/ 106:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/breadcrumb/style/index.less
217
- var breadcrumb_style = __webpack_require__(159);
217
+ var breadcrumb_style = __webpack_require__(162);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/breadcrumb/style/index.js
220
220
 
@@ -416,14 +416,14 @@ breadcrumb.install = function (Vue) {
416
416
 
417
417
  /***/ }),
418
418
 
419
- /***/ 139:
419
+ /***/ 142:
420
420
  /***/ (function(module, exports) {
421
421
 
422
422
  // removed by extract-text-webpack-plugin
423
423
 
424
424
  /***/ }),
425
425
 
426
- /***/ 159:
426
+ /***/ 162:
427
427
  /***/ (function(module, exports) {
428
428
 
429
429
  // removed by extract-text-webpack-plugin
package/dist/button.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 = 52);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 55);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,14 +203,14 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 139:
206
+ /***/ 142:
207
207
  /***/ (function(module, exports) {
208
208
 
209
209
  // removed by extract-text-webpack-plugin
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 163:
213
+ /***/ 166:
214
214
  /***/ (function(module, exports) {
215
215
 
216
216
  // removed by extract-text-webpack-plugin
@@ -228,16 +228,16 @@ module.exports = require("babel-runtime/helpers/defineProperty");
228
228
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
229
229
 
230
230
  "use strict";
231
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
231
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
232
232
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
233
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(163);
233
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(166);
234
234
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
235
235
 
236
236
 
237
237
 
238
238
  /***/ }),
239
239
 
240
- /***/ 52:
240
+ /***/ 55:
241
241
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
242
242
 
243
243
  "use strict";
package/dist/card.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 = 104);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 107);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 104:
206
+ /***/ 107:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/card/style/index.less
217
- var card_style = __webpack_require__(165);
217
+ var card_style = __webpack_require__(168);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/card/style/index.js
220
220
 
@@ -496,14 +496,14 @@ card.install = function (Vue) {
496
496
 
497
497
  /***/ }),
498
498
 
499
- /***/ 139:
499
+ /***/ 142:
500
500
  /***/ (function(module, exports) {
501
501
 
502
502
  // removed by extract-text-webpack-plugin
503
503
 
504
504
  /***/ }),
505
505
 
506
- /***/ 165:
506
+ /***/ 168:
507
507
  /***/ (function(module, exports) {
508
508
 
509
509
  // removed by extract-text-webpack-plugin