@mdsfe/mds-ui 0.3.0-14 → 0.3.0-17

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 (120) 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 +656 -1012
  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 +6 -6
  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 +1729 -1607
  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 +7 -1
  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 +7 -1
  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 +6 -6
  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/dist/font/iconfont.9936847.woff2 +0 -0
  120. package/dist/font/iconfont.b0a8d88.woff +0 -0
package/dist/input.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 = 112);
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
- /***/ 112:
206
+ /***/ 109:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -816,14 +816,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
816
816
 
817
817
  /***/ }),
818
818
 
819
- /***/ 145:
819
+ /***/ 142:
820
820
  /***/ (function(module, exports) {
821
821
 
822
822
  // removed by extract-text-webpack-plugin
823
823
 
824
824
  /***/ }),
825
825
 
826
- /***/ 189:
826
+ /***/ 186:
827
827
  /***/ (function(module, exports) {
828
828
 
829
829
  // removed by extract-text-webpack-plugin
@@ -1240,9 +1240,9 @@ component.options.__file = "components/input/textarea.vue"
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__(145);
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__(189);
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__13__, __WEBPACK_EXTERNAL_MODULE__17__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__13__, __WEBPACK_EXTERNAL_MODULE__18__) {
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 = 123);
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
- /***/ 123:
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__(145);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/inputnumber/style/index.less
217
- var inputnumber_style = __webpack_require__(191);
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__(17);
318
+ var external_input_ = __webpack_require__(18);
319
319
  var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
320
320
 
321
321
  // CONCATENATED MODULE: ./components/inputnumber/props.js
@@ -677,21 +677,21 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
677
677
 
678
678
  /***/ }),
679
679
 
680
- /***/ 145:
680
+ /***/ 142:
681
681
  /***/ (function(module, exports) {
682
682
 
683
683
  // removed by extract-text-webpack-plugin
684
684
 
685
685
  /***/ }),
686
686
 
687
- /***/ 17:
687
+ /***/ 18:
688
688
  /***/ (function(module, exports) {
689
689
 
690
- module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
690
+ module.exports = __WEBPACK_EXTERNAL_MODULE__18__;
691
691
 
692
692
  /***/ }),
693
693
 
694
- /***/ 191:
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 = 96);
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
- /***/ 145:
206
+ /***/ 142:
207
207
  /***/ (function(module, exports) {
208
208
 
209
209
  // removed by extract-text-webpack-plugin
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 193:
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
- /***/ 96:
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__(145);
256
+ var style = __webpack_require__(142);
257
257
 
258
258
  // EXTERNAL MODULE: ./components/layout/style/index.less
259
- var layout_style = __webpack_require__(193);
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 = 116);
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
- /***/ 116:
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__(145);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/list/style/index.less
217
- var list_style = __webpack_require__(246);
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
- /***/ 145:
760
+ /***/ 142:
761
761
  /***/ (function(module, exports) {
762
762
 
763
763
  // removed by extract-text-webpack-plugin
764
764
 
765
765
  /***/ }),
766
766
 
767
- /***/ 246:
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 = 137);
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
- /***/ 137:
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__(145);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/loading/style/index.less
217
- var loading_style = __webpack_require__(280);
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
- /***/ 145:
428
+ /***/ 142:
429
429
  /***/ (function(module, exports) {
430
430
 
431
431
  // removed by extract-text-webpack-plugin
432
432
 
433
433
  /***/ }),
434
434
 
435
- /***/ 280:
435
+ /***/ 277:
436
436
  /***/ (function(module, exports) {
437
437
 
438
438
  // removed by extract-text-webpack-plugin