@mdsfe/mds-ui 0.3.0-14 → 0.3.0-17

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 (120) hide show
  1. package/dist/_util/iconfont/index.js +7 -7
  2. package/dist/affix.js +6 -6
  3. package/dist/alert.js +6 -6
  4. package/dist/anchor.js +6 -6
  5. package/dist/avatar.js +6 -6
  6. package/dist/backtop.js +8 -8
  7. package/dist/badge.js +10 -10
  8. package/dist/bordershadow.js +6 -6
  9. package/dist/breadcrumb.js +6 -6
  10. package/dist/button.js +6 -6
  11. package/dist/card.js +6 -6
  12. package/dist/carousel.js +20 -20
  13. package/dist/cascader.js +30 -30
  14. package/dist/cascaderpanel.js +20 -20
  15. package/dist/checkbox.js +4 -4
  16. package/dist/col.js +16 -16
  17. package/dist/collapse.js +6 -6
  18. package/dist/color.js +6 -6
  19. package/dist/datepicker.js +656 -1012
  20. package/dist/divider.js +6 -6
  21. package/dist/drawer.js +16 -16
  22. package/dist/dropdown.js +15 -15
  23. package/dist/empty.js +15 -15
  24. package/dist/font/iconfont.08f1d29.woff +0 -0
  25. package/dist/font/iconfont.6addfa3.woff2 +0 -0
  26. package/dist/font/{iconfont.d4ec0db.ttf → iconfont.fbe81ba.ttf} +0 -0
  27. package/dist/font.js +6 -6
  28. package/dist/form.js +13 -13
  29. package/dist/icon.js +6 -6
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +6 -6
  32. package/dist/inputnumber.js +10 -10
  33. package/dist/layout.js +6 -6
  34. package/dist/list.js +6 -6
  35. package/dist/loading.js +6 -6
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +1729 -1607
  38. package/dist/menu.js +13 -13
  39. package/dist/message.js +1070 -1070
  40. package/dist/modal.js +16 -16
  41. package/dist/notification.js +10 -10
  42. package/dist/pagination.js +64 -64
  43. package/dist/popconfirm.js +33 -33
  44. package/dist/popover.js +28 -28
  45. package/dist/progress.js +25 -25
  46. package/dist/radio.js +14 -14
  47. package/dist/rate.js +6 -6
  48. package/dist/row.js +16 -16
  49. package/dist/select.js +27 -27
  50. package/dist/slider.js +22 -22
  51. package/dist/slottable.js +32 -32
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +7 -1
  54. package/dist/style/alert.css +7 -1
  55. package/dist/style/anchor.css +7 -1
  56. package/dist/style/avatar.css +7 -1
  57. package/dist/style/badge.css +7 -1
  58. package/dist/style/bordershadow.css +7 -1
  59. package/dist/style/breadcrumb.css +7 -1
  60. package/dist/style/button.css +7 -1
  61. package/dist/style/card.css +7 -1
  62. package/dist/style/carousel.css +7 -1
  63. package/dist/style/checkbox.css +7 -1
  64. package/dist/style/col.css +7 -1
  65. package/dist/style/collapse.css +7 -1
  66. package/dist/style/color.css +7 -1
  67. package/dist/style/datepicker.css +67 -1
  68. package/dist/style/divider.css +7 -1
  69. package/dist/style/drawer.css +7 -1
  70. package/dist/style/dropdown.css +7 -1
  71. package/dist/style/empty.css +7 -1
  72. package/dist/style/font.css +7 -1
  73. package/dist/style/form.css +7 -1
  74. package/dist/style/icon.css +7 -1
  75. package/dist/style/input.css +7 -1
  76. package/dist/style/inputnumber.css +7 -1
  77. package/dist/style/layout.css +7 -1
  78. package/dist/style/list.css +7 -1
  79. package/dist/style/loading.css +7 -1
  80. package/dist/style/menu.css +7 -1
  81. package/dist/style/modal.css +7 -1
  82. package/dist/style/notification.css +7 -1
  83. package/dist/style/pagination.css +7 -1
  84. package/dist/style/popconfirm.css +7 -1
  85. package/dist/style/popover.css +7 -1
  86. package/dist/style/progress.css +7 -1
  87. package/dist/style/radio.css +7 -1
  88. package/dist/style/rate.css +7 -1
  89. package/dist/style/row.css +7 -1
  90. package/dist/style/select.css +7 -1
  91. package/dist/style/slider.css +7 -1
  92. package/dist/style/slottable.css +7 -1
  93. package/dist/style/steps.css +7 -1
  94. package/dist/style/switch.css +7 -1
  95. package/dist/style/table.css +7 -1
  96. package/dist/style/tabs.css +7 -1
  97. package/dist/style/tag.css +7 -1
  98. package/dist/style/text.css +7 -1
  99. package/dist/style/timeline.css +7 -1
  100. package/dist/style/timepicker.css +7 -1
  101. package/dist/style/tooltip.css +7 -1
  102. package/dist/style/tree.css +7 -1
  103. package/dist/style/typography.css +7 -1
  104. package/dist/style/upload.css +7 -1
  105. package/dist/switch.js +6 -6
  106. package/dist/table.js +378 -378
  107. package/dist/tabs.js +6 -6
  108. package/dist/tag.js +6 -6
  109. package/dist/text.js +6 -6
  110. package/dist/timeline.js +6 -6
  111. package/dist/timepicker.js +25 -25
  112. package/dist/tooltip.js +14 -14
  113. package/dist/transfer.js +18 -18
  114. package/dist/transition.js +4 -4
  115. package/dist/tree.js +14 -14
  116. package/dist/typography.js +6 -6
  117. package/dist/upload.js +19 -19
  118. package/package.json +1 -1
  119. package/dist/font/iconfont.9936847.woff2 +0 -0
  120. package/dist/font/iconfont.b0a8d88.woff +0 -0
package/dist/divider.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 = 136);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 133);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 136:
206
+ /***/ 133:
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__(145);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/divider/style/index.less
217
- var divider_style = __webpack_require__(266);
217
+ var divider_style = __webpack_require__(263);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/divider/style/index.js
220
220
 
@@ -328,14 +328,14 @@ divider.install = function (Vue) {
328
328
 
329
329
  /***/ }),
330
330
 
331
- /***/ 145:
331
+ /***/ 142:
332
332
  /***/ (function(module, exports) {
333
333
 
334
334
  // removed by extract-text-webpack-plugin
335
335
 
336
336
  /***/ }),
337
337
 
338
- /***/ 266:
338
+ /***/ 263:
339
339
  /***/ (function(module, exports) {
340
340
 
341
341
  // removed by extract-text-webpack-plugin
package/dist/drawer.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 = 135);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 132);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -220,7 +220,7 @@ function normalizeComponent (
220
220
  /* unused harmony export isInContainer */
221
221
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return merge; });
222
222
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return getScrollBarWidth; });
223
- /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9);
223
+ /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
224
224
  /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__);
225
225
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
226
226
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__);
@@ -492,6 +492,13 @@ function getScrollBarWidth() {
492
492
 
493
493
  /***/ }),
494
494
 
495
+ /***/ 10:
496
+ /***/ (function(module, exports) {
497
+
498
+ module.exports = require("babel-runtime/helpers/typeof");
499
+
500
+ /***/ }),
501
+
495
502
  /***/ 12:
496
503
  /***/ (function(module, exports) {
497
504
 
@@ -506,7 +513,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
506
513
 
507
514
  /***/ }),
508
515
 
509
- /***/ 135:
516
+ /***/ 132:
510
517
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
511
518
 
512
519
  "use strict";
@@ -514,13 +521,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
514
521
  __webpack_require__.r(__webpack_exports__);
515
522
 
516
523
  // EXTERNAL MODULE: ./components/style/index.less
517
- var style = __webpack_require__(145);
524
+ var style = __webpack_require__(142);
518
525
 
519
526
  // EXTERNAL MODULE: ./components/drawer/style/index.less
520
- var drawer_style = __webpack_require__(258);
527
+ var drawer_style = __webpack_require__(255);
521
528
 
522
529
  // EXTERNAL MODULE: ./components/_util/loaders/loaders.less
523
- var loaders = __webpack_require__(260);
530
+ var loaders = __webpack_require__(257);
524
531
 
525
532
  // CONCATENATED MODULE: ./components/drawer/style/index.js
526
533
 
@@ -929,7 +936,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
929
936
 
930
937
  /***/ }),
931
938
 
932
- /***/ 145:
939
+ /***/ 142:
933
940
  /***/ (function(module, exports) {
934
941
 
935
942
  // removed by extract-text-webpack-plugin
@@ -1168,14 +1175,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
1168
1175
 
1169
1176
  /***/ }),
1170
1177
 
1171
- /***/ 258:
1178
+ /***/ 255:
1172
1179
  /***/ (function(module, exports) {
1173
1180
 
1174
1181
  // removed by extract-text-webpack-plugin
1175
1182
 
1176
1183
  /***/ }),
1177
1184
 
1178
- /***/ 260:
1185
+ /***/ 257:
1179
1186
  /***/ (function(module, exports) {
1180
1187
 
1181
1188
  // removed by extract-text-webpack-plugin
@@ -1393,13 +1400,6 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
1393
1400
 
1394
1401
  module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
1395
1402
 
1396
- /***/ }),
1397
-
1398
- /***/ 9:
1399
- /***/ (function(module, exports) {
1400
-
1401
- module.exports = require("babel-runtime/helpers/typeof");
1402
-
1403
1403
  /***/ })
1404
1404
 
1405
1405
  /******/ });
package/dist/dropdown.js CHANGED
@@ -7,7 +7,7 @@
7
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__12__, __WEBPACK_EXTERNAL_MODULE__14__, __WEBPACK_EXTERNAL_MODULE__70__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__14__, __WEBPACK_EXTERNAL_MODULE__69__) {
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 = 111);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 108);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 111:
206
+ /***/ 108:
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__(145);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/dropdown/style/index.less
217
- var dropdown_style = __webpack_require__(183);
217
+ var dropdown_style = __webpack_require__(180);
218
218
 
219
219
  // EXTERNAL MODULE: ./components/button/style/index.js
220
220
  var button_style = __webpack_require__(40);
@@ -308,7 +308,7 @@ 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__(70);
311
+ var popper_ = __webpack_require__(69);
312
312
  var popper_default = /*#__PURE__*/__webpack_require__.n(popper_);
313
313
 
314
314
  // EXTERNAL MODULE: external "./_util/proptype"
@@ -674,21 +674,21 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
674
674
 
675
675
  /***/ }),
676
676
 
677
- /***/ 145:
677
+ /***/ 142:
678
678
  /***/ (function(module, exports) {
679
679
 
680
680
  // removed by extract-text-webpack-plugin
681
681
 
682
682
  /***/ }),
683
683
 
684
- /***/ 169:
684
+ /***/ 166:
685
685
  /***/ (function(module, exports) {
686
686
 
687
687
  // removed by extract-text-webpack-plugin
688
688
 
689
689
  /***/ }),
690
690
 
691
- /***/ 183:
691
+ /***/ 180:
692
692
  /***/ (function(module, exports) {
693
693
 
694
694
  // removed by extract-text-webpack-plugin
@@ -699,26 +699,26 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
699
699
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
700
700
 
701
701
  "use strict";
702
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
702
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
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__(169);
704
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(166);
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
- /***/ 7:
711
+ /***/ 69:
712
712
  /***/ (function(module, exports) {
713
713
 
714
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
714
+ module.exports = __WEBPACK_EXTERNAL_MODULE__69__;
715
715
 
716
716
  /***/ }),
717
717
 
718
- /***/ 70:
718
+ /***/ 7:
719
719
  /***/ (function(module, exports) {
720
720
 
721
- module.exports = __WEBPACK_EXTERNAL_MODULE__70__;
721
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
722
722
 
723
723
  /***/ }),
724
724
 
package/dist/empty.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./_mixin/locale")) : factory(root["./_util/proptype"], root["./_mixin/locale"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__10__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__9__) {
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 = 144);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 141);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,14 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 10:
207
- /***/ (function(module, exports) {
208
-
209
- module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
210
-
211
- /***/ }),
212
-
213
- /***/ 144:
206
+ /***/ 141:
214
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
215
208
 
216
209
  "use strict";
@@ -218,10 +211,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
218
211
  __webpack_require__.r(__webpack_exports__);
219
212
 
220
213
  // EXTERNAL MODULE: ./components/style/index.less
221
- var style = __webpack_require__(145);
214
+ var style = __webpack_require__(142);
222
215
 
223
216
  // EXTERNAL MODULE: ./components/empty/style/index.less
224
- var empty_style = __webpack_require__(262);
217
+ var empty_style = __webpack_require__(259);
225
218
 
226
219
  // CONCATENATED MODULE: ./components/empty/style/index.js
227
220
 
@@ -242,14 +235,14 @@ empty["a" /* default */].install = function (Vue) {
242
235
 
243
236
  /***/ }),
244
237
 
245
- /***/ 145:
238
+ /***/ 142:
246
239
  /***/ (function(module, exports) {
247
240
 
248
241
  // removed by extract-text-webpack-plugin
249
242
 
250
243
  /***/ }),
251
244
 
252
- /***/ 262:
245
+ /***/ 259:
253
246
  /***/ (function(module, exports) {
254
247
 
255
248
  // removed by extract-text-webpack-plugin
@@ -308,7 +301,7 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
308
301
  var proptype_ = __webpack_require__(8);
309
302
 
310
303
  // EXTERNAL MODULE: external "./_mixin/locale"
311
- var locale_ = __webpack_require__(10);
304
+ var locale_ = __webpack_require__(9);
312
305
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
313
306
 
314
307
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/empty/empty.vue?vue&type=script&lang=js&
@@ -427,6 +420,13 @@ component.options.__file = "components/empty/empty.vue"
427
420
 
428
421
  module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
429
422
 
423
+ /***/ }),
424
+
425
+ /***/ 9:
426
+ /***/ (function(module, exports) {
427
+
428
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
429
+
430
430
  /***/ })
431
431
 
432
432
  /******/ });
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 = 130);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 127);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 130:
206
+ /***/ 127:
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__(145);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/font/style/index.less
217
- var font_style = __webpack_require__(185);
217
+ var font_style = __webpack_require__(182);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/font/style/index.js
220
220
 
@@ -288,14 +288,14 @@ font.install = function (Vue) {
288
288
 
289
289
  /***/ }),
290
290
 
291
- /***/ 145:
291
+ /***/ 142:
292
292
  /***/ (function(module, exports) {
293
293
 
294
294
  // removed by extract-text-webpack-plugin
295
295
 
296
296
  /***/ }),
297
297
 
298
- /***/ 185:
298
+ /***/ 182:
299
299
  /***/ (function(module, exports) {
300
300
 
301
301
  // removed by extract-text-webpack-plugin
package/dist/form.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 = 118);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 121:
206
+ /***/ 118:
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__(145);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/form/style/index.less
217
- var form_style = __webpack_require__(282);
217
+ var form_style = __webpack_require__(279);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/form/style/index.js
220
220
 
@@ -282,7 +282,7 @@ var emitter_ = __webpack_require__(13);
282
282
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
283
283
 
284
284
  // EXTERNAL MODULE: external "async-validator"
285
- var external_async_validator_ = __webpack_require__(79);
285
+ var external_async_validator_ = __webpack_require__(78);
286
286
  var external_async_validator_default = /*#__PURE__*/__webpack_require__.n(external_async_validator_);
287
287
 
288
288
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/form/form-item.vue?vue&type=script&lang=js&
@@ -597,7 +597,7 @@ formvue_type_template_id_68392104_render._withStripped = true
597
597
  // CONCATENATED MODULE: ./components/form/form.vue?vue&type=template&id=68392104&
598
598
 
599
599
  // EXTERNAL MODULE: external "babel-runtime/core-js/promise"
600
- var promise_ = __webpack_require__(80);
600
+ var promise_ = __webpack_require__(79);
601
601
  var promise_default = /*#__PURE__*/__webpack_require__.n(promise_);
602
602
 
603
603
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/form/form.vue?vue&type=script&lang=js&
@@ -834,24 +834,24 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
834
834
 
835
835
  /***/ }),
836
836
 
837
- /***/ 145:
837
+ /***/ 142:
838
838
  /***/ (function(module, exports) {
839
839
 
840
840
  // removed by extract-text-webpack-plugin
841
841
 
842
842
  /***/ }),
843
843
 
844
- /***/ 28:
844
+ /***/ 279:
845
845
  /***/ (function(module, exports) {
846
846
 
847
- module.exports = require("babel-runtime/core-js/json/stringify");
847
+ // removed by extract-text-webpack-plugin
848
848
 
849
849
  /***/ }),
850
850
 
851
- /***/ 282:
851
+ /***/ 28:
852
852
  /***/ (function(module, exports) {
853
853
 
854
- // removed by extract-text-webpack-plugin
854
+ module.exports = require("babel-runtime/core-js/json/stringify");
855
855
 
856
856
  /***/ }),
857
857
 
@@ -862,14 +862,14 @@ module.exports = require("babel-runtime/core-js/object/assign");
862
862
 
863
863
  /***/ }),
864
864
 
865
- /***/ 79:
865
+ /***/ 78:
866
866
  /***/ (function(module, exports) {
867
867
 
868
868
  module.exports = require("async-validator");
869
869
 
870
870
  /***/ }),
871
871
 
872
- /***/ 80:
872
+ /***/ 79:
873
873
  /***/ (function(module, exports) {
874
874
 
875
875
  module.exports = require("babel-runtime/core-js/promise");
package/dist/icon.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 = 131);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 128);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 131:
206
+ /***/ 128:
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__(145);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/icon/style/index.less
217
- var icon_style = __webpack_require__(187);
217
+ var icon_style = __webpack_require__(184);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/icon/style/index.js
220
220
 
@@ -338,14 +338,14 @@ icon.install = function (Vue) {
338
338
 
339
339
  /***/ }),
340
340
 
341
- /***/ 145:
341
+ /***/ 142:
342
342
  /***/ (function(module, exports) {
343
343
 
344
344
  // removed by extract-text-webpack-plugin
345
345
 
346
346
  /***/ }),
347
347
 
348
- /***/ 187:
348
+ /***/ 184:
349
349
  /***/ (function(module, exports) {
350
350
 
351
351
  // removed by extract-text-webpack-plugin