@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/input.js CHANGED
@@ -1,10 +1,10 @@
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("./_mixin/emitter"), require("./button"));
3
+ module.exports = factory(require("./icon"), require("./_util/proptype"), require("./_mixin/emitter"), require("./button"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["./_util/proptype", "./icon", "./_mixin/emitter", "./button"], factory);
5
+ define(["./icon", "./_util/proptype", "./_mixin/emitter", "./button"], factory);
6
6
  else {
7
- var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./icon"), require("./_mixin/emitter"), require("./button")) : factory(root["./_util/proptype"], root["./icon"], root["./_mixin/emitter"], root["./button"]);
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
10
  })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__) {
@@ -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 = 108);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 106);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 108:
206
+ /***/ 106:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,17 +211,17 @@ 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__(59);
214
+ var style = __webpack_require__(57);
215
215
 
216
216
  // EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
217
217
  var defineProperty_ = __webpack_require__(3);
218
218
  var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_);
219
219
 
220
220
  // EXTERNAL MODULE: external "./_util/proptype"
221
- var proptype_ = __webpack_require__(7);
221
+ var proptype_ = __webpack_require__(8);
222
222
 
223
223
  // EXTERNAL MODULE: external "./icon"
224
- var external_icon_ = __webpack_require__(8);
224
+ 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"
@@ -699,7 +699,7 @@ if (false) { var search_api; }
699
699
  search_component.options.__file = "components/input/search.vue"
700
700
  /* harmony default export */ var search = (search_component.exports);
701
701
  // EXTERNAL MODULE: ./components/input/textarea.vue + 5 modules
702
- var input_textarea = __webpack_require__(47);
702
+ var input_textarea = __webpack_require__(45);
703
703
 
704
704
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/input/group.vue?vue&type=template&id=9e2c1de2&
705
705
  var groupvue_type_template_id_9e2c1de2_render = function () {
@@ -823,7 +823,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
823
823
 
824
824
  /***/ }),
825
825
 
826
- /***/ 181:
826
+ /***/ 183:
827
827
  /***/ (function(module, exports) {
828
828
 
829
829
  // removed by extract-text-webpack-plugin
@@ -837,7 +837,7 @@ module.exports = require("babel-runtime/helpers/defineProperty");
837
837
 
838
838
  /***/ }),
839
839
 
840
- /***/ 47:
840
+ /***/ 45:
841
841
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
842
842
 
843
843
  "use strict";
@@ -1236,13 +1236,13 @@ component.options.__file = "components/input/textarea.vue"
1236
1236
 
1237
1237
  /***/ }),
1238
1238
 
1239
- /***/ 59:
1239
+ /***/ 57:
1240
1240
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1241
1241
 
1242
1242
  "use strict";
1243
1243
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
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__(181);
1245
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(183);
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__8__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__16__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__16__) {
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 = 119);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 117);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 119:
206
+ /***/ 117:
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/inputnumber/style/index.less
217
- var inputnumber_style = __webpack_require__(183);
217
+ var inputnumber_style = __webpack_require__(185);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/inputnumber/style/index.js
220
220
 
@@ -311,7 +311,7 @@ render._withStripped = true
311
311
  // CONCATENATED MODULE: ./components/inputnumber/inputnumber.vue?vue&type=template&id=6240322c&
312
312
 
313
313
  // EXTERNAL MODULE: external "./icon"
314
- var external_icon_ = __webpack_require__(8);
314
+ 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"
@@ -691,17 +691,17 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__16__;
691
691
 
692
692
  /***/ }),
693
693
 
694
- /***/ 183:
694
+ /***/ 185:
695
695
  /***/ (function(module, exports) {
696
696
 
697
697
  // removed by extract-text-webpack-plugin
698
698
 
699
699
  /***/ }),
700
700
 
701
- /***/ 8:
701
+ /***/ 7:
702
702
  /***/ (function(module, exports) {
703
703
 
704
- module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
704
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
705
705
 
706
706
  /***/ })
707
707
 
package/dist/layout.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./icon")) : factory(root["./icon"]);
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__7__) {
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 = 92);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 90);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -210,7 +210,7 @@ function normalizeComponent (
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 185:
213
+ /***/ 187:
214
214
  /***/ (function(module, exports) {
215
215
 
216
216
  // removed by extract-text-webpack-plugin
@@ -224,7 +224,7 @@ module.exports = require("babel-runtime/helpers/defineProperty");
224
224
 
225
225
  /***/ }),
226
226
 
227
- /***/ 37:
227
+ /***/ 36:
228
228
  /***/ (function(module, exports) {
229
229
 
230
230
  module.exports = require("lodash.debounce");
@@ -238,14 +238,14 @@ module.exports = require("babel-runtime/core-js/object/assign");
238
238
 
239
239
  /***/ }),
240
240
 
241
- /***/ 8:
241
+ /***/ 7:
242
242
  /***/ (function(module, exports) {
243
243
 
244
- module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
244
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
245
245
 
246
246
  /***/ }),
247
247
 
248
- /***/ 92:
248
+ /***/ 90:
249
249
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
250
250
 
251
251
  "use strict";
@@ -256,7 +256,7 @@ __webpack_require__.r(__webpack_exports__);
256
256
  var style = __webpack_require__(139);
257
257
 
258
258
  // EXTERNAL MODULE: ./components/layout/style/index.less
259
- var layout_style = __webpack_require__(185);
259
+ var layout_style = __webpack_require__(187);
260
260
 
261
261
  // CONCATENATED MODULE: ./components/layout/style/index.js
262
262
 
@@ -401,11 +401,11 @@ var defineProperty_ = __webpack_require__(3);
401
401
  var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_);
402
402
 
403
403
  // EXTERNAL MODULE: external "./icon"
404
- var external_icon_ = __webpack_require__(8);
404
+ var external_icon_ = __webpack_require__(7);
405
405
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
406
406
 
407
407
  // EXTERNAL MODULE: external "lodash.debounce"
408
- var external_lodash_debounce_ = __webpack_require__(37);
408
+ var external_lodash_debounce_ = __webpack_require__(36);
409
409
  var external_lodash_debounce_default = /*#__PURE__*/__webpack_require__.n(external_lodash_debounce_);
410
410
 
411
411
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/layout/sider.vue?vue&type=script&lang=js&
package/dist/list.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 = {};
@@ -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 = 110);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 112:
206
+ /***/ 110:
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/list/style/index.less
217
- var list_style = __webpack_require__(238);
217
+ var list_style = __webpack_require__(240);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/list/style/index.js
220
220
 
@@ -351,7 +351,7 @@ var defineProperty_ = __webpack_require__(3);
351
351
  var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_);
352
352
 
353
353
  // EXTERNAL MODULE: external "./_util/proptype"
354
- var proptype_ = __webpack_require__(7);
354
+ var proptype_ = __webpack_require__(8);
355
355
 
356
356
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/list/list.vue?vue&type=script&lang=js&
357
357
 
@@ -764,7 +764,7 @@ list.install = function (Vue) {
764
764
 
765
765
  /***/ }),
766
766
 
767
- /***/ 238:
767
+ /***/ 240:
768
768
  /***/ (function(module, exports) {
769
769
 
770
770
  // removed by extract-text-webpack-plugin
@@ -778,10 +778,10 @@ module.exports = require("babel-runtime/helpers/defineProperty");
778
778
 
779
779
  /***/ }),
780
780
 
781
- /***/ 7:
781
+ /***/ 8:
782
782
  /***/ (function(module, exports) {
783
783
 
784
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
784
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
785
785
 
786
786
  /***/ })
787
787
 
package/dist/loading.js CHANGED
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/loading/style/index.less
217
- var loading_style = __webpack_require__(272);
217
+ var loading_style = __webpack_require__(274);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/loading/style/index.js
220
220
 
@@ -432,7 +432,7 @@ loading.install = function (Vue) {
432
432
 
433
433
  /***/ }),
434
434
 
435
- /***/ 272:
435
+ /***/ 274:
436
436
  /***/ (function(module, exports) {
437
437
 
438
438
  // removed by extract-text-webpack-plugin