@mdsfe/mds-ui 0.4.0-rc.1 → 0.4.0-rc.2

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 (65) hide show
  1. package/dist/affix.js +10 -10
  2. package/dist/alert.js +6 -6
  3. package/dist/anchor.js +6 -6
  4. package/dist/avatar.js +6 -6
  5. package/dist/backtop.js +11 -11
  6. package/dist/badge.js +17 -17
  7. package/dist/bordershadow.js +6 -6
  8. package/dist/breadcrumb.js +6 -6
  9. package/dist/button.js +11 -18
  10. package/dist/card.js +6 -6
  11. package/dist/carousel.js +8 -8
  12. package/dist/cascader.js +21 -21
  13. package/dist/cascaderpanel.js +15 -15
  14. package/dist/checkbox.js +4 -4
  15. package/dist/col.js +8 -8
  16. package/dist/collapse.js +6 -6
  17. package/dist/color.js +6 -6
  18. package/dist/datepicker.js +22 -22
  19. package/dist/divider.js +6 -6
  20. package/dist/drawer.js +8 -8
  21. package/dist/dropdown.js +13 -35
  22. package/dist/empty.js +6 -6
  23. package/dist/font.js +6 -6
  24. package/dist/form.js +10 -10
  25. package/dist/icon.js +6 -6
  26. package/dist/index.js +7 -7
  27. package/dist/input.js +10 -10
  28. package/dist/inputnumber.js +6 -6
  29. package/dist/layout.js +6 -6
  30. package/dist/list.js +6 -6
  31. package/dist/loading.js +6 -6
  32. package/dist/mds-ui.min.css +1 -1
  33. package/dist/mds-ui.min.js +13 -12
  34. package/dist/menu.js +17 -17
  35. package/dist/message.js +4 -4
  36. package/dist/modal.js +11 -11
  37. package/dist/notification.js +10 -10
  38. package/dist/pagination.js +11 -11
  39. package/dist/popconfirm.js +18 -64
  40. package/dist/popover.js +11 -18
  41. package/dist/progress.js +6 -6
  42. package/dist/radio.js +6 -6
  43. package/dist/rate.js +10 -10
  44. package/dist/row.js +8 -8
  45. package/dist/select.js +20 -20
  46. package/dist/slider.js +25 -25
  47. package/dist/slottable.js +18 -18
  48. package/dist/steps.js +6 -6
  49. package/dist/style/dropdown.css +0 -2169
  50. package/dist/style/index.css +1 -1
  51. package/dist/style/popconfirm.css +0 -2304
  52. package/dist/switch.js +6 -6
  53. package/dist/table.js +66 -80
  54. package/dist/tabs.js +6 -6
  55. package/dist/tag.js +6 -6
  56. package/dist/text.js +828 -828
  57. package/dist/timeline.js +6 -6
  58. package/dist/timepicker.js +18 -18
  59. package/dist/tooltip.js +8 -8
  60. package/dist/transfer.js +75 -75
  61. package/dist/transition.js +4 -4
  62. package/dist/tree.js +6 -6
  63. package/dist/typography.js +6 -6
  64. package/dist/upload.js +10 -10
  65. package/package.json +1 -1
@@ -50115,8 +50115,9 @@ var dropdown_style = __webpack_require__(393);
50115
50115
 
50116
50116
 
50117
50117
 
50118
- // style dependencies
50119
-
50118
+ // ✅ Optimized: Removed button style import
50119
+ // If dropdown component uses Button internally,
50120
+ // babel-plugin-component will auto-import button.css
50120
50121
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/dropdown/dropdown.vue?vue&type=template&id=5363c591
50121
50122
  var dropdownvue_type_template_id_5363c591_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.isButton ? 'mds-button' : 'span',{tag:"component",attrs:{"type":_vm.type,"disabled":_vm.disabled}},[(_vm.isButton)?_c('mds-icon',{class:[(_vm.prefixCls + "-icon")],attrs:{"type":"line-edit"}}):_vm._t("default"),_vm._v(" "),(_vm.showAnimate)?[_c('mds-transition',{attrs:{"type":"slide","motion":_vm.motion}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.visible),expression:"visible"}],ref:"overlay",class:_vm.classes},[_vm._t("overlay")],2)])]:[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.visible),expression:"visible"}],ref:"overlay",class:_vm.classes},[_vm._t("overlay")],2)]],2)}
50122
50123
  var dropdownvue_type_template_id_5363c591_staticRenderFns = []
@@ -54526,22 +54527,16 @@ var prefixClsFirm = 'mds-popover-firm';
54526
54527
  }
54527
54528
  }
54528
54529
  });
54529
- // EXTERNAL MODULE: ./components/popover/style/index.less
54530
- var popover_style = __webpack_require__(415);
54531
-
54532
- // CONCATENATED MODULE: ./components/popover/style/index.js
54533
-
54534
-
54535
54530
  // EXTERNAL MODULE: ./components/popconfirm/style/index.less
54536
- var popconfirm_style = __webpack_require__(417);
54531
+ var popconfirm_style = __webpack_require__(415);
54537
54532
 
54538
54533
  // CONCATENATED MODULE: ./components/popconfirm/style/index.js
54539
54534
 
54540
54535
 
54541
- // style dependencies
54542
-
54543
-
54544
54536
 
54537
+ // ✅ Optimized: Removed button and popover style imports
54538
+ // If popconfirm component uses Button/Popover internally,
54539
+ // babel-plugin-component will auto-import their CSS
54545
54540
  // CONCATENATED MODULE: ./components/popconfirm/index.js
54546
54541
 
54547
54542
 
@@ -54549,6 +54544,12 @@ popconfirm.install = function (Vue) {
54549
54544
  Vue.component(popconfirm.name, popconfirm);
54550
54545
  };
54551
54546
  /* harmony default export */ var components_popconfirm = (popconfirm);
54547
+ // EXTERNAL MODULE: ./components/popover/style/index.less
54548
+ var popover_style = __webpack_require__(417);
54549
+
54550
+ // CONCATENATED MODULE: ./components/popover/style/index.js
54551
+
54552
+
54552
54553
  // 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=3dd58a2a
54553
54554
  var popovervue_type_template_id_3dd58a2a_render = function () {
54554
54555
  var this$1 = this;
package/dist/menu.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./icon"), require("./_util/proptype"), require("./transition"), require("./_util/switchcase")) : factory(root["./icon"], root["./_util/proptype"], root["./transition"], root["./_util/switchcase"]);
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__70__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__68__) {
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 = 94);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 92);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -208,21 +208,21 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
208
208
 
209
209
  /***/ }),
210
210
 
211
- /***/ 142:
211
+ /***/ 140:
212
212
  /***/ (function(module, exports) {
213
213
 
214
214
  // removed by extract-text-webpack-plugin
215
215
 
216
216
  /***/ }),
217
217
 
218
- /***/ 188:
218
+ /***/ 186:
219
219
  /***/ (function(module, exports) {
220
220
 
221
221
  // removed by extract-text-webpack-plugin
222
222
 
223
223
  /***/ }),
224
224
 
225
- /***/ 190:
225
+ /***/ 188:
226
226
  /***/ (function(module, exports) {
227
227
 
228
228
  // removed by extract-text-webpack-plugin
@@ -236,30 +236,30 @@ module.exports = require("babel-runtime/helpers/defineProperty");
236
236
 
237
237
  /***/ }),
238
238
 
239
- /***/ 41:
239
+ /***/ 40:
240
240
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
241
241
 
242
242
  "use strict";
243
- /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
243
+ /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(140);
244
244
  /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__);
245
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(190);
245
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(188);
246
246
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
247
247
 
248
248
 
249
249
 
250
250
  /***/ }),
251
251
 
252
- /***/ 7:
252
+ /***/ 68:
253
253
  /***/ (function(module, exports) {
254
254
 
255
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
255
+ module.exports = __WEBPACK_EXTERNAL_MODULE__68__;
256
256
 
257
257
  /***/ }),
258
258
 
259
- /***/ 70:
259
+ /***/ 7:
260
260
  /***/ (function(module, exports) {
261
261
 
262
- module.exports = __WEBPACK_EXTERNAL_MODULE__70__;
262
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
263
263
 
264
264
  /***/ }),
265
265
 
@@ -270,7 +270,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
270
270
 
271
271
  /***/ }),
272
272
 
273
- /***/ 94:
273
+ /***/ 92:
274
274
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
275
275
 
276
276
  "use strict";
@@ -278,13 +278,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
278
278
  __webpack_require__.r(__webpack_exports__);
279
279
 
280
280
  // EXTERNAL MODULE: ./components/style/mixins-only.less
281
- var mixins_only = __webpack_require__(142);
281
+ var mixins_only = __webpack_require__(140);
282
282
 
283
283
  // EXTERNAL MODULE: ./components/menu/style/index.less
284
- var style = __webpack_require__(188);
284
+ var style = __webpack_require__(186);
285
285
 
286
286
  // EXTERNAL MODULE: ./components/tooltip/style/index.js
287
- var tooltip_style = __webpack_require__(41);
287
+ var tooltip_style = __webpack_require__(40);
288
288
 
289
289
  // CONCATENATED MODULE: ./components/menu/style/index.js
290
290
 
@@ -746,7 +746,7 @@ menu_submenuvue_type_template_id_470790d4_render._withStripped = true
746
746
  // CONCATENATED MODULE: ./components/menu/menu-submenu.vue?vue&type=template&id=470790d4
747
747
 
748
748
  // EXTERNAL MODULE: external "./_util/switchcase"
749
- var switchcase_ = __webpack_require__(70);
749
+ var switchcase_ = __webpack_require__(68);
750
750
 
751
751
  // EXTERNAL MODULE: external "./transition"
752
752
  var external_transition_ = __webpack_require__(12);
package/dist/message.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 = 97);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 95);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -729,7 +729,7 @@ var scrollBarWidth = void 0;
729
729
 
730
730
  /***/ }),
731
731
 
732
- /***/ 192:
732
+ /***/ 190:
733
733
  /***/ (function(module, exports) {
734
734
 
735
735
  // removed by extract-text-webpack-plugin
@@ -956,7 +956,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
956
956
 
957
957
  /***/ }),
958
958
 
959
- /***/ 97:
959
+ /***/ 95:
960
960
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
961
961
 
962
962
  "use strict";
@@ -968,7 +968,7 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
968
968
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default = /*#__PURE__*/__webpack_require__.n(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_);
969
969
 
970
970
  // EXTERNAL MODULE: ./components/message/style/index.less
971
- var style = __webpack_require__(192);
971
+ var style = __webpack_require__(190);
972
972
 
973
973
  // CONCATENATED MODULE: ./components/message/style/index.js
974
974
 
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 = 127);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -504,7 +504,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
504
504
 
505
505
  /***/ }),
506
506
 
507
- /***/ 129:
507
+ /***/ 127:
508
508
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
509
509
 
510
510
  "use strict";
@@ -512,10 +512,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
512
512
  __webpack_require__.r(__webpack_exports__);
513
513
 
514
514
  // EXTERNAL MODULE: ./components/style/mixins-only.less
515
- var mixins_only = __webpack_require__(142);
515
+ var mixins_only = __webpack_require__(140);
516
516
 
517
517
  // EXTERNAL MODULE: ./components/modal/style/index.less
518
- var style = __webpack_require__(194);
518
+ var style = __webpack_require__(192);
519
519
 
520
520
  // CONCATENATED MODULE: ./components/modal/style/index.js
521
521
 
@@ -698,7 +698,7 @@ render._withStripped = true
698
698
  // CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=template&id=43a7457b
699
699
 
700
700
  // EXTERNAL MODULE: external "babel-runtime/core-js/number/is-finite"
701
- var is_finite_ = __webpack_require__(71);
701
+ var is_finite_ = __webpack_require__(69);
702
702
  var is_finite_default = /*#__PURE__*/__webpack_require__.n(is_finite_);
703
703
 
704
704
  // EXTERNAL MODULE: external "./icon"
@@ -1060,7 +1060,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
1060
1060
 
1061
1061
  /***/ }),
1062
1062
 
1063
- /***/ 142:
1063
+ /***/ 140:
1064
1064
  /***/ (function(module, exports) {
1065
1065
 
1066
1066
  // removed by extract-text-webpack-plugin
@@ -1506,7 +1506,7 @@ function hasOwn(obj, key) {
1506
1506
 
1507
1507
  /***/ }),
1508
1508
 
1509
- /***/ 194:
1509
+ /***/ 192:
1510
1510
  /***/ (function(module, exports) {
1511
1511
 
1512
1512
  // removed by extract-text-webpack-plugin
@@ -1726,17 +1726,17 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
1726
1726
 
1727
1727
  /***/ }),
1728
1728
 
1729
- /***/ 7:
1729
+ /***/ 69:
1730
1730
  /***/ (function(module, exports) {
1731
1731
 
1732
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
1732
+ module.exports = require("babel-runtime/core-js/number/is-finite");
1733
1733
 
1734
1734
  /***/ }),
1735
1735
 
1736
- /***/ 71:
1736
+ /***/ 7:
1737
1737
  /***/ (function(module, exports) {
1738
1738
 
1739
- module.exports = require("babel-runtime/core-js/number/is-finite");
1739
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
1740
1740
 
1741
1741
  /***/ }),
1742
1742
 
@@ -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 = 109);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -201,7 +201,7 @@ function normalizeComponent(
201
201
 
202
202
  /***/ }),
203
203
 
204
- /***/ 111:
204
+ /***/ 109:
205
205
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
206
206
 
207
207
  "use strict";
@@ -209,10 +209,10 @@ function normalizeComponent(
209
209
  __webpack_require__.r(__webpack_exports__);
210
210
 
211
211
  // EXTERNAL MODULE: ./components/style/mixins-only.less
212
- var mixins_only = __webpack_require__(142);
212
+ var mixins_only = __webpack_require__(140);
213
213
 
214
214
  // EXTERNAL MODULE: ./components/notification/style/index.less
215
- var style = __webpack_require__(196);
215
+ var style = __webpack_require__(194);
216
216
 
217
217
  // CONCATENATED MODULE: ./components/notification/style/index.js
218
218
 
@@ -606,7 +606,7 @@ notification_boxvue_type_template_id_d94bfa66_scoped_true_render._withStripped =
606
606
  // CONCATENATED MODULE: ./components/notification/notification-box.vue?vue&type=script&lang=js
607
607
  /* harmony default export */ var notification_notification_boxvue_type_script_lang_js = (notification_boxvue_type_script_lang_js);
608
608
  // EXTERNAL MODULE: ./components/notification/notification-box.vue?vue&type=style&index=0&id=d94bfa66&prod&lang=less&scoped=true
609
- var notification_boxvue_type_style_index_0_id_d94bfa66_prod_lang_less_scoped_true = __webpack_require__(81);
609
+ var notification_boxvue_type_style_index_0_id_d94bfa66_prod_lang_less_scoped_true = __webpack_require__(79);
610
610
 
611
611
  // CONCATENATED MODULE: ./components/notification/notification-box.vue
612
612
 
@@ -760,21 +760,21 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
760
760
 
761
761
  /***/ }),
762
762
 
763
- /***/ 142:
763
+ /***/ 140:
764
764
  /***/ (function(module, exports) {
765
765
 
766
766
  // removed by extract-text-webpack-plugin
767
767
 
768
768
  /***/ }),
769
769
 
770
- /***/ 196:
770
+ /***/ 194:
771
771
  /***/ (function(module, exports) {
772
772
 
773
773
  // removed by extract-text-webpack-plugin
774
774
 
775
775
  /***/ }),
776
776
 
777
- /***/ 198:
777
+ /***/ 196:
778
778
  /***/ (function(module, exports) {
779
779
 
780
780
  // removed by extract-text-webpack-plugin
@@ -795,11 +795,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
795
795
 
796
796
  /***/ }),
797
797
 
798
- /***/ 81:
798
+ /***/ 79:
799
799
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
800
800
 
801
801
  "use strict";
802
- /* 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_d94bfa66_prod_lang_less_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(198);
802
+ /* 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_d94bfa66_prod_lang_less_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(196);
803
803
  /* 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_d94bfa66_prod_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_d94bfa66_prod_lang_less_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
804
804
  /* unused harmony reexport * */
805
805
 
@@ -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 = 96);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -201,7 +201,7 @@ function normalizeComponent(
201
201
 
202
202
  /***/ }),
203
203
 
204
- /***/ 142:
204
+ /***/ 140:
205
205
  /***/ (function(module, exports) {
206
206
 
207
207
  // removed by extract-text-webpack-plugin
@@ -215,14 +215,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
215
215
 
216
216
  /***/ }),
217
217
 
218
- /***/ 182:
218
+ /***/ 180:
219
219
  /***/ (function(module, exports) {
220
220
 
221
221
  // removed by extract-text-webpack-plugin
222
222
 
223
223
  /***/ }),
224
224
 
225
- /***/ 200:
225
+ /***/ 198:
226
226
  /***/ (function(module, exports) {
227
227
 
228
228
  // removed by extract-text-webpack-plugin
@@ -236,13 +236,13 @@ module.exports = require("babel-runtime/helpers/defineProperty");
236
236
 
237
237
  /***/ }),
238
238
 
239
- /***/ 60:
239
+ /***/ 58:
240
240
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
241
241
 
242
242
  "use strict";
243
- /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
243
+ /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(140);
244
244
  /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__);
245
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(182);
245
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(180);
246
246
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
247
247
 
248
248
 
@@ -263,7 +263,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
263
263
 
264
264
  /***/ }),
265
265
 
266
- /***/ 98:
266
+ /***/ 96:
267
267
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
268
268
 
269
269
  "use strict";
@@ -271,13 +271,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
271
271
  __webpack_require__.r(__webpack_exports__);
272
272
 
273
273
  // EXTERNAL MODULE: ./components/style/mixins-only.less
274
- var mixins_only = __webpack_require__(142);
274
+ var mixins_only = __webpack_require__(140);
275
275
 
276
276
  // EXTERNAL MODULE: ./components/pagination/style/index.less
277
- var style = __webpack_require__(200);
277
+ var style = __webpack_require__(198);
278
278
 
279
279
  // EXTERNAL MODULE: ./components/input/style/index.js
280
- var input_style = __webpack_require__(60);
280
+ var input_style = __webpack_require__(58);
281
281
 
282
282
  // CONCATENATED MODULE: ./components/pagination/style/index.js
283
283
 
@@ -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__9__, __WEBPACK_EXTERNAL_MODULE__13__, __WEBPACK_EXTERNAL_MODULE__72__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__9__, __WEBPACK_EXTERNAL_MODULE__13__, __WEBPACK_EXTERNAL_MODULE__70__) {
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 = 136);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -110,7 +110,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
110
110
 
111
111
  /***/ }),
112
112
 
113
- /***/ 138:
113
+ /***/ 136:
114
114
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
115
115
 
116
116
  "use strict";
@@ -118,7 +118,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
118
118
  __webpack_require__.r(__webpack_exports__);
119
119
 
120
120
  // EXTERNAL MODULE: external "./_mixin/tooltip"
121
- var tooltip_ = __webpack_require__(72);
121
+ var tooltip_ = __webpack_require__(70);
122
122
  var tooltip_default = /*#__PURE__*/__webpack_require__.n(tooltip_);
123
123
 
124
124
  // EXTERNAL MODULE: external "./_mixin/locale"
@@ -134,7 +134,7 @@ var external_icon_ = __webpack_require__(7);
134
134
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
135
135
 
136
136
  // EXTERNAL MODULE: ./components/_locale/index.js + 2 modules
137
- var _locale = __webpack_require__(46);
137
+ var _locale = __webpack_require__(45);
138
138
 
139
139
  // CONCATENATED MODULE: ./components/popconfirm/popconfirm.js
140
140
 
@@ -258,24 +258,18 @@ var prefixClsFirm = 'mds-popover-firm';
258
258
  }
259
259
  });
260
260
  // EXTERNAL MODULE: ./components/style/mixins-only.less
261
- var mixins_only = __webpack_require__(142);
262
-
263
- // EXTERNAL MODULE: ./components/popover/style/index.js
264
- var style = __webpack_require__(47);
265
-
266
- // EXTERNAL MODULE: ./components/button/style/index.js
267
- var button_style = __webpack_require__(40);
261
+ var mixins_only = __webpack_require__(140);
268
262
 
269
263
  // EXTERNAL MODULE: ./components/popconfirm/style/index.less
270
- var popconfirm_style = __webpack_require__(204);
264
+ var style = __webpack_require__(200);
271
265
 
272
266
  // CONCATENATED MODULE: ./components/popconfirm/style/index.js
273
267
 
274
268
 
275
- // style dependencies
276
-
277
-
278
269
 
270
+ // ✅ Optimized: Removed button and popover style imports
271
+ // If popconfirm component uses Button/Popover internally,
272
+ // babel-plugin-component will auto-import their CSS
279
273
  // CONCATENATED MODULE: ./components/popconfirm/index.js
280
274
 
281
275
 
@@ -286,7 +280,7 @@ popconfirm.install = function (Vue) {
286
280
 
287
281
  /***/ }),
288
282
 
289
- /***/ 142:
283
+ /***/ 140:
290
284
  /***/ (function(module, exports) {
291
285
 
292
286
  // removed by extract-text-webpack-plugin
@@ -507,13 +501,6 @@ function hasOwn(obj, key) {
507
501
 
508
502
  /***/ }),
509
503
 
510
- /***/ 162:
511
- /***/ (function(module, exports) {
512
-
513
- // removed by extract-text-webpack-plugin
514
-
515
- /***/ }),
516
-
517
504
  /***/ 2:
518
505
  /***/ (function(module, exports) {
519
506
 
@@ -521,34 +508,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
521
508
 
522
509
  /***/ }),
523
510
 
524
- /***/ 202:
525
- /***/ (function(module, exports) {
526
-
527
- // removed by extract-text-webpack-plugin
528
-
529
- /***/ }),
530
-
531
- /***/ 204:
511
+ /***/ 200:
532
512
  /***/ (function(module, exports) {
533
513
 
534
514
  // removed by extract-text-webpack-plugin
535
515
 
536
516
  /***/ }),
537
517
 
538
- /***/ 40:
539
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
540
-
541
- "use strict";
542
- /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
543
- /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__);
544
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(162);
545
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
546
-
547
-
548
-
549
- /***/ }),
550
-
551
- /***/ 46:
518
+ /***/ 45:
552
519
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
553
520
 
554
521
  "use strict";
@@ -559,7 +526,7 @@ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding *
559
526
  // UNUSED EXPORTS: use, i18n
560
527
 
561
528
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/get-prototype-of"
562
- var get_prototype_of_ = __webpack_require__(49);
529
+ var get_prototype_of_ = __webpack_require__(47);
563
530
  var get_prototype_of_default = /*#__PURE__*/__webpack_require__.n(get_prototype_of_);
564
531
 
565
532
  // CONCATENATED MODULE: ./components/_locale/lang/zh-CN.js
@@ -707,7 +674,7 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
707
674
  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
675
 
709
676
  // EXTERNAL MODULE: external "deepmerge"
710
- var external_deepmerge_ = __webpack_require__(50);
677
+ var external_deepmerge_ = __webpack_require__(48);
711
678
  var external_deepmerge_default = /*#__PURE__*/__webpack_require__.n(external_deepmerge_);
712
679
 
713
680
  // EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
@@ -815,26 +782,13 @@ var i18n = function i18n(fn) {
815
782
  /***/ }),
816
783
 
817
784
  /***/ 47:
818
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
819
-
820
- "use strict";
821
- /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
822
- /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__);
823
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(202);
824
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
825
-
826
-
827
-
828
- /***/ }),
829
-
830
- /***/ 49:
831
785
  /***/ (function(module, exports) {
832
786
 
833
787
  module.exports = require("babel-runtime/core-js/object/get-prototype-of");
834
788
 
835
789
  /***/ }),
836
790
 
837
- /***/ 50:
791
+ /***/ 48:
838
792
  /***/ (function(module, exports) {
839
793
 
840
794
  module.exports = require("deepmerge");
@@ -848,10 +802,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
848
802
 
849
803
  /***/ }),
850
804
 
851
- /***/ 72:
805
+ /***/ 70:
852
806
  /***/ (function(module, exports) {
853
807
 
854
- module.exports = __WEBPACK_EXTERNAL_MODULE__72__;
808
+ module.exports = __WEBPACK_EXTERNAL_MODULE__70__;
855
809
 
856
810
  /***/ }),
857
811