@mdsfe/mds-ui 0.2.11-rc.7 → 0.3.0-0

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 +20 -1
  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/{zh-CN.js → lang/zh-CN.js} +22 -3
  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.1afa199.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 +1884 -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 +75 -35
  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 +251 -2
  62. package/dist/style/alert.css +251 -2
  63. package/dist/style/anchor.css +251 -2
  64. package/dist/style/avatar.css +251 -2
  65. package/dist/style/badge.css +251 -2
  66. package/dist/style/bordershadow.css +251 -2
  67. package/dist/style/breadcrumb.css +251 -2
  68. package/dist/style/button.css +251 -2
  69. package/dist/style/card.css +251 -2
  70. package/dist/style/carousel.css +251 -2
  71. package/dist/style/checkbox.css +251 -2
  72. package/dist/style/col.css +251 -2
  73. package/dist/style/collapse.css +251 -2
  74. package/dist/style/color.css +251 -2
  75. package/dist/style/datepicker.css +251 -2
  76. package/dist/style/divider.css +251 -2
  77. package/dist/style/drawer.css +251 -2
  78. package/dist/style/dropdown.css +251 -2
  79. package/dist/style/empty.css +251 -2
  80. package/dist/style/font.css +251 -2
  81. package/dist/style/form.css +251 -2
  82. package/dist/style/icon.css +251 -2
  83. package/dist/style/input.css +251 -2
  84. package/dist/style/inputnumber.css +251 -2
  85. package/dist/style/layout.css +251 -2
  86. package/dist/style/list.css +251 -2
  87. package/dist/style/loading.css +251 -2
  88. package/dist/style/menu.css +251 -2
  89. package/dist/style/modal.css +251 -2
  90. package/dist/style/notification.css +251 -2
  91. package/dist/style/pagination.css +251 -2
  92. package/dist/style/popconfirm.css +251 -2
  93. package/dist/style/popover.css +251 -2
  94. package/dist/style/progress.css +251 -2
  95. package/dist/style/radio.css +251 -2
  96. package/dist/style/rate.css +251 -2
  97. package/dist/style/row.css +251 -2
  98. package/dist/style/select.css +251 -2
  99. package/dist/style/slider.css +251 -2
  100. package/dist/style/slottable.css +251 -2
  101. package/dist/style/steps.css +251 -2
  102. package/dist/style/switch.css +251 -2
  103. package/dist/style/table.css +251 -2
  104. package/dist/style/tabs.css +251 -2
  105. package/dist/style/tag.css +251 -2
  106. package/dist/style/text.css +251 -2
  107. package/dist/style/timeline.css +251 -2
  108. package/dist/style/timepicker.css +251 -2
  109. package/dist/style/tooltip.css +251 -2
  110. package/dist/style/tree.css +251 -2
  111. package/dist/style/typography.css +251 -2
  112. package/dist/style/upload.css +251 -2
  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.7487761.woff2 +0 -0
  128. package/dist/font/iconfont.ef68624.woff +0 -0
package/dist/input.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./icon"), require("./_util/proptype"), require("./_mixin/emitter"), require("./button")) : factory(root["./icon"], root["./_util/proptype"], 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__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __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 = 106);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 109);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 106:
206
+ /***/ 109:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,7 +211,7 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/input/style/index.js
214
- var style = __webpack_require__(57);
214
+ var style = __webpack_require__(60);
215
215
 
216
216
  // EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
217
217
  var defineProperty_ = __webpack_require__(3);
@@ -225,7 +225,7 @@ var external_icon_ = __webpack_require__(7);
225
225
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
226
226
 
227
227
  // EXTERNAL MODULE: external "./_mixin/emitter"
228
- var emitter_ = __webpack_require__(12);
228
+ var emitter_ = __webpack_require__(13);
229
229
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
230
230
 
231
231
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/input.vue?vue&type=script&lang=js&
@@ -548,7 +548,7 @@ if (false) { var api; }
548
548
  component.options.__file = "components/input/input.vue"
549
549
  /* harmony default export */ var input = (component.exports);
550
550
  // EXTERNAL MODULE: external "./button"
551
- var external_button_ = __webpack_require__(13);
551
+ var external_button_ = __webpack_require__(14);
552
552
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
553
553
 
554
554
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/search.vue?vue&type=script&lang=js&
@@ -802,28 +802,28 @@ input.install = function (Vue) {
802
802
 
803
803
  /***/ }),
804
804
 
805
- /***/ 12:
805
+ /***/ 13:
806
806
  /***/ (function(module, exports) {
807
807
 
808
- module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
808
+ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
809
809
 
810
810
  /***/ }),
811
811
 
812
- /***/ 13:
812
+ /***/ 14:
813
813
  /***/ (function(module, exports) {
814
814
 
815
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
815
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
816
816
 
817
817
  /***/ }),
818
818
 
819
- /***/ 139:
819
+ /***/ 142:
820
820
  /***/ (function(module, exports) {
821
821
 
822
822
  // removed by extract-text-webpack-plugin
823
823
 
824
824
  /***/ }),
825
825
 
826
- /***/ 183:
826
+ /***/ 186:
827
827
  /***/ (function(module, exports) {
828
828
 
829
829
  // removed by extract-text-webpack-plugin
@@ -1028,7 +1028,7 @@ function calculateNodeHeight(uiTextNode) {
1028
1028
  return { height: height + 'px', minHeight: minHeight + 'px', maxHeight: maxHeight + 'px', overflowY: overflowY };
1029
1029
  }
1030
1030
  // EXTERNAL MODULE: external "./_mixin/emitter"
1031
- var emitter_ = __webpack_require__(12);
1031
+ var emitter_ = __webpack_require__(13);
1032
1032
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
1033
1033
 
1034
1034
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/textarea.vue?vue&type=script&lang=js&
@@ -1236,13 +1236,13 @@ component.options.__file = "components/input/textarea.vue"
1236
1236
 
1237
1237
  /***/ }),
1238
1238
 
1239
- /***/ 57:
1239
+ /***/ 60:
1240
1240
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1241
1241
 
1242
1242
  "use strict";
1243
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
1243
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
1244
1244
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
1245
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(183);
1245
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(186);
1246
1246
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
1247
1247
 
1248
1248
 
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./icon"), require("./_mixin/emitter"), require("./input")) : factory(root["./icon"], root["./_mixin/emitter"], 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__12__, __WEBPACK_EXTERNAL_MODULE__16__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__13__, __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 = 117);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 120);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 117:
206
+ /***/ 120:
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/inputnumber/style/index.less
217
- var inputnumber_style = __webpack_require__(185);
217
+ var inputnumber_style = __webpack_require__(188);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/inputnumber/style/index.js
220
220
 
@@ -315,7 +315,7 @@ var external_icon_ = __webpack_require__(7);
315
315
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
316
316
 
317
317
  // EXTERNAL MODULE: external "./input"
318
- var external_input_ = __webpack_require__(16);
318
+ var external_input_ = __webpack_require__(17);
319
319
  var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
320
320
 
321
321
  // CONCATENATED MODULE: ./components/inputnumber/props.js
@@ -396,7 +396,7 @@ var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_)
396
396
  }
397
397
  });
398
398
  // EXTERNAL MODULE: external "./_mixin/emitter"
399
- var emitter_ = __webpack_require__(12);
399
+ var emitter_ = __webpack_require__(13);
400
400
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
401
401
 
402
402
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/inputnumber/inputnumber.vue?vue&type=script&lang=js&
@@ -670,28 +670,28 @@ inputnumber.install = function (Vue) {
670
670
 
671
671
  /***/ }),
672
672
 
673
- /***/ 12:
673
+ /***/ 13:
674
674
  /***/ (function(module, exports) {
675
675
 
676
- module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
676
+ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
677
677
 
678
678
  /***/ }),
679
679
 
680
- /***/ 139:
680
+ /***/ 142:
681
681
  /***/ (function(module, exports) {
682
682
 
683
683
  // removed by extract-text-webpack-plugin
684
684
 
685
685
  /***/ }),
686
686
 
687
- /***/ 16:
687
+ /***/ 17:
688
688
  /***/ (function(module, exports) {
689
689
 
690
- module.exports = __WEBPACK_EXTERNAL_MODULE__16__;
690
+ module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
691
691
 
692
692
  /***/ }),
693
693
 
694
- /***/ 185:
694
+ /***/ 188:
695
695
  /***/ (function(module, exports) {
696
696
 
697
697
  // removed by extract-text-webpack-plugin
package/dist/layout.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 = 90);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 93);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,14 +203,14 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 139:
206
+ /***/ 142:
207
207
  /***/ (function(module, exports) {
208
208
 
209
209
  // removed by extract-text-webpack-plugin
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 187:
213
+ /***/ 190:
214
214
  /***/ (function(module, exports) {
215
215
 
216
216
  // removed by extract-text-webpack-plugin
@@ -245,7 +245,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
245
245
 
246
246
  /***/ }),
247
247
 
248
- /***/ 90:
248
+ /***/ 93:
249
249
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
250
250
 
251
251
  "use strict";
@@ -253,10 +253,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
253
253
  __webpack_require__.r(__webpack_exports__);
254
254
 
255
255
  // EXTERNAL MODULE: ./components/style/index.less
256
- var style = __webpack_require__(139);
256
+ var style = __webpack_require__(142);
257
257
 
258
258
  // EXTERNAL MODULE: ./components/layout/style/index.less
259
- var layout_style = __webpack_require__(187);
259
+ var layout_style = __webpack_require__(190);
260
260
 
261
261
  // CONCATENATED MODULE: ./components/layout/style/index.js
262
262
 
package/dist/list.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 = 110);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 113);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 110:
206
+ /***/ 113:
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/list/style/index.less
217
- var list_style = __webpack_require__(240);
217
+ var list_style = __webpack_require__(243);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/list/style/index.js
220
220
 
@@ -757,14 +757,14 @@ list.install = function (Vue) {
757
757
 
758
758
  /***/ }),
759
759
 
760
- /***/ 139:
760
+ /***/ 142:
761
761
  /***/ (function(module, exports) {
762
762
 
763
763
  // removed by extract-text-webpack-plugin
764
764
 
765
765
  /***/ }),
766
766
 
767
- /***/ 240:
767
+ /***/ 243:
768
768
  /***/ (function(module, exports) {
769
769
 
770
770
  // removed by extract-text-webpack-plugin
package/dist/loading.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 = 131);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 134);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 131:
206
+ /***/ 134:
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/loading/style/index.less
217
- var loading_style = __webpack_require__(274);
217
+ var loading_style = __webpack_require__(277);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/loading/style/index.js
220
220
 
@@ -425,14 +425,14 @@ loading.install = function (Vue) {
425
425
 
426
426
  /***/ }),
427
427
 
428
- /***/ 139:
428
+ /***/ 142:
429
429
  /***/ (function(module, exports) {
430
430
 
431
431
  // removed by extract-text-webpack-plugin
432
432
 
433
433
  /***/ }),
434
434
 
435
- /***/ 274:
435
+ /***/ 277:
436
436
  /***/ (function(module, exports) {
437
437
 
438
438
  // removed by extract-text-webpack-plugin