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

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/CHANGELOG.md +1013 -0
  2. package/dist/_util/iconfont/index.js +7 -7
  3. package/dist/affix.js +6 -6
  4. package/dist/alert.js +6 -6
  5. package/dist/anchor.js +6 -6
  6. package/dist/avatar.js +6 -6
  7. package/dist/backtop.js +8 -8
  8. package/dist/badge.js +10 -10
  9. package/dist/bordershadow.js +6 -6
  10. package/dist/breadcrumb.js +6 -6
  11. package/dist/button.js +6 -6
  12. package/dist/card.js +6 -6
  13. package/dist/carousel.js +8 -8
  14. package/dist/cascader.js +16 -16
  15. package/dist/cascaderpanel.js +16 -16
  16. package/dist/checkbox.js +4 -4
  17. package/dist/col.js +8 -8
  18. package/dist/collapse.js +6 -6
  19. package/dist/color.js +6 -6
  20. package/dist/datepicker.js +812 -34
  21. package/dist/divider.js +6 -6
  22. package/dist/drawer.js +8 -8
  23. package/dist/dropdown.js +15 -15
  24. package/dist/empty.js +6 -6
  25. package/dist/font/iconfont.9936847.woff2 +0 -0
  26. package/dist/font/iconfont.b0a8d88.woff +0 -0
  27. package/dist/font/{iconfont.4335068.ttf → iconfont.d4ec0db.ttf} +0 -0
  28. package/dist/font.js +6 -6
  29. package/dist/form.js +13 -13
  30. package/dist/icon.js +6 -6
  31. package/dist/index.js +1 -1
  32. package/dist/input.js +6 -6
  33. package/dist/inputnumber.js +6 -6
  34. package/dist/layout.js +6 -6
  35. package/dist/list.js +6 -6
  36. package/dist/loading.js +6 -6
  37. package/dist/mds-ui.min.css +1 -1
  38. package/dist/mds-ui.min.js +1569 -1371
  39. package/dist/menu.js +13 -13
  40. package/dist/message.js +1094 -1094
  41. package/dist/modal.js +11 -11
  42. package/dist/notification.js +10 -10
  43. package/dist/pagination.js +59 -59
  44. package/dist/popconfirm.js +29 -29
  45. package/dist/popover.js +18 -18
  46. package/dist/progress.js +25 -25
  47. package/dist/radio.js +6 -6
  48. package/dist/rate.js +6 -6
  49. package/dist/row.js +8 -8
  50. package/dist/select.js +18 -18
  51. package/dist/slider.js +22 -22
  52. package/dist/slottable.js +24 -24
  53. package/dist/steps.js +6 -6
  54. package/dist/style/affix.css +109 -1
  55. package/dist/style/alert.css +109 -1
  56. package/dist/style/anchor.css +109 -1
  57. package/dist/style/avatar.css +109 -1
  58. package/dist/style/badge.css +109 -1
  59. package/dist/style/bordershadow.css +109 -1
  60. package/dist/style/breadcrumb.css +109 -1
  61. package/dist/style/button.css +109 -1
  62. package/dist/style/card.css +109 -1
  63. package/dist/style/carousel.css +109 -1
  64. package/dist/style/checkbox.css +109 -1
  65. package/dist/style/col.css +109 -1
  66. package/dist/style/collapse.css +109 -1
  67. package/dist/style/color.css +109 -1
  68. package/dist/style/datepicker.css +109 -1
  69. package/dist/style/divider.css +109 -1
  70. package/dist/style/drawer.css +109 -1
  71. package/dist/style/dropdown.css +109 -1
  72. package/dist/style/empty.css +109 -1
  73. package/dist/style/font.css +109 -1
  74. package/dist/style/form.css +109 -1
  75. package/dist/style/icon.css +109 -1
  76. package/dist/style/input.css +109 -1
  77. package/dist/style/inputnumber.css +109 -1
  78. package/dist/style/layout.css +109 -1
  79. package/dist/style/list.css +109 -1
  80. package/dist/style/loading.css +109 -1
  81. package/dist/style/menu.css +109 -1
  82. package/dist/style/modal.css +109 -1
  83. package/dist/style/notification.css +109 -1
  84. package/dist/style/pagination.css +109 -1
  85. package/dist/style/popconfirm.css +109 -1
  86. package/dist/style/popover.css +109 -1
  87. package/dist/style/progress.css +109 -1
  88. package/dist/style/radio.css +109 -1
  89. package/dist/style/rate.css +109 -1
  90. package/dist/style/row.css +109 -1
  91. package/dist/style/select.css +109 -1
  92. package/dist/style/slider.css +109 -1
  93. package/dist/style/slottable.css +109 -1
  94. package/dist/style/steps.css +109 -1
  95. package/dist/style/switch.css +109 -1
  96. package/dist/style/table.css +109 -1
  97. package/dist/style/tabs.css +109 -1
  98. package/dist/style/tag.css +109 -1
  99. package/dist/style/text.css +109 -1
  100. package/dist/style/timeline.css +109 -1
  101. package/dist/style/timepicker.css +109 -1
  102. package/dist/style/tooltip.css +109 -1
  103. package/dist/style/tree.css +109 -1
  104. package/dist/style/typography.css +109 -1
  105. package/dist/style/upload.css +109 -1
  106. package/dist/switch.js +6 -6
  107. package/dist/table.js +374 -374
  108. package/dist/tabs.js +6 -6
  109. package/dist/tag.js +6 -6
  110. package/dist/text.js +6 -6
  111. package/dist/timeline.js +6 -6
  112. package/dist/timepicker.js +16 -16
  113. package/dist/tooltip.js +4 -4
  114. package/dist/transfer.js +6 -6
  115. package/dist/transition.js +4 -4
  116. package/dist/tree.js +6 -6
  117. package/dist/typography.js +6 -6
  118. package/dist/upload.js +10 -10
  119. package/package.json +2 -1
  120. package/dist/font/iconfont.32d189e.woff +0 -0
  121. package/dist/font/iconfont.38ce0b7.woff2 +0 -0
package/dist/modal.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 = 129);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 132);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -506,7 +506,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
506
506
 
507
507
  /***/ }),
508
508
 
509
- /***/ 129:
509
+ /***/ 132:
510
510
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
511
511
 
512
512
  "use strict";
@@ -514,10 +514,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
514
514
  __webpack_require__.r(__webpack_exports__);
515
515
 
516
516
  // EXTERNAL MODULE: ./components/style/index.less
517
- var style = __webpack_require__(142);
517
+ var style = __webpack_require__(145);
518
518
 
519
519
  // EXTERNAL MODULE: ./components/modal/style/index.less
520
- var modal_style = __webpack_require__(198);
520
+ var modal_style = __webpack_require__(201);
521
521
 
522
522
  // CONCATENATED MODULE: ./components/modal/style/index.js
523
523
 
@@ -700,7 +700,7 @@ render._withStripped = true
700
700
  // CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=template&id=64c3d160&
701
701
 
702
702
  // EXTERNAL MODULE: external "babel-runtime/core-js/number/is-finite"
703
- var is_finite_ = __webpack_require__(71);
703
+ var is_finite_ = __webpack_require__(72);
704
704
  var is_finite_default = /*#__PURE__*/__webpack_require__.n(is_finite_);
705
705
 
706
706
  // EXTERNAL MODULE: external "./icon"
@@ -1065,7 +1065,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
1065
1065
 
1066
1066
  /***/ }),
1067
1067
 
1068
- /***/ 142:
1068
+ /***/ 145:
1069
1069
  /***/ (function(module, exports) {
1070
1070
 
1071
1071
  // removed by extract-text-webpack-plugin
@@ -1511,17 +1511,17 @@ function hasOwn(obj, key) {
1511
1511
 
1512
1512
  /***/ }),
1513
1513
 
1514
- /***/ 198:
1514
+ /***/ 2:
1515
1515
  /***/ (function(module, exports) {
1516
1516
 
1517
- // removed by extract-text-webpack-plugin
1517
+ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
1518
1518
 
1519
1519
  /***/ }),
1520
1520
 
1521
- /***/ 2:
1521
+ /***/ 201:
1522
1522
  /***/ (function(module, exports) {
1523
1523
 
1524
- module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
1524
+ // removed by extract-text-webpack-plugin
1525
1525
 
1526
1526
  /***/ }),
1527
1527
 
@@ -1738,7 +1738,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
1738
1738
 
1739
1739
  /***/ }),
1740
1740
 
1741
- /***/ 71:
1741
+ /***/ 72:
1742
1742
  /***/ (function(module, exports) {
1743
1743
 
1744
1744
  module.exports = require("babel-runtime/core-js/number/is-finite");
@@ -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 = 110);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 113);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 110:
206
+ /***/ 113:
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__(142);
214
+ var style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/notification/style/index.less
217
- var notification_style = __webpack_require__(200);
217
+ var notification_style = __webpack_require__(203);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/notification/style/index.js
220
220
 
@@ -611,7 +611,7 @@ notification_boxvue_type_template_id_0f7fb0e2_scoped_true_render._withStripped =
611
611
  // CONCATENATED MODULE: ./components/notification/notification-box.vue?vue&type=script&lang=js&
612
612
  /* harmony default export */ var notification_notification_boxvue_type_script_lang_js_ = (notification_boxvue_type_script_lang_js_);
613
613
  // EXTERNAL MODULE: ./components/notification/notification-box.vue?vue&type=style&index=0&id=0f7fb0e2&lang=less&scoped=true&
614
- var notification_boxvue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true_ = __webpack_require__(81);
614
+ var notification_boxvue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true_ = __webpack_require__(84);
615
615
 
616
616
  // CONCATENATED MODULE: ./components/notification/notification-box.vue
617
617
 
@@ -768,7 +768,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
768
768
 
769
769
  /***/ }),
770
770
 
771
- /***/ 142:
771
+ /***/ 145:
772
772
  /***/ (function(module, exports) {
773
773
 
774
774
  // removed by extract-text-webpack-plugin
@@ -782,14 +782,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
782
782
 
783
783
  /***/ }),
784
784
 
785
- /***/ 200:
785
+ /***/ 203:
786
786
  /***/ (function(module, exports) {
787
787
 
788
788
  // removed by extract-text-webpack-plugin
789
789
 
790
790
  /***/ }),
791
791
 
792
- /***/ 202:
792
+ /***/ 205:
793
793
  /***/ (function(module, exports) {
794
794
 
795
795
  // removed by extract-text-webpack-plugin
@@ -803,11 +803,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
803
803
 
804
804
  /***/ }),
805
805
 
806
- /***/ 81:
806
+ /***/ 84:
807
807
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
808
808
 
809
809
  "use strict";
810
- /* 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_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(202);
810
+ /* 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_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
811
811
  /* 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_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_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_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
812
812
  /* unused harmony reexport * */
813
813
 
@@ -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 = 98);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 101);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -210,62 +210,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 142:
214
- /***/ (function(module, exports) {
215
-
216
- // removed by extract-text-webpack-plugin
217
-
218
- /***/ }),
219
-
220
- /***/ 17:
221
- /***/ (function(module, exports) {
222
-
223
- module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
224
-
225
- /***/ }),
226
-
227
- /***/ 186:
228
- /***/ (function(module, exports) {
229
-
230
- // removed by extract-text-webpack-plugin
231
-
232
- /***/ }),
233
-
234
- /***/ 204:
235
- /***/ (function(module, exports) {
236
-
237
- // removed by extract-text-webpack-plugin
238
-
239
- /***/ }),
240
-
241
- /***/ 3:
242
- /***/ (function(module, exports) {
243
-
244
- module.exports = require("babel-runtime/helpers/defineProperty");
245
-
246
- /***/ }),
247
-
248
- /***/ 60:
249
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
250
-
251
- "use strict";
252
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
253
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
254
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(186);
255
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
256
-
257
-
258
-
259
- /***/ }),
260
-
261
- /***/ 8:
262
- /***/ (function(module, exports) {
263
-
264
- module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
265
-
266
- /***/ }),
267
-
268
- /***/ 98:
213
+ /***/ 101:
269
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
270
215
 
271
216
  "use strict";
@@ -273,10 +218,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
273
218
  __webpack_require__.r(__webpack_exports__);
274
219
 
275
220
  // EXTERNAL MODULE: ./components/style/index.less
276
- var style = __webpack_require__(142);
221
+ var style = __webpack_require__(145);
277
222
 
278
223
  // EXTERNAL MODULE: ./components/pagination/style/index.less
279
- var pagination_style = __webpack_require__(204);
224
+ var pagination_style = __webpack_require__(207);
280
225
 
281
226
  // EXTERNAL MODULE: ./components/input/style/index.js
282
227
  var input_style = __webpack_require__(60);
@@ -1299,6 +1244,61 @@ pagination.install = function (Vue) {
1299
1244
  };
1300
1245
  /* harmony default export */ var components_pagination = __webpack_exports__["default"] = (pagination);
1301
1246
 
1247
+ /***/ }),
1248
+
1249
+ /***/ 145:
1250
+ /***/ (function(module, exports) {
1251
+
1252
+ // removed by extract-text-webpack-plugin
1253
+
1254
+ /***/ }),
1255
+
1256
+ /***/ 17:
1257
+ /***/ (function(module, exports) {
1258
+
1259
+ module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
1260
+
1261
+ /***/ }),
1262
+
1263
+ /***/ 189:
1264
+ /***/ (function(module, exports) {
1265
+
1266
+ // removed by extract-text-webpack-plugin
1267
+
1268
+ /***/ }),
1269
+
1270
+ /***/ 207:
1271
+ /***/ (function(module, exports) {
1272
+
1273
+ // removed by extract-text-webpack-plugin
1274
+
1275
+ /***/ }),
1276
+
1277
+ /***/ 3:
1278
+ /***/ (function(module, exports) {
1279
+
1280
+ module.exports = require("babel-runtime/helpers/defineProperty");
1281
+
1282
+ /***/ }),
1283
+
1284
+ /***/ 60:
1285
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1286
+
1287
+ "use strict";
1288
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
1289
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
1290
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(189);
1291
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
1292
+
1293
+
1294
+
1295
+ /***/ }),
1296
+
1297
+ /***/ 8:
1298
+ /***/ (function(module, exports) {
1299
+
1300
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
1301
+
1302
1302
  /***/ })
1303
1303
 
1304
1304
  /******/ });
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./_mixin/locale"), require("./button"), require("./_mixin/tooltip")) : factory(root["Vue"], root["./icon"], root["./_mixin/locale"], root["./button"], root["./_mixin/tooltip"]);
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__7__, __WEBPACK_EXTERNAL_MODULE__10__, __WEBPACK_EXTERNAL_MODULE__14__, __WEBPACK_EXTERNAL_MODULE__72__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__10__, __WEBPACK_EXTERNAL_MODULE__14__, __WEBPACK_EXTERNAL_MODULE__73__) {
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 = 138);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 141);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -103,7 +103,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
103
103
 
104
104
  /***/ }),
105
105
 
106
- /***/ 138:
106
+ /***/ 14:
107
+ /***/ (function(module, exports) {
108
+
109
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
110
+
111
+ /***/ }),
112
+
113
+ /***/ 141:
107
114
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
108
115
 
109
116
  "use strict";
@@ -111,7 +118,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
111
118
  __webpack_require__.r(__webpack_exports__);
112
119
 
113
120
  // EXTERNAL MODULE: external "./_mixin/tooltip"
114
- var tooltip_ = __webpack_require__(72);
121
+ var tooltip_ = __webpack_require__(73);
115
122
  var tooltip_default = /*#__PURE__*/__webpack_require__.n(tooltip_);
116
123
 
117
124
  // EXTERNAL MODULE: external "./_mixin/locale"
@@ -251,16 +258,16 @@ var prefixClsFirm = 'mds-popover-firm';
251
258
  }
252
259
  });
253
260
  // EXTERNAL MODULE: ./components/style/index.less
254
- var style = __webpack_require__(142);
261
+ var style = __webpack_require__(145);
255
262
 
256
263
  // EXTERNAL MODULE: ./components/popover/style/index.js
257
- var popover_style = __webpack_require__(47);
264
+ var popover_style = __webpack_require__(50);
258
265
 
259
266
  // EXTERNAL MODULE: ./components/button/style/index.js
260
267
  var button_style = __webpack_require__(40);
261
268
 
262
269
  // EXTERNAL MODULE: ./components/popconfirm/style/index.less
263
- var popconfirm_style = __webpack_require__(208);
270
+ var popconfirm_style = __webpack_require__(211);
264
271
 
265
272
  // CONCATENATED MODULE: ./components/popconfirm/style/index.js
266
273
 
@@ -279,14 +286,7 @@ popconfirm.install = function (Vue) {
279
286
 
280
287
  /***/ }),
281
288
 
282
- /***/ 14:
283
- /***/ (function(module, exports) {
284
-
285
- module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
286
-
287
- /***/ }),
288
-
289
- /***/ 142:
289
+ /***/ 145:
290
290
  /***/ (function(module, exports) {
291
291
 
292
292
  // removed by extract-text-webpack-plugin
@@ -507,7 +507,7 @@ function hasOwn(obj, key) {
507
507
 
508
508
  /***/ }),
509
509
 
510
- /***/ 166:
510
+ /***/ 169:
511
511
  /***/ (function(module, exports) {
512
512
 
513
513
  // removed by extract-text-webpack-plugin
@@ -521,14 +521,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
521
521
 
522
522
  /***/ }),
523
523
 
524
- /***/ 206:
524
+ /***/ 209:
525
525
  /***/ (function(module, exports) {
526
526
 
527
527
  // removed by extract-text-webpack-plugin
528
528
 
529
529
  /***/ }),
530
530
 
531
- /***/ 208:
531
+ /***/ 211:
532
532
  /***/ (function(module, exports) {
533
533
 
534
534
  // removed by extract-text-webpack-plugin
@@ -539,9 +539,9 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
539
539
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
540
540
 
541
541
  "use strict";
542
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
542
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
543
543
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
544
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(166);
544
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(169);
545
545
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
546
546
 
547
547
 
@@ -559,7 +559,7 @@ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding *
559
559
  // UNUSED EXPORTS: use, i18n
560
560
 
561
561
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/get-prototype-of"
562
- var get_prototype_of_ = __webpack_require__(49);
562
+ var get_prototype_of_ = __webpack_require__(52);
563
563
  var get_prototype_of_default = /*#__PURE__*/__webpack_require__.n(get_prototype_of_);
564
564
 
565
565
  // CONCATENATED MODULE: ./components/_locale/lang/zh-CN.js
@@ -707,7 +707,7 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
707
707
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default = /*#__PURE__*/__webpack_require__.n(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_);
708
708
 
709
709
  // EXTERNAL MODULE: external "deepmerge"
710
- var external_deepmerge_ = __webpack_require__(50);
710
+ var external_deepmerge_ = __webpack_require__(53);
711
711
  var external_deepmerge_default = /*#__PURE__*/__webpack_require__.n(external_deepmerge_);
712
712
 
713
713
  // EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
@@ -814,27 +814,27 @@ var i18n = function i18n(fn) {
814
814
 
815
815
  /***/ }),
816
816
 
817
- /***/ 47:
817
+ /***/ 50:
818
818
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
819
819
 
820
820
  "use strict";
821
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
821
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
822
822
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
823
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(206);
823
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(209);
824
824
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
825
825
 
826
826
 
827
827
 
828
828
  /***/ }),
829
829
 
830
- /***/ 49:
830
+ /***/ 52:
831
831
  /***/ (function(module, exports) {
832
832
 
833
833
  module.exports = require("babel-runtime/core-js/object/get-prototype-of");
834
834
 
835
835
  /***/ }),
836
836
 
837
- /***/ 50:
837
+ /***/ 53:
838
838
  /***/ (function(module, exports) {
839
839
 
840
840
  module.exports = require("deepmerge");
@@ -848,10 +848,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
848
848
 
849
849
  /***/ }),
850
850
 
851
- /***/ 72:
851
+ /***/ 73:
852
852
  /***/ (function(module, exports) {
853
853
 
854
- module.exports = __WEBPACK_EXTERNAL_MODULE__72__;
854
+ module.exports = __WEBPACK_EXTERNAL_MODULE__73__;
855
855
 
856
856
  /***/ }),
857
857
 
package/dist/popover.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 = 56);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 57);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -506,7 +506,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
506
506
 
507
507
  /***/ }),
508
508
 
509
- /***/ 142:
509
+ /***/ 145:
510
510
  /***/ (function(module, exports) {
511
511
 
512
512
  // removed by extract-text-webpack-plugin
@@ -2231,7 +2231,7 @@ module.exports = require("throttle-debounce");
2231
2231
 
2232
2232
  /***/ }),
2233
2233
 
2234
- /***/ 206:
2234
+ /***/ 209:
2235
2235
  /***/ (function(module, exports) {
2236
2236
 
2237
2237
  // removed by extract-text-webpack-plugin
@@ -2272,19 +2272,6 @@ var placementMap = {
2272
2272
  }
2273
2273
  });
2274
2274
 
2275
- /***/ }),
2276
-
2277
- /***/ 47:
2278
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
2279
-
2280
- "use strict";
2281
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
2282
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
2283
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(206);
2284
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
2285
-
2286
-
2287
-
2288
2275
  /***/ }),
2289
2276
 
2290
2277
  /***/ 5:
@@ -2493,7 +2480,20 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
2493
2480
 
2494
2481
  /***/ }),
2495
2482
 
2496
- /***/ 56:
2483
+ /***/ 50:
2484
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
2485
+
2486
+ "use strict";
2487
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
2488
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
2489
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(209);
2490
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
2491
+
2492
+
2493
+
2494
+ /***/ }),
2495
+
2496
+ /***/ 57:
2497
2497
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2498
2498
 
2499
2499
  "use strict";
@@ -2501,7 +2501,7 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
2501
2501
  __webpack_require__.r(__webpack_exports__);
2502
2502
 
2503
2503
  // EXTERNAL MODULE: ./components/popover/style/index.js
2504
- var style = __webpack_require__(47);
2504
+ var style = __webpack_require__(50);
2505
2505
 
2506
2506
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/popover/popover.vue?vue&type=template&id=29a75350&
2507
2507
  var render = function () {
package/dist/progress.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 = 99);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 102);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,28 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 142:
207
- /***/ (function(module, exports) {
208
-
209
- // removed by extract-text-webpack-plugin
210
-
211
- /***/ }),
212
-
213
- /***/ 210:
214
- /***/ (function(module, exports) {
215
-
216
- // removed by extract-text-webpack-plugin
217
-
218
- /***/ }),
219
-
220
- /***/ 7:
221
- /***/ (function(module, exports) {
222
-
223
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
224
-
225
- /***/ }),
226
-
227
- /***/ 99:
206
+ /***/ 102:
228
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
229
208
 
230
209
  "use strict";
@@ -232,10 +211,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
232
211
  __webpack_require__.r(__webpack_exports__);
233
212
 
234
213
  // EXTERNAL MODULE: ./components/style/index.less
235
- var style = __webpack_require__(142);
214
+ var style = __webpack_require__(145);
236
215
 
237
216
  // EXTERNAL MODULE: ./components/progress/style/index.less
238
- var progress_style = __webpack_require__(210);
217
+ var progress_style = __webpack_require__(213);
239
218
 
240
219
  // CONCATENATED MODULE: ./components/progress/style/index.js
241
220
 
@@ -861,6 +840,27 @@ progress.install = function (Vue) {
861
840
  };
862
841
  /* harmony default export */ var components_progress = __webpack_exports__["default"] = (progress);
863
842
 
843
+ /***/ }),
844
+
845
+ /***/ 145:
846
+ /***/ (function(module, exports) {
847
+
848
+ // removed by extract-text-webpack-plugin
849
+
850
+ /***/ }),
851
+
852
+ /***/ 213:
853
+ /***/ (function(module, exports) {
854
+
855
+ // removed by extract-text-webpack-plugin
856
+
857
+ /***/ }),
858
+
859
+ /***/ 7:
860
+ /***/ (function(module, exports) {
861
+
862
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
863
+
864
864
  /***/ })
865
865
 
866
866
  /******/ });
package/dist/radio.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__(142);
214
+ var style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/radio/style/index.less
217
- var radio_style = __webpack_require__(212);
217
+ var radio_style = __webpack_require__(215);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/radio/style/index.js
220
220
 
@@ -723,14 +723,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
723
723
 
724
724
  /***/ }),
725
725
 
726
- /***/ 142:
726
+ /***/ 145:
727
727
  /***/ (function(module, exports) {
728
728
 
729
729
  // removed by extract-text-webpack-plugin
730
730
 
731
731
  /***/ }),
732
732
 
733
- /***/ 212:
733
+ /***/ 215:
734
734
  /***/ (function(module, exports) {
735
735
 
736
736
  // removed by extract-text-webpack-plugin