@mdsfe/mds-ui 0.2.10-rc.1 → 0.2.10-rc.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/dist/_util/iconfont/index.js +38 -0
  2. package/dist/affix.js +8 -8
  3. package/dist/alert.js +476 -0
  4. package/dist/anchor.js +5 -5
  5. package/dist/avatar.js +8 -8
  6. package/dist/backtop.js +12 -12
  7. package/dist/badge.js +17 -17
  8. package/dist/bordershadow.js +2 -2
  9. package/dist/breadcrumb.js +4 -4
  10. package/dist/button.js +10 -10
  11. package/dist/card.js +4 -4
  12. package/dist/carousel.js +129 -73
  13. package/dist/cascader.js +85 -57
  14. package/dist/cascaderpanel.js +24 -24
  15. package/dist/checkbox.js +13 -13
  16. package/dist/col.js +3 -3
  17. package/dist/collapse.js +4 -4
  18. package/dist/color.js +4 -4
  19. package/dist/datepicker.js +302 -274
  20. package/dist/divider.js +2 -2
  21. package/dist/drawer.js +19 -19
  22. package/dist/dropdown.js +25 -25
  23. package/dist/empty.js +8 -8
  24. package/dist/font/{iconfont.28359fa.ttf → iconfont.2565355.ttf} +0 -0
  25. package/dist/font/iconfont.a0976b9.woff +0 -0
  26. package/dist/font/iconfont.e6d3c83.woff2 +0 -0
  27. package/dist/font.js +4 -4
  28. package/dist/form.js +122 -29
  29. package/dist/icon.js +17 -63
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +23 -23
  32. package/dist/inputnumber.js +14 -14
  33. package/dist/layout.js +10 -10
  34. package/dist/list.js +8 -8
  35. package/dist/loading.js +2 -2
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +1401 -908
  38. package/dist/menu.js +20 -20
  39. package/dist/message.js +13 -13
  40. package/dist/modal.js +20 -20
  41. package/dist/notification.js +20 -20
  42. package/dist/pagination.js +16 -16
  43. package/dist/popconfirm.js +25 -25
  44. package/dist/popover.js +81 -25
  45. package/dist/progress.js +49 -205
  46. package/dist/radio.js +11 -11
  47. package/dist/rate.js +35 -215
  48. package/dist/row.js +3 -3
  49. package/dist/select.js +93 -65
  50. package/dist/slider.js +23 -23
  51. package/dist/slottable.js +77 -49
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +313 -1
  54. package/dist/style/alert.css +6186 -0
  55. package/dist/style/anchor.css +313 -1
  56. package/dist/style/avatar.css +313 -1
  57. package/dist/style/badge.css +313 -1
  58. package/dist/style/bordershadow.css +313 -1
  59. package/dist/style/breadcrumb.css +313 -1
  60. package/dist/style/button.css +313 -1
  61. package/dist/style/card.css +313 -1
  62. package/dist/style/carousel.css +313 -1
  63. package/dist/style/checkbox.css +313 -1
  64. package/dist/style/col.css +313 -1
  65. package/dist/style/collapse.css +313 -1
  66. package/dist/style/color.css +313 -1
  67. package/dist/style/datepicker.css +313 -1
  68. package/dist/style/divider.css +313 -1
  69. package/dist/style/drawer.css +313 -1
  70. package/dist/style/dropdown.css +313 -1
  71. package/dist/style/empty.css +313 -1
  72. package/dist/style/font.css +313 -1
  73. package/dist/style/form.css +313 -1
  74. package/dist/style/icon.css +313 -1
  75. package/dist/style/input.css +313 -1
  76. package/dist/style/inputnumber.css +313 -1
  77. package/dist/style/layout.css +313 -1
  78. package/dist/style/list.css +313 -1
  79. package/dist/style/loading.css +313 -1
  80. package/dist/style/menu.css +313 -1
  81. package/dist/style/modal.css +313 -1
  82. package/dist/style/notification.css +313 -1
  83. package/dist/style/pagination.css +313 -1
  84. package/dist/style/popconfirm.css +313 -1
  85. package/dist/style/popover.css +313 -1
  86. package/dist/style/progress.css +313 -23
  87. package/dist/style/radio.css +313 -1
  88. package/dist/style/rate.css +313 -23
  89. package/dist/style/row.css +313 -1
  90. package/dist/style/select.css +313 -1
  91. package/dist/style/slider.css +313 -1
  92. package/dist/style/slottable.css +313 -1
  93. package/dist/style/steps.css +313 -1
  94. package/dist/style/switch.css +313 -1
  95. package/dist/style/table.css +313 -23
  96. package/dist/style/tabs.css +313 -1
  97. package/dist/style/tag.css +313 -1
  98. package/dist/style/text.css +313 -1
  99. package/dist/style/timeline.css +313 -1
  100. package/dist/style/timepicker.css +313 -1
  101. package/dist/style/tooltip.css +313 -1
  102. package/dist/style/tree.css +313 -1
  103. package/dist/style/typography.css +313 -1
  104. package/dist/style/upload.css +313 -1
  105. package/dist/switch.js +9 -9
  106. package/dist/table.js +157 -281
  107. package/dist/tabs.js +56 -14
  108. package/dist/tag.js +8 -8
  109. package/dist/text.js +13 -13
  110. package/dist/timeline.js +4 -4
  111. package/dist/timepicker.js +61 -33
  112. package/dist/tooltip.js +53 -25
  113. package/dist/transfer.js +22 -22
  114. package/dist/transition.js +2 -2
  115. package/dist/tree.js +124 -82
  116. package/dist/typography.js +4 -4
  117. package/dist/upload.js +54 -12
  118. package/package.json +9 -4
  119. package/CHANGELOG.md +0 -971
  120. package/dist/font/iconfont.486e3d3.woff2 +0 -0
  121. package/dist/font/iconfont.675049e.woff +0 -0
package/dist/menu.js CHANGED
@@ -1,13 +1,13 @@
1
1
  (function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("./_util/proptype"), require("./icon"), require("./transition"), require("./_util/switchcase"));
3
+ module.exports = factory(require("./icon"), require("./_util/proptype"), require("./transition"), require("./_util/switchcase"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["./_util/proptype", "./icon", "./transition", "./_util/switchcase"], factory);
5
+ define(["./icon", "./_util/proptype", "./transition", "./_util/switchcase"], factory);
6
6
  else {
7
- var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./icon"), require("./transition"), require("./_util/switchcase")) : factory(root["./_util/proptype"], root["./icon"], root["./transition"], root["./_util/switchcase"]);
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__11__, __WEBPACK_EXTERNAL_MODULE__69__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__67__) {
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 = 93);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 91);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,10 +203,10 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 11:
206
+ /***/ 12:
207
207
  /***/ (function(module, exports) {
208
208
 
209
- module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
209
+ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
210
210
 
211
211
  /***/ }),
212
212
 
@@ -217,14 +217,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
217
217
 
218
218
  /***/ }),
219
219
 
220
- /***/ 187:
220
+ /***/ 189:
221
221
  /***/ (function(module, exports) {
222
222
 
223
223
  // removed by extract-text-webpack-plugin
224
224
 
225
225
  /***/ }),
226
226
 
227
- /***/ 189:
227
+ /***/ 191:
228
228
  /***/ (function(module, exports) {
229
229
 
230
230
  // removed by extract-text-webpack-plugin
@@ -238,23 +238,23 @@ module.exports = require("babel-runtime/helpers/defineProperty");
238
238
 
239
239
  /***/ }),
240
240
 
241
- /***/ 43:
241
+ /***/ 41:
242
242
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
243
243
 
244
244
  "use strict";
245
245
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
246
246
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
247
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(189);
247
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(191);
248
248
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
249
249
 
250
250
 
251
251
 
252
252
  /***/ }),
253
253
 
254
- /***/ 69:
254
+ /***/ 67:
255
255
  /***/ (function(module, exports) {
256
256
 
257
- module.exports = __WEBPACK_EXTERNAL_MODULE__69__;
257
+ module.exports = __WEBPACK_EXTERNAL_MODULE__67__;
258
258
 
259
259
  /***/ }),
260
260
 
@@ -272,7 +272,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
272
272
 
273
273
  /***/ }),
274
274
 
275
- /***/ 93:
275
+ /***/ 91:
276
276
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
277
277
 
278
278
  "use strict";
@@ -283,10 +283,10 @@ __webpack_require__.r(__webpack_exports__);
283
283
  var style = __webpack_require__(139);
284
284
 
285
285
  // EXTERNAL MODULE: ./components/menu/style/index.less
286
- var menu_style = __webpack_require__(187);
286
+ var menu_style = __webpack_require__(189);
287
287
 
288
288
  // EXTERNAL MODULE: ./components/tooltip/style/index.js
289
- var tooltip_style = __webpack_require__(43);
289
+ var tooltip_style = __webpack_require__(41);
290
290
 
291
291
  // CONCATENATED MODULE: ./components/menu/style/index.js
292
292
 
@@ -320,7 +320,7 @@ var defineProperty_ = __webpack_require__(3);
320
320
  var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_);
321
321
 
322
322
  // EXTERNAL MODULE: external "./_util/proptype"
323
- var proptype_ = __webpack_require__(7);
323
+ var proptype_ = __webpack_require__(8);
324
324
 
325
325
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/menu/menu.vue?vue&type=script&lang=js&
326
326
 
@@ -754,14 +754,14 @@ menu_submenuvue_type_template_id_6a2cabb6_render._withStripped = true
754
754
  // CONCATENATED MODULE: ./components/menu/menu-submenu.vue?vue&type=template&id=6a2cabb6&
755
755
 
756
756
  // EXTERNAL MODULE: external "./_util/switchcase"
757
- var switchcase_ = __webpack_require__(69);
757
+ var switchcase_ = __webpack_require__(67);
758
758
 
759
759
  // EXTERNAL MODULE: external "./transition"
760
- var external_transition_ = __webpack_require__(11);
760
+ var external_transition_ = __webpack_require__(12);
761
761
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
762
762
 
763
763
  // EXTERNAL MODULE: external "./icon"
764
- var external_icon_ = __webpack_require__(8);
764
+ var external_icon_ = __webpack_require__(7);
765
765
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
766
766
 
767
767
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/menu/menu-submenu.vue?vue&type=script&lang=js&
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__8__, __WEBPACK_EXTERNAL_MODULE__13__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __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 = 96);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 94);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -492,14 +492,14 @@ function getScrollBarWidth() {
492
492
 
493
493
  /***/ }),
494
494
 
495
- /***/ 13:
495
+ /***/ 14:
496
496
  /***/ (function(module, exports) {
497
497
 
498
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
498
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
499
499
 
500
500
  /***/ }),
501
501
 
502
- /***/ 14:
502
+ /***/ 15:
503
503
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
504
504
 
505
505
  "use strict";
@@ -724,7 +724,7 @@ var scrollBarWidth = void 0;
724
724
 
725
725
  /***/ }),
726
726
 
727
- /***/ 191:
727
+ /***/ 193:
728
728
  /***/ (function(module, exports) {
729
729
 
730
730
  // removed by extract-text-webpack-plugin
@@ -944,10 +944,10 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
944
944
 
945
945
  /***/ }),
946
946
 
947
- /***/ 8:
947
+ /***/ 7:
948
948
  /***/ (function(module, exports) {
949
949
 
950
- module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
950
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
951
951
 
952
952
  /***/ }),
953
953
 
@@ -958,7 +958,7 @@ module.exports = require("babel-runtime/helpers/typeof");
958
958
 
959
959
  /***/ }),
960
960
 
961
- /***/ 96:
961
+ /***/ 94:
962
962
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
963
963
 
964
964
  "use strict";
@@ -970,7 +970,7 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
970
970
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default = /*#__PURE__*/__webpack_require__.n(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_);
971
971
 
972
972
  // EXTERNAL MODULE: ./components/message/style/index.less
973
- var style = __webpack_require__(191);
973
+ var style = __webpack_require__(193);
974
974
 
975
975
  // CONCATENATED MODULE: ./components/message/style/index.js
976
976
 
@@ -1134,11 +1134,11 @@ 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__(13);
1137
+ var external_button_ = __webpack_require__(14);
1138
1138
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
1139
1139
 
1140
1140
  // EXTERNAL MODULE: external "./icon"
1141
- var external_icon_ = __webpack_require__(8);
1141
+ var external_icon_ = __webpack_require__(7);
1142
1142
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
1143
1143
 
1144
1144
  // CONCATENATED MODULE: ./components/message/props.js
@@ -1178,7 +1178,7 @@ var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
1178
1178
  }
1179
1179
  });
1180
1180
  // EXTERNAL MODULE: ./components/_util/_popper/popup/popup-main.js
1181
- var popup_main = __webpack_require__(14);
1181
+ var popup_main = __webpack_require__(15);
1182
1182
 
1183
1183
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message.vue?vue&type=script&lang=js&
1184
1184
  //
package/dist/modal.js CHANGED
@@ -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__8__, __WEBPACK_EXTERNAL_MODULE__11__, __WEBPACK_EXTERNAL_MODULE__13__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__14__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -492,10 +492,10 @@ function getScrollBarWidth() {
492
492
 
493
493
  /***/ }),
494
494
 
495
- /***/ 11:
495
+ /***/ 12:
496
496
  /***/ (function(module, exports) {
497
497
 
498
- module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
498
+ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
499
499
 
500
500
  /***/ }),
501
501
 
@@ -510,7 +510,7 @@ __webpack_require__.r(__webpack_exports__);
510
510
  var style = __webpack_require__(139);
511
511
 
512
512
  // EXTERNAL MODULE: ./components/modal/style/index.less
513
- var modal_style = __webpack_require__(193);
513
+ var modal_style = __webpack_require__(195);
514
514
 
515
515
  // CONCATENATED MODULE: ./components/modal/style/index.js
516
516
 
@@ -693,25 +693,25 @@ render._withStripped = true
693
693
  // CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=template&id=64c3d160&
694
694
 
695
695
  // EXTERNAL MODULE: external "babel-runtime/core-js/number/is-finite"
696
- var is_finite_ = __webpack_require__(70);
696
+ var is_finite_ = __webpack_require__(68);
697
697
  var is_finite_default = /*#__PURE__*/__webpack_require__.n(is_finite_);
698
698
 
699
699
  // EXTERNAL MODULE: external "./icon"
700
- var external_icon_ = __webpack_require__(8);
700
+ var external_icon_ = __webpack_require__(7);
701
701
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
702
702
 
703
703
  // EXTERNAL MODULE: external "./button"
704
- var external_button_ = __webpack_require__(13);
704
+ var external_button_ = __webpack_require__(14);
705
705
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
706
706
 
707
707
  // EXTERNAL MODULE: ./components/_util/util.js
708
- var util = __webpack_require__(15);
708
+ var util = __webpack_require__(16);
709
709
 
710
710
  // EXTERNAL MODULE: ./components/_util/_popper/popup/popup-main.js
711
- var popup_main = __webpack_require__(14);
711
+ var popup_main = __webpack_require__(15);
712
712
 
713
713
  // EXTERNAL MODULE: external "./transition"
714
- var external_transition_ = __webpack_require__(11);
714
+ var external_transition_ = __webpack_require__(12);
715
715
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
716
716
 
717
717
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=script&lang=js&
@@ -1043,21 +1043,21 @@ modal.install = function (Vue) {
1043
1043
 
1044
1044
  /***/ }),
1045
1045
 
1046
- /***/ 13:
1046
+ /***/ 139:
1047
1047
  /***/ (function(module, exports) {
1048
1048
 
1049
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
1049
+ // removed by extract-text-webpack-plugin
1050
1050
 
1051
1051
  /***/ }),
1052
1052
 
1053
- /***/ 139:
1053
+ /***/ 14:
1054
1054
  /***/ (function(module, exports) {
1055
1055
 
1056
- // removed by extract-text-webpack-plugin
1056
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
1057
1057
 
1058
1058
  /***/ }),
1059
1059
 
1060
- /***/ 14:
1060
+ /***/ 15:
1061
1061
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1062
1062
 
1063
1063
  "use strict";
@@ -1282,7 +1282,7 @@ var scrollBarWidth = void 0;
1282
1282
 
1283
1283
  /***/ }),
1284
1284
 
1285
- /***/ 15:
1285
+ /***/ 16:
1286
1286
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1287
1287
 
1288
1288
  "use strict";
@@ -1489,7 +1489,7 @@ function fixBodyScroll(visible) {
1489
1489
 
1490
1490
  /***/ }),
1491
1491
 
1492
- /***/ 193:
1492
+ /***/ 195:
1493
1493
  /***/ (function(module, exports) {
1494
1494
 
1495
1495
  // removed by extract-text-webpack-plugin
@@ -1709,17 +1709,17 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
1709
1709
 
1710
1710
  /***/ }),
1711
1711
 
1712
- /***/ 70:
1712
+ /***/ 68:
1713
1713
  /***/ (function(module, exports) {
1714
1714
 
1715
1715
  module.exports = require("babel-runtime/core-js/number/is-finite");
1716
1716
 
1717
1717
  /***/ }),
1718
1718
 
1719
- /***/ 8:
1719
+ /***/ 7:
1720
1720
  /***/ (function(module, exports) {
1721
1721
 
1722
- module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
1722
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
1723
1723
 
1724
1724
  /***/ }),
1725
1725
 
@@ -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__8__, __WEBPACK_EXTERNAL_MODULE__11__, __WEBPACK_EXTERNAL_MODULE__13__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__12__, __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 = 109);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 107);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 109:
206
+ /***/ 107:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/notification/style/index.less
217
- var notification_style = __webpack_require__(195);
217
+ var notification_style = __webpack_require__(197);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/notification/style/index.js
220
220
 
@@ -346,15 +346,15 @@ render._withStripped = true
346
346
  // CONCATENATED MODULE: ./components/notification/notification.vue?vue&type=template&id=872f1938&
347
347
 
348
348
  // EXTERNAL MODULE: external "./icon"
349
- var external_icon_ = __webpack_require__(8);
349
+ 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__(13);
353
+ var external_button_ = __webpack_require__(14);
354
354
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
355
355
 
356
356
  // EXTERNAL MODULE: external "./transition"
357
- var external_transition_ = __webpack_require__(11);
357
+ var external_transition_ = __webpack_require__(12);
358
358
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
359
359
 
360
360
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/notification/notification.vue?vue&type=script&lang=js&
@@ -611,7 +611,7 @@ notification_boxvue_type_template_id_0f7fb0e2_scoped_true_render._withStripped =
611
611
  // CONCATENATED MODULE: ./components/notification/notification-box.vue?vue&type=script&lang=js&
612
612
  /* harmony default export */ var notification_notification_boxvue_type_script_lang_js_ = (notification_boxvue_type_script_lang_js_);
613
613
  // EXTERNAL MODULE: ./components/notification/notification-box.vue?vue&type=style&index=0&id=0f7fb0e2&lang=less&scoped=true&
614
- var notification_boxvue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true_ = __webpack_require__(80);
614
+ var notification_boxvue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true_ = __webpack_require__(78);
615
615
 
616
616
  // CONCATENATED MODULE: ./components/notification/notification-box.vue
617
617
 
@@ -754,35 +754,35 @@ notify.destroy = function () {
754
754
 
755
755
  /***/ }),
756
756
 
757
- /***/ 11:
757
+ /***/ 12:
758
758
  /***/ (function(module, exports) {
759
759
 
760
- module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
760
+ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
761
761
 
762
762
  /***/ }),
763
763
 
764
- /***/ 13:
764
+ /***/ 139:
765
765
  /***/ (function(module, exports) {
766
766
 
767
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
767
+ // removed by extract-text-webpack-plugin
768
768
 
769
769
  /***/ }),
770
770
 
771
- /***/ 139:
771
+ /***/ 14:
772
772
  /***/ (function(module, exports) {
773
773
 
774
- // removed by extract-text-webpack-plugin
774
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
775
775
 
776
776
  /***/ }),
777
777
 
778
- /***/ 195:
778
+ /***/ 197:
779
779
  /***/ (function(module, exports) {
780
780
 
781
781
  // removed by extract-text-webpack-plugin
782
782
 
783
783
  /***/ }),
784
784
 
785
- /***/ 197:
785
+ /***/ 199:
786
786
  /***/ (function(module, exports) {
787
787
 
788
788
  // removed by extract-text-webpack-plugin
@@ -796,18 +796,18 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
796
796
 
797
797
  /***/ }),
798
798
 
799
- /***/ 8:
799
+ /***/ 7:
800
800
  /***/ (function(module, exports) {
801
801
 
802
- module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
802
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
803
803
 
804
804
  /***/ }),
805
805
 
806
- /***/ 80:
806
+ /***/ 78:
807
807
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
808
808
 
809
809
  "use strict";
810
- /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(197);
810
+ /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(199);
811
811
  /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
812
812
  /* unused harmony reexport * */
813
813
 
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./input")) : factory(root["./_util/proptype"], 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__7__, __WEBPACK_EXTERNAL_MODULE__16__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __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 = 97);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 95);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -210,21 +210,21 @@ function normalizeComponent (
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 16:
213
+ /***/ 17:
214
214
  /***/ (function(module, exports) {
215
215
 
216
- module.exports = __WEBPACK_EXTERNAL_MODULE__16__;
216
+ module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
217
217
 
218
218
  /***/ }),
219
219
 
220
- /***/ 181:
220
+ /***/ 183:
221
221
  /***/ (function(module, exports) {
222
222
 
223
223
  // removed by extract-text-webpack-plugin
224
224
 
225
225
  /***/ }),
226
226
 
227
- /***/ 199:
227
+ /***/ 201:
228
228
  /***/ (function(module, exports) {
229
229
 
230
230
  // removed by extract-text-webpack-plugin
@@ -238,27 +238,27 @@ module.exports = require("babel-runtime/helpers/defineProperty");
238
238
 
239
239
  /***/ }),
240
240
 
241
- /***/ 59:
241
+ /***/ 57:
242
242
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
243
243
 
244
244
  "use strict";
245
245
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
246
246
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
247
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(181);
247
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(183);
248
248
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
249
249
 
250
250
 
251
251
 
252
252
  /***/ }),
253
253
 
254
- /***/ 7:
254
+ /***/ 8:
255
255
  /***/ (function(module, exports) {
256
256
 
257
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
257
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
258
258
 
259
259
  /***/ }),
260
260
 
261
- /***/ 97:
261
+ /***/ 95:
262
262
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
263
263
 
264
264
  "use strict";
@@ -269,10 +269,10 @@ __webpack_require__.r(__webpack_exports__);
269
269
  var style = __webpack_require__(139);
270
270
 
271
271
  // EXTERNAL MODULE: ./components/pagination/style/index.less
272
- var pagination_style = __webpack_require__(199);
272
+ var pagination_style = __webpack_require__(201);
273
273
 
274
274
  // EXTERNAL MODULE: ./components/input/style/index.js
275
- var input_style = __webpack_require__(59);
275
+ var input_style = __webpack_require__(57);
276
276
 
277
277
  // CONCATENATED MODULE: ./components/pagination/style/index.js
278
278
 
@@ -566,7 +566,7 @@ optionvue_type_template_id_1ad093df_render._withStripped = true
566
566
  // CONCATENATED MODULE: ./components/pagination/option.vue?vue&type=template&id=1ad093df&
567
567
 
568
568
  // EXTERNAL MODULE: external "./input"
569
- var external_input_ = __webpack_require__(16);
569
+ var external_input_ = __webpack_require__(17);
570
570
  var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
571
571
 
572
572
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/option.vue?vue&type=script&lang=js&
@@ -631,7 +631,7 @@ var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_)
631
631
  MdsInput: external_input_default.a
632
632
  },
633
633
  watch: {
634
- current: function current() {
634
+ currentPage: function currentPage() {
635
635
  this.pageText = this.currentPage;
636
636
  }
637
637
  }
@@ -665,7 +665,7 @@ if (false) { var api; }
665
665
  component.options.__file = "components/pagination/option.vue"
666
666
  /* harmony default export */ var pagination_option = (component.exports);
667
667
  // EXTERNAL MODULE: external "./_util/proptype"
668
- var proptype_ = __webpack_require__(7);
668
+ var proptype_ = __webpack_require__(8);
669
669
 
670
670
  // 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&
671
671
  var changePagevue_type_template_id_26e49fc9_render = function () {