@mdsfe/mds-ui 0.4.0-rc.7 → 0.4.0-rc.8

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 (108) hide show
  1. package/dist/badge.js +2 -2
  2. package/dist/bordershadow.js +2 -2
  3. package/dist/carousel.js +2 -2
  4. package/dist/cascader.js +4 -4
  5. package/dist/cascaderpanel.js +16 -16
  6. package/dist/collapse.js +2 -2
  7. package/dist/divider.js +2 -2
  8. package/dist/drawer.js +4 -4
  9. package/dist/empty.js +2 -2
  10. package/dist/font/full-star.b5fdf00.png +0 -0
  11. package/dist/font/half-star.2625512.png +0 -0
  12. package/dist/font/zero-star.177c19c.png +0 -0
  13. package/dist/form.js +2 -2
  14. package/dist/icon.js +13 -4
  15. package/dist/index.js +5 -5
  16. package/dist/input.js +2 -2
  17. package/dist/inputnumber.js +2 -2
  18. package/dist/layout.js +2 -2
  19. package/dist/list.js +2 -2
  20. package/dist/loading.js +2 -2
  21. package/dist/mds-ui.min.css +1 -1
  22. package/dist/mds-ui.min.js +139 -127
  23. package/dist/menu.js +4 -4
  24. package/dist/message.js +2 -2
  25. package/dist/modal.js +2 -2
  26. package/dist/notification.js +8 -8
  27. package/dist/pagination.js +4 -4
  28. package/dist/popconfirm.js +2 -2
  29. package/dist/popover.js +2 -2
  30. package/dist/progress.js +2 -2
  31. package/dist/radio.js +2 -2
  32. package/dist/rate.js +2 -2
  33. package/dist/select.js +7 -7
  34. package/dist/slider.js +2 -2
  35. package/dist/slottable.js +7 -7
  36. package/dist/steps.js +2 -2
  37. package/dist/style/affix.css +10 -1
  38. package/dist/style/alert.css +138 -1
  39. package/dist/style/anchor.css +58 -1
  40. package/dist/style/avatar.css +73 -1
  41. package/dist/style/backtop.css +34 -1
  42. package/dist/style/badge.css +141 -1
  43. package/dist/style/bordershadow.css +42 -1
  44. package/dist/style/breadcrumb.css +37 -1
  45. package/dist/style/button.css +2172 -1
  46. package/dist/style/card.css +156 -1
  47. package/dist/style/carousel.css +217 -1
  48. package/dist/style/cascader.css +214 -1
  49. package/dist/style/cascaderpanel.css +122 -1
  50. package/dist/style/checkbox.css +186 -1
  51. package/dist/style/col.css +2607 -1
  52. package/dist/style/collapse.css +79 -1
  53. package/dist/style/color.css +622 -1
  54. package/dist/style/datepicker.css +542 -1
  55. package/dist/style/divider.css +47 -1
  56. package/dist/style/drawer.css +254 -1
  57. package/dist/style/dropdown.css +274 -1
  58. package/dist/style/empty.css +49 -1
  59. package/dist/style/font.css +45 -1
  60. package/dist/style/form.css +148 -1
  61. package/dist/style/icon.css +5625 -1
  62. package/dist/style/index.css +1 -1
  63. package/dist/style/input.css +760 -1
  64. package/dist/style/inputnumber.css +314 -1
  65. package/dist/style/layout.css +58 -1
  66. package/dist/style/list.css +141 -1
  67. package/dist/style/loading.css +2329 -1
  68. package/dist/style/menu.css +658 -1
  69. package/dist/style/message.css +191 -1
  70. package/dist/style/modal.css +123 -1
  71. package/dist/style/notification.css +192 -1
  72. package/dist/style/pagination.css +1190 -1
  73. package/dist/style/popconfirm.css +65 -1
  74. package/dist/style/popover.css +138 -1
  75. package/dist/style/progress.css +179 -1
  76. package/dist/style/radio.css +255 -1
  77. package/dist/style/rate.css +81 -1
  78. package/dist/style/row.css +2607 -1
  79. package/dist/style/select.css +221 -1
  80. package/dist/style/slider.css +80 -1
  81. package/dist/style/slottable.css +296 -1
  82. package/dist/style/steps.css +586 -1
  83. package/dist/style/switch.css +110 -1
  84. package/dist/style/table.css +2778 -1
  85. package/dist/style/tabs.css +518 -1
  86. package/dist/style/tag.css +421 -1
  87. package/dist/style/text.css +122 -1
  88. package/dist/style/timeline.css +88 -1
  89. package/dist/style/timepicker.css +393 -1
  90. package/dist/style/tooltip.css +161 -1
  91. package/dist/style/transfer.css +206 -1
  92. package/dist/style/transition.css +1413 -1
  93. package/dist/style/tree.css +84 -1
  94. package/dist/style/typography.css +126 -1
  95. package/dist/style/upload.css +320 -1
  96. package/dist/switch.js +2 -2
  97. package/dist/table.js +9 -9
  98. package/dist/tabs.js +2 -2
  99. package/dist/tag.js +2 -2
  100. package/dist/text.js +2 -2
  101. package/dist/timeline.js +2 -2
  102. package/dist/timepicker.js +2 -2
  103. package/dist/tooltip.js +2 -2
  104. package/dist/transfer.js +6 -6
  105. package/dist/transition.js +2 -2
  106. package/dist/tree.js +2 -2
  107. package/dist/typography.js +2 -2
  108. package/package.json +1 -1
package/dist/menu.js CHANGED
@@ -215,14 +215,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
215
215
 
216
216
  /***/ }),
217
217
 
218
- /***/ 186:
218
+ /***/ 192:
219
219
  /***/ (function(module, exports) {
220
220
 
221
221
  // removed by extract-text-webpack-plugin
222
222
 
223
223
  /***/ }),
224
224
 
225
- /***/ 188:
225
+ /***/ 194:
226
226
  /***/ (function(module, exports) {
227
227
 
228
228
  // removed by extract-text-webpack-plugin
@@ -242,7 +242,7 @@ module.exports = require("babel-runtime/helpers/defineProperty");
242
242
  "use strict";
243
243
  /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(140);
244
244
  /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__);
245
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(188);
245
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(194);
246
246
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
247
247
 
248
248
 
@@ -281,7 +281,7 @@ __webpack_require__.r(__webpack_exports__);
281
281
  var mixins_only = __webpack_require__(140);
282
282
 
283
283
  // EXTERNAL MODULE: ./components/menu/style/index.less
284
- var style = __webpack_require__(186);
284
+ var style = __webpack_require__(192);
285
285
 
286
286
  // EXTERNAL MODULE: ./components/tooltip/style/index.js
287
287
  var tooltip_style = __webpack_require__(40);
package/dist/message.js CHANGED
@@ -729,7 +729,7 @@ var scrollBarWidth = void 0;
729
729
 
730
730
  /***/ }),
731
731
 
732
- /***/ 190:
732
+ /***/ 196:
733
733
  /***/ (function(module, exports) {
734
734
 
735
735
  // removed by extract-text-webpack-plugin
@@ -968,7 +968,7 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
968
968
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default = /*#__PURE__*/__webpack_require__.n(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_);
969
969
 
970
970
  // EXTERNAL MODULE: ./components/message/style/index.less
971
- var style = __webpack_require__(190);
971
+ var style = __webpack_require__(196);
972
972
 
973
973
  // CONCATENATED MODULE: ./components/message/style/index.js
974
974
 
package/dist/modal.js CHANGED
@@ -515,7 +515,7 @@ __webpack_require__.r(__webpack_exports__);
515
515
  var mixins_only = __webpack_require__(140);
516
516
 
517
517
  // EXTERNAL MODULE: ./components/modal/style/index.less
518
- var style = __webpack_require__(192);
518
+ var style = __webpack_require__(198);
519
519
 
520
520
  // CONCATENATED MODULE: ./components/modal/style/index.js
521
521
 
@@ -1506,7 +1506,7 @@ function hasOwn(obj, key) {
1506
1506
 
1507
1507
  /***/ }),
1508
1508
 
1509
- /***/ 192:
1509
+ /***/ 198:
1510
1510
  /***/ (function(module, exports) {
1511
1511
 
1512
1512
  // removed by extract-text-webpack-plugin
@@ -212,7 +212,7 @@ __webpack_require__.r(__webpack_exports__);
212
212
  var mixins_only = __webpack_require__(140);
213
213
 
214
214
  // EXTERNAL MODULE: ./components/notification/style/index.less
215
- var style = __webpack_require__(194);
215
+ var style = __webpack_require__(200);
216
216
 
217
217
  // CONCATENATED MODULE: ./components/notification/style/index.js
218
218
 
@@ -767,24 +767,24 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
767
767
 
768
768
  /***/ }),
769
769
 
770
- /***/ 194:
770
+ /***/ 2:
771
771
  /***/ (function(module, exports) {
772
772
 
773
- // removed by extract-text-webpack-plugin
773
+ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
774
774
 
775
775
  /***/ }),
776
776
 
777
- /***/ 196:
777
+ /***/ 200:
778
778
  /***/ (function(module, exports) {
779
779
 
780
780
  // removed by extract-text-webpack-plugin
781
781
 
782
782
  /***/ }),
783
783
 
784
- /***/ 2:
784
+ /***/ 202:
785
785
  /***/ (function(module, exports) {
786
786
 
787
- module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
787
+ // removed by extract-text-webpack-plugin
788
788
 
789
789
  /***/ }),
790
790
 
@@ -799,8 +799,8 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
799
799
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
800
800
 
801
801
  "use strict";
802
- /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_ref_4_2_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_d94bfa66_prod_lang_less_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(196);
803
- /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_ref_4_2_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_d94bfa66_prod_lang_less_scoped_true__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_ref_4_2_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_d94bfa66_prod_lang_less_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
802
+ /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_d94bfa66_prod_lang_less_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(202);
803
+ /* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_d94bfa66_prod_lang_less_scoped_true__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_d94bfa66_prod_lang_less_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
804
804
  /* unused harmony reexport * */
805
805
 
806
806
 
@@ -215,14 +215,14 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
215
215
 
216
216
  /***/ }),
217
217
 
218
- /***/ 180:
218
+ /***/ 186:
219
219
  /***/ (function(module, exports) {
220
220
 
221
221
  // removed by extract-text-webpack-plugin
222
222
 
223
223
  /***/ }),
224
224
 
225
- /***/ 198:
225
+ /***/ 204:
226
226
  /***/ (function(module, exports) {
227
227
 
228
228
  // removed by extract-text-webpack-plugin
@@ -242,7 +242,7 @@ module.exports = require("babel-runtime/helpers/defineProperty");
242
242
  "use strict";
243
243
  /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(140);
244
244
  /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__);
245
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(180);
245
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(186);
246
246
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
247
247
 
248
248
 
@@ -274,7 +274,7 @@ __webpack_require__.r(__webpack_exports__);
274
274
  var mixins_only = __webpack_require__(140);
275
275
 
276
276
  // EXTERNAL MODULE: ./components/pagination/style/index.less
277
- var style = __webpack_require__(198);
277
+ var style = __webpack_require__(204);
278
278
 
279
279
  // EXTERNAL MODULE: ./components/input/style/index.js
280
280
  var input_style = __webpack_require__(58);
@@ -261,7 +261,7 @@ var prefixClsFirm = 'mds-popover-firm';
261
261
  var mixins_only = __webpack_require__(140);
262
262
 
263
263
  // EXTERNAL MODULE: ./components/popconfirm/style/index.less
264
- var style = __webpack_require__(200);
264
+ var style = __webpack_require__(206);
265
265
 
266
266
  // CONCATENATED MODULE: ./components/popconfirm/style/index.js
267
267
 
@@ -508,7 +508,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
508
508
 
509
509
  /***/ }),
510
510
 
511
- /***/ 200:
511
+ /***/ 206:
512
512
  /***/ (function(module, exports) {
513
513
 
514
514
  // removed by extract-text-webpack-plugin
package/dist/popover.js CHANGED
@@ -2229,7 +2229,7 @@ module.exports = require("babel-runtime/core-js/object/get-own-property-descript
2229
2229
 
2230
2230
  /***/ }),
2231
2231
 
2232
- /***/ 202:
2232
+ /***/ 208:
2233
2233
  /***/ (function(module, exports) {
2234
2234
 
2235
2235
  // removed by extract-text-webpack-plugin
@@ -2496,7 +2496,7 @@ __webpack_require__.r(__webpack_exports__);
2496
2496
  var mixins_only = __webpack_require__(140);
2497
2497
 
2498
2498
  // EXTERNAL MODULE: ./components/popover/style/index.less
2499
- var style = __webpack_require__(202);
2499
+ var style = __webpack_require__(208);
2500
2500
 
2501
2501
  // CONCATENATED MODULE: ./components/popover/style/index.js
2502
2502
 
package/dist/progress.js CHANGED
@@ -208,7 +208,7 @@ function normalizeComponent(
208
208
 
209
209
  /***/ }),
210
210
 
211
- /***/ 204:
211
+ /***/ 210:
212
212
  /***/ (function(module, exports) {
213
213
 
214
214
  // removed by extract-text-webpack-plugin
@@ -233,7 +233,7 @@ __webpack_require__.r(__webpack_exports__);
233
233
  var mixins_only = __webpack_require__(140);
234
234
 
235
235
  // EXTERNAL MODULE: ./components/progress/style/index.less
236
- var style = __webpack_require__(204);
236
+ var style = __webpack_require__(210);
237
237
 
238
238
  // CONCATENATED MODULE: ./components/progress/style/index.js
239
239
 
package/dist/radio.js CHANGED
@@ -219,7 +219,7 @@ __webpack_require__.r(__webpack_exports__);
219
219
  var mixins_only = __webpack_require__(140);
220
220
 
221
221
  // EXTERNAL MODULE: ./components/radio/style/index.less
222
- var style = __webpack_require__(206);
222
+ var style = __webpack_require__(212);
223
223
 
224
224
  // CONCATENATED MODULE: ./components/radio/style/index.js
225
225
 
@@ -729,7 +729,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
729
729
 
730
730
  /***/ }),
731
731
 
732
- /***/ 206:
732
+ /***/ 212:
733
733
  /***/ (function(module, exports) {
734
734
 
735
735
  // removed by extract-text-webpack-plugin
package/dist/rate.js CHANGED
@@ -212,7 +212,7 @@ __webpack_require__.r(__webpack_exports__);
212
212
  var mixins_only = __webpack_require__(140);
213
213
 
214
214
  // EXTERNAL MODULE: ./components/rate/style/index.less
215
- var style = __webpack_require__(208);
215
+ var style = __webpack_require__(214);
216
216
 
217
217
  // CONCATENATED MODULE: ./components/rate/style/index.js
218
218
 
@@ -553,7 +553,7 @@ rate.install = function (Vue) {
553
553
 
554
554
  /***/ }),
555
555
 
556
- /***/ 208:
556
+ /***/ 214:
557
557
  /***/ (function(module, exports) {
558
558
 
559
559
  // removed by extract-text-webpack-plugin
package/dist/select.js CHANGED
@@ -760,24 +760,24 @@ module.exports = require("throttle-debounce");
760
760
 
761
761
  /***/ }),
762
762
 
763
- /***/ 214:
763
+ /***/ 219:
764
764
  /***/ (function(module, exports) {
765
765
 
766
766
  // removed by extract-text-webpack-plugin
767
767
 
768
768
  /***/ }),
769
769
 
770
- /***/ 216:
770
+ /***/ 22:
771
771
  /***/ (function(module, exports) {
772
772
 
773
- // removed by extract-text-webpack-plugin
773
+ module.exports = __WEBPACK_EXTERNAL_MODULE__22__;
774
774
 
775
775
  /***/ }),
776
776
 
777
- /***/ 22:
777
+ /***/ 221:
778
778
  /***/ (function(module, exports) {
779
779
 
780
- module.exports = __WEBPACK_EXTERNAL_MODULE__22__;
780
+ // removed by extract-text-webpack-plugin
781
781
 
782
782
  /***/ }),
783
783
 
@@ -1462,10 +1462,10 @@ __webpack_require__.r(__webpack_exports__);
1462
1462
  var mixins_only = __webpack_require__(140);
1463
1463
 
1464
1464
  // EXTERNAL MODULE: ./components/select/style/index.less
1465
- var style = __webpack_require__(214);
1465
+ var style = __webpack_require__(219);
1466
1466
 
1467
1467
  // EXTERNAL MODULE: ./components/select/style/transition.less
1468
- var transition = __webpack_require__(216);
1468
+ var transition = __webpack_require__(221);
1469
1469
 
1470
1470
  // CONCATENATED MODULE: ./components/select/style/index.js
1471
1471
 
package/dist/slider.js CHANGED
@@ -212,7 +212,7 @@ __webpack_require__.r(__webpack_exports__);
212
212
  var mixins_only = __webpack_require__(140);
213
213
 
214
214
  // EXTERNAL MODULE: ./components/slider/style/index.less
215
- var style = __webpack_require__(240);
215
+ var style = __webpack_require__(245);
216
216
 
217
217
  // CONCATENATED MODULE: ./components/slider/style/index.js
218
218
 
@@ -813,7 +813,7 @@ slider.install = function (Vue) {
813
813
 
814
814
  /***/ }),
815
815
 
816
- /***/ 240:
816
+ /***/ 245:
817
817
  /***/ (function(module, exports) {
818
818
 
819
819
  // removed by extract-text-webpack-plugin
package/dist/slottable.js CHANGED
@@ -515,7 +515,7 @@ __webpack_require__.r(__webpack_exports__);
515
515
  var mixins_only = __webpack_require__(140);
516
516
 
517
517
  // EXTERNAL MODULE: ./components/slot-table/style/index.less
518
- var style = __webpack_require__(224);
518
+ var style = __webpack_require__(229);
519
519
 
520
520
  // CONCATENATED MODULE: ./components/slot-table/style/index.js
521
521
 
@@ -3168,17 +3168,17 @@ var stop = function stop(e) {
3168
3168
 
3169
3169
  /***/ }),
3170
3170
 
3171
- /***/ 188:
3171
+ /***/ 19:
3172
3172
  /***/ (function(module, exports) {
3173
3173
 
3174
- // removed by extract-text-webpack-plugin
3174
+ module.exports = require("babel-runtime/helpers/toConsumableArray");
3175
3175
 
3176
3176
  /***/ }),
3177
3177
 
3178
- /***/ 19:
3178
+ /***/ 194:
3179
3179
  /***/ (function(module, exports) {
3180
3180
 
3181
- module.exports = require("babel-runtime/helpers/toConsumableArray");
3181
+ // removed by extract-text-webpack-plugin
3182
3182
 
3183
3183
  /***/ }),
3184
3184
 
@@ -3203,7 +3203,7 @@ module.exports = require("throttle-debounce");
3203
3203
 
3204
3204
  /***/ }),
3205
3205
 
3206
- /***/ 224:
3206
+ /***/ 229:
3207
3207
  /***/ (function(module, exports) {
3208
3208
 
3209
3209
  // removed by extract-text-webpack-plugin
@@ -3422,7 +3422,7 @@ var component = Object(componentNormalizer["a" /* default */])(
3422
3422
  "use strict";
3423
3423
  /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(140);
3424
3424
  /* harmony import */ var _style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_mixins_only_less__WEBPACK_IMPORTED_MODULE_0__);
3425
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(188);
3425
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(194);
3426
3426
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
3427
3427
 
3428
3428
 
package/dist/steps.js CHANGED
@@ -107,7 +107,7 @@ __webpack_require__.r(__webpack_exports__);
107
107
  var mixins_only = __webpack_require__(140);
108
108
 
109
109
  // EXTERNAL MODULE: ./components/steps/style/index.less
110
- var style = __webpack_require__(218);
110
+ var style = __webpack_require__(223);
111
111
 
112
112
  // CONCATENATED MODULE: ./components/steps/style/index.js
113
113
 
@@ -521,7 +521,7 @@ steps.install = function (Vue) {
521
521
 
522
522
  /***/ }),
523
523
 
524
- /***/ 218:
524
+ /***/ 223:
525
525
  /***/ (function(module, exports) {
526
526
 
527
527
  // removed by extract-text-webpack-plugin
@@ -1 +1,10 @@
1
- .mds-affix{position:fixed;z-index:10}
1
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2
+ /* stylelint-disable declaration-bang-space-before */
3
+ /* stylelint-disable declaration-bang-space-before */
4
+ .mds-affix {
5
+ position: fixed;
6
+ z-index: 10;
7
+ }
8
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
9
+ /* stylelint-disable declaration-bang-space-before */
10
+ /* stylelint-disable declaration-bang-space-before */
@@ -1 +1,138 @@
1
- .mds-alert{width:100%;padding:8px 16px;margin:0;box-sizing:border-box;border-radius:4px;position:relative;background-color:#fff;overflow:hidden;opacity:1;display:flex;align-items:center;transition:opacity .2s}.mds-alert.is-light .mds-alert__closebtn{color:inherit}.mds-alert.is-dark .mds-alert__closebtn,.mds-alert.is-dark .mds-alert__description{color:#fff}.mds-alert.is-center{justify-content:center}.mds-alert--success.is-light{background-color:#f0f9eb;color:#67c23a}.mds-alert--success.is-light .mds-alert__description{color:#67c23a}.mds-alert--success.is-dark{background-color:#67c23a;color:#fff}.mds-alert--info.is-light{background-color:#f4f4f5;color:#909399}.mds-alert--info.is-dark{background-color:#909399;color:#fff}.mds-alert--info .mds-alert__description{color:#909399}.mds-alert--warning.is-light{background-color:#fdf6ec;color:#e6a23c}.mds-alert--warning.is-light .mds-alert__description{color:#e6a23c}.mds-alert--warning.is-dark{background-color:#e6a23c;color:#fff}.mds-alert--error.is-light{background-color:#fef0f0;color:#f56c6c}.mds-alert--error.is-light .mds-alert__description{color:#f56c6c}.mds-alert--error.is-dark{background-color:#f56c6c;color:#fff}.mds-alert--normal.is-light{background-color:#fff;border:1px solid #29adff;color:#29adff}.mds-alert--normal.is-light .mds-alert__description{color:#29adff}.mds-alert--normal.is-dark{background-color:#29adff;color:#fff}.mds-alert--question.is-light{background-color:#fff;border:1px solid #ffcc01;color:#ffcc01}.mds-alert--question.is-light .mds-alert__description{color:#ffcc01}.mds-alert--question.is-dark{background-color:#ffcc01;color:#fff}.mds-alert__content{display:table-cell;padding:0 8px}.mds-alert__icon{font-size:16px;width:16px}.mds-alert__icon.is-big{font-size:28px;width:28px}.mds-alert__message{font-size:13px;line-height:18px}.mds-alert__message.is-bold{font-weight:700}.mds-alert__description{font-size:12px;margin:5px 0 0}.mds-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.mds-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.mds-alert-fade-enter,.mds-alert-fade-leave-active{opacity:0}
1
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2
+ /* stylelint-disable declaration-bang-space-before */
3
+ /* stylelint-disable declaration-bang-space-before */
4
+ .mds-alert {
5
+ width: 100%;
6
+ padding: 8px 16px;
7
+ margin: 0;
8
+ box-sizing: border-box;
9
+ border-radius: 4px;
10
+ position: relative;
11
+ background-color: #fff;
12
+ overflow: hidden;
13
+ opacity: 1;
14
+ display: flex;
15
+ align-items: center;
16
+ transition: opacity .2s;
17
+ }
18
+ .mds-alert.is-light .mds-alert__closebtn {
19
+ color: inherit;
20
+ }
21
+ .mds-alert.is-dark .mds-alert__closebtn,
22
+ .mds-alert.is-dark .mds-alert__description {
23
+ color: #fff;
24
+ }
25
+ .mds-alert.is-center {
26
+ justify-content: center;
27
+ }
28
+ .mds-alert--success.is-light {
29
+ background-color: #f0f9eb;
30
+ color: #67c23a;
31
+ }
32
+ .mds-alert--success.is-light .mds-alert__description {
33
+ color: #67c23a;
34
+ }
35
+ .mds-alert--success.is-dark {
36
+ background-color: #67c23a;
37
+ color: #fff;
38
+ }
39
+ .mds-alert--info.is-light {
40
+ background-color: #f4f4f5;
41
+ color: #909399;
42
+ }
43
+ .mds-alert--info.is-dark {
44
+ background-color: #909399;
45
+ color: #fff;
46
+ }
47
+ .mds-alert--info .mds-alert__description {
48
+ color: #909399;
49
+ }
50
+ .mds-alert--warning.is-light {
51
+ background-color: #fdf6ec;
52
+ color: #e6a23c;
53
+ }
54
+ .mds-alert--warning.is-light .mds-alert__description {
55
+ color: #e6a23c;
56
+ }
57
+ .mds-alert--warning.is-dark {
58
+ background-color: #e6a23c;
59
+ color: #fff;
60
+ }
61
+ .mds-alert--error.is-light {
62
+ background-color: #fef0f0;
63
+ color: #f56c6c;
64
+ }
65
+ .mds-alert--error.is-light .mds-alert__description {
66
+ color: #f56c6c;
67
+ }
68
+ .mds-alert--error.is-dark {
69
+ background-color: #f56c6c;
70
+ color: #fff;
71
+ }
72
+ .mds-alert--normal.is-light {
73
+ background-color: #fff;
74
+ border: 1px solid #29adff;
75
+ color: #29adff;
76
+ }
77
+ .mds-alert--normal.is-light .mds-alert__description {
78
+ color: #29adff;
79
+ }
80
+ .mds-alert--normal.is-dark {
81
+ background-color: #29adff;
82
+ color: #fff;
83
+ }
84
+ .mds-alert--question.is-light {
85
+ background-color: #fff;
86
+ border: 1px solid #ffcc01;
87
+ color: #ffcc01;
88
+ }
89
+ .mds-alert--question.is-light .mds-alert__description {
90
+ color: #ffcc01;
91
+ }
92
+ .mds-alert--question.is-dark {
93
+ background-color: #ffcc01;
94
+ color: #fff;
95
+ }
96
+ .mds-alert__content {
97
+ display: table-cell;
98
+ padding: 0 8px;
99
+ }
100
+ .mds-alert__icon {
101
+ font-size: 16px;
102
+ width: 16px;
103
+ }
104
+ .mds-alert__icon.is-big {
105
+ font-size: 28px;
106
+ width: 28px;
107
+ }
108
+ .mds-alert__message {
109
+ font-size: 13px;
110
+ line-height: 18px;
111
+ }
112
+ .mds-alert__message.is-bold {
113
+ font-weight: 700;
114
+ }
115
+ .mds-alert__description {
116
+ font-size: 12px;
117
+ margin: 5px 0 0;
118
+ }
119
+ .mds-alert__closebtn {
120
+ font-size: 12px;
121
+ opacity: 1;
122
+ position: absolute;
123
+ top: 12px;
124
+ right: 15px;
125
+ cursor: pointer;
126
+ }
127
+ .mds-alert__closebtn.is-customed {
128
+ font-style: normal;
129
+ font-size: 13px;
130
+ top: 9px;
131
+ }
132
+ .mds-alert-fade-enter,
133
+ .mds-alert-fade-leave-active {
134
+ opacity: 0;
135
+ }
136
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
137
+ /* stylelint-disable declaration-bang-space-before */
138
+ /* stylelint-disable declaration-bang-space-before */
@@ -1 +1,58 @@
1
- .mds-anchor-line{float:left;margin-right:11px;width:2px;background-color:#d8dce6}.mds-anchor-options{float:left}.mds-anchor-option{position:relative;cursor:pointer;padding:1px 8px}.mds-anchor-option-icon{position:absolute;left:-16px;top:50%;margin-top:-4px;border-radius:50%;width:8px;height:8px}.mds-anchor-option-icon:before{content:"";position:absolute;top:3px;left:3px;bottom:3px;right:3px;display:block;background:#fff;border-radius:50%}.mds-anchor-option.active{cursor:auto}.mds-anchor-option:last-child{margin-bottom:0!important}.mds-anchor-option:hover{background:#eef8ff}.mds-anchor-option:hover span{color:#0364ff}.mds-anchor:after{content:"";display:block;clear:both;visibility:hidden}
1
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2
+ /* stylelint-disable declaration-bang-space-before */
3
+ /* stylelint-disable declaration-bang-space-before */
4
+ .mds-anchor-line {
5
+ float: left;
6
+ margin-right: 11px;
7
+ width: 2px;
8
+ background-color: #D8DCE6;
9
+ }
10
+ .mds-anchor-options {
11
+ float: left;
12
+ }
13
+ .mds-anchor-option {
14
+ position: relative;
15
+ cursor: pointer;
16
+ padding: 1px 8px;
17
+ }
18
+ .mds-anchor-option-icon {
19
+ position: absolute;
20
+ left: -16px;
21
+ top: 50%;
22
+ margin-top: -4px;
23
+ border-radius: 50%;
24
+ width: 8px;
25
+ height: 8px;
26
+ }
27
+ .mds-anchor-option-icon:before {
28
+ content: '';
29
+ position: absolute;
30
+ top: 3px;
31
+ left: 3px;
32
+ bottom: 3px;
33
+ right: 3px;
34
+ display: block;
35
+ background: #fff;
36
+ border-radius: 50%;
37
+ }
38
+ .mds-anchor-option.active {
39
+ cursor: auto;
40
+ }
41
+ .mds-anchor-option:last-child {
42
+ margin-bottom: 0!important;
43
+ }
44
+ .mds-anchor-option:hover {
45
+ background: #EEF8FF;
46
+ }
47
+ .mds-anchor-option:hover span {
48
+ color: #0364FF;
49
+ }
50
+ .mds-anchor:after {
51
+ content: "";
52
+ display: block;
53
+ clear: both;
54
+ visibility: hidden;
55
+ }
56
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
57
+ /* stylelint-disable declaration-bang-space-before */
58
+ /* stylelint-disable declaration-bang-space-before */
@@ -1 +1,73 @@
1
- .mds-avatar{display:inline-block;text-align:center;background:#ccc;color:#fff;white-space:nowrap;position:relative;overflow:hidden;width:64px;height:64px;border-radius:32px}.mds-avatar,.mds-avatar>*{line-height:64px}.mds-avatar.mds-avatar-icon{font-size:18px}.mds-avatar-lg{width:80px;height:80px;border-radius:40px}.mds-avatar-lg,.mds-avatar-lg>*{line-height:80px}.mds-avatar-lg.mds-avatar-icon{font-size:30px}.mds-avatar-mn{width:32px;height:32px;border-radius:16px}.mds-avatar-mn,.mds-avatar-mn>*{line-height:32px}.mds-avatar-mn.mds-avatar-icon{font-size:16px}.mds-avatar-sm{width:28px;height:28px;border-radius:14px}.mds-avatar-sm,.mds-avatar-sm>*{line-height:28px}.mds-avatar-sm.mds-avatar-icon{font-size:14px}.mds-avatar-square{border-radius:4px}.mds-avatar>img{width:100%;height:100%;display:block}#components-avatar-demo-type .mds-avatar{margin-top:16px;margin-right:16px}
1
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2
+ /* stylelint-disable declaration-bang-space-before */
3
+ /* stylelint-disable declaration-bang-space-before */
4
+ .mds-avatar {
5
+ display: inline-block;
6
+ text-align: center;
7
+ background: #ccc;
8
+ color: #fff;
9
+ white-space: nowrap;
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 64px;
13
+ height: 64px;
14
+ line-height: 64px;
15
+ border-radius: 32px;
16
+ }
17
+ .mds-avatar > * {
18
+ line-height: 64px;
19
+ }
20
+ .mds-avatar.mds-avatar-icon {
21
+ font-size: 18px;
22
+ }
23
+ .mds-avatar-lg {
24
+ width: 80px;
25
+ height: 80px;
26
+ line-height: 80px;
27
+ border-radius: 40px;
28
+ }
29
+ .mds-avatar-lg > * {
30
+ line-height: 80px;
31
+ }
32
+ .mds-avatar-lg.mds-avatar-icon {
33
+ font-size: 30px;
34
+ }
35
+ .mds-avatar-mn {
36
+ width: 32px;
37
+ height: 32px;
38
+ line-height: 32px;
39
+ border-radius: 16px;
40
+ }
41
+ .mds-avatar-mn > * {
42
+ line-height: 32px;
43
+ }
44
+ .mds-avatar-mn.mds-avatar-icon {
45
+ font-size: 16px;
46
+ }
47
+ .mds-avatar-sm {
48
+ width: 28px;
49
+ height: 28px;
50
+ line-height: 28px;
51
+ border-radius: 14px;
52
+ }
53
+ .mds-avatar-sm > * {
54
+ line-height: 28px;
55
+ }
56
+ .mds-avatar-sm.mds-avatar-icon {
57
+ font-size: 14px;
58
+ }
59
+ .mds-avatar-square {
60
+ border-radius: 4px;
61
+ }
62
+ .mds-avatar > img {
63
+ width: 100%;
64
+ height: 100%;
65
+ display: block;
66
+ }
67
+ #components-avatar-demo-type .mds-avatar {
68
+ margin-top: 16px;
69
+ margin-right: 16px;
70
+ }
71
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
72
+ /* stylelint-disable declaration-bang-space-before */
73
+ /* stylelint-disable declaration-bang-space-before */