@mdsfe/mds-ui 0.2.9 → 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.
- package/CHANGELOG.md +971 -0
- package/dist/_util/iconfont/index.js +38 -0
- package/dist/affix.js +10 -10
- package/dist/anchor.js +6 -6
- package/dist/avatar.js +10 -10
- package/dist/backtop.js +11 -11
- package/dist/badge.js +19 -19
- package/dist/bordershadow.js +6 -6
- package/dist/breadcrumb.js +6 -6
- package/dist/button.js +12 -12
- package/dist/card.js +6 -6
- package/dist/carousel.js +68 -68
- package/dist/cascader.js +34 -34
- package/dist/cascaderpanel.js +20 -20
- package/dist/checkbox.js +6 -6
- package/dist/col.js +8 -8
- package/dist/collapse.js +6 -6
- package/dist/color.js +6 -6
- package/dist/datepicker.js +236 -236
- package/dist/divider.js +6 -6
- package/dist/drawer.js +12 -12
- package/dist/dropdown.js +20 -20
- package/dist/empty.js +12 -12
- package/dist/font.js +6 -6
- package/dist/form.js +10 -10
- package/dist/icon.js +18 -64
- package/dist/index.js +1 -1
- package/dist/input.js +15 -15
- package/dist/inputnumber.js +10 -10
- package/dist/layout.js +12 -12
- package/dist/list.js +10 -10
- package/dist/loading.js +6 -6
- package/dist/mds-ui.min.js +573 -563
- package/dist/menu.js +20 -20
- package/dist/message.js +8 -8
- package/dist/modal.js +12 -12
- package/dist/notification.js +14 -14
- package/dist/pagination.js +52 -27
- package/dist/popconfirm.js +23 -23
- package/dist/popover.js +8 -8
- package/dist/progress.js +12 -210
- package/dist/radio.js +10 -10
- package/dist/rate.js +26 -212
- package/dist/row.js +8 -8
- package/dist/select.js +34 -34
- package/dist/slider.js +25 -25
- package/dist/slottable.js +22 -22
- package/dist/steps.js +10 -10
- package/dist/style/progress.css +0 -22
- package/dist/style/rate.css +0 -22
- package/dist/style/table.css +0 -22
- package/dist/switch.js +10 -10
- package/dist/table.js +74 -254
- package/dist/tabs.js +13 -13
- package/dist/tag.js +10 -10
- package/dist/text.js +12 -12
- package/dist/timeline.js +6 -6
- package/dist/timepicker.js +13 -13
- package/dist/tooltip.js +8 -8
- package/dist/transfer.js +13 -13
- package/dist/transition.js +4 -4
- package/dist/tree.js +79 -79
- package/dist/typography.js +6 -6
- package/dist/upload.js +10 -10
- package/package.json +6 -3
package/dist/style/progress.css
CHANGED
|
@@ -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
|
}
|
package/dist/style/rate.css
CHANGED
|
@@ -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;
|
package/dist/style/table.css
CHANGED
|
@@ -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(
|
|
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 =
|
|
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
|
-
/***/
|
|
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__(
|
|
214
|
+
var style = __webpack_require__(138);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/switch/style/index.less
|
|
217
|
-
var switch_style = __webpack_require__(
|
|
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__(
|
|
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
|
-
/***/
|
|
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
|
-
/***/
|
|
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
|
-
/***/
|
|
440
|
+
/***/ 8:
|
|
441
441
|
/***/ (function(module, exports) {
|
|
442
442
|
|
|
443
|
-
module.exports =
|
|
443
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
|
|
444
444
|
|
|
445
445
|
/***/ })
|
|
446
446
|
|