@mdsfe/mds-ui 0.2.11-rc.4 → 0.2.11-rc.5
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/dist/_util/iconfont/index.js +1 -1
- package/dist/backtop.js +4 -4
- package/dist/carousel.js +13 -69
- package/dist/cascader.js +25 -53
- package/dist/cascaderpanel.js +4 -4
- package/dist/checkbox.js +10 -10
- package/dist/datepicker.js +43 -71
- package/dist/drawer.js +12 -12
- package/dist/dropdown.js +10 -10
- package/dist/font/iconfont.ba7aaa4.woff +0 -0
- package/dist/font/{iconfont.bcb2db9.ttf → iconfont.df76ba2.ttf} +0 -0
- package/dist/font/iconfont.f89478e.woff2 +0 -0
- package/dist/form.js +21 -114
- package/dist/index.js +1 -1
- package/dist/input.js +10 -10
- package/dist/inputnumber.js +7 -7
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +198 -544
- package/dist/menu.js +4 -4
- package/dist/message.js +6 -6
- package/dist/modal.js +13 -13
- package/dist/notification.js +9 -9
- package/dist/pagination.js +4 -4
- package/dist/popconfirm.js +9 -9
- package/dist/popover.js +19 -75
- package/dist/progress.js +2 -44
- package/dist/radio.js +4 -4
- package/dist/rate.js +4 -4
- package/dist/select.js +36 -64
- package/dist/slottable.js +35 -63
- package/dist/style/affix.css +43 -1
- package/dist/style/alert.css +43 -1
- package/dist/style/anchor.css +43 -1
- package/dist/style/avatar.css +43 -1
- package/dist/style/badge.css +43 -1
- package/dist/style/bordershadow.css +43 -1
- package/dist/style/breadcrumb.css +43 -1
- package/dist/style/button.css +43 -1
- package/dist/style/card.css +43 -1
- package/dist/style/carousel.css +43 -1
- package/dist/style/checkbox.css +43 -1
- package/dist/style/col.css +43 -1
- package/dist/style/collapse.css +43 -1
- package/dist/style/color.css +43 -1
- package/dist/style/datepicker.css +43 -1
- package/dist/style/divider.css +43 -1
- package/dist/style/drawer.css +43 -1
- package/dist/style/dropdown.css +43 -1
- package/dist/style/empty.css +43 -1
- package/dist/style/font.css +43 -1
- package/dist/style/form.css +43 -1
- package/dist/style/icon.css +43 -1
- package/dist/style/input.css +43 -1
- package/dist/style/inputnumber.css +43 -1
- package/dist/style/layout.css +43 -1
- package/dist/style/list.css +43 -1
- package/dist/style/loading.css +43 -1
- package/dist/style/menu.css +43 -1
- package/dist/style/modal.css +43 -1
- package/dist/style/notification.css +43 -1
- package/dist/style/pagination.css +43 -1
- package/dist/style/popconfirm.css +43 -1
- package/dist/style/popover.css +43 -1
- package/dist/style/progress.css +43 -1
- package/dist/style/radio.css +43 -1
- package/dist/style/rate.css +43 -1
- package/dist/style/row.css +43 -1
- package/dist/style/select.css +43 -1
- package/dist/style/slider.css +43 -1
- package/dist/style/slottable.css +43 -1
- package/dist/style/steps.css +43 -1
- package/dist/style/switch.css +43 -1
- package/dist/style/table.css +43 -1
- package/dist/style/tabs.css +43 -1
- package/dist/style/tag.css +43 -1
- package/dist/style/text.css +43 -1
- package/dist/style/timeline.css +43 -1
- package/dist/style/timepicker.css +43 -1
- package/dist/style/tooltip.css +43 -1
- package/dist/style/tree.css +43 -1
- package/dist/style/typography.css +43 -1
- package/dist/style/upload.css +43 -1
- package/dist/switch.js +4 -4
- package/dist/table.js +40 -96
- package/dist/tabs.js +3 -45
- package/dist/text.js +4 -4
- package/dist/timepicker.js +22 -50
- package/dist/tooltip.js +21 -49
- package/dist/transfer.js +10 -10
- package/dist/tree.js +10 -52
- package/dist/upload.js +4 -46
- package/package.json +1 -1
- package/dist/font/iconfont.d2d389d.woff2 +0 -0
- package/dist/font/iconfont.f2bbdd9.woff +0 -0
package/dist/input.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
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
|
-
})(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__,
|
|
10
|
+
})(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__) {
|
|
11
11
|
return /******/ (function(modules) { // webpackBootstrap
|
|
12
12
|
/******/ // The module cache
|
|
13
13
|
/******/ var installedModules = {};
|
|
@@ -225,7 +225,7 @@ 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"
|
|
228
|
-
var emitter_ = __webpack_require__(
|
|
228
|
+
var emitter_ = __webpack_require__(12);
|
|
229
229
|
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
230
230
|
|
|
231
231
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/input.vue?vue&type=script&lang=js&
|
|
@@ -548,7 +548,7 @@ if (false) { var api; }
|
|
|
548
548
|
component.options.__file = "components/input/input.vue"
|
|
549
549
|
/* harmony default export */ var input = (component.exports);
|
|
550
550
|
// EXTERNAL MODULE: external "./button"
|
|
551
|
-
var external_button_ = __webpack_require__(
|
|
551
|
+
var external_button_ = __webpack_require__(13);
|
|
552
552
|
var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
|
|
553
553
|
|
|
554
554
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/search.vue?vue&type=script&lang=js&
|
|
@@ -802,24 +802,24 @@ input.install = function (Vue) {
|
|
|
802
802
|
|
|
803
803
|
/***/ }),
|
|
804
804
|
|
|
805
|
-
/***/
|
|
805
|
+
/***/ 12:
|
|
806
806
|
/***/ (function(module, exports) {
|
|
807
807
|
|
|
808
|
-
module.exports =
|
|
808
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
|
|
809
809
|
|
|
810
810
|
/***/ }),
|
|
811
811
|
|
|
812
|
-
/***/
|
|
812
|
+
/***/ 13:
|
|
813
813
|
/***/ (function(module, exports) {
|
|
814
814
|
|
|
815
|
-
|
|
815
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
|
|
816
816
|
|
|
817
817
|
/***/ }),
|
|
818
818
|
|
|
819
|
-
/***/
|
|
819
|
+
/***/ 139:
|
|
820
820
|
/***/ (function(module, exports) {
|
|
821
821
|
|
|
822
|
-
|
|
822
|
+
// removed by extract-text-webpack-plugin
|
|
823
823
|
|
|
824
824
|
/***/ }),
|
|
825
825
|
|
|
@@ -1028,7 +1028,7 @@ function calculateNodeHeight(uiTextNode) {
|
|
|
1028
1028
|
return { height: height + 'px', minHeight: minHeight + 'px', maxHeight: maxHeight + 'px', overflowY: overflowY };
|
|
1029
1029
|
}
|
|
1030
1030
|
// EXTERNAL MODULE: external "./_mixin/emitter"
|
|
1031
|
-
var emitter_ = __webpack_require__(
|
|
1031
|
+
var emitter_ = __webpack_require__(12);
|
|
1032
1032
|
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
1033
1033
|
|
|
1034
1034
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/textarea.vue?vue&type=script&lang=js&
|
package/dist/inputnumber.js
CHANGED
|
@@ -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__7__,
|
|
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 = {};
|
|
@@ -315,7 +315,7 @@ 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"
|
|
318
|
-
var external_input_ = __webpack_require__(
|
|
318
|
+
var external_input_ = __webpack_require__(16);
|
|
319
319
|
var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
|
|
320
320
|
|
|
321
321
|
// CONCATENATED MODULE: ./components/inputnumber/props.js
|
|
@@ -396,7 +396,7 @@ var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_)
|
|
|
396
396
|
}
|
|
397
397
|
});
|
|
398
398
|
// EXTERNAL MODULE: external "./_mixin/emitter"
|
|
399
|
-
var emitter_ = __webpack_require__(
|
|
399
|
+
var emitter_ = __webpack_require__(12);
|
|
400
400
|
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
401
401
|
|
|
402
402
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/inputnumber/inputnumber.vue?vue&type=script&lang=js&
|
|
@@ -670,10 +670,10 @@ inputnumber.install = function (Vue) {
|
|
|
670
670
|
|
|
671
671
|
/***/ }),
|
|
672
672
|
|
|
673
|
-
/***/
|
|
673
|
+
/***/ 12:
|
|
674
674
|
/***/ (function(module, exports) {
|
|
675
675
|
|
|
676
|
-
module.exports =
|
|
676
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
|
|
677
677
|
|
|
678
678
|
/***/ }),
|
|
679
679
|
|
|
@@ -684,10 +684,10 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
|
|
|
684
684
|
|
|
685
685
|
/***/ }),
|
|
686
686
|
|
|
687
|
-
/***/
|
|
687
|
+
/***/ 16:
|
|
688
688
|
/***/ (function(module, exports) {
|
|
689
689
|
|
|
690
|
-
module.exports =
|
|
690
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__16__;
|
|
691
691
|
|
|
692
692
|
/***/ }),
|
|
693
693
|
|