@mdsfe/mds-ui 0.2.10-rc.1 → 0.2.10-rc.2

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 (64) hide show
  1. package/dist/_util/iconfont/index.js +38 -0
  2. package/dist/affix.js +10 -10
  3. package/dist/anchor.js +6 -6
  4. package/dist/avatar.js +10 -10
  5. package/dist/backtop.js +11 -11
  6. package/dist/badge.js +19 -19
  7. package/dist/bordershadow.js +6 -6
  8. package/dist/breadcrumb.js +6 -6
  9. package/dist/button.js +12 -12
  10. package/dist/card.js +6 -6
  11. package/dist/carousel.js +68 -68
  12. package/dist/cascader.js +34 -34
  13. package/dist/cascaderpanel.js +20 -20
  14. package/dist/checkbox.js +6 -6
  15. package/dist/col.js +8 -8
  16. package/dist/collapse.js +6 -6
  17. package/dist/color.js +6 -6
  18. package/dist/datepicker.js +236 -236
  19. package/dist/divider.js +6 -6
  20. package/dist/drawer.js +12 -12
  21. package/dist/dropdown.js +20 -20
  22. package/dist/empty.js +12 -12
  23. package/dist/font.js +6 -6
  24. package/dist/form.js +10 -10
  25. package/dist/icon.js +18 -64
  26. package/dist/index.js +1 -1
  27. package/dist/input.js +15 -15
  28. package/dist/inputnumber.js +10 -10
  29. package/dist/layout.js +12 -12
  30. package/dist/list.js +10 -10
  31. package/dist/loading.js +6 -6
  32. package/dist/mds-ui.min.js +531 -540
  33. package/dist/menu.js +20 -20
  34. package/dist/message.js +8 -8
  35. package/dist/modal.js +12 -12
  36. package/dist/notification.js +14 -14
  37. package/dist/pagination.js +15 -15
  38. package/dist/popconfirm.js +23 -23
  39. package/dist/popover.js +8 -8
  40. package/dist/progress.js +12 -210
  41. package/dist/radio.js +10 -10
  42. package/dist/rate.js +26 -212
  43. package/dist/row.js +8 -8
  44. package/dist/select.js +34 -34
  45. package/dist/slider.js +25 -25
  46. package/dist/slottable.js +22 -22
  47. package/dist/steps.js +10 -10
  48. package/dist/style/progress.css +0 -22
  49. package/dist/style/rate.css +0 -22
  50. package/dist/style/table.css +0 -22
  51. package/dist/switch.js +10 -10
  52. package/dist/table.js +74 -254
  53. package/dist/tabs.js +13 -13
  54. package/dist/tag.js +10 -10
  55. package/dist/text.js +12 -12
  56. package/dist/timeline.js +6 -6
  57. package/dist/timepicker.js +13 -13
  58. package/dist/tooltip.js +8 -8
  59. package/dist/transfer.js +13 -13
  60. package/dist/transition.js +4 -4
  61. package/dist/tree.js +79 -79
  62. package/dist/typography.js +6 -6
  63. package/dist/upload.js +10 -10
  64. package/package.json +5 -3
@@ -5740,28 +5740,6 @@ samp {
5740
5740
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
5741
5741
  /* stylelint-disable declaration-bang-space-before */
5742
5742
  /* stylelint-disable declaration-bang-space-before */
5743
- .mdsicon-spin {
5744
- animation: rotating 6s linear infinite;
5745
- }
5746
- @keyframes rotating {
5747
- 0% {
5748
- transform: rotate(0deg);
5749
- }
5750
- 100% {
5751
- transform: rotate(2turn);
5752
- }
5753
- }
5754
- .mdsicon-colourful,
5755
- .mdsicon-symbol {
5756
- width: 24px;
5757
- height: 24px;
5758
- vertical-align: inherit;
5759
- fill: currentColor;
5760
- overflow: hidden;
5761
- }
5762
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
5763
- /* stylelint-disable declaration-bang-space-before */
5764
- /* stylelint-disable declaration-bang-space-before */
5765
5743
  .mds-progress {
5766
5744
  display: inline-block;
5767
5745
  }
@@ -5740,28 +5740,6 @@ samp {
5740
5740
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
5741
5741
  /* stylelint-disable declaration-bang-space-before */
5742
5742
  /* stylelint-disable declaration-bang-space-before */
5743
- .mdsicon-spin {
5744
- animation: rotating 6s linear infinite;
5745
- }
5746
- @keyframes rotating {
5747
- 0% {
5748
- transform: rotate(0deg);
5749
- }
5750
- 100% {
5751
- transform: rotate(2turn);
5752
- }
5753
- }
5754
- .mdsicon-colourful,
5755
- .mdsicon-symbol {
5756
- width: 24px;
5757
- height: 24px;
5758
- vertical-align: inherit;
5759
- fill: currentColor;
5760
- overflow: hidden;
5761
- }
5762
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
5763
- /* stylelint-disable declaration-bang-space-before */
5764
- /* stylelint-disable declaration-bang-space-before */
5765
5743
  .mds-rate {
5766
5744
  margin: 0;
5767
5745
  padding: 0;
@@ -8092,28 +8092,6 @@ samp {
8092
8092
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
8093
8093
  /* stylelint-disable declaration-bang-space-before */
8094
8094
  /* stylelint-disable declaration-bang-space-before */
8095
- .mdsicon-spin {
8096
- animation: rotating 6s linear infinite;
8097
- }
8098
- @keyframes rotating {
8099
- 0% {
8100
- transform: rotate(0deg);
8101
- }
8102
- 100% {
8103
- transform: rotate(2turn);
8104
- }
8105
- }
8106
- .mdsicon-colourful,
8107
- .mdsicon-symbol {
8108
- width: 24px;
8109
- height: 24px;
8110
- vertical-align: inherit;
8111
- fill: currentColor;
8112
- overflow: hidden;
8113
- }
8114
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
8115
- /* stylelint-disable declaration-bang-space-before */
8116
- /* stylelint-disable declaration-bang-space-before */
8117
8095
  .mds-tooltip {
8118
8096
  position: absolute;
8119
8097
  border-radius: 4px;
package/dist/switch.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/proptype"), require("./_util/util")) : factory(root["./_util/proptype"], root["./_util/util"]);
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__20__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__20__) {
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 = 127);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 126);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 127:
206
+ /***/ 126:
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__(138);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/switch/style/index.less
217
- var switch_style = __webpack_require__(220);
217
+ var switch_style = __webpack_require__(219);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/switch/style/index.js
220
220
 
@@ -260,7 +260,7 @@ var defineProperty_ = __webpack_require__(3);
260
260
  var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_);
261
261
 
262
262
  // EXTERNAL MODULE: external "./_util/proptype"
263
- var proptype_ = __webpack_require__(7);
263
+ var proptype_ = __webpack_require__(8);
264
264
 
265
265
  // EXTERNAL MODULE: external "./_util/util"
266
266
  var util_ = __webpack_require__(20);
@@ -409,7 +409,7 @@ switch_switch.install = function (Vue) {
409
409
 
410
410
  /***/ }),
411
411
 
412
- /***/ 139:
412
+ /***/ 138:
413
413
  /***/ (function(module, exports) {
414
414
 
415
415
  // removed by extract-text-webpack-plugin
@@ -423,7 +423,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__20__;
423
423
 
424
424
  /***/ }),
425
425
 
426
- /***/ 220:
426
+ /***/ 219:
427
427
  /***/ (function(module, exports) {
428
428
 
429
429
  // removed by extract-text-webpack-plugin
@@ -437,10 +437,10 @@ module.exports = require("babel-runtime/helpers/defineProperty");
437
437
 
438
438
  /***/ }),
439
439
 
440
- /***/ 7:
440
+ /***/ 8:
441
441
  /***/ (function(module, exports) {
442
442
 
443
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
443
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
444
444
 
445
445
  /***/ })
446
446