@mdsfe/mds-ui 0.2.9 → 0.2.10-rc.10

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 +38 -0
  2. package/dist/affix.js +8 -8
  3. package/dist/alert.js +476 -0
  4. package/dist/anchor.js +5 -5
  5. package/dist/avatar.js +8 -8
  6. package/dist/backtop.js +9 -9
  7. package/dist/badge.js +17 -17
  8. package/dist/bordershadow.js +2 -2
  9. package/dist/breadcrumb.js +4 -4
  10. package/dist/button.js +10 -10
  11. package/dist/card.js +4 -4
  12. package/dist/carousel.js +67 -67
  13. package/dist/cascader.js +33 -33
  14. package/dist/cascaderpanel.js +20 -20
  15. package/dist/checkbox.js +4 -4
  16. package/dist/col.js +3 -3
  17. package/dist/collapse.js +4 -4
  18. package/dist/color.js +4 -4
  19. package/dist/datepicker.js +234 -234
  20. package/dist/divider.js +2 -2
  21. package/dist/drawer.js +8 -8
  22. package/dist/dropdown.js +17 -17
  23. package/dist/empty.js +8 -8
  24. package/dist/font/{iconfont.28359fa.ttf → iconfont.22ef8cb.ttf} +0 -0
  25. package/dist/font/iconfont.8bd7c3e.woff2 +0 -0
  26. package/dist/font/iconfont.c5d3297.woff +0 -0
  27. package/dist/font.js +4 -4
  28. package/dist/form.js +8 -8
  29. package/dist/icon.js +17 -63
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +13 -13
  32. package/dist/inputnumber.js +8 -8
  33. package/dist/layout.js +10 -10
  34. package/dist/list.js +8 -8
  35. package/dist/loading.js +2 -2
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +909 -743
  38. package/dist/menu.js +17 -17
  39. package/dist/message.js +8 -8
  40. package/dist/modal.js +8 -8
  41. package/dist/notification.js +12 -12
  42. package/dist/pagination.js +49 -24
  43. package/dist/popconfirm.js +17 -17
  44. package/dist/popover.js +6 -6
  45. package/dist/progress.js +10 -208
  46. package/dist/radio.js +8 -8
  47. package/dist/rate.js +33 -213
  48. package/dist/row.js +3 -3
  49. package/dist/select.js +32 -32
  50. package/dist/slider.js +23 -23
  51. package/dist/slottable.js +22 -22
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +295 -1
  54. package/dist/style/alert.css +6168 -0
  55. package/dist/style/anchor.css +295 -1
  56. package/dist/style/avatar.css +295 -1
  57. package/dist/style/badge.css +295 -1
  58. package/dist/style/bordershadow.css +295 -1
  59. package/dist/style/breadcrumb.css +295 -1
  60. package/dist/style/button.css +295 -1
  61. package/dist/style/card.css +295 -1
  62. package/dist/style/carousel.css +295 -1
  63. package/dist/style/checkbox.css +295 -1
  64. package/dist/style/col.css +295 -1
  65. package/dist/style/collapse.css +295 -1
  66. package/dist/style/color.css +295 -1
  67. package/dist/style/datepicker.css +295 -1
  68. package/dist/style/divider.css +295 -1
  69. package/dist/style/drawer.css +295 -1
  70. package/dist/style/dropdown.css +295 -1
  71. package/dist/style/empty.css +295 -1
  72. package/dist/style/font.css +295 -1
  73. package/dist/style/form.css +295 -1
  74. package/dist/style/icon.css +295 -1
  75. package/dist/style/input.css +295 -1
  76. package/dist/style/inputnumber.css +295 -1
  77. package/dist/style/layout.css +295 -1
  78. package/dist/style/list.css +295 -1
  79. package/dist/style/loading.css +295 -1
  80. package/dist/style/menu.css +295 -1
  81. package/dist/style/modal.css +295 -1
  82. package/dist/style/notification.css +295 -1
  83. package/dist/style/pagination.css +295 -1
  84. package/dist/style/popconfirm.css +295 -1
  85. package/dist/style/popover.css +295 -1
  86. package/dist/style/progress.css +295 -23
  87. package/dist/style/radio.css +295 -1
  88. package/dist/style/rate.css +295 -23
  89. package/dist/style/row.css +295 -1
  90. package/dist/style/select.css +295 -1
  91. package/dist/style/slider.css +295 -1
  92. package/dist/style/slottable.css +295 -1
  93. package/dist/style/steps.css +295 -1
  94. package/dist/style/switch.css +295 -1
  95. package/dist/style/table.css +295 -23
  96. package/dist/style/tabs.css +295 -1
  97. package/dist/style/tag.css +295 -1
  98. package/dist/style/text.css +295 -1
  99. package/dist/style/timeline.css +295 -1
  100. package/dist/style/timepicker.css +295 -1
  101. package/dist/style/tooltip.css +295 -1
  102. package/dist/style/tree.css +295 -1
  103. package/dist/style/typography.css +295 -1
  104. package/dist/style/upload.css +295 -1
  105. package/dist/switch.js +6 -6
  106. package/dist/table.js +72 -252
  107. package/dist/tabs.js +11 -11
  108. package/dist/tag.js +8 -8
  109. package/dist/text.js +10 -10
  110. package/dist/timeline.js +4 -4
  111. package/dist/timepicker.js +11 -11
  112. package/dist/tooltip.js +9 -9
  113. package/dist/transfer.js +13 -13
  114. package/dist/transition.js +2 -2
  115. package/dist/tree.js +78 -78
  116. package/dist/typography.js +4 -4
  117. package/dist/upload.js +8 -8
  118. package/package.json +10 -4
  119. package/dist/font/iconfont.486e3d3.woff2 +0 -0
  120. package/dist/font/iconfont.675049e.woff +0 -0
package/dist/dropdown.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"), require("./icon"), require("./transition"), require("./button"), require("./_mixin/popper"));
3
+ module.exports = factory(require("./icon"), require("./_util/proptype"), require("./transition"), require("./button"), require("./_mixin/popper"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["./_util/proptype", "./icon", "./transition", "./button", "./_mixin/popper"], factory);
5
+ define(["./icon", "./_util/proptype", "./transition", "./button", "./_mixin/popper"], factory);
6
6
  else {
7
- var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./icon"), require("./transition"), require("./button"), require("./_mixin/popper")) : factory(root["./_util/proptype"], root["./icon"], root["./transition"], root["./button"], root["./_mixin/popper"]);
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__68__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__11__, __WEBPACK_EXTERNAL_MODULE__13__, __WEBPACK_EXTERNAL_MODULE__66__) {
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 = 107);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 105);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 107:
206
+ /***/ 105:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -214,10 +214,10 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/dropdown/style/index.less
217
- var dropdown_style = __webpack_require__(175);
217
+ var dropdown_style = __webpack_require__(177);
218
218
 
219
219
  // EXTERNAL MODULE: ./components/button/style/index.js
220
- var button_style = __webpack_require__(41);
220
+ var button_style = __webpack_require__(40);
221
221
 
222
222
  // CONCATENATED MODULE: ./components/dropdown/style/index.js
223
223
 
@@ -304,15 +304,15 @@ var external_button_ = __webpack_require__(13);
304
304
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
305
305
 
306
306
  // EXTERNAL MODULE: external "./icon"
307
- var external_icon_ = __webpack_require__(8);
307
+ 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__(68);
311
+ var popper_ = __webpack_require__(66);
312
312
  var popper_default = /*#__PURE__*/__webpack_require__.n(popper_);
313
313
 
314
314
  // EXTERNAL MODULE: external "./_util/proptype"
315
- var proptype_ = __webpack_require__(7);
315
+ var proptype_ = __webpack_require__(8);
316
316
 
317
317
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/dropdown/dropdown.vue?vue&type=script&lang=js&
318
318
  //
@@ -681,37 +681,37 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
681
681
 
682
682
  /***/ }),
683
683
 
684
- /***/ 161:
684
+ /***/ 163:
685
685
  /***/ (function(module, exports) {
686
686
 
687
687
  // removed by extract-text-webpack-plugin
688
688
 
689
689
  /***/ }),
690
690
 
691
- /***/ 175:
691
+ /***/ 177:
692
692
  /***/ (function(module, exports) {
693
693
 
694
694
  // removed by extract-text-webpack-plugin
695
695
 
696
696
  /***/ }),
697
697
 
698
- /***/ 41:
698
+ /***/ 40:
699
699
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
700
700
 
701
701
  "use strict";
702
702
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
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__(161);
704
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(163);
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
- /***/ 68:
711
+ /***/ 66:
712
712
  /***/ (function(module, exports) {
713
713
 
714
- module.exports = __WEBPACK_EXTERNAL_MODULE__68__;
714
+ module.exports = __WEBPACK_EXTERNAL_MODULE__66__;
715
715
 
716
716
  /***/ }),
717
717
 
package/dist/empty.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/proptype")) : factory(root["./_util/proptype"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__7__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -214,13 +214,13 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/empty/style/index.less
217
- var empty_style = __webpack_require__(254);
217
+ var empty_style = __webpack_require__(256);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/empty/style/index.js
220
220
 
221
221
 
222
222
  // EXTERNAL MODULE: ./components/empty/empty.vue + 4 modules
223
- var empty = __webpack_require__(40);
223
+ var empty = __webpack_require__(39);
224
224
 
225
225
  // CONCATENATED MODULE: ./components/empty/index.js
226
226
 
@@ -242,7 +242,7 @@ empty["a" /* default */].install = function (Vue) {
242
242
 
243
243
  /***/ }),
244
244
 
245
- /***/ 254:
245
+ /***/ 256:
246
246
  /***/ (function(module, exports) {
247
247
 
248
248
  // removed by extract-text-webpack-plugin
@@ -256,7 +256,7 @@ module.exports = require("babel-runtime/helpers/defineProperty");
256
256
 
257
257
  /***/ }),
258
258
 
259
- /***/ 40:
259
+ /***/ 39:
260
260
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
261
261
 
262
262
  "use strict";
@@ -298,7 +298,7 @@ var defineProperty_ = __webpack_require__(3);
298
298
  var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_);
299
299
 
300
300
  // EXTERNAL MODULE: external "./_util/proptype"
301
- var proptype_ = __webpack_require__(7);
301
+ var proptype_ = __webpack_require__(8);
302
302
 
303
303
  // 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
304
 
@@ -405,10 +405,10 @@ component.options.__file = "components/empty/empty.vue"
405
405
 
406
406
  /***/ }),
407
407
 
408
- /***/ 7:
408
+ /***/ 8:
409
409
  /***/ (function(module, exports) {
410
410
 
411
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
411
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
412
412
 
413
413
  /***/ })
414
414
 
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 = 125);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 124);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 125:
206
+ /***/ 124:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/font/style/index.less
217
- var font_style = __webpack_require__(177);
217
+ var font_style = __webpack_require__(179);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/font/style/index.js
220
220
 
@@ -295,7 +295,7 @@ font.install = function (Vue) {
295
295
 
296
296
  /***/ }),
297
297
 
298
- /***/ 177:
298
+ /***/ 179:
299
299
  /***/ (function(module, exports) {
300
300
 
301
301
  // removed by extract-text-webpack-plugin
package/dist/form.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 = 117);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 115);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 117:
206
+ /***/ 115:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/form/style/index.less
217
- var form_style = __webpack_require__(274);
217
+ var form_style = __webpack_require__(276);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/form/style/index.js
220
220
 
@@ -282,7 +282,7 @@ var emitter_ = __webpack_require__(12);
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__(77);
285
+ var external_async_validator_ = __webpack_require__(75);
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__(78);
600
+ var promise_ = __webpack_require__(76);
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&
@@ -841,7 +841,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
841
841
 
842
842
  /***/ }),
843
843
 
844
- /***/ 274:
844
+ /***/ 276:
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
- /***/ 77:
865
+ /***/ 75:
866
866
  /***/ (function(module, exports) {
867
867
 
868
868
  module.exports = require("async-validator");
869
869
 
870
870
  /***/ }),
871
871
 
872
- /***/ 78:
872
+ /***/ 76:
873
873
  /***/ (function(module, exports) {
874
874
 
875
875
  module.exports = require("babel-runtime/core-js/promise");