@mdsfe/mds-ui 0.2.11-rc.12 → 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 (127) hide show
  1. package/dist/_locale/default.js +18 -0
  2. package/dist/_locale/format.js +54 -0
  3. package/dist/_locale/index.js +56 -6
  4. package/dist/_locale/lang/en.js +144 -0
  5. package/dist/_locale/lang/zh-CN.js +142 -0
  6. package/dist/_mixin/locale.js +1 -1
  7. package/dist/_util/iconfont/index.js +1 -1
  8. package/dist/_util/util.js +7 -0
  9. package/dist/affix.js +6 -6
  10. package/dist/alert.js +6 -6
  11. package/dist/anchor.js +6 -6
  12. package/dist/avatar.js +17 -8
  13. package/dist/backtop.js +11 -11
  14. package/dist/badge.js +17 -17
  15. package/dist/bordershadow.js +6 -6
  16. package/dist/breadcrumb.js +6 -6
  17. package/dist/button.js +6 -6
  18. package/dist/card.js +6 -6
  19. package/dist/carousel.js +80 -80
  20. package/dist/cascader.js +96 -61
  21. package/dist/cascaderpanel.js +54 -29
  22. package/dist/checkbox.js +10 -10
  23. package/dist/col.js +10 -10
  24. package/dist/collapse.js +6 -6
  25. package/dist/color.js +6 -6
  26. package/dist/datepicker.js +287 -280
  27. package/dist/divider.js +6 -6
  28. package/dist/drawer.js +20 -20
  29. package/dist/dropdown.js +19 -19
  30. package/dist/empty.js +31 -14
  31. package/dist/font/iconfont.4ac77c3.woff2 +0 -0
  32. package/dist/font/iconfont.5a7af4c.woff +0 -0
  33. package/dist/font/{iconfont.3f886fd.ttf → iconfont.784954d.ttf} +0 -0
  34. package/dist/font.js +6 -6
  35. package/dist/form.js +14 -14
  36. package/dist/icon.js +6 -6
  37. package/dist/index.js +1 -1
  38. package/dist/input.js +16 -16
  39. package/dist/inputnumber.js +13 -13
  40. package/dist/layout.js +6 -6
  41. package/dist/list.js +6 -6
  42. package/dist/loading.js +6 -6
  43. package/dist/mds-ui.min.css +1 -1
  44. package/dist/mds-ui.min.js +1857 -1377
  45. package/dist/menu.js +18 -18
  46. package/dist/message.js +10 -10
  47. package/dist/modal.js +60 -38
  48. package/dist/notification.js +20 -20
  49. package/dist/pagination.js +74 -33
  50. package/dist/popconfirm.js +561 -31
  51. package/dist/popover.js +27 -27
  52. package/dist/progress.js +6 -6
  53. package/dist/radio.js +10 -10
  54. package/dist/rate.js +10 -10
  55. package/dist/row.js +10 -10
  56. package/dist/select.js +99 -79
  57. package/dist/slider.js +22 -22
  58. package/dist/slottable.js +75 -50
  59. package/dist/steps.js +6 -6
  60. package/dist/style/affix.css +166 -1
  61. package/dist/style/alert.css +166 -1
  62. package/dist/style/anchor.css +166 -1
  63. package/dist/style/avatar.css +166 -1
  64. package/dist/style/badge.css +166 -1
  65. package/dist/style/bordershadow.css +166 -1
  66. package/dist/style/breadcrumb.css +166 -1
  67. package/dist/style/button.css +166 -1
  68. package/dist/style/card.css +166 -1
  69. package/dist/style/carousel.css +166 -1
  70. package/dist/style/checkbox.css +166 -1
  71. package/dist/style/col.css +166 -1
  72. package/dist/style/collapse.css +166 -1
  73. package/dist/style/color.css +166 -1
  74. package/dist/style/datepicker.css +166 -1
  75. package/dist/style/divider.css +166 -1
  76. package/dist/style/drawer.css +166 -1
  77. package/dist/style/dropdown.css +166 -1
  78. package/dist/style/empty.css +166 -1
  79. package/dist/style/font.css +166 -1
  80. package/dist/style/form.css +166 -1
  81. package/dist/style/icon.css +166 -1
  82. package/dist/style/input.css +166 -1
  83. package/dist/style/inputnumber.css +166 -1
  84. package/dist/style/layout.css +166 -1
  85. package/dist/style/list.css +166 -1
  86. package/dist/style/loading.css +166 -1
  87. package/dist/style/menu.css +166 -1
  88. package/dist/style/modal.css +166 -1
  89. package/dist/style/notification.css +166 -1
  90. package/dist/style/pagination.css +166 -1
  91. package/dist/style/popconfirm.css +166 -1
  92. package/dist/style/popover.css +166 -1
  93. package/dist/style/progress.css +166 -1
  94. package/dist/style/radio.css +166 -1
  95. package/dist/style/rate.css +166 -1
  96. package/dist/style/row.css +166 -1
  97. package/dist/style/select.css +166 -1
  98. package/dist/style/slider.css +166 -1
  99. package/dist/style/slottable.css +166 -1
  100. package/dist/style/steps.css +166 -1
  101. package/dist/style/switch.css +166 -1
  102. package/dist/style/table.css +166 -1
  103. package/dist/style/tabs.css +166 -1
  104. package/dist/style/tag.css +166 -1
  105. package/dist/style/text.css +166 -1
  106. package/dist/style/timeline.css +166 -1
  107. package/dist/style/timepicker.css +166 -1
  108. package/dist/style/tooltip.css +166 -1
  109. package/dist/style/tree.css +166 -1
  110. package/dist/style/typography.css +166 -1
  111. package/dist/style/upload.css +166 -1
  112. package/dist/switch.js +10 -10
  113. package/dist/table.js +261 -166
  114. package/dist/tabs.js +6 -6
  115. package/dist/tag.js +6 -6
  116. package/dist/text.js +681 -681
  117. package/dist/timeline.js +6 -6
  118. package/dist/timepicker.js +571 -41
  119. package/dist/tooltip.js +25 -25
  120. package/dist/transfer.js +48 -34
  121. package/dist/transition.js +4 -4
  122. package/dist/tree.js +77 -77
  123. package/dist/typography.js +6 -6
  124. package/dist/upload.js +60 -32
  125. package/package.json +4 -2
  126. package/dist/font/iconfont.396260c.woff2 +0 -0
  127. package/dist/font/iconfont.881db5a.woff +0 -0
package/dist/timeline.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 = 109);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 112);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 109:
206
+ /***/ 112:
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/timeline/style/index.less
217
- var timeline_style = __webpack_require__(232);
217
+ var timeline_style = __webpack_require__(235);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/timeline/style/index.js
220
220
 
@@ -470,14 +470,14 @@ timeline.install = function (Vue) {
470
470
 
471
471
  /***/ }),
472
472
 
473
- /***/ 139:
473
+ /***/ 142:
474
474
  /***/ (function(module, exports) {
475
475
 
476
476
  // removed by extract-text-webpack-plugin
477
477
 
478
478
  /***/ }),
479
479
 
480
- /***/ 232:
480
+ /***/ 235:
481
481
  /***/ (function(module, exports) {
482
482
 
483
483
  // removed by extract-text-webpack-plugin