@mdsfe/mds-ui 0.3.0-15 → 0.3.0-18

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 +7 -7
  2. package/dist/affix.js +6 -6
  3. package/dist/alert.js +6 -6
  4. package/dist/anchor.js +6 -6
  5. package/dist/avatar.js +6 -6
  6. package/dist/backtop.js +8 -8
  7. package/dist/badge.js +10 -10
  8. package/dist/bordershadow.js +6 -6
  9. package/dist/breadcrumb.js +6 -6
  10. package/dist/button.js +6 -6
  11. package/dist/card.js +6 -6
  12. package/dist/carousel.js +20 -20
  13. package/dist/cascader.js +30 -30
  14. package/dist/cascaderpanel.js +20 -20
  15. package/dist/checkbox.js +4 -4
  16. package/dist/col.js +16 -16
  17. package/dist/collapse.js +6 -6
  18. package/dist/color.js +6 -6
  19. package/dist/datepicker.js +655 -1011
  20. package/dist/divider.js +6 -6
  21. package/dist/drawer.js +16 -16
  22. package/dist/dropdown.js +15 -15
  23. package/dist/empty.js +15 -15
  24. package/dist/font/iconfont.08f1d29.woff +0 -0
  25. package/dist/font/iconfont.6addfa3.woff2 +0 -0
  26. package/dist/font/{iconfont.d4ec0db.ttf → iconfont.fbe81ba.ttf} +0 -0
  27. package/dist/font.js +6 -6
  28. package/dist/form.js +13 -13
  29. package/dist/icon.js +6 -6
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +205 -52
  32. package/dist/inputnumber.js +10 -10
  33. package/dist/layout.js +6 -6
  34. package/dist/list.js +6 -6
  35. package/dist/loading.js +6 -6
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +1796 -1616
  38. package/dist/menu.js +13 -13
  39. package/dist/message.js +1070 -1070
  40. package/dist/modal.js +16 -16
  41. package/dist/notification.js +10 -10
  42. package/dist/pagination.js +64 -64
  43. package/dist/popconfirm.js +33 -33
  44. package/dist/popover.js +28 -28
  45. package/dist/progress.js +25 -25
  46. package/dist/radio.js +14 -14
  47. package/dist/rate.js +6 -6
  48. package/dist/row.js +16 -16
  49. package/dist/select.js +27 -27
  50. package/dist/slider.js +22 -22
  51. package/dist/slottable.js +32 -32
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +7 -1
  54. package/dist/style/alert.css +7 -1
  55. package/dist/style/anchor.css +7 -1
  56. package/dist/style/avatar.css +7 -1
  57. package/dist/style/badge.css +7 -1
  58. package/dist/style/bordershadow.css +7 -1
  59. package/dist/style/breadcrumb.css +7 -1
  60. package/dist/style/button.css +7 -1
  61. package/dist/style/card.css +7 -1
  62. package/dist/style/carousel.css +7 -1
  63. package/dist/style/checkbox.css +7 -1
  64. package/dist/style/col.css +7 -1
  65. package/dist/style/collapse.css +7 -1
  66. package/dist/style/color.css +7 -1
  67. package/dist/style/datepicker.css +67 -1
  68. package/dist/style/divider.css +7 -1
  69. package/dist/style/drawer.css +7 -1
  70. package/dist/style/dropdown.css +7 -1
  71. package/dist/style/empty.css +7 -1
  72. package/dist/style/font.css +7 -1
  73. package/dist/style/form.css +7 -1
  74. package/dist/style/icon.css +7 -1
  75. package/dist/style/input.css +27 -7
  76. package/dist/style/inputnumber.css +7 -1
  77. package/dist/style/layout.css +7 -1
  78. package/dist/style/list.css +7 -1
  79. package/dist/style/loading.css +7 -1
  80. package/dist/style/menu.css +7 -1
  81. package/dist/style/modal.css +7 -1
  82. package/dist/style/notification.css +7 -1
  83. package/dist/style/pagination.css +27 -7
  84. package/dist/style/popconfirm.css +7 -1
  85. package/dist/style/popover.css +7 -1
  86. package/dist/style/progress.css +7 -1
  87. package/dist/style/radio.css +7 -1
  88. package/dist/style/rate.css +7 -1
  89. package/dist/style/row.css +7 -1
  90. package/dist/style/select.css +7 -1
  91. package/dist/style/slider.css +7 -1
  92. package/dist/style/slottable.css +7 -1
  93. package/dist/style/steps.css +7 -1
  94. package/dist/style/switch.css +7 -1
  95. package/dist/style/table.css +7 -1
  96. package/dist/style/tabs.css +7 -1
  97. package/dist/style/tag.css +7 -1
  98. package/dist/style/text.css +7 -1
  99. package/dist/style/timeline.css +7 -1
  100. package/dist/style/timepicker.css +7 -1
  101. package/dist/style/tooltip.css +7 -1
  102. package/dist/style/tree.css +7 -1
  103. package/dist/style/typography.css +7 -1
  104. package/dist/style/upload.css +7 -1
  105. package/dist/switch.js +6 -6
  106. package/dist/table.js +378 -378
  107. package/dist/tabs.js +6 -6
  108. package/dist/tag.js +6 -6
  109. package/dist/text.js +205 -52
  110. package/dist/timeline.js +6 -6
  111. package/dist/timepicker.js +25 -25
  112. package/dist/tooltip.js +14 -14
  113. package/dist/transfer.js +18 -18
  114. package/dist/transition.js +4 -4
  115. package/dist/tree.js +14 -14
  116. package/dist/typography.js +6 -6
  117. package/dist/upload.js +19 -19
  118. package/package.json +1 -1
  119. package/CHANGELOG.md +0 -1013
  120. package/dist/font/iconfont.9936847.woff2 +0 -0
  121. package/dist/font/iconfont.b0a8d88.woff +0 -0
package/dist/tooltip.js CHANGED
@@ -113,7 +113,7 @@ return /******/ (function(modules) { // webpackBootstrap
113
113
  /* unused harmony export isInContainer */
114
114
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return merge; });
115
115
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return getScrollBarWidth; });
116
- /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9);
116
+ /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
117
117
  /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__);
118
118
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
119
119
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__);
@@ -385,6 +385,13 @@ function getScrollBarWidth() {
385
385
 
386
386
  /***/ }),
387
387
 
388
+ /***/ 10:
389
+ /***/ (function(module, exports) {
390
+
391
+ module.exports = require("babel-runtime/helpers/typeof");
392
+
393
+ /***/ }),
394
+
388
395
  /***/ 11:
389
396
  /***/ (function(module, exports) {
390
397
 
@@ -399,7 +406,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
399
406
 
400
407
  /***/ }),
401
408
 
402
- /***/ 145:
409
+ /***/ 142:
403
410
  /***/ (function(module, exports) {
404
411
 
405
412
  // removed by extract-text-webpack-plugin
@@ -631,7 +638,7 @@ var scrollBarWidth = void 0;
631
638
 
632
639
  /***/ }),
633
640
 
634
- /***/ 18:
641
+ /***/ 17:
635
642
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
636
643
 
637
644
  "use strict";
@@ -2110,7 +2117,7 @@ module.exports = require("babel-runtime/core-js/object/get-own-property-descript
2110
2117
 
2111
2118
  /***/ }),
2112
2119
 
2113
- /***/ 197:
2120
+ /***/ 194:
2114
2121
  /***/ (function(module, exports) {
2115
2122
 
2116
2123
  // removed by extract-text-webpack-plugin
@@ -2171,9 +2178,9 @@ var placementMap = {
2171
2178
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2172
2179
 
2173
2180
  "use strict";
2174
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
2181
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
2175
2182
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
2176
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(197);
2183
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(194);
2177
2184
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
2178
2185
 
2179
2186
 
@@ -2191,7 +2198,7 @@ __webpack_require__.r(__webpack_exports__);
2191
2198
  var style = __webpack_require__(41);
2192
2199
 
2193
2200
  // EXTERNAL MODULE: ./components/_util/_popper/vue-popper.js + 1 modules
2194
- var vue_popper = __webpack_require__(18);
2201
+ var vue_popper = __webpack_require__(17);
2195
2202
 
2196
2203
  // EXTERNAL MODULE: ./components/_util/_popper/popper-mixin.js
2197
2204
  var popper_mixin = __webpack_require__(23);
@@ -2689,13 +2696,6 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
2689
2696
 
2690
2697
  module.exports = require("babel-runtime/core-js/object/assign");
2691
2698
 
2692
- /***/ }),
2693
-
2694
- /***/ 9:
2695
- /***/ (function(module, exports) {
2696
-
2697
- module.exports = require("babel-runtime/helpers/typeof");
2698
-
2699
2699
  /***/ })
2700
2700
 
2701
2701
  /******/ });
package/dist/transfer.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./icon"), require("./_mixin/locale"), require("./button"), require("./input"), require("./_util/util"), require("./checkbox")) : factory(root["./icon"], root["./_mixin/locale"], root["./button"], root["./input"], root["./_util/util"], root["./checkbox"]);
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__10__, __WEBPACK_EXTERNAL_MODULE__14__, __WEBPACK_EXTERNAL_MODULE__17__, __WEBPACK_EXTERNAL_MODULE__21__, __WEBPACK_EXTERNAL_MODULE__35__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__9__, __WEBPACK_EXTERNAL_MODULE__14__, __WEBPACK_EXTERNAL_MODULE__18__, __WEBPACK_EXTERNAL_MODULE__21__, __WEBPACK_EXTERNAL_MODULE__35__) {
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 = 118);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 115);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,14 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 10:
207
- /***/ (function(module, exports) {
208
-
209
- module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
210
-
211
- /***/ }),
212
-
213
- /***/ 118:
206
+ /***/ 115:
214
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
215
208
 
216
209
  "use strict";
@@ -218,10 +211,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
218
211
  __webpack_require__.r(__webpack_exports__);
219
212
 
220
213
  // EXTERNAL MODULE: ./components/transfer/style/index.less
221
- var style = __webpack_require__(250);
214
+ var style = __webpack_require__(247);
222
215
 
223
216
  // EXTERNAL MODULE: ./components/transfer/style/panel.less
224
- var panel = __webpack_require__(252);
217
+ var panel = __webpack_require__(249);
225
218
 
226
219
  // CONCATENATED MODULE: ./components/transfer/style/index.js
227
220
 
@@ -464,7 +457,7 @@ transferPanelvue_type_template_id_32ae9a30_render._withStripped = true
464
457
  // CONCATENATED MODULE: ./components/transfer/transferPanel.vue?vue&type=template&id=32ae9a30&
465
458
 
466
459
  // EXTERNAL MODULE: external "./input"
467
- var external_input_ = __webpack_require__(17);
460
+ var external_input_ = __webpack_require__(18);
468
461
  var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
469
462
 
470
463
  // EXTERNAL MODULE: external "./icon"
@@ -478,7 +471,7 @@ var external_checkbox_ = __webpack_require__(35);
478
471
  var util_ = __webpack_require__(21);
479
472
 
480
473
  // EXTERNAL MODULE: external "./_mixin/locale"
481
- var locale_ = __webpack_require__(10);
474
+ var locale_ = __webpack_require__(9);
482
475
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
483
476
 
484
477
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/transfer/transferPanel.vue?vue&type=script&lang=js&
@@ -949,10 +942,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
949
942
 
950
943
  /***/ }),
951
944
 
952
- /***/ 17:
945
+ /***/ 18:
953
946
  /***/ (function(module, exports) {
954
947
 
955
- module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
948
+ module.exports = __WEBPACK_EXTERNAL_MODULE__18__;
956
949
 
957
950
  /***/ }),
958
951
 
@@ -963,14 +956,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__21__;
963
956
 
964
957
  /***/ }),
965
958
 
966
- /***/ 250:
959
+ /***/ 247:
967
960
  /***/ (function(module, exports) {
968
961
 
969
962
  // removed by extract-text-webpack-plugin
970
963
 
971
964
  /***/ }),
972
965
 
973
- /***/ 252:
966
+ /***/ 249:
974
967
  /***/ (function(module, exports) {
975
968
 
976
969
  // removed by extract-text-webpack-plugin
@@ -989,6 +982,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__35__;
989
982
 
990
983
  module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
991
984
 
985
+ /***/ }),
986
+
987
+ /***/ 9:
988
+ /***/ (function(module, exports) {
989
+
990
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
991
+
992
992
  /***/ })
993
993
 
994
994
  /******/ });
@@ -91,12 +91,12 @@ return /******/ (function(modules) { // webpackBootstrap
91
91
  /******/
92
92
  /******/
93
93
  /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = 139);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 136);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
98
98
 
99
- /***/ 139:
99
+ /***/ 136:
100
100
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
101
101
 
102
102
  "use strict";
@@ -104,7 +104,7 @@ return /******/ (function(modules) { // webpackBootstrap
104
104
  __webpack_require__.r(__webpack_exports__);
105
105
 
106
106
  // EXTERNAL MODULE: ./components/transition/style/animate.less
107
- var animate = __webpack_require__(242);
107
+ var animate = __webpack_require__(239);
108
108
 
109
109
  // CONCATENATED MODULE: ./components/transition/style/index.js
110
110
 
@@ -228,7 +228,7 @@ transition_transition.install = function (Vue) {
228
228
 
229
229
  /***/ }),
230
230
 
231
- /***/ 242:
231
+ /***/ 239:
232
232
  /***/ (function(module, exports) {
233
233
 
234
234
  // removed by extract-text-webpack-plugin
package/dist/tree.js CHANGED
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
91
91
  /******/
92
92
  /******/
93
93
  /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = 104);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 101);
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
+ /***/ 101:
207
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
215
 
209
216
  "use strict";
@@ -211,10 +218,10 @@ function normalizeComponent (
211
218
  __webpack_require__.r(__webpack_exports__);
212
219
 
213
220
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(145);
221
+ var style = __webpack_require__(142);
215
222
 
216
223
  // EXTERNAL MODULE: ./components/tree/style/index.less
217
- var tree_style = __webpack_require__(244);
224
+ var tree_style = __webpack_require__(241);
218
225
 
219
226
  // CONCATENATED MODULE: ./components/tree/style/index.js
220
227
 
@@ -284,7 +291,7 @@ var map_ = __webpack_require__(30);
284
291
  var map_default = /*#__PURE__*/__webpack_require__.n(map_);
285
292
 
286
293
  // EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
287
- var typeof_ = __webpack_require__(9);
294
+ var typeof_ = __webpack_require__(10);
288
295
  var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
289
296
 
290
297
  // EXTERNAL MODULE: external "babel-runtime/helpers/classCallCheck"
@@ -1944,7 +1951,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
1944
1951
 
1945
1952
  /***/ }),
1946
1953
 
1947
- /***/ 145:
1954
+ /***/ 142:
1948
1955
  /***/ (function(module, exports) {
1949
1956
 
1950
1957
  // removed by extract-text-webpack-plugin
@@ -1958,7 +1965,7 @@ module.exports = require("babel-runtime/core-js/get-iterator");
1958
1965
 
1959
1966
  /***/ }),
1960
1967
 
1961
- /***/ 244:
1968
+ /***/ 241:
1962
1969
  /***/ (function(module, exports) {
1963
1970
 
1964
1971
  // removed by extract-text-webpack-plugin
@@ -1998,13 +2005,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__35__;
1998
2005
 
1999
2006
  module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
2000
2007
 
2001
- /***/ }),
2002
-
2003
- /***/ 9:
2004
- /***/ (function(module, exports) {
2005
-
2006
- module.exports = require("babel-runtime/helpers/typeof");
2007
-
2008
2008
  /***/ })
2009
2009
 
2010
2010
  /******/ });
@@ -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 = 120);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 117);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 120:
206
+ /***/ 117:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(145);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/typography/style/index.less
217
- var typography_style = __webpack_require__(270);
217
+ var typography_style = __webpack_require__(267);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/typography/style/index.js
220
220
 
@@ -451,14 +451,14 @@ typography.install = function (Vue) {
451
451
 
452
452
  /***/ }),
453
453
 
454
- /***/ 145:
454
+ /***/ 142:
455
455
  /***/ (function(module, exports) {
456
456
 
457
457
  // removed by extract-text-webpack-plugin
458
458
 
459
459
  /***/ }),
460
460
 
461
- /***/ 270:
461
+ /***/ 267:
462
462
  /***/ (function(module, exports) {
463
463
 
464
464
  // removed by extract-text-webpack-plugin
package/dist/upload.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_mixin/locale")) : factory(root["./_mixin/locale"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__10__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__9__) {
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 = 92);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 89);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -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
  /***/ 11:
@@ -217,14 +210,14 @@ module.exports = require("babel-runtime/core-js/object/keys");
217
210
 
218
211
  /***/ }),
219
212
 
220
- /***/ 145:
213
+ /***/ 142:
221
214
  /***/ (function(module, exports) {
222
215
 
223
216
  // removed by extract-text-webpack-plugin
224
217
 
225
218
  /***/ }),
226
219
 
227
- /***/ 167:
220
+ /***/ 164:
228
221
  /***/ (function(module, exports) {
229
222
 
230
223
  // removed by extract-text-webpack-plugin
@@ -245,7 +238,7 @@ module.exports = require("babel-runtime/helpers/extends");
245
238
 
246
239
  /***/ }),
247
240
 
248
- /***/ 59:
241
+ /***/ 58:
249
242
  /***/ (function(module, exports) {
250
243
 
251
244
  module.exports = require("axios");
@@ -259,14 +252,14 @@ module.exports = require("babel-runtime/core-js/object/assign");
259
252
 
260
253
  /***/ }),
261
254
 
262
- /***/ 67:
255
+ /***/ 66:
263
256
  /***/ (function(module, exports) {
264
257
 
265
258
  module.exports = require("babel-runtime/core-js/object/values");
266
259
 
267
260
  /***/ }),
268
261
 
269
- /***/ 92:
262
+ /***/ 89:
270
263
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
271
264
 
272
265
  "use strict";
@@ -274,10 +267,10 @@ module.exports = require("babel-runtime/core-js/object/values");
274
267
  __webpack_require__.r(__webpack_exports__);
275
268
 
276
269
  // EXTERNAL MODULE: ./components/style/index.less
277
- var style = __webpack_require__(145);
270
+ var style = __webpack_require__(142);
278
271
 
279
272
  // EXTERNAL MODULE: ./components/upload/style/index.less
280
- var upload_style = __webpack_require__(167);
273
+ var upload_style = __webpack_require__(164);
281
274
 
282
275
  // CONCATENATED MODULE: ./components/upload/style/index.js
283
276
 
@@ -354,7 +347,7 @@ var get_iterator_ = __webpack_require__(24);
354
347
  var get_iterator_default = /*#__PURE__*/__webpack_require__.n(get_iterator_);
355
348
 
356
349
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/values"
357
- var values_ = __webpack_require__(67);
350
+ var values_ = __webpack_require__(66);
358
351
  var values_default = /*#__PURE__*/__webpack_require__.n(values_);
359
352
 
360
353
  // EXTERNAL MODULE: external "babel-runtime/helpers/extends"
@@ -362,7 +355,7 @@ var extends_ = __webpack_require__(26);
362
355
  var extends_default = /*#__PURE__*/__webpack_require__.n(extends_);
363
356
 
364
357
  // EXTERNAL MODULE: external "axios"
365
- var external_axios_ = __webpack_require__(59);
358
+ var external_axios_ = __webpack_require__(58);
366
359
  var external_axios_default = /*#__PURE__*/__webpack_require__.n(external_axios_);
367
360
 
368
361
  // CONCATENATED MODULE: ./components/upload/attr-accept.js
@@ -1351,7 +1344,7 @@ upload_photowallvue_type_template_id_c0bbefda_render._withStripped = true
1351
1344
  // CONCATENATED MODULE: ./components/upload/upload-photowall.vue?vue&type=template&id=c0bbefda&
1352
1345
 
1353
1346
  // EXTERNAL MODULE: external "./_mixin/locale"
1354
- var locale_ = __webpack_require__(10);
1347
+ var locale_ = __webpack_require__(9);
1355
1348
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
1356
1349
 
1357
1350
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/upload/upload-photowall.vue?vue&type=script&lang=js&
@@ -2020,6 +2013,13 @@ entry.install = function (Vue) {
2020
2013
 
2021
2014
  /* harmony default export */ var components_upload = __webpack_exports__["default"] = (entry);
2022
2015
 
2016
+ /***/ }),
2017
+
2018
+ /***/ 9:
2019
+ /***/ (function(module, exports) {
2020
+
2021
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
2022
+
2023
2023
  /***/ })
2024
2024
 
2025
2025
  /******/ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdsfe/mds-ui",
3
- "version": "0.3.0-15",
3
+ "version": "0.3.0-18",
4
4
  "description": "A set of enterprise-class Vue UI components.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {