@mdsfe/mds-ui 0.2.11-rc.10 → 0.2.11-rc.13

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 (128) hide show
  1. package/CHANGELOG.md +994 -0
  2. package/dist/_locale/default.js +18 -0
  3. package/dist/_locale/format.js +54 -0
  4. package/dist/_locale/index.js +56 -6
  5. package/dist/_locale/lang/en.js +144 -0
  6. package/dist/_locale/lang/zh-CN.js +142 -0
  7. package/dist/_mixin/locale.js +1 -1
  8. package/dist/_util/iconfont/index.js +12 -13
  9. package/dist/_util/util.js +7 -0
  10. package/dist/affix.js +6 -6
  11. package/dist/alert.js +6 -6
  12. package/dist/anchor.js +6 -6
  13. package/dist/avatar.js +17 -8
  14. package/dist/backtop.js +11 -11
  15. package/dist/badge.js +17 -17
  16. package/dist/bordershadow.js +6 -6
  17. package/dist/breadcrumb.js +6 -6
  18. package/dist/button.js +6 -6
  19. package/dist/card.js +6 -6
  20. package/dist/carousel.js +80 -80
  21. package/dist/cascader.js +96 -61
  22. package/dist/cascaderpanel.js +54 -29
  23. package/dist/checkbox.js +10 -10
  24. package/dist/col.js +10 -10
  25. package/dist/collapse.js +6 -6
  26. package/dist/color.js +6 -6
  27. package/dist/datepicker.js +287 -280
  28. package/dist/divider.js +6 -6
  29. package/dist/drawer.js +20 -20
  30. package/dist/dropdown.js +19 -19
  31. package/dist/empty.js +31 -14
  32. package/dist/font/iconfont.4ac77c3.woff2 +0 -0
  33. package/dist/font/iconfont.5a7af4c.woff +0 -0
  34. package/dist/font/{iconfont.3375cbc.ttf → iconfont.784954d.ttf} +0 -0
  35. package/dist/font.js +6 -6
  36. package/dist/form.js +14 -14
  37. package/dist/icon.js +6 -6
  38. package/dist/index.js +1 -1
  39. package/dist/input.js +16 -16
  40. package/dist/inputnumber.js +13 -13
  41. package/dist/layout.js +6 -6
  42. package/dist/list.js +6 -6
  43. package/dist/loading.js +6 -6
  44. package/dist/mds-ui.min.css +1 -1
  45. package/dist/mds-ui.min.js +1883 -1386
  46. package/dist/menu.js +18 -18
  47. package/dist/message.js +10 -10
  48. package/dist/modal.js +60 -38
  49. package/dist/notification.js +20 -20
  50. package/dist/pagination.js +74 -33
  51. package/dist/popconfirm.js +561 -31
  52. package/dist/popover.js +27 -27
  53. package/dist/progress.js +6 -6
  54. package/dist/radio.js +10 -10
  55. package/dist/rate.js +10 -10
  56. package/dist/row.js +10 -10
  57. package/dist/select.js +99 -79
  58. package/dist/slider.js +58 -37
  59. package/dist/slottable.js +75 -50
  60. package/dist/steps.js +6 -6
  61. package/dist/style/affix.css +190 -1
  62. package/dist/style/alert.css +190 -1
  63. package/dist/style/anchor.css +190 -1
  64. package/dist/style/avatar.css +190 -1
  65. package/dist/style/badge.css +190 -1
  66. package/dist/style/bordershadow.css +190 -1
  67. package/dist/style/breadcrumb.css +190 -1
  68. package/dist/style/button.css +190 -1
  69. package/dist/style/card.css +190 -1
  70. package/dist/style/carousel.css +190 -1
  71. package/dist/style/checkbox.css +190 -1
  72. package/dist/style/col.css +190 -1
  73. package/dist/style/collapse.css +190 -1
  74. package/dist/style/color.css +190 -1
  75. package/dist/style/datepicker.css +190 -1
  76. package/dist/style/divider.css +190 -1
  77. package/dist/style/drawer.css +190 -1
  78. package/dist/style/dropdown.css +190 -1
  79. package/dist/style/empty.css +190 -1
  80. package/dist/style/font.css +190 -1
  81. package/dist/style/form.css +190 -1
  82. package/dist/style/icon.css +190 -1
  83. package/dist/style/input.css +190 -1
  84. package/dist/style/inputnumber.css +190 -1
  85. package/dist/style/layout.css +190 -1
  86. package/dist/style/list.css +190 -1
  87. package/dist/style/loading.css +190 -1
  88. package/dist/style/menu.css +190 -1
  89. package/dist/style/modal.css +190 -1
  90. package/dist/style/notification.css +190 -1
  91. package/dist/style/pagination.css +190 -1
  92. package/dist/style/popconfirm.css +190 -1
  93. package/dist/style/popover.css +190 -1
  94. package/dist/style/progress.css +190 -1
  95. package/dist/style/radio.css +190 -1
  96. package/dist/style/rate.css +190 -1
  97. package/dist/style/row.css +190 -1
  98. package/dist/style/select.css +190 -1
  99. package/dist/style/slider.css +190 -1
  100. package/dist/style/slottable.css +190 -1
  101. package/dist/style/steps.css +190 -1
  102. package/dist/style/switch.css +190 -1
  103. package/dist/style/table.css +190 -1
  104. package/dist/style/tabs.css +190 -1
  105. package/dist/style/tag.css +190 -1
  106. package/dist/style/text.css +190 -1
  107. package/dist/style/timeline.css +190 -1
  108. package/dist/style/timepicker.css +190 -1
  109. package/dist/style/tooltip.css +190 -1
  110. package/dist/style/tree.css +190 -1
  111. package/dist/style/typography.css +190 -1
  112. package/dist/style/upload.css +190 -1
  113. package/dist/switch.js +10 -10
  114. package/dist/table.js +261 -166
  115. package/dist/tabs.js +6 -6
  116. package/dist/tag.js +6 -6
  117. package/dist/text.js +681 -681
  118. package/dist/timeline.js +6 -6
  119. package/dist/timepicker.js +571 -41
  120. package/dist/tooltip.js +25 -25
  121. package/dist/transfer.js +48 -34
  122. package/dist/transition.js +4 -4
  123. package/dist/tree.js +77 -77
  124. package/dist/typography.js +6 -6
  125. package/dist/upload.js +60 -32
  126. package/package.json +4 -2
  127. package/dist/font/iconfont.18d0990.woff +0 -0
  128. package/dist/font/iconfont.98a83f4.woff2 +0 -0
package/dist/divider.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 = 130);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 133);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 130:
206
+ /***/ 133:
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__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/divider/style/index.less
217
- var divider_style = __webpack_require__(260);
217
+ var divider_style = __webpack_require__(263);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/divider/style/index.js
220
220
 
@@ -328,14 +328,14 @@ divider.install = function (Vue) {
328
328
 
329
329
  /***/ }),
330
330
 
331
- /***/ 139:
331
+ /***/ 142:
332
332
  /***/ (function(module, exports) {
333
333
 
334
334
  // removed by extract-text-webpack-plugin
335
335
 
336
336
  /***/ }),
337
337
 
338
- /***/ 260:
338
+ /***/ 263:
339
339
  /***/ (function(module, exports) {
340
340
 
341
341
  // removed by extract-text-webpack-plugin
package/dist/drawer.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./transition"), require("./_mixin/emitter"), require("./button")) : factory(root["Vue"], root["./icon"], root["./transition"], root["./_mixin/emitter"], 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__11__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__, __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 = 129);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 132);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -492,21 +492,21 @@ 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
 
502
- /***/ 12:
502
+ /***/ 13:
503
503
  /***/ (function(module, exports) {
504
504
 
505
- module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
505
+ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
506
506
 
507
507
  /***/ }),
508
508
 
509
- /***/ 129:
509
+ /***/ 132:
510
510
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
511
511
 
512
512
  "use strict";
@@ -514,13 +514,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
514
514
  __webpack_require__.r(__webpack_exports__);
515
515
 
516
516
  // EXTERNAL MODULE: ./components/style/index.less
517
- var style = __webpack_require__(139);
517
+ var style = __webpack_require__(142);
518
518
 
519
519
  // EXTERNAL MODULE: ./components/drawer/style/index.less
520
- var drawer_style = __webpack_require__(252);
520
+ var drawer_style = __webpack_require__(255);
521
521
 
522
522
  // EXTERNAL MODULE: ./components/_util/loaders/loaders.less
523
- var loaders = __webpack_require__(254);
523
+ var loaders = __webpack_require__(257);
524
524
 
525
525
  // CONCATENATED MODULE: ./components/drawer/style/index.js
526
526
 
@@ -654,18 +654,18 @@ var external_icon_ = __webpack_require__(7);
654
654
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
655
655
 
656
656
  // EXTERNAL MODULE: external "./button"
657
- var external_button_ = __webpack_require__(13);
657
+ var external_button_ = __webpack_require__(14);
658
658
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
659
659
 
660
660
  // EXTERNAL MODULE: external "./transition"
661
- var external_transition_ = __webpack_require__(11);
661
+ var external_transition_ = __webpack_require__(12);
662
662
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
663
663
 
664
664
  // EXTERNAL MODULE: ./components/_util/_popper/popup/popup-main.js
665
- var popup_main = __webpack_require__(14);
665
+ var popup_main = __webpack_require__(15);
666
666
 
667
667
  // EXTERNAL MODULE: external "./_mixin/emitter"
668
- var emitter_ = __webpack_require__(12);
668
+ var emitter_ = __webpack_require__(13);
669
669
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
670
670
 
671
671
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/drawer/drawer.vue?vue&type=script&lang=js&
@@ -922,21 +922,21 @@ drawer.install = function (Vue) {
922
922
 
923
923
  /***/ }),
924
924
 
925
- /***/ 13:
925
+ /***/ 14:
926
926
  /***/ (function(module, exports) {
927
927
 
928
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
928
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
929
929
 
930
930
  /***/ }),
931
931
 
932
- /***/ 139:
932
+ /***/ 142:
933
933
  /***/ (function(module, exports) {
934
934
 
935
935
  // removed by extract-text-webpack-plugin
936
936
 
937
937
  /***/ }),
938
938
 
939
- /***/ 14:
939
+ /***/ 15:
940
940
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
941
941
 
942
942
  "use strict";
@@ -1168,14 +1168,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
1168
1168
 
1169
1169
  /***/ }),
1170
1170
 
1171
- /***/ 252:
1171
+ /***/ 255:
1172
1172
  /***/ (function(module, exports) {
1173
1173
 
1174
1174
  // removed by extract-text-webpack-plugin
1175
1175
 
1176
1176
  /***/ }),
1177
1177
 
1178
- /***/ 254:
1178
+ /***/ 257:
1179
1179
  /***/ (function(module, exports) {
1180
1180
 
1181
1181
  // removed by extract-text-webpack-plugin
package/dist/dropdown.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./icon"), require("./_util/proptype"), require("./transition"), require("./button"), require("./_mixin/popper")) : factory(root["./icon"], root["./_util/proptype"], root["./transition"], root["./button"], root["./_mixin/popper"]);
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__13__, __WEBPACK_EXTERNAL_MODULE__66__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__14__, __WEBPACK_EXTERNAL_MODULE__69__) {
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 = 105);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 108);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 105:
206
+ /***/ 108:
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__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/dropdown/style/index.less
217
- var dropdown_style = __webpack_require__(177);
217
+ var dropdown_style = __webpack_require__(180);
218
218
 
219
219
  // EXTERNAL MODULE: ./components/button/style/index.js
220
220
  var button_style = __webpack_require__(40);
@@ -296,11 +296,11 @@ render._withStripped = true
296
296
  // CONCATENATED MODULE: ./components/dropdown/dropdown.vue?vue&type=template&id=30153d24&
297
297
 
298
298
  // EXTERNAL MODULE: external "./transition"
299
- var external_transition_ = __webpack_require__(11);
299
+ var external_transition_ = __webpack_require__(12);
300
300
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
301
301
 
302
302
  // EXTERNAL MODULE: external "./button"
303
- var external_button_ = __webpack_require__(13);
303
+ var external_button_ = __webpack_require__(14);
304
304
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
305
305
 
306
306
  // EXTERNAL MODULE: external "./icon"
@@ -308,7 +308,7 @@ var external_icon_ = __webpack_require__(7);
308
308
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
309
309
 
310
310
  // EXTERNAL MODULE: external "./_mixin/popper"
311
- var popper_ = __webpack_require__(66);
311
+ var popper_ = __webpack_require__(69);
312
312
  var popper_default = /*#__PURE__*/__webpack_require__.n(popper_);
313
313
 
314
314
  // EXTERNAL MODULE: external "./_util/proptype"
@@ -660,35 +660,35 @@ dropdown.install = function (Vue) {
660
660
 
661
661
  /***/ }),
662
662
 
663
- /***/ 11:
663
+ /***/ 12:
664
664
  /***/ (function(module, exports) {
665
665
 
666
- module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
666
+ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
667
667
 
668
668
  /***/ }),
669
669
 
670
- /***/ 13:
670
+ /***/ 14:
671
671
  /***/ (function(module, exports) {
672
672
 
673
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
673
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
674
674
 
675
675
  /***/ }),
676
676
 
677
- /***/ 139:
677
+ /***/ 142:
678
678
  /***/ (function(module, exports) {
679
679
 
680
680
  // removed by extract-text-webpack-plugin
681
681
 
682
682
  /***/ }),
683
683
 
684
- /***/ 163:
684
+ /***/ 166:
685
685
  /***/ (function(module, exports) {
686
686
 
687
687
  // removed by extract-text-webpack-plugin
688
688
 
689
689
  /***/ }),
690
690
 
691
- /***/ 177:
691
+ /***/ 180:
692
692
  /***/ (function(module, exports) {
693
693
 
694
694
  // removed by extract-text-webpack-plugin
@@ -699,19 +699,19 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
699
699
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
700
700
 
701
701
  "use strict";
702
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
702
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
703
703
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
704
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(163);
704
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(166);
705
705
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
706
706
 
707
707
 
708
708
 
709
709
  /***/ }),
710
710
 
711
- /***/ 66:
711
+ /***/ 69:
712
712
  /***/ (function(module, exports) {
713
713
 
714
- module.exports = __WEBPACK_EXTERNAL_MODULE__66__;
714
+ module.exports = __WEBPACK_EXTERNAL_MODULE__69__;
715
715
 
716
716
  /***/ }),
717
717
 
package/dist/empty.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"));
3
+ module.exports = factory(require("./_util/proptype"), require("./_mixin/locale"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["./_util/proptype"], factory);
5
+ define(["./_util/proptype", "./_mixin/locale"], factory);
6
6
  else {
7
- var a = typeof exports === 'object' ? factory(require("./_util/proptype")) : factory(root["./_util/proptype"]);
7
+ var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./_mixin/locale")) : factory(root["./_util/proptype"], 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__8__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__10__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
91
91
  /******/
92
92
  /******/
93
93
  /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = 138);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 141);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,14 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 138:
206
+ /***/ 10:
207
+ /***/ (function(module, exports) {
208
+
209
+ module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
210
+
211
+ /***/ }),
212
+
213
+ /***/ 141:
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__(139);
221
+ var style = __webpack_require__(142);
215
222
 
216
223
  // EXTERNAL MODULE: ./components/empty/style/index.less
217
- var empty_style = __webpack_require__(256);
224
+ var empty_style = __webpack_require__(259);
218
225
 
219
226
  // CONCATENATED MODULE: ./components/empty/style/index.js
220
227
 
@@ -235,14 +242,14 @@ empty["a" /* default */].install = function (Vue) {
235
242
 
236
243
  /***/ }),
237
244
 
238
- /***/ 139:
245
+ /***/ 142:
239
246
  /***/ (function(module, exports) {
240
247
 
241
248
  // removed by extract-text-webpack-plugin
242
249
 
243
250
  /***/ }),
244
251
 
245
- /***/ 256:
252
+ /***/ 259:
246
253
  /***/ (function(module, exports) {
247
254
 
248
255
  // removed by extract-text-webpack-plugin
@@ -276,9 +283,9 @@ var render = function () {
276
283
  : _vm._e(),
277
284
  ]),
278
285
  _c("div", { class: _vm.prefixCls + "-info" }, [
279
- _vm.desc
286
+ _vm.dispatchDesc
280
287
  ? _c("div", { class: _vm.prefixCls + "-desc" }, [
281
- _vm._v(_vm._s(_vm.desc)),
288
+ _vm._v(_vm._s(_vm.dispatchDesc)),
282
289
  ])
283
290
  : _vm._e(),
284
291
  _vm.$slots.custom
@@ -300,6 +307,10 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
300
307
  // EXTERNAL MODULE: external "./_util/proptype"
301
308
  var proptype_ = __webpack_require__(8);
302
309
 
310
+ // EXTERNAL MODULE: external "./_mixin/locale"
311
+ var locale_ = __webpack_require__(10);
312
+ var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
313
+
303
314
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/empty/empty.vue?vue&type=script&lang=js&
304
315
 
305
316
  //
@@ -321,19 +332,22 @@ var proptype_ = __webpack_require__(8);
321
332
  //
322
333
 
323
334
 
335
+
336
+
324
337
  var basicImg = '//j1.58cdn.com.cn/matrix/static/images/nodata_basic@2x.png';
325
338
  var mediumImg = '//j1.58cdn.com.cn/matrix/static/images/nodata_medium@2x.png';
326
339
  var largeImg = '//j1.58cdn.com.cn/matrix/static/images/nodata_large@2x.png';
340
+
327
341
  /* harmony default export */ var emptyvue_type_script_lang_js_ = ({
328
342
  name: 'MdsEmpty',
343
+ mixins: [locale_default.a],
329
344
  props: {
330
345
  prefixCls: {
331
346
  type: String,
332
347
  default: 'mds-empty'
333
348
  },
334
349
  desc: {
335
- type: String,
336
- default: '暂无数据'
350
+ type: String
337
351
  },
338
352
  size: {
339
353
  validator: function validator(value) {
@@ -362,6 +376,9 @@ var largeImg = '//j1.58cdn.com.cn/matrix/static/images/nodata_large@2x.png';
362
376
  var prefixCls = this.prefixCls;
363
377
  var size = this.size;
364
378
  return ['' + prefixCls, defineProperty_default()({}, prefixCls + '-' + size, !!size)];
379
+ },
380
+ dispatchDesc: function dispatchDesc() {
381
+ return this.desc || this.t('mds.empty.description');
365
382
  }
366
383
  },
367
384
  data: function data() {
Binary file
Binary file
package/dist/font.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 = 124);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 127);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 124:
206
+ /***/ 127:
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__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/font/style/index.less
217
- var font_style = __webpack_require__(179);
217
+ var font_style = __webpack_require__(182);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/font/style/index.js
220
220
 
@@ -288,14 +288,14 @@ font.install = function (Vue) {
288
288
 
289
289
  /***/ }),
290
290
 
291
- /***/ 139:
291
+ /***/ 142:
292
292
  /***/ (function(module, exports) {
293
293
 
294
294
  // removed by extract-text-webpack-plugin
295
295
 
296
296
  /***/ }),
297
297
 
298
- /***/ 179:
298
+ /***/ 182:
299
299
  /***/ (function(module, exports) {
300
300
 
301
301
  // removed by extract-text-webpack-plugin
package/dist/form.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_mixin/emitter")) : factory(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__12__) {
10
+ })(window, function(__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 = 115);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 118);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 115:
206
+ /***/ 118:
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__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/form/style/index.less
217
- var form_style = __webpack_require__(276);
217
+ var form_style = __webpack_require__(279);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/form/style/index.js
220
220
 
@@ -278,11 +278,11 @@ var stringify_ = __webpack_require__(28);
278
278
  var stringify_default = /*#__PURE__*/__webpack_require__.n(stringify_);
279
279
 
280
280
  // EXTERNAL MODULE: external "./_mixin/emitter"
281
- var emitter_ = __webpack_require__(12);
281
+ var emitter_ = __webpack_require__(13);
282
282
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
283
283
 
284
284
  // EXTERNAL MODULE: external "async-validator"
285
- var external_async_validator_ = __webpack_require__(75);
285
+ var external_async_validator_ = __webpack_require__(78);
286
286
  var external_async_validator_default = /*#__PURE__*/__webpack_require__.n(external_async_validator_);
287
287
 
288
288
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/form/form-item.vue?vue&type=script&lang=js&
@@ -597,7 +597,7 @@ formvue_type_template_id_68392104_render._withStripped = true
597
597
  // CONCATENATED MODULE: ./components/form/form.vue?vue&type=template&id=68392104&
598
598
 
599
599
  // EXTERNAL MODULE: external "babel-runtime/core-js/promise"
600
- var promise_ = __webpack_require__(76);
600
+ var promise_ = __webpack_require__(79);
601
601
  var promise_default = /*#__PURE__*/__webpack_require__.n(promise_);
602
602
 
603
603
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/form/form.vue?vue&type=script&lang=js&
@@ -827,21 +827,21 @@ form_form.install = function (Vue) {
827
827
 
828
828
  /***/ }),
829
829
 
830
- /***/ 12:
830
+ /***/ 13:
831
831
  /***/ (function(module, exports) {
832
832
 
833
- module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
833
+ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
834
834
 
835
835
  /***/ }),
836
836
 
837
- /***/ 139:
837
+ /***/ 142:
838
838
  /***/ (function(module, exports) {
839
839
 
840
840
  // removed by extract-text-webpack-plugin
841
841
 
842
842
  /***/ }),
843
843
 
844
- /***/ 276:
844
+ /***/ 279:
845
845
  /***/ (function(module, exports) {
846
846
 
847
847
  // removed by extract-text-webpack-plugin
@@ -862,14 +862,14 @@ module.exports = require("babel-runtime/core-js/object/assign");
862
862
 
863
863
  /***/ }),
864
864
 
865
- /***/ 75:
865
+ /***/ 78:
866
866
  /***/ (function(module, exports) {
867
867
 
868
868
  module.exports = require("async-validator");
869
869
 
870
870
  /***/ }),
871
871
 
872
- /***/ 76:
872
+ /***/ 79:
873
873
  /***/ (function(module, exports) {
874
874
 
875
875
  module.exports = require("babel-runtime/core-js/promise");
package/dist/icon.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 = 125);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 128);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 125:
206
+ /***/ 128:
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__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/icon/style/index.less
217
- var icon_style = __webpack_require__(181);
217
+ var icon_style = __webpack_require__(184);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/icon/style/index.js
220
220
 
@@ -338,14 +338,14 @@ icon.install = function (Vue) {
338
338
 
339
339
  /***/ }),
340
340
 
341
- /***/ 139:
341
+ /***/ 142:
342
342
  /***/ (function(module, exports) {
343
343
 
344
344
  // removed by extract-text-webpack-plugin
345
345
 
346
346
  /***/ }),
347
347
 
348
- /***/ 181:
348
+ /***/ 184:
349
349
  /***/ (function(module, exports) {
350
350
 
351
351
  // removed by extract-text-webpack-plugin