@mdsfe/mds-ui 0.3.0-2 → 0.3.0-20

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 (107) hide show
  1. package/CHANGELOG.md +1013 -0
  2. package/dist/_util/iconfont/index.js +7 -7
  3. package/dist/anchor.js +2 -2
  4. package/dist/bordershadow.js +2 -2
  5. package/dist/breadcrumb.js +2 -2
  6. package/dist/card.js +2 -2
  7. package/dist/carousel.js +18 -18
  8. package/dist/cascader.js +26 -26
  9. package/dist/cascaderpanel.js +30 -30
  10. package/dist/checkbox.js +6 -6
  11. package/dist/col.js +10 -10
  12. package/dist/collapse.js +2 -2
  13. package/dist/datepicker.js +644 -222
  14. package/dist/divider.js +2 -2
  15. package/dist/drawer.js +17 -17
  16. package/dist/dropdown.js +6 -6
  17. package/dist/empty.js +11 -11
  18. package/dist/font/iconfont.ba42e6f.woff +0 -0
  19. package/dist/font/{iconfont.36c3afe.ttf → iconfont.bf5c999.ttf} +0 -0
  20. package/dist/font/iconfont.d8e6666.woff2 +0 -0
  21. package/dist/form.js +8 -8
  22. package/dist/index.js +1 -1
  23. package/dist/input.js +207 -54
  24. package/dist/inputnumber.js +4 -4
  25. package/dist/list.js +2 -2
  26. package/dist/loading.js +2 -2
  27. package/dist/mds-ui.min.css +1 -1
  28. package/dist/mds-ui.min.js +2037 -912
  29. package/dist/menu.js +23 -4
  30. package/dist/message.js +12 -12
  31. package/dist/modal.js +8 -8
  32. package/dist/notification.js +6 -6
  33. package/dist/pagination.js +17 -13
  34. package/dist/popconfirm.js +13 -13
  35. package/dist/popover.js +20 -20
  36. package/dist/radio.js +14 -14
  37. package/dist/rate.js +8 -8
  38. package/dist/row.js +10 -10
  39. package/dist/select.js +31 -31
  40. package/dist/slider.js +2 -2
  41. package/dist/slottable.js +19 -19
  42. package/dist/style/affix.css +382 -1
  43. package/dist/style/alert.css +382 -1
  44. package/dist/style/anchor.css +382 -1
  45. package/dist/style/avatar.css +382 -1
  46. package/dist/style/badge.css +382 -1
  47. package/dist/style/bordershadow.css +382 -1
  48. package/dist/style/breadcrumb.css +382 -1
  49. package/dist/style/button.css +382 -1
  50. package/dist/style/card.css +382 -1
  51. package/dist/style/carousel.css +382 -1
  52. package/dist/style/checkbox.css +382 -1
  53. package/dist/style/col.css +382 -1
  54. package/dist/style/collapse.css +382 -1
  55. package/dist/style/color.css +382 -1
  56. package/dist/style/datepicker.css +442 -1
  57. package/dist/style/divider.css +382 -1
  58. package/dist/style/drawer.css +382 -1
  59. package/dist/style/dropdown.css +382 -1
  60. package/dist/style/empty.css +382 -1
  61. package/dist/style/font.css +382 -1
  62. package/dist/style/form.css +382 -1
  63. package/dist/style/icon.css +382 -1
  64. package/dist/style/input.css +402 -7
  65. package/dist/style/inputnumber.css +382 -1
  66. package/dist/style/layout.css +382 -1
  67. package/dist/style/list.css +382 -1
  68. package/dist/style/loading.css +382 -1
  69. package/dist/style/menu.css +382 -1
  70. package/dist/style/modal.css +382 -1
  71. package/dist/style/notification.css +382 -1
  72. package/dist/style/pagination.css +402 -7
  73. package/dist/style/popconfirm.css +382 -1
  74. package/dist/style/popover.css +382 -1
  75. package/dist/style/progress.css +382 -1
  76. package/dist/style/radio.css +382 -1
  77. package/dist/style/rate.css +382 -1
  78. package/dist/style/row.css +382 -1
  79. package/dist/style/select.css +382 -1
  80. package/dist/style/slider.css +382 -1
  81. package/dist/style/slottable.css +382 -1
  82. package/dist/style/steps.css +382 -1
  83. package/dist/style/switch.css +382 -1
  84. package/dist/style/table.css +382 -1
  85. package/dist/style/tabs.css +382 -1
  86. package/dist/style/tag.css +382 -1
  87. package/dist/style/text.css +382 -1
  88. package/dist/style/timeline.css +382 -1
  89. package/dist/style/timepicker.css +382 -1
  90. package/dist/style/tooltip.css +382 -1
  91. package/dist/style/transfer.css +105 -0
  92. package/dist/style/tree.css +382 -1
  93. package/dist/style/typography.css +382 -1
  94. package/dist/style/upload.css +382 -1
  95. package/dist/switch.js +4 -4
  96. package/dist/table.js +27 -27
  97. package/dist/text.js +207 -54
  98. package/dist/timeline.js +2 -2
  99. package/dist/timepicker.js +32 -32
  100. package/dist/tooltip.js +19 -19
  101. package/dist/transfer.js +976 -22
  102. package/dist/tree.js +26 -26
  103. package/dist/typography.js +2 -2
  104. package/dist/upload.js +11 -11
  105. package/package.json +2 -1
  106. package/dist/font/iconfont.50be7d0.woff2 +0 -0
  107. package/dist/font/iconfont.f586f3d.woff +0 -0
package/dist/menu.js CHANGED
@@ -816,7 +816,12 @@ var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
816
816
  default: false
817
817
  },
818
818
  index: [String, Number],
819
- title: String
819
+ title: String,
820
+ // 新增:横向菜单模式下子菜单的top偏移量
821
+ horizontalSubmenuTop: {
822
+ type: [String, Number],
823
+ default: null // null表示使用默认值(菜单项高度)
824
+ }
820
825
  },
821
826
  data: function data() {
822
827
  return {
@@ -915,13 +920,27 @@ var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
915
920
 
916
921
  setTimeout(function () {
917
922
  var menuRef = _this.$refs.menuRef;
918
- menuRef.style.top = 0;
919
- menuRef.style.bottom = 'auto';
923
+ if (_this.mode === 'horizontal') {
924
+ // 横向菜单模式:使用配置的top值或默认的菜单项高度
925
+ if (_this.horizontalSubmenuTop !== null) {
926
+ menuRef.style.top = typeof _this.horizontalSubmenuTop === 'number' ? _this.horizontalSubmenuTop + 'px' : _this.horizontalSubmenuTop;
927
+ } else {
928
+ // 默认使用菜单项高度(44px)
929
+ menuRef.style.top = '44px';
930
+ }
931
+ menuRef.style.bottom = 'auto';
932
+ } else {
933
+ // 其他模式保持原有逻辑
934
+ menuRef.style.top = 0;
935
+ menuRef.style.bottom = 'auto';
936
+ }
937
+
920
938
  var clientBottom = window.innerHeight - menuRef.getBoundingClientRect().top - menuRef.clientHeight;
921
939
  if (clientBottom < 0) {
922
940
  menuRef.style.bottom = 0;
923
941
  menuRef.style.top = 'auto';
924
- } else {
942
+ } else if (_this.mode !== 'horizontal') {
943
+ // 非横向菜单模式才重置top值
925
944
  menuRef.style.top = 0;
926
945
  menuRef.style.bottom = 'auto';
927
946
  }
package/dist/message.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./button")) : factory(root["Vue"], root["./icon"], root["./button"]);
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__14__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__13__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -220,7 +220,7 @@ function normalizeComponent (
220
220
  /* unused harmony export isInContainer */
221
221
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return merge; });
222
222
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return getScrollBarWidth; });
223
- /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9);
223
+ /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
224
224
  /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__);
225
225
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
226
226
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__);
@@ -492,10 +492,17 @@ function getScrollBarWidth() {
492
492
 
493
493
  /***/ }),
494
494
 
495
- /***/ 14:
495
+ /***/ 10:
496
496
  /***/ (function(module, exports) {
497
497
 
498
- module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
498
+ module.exports = require("babel-runtime/helpers/typeof");
499
+
500
+ /***/ }),
501
+
502
+ /***/ 13:
503
+ /***/ (function(module, exports) {
504
+
505
+ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
499
506
 
500
507
  /***/ }),
501
508
 
@@ -951,13 +958,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
951
958
 
952
959
  /***/ }),
953
960
 
954
- /***/ 9:
955
- /***/ (function(module, exports) {
956
-
957
- module.exports = require("babel-runtime/helpers/typeof");
958
-
959
- /***/ }),
960
-
961
961
  /***/ 97:
962
962
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
963
963
 
@@ -1134,7 +1134,7 @@ messagevue_type_template_id_dc37dbd8_render._withStripped = true
1134
1134
  // CONCATENATED MODULE: ./components/message/message.vue?vue&type=template&id=dc37dbd8&
1135
1135
 
1136
1136
  // EXTERNAL MODULE: external "./button"
1137
- var external_button_ = __webpack_require__(14);
1137
+ var external_button_ = __webpack_require__(13);
1138
1138
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
1139
1139
 
1140
1140
  // EXTERNAL MODULE: external "./icon"
package/dist/modal.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./_mixin/locale"), require("./transition"), require("./button")) : factory(root["Vue"], root["./icon"], root["./_mixin/locale"], root["./transition"], root["./button"]);
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__12__, __WEBPACK_EXTERNAL_MODULE__14__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__9__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -220,7 +220,7 @@ function normalizeComponent (
220
220
  /* unused harmony export isInContainer */
221
221
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return merge; });
222
222
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return getScrollBarWidth; });
223
- /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9);
223
+ /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
224
224
  /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__);
225
225
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
226
226
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__);
@@ -495,7 +495,7 @@ function getScrollBarWidth() {
495
495
  /***/ 10:
496
496
  /***/ (function(module, exports) {
497
497
 
498
- module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
498
+ module.exports = require("babel-runtime/helpers/typeof");
499
499
 
500
500
  /***/ }),
501
501
 
@@ -708,7 +708,7 @@ var external_icon_ = __webpack_require__(7);
708
708
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
709
709
 
710
710
  // EXTERNAL MODULE: external "./button"
711
- var external_button_ = __webpack_require__(14);
711
+ var external_button_ = __webpack_require__(13);
712
712
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
713
713
 
714
714
  // EXTERNAL MODULE: ./components/_util/util.js
@@ -722,7 +722,7 @@ var external_transition_ = __webpack_require__(12);
722
722
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
723
723
 
724
724
  // EXTERNAL MODULE: external "./_mixin/locale"
725
- var locale_ = __webpack_require__(10);
725
+ var locale_ = __webpack_require__(9);
726
726
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
727
727
 
728
728
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=script&lang=js&
@@ -1058,10 +1058,10 @@ modal.install = function (Vue) {
1058
1058
 
1059
1059
  /***/ }),
1060
1060
 
1061
- /***/ 14:
1061
+ /***/ 13:
1062
1062
  /***/ (function(module, exports) {
1063
1063
 
1064
- module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
1064
+ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
1065
1065
 
1066
1066
  /***/ }),
1067
1067
 
@@ -1748,7 +1748,7 @@ module.exports = require("babel-runtime/core-js/number/is-finite");
1748
1748
  /***/ 9:
1749
1749
  /***/ (function(module, exports) {
1750
1750
 
1751
- module.exports = require("babel-runtime/helpers/typeof");
1751
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
1752
1752
 
1753
1753
  /***/ })
1754
1754
 
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./transition"), require("./button")) : factory(root["Vue"], root["./icon"], root["./transition"], root["./button"]);
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__12__, __WEBPACK_EXTERNAL_MODULE__14__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__) {
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 = 110);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 111);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 110:
206
+ /***/ 111:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -350,7 +350,7 @@ var external_icon_ = __webpack_require__(7);
350
350
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
351
351
 
352
352
  // EXTERNAL MODULE: external "./button"
353
- var external_button_ = __webpack_require__(14);
353
+ var external_button_ = __webpack_require__(13);
354
354
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
355
355
 
356
356
  // EXTERNAL MODULE: external "./transition"
@@ -761,10 +761,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
761
761
 
762
762
  /***/ }),
763
763
 
764
- /***/ 14:
764
+ /***/ 13:
765
765
  /***/ (function(module, exports) {
766
766
 
767
- module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
767
+ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
768
768
 
769
769
  /***/ }),
770
770
 
@@ -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 = {};
@@ -201,13 +201,6 @@ function normalizeComponent (
201
201
  }
202
202
 
203
203
 
204
- /***/ }),
205
-
206
- /***/ 10:
207
- /***/ (function(module, exports) {
208
-
209
- module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
210
-
211
204
  /***/ }),
212
205
 
213
206
  /***/ 142:
@@ -265,6 +258,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
265
258
 
266
259
  /***/ }),
267
260
 
261
+ /***/ 9:
262
+ /***/ (function(module, exports) {
263
+
264
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
265
+
266
+ /***/ }),
267
+
268
268
  /***/ 98:
269
269
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
270
270
 
@@ -352,7 +352,7 @@ var render = function () {
352
352
  [
353
353
  _c("mds-input", {
354
354
  attrs: { type: "text" },
355
- on: { "press-enter": _vm.handleJump },
355
+ on: { blur: _vm.handleJump, "press-enter": _vm.handleJump },
356
356
  model: {
357
357
  value: _vm.currentPage,
358
358
  callback: function ($$v) {
@@ -571,7 +571,7 @@ var external_input_ = __webpack_require__(17);
571
571
  var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
572
572
 
573
573
  // EXTERNAL MODULE: external "./_mixin/locale"
574
- var locale_ = __webpack_require__(10);
574
+ var locale_ = __webpack_require__(9);
575
575
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
576
576
 
577
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&
@@ -966,6 +966,7 @@ changePage_component.options.__file = "components/pagination/changePage.vue"
966
966
  //
967
967
  //
968
968
  //
969
+ //
969
970
 
970
971
 
971
972
 
@@ -1169,7 +1170,9 @@ changePage_component.options.__file = "components/pagination/changePage.vue"
1169
1170
  }
1170
1171
  },
1171
1172
  handleJump: function handleJump(event) {
1172
- ;(event.key === 'Enter' || event.charCode === 13) && this.handleQuickJump(this.currentPage || 1);
1173
+ if (event.type === 'blur' || event.key === 'Enter') {
1174
+ this.handleQuickJump(event.target ? event.target.value : this.currentPage);
1175
+ }
1173
1176
  },
1174
1177
  handleQuickJump: function handleQuickJump(newPageText) {
1175
1178
  if (this.disabled) {
@@ -1177,8 +1180,9 @@ changePage_component.options.__file = "components/pagination/changePage.vue"
1177
1180
  }
1178
1181
  var newPage = parseInt(newPageText || 1, 10);
1179
1182
  this.currentPage = newPage;
1180
- if (isNaN(newPage)) return false;
1181
- if (newPage < 1) {
1183
+ console.log(newPage, isNaN(newPage));
1184
+ // if (isNaN(newPage)) return false
1185
+ if (newPage < 1 || isNaN(newPage)) {
1182
1186
  this.handleChange(1);
1183
1187
  } else if (newPage > this.calculatePage) {
1184
1188
  this.currentPage = this.calculatePage;
@@ -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__72__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -99,7 +99,14 @@ 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
 
@@ -115,11 +122,11 @@ var tooltip_ = __webpack_require__(72);
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"
@@ -279,13 +286,6 @@ 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
289
  /***/ 142:
290
290
  /***/ (function(module, exports) {
291
291
 
@@ -711,7 +711,7 @@ var external_deepmerge_ = __webpack_require__(50);
711
711
  var external_deepmerge_default = /*#__PURE__*/__webpack_require__.n(external_deepmerge_);
712
712
 
713
713
  // EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
714
- var typeof_ = __webpack_require__(9);
714
+ var typeof_ = __webpack_require__(10);
715
715
  var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
716
716
 
717
717
  // EXTERNAL MODULE: ./components/_util/util.js
@@ -858,7 +858,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__72__;
858
858
  /***/ 9:
859
859
  /***/ (function(module, exports) {
860
860
 
861
- module.exports = require("babel-runtime/helpers/typeof");
861
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
862
862
 
863
863
  /***/ })
864
864
 
package/dist/popover.js CHANGED
@@ -220,7 +220,7 @@ function normalizeComponent (
220
220
  /* unused harmony export isInContainer */
221
221
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return merge; });
222
222
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return getScrollBarWidth; });
223
- /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9);
223
+ /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
224
224
  /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__);
225
225
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
226
226
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__);
@@ -492,6 +492,13 @@ function getScrollBarWidth() {
492
492
 
493
493
  /***/ }),
494
494
 
495
+ /***/ 10:
496
+ /***/ (function(module, exports) {
497
+
498
+ module.exports = require("babel-runtime/helpers/typeof");
499
+
500
+ /***/ }),
501
+
495
502
  /***/ 11:
496
503
  /***/ (function(module, exports) {
497
504
 
@@ -747,7 +754,7 @@ var scrollBarWidth = void 0;
747
754
  var popup_main = __webpack_require__(15);
748
755
 
749
756
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/get-own-property-descriptor"
750
- var get_own_property_descriptor_ = __webpack_require__(19);
757
+ var get_own_property_descriptor_ = __webpack_require__(20);
751
758
  var get_own_property_descriptor_default = /*#__PURE__*/__webpack_require__.n(get_own_property_descriptor_);
752
759
 
753
760
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/keys"
@@ -2210,13 +2217,6 @@ var stop = function stop(e) {
2210
2217
 
2211
2218
  /***/ }),
2212
2219
 
2213
- /***/ 19:
2214
- /***/ (function(module, exports) {
2215
-
2216
- module.exports = require("babel-runtime/core-js/object/get-own-property-descriptor");
2217
-
2218
- /***/ }),
2219
-
2220
2220
  /***/ 2:
2221
2221
  /***/ (function(module, exports) {
2222
2222
 
@@ -2227,7 +2227,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
2227
2227
  /***/ 20:
2228
2228
  /***/ (function(module, exports) {
2229
2229
 
2230
- module.exports = require("throttle-debounce");
2230
+ module.exports = require("babel-runtime/core-js/object/get-own-property-descriptor");
2231
2231
 
2232
2232
  /***/ }),
2233
2233
 
@@ -2238,7 +2238,14 @@ module.exports = require("throttle-debounce");
2238
2238
 
2239
2239
  /***/ }),
2240
2240
 
2241
- /***/ 23:
2241
+ /***/ 21:
2242
+ /***/ (function(module, exports) {
2243
+
2244
+ module.exports = require("throttle-debounce");
2245
+
2246
+ /***/ }),
2247
+
2248
+ /***/ 24:
2242
2249
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2243
2250
 
2244
2251
  "use strict";
@@ -2568,10 +2575,10 @@ render._withStripped = true
2568
2575
  var vue_popper = __webpack_require__(18);
2569
2576
 
2570
2577
  // EXTERNAL MODULE: ./components/_util/_popper/popper-mixin.js
2571
- var popper_mixin = __webpack_require__(23);
2578
+ var popper_mixin = __webpack_require__(24);
2572
2579
 
2573
2580
  // EXTERNAL MODULE: external "throttle-debounce"
2574
- var external_throttle_debounce_ = __webpack_require__(20);
2581
+ var external_throttle_debounce_ = __webpack_require__(21);
2575
2582
 
2576
2583
  // EXTERNAL MODULE: ./components/_util/_popper/dom-helper.js
2577
2584
  var dom_helper = __webpack_require__(1);
@@ -2923,13 +2930,6 @@ popover.install = function (Vue) {
2923
2930
 
2924
2931
  module.exports = require("babel-runtime/core-js/object/assign");
2925
2932
 
2926
- /***/ }),
2927
-
2928
- /***/ 9:
2929
- /***/ (function(module, exports) {
2930
-
2931
- module.exports = require("babel-runtime/helpers/typeof");
2932
-
2933
2933
  /***/ })
2934
2934
 
2935
2935
  /******/ });
package/dist/radio.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./_mixin/emitter")) : factory(root["./_util/proptype"], root["./_mixin/emitter"]);
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__13__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__14__) {
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 = 104);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 105);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,14 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 104:
206
+ /***/ 10:
207
+ /***/ (function(module, exports) {
208
+
209
+ module.exports = require("babel-runtime/helpers/typeof");
210
+
211
+ /***/ }),
212
+
213
+ /***/ 105:
207
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
215
 
209
216
  "use strict";
@@ -465,14 +472,14 @@ groupvue_type_template_id_23243800_render._withStripped = true
465
472
  // CONCATENATED MODULE: ./components/radio/group.vue?vue&type=template&id=23243800&
466
473
 
467
474
  // EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
468
- var typeof_ = __webpack_require__(9);
475
+ var typeof_ = __webpack_require__(10);
469
476
  var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
470
477
 
471
478
  // EXTERNAL MODULE: external "./_util/proptype"
472
479
  var proptype_ = __webpack_require__(8);
473
480
 
474
481
  // EXTERNAL MODULE: external "./_mixin/emitter"
475
- var emitter_ = __webpack_require__(13);
482
+ var emitter_ = __webpack_require__(14);
476
483
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
477
484
 
478
485
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/radio/group.vue?vue&type=script&lang=js&
@@ -716,10 +723,10 @@ radio_radio.install = function (Vue) {
716
723
 
717
724
  /***/ }),
718
725
 
719
- /***/ 13:
726
+ /***/ 14:
720
727
  /***/ (function(module, exports) {
721
728
 
722
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
729
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
723
730
 
724
731
  /***/ }),
725
732
 
@@ -749,13 +756,6 @@ module.exports = require("babel-runtime/helpers/defineProperty");
749
756
 
750
757
  module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
751
758
 
752
- /***/ }),
753
-
754
- /***/ 9:
755
- /***/ (function(module, exports) {
756
-
757
- module.exports = require("babel-runtime/helpers/typeof");
758
-
759
759
  /***/ })
760
760
 
761
761
  /******/ });
package/dist/rate.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./icon"), require("./_util/util"), require("./tooltip")) : factory(root["./icon"], root["./_util/util"], root["./tooltip"]);
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__21__, __WEBPACK_EXTERNAL_MODULE__43__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__22__, __WEBPACK_EXTERNAL_MODULE__43__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
91
91
  /******/
92
92
  /******/
93
93
  /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = 111);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 112);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 111:
206
+ /***/ 112:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -300,7 +300,7 @@ var external_tooltip_ = __webpack_require__(43);
300
300
  var external_tooltip_default = /*#__PURE__*/__webpack_require__.n(external_tooltip_);
301
301
 
302
302
  // EXTERNAL MODULE: external "./_util/util"
303
- var util_ = __webpack_require__(21);
303
+ var util_ = __webpack_require__(22);
304
304
 
305
305
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/rate/star.vue?vue&type=template&id=37527a14&
306
306
  var starvue_type_template_id_37527a14_render = function () {
@@ -561,17 +561,17 @@ rate.install = function (Vue) {
561
561
 
562
562
  /***/ }),
563
563
 
564
- /***/ 21:
564
+ /***/ 214:
565
565
  /***/ (function(module, exports) {
566
566
 
567
- module.exports = __WEBPACK_EXTERNAL_MODULE__21__;
567
+ // removed by extract-text-webpack-plugin
568
568
 
569
569
  /***/ }),
570
570
 
571
- /***/ 214:
571
+ /***/ 22:
572
572
  /***/ (function(module, exports) {
573
573
 
574
- // removed by extract-text-webpack-plugin
574
+ module.exports = __WEBPACK_EXTERNAL_MODULE__22__;
575
575
 
576
576
  /***/ }),
577
577
 
package/dist/row.js CHANGED
@@ -201,6 +201,13 @@ function normalizeComponent (
201
201
  }
202
202
 
203
203
 
204
+ /***/ }),
205
+
206
+ /***/ 10:
207
+ /***/ (function(module, exports) {
208
+
209
+ module.exports = require("babel-runtime/helpers/typeof");
210
+
204
211
  /***/ }),
205
212
 
206
213
  /***/ 11:
@@ -227,7 +234,7 @@ var grid_style = __webpack_require__(172);
227
234
 
228
235
 
229
236
  // EXTERNAL MODULE: ./components/grid/index.js + 11 modules
230
- var grid = __webpack_require__(31);
237
+ var grid = __webpack_require__(32);
231
238
 
232
239
  // CONCATENATED MODULE: ./components/row/index.js
233
240
 
@@ -255,7 +262,7 @@ grid["b" /* Row */].install = function (Vue) {
255
262
 
256
263
  /***/ }),
257
264
 
258
- /***/ 31:
265
+ /***/ 32:
259
266
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
260
267
 
261
268
  "use strict";
@@ -402,7 +409,7 @@ colvue_type_template_id_6e20d7f2_render._withStripped = true
402
409
  // CONCATENATED MODULE: ./components/grid/col.vue?vue&type=template&id=6e20d7f2&
403
410
 
404
411
  // EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
405
- var typeof_ = __webpack_require__(9);
412
+ var typeof_ = __webpack_require__(10);
406
413
  var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
407
414
 
408
415
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/keys"
@@ -533,13 +540,6 @@ col.install = function (Vue) {
533
540
 
534
541
 
535
542
 
536
- /***/ }),
537
-
538
- /***/ 9:
539
- /***/ (function(module, exports) {
540
-
541
- module.exports = require("babel-runtime/helpers/typeof");
542
-
543
543
  /***/ })
544
544
 
545
545
  /******/ });