@mdsfe/mds-ui 0.3.0-2 → 0.3.0-20

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 (107) hide show
  1. package/CHANGELOG.md +1013 -0
  2. package/dist/_util/iconfont/index.js +7 -7
  3. package/dist/anchor.js +2 -2
  4. package/dist/bordershadow.js +2 -2
  5. package/dist/breadcrumb.js +2 -2
  6. package/dist/card.js +2 -2
  7. package/dist/carousel.js +18 -18
  8. package/dist/cascader.js +26 -26
  9. package/dist/cascaderpanel.js +30 -30
  10. package/dist/checkbox.js +6 -6
  11. package/dist/col.js +10 -10
  12. package/dist/collapse.js +2 -2
  13. package/dist/datepicker.js +644 -222
  14. package/dist/divider.js +2 -2
  15. package/dist/drawer.js +17 -17
  16. package/dist/dropdown.js +6 -6
  17. package/dist/empty.js +11 -11
  18. package/dist/font/iconfont.ba42e6f.woff +0 -0
  19. package/dist/font/{iconfont.36c3afe.ttf → iconfont.bf5c999.ttf} +0 -0
  20. package/dist/font/iconfont.d8e6666.woff2 +0 -0
  21. package/dist/form.js +8 -8
  22. package/dist/index.js +1 -1
  23. package/dist/input.js +207 -54
  24. package/dist/inputnumber.js +4 -4
  25. package/dist/list.js +2 -2
  26. package/dist/loading.js +2 -2
  27. package/dist/mds-ui.min.css +1 -1
  28. package/dist/mds-ui.min.js +2037 -912
  29. package/dist/menu.js +23 -4
  30. package/dist/message.js +12 -12
  31. package/dist/modal.js +8 -8
  32. package/dist/notification.js +6 -6
  33. package/dist/pagination.js +17 -13
  34. package/dist/popconfirm.js +13 -13
  35. package/dist/popover.js +20 -20
  36. package/dist/radio.js +14 -14
  37. package/dist/rate.js +8 -8
  38. package/dist/row.js +10 -10
  39. package/dist/select.js +31 -31
  40. package/dist/slider.js +2 -2
  41. package/dist/slottable.js +19 -19
  42. package/dist/style/affix.css +382 -1
  43. package/dist/style/alert.css +382 -1
  44. package/dist/style/anchor.css +382 -1
  45. package/dist/style/avatar.css +382 -1
  46. package/dist/style/badge.css +382 -1
  47. package/dist/style/bordershadow.css +382 -1
  48. package/dist/style/breadcrumb.css +382 -1
  49. package/dist/style/button.css +382 -1
  50. package/dist/style/card.css +382 -1
  51. package/dist/style/carousel.css +382 -1
  52. package/dist/style/checkbox.css +382 -1
  53. package/dist/style/col.css +382 -1
  54. package/dist/style/collapse.css +382 -1
  55. package/dist/style/color.css +382 -1
  56. package/dist/style/datepicker.css +442 -1
  57. package/dist/style/divider.css +382 -1
  58. package/dist/style/drawer.css +382 -1
  59. package/dist/style/dropdown.css +382 -1
  60. package/dist/style/empty.css +382 -1
  61. package/dist/style/font.css +382 -1
  62. package/dist/style/form.css +382 -1
  63. package/dist/style/icon.css +382 -1
  64. package/dist/style/input.css +402 -7
  65. package/dist/style/inputnumber.css +382 -1
  66. package/dist/style/layout.css +382 -1
  67. package/dist/style/list.css +382 -1
  68. package/dist/style/loading.css +382 -1
  69. package/dist/style/menu.css +382 -1
  70. package/dist/style/modal.css +382 -1
  71. package/dist/style/notification.css +382 -1
  72. package/dist/style/pagination.css +402 -7
  73. package/dist/style/popconfirm.css +382 -1
  74. package/dist/style/popover.css +382 -1
  75. package/dist/style/progress.css +382 -1
  76. package/dist/style/radio.css +382 -1
  77. package/dist/style/rate.css +382 -1
  78. package/dist/style/row.css +382 -1
  79. package/dist/style/select.css +382 -1
  80. package/dist/style/slider.css +382 -1
  81. package/dist/style/slottable.css +382 -1
  82. package/dist/style/steps.css +382 -1
  83. package/dist/style/switch.css +382 -1
  84. package/dist/style/table.css +382 -1
  85. package/dist/style/tabs.css +382 -1
  86. package/dist/style/tag.css +382 -1
  87. package/dist/style/text.css +382 -1
  88. package/dist/style/timeline.css +382 -1
  89. package/dist/style/timepicker.css +382 -1
  90. package/dist/style/tooltip.css +382 -1
  91. package/dist/style/transfer.css +105 -0
  92. package/dist/style/tree.css +382 -1
  93. package/dist/style/typography.css +382 -1
  94. package/dist/style/upload.css +382 -1
  95. package/dist/switch.js +4 -4
  96. package/dist/table.js +27 -27
  97. package/dist/text.js +207 -54
  98. package/dist/timeline.js +2 -2
  99. package/dist/timepicker.js +32 -32
  100. package/dist/tooltip.js +19 -19
  101. package/dist/transfer.js +976 -22
  102. package/dist/tree.js +26 -26
  103. package/dist/typography.js +2 -2
  104. package/dist/upload.js +11 -11
  105. package/package.json +2 -1
  106. package/dist/font/iconfont.50be7d0.woff2 +0 -0
  107. package/dist/font/iconfont.f586f3d.woff +0 -0
package/dist/divider.js CHANGED
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/divider/style/index.less
217
- var divider_style = __webpack_require__(263);
217
+ var divider_style = __webpack_require__(265);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/divider/style/index.js
220
220
 
@@ -335,7 +335,7 @@ divider.install = function (Vue) {
335
335
 
336
336
  /***/ }),
337
337
 
338
- /***/ 263:
338
+ /***/ 265:
339
339
  /***/ (function(module, exports) {
340
340
 
341
341
  // removed by extract-text-webpack-plugin
package/dist/drawer.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("vue"), require("./icon"), require("./transition"), require("./_mixin/emitter"), require("./button"));
3
+ module.exports = factory(require("vue"), require("./icon"), require("./transition"), require("./button"), require("./_mixin/emitter"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["vue", "./icon", "./transition", "./_mixin/emitter", "./button"], factory);
5
+ define(["vue", "./icon", "./transition", "./button", "./_mixin/emitter"], factory);
6
6
  else {
7
- var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./transition"), require("./_mixin/emitter"), require("./button")) : factory(root["Vue"], root["./icon"], root["./transition"], root["./_mixin/emitter"], root["./button"]);
7
+ var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./transition"), require("./button"), require("./_mixin/emitter")) : factory(root["Vue"], root["./icon"], root["./transition"], root["./button"], root["./_mixin/emitter"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
10
  })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__, __WEBPACK_EXTERNAL_MODULE__14__) {
@@ -220,7 +220,7 @@ function normalizeComponent (
220
220
  /* unused harmony export isInContainer */
221
221
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return merge; });
222
222
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return getScrollBarWidth; });
223
- /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9);
223
+ /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
224
224
  /* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__);
225
225
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
226
226
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__);
@@ -492,6 +492,13 @@ function getScrollBarWidth() {
492
492
 
493
493
  /***/ }),
494
494
 
495
+ /***/ 10:
496
+ /***/ (function(module, exports) {
497
+
498
+ module.exports = require("babel-runtime/helpers/typeof");
499
+
500
+ /***/ }),
501
+
495
502
  /***/ 12:
496
503
  /***/ (function(module, exports) {
497
504
 
@@ -517,10 +524,10 @@ __webpack_require__.r(__webpack_exports__);
517
524
  var style = __webpack_require__(142);
518
525
 
519
526
  // EXTERNAL MODULE: ./components/drawer/style/index.less
520
- var drawer_style = __webpack_require__(255);
527
+ var drawer_style = __webpack_require__(257);
521
528
 
522
529
  // EXTERNAL MODULE: ./components/_util/loaders/loaders.less
523
- var loaders = __webpack_require__(257);
530
+ var loaders = __webpack_require__(259);
524
531
 
525
532
  // CONCATENATED MODULE: ./components/drawer/style/index.js
526
533
 
@@ -654,7 +661,7 @@ var external_icon_ = __webpack_require__(7);
654
661
  var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
655
662
 
656
663
  // EXTERNAL MODULE: external "./button"
657
- var external_button_ = __webpack_require__(14);
664
+ var external_button_ = __webpack_require__(13);
658
665
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
659
666
 
660
667
  // EXTERNAL MODULE: external "./transition"
@@ -665,7 +672,7 @@ var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_tr
665
672
  var popup_main = __webpack_require__(15);
666
673
 
667
674
  // EXTERNAL MODULE: external "./_mixin/emitter"
668
- var emitter_ = __webpack_require__(13);
675
+ var emitter_ = __webpack_require__(14);
669
676
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
670
677
 
671
678
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/drawer/drawer.vue?vue&type=script&lang=js&
@@ -1168,14 +1175,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
1168
1175
 
1169
1176
  /***/ }),
1170
1177
 
1171
- /***/ 255:
1178
+ /***/ 257:
1172
1179
  /***/ (function(module, exports) {
1173
1180
 
1174
1181
  // removed by extract-text-webpack-plugin
1175
1182
 
1176
1183
  /***/ }),
1177
1184
 
1178
- /***/ 257:
1185
+ /***/ 259:
1179
1186
  /***/ (function(module, exports) {
1180
1187
 
1181
1188
  // removed by extract-text-webpack-plugin
@@ -1393,13 +1400,6 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
1393
1400
 
1394
1401
  module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
1395
1402
 
1396
- /***/ }),
1397
-
1398
- /***/ 9:
1399
- /***/ (function(module, exports) {
1400
-
1401
- module.exports = require("babel-runtime/helpers/typeof");
1402
-
1403
1403
  /***/ })
1404
1404
 
1405
1405
  /******/ });
package/dist/dropdown.js CHANGED
@@ -7,7 +7,7 @@
7
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__12__, __WEBPACK_EXTERNAL_MODULE__14__, __WEBPACK_EXTERNAL_MODULE__69__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__, __WEBPACK_EXTERNAL_MODULE__69__) {
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 = 108);
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
- /***/ 108:
206
+ /***/ 109:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -300,7 +300,7 @@ var external_transition_ = __webpack_require__(12);
300
300
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
301
301
 
302
302
  // EXTERNAL MODULE: external "./button"
303
- var external_button_ = __webpack_require__(14);
303
+ 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"
@@ -667,10 +667,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
667
667
 
668
668
  /***/ }),
669
669
 
670
- /***/ 14:
670
+ /***/ 13:
671
671
  /***/ (function(module, exports) {
672
672
 
673
- module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
673
+ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
674
674
 
675
675
  /***/ }),
676
676
 
package/dist/empty.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./_mixin/locale")) : factory(root["./_util/proptype"], root["./_mixin/locale"]);
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__10__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__9__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -201,13 +201,6 @@ function normalizeComponent (
201
201
  }
202
202
 
203
203
 
204
- /***/ }),
205
-
206
- /***/ 10:
207
- /***/ (function(module, exports) {
208
-
209
- module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
210
-
211
204
  /***/ }),
212
205
 
213
206
  /***/ 141:
@@ -221,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
221
214
  var style = __webpack_require__(142);
222
215
 
223
216
  // EXTERNAL MODULE: ./components/empty/style/index.less
224
- var empty_style = __webpack_require__(259);
217
+ var empty_style = __webpack_require__(261);
225
218
 
226
219
  // CONCATENATED MODULE: ./components/empty/style/index.js
227
220
 
@@ -249,7 +242,7 @@ empty["a" /* default */].install = function (Vue) {
249
242
 
250
243
  /***/ }),
251
244
 
252
- /***/ 259:
245
+ /***/ 261:
253
246
  /***/ (function(module, exports) {
254
247
 
255
248
  // removed by extract-text-webpack-plugin
@@ -308,7 +301,7 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
308
301
  var proptype_ = __webpack_require__(8);
309
302
 
310
303
  // EXTERNAL MODULE: external "./_mixin/locale"
311
- var locale_ = __webpack_require__(10);
304
+ var locale_ = __webpack_require__(9);
312
305
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
313
306
 
314
307
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/empty/empty.vue?vue&type=script&lang=js&
@@ -427,6 +420,13 @@ component.options.__file = "components/empty/empty.vue"
427
420
 
428
421
  module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
429
422
 
423
+ /***/ }),
424
+
425
+ /***/ 9:
426
+ /***/ (function(module, exports) {
427
+
428
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
429
+
430
430
  /***/ })
431
431
 
432
432
  /******/ });
Binary file
Binary file
package/dist/form.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_mixin/emitter")) : factory(root["./_mixin/emitter"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__13__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__14__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/form/style/index.less
217
- var form_style = __webpack_require__(279);
217
+ var form_style = __webpack_require__(281);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/form/style/index.js
220
220
 
@@ -274,11 +274,11 @@ var assign_ = __webpack_require__(6);
274
274
  var assign_default = /*#__PURE__*/__webpack_require__.n(assign_);
275
275
 
276
276
  // EXTERNAL MODULE: external "babel-runtime/core-js/json/stringify"
277
- var stringify_ = __webpack_require__(28);
277
+ var stringify_ = __webpack_require__(29);
278
278
  var stringify_default = /*#__PURE__*/__webpack_require__.n(stringify_);
279
279
 
280
280
  // EXTERNAL MODULE: external "./_mixin/emitter"
281
- var emitter_ = __webpack_require__(13);
281
+ var emitter_ = __webpack_require__(14);
282
282
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
283
283
 
284
284
  // EXTERNAL MODULE: external "async-validator"
@@ -827,10 +827,10 @@ form_form.install = function (Vue) {
827
827
 
828
828
  /***/ }),
829
829
 
830
- /***/ 13:
830
+ /***/ 14:
831
831
  /***/ (function(module, exports) {
832
832
 
833
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
833
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
834
834
 
835
835
  /***/ }),
836
836
 
@@ -841,14 +841,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
841
841
 
842
842
  /***/ }),
843
843
 
844
- /***/ 279:
844
+ /***/ 281:
845
845
  /***/ (function(module, exports) {
846
846
 
847
847
  // removed by extract-text-webpack-plugin
848
848
 
849
849
  /***/ }),
850
850
 
851
- /***/ 28:
851
+ /***/ 29:
852
852
  /***/ (function(module, exports) {
853
853
 
854
854
  module.exports = require("babel-runtime/core-js/json/stringify");