@mdsfe/mds-ui 0.3.0-9 → 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 (127) hide show
  1. package/dist/_util/iconfont/index.js +1 -1
  2. package/dist/affix.js +31 -36
  3. package/dist/alert.js +27 -32
  4. package/dist/anchor.js +39 -47
  5. package/dist/avatar.js +27 -32
  6. package/dist/backtop.js +31 -36
  7. package/dist/badge.js +41 -46
  8. package/dist/base.js +1 -0
  9. package/dist/bordershadow.js +27 -32
  10. package/dist/breadcrumb.js +39 -47
  11. package/dist/button.js +43 -58
  12. package/dist/card.js +39 -47
  13. package/dist/carousel.js +55 -63
  14. package/dist/cascader.js +98 -115
  15. package/dist/cascaderpanel.js +70 -81
  16. package/dist/checkbox.js +43 -51
  17. package/dist/col.js +52 -60
  18. package/dist/collapse.js +39 -47
  19. package/dist/color.js +27 -32
  20. package/dist/datepicker.js +1145 -543
  21. package/dist/divider.js +27 -32
  22. package/dist/drawer.js +42 -47
  23. package/dist/dropdown.js +49 -79
  24. package/dist/empty.js +36 -41
  25. package/dist/font/iconfont.06c8a26.woff +0 -0
  26. package/dist/font/iconfont.c9840a2.woff2 +0 -0
  27. package/dist/font/{iconfont.ecd615a.ttf → iconfont.dffa89c.ttf} +0 -0
  28. package/dist/font.js +27 -32
  29. package/dist/form.js +49 -57
  30. package/dist/icon.js +27 -32
  31. package/dist/index.js +358 -1
  32. package/dist/input.js +258 -119
  33. package/dist/inputnumber.js +31 -36
  34. package/dist/layout.js +75 -92
  35. package/dist/list.js +39 -47
  36. package/dist/loading.js +27 -32
  37. package/dist/mds-ui.min.css +1 -2
  38. package/dist/mds-ui.min.js +4707 -3009
  39. package/dist/menu.js +98 -93
  40. package/dist/message.js +60 -71
  41. package/dist/modal.js +40 -45
  42. package/dist/notification.js +53 -61
  43. package/dist/pagination.js +66 -77
  44. package/dist/popconfirm.js +31 -77
  45. package/dist/popover.js +51 -63
  46. package/dist/progress.js +52 -63
  47. package/dist/radio.js +54 -62
  48. package/dist/rate.js +47 -55
  49. package/dist/row.js +52 -60
  50. package/dist/select.js +111 -128
  51. package/dist/slider.js +60 -68
  52. package/dist/slottable.js +68 -76
  53. package/dist/steps.js +7 -7
  54. package/dist/style/affix.css +3 -6789
  55. package/dist/style/alert.css +3 -6789
  56. package/dist/style/anchor.css +3 -6789
  57. package/dist/style/avatar.css +3 -6789
  58. package/dist/style/badge.css +5 -6791
  59. package/dist/style/base.css +1 -0
  60. package/dist/style/bordershadow.css +3 -6789
  61. package/dist/style/breadcrumb.css +3 -6789
  62. package/dist/style/button.css +3 -6789
  63. package/dist/style/card.css +3 -6789
  64. package/dist/style/carousel.css +0 -6786
  65. package/dist/style/checkbox.css +3 -6789
  66. package/dist/style/col.css +3 -6789
  67. package/dist/style/collapse.css +3 -6789
  68. package/dist/style/color.css +3 -6789
  69. package/dist/style/datepicker.css +70 -6789
  70. package/dist/style/divider.css +3 -6789
  71. package/dist/style/drawer.css +3 -6789
  72. package/dist/style/dropdown.css +3 -8958
  73. package/dist/style/empty.css +3 -6789
  74. package/dist/style/font.css +3 -6789
  75. package/dist/style/form.css +3 -6789
  76. package/dist/style/icon.css +3 -6789
  77. package/dist/style/index.css +6 -0
  78. package/dist/style/input.css +23 -6795
  79. package/dist/style/inputnumber.css +3 -6789
  80. package/dist/style/layout.css +3 -6789
  81. package/dist/style/list.css +3 -6789
  82. package/dist/style/loading.css +3 -6789
  83. package/dist/style/menu.css +3 -6789
  84. package/dist/style/modal.css +3 -6789
  85. package/dist/style/notification.css +7 -6793
  86. package/dist/style/pagination.css +23 -6795
  87. package/dist/style/popconfirm.css +3 -9093
  88. package/dist/style/popover.css +3 -6789
  89. package/dist/style/progress.css +3 -6789
  90. package/dist/style/radio.css +3 -6789
  91. package/dist/style/rate.css +3 -6789
  92. package/dist/style/row.css +3 -6789
  93. package/dist/style/select.css +3 -6789
  94. package/dist/style/slider.css +3 -6789
  95. package/dist/style/slottable.css +3 -6789
  96. package/dist/style/steps.css +3 -6789
  97. package/dist/style/switch.css +3 -6789
  98. package/dist/style/table.css +3 -6789
  99. package/dist/style/tabs.css +3 -6789
  100. package/dist/style/tag.css +3 -6789
  101. package/dist/style/text.css +3 -6789
  102. package/dist/style/timeline.css +3 -6789
  103. package/dist/style/timepicker.css +3 -6789
  104. package/dist/style/tooltip.css +3 -6789
  105. package/dist/style/transfer.css +105 -0
  106. package/dist/style/tree.css +3 -6789
  107. package/dist/style/typography.css +3 -6789
  108. package/dist/style/upload.css +3 -6789
  109. package/dist/switch.js +31 -36
  110. package/dist/table.js +225 -274
  111. package/dist/tabs.js +81 -104
  112. package/dist/tag.js +27 -32
  113. package/dist/text.js +680 -541
  114. package/dist/timeline.js +39 -47
  115. package/dist/timepicker.js +100 -117
  116. package/dist/tooltip.js +27 -27
  117. package/dist/transfer.js +1028 -85
  118. package/dist/transition.js +4 -4
  119. package/dist/tree.js +62 -70
  120. package/dist/typography.js +39 -47
  121. package/dist/upload.js +95 -115
  122. package/package.json +9 -5
  123. package/CHANGELOG.md +0 -1013
  124. package/dist/.DS_Store +0 -0
  125. package/dist/_util/.DS_Store +0 -0
  126. package/dist/font/iconfont.ae3b61b.woff2 +0 -0
  127. package/dist/font/iconfont.f1b256f.woff +0 -0
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./_mixin/locale"), require("./input")) : factory(root["./_util/proptype"], root["./_mixin/locale"], root["./input"]);
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__, __WEBPACK_EXTERNAL_MODULE__17__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__9__, __WEBPACK_EXTERNAL_MODULE__17__) {
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 = 98);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 96);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -107,20 +107,19 @@ return /******/ (function(modules) { // webpackBootstrap
107
107
  // This module is a runtime utility for cleaner component module output and will
108
108
  // be included in the final webpack user bundle.
109
109
 
110
- function normalizeComponent (
110
+ function normalizeComponent(
111
111
  scriptExports,
112
112
  render,
113
113
  staticRenderFns,
114
114
  functionalTemplate,
115
115
  injectStyles,
116
116
  scopeId,
117
- moduleIdentifier, /* server only */
117
+ moduleIdentifier /* server only */,
118
118
  shadowMode /* vue-cli only */
119
119
  ) {
120
120
  // Vue.extend constructor export interop
121
- var options = typeof scriptExports === 'function'
122
- ? scriptExports.options
123
- : scriptExports
121
+ var options =
122
+ typeof scriptExports === 'function' ? scriptExports.options : scriptExports
124
123
 
125
124
  // render functions
126
125
  if (render) {
@@ -140,7 +139,8 @@ function normalizeComponent (
140
139
  }
141
140
 
142
141
  var hook
143
- if (moduleIdentifier) { // server build
142
+ if (moduleIdentifier) {
143
+ // server build
144
144
  hook = function (context) {
145
145
  // 2.3 injection
146
146
  context =
@@ -166,11 +166,11 @@ function normalizeComponent (
166
166
  } else if (injectStyles) {
167
167
  hook = shadowMode
168
168
  ? function () {
169
- injectStyles.call(
170
- this,
171
- (options.functional ? this.parent : this).$root.$options.shadowRoot
172
- )
173
- }
169
+ injectStyles.call(
170
+ this,
171
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
172
+ )
173
+ }
174
174
  : injectStyles
175
175
  }
176
176
 
@@ -181,16 +181,14 @@ function normalizeComponent (
181
181
  options._injectStyles = hook
182
182
  // register for functional component in vue file
183
183
  var originalRender = options.render
184
- options.render = function renderWithStyleInjection (h, context) {
184
+ options.render = function renderWithStyleInjection(h, context) {
185
185
  hook.call(context)
186
186
  return originalRender(h, context)
187
187
  }
188
188
  } else {
189
189
  // inject component registration as beforeCreate hook
190
190
  var existing = options.beforeCreate
191
- options.beforeCreate = existing
192
- ? [].concat(existing, hook)
193
- : [hook]
191
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
194
192
  }
195
193
  }
196
194
 
@@ -203,14 +201,7 @@ function normalizeComponent (
203
201
 
204
202
  /***/ }),
205
203
 
206
- /***/ 10:
207
- /***/ (function(module, exports) {
208
-
209
- module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
210
-
211
- /***/ }),
212
-
213
- /***/ 142:
204
+ /***/ 140:
214
205
  /***/ (function(module, exports) {
215
206
 
216
207
  // removed by extract-text-webpack-plugin
@@ -224,14 +215,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
224
215
 
225
216
  /***/ }),
226
217
 
227
- /***/ 186:
218
+ /***/ 180:
228
219
  /***/ (function(module, exports) {
229
220
 
230
221
  // removed by extract-text-webpack-plugin
231
222
 
232
223
  /***/ }),
233
224
 
234
- /***/ 204:
225
+ /***/ 198:
235
226
  /***/ (function(module, exports) {
236
227
 
237
228
  // removed by extract-text-webpack-plugin
@@ -245,13 +236,13 @@ module.exports = require("babel-runtime/helpers/defineProperty");
245
236
 
246
237
  /***/ }),
247
238
 
248
- /***/ 60:
239
+ /***/ 58:
249
240
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
250
241
 
251
242
  "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);
243
+ /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(140);
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__(180);
255
246
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
256
247
 
257
248
 
@@ -265,21 +256,28 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
265
256
 
266
257
  /***/ }),
267
258
 
268
- /***/ 98:
259
+ /***/ 9:
260
+ /***/ (function(module, exports) {
261
+
262
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
263
+
264
+ /***/ }),
265
+
266
+ /***/ 96:
269
267
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
270
268
 
271
269
  "use strict";
272
270
  // ESM COMPAT FLAG
273
271
  __webpack_require__.r(__webpack_exports__);
274
272
 
275
- // EXTERNAL MODULE: ./components/style/index.less
276
- var style = __webpack_require__(142);
273
+ // EXTERNAL MODULE: ./components/style/mixins-only.less
274
+ var mixins_only = __webpack_require__(140);
277
275
 
278
276
  // EXTERNAL MODULE: ./components/pagination/style/index.less
279
- var pagination_style = __webpack_require__(204);
277
+ var style = __webpack_require__(198);
280
278
 
281
279
  // EXTERNAL MODULE: ./components/input/style/index.js
282
- var input_style = __webpack_require__(60);
280
+ var input_style = __webpack_require__(58);
283
281
 
284
282
  // CONCATENATED MODULE: ./components/pagination/style/index.js
285
283
 
@@ -288,7 +286,7 @@ var input_style = __webpack_require__(60);
288
286
  // style dependencies
289
287
  // import '../../select/style'
290
288
 
291
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/pagination.vue?vue&type=template&id=0d372f84&
289
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/pagination.vue?vue&type=template&id=0f842852
292
290
  var render = function () {
293
291
  var _vm = this
294
292
  var _h = _vm.$createElement
@@ -510,7 +508,7 @@ var staticRenderFns = []
510
508
  render._withStripped = true
511
509
 
512
510
 
513
- // CONCATENATED MODULE: ./components/pagination/pagination.vue?vue&type=template&id=0d372f84&
511
+ // CONCATENATED MODULE: ./components/pagination/pagination.vue?vue&type=template&id=0f842852
514
512
 
515
513
  // EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
516
514
  var defineProperty_ = __webpack_require__(3);
@@ -532,8 +530,8 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
532
530
  prev_3: '向前 3 页',
533
531
  next_3: '向后 3 页'
534
532
  });
535
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/option.vue?vue&type=template&id=1ad093df&
536
- var optionvue_type_template_id_1ad093df_render = function () {
533
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/option.vue?vue&type=template&id=30d2ef06
534
+ var optionvue_type_template_id_30d2ef06_render = function () {
537
535
  var _vm = this
538
536
  var _h = _vm.$createElement
539
537
  var _c = _vm._self._c || _h
@@ -560,21 +558,21 @@ var optionvue_type_template_id_1ad093df_render = function () {
560
558
  ),
561
559
  ])
562
560
  }
563
- var optionvue_type_template_id_1ad093df_staticRenderFns = []
564
- optionvue_type_template_id_1ad093df_render._withStripped = true
561
+ var optionvue_type_template_id_30d2ef06_staticRenderFns = []
562
+ optionvue_type_template_id_30d2ef06_render._withStripped = true
565
563
 
566
564
 
567
- // CONCATENATED MODULE: ./components/pagination/option.vue?vue&type=template&id=1ad093df&
565
+ // CONCATENATED MODULE: ./components/pagination/option.vue?vue&type=template&id=30d2ef06
568
566
 
569
567
  // EXTERNAL MODULE: external "./input"
570
568
  var external_input_ = __webpack_require__(17);
571
569
  var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
572
570
 
573
571
  // EXTERNAL MODULE: external "./_mixin/locale"
574
- var locale_ = __webpack_require__(10);
572
+ var locale_ = __webpack_require__(9);
575
573
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
576
574
 
577
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/option.vue?vue&type=script&lang=js&
575
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/option.vue?vue&type=script&lang=js
578
576
  //
579
577
  //
580
578
  //
@@ -590,7 +588,7 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
590
588
 
591
589
 
592
590
 
593
- /* harmony default export */ var optionvue_type_script_lang_js_ = ({
591
+ /* harmony default export */ var optionvue_type_script_lang_js = ({
594
592
  name: 'MdsPaginationOption',
595
593
  mixins: [locale_default.a],
596
594
  props: {
@@ -651,8 +649,8 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
651
649
  }
652
650
  }
653
651
  });
654
- // CONCATENATED MODULE: ./components/pagination/option.vue?vue&type=script&lang=js&
655
- /* harmony default export */ var pagination_optionvue_type_script_lang_js_ = (optionvue_type_script_lang_js_);
652
+ // CONCATENATED MODULE: ./components/pagination/option.vue?vue&type=script&lang=js
653
+ /* harmony default export */ var pagination_optionvue_type_script_lang_js = (optionvue_type_script_lang_js);
656
654
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
657
655
  var componentNormalizer = __webpack_require__(0);
658
656
 
@@ -665,9 +663,9 @@ var componentNormalizer = __webpack_require__(0);
665
663
  /* normalize component */
666
664
 
667
665
  var component = Object(componentNormalizer["a" /* default */])(
668
- pagination_optionvue_type_script_lang_js_,
669
- optionvue_type_template_id_1ad093df_render,
670
- optionvue_type_template_id_1ad093df_staticRenderFns,
666
+ pagination_optionvue_type_script_lang_js,
667
+ optionvue_type_template_id_30d2ef06_render,
668
+ optionvue_type_template_id_30d2ef06_staticRenderFns,
671
669
  false,
672
670
  null,
673
671
  null,
@@ -675,15 +673,12 @@ var component = Object(componentNormalizer["a" /* default */])(
675
673
 
676
674
  )
677
675
 
678
- /* hot reload */
679
- if (false) { var api; }
680
- component.options.__file = "components/pagination/option.vue"
681
676
  /* harmony default export */ var pagination_option = (component.exports);
682
677
  // EXTERNAL MODULE: external "./_util/proptype"
683
678
  var proptype_ = __webpack_require__(8);
684
679
 
685
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/changePage.vue?vue&type=template&id=26e49fc9&
686
- var changePagevue_type_template_id_26e49fc9_render = function () {
680
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/changePage.vue?vue&type=template&id=24e61ce9
681
+ var changePagevue_type_template_id_24e61ce9_render = function () {
687
682
  var _vm = this
688
683
  var _h = _vm.$createElement
689
684
  var _c = _vm._self._c || _h
@@ -715,13 +710,13 @@ var changePagevue_type_template_id_26e49fc9_render = function () {
715
710
  1
716
711
  )
717
712
  }
718
- var changePagevue_type_template_id_26e49fc9_staticRenderFns = []
719
- changePagevue_type_template_id_26e49fc9_render._withStripped = true
713
+ var changePagevue_type_template_id_24e61ce9_staticRenderFns = []
714
+ changePagevue_type_template_id_24e61ce9_render._withStripped = true
720
715
 
721
716
 
722
- // CONCATENATED MODULE: ./components/pagination/changePage.vue?vue&type=template&id=26e49fc9&
717
+ // CONCATENATED MODULE: ./components/pagination/changePage.vue?vue&type=template&id=24e61ce9
723
718
 
724
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/changePage.vue?vue&type=script&lang=js&
719
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/changePage.vue?vue&type=script&lang=js
725
720
  //
726
721
  //
727
722
  //
@@ -740,7 +735,7 @@ changePagevue_type_template_id_26e49fc9_render._withStripped = true
740
735
  // import locale from './locale/zh_CN'
741
736
 
742
737
 
743
- /* harmony default export */ var changePagevue_type_script_lang_js_ = ({
738
+ /* harmony default export */ var changePagevue_type_script_lang_js = ({
744
739
  name: 'MdsPaginationOption',
745
740
  mixins: [locale_default.a],
746
741
  props: {
@@ -788,8 +783,8 @@ changePagevue_type_template_id_26e49fc9_render._withStripped = true
788
783
  }
789
784
  }
790
785
  });
791
- // CONCATENATED MODULE: ./components/pagination/changePage.vue?vue&type=script&lang=js&
792
- /* harmony default export */ var pagination_changePagevue_type_script_lang_js_ = (changePagevue_type_script_lang_js_);
786
+ // CONCATENATED MODULE: ./components/pagination/changePage.vue?vue&type=script&lang=js
787
+ /* harmony default export */ var pagination_changePagevue_type_script_lang_js = (changePagevue_type_script_lang_js);
793
788
  // CONCATENATED MODULE: ./components/pagination/changePage.vue
794
789
 
795
790
 
@@ -799,9 +794,9 @@ changePagevue_type_template_id_26e49fc9_render._withStripped = true
799
794
  /* normalize component */
800
795
 
801
796
  var changePage_component = Object(componentNormalizer["a" /* default */])(
802
- pagination_changePagevue_type_script_lang_js_,
803
- changePagevue_type_template_id_26e49fc9_render,
804
- changePagevue_type_template_id_26e49fc9_staticRenderFns,
797
+ pagination_changePagevue_type_script_lang_js,
798
+ changePagevue_type_template_id_24e61ce9_render,
799
+ changePagevue_type_template_id_24e61ce9_staticRenderFns,
805
800
  false,
806
801
  null,
807
802
  null,
@@ -809,11 +804,8 @@ var changePage_component = Object(componentNormalizer["a" /* default */])(
809
804
 
810
805
  )
811
806
 
812
- /* hot reload */
813
- if (false) { var changePage_api; }
814
- changePage_component.options.__file = "components/pagination/changePage.vue"
815
807
  /* harmony default export */ var changePage = (changePage_component.exports);
816
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/pagination.vue?vue&type=script&lang=js&
808
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/pagination.vue?vue&type=script&lang=js
817
809
 
818
810
  //
819
811
  //
@@ -975,7 +967,7 @@ changePage_component.options.__file = "components/pagination/changePage.vue"
975
967
 
976
968
 
977
969
 
978
- /* harmony default export */ var paginationvue_type_script_lang_js_ = ({
970
+ /* harmony default export */ var paginationvue_type_script_lang_js = ({
979
971
  name: 'MdsPagination',
980
972
  mixins: [locale_default.a],
981
973
  props: {
@@ -1257,8 +1249,8 @@ changePage_component.options.__file = "components/pagination/changePage.vue"
1257
1249
  ChangePage: changePage
1258
1250
  }
1259
1251
  });
1260
- // CONCATENATED MODULE: ./components/pagination/pagination.vue?vue&type=script&lang=js&
1261
- /* harmony default export */ var pagination_paginationvue_type_script_lang_js_ = (paginationvue_type_script_lang_js_);
1252
+ // CONCATENATED MODULE: ./components/pagination/pagination.vue?vue&type=script&lang=js
1253
+ /* harmony default export */ var pagination_paginationvue_type_script_lang_js = (paginationvue_type_script_lang_js);
1262
1254
  // CONCATENATED MODULE: ./components/pagination/pagination.vue
1263
1255
 
1264
1256
 
@@ -1268,7 +1260,7 @@ changePage_component.options.__file = "components/pagination/changePage.vue"
1268
1260
  /* normalize component */
1269
1261
 
1270
1262
  var pagination_component = Object(componentNormalizer["a" /* default */])(
1271
- pagination_paginationvue_type_script_lang_js_,
1263
+ pagination_paginationvue_type_script_lang_js,
1272
1264
  render,
1273
1265
  staticRenderFns,
1274
1266
  false,
@@ -1278,9 +1270,6 @@ var pagination_component = Object(componentNormalizer["a" /* default */])(
1278
1270
 
1279
1271
  )
1280
1272
 
1281
- /* hot reload */
1282
- if (false) { var pagination_api; }
1283
- pagination_component.options.__file = "components/pagination/pagination.vue"
1284
1273
  /* harmony default export */ var pagination = (pagination_component.exports);
1285
1274
  // CONCATENATED MODULE: ./components/pagination/index.js
1286
1275
  /*
@@ -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__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
  /******/ ({
@@ -99,11 +99,18 @@ return /******/ (function(modules) { // webpackBootstrap
99
99
  /***/ 10:
100
100
  /***/ (function(module, exports) {
101
101
 
102
- module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
102
+ module.exports = require("babel-runtime/helpers/typeof");
103
+
104
+ /***/ }),
105
+
106
+ /***/ 13:
107
+ /***/ (function(module, exports) {
108
+
109
+ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
103
110
 
104
111
  /***/ }),
105
112
 
106
- /***/ 138:
113
+ /***/ 136:
107
114
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
108
115
 
109
116
  "use strict";
@@ -111,15 +118,15 @@ 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__(70);
115
122
  var tooltip_default = /*#__PURE__*/__webpack_require__.n(tooltip_);
116
123
 
117
124
  // EXTERNAL MODULE: external "./_mixin/locale"
118
- var locale_ = __webpack_require__(10);
125
+ var locale_ = __webpack_require__(9);
119
126
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
120
127
 
121
128
  // EXTERNAL MODULE: external "./button"
122
- var external_button_ = __webpack_require__(14);
129
+ var external_button_ = __webpack_require__(13);
123
130
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
124
131
 
125
132
  // EXTERNAL MODULE: external "./icon"
@@ -127,7 +134,7 @@ var external_icon_ = __webpack_require__(7);
127
134
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
128
135
 
129
136
  // EXTERNAL MODULE: ./components/_locale/index.js + 2 modules
130
- var _locale = __webpack_require__(46);
137
+ var _locale = __webpack_require__(45);
131
138
 
132
139
  // CONCATENATED MODULE: ./components/popconfirm/popconfirm.js
133
140
 
@@ -250,25 +257,19 @@ var prefixClsFirm = 'mds-popover-firm';
250
257
  }
251
258
  }
252
259
  });
253
- // EXTERNAL MODULE: ./components/style/index.less
254
- var style = __webpack_require__(142);
255
-
256
- // EXTERNAL MODULE: ./components/popover/style/index.js
257
- var popover_style = __webpack_require__(47);
258
-
259
- // EXTERNAL MODULE: ./components/button/style/index.js
260
- var button_style = __webpack_require__(40);
260
+ // EXTERNAL MODULE: ./components/style/mixins-only.less
261
+ var mixins_only = __webpack_require__(140);
261
262
 
262
263
  // EXTERNAL MODULE: ./components/popconfirm/style/index.less
263
- var popconfirm_style = __webpack_require__(208);
264
+ var style = __webpack_require__(200);
264
265
 
265
266
  // CONCATENATED MODULE: ./components/popconfirm/style/index.js
266
267
 
267
268
 
268
- // style dependencies
269
-
270
-
271
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
272
273
  // CONCATENATED MODULE: ./components/popconfirm/index.js
273
274
 
274
275
 
@@ -279,14 +280,7 @@ popconfirm.install = function (Vue) {
279
280
 
280
281
  /***/ }),
281
282
 
282
- /***/ 14:
283
- /***/ (function(module, exports) {
284
-
285
- module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
286
-
287
- /***/ }),
288
-
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
- /***/ 166:
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
- /***/ 206:
525
- /***/ (function(module, exports) {
526
-
527
- // removed by extract-text-webpack-plugin
528
-
529
- /***/ }),
530
-
531
- /***/ 208:
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_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
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);
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,11 +674,11 @@ 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"
714
- var typeof_ = __webpack_require__(9);
681
+ var typeof_ = __webpack_require__(10);
715
682
  var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
716
683
 
717
684
  // EXTERNAL MODULE: ./components/_util/util.js
@@ -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_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
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);
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,17 +802,17 @@ 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
 
858
812
  /***/ 9:
859
813
  /***/ (function(module, exports) {
860
814
 
861
- module.exports = require("babel-runtime/helpers/typeof");
815
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
862
816
 
863
817
  /***/ })
864
818