@mdsfe/mds-ui 0.3.0-9 → 0.4.0-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/dist/_util/iconfont/index.js +1 -1
- package/dist/affix.js +31 -36
- package/dist/alert.js +27 -32
- package/dist/anchor.js +39 -47
- package/dist/avatar.js +27 -32
- package/dist/backtop.js +31 -36
- package/dist/badge.js +41 -46
- package/dist/base.js +1 -0
- package/dist/bordershadow.js +27 -32
- package/dist/breadcrumb.js +39 -47
- package/dist/button.js +43 -58
- package/dist/card.js +39 -47
- package/dist/carousel.js +55 -63
- package/dist/cascader.js +98 -115
- package/dist/cascaderpanel.js +70 -81
- package/dist/checkbox.js +43 -51
- package/dist/col.js +52 -60
- package/dist/collapse.js +39 -47
- package/dist/color.js +27 -32
- package/dist/datepicker.js +1145 -543
- package/dist/divider.js +27 -32
- package/dist/drawer.js +42 -47
- package/dist/dropdown.js +49 -79
- package/dist/empty.js +36 -41
- package/dist/font/iconfont.06c8a26.woff +0 -0
- package/dist/font/iconfont.c9840a2.woff2 +0 -0
- package/dist/font/{iconfont.ecd615a.ttf → iconfont.dffa89c.ttf} +0 -0
- package/dist/font.js +27 -32
- package/dist/form.js +49 -57
- package/dist/icon.js +27 -32
- package/dist/index.js +358 -1
- package/dist/input.js +258 -119
- package/dist/inputnumber.js +31 -36
- package/dist/layout.js +75 -92
- package/dist/list.js +39 -47
- package/dist/loading.js +27 -32
- package/dist/mds-ui.min.css +1 -2
- package/dist/mds-ui.min.js +4707 -3009
- package/dist/menu.js +98 -93
- package/dist/message.js +60 -71
- package/dist/modal.js +40 -45
- package/dist/notification.js +53 -61
- package/dist/pagination.js +66 -77
- package/dist/popconfirm.js +31 -77
- package/dist/popover.js +51 -63
- package/dist/progress.js +52 -63
- package/dist/radio.js +54 -62
- package/dist/rate.js +47 -55
- package/dist/row.js +52 -60
- package/dist/select.js +111 -128
- package/dist/slider.js +60 -68
- package/dist/slottable.js +68 -76
- package/dist/steps.js +7 -7
- package/dist/style/affix.css +3 -6789
- package/dist/style/alert.css +3 -6789
- package/dist/style/anchor.css +3 -6789
- package/dist/style/avatar.css +3 -6789
- package/dist/style/badge.css +5 -6791
- package/dist/style/base.css +1 -0
- package/dist/style/bordershadow.css +3 -6789
- package/dist/style/breadcrumb.css +3 -6789
- package/dist/style/button.css +3 -6789
- package/dist/style/card.css +3 -6789
- package/dist/style/carousel.css +0 -6786
- package/dist/style/checkbox.css +3 -6789
- package/dist/style/col.css +3 -6789
- package/dist/style/collapse.css +3 -6789
- package/dist/style/color.css +3 -6789
- package/dist/style/datepicker.css +70 -6789
- package/dist/style/divider.css +3 -6789
- package/dist/style/drawer.css +3 -6789
- package/dist/style/dropdown.css +3 -8958
- package/dist/style/empty.css +3 -6789
- package/dist/style/font.css +3 -6789
- package/dist/style/form.css +3 -6789
- package/dist/style/icon.css +3 -6789
- package/dist/style/index.css +6 -0
- package/dist/style/input.css +23 -6795
- package/dist/style/inputnumber.css +3 -6789
- package/dist/style/layout.css +3 -6789
- package/dist/style/list.css +3 -6789
- package/dist/style/loading.css +3 -6789
- package/dist/style/menu.css +3 -6789
- package/dist/style/modal.css +3 -6789
- package/dist/style/notification.css +7 -6793
- package/dist/style/pagination.css +23 -6795
- package/dist/style/popconfirm.css +3 -9093
- package/dist/style/popover.css +3 -6789
- package/dist/style/progress.css +3 -6789
- package/dist/style/radio.css +3 -6789
- package/dist/style/rate.css +3 -6789
- package/dist/style/row.css +3 -6789
- package/dist/style/select.css +3 -6789
- package/dist/style/slider.css +3 -6789
- package/dist/style/slottable.css +3 -6789
- package/dist/style/steps.css +3 -6789
- package/dist/style/switch.css +3 -6789
- package/dist/style/table.css +3 -6789
- package/dist/style/tabs.css +3 -6789
- package/dist/style/tag.css +3 -6789
- package/dist/style/text.css +3 -6789
- package/dist/style/timeline.css +3 -6789
- package/dist/style/timepicker.css +3 -6789
- package/dist/style/tooltip.css +3 -6789
- package/dist/style/transfer.css +105 -0
- package/dist/style/tree.css +3 -6789
- package/dist/style/typography.css +3 -6789
- package/dist/style/upload.css +3 -6789
- package/dist/switch.js +31 -36
- package/dist/table.js +225 -274
- package/dist/tabs.js +81 -104
- package/dist/tag.js +27 -32
- package/dist/text.js +680 -541
- package/dist/timeline.js +39 -47
- package/dist/timepicker.js +100 -117
- package/dist/tooltip.js +27 -27
- package/dist/transfer.js +1028 -85
- package/dist/transition.js +4 -4
- package/dist/tree.js +62 -70
- package/dist/typography.js +39 -47
- package/dist/upload.js +95 -115
- package/package.json +9 -5
- package/CHANGELOG.md +0 -1013
- package/dist/.DS_Store +0 -0
- package/dist/_util/.DS_Store +0 -0
- package/dist/font/iconfont.ae3b61b.woff2 +0 -0
- package/dist/font/iconfont.f1b256f.woff +0 -0
package/dist/message.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./button")) : factory(root["Vue"], root["./icon"], 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__2__, __WEBPACK_EXTERNAL_MODULE__7__,
|
|
10
|
+
})(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__13__) {
|
|
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 = 95);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -107,20 +107,19 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
107
107
|
// This module is a runtime utility for cleaner component module output and will
|
|
108
108
|
// be included in the final webpack user bundle.
|
|
109
109
|
|
|
110
|
-
function normalizeComponent
|
|
110
|
+
function normalizeComponent(
|
|
111
111
|
scriptExports,
|
|
112
112
|
render,
|
|
113
113
|
staticRenderFns,
|
|
114
114
|
functionalTemplate,
|
|
115
115
|
injectStyles,
|
|
116
116
|
scopeId,
|
|
117
|
-
moduleIdentifier
|
|
117
|
+
moduleIdentifier /* server only */,
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
? scriptExports.options
|
|
123
|
-
: scriptExports
|
|
121
|
+
var options =
|
|
122
|
+
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
124
123
|
|
|
125
124
|
// render functions
|
|
126
125
|
if (render) {
|
|
@@ -140,7 +139,8 @@ function normalizeComponent (
|
|
|
140
139
|
}
|
|
141
140
|
|
|
142
141
|
var hook
|
|
143
|
-
if (moduleIdentifier) {
|
|
142
|
+
if (moduleIdentifier) {
|
|
143
|
+
// server build
|
|
144
144
|
hook = function (context) {
|
|
145
145
|
// 2.3 injection
|
|
146
146
|
context =
|
|
@@ -166,11 +166,11 @@ function normalizeComponent (
|
|
|
166
166
|
} else if (injectStyles) {
|
|
167
167
|
hook = shadowMode
|
|
168
168
|
? function () {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
169
|
+
injectStyles.call(
|
|
170
|
+
this,
|
|
171
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
172
|
+
)
|
|
173
|
+
}
|
|
174
174
|
: injectStyles
|
|
175
175
|
}
|
|
176
176
|
|
|
@@ -181,16 +181,14 @@ function normalizeComponent (
|
|
|
181
181
|
options._injectStyles = hook
|
|
182
182
|
// register for functional component in vue file
|
|
183
183
|
var originalRender = options.render
|
|
184
|
-
options.render = function renderWithStyleInjection
|
|
184
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
185
185
|
hook.call(context)
|
|
186
186
|
return originalRender(h, context)
|
|
187
187
|
}
|
|
188
188
|
} else {
|
|
189
189
|
// inject component registration as beforeCreate hook
|
|
190
190
|
var existing = options.beforeCreate
|
|
191
|
-
options.beforeCreate = existing
|
|
192
|
-
? [].concat(existing, hook)
|
|
193
|
-
: [hook]
|
|
191
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
194
192
|
}
|
|
195
193
|
}
|
|
196
194
|
|
|
@@ -220,7 +218,7 @@ function normalizeComponent (
|
|
|
220
218
|
/* unused harmony export isInContainer */
|
|
221
219
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return merge; });
|
|
222
220
|
/* 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__(
|
|
221
|
+
/* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
|
|
224
222
|
/* 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
223
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
|
|
226
224
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__);
|
|
@@ -492,10 +490,17 @@ function getScrollBarWidth() {
|
|
|
492
490
|
|
|
493
491
|
/***/ }),
|
|
494
492
|
|
|
495
|
-
/***/
|
|
493
|
+
/***/ 10:
|
|
494
|
+
/***/ (function(module, exports) {
|
|
495
|
+
|
|
496
|
+
module.exports = require("babel-runtime/helpers/typeof");
|
|
497
|
+
|
|
498
|
+
/***/ }),
|
|
499
|
+
|
|
500
|
+
/***/ 13:
|
|
496
501
|
/***/ (function(module, exports) {
|
|
497
502
|
|
|
498
|
-
module.exports =
|
|
503
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
|
|
499
504
|
|
|
500
505
|
/***/ }),
|
|
501
506
|
|
|
@@ -724,7 +729,7 @@ var scrollBarWidth = void 0;
|
|
|
724
729
|
|
|
725
730
|
/***/ }),
|
|
726
731
|
|
|
727
|
-
/***/
|
|
732
|
+
/***/ 190:
|
|
728
733
|
/***/ (function(module, exports) {
|
|
729
734
|
|
|
730
735
|
// removed by extract-text-webpack-plugin
|
|
@@ -951,14 +956,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
|
|
|
951
956
|
|
|
952
957
|
/***/ }),
|
|
953
958
|
|
|
954
|
-
/***/
|
|
955
|
-
/***/ (function(module, exports) {
|
|
956
|
-
|
|
957
|
-
module.exports = require("babel-runtime/helpers/typeof");
|
|
958
|
-
|
|
959
|
-
/***/ }),
|
|
960
|
-
|
|
961
|
-
/***/ 97:
|
|
959
|
+
/***/ 95:
|
|
962
960
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
963
961
|
|
|
964
962
|
"use strict";
|
|
@@ -970,11 +968,11 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
970
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_);
|
|
971
969
|
|
|
972
970
|
// EXTERNAL MODULE: ./components/message/style/index.less
|
|
973
|
-
var style = __webpack_require__(
|
|
971
|
+
var style = __webpack_require__(190);
|
|
974
972
|
|
|
975
973
|
// CONCATENATED MODULE: ./components/message/style/index.js
|
|
976
974
|
|
|
977
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message-box.vue?vue&type=template&id=
|
|
975
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message-box.vue?vue&type=template&id=a8bdf1f6
|
|
978
976
|
var render = function () {
|
|
979
977
|
var _vm = this
|
|
980
978
|
var _h = _vm.$createElement
|
|
@@ -985,15 +983,15 @@ var staticRenderFns = []
|
|
|
985
983
|
render._withStripped = true
|
|
986
984
|
|
|
987
985
|
|
|
988
|
-
// CONCATENATED MODULE: ./components/message/message-box.vue?vue&type=template&id=
|
|
986
|
+
// CONCATENATED MODULE: ./components/message/message-box.vue?vue&type=template&id=a8bdf1f6
|
|
989
987
|
|
|
990
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message-box.vue?vue&type=script&lang=js
|
|
988
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message-box.vue?vue&type=script&lang=js
|
|
991
989
|
//
|
|
992
990
|
//
|
|
993
991
|
//
|
|
994
992
|
//
|
|
995
993
|
|
|
996
|
-
/* harmony default export */ var
|
|
994
|
+
/* harmony default export */ var message_boxvue_type_script_lang_js = ({
|
|
997
995
|
name: 'MdsMessageBox',
|
|
998
996
|
props: {
|
|
999
997
|
prefixCls: {
|
|
@@ -1008,8 +1006,8 @@ render._withStripped = true
|
|
|
1008
1006
|
}
|
|
1009
1007
|
}
|
|
1010
1008
|
});
|
|
1011
|
-
// CONCATENATED MODULE: ./components/message/message-box.vue?vue&type=script&lang=js
|
|
1012
|
-
/* harmony default export */ var
|
|
1009
|
+
// CONCATENATED MODULE: ./components/message/message-box.vue?vue&type=script&lang=js
|
|
1010
|
+
/* harmony default export */ var message_message_boxvue_type_script_lang_js = (message_boxvue_type_script_lang_js);
|
|
1013
1011
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1014
1012
|
var componentNormalizer = __webpack_require__(0);
|
|
1015
1013
|
|
|
@@ -1022,7 +1020,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
1022
1020
|
/* normalize component */
|
|
1023
1021
|
|
|
1024
1022
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
1025
|
-
|
|
1023
|
+
message_message_boxvue_type_script_lang_js,
|
|
1026
1024
|
render,
|
|
1027
1025
|
staticRenderFns,
|
|
1028
1026
|
false,
|
|
@@ -1032,12 +1030,9 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
1032
1030
|
|
|
1033
1031
|
)
|
|
1034
1032
|
|
|
1035
|
-
/* hot reload */
|
|
1036
|
-
if (false) { var api; }
|
|
1037
|
-
component.options.__file = "components/message/message-box.vue"
|
|
1038
1033
|
/* harmony default export */ var message_box = (component.exports);
|
|
1039
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message.vue?vue&type=template&id=
|
|
1040
|
-
var
|
|
1034
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message.vue?vue&type=template&id=cd4d712a
|
|
1035
|
+
var messagevue_type_template_id_cd4d712a_render = function () {
|
|
1041
1036
|
var _vm = this
|
|
1042
1037
|
var _h = _vm.$createElement
|
|
1043
1038
|
var _c = _vm._self._c || _h
|
|
@@ -1127,14 +1122,14 @@ var messagevue_type_template_id_dc37dbd8_render = function () {
|
|
|
1127
1122
|
]
|
|
1128
1123
|
)
|
|
1129
1124
|
}
|
|
1130
|
-
var
|
|
1131
|
-
|
|
1125
|
+
var messagevue_type_template_id_cd4d712a_staticRenderFns = []
|
|
1126
|
+
messagevue_type_template_id_cd4d712a_render._withStripped = true
|
|
1132
1127
|
|
|
1133
1128
|
|
|
1134
|
-
// CONCATENATED MODULE: ./components/message/message.vue?vue&type=template&id=
|
|
1129
|
+
// CONCATENATED MODULE: ./components/message/message.vue?vue&type=template&id=cd4d712a
|
|
1135
1130
|
|
|
1136
1131
|
// EXTERNAL MODULE: external "./button"
|
|
1137
|
-
var external_button_ = __webpack_require__(
|
|
1132
|
+
var external_button_ = __webpack_require__(13);
|
|
1138
1133
|
var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
|
|
1139
1134
|
|
|
1140
1135
|
// EXTERNAL MODULE: external "./icon"
|
|
@@ -1180,7 +1175,7 @@ var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
|
|
|
1180
1175
|
// EXTERNAL MODULE: ./components/_util/_popper/popup/popup-main.js
|
|
1181
1176
|
var popup_main = __webpack_require__(15);
|
|
1182
1177
|
|
|
1183
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message.vue?vue&type=script&lang=js
|
|
1178
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message.vue?vue&type=script&lang=js
|
|
1184
1179
|
//
|
|
1185
1180
|
//
|
|
1186
1181
|
//
|
|
@@ -1242,7 +1237,7 @@ var ICONTYPES = {
|
|
|
1242
1237
|
warning: 'fill-solid-exclamation-circle',
|
|
1243
1238
|
loading: 'line-spinner'
|
|
1244
1239
|
};
|
|
1245
|
-
/* harmony default export */ var
|
|
1240
|
+
/* harmony default export */ var messagevue_type_script_lang_js = ({
|
|
1246
1241
|
name: 'MdsMessage',
|
|
1247
1242
|
mixins: [props],
|
|
1248
1243
|
data: function data() {
|
|
@@ -1336,8 +1331,8 @@ var ICONTYPES = {
|
|
|
1336
1331
|
});
|
|
1337
1332
|
}
|
|
1338
1333
|
});
|
|
1339
|
-
// CONCATENATED MODULE: ./components/message/message.vue?vue&type=script&lang=js
|
|
1340
|
-
/* harmony default export */ var
|
|
1334
|
+
// CONCATENATED MODULE: ./components/message/message.vue?vue&type=script&lang=js
|
|
1335
|
+
/* harmony default export */ var message_messagevue_type_script_lang_js = (messagevue_type_script_lang_js);
|
|
1341
1336
|
// CONCATENATED MODULE: ./components/message/message.vue
|
|
1342
1337
|
|
|
1343
1338
|
|
|
@@ -1347,9 +1342,9 @@ var ICONTYPES = {
|
|
|
1347
1342
|
/* normalize component */
|
|
1348
1343
|
|
|
1349
1344
|
var message_component = Object(componentNormalizer["a" /* default */])(
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1345
|
+
message_messagevue_type_script_lang_js,
|
|
1346
|
+
messagevue_type_template_id_cd4d712a_render,
|
|
1347
|
+
messagevue_type_template_id_cd4d712a_staticRenderFns,
|
|
1353
1348
|
false,
|
|
1354
1349
|
null,
|
|
1355
1350
|
null,
|
|
@@ -1357,12 +1352,9 @@ var message_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1357
1352
|
|
|
1358
1353
|
)
|
|
1359
1354
|
|
|
1360
|
-
/* hot reload */
|
|
1361
|
-
if (false) { var message_api; }
|
|
1362
|
-
message_component.options.__file = "components/message/message.vue"
|
|
1363
1355
|
/* harmony default export */ var message = (message_component.exports);
|
|
1364
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message-size.vue?vue&type=template&id=
|
|
1365
|
-
var
|
|
1356
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message-size.vue?vue&type=template&id=f42b4e2a
|
|
1357
|
+
var message_sizevue_type_template_id_f42b4e2a_render = function () {
|
|
1366
1358
|
var _vm = this
|
|
1367
1359
|
var _h = _vm.$createElement
|
|
1368
1360
|
var _c = _vm._self._c || _h
|
|
@@ -1452,13 +1444,13 @@ var message_sizevue_type_template_id_8e7dc96c_render = function () {
|
|
|
1452
1444
|
]
|
|
1453
1445
|
)
|
|
1454
1446
|
}
|
|
1455
|
-
var
|
|
1456
|
-
|
|
1447
|
+
var message_sizevue_type_template_id_f42b4e2a_staticRenderFns = []
|
|
1448
|
+
message_sizevue_type_template_id_f42b4e2a_render._withStripped = true
|
|
1457
1449
|
|
|
1458
1450
|
|
|
1459
|
-
// CONCATENATED MODULE: ./components/message/message-size.vue?vue&type=template&id=
|
|
1451
|
+
// CONCATENATED MODULE: ./components/message/message-size.vue?vue&type=template&id=f42b4e2a
|
|
1460
1452
|
|
|
1461
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message-size.vue?vue&type=script&lang=js
|
|
1453
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/message/message-size.vue?vue&type=script&lang=js
|
|
1462
1454
|
//
|
|
1463
1455
|
//
|
|
1464
1456
|
//
|
|
@@ -1504,7 +1496,7 @@ var TITLETYPES = {
|
|
|
1504
1496
|
warning: '请注意',
|
|
1505
1497
|
help: '帮助信息'
|
|
1506
1498
|
};
|
|
1507
|
-
/* harmony default export */ var
|
|
1499
|
+
/* harmony default export */ var message_sizevue_type_script_lang_js = ({
|
|
1508
1500
|
name: 'MdsMessageSize',
|
|
1509
1501
|
mixins: [props],
|
|
1510
1502
|
props: {
|
|
@@ -1600,8 +1592,8 @@ var TITLETYPES = {
|
|
|
1600
1592
|
this.startTimer();
|
|
1601
1593
|
}
|
|
1602
1594
|
});
|
|
1603
|
-
// CONCATENATED MODULE: ./components/message/message-size.vue?vue&type=script&lang=js
|
|
1604
|
-
/* harmony default export */ var
|
|
1595
|
+
// CONCATENATED MODULE: ./components/message/message-size.vue?vue&type=script&lang=js
|
|
1596
|
+
/* harmony default export */ var message_message_sizevue_type_script_lang_js = (message_sizevue_type_script_lang_js);
|
|
1605
1597
|
// CONCATENATED MODULE: ./components/message/message-size.vue
|
|
1606
1598
|
|
|
1607
1599
|
|
|
@@ -1611,9 +1603,9 @@ var TITLETYPES = {
|
|
|
1611
1603
|
/* normalize component */
|
|
1612
1604
|
|
|
1613
1605
|
var message_size_component = Object(componentNormalizer["a" /* default */])(
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1606
|
+
message_message_sizevue_type_script_lang_js,
|
|
1607
|
+
message_sizevue_type_template_id_f42b4e2a_render,
|
|
1608
|
+
message_sizevue_type_template_id_f42b4e2a_staticRenderFns,
|
|
1617
1609
|
false,
|
|
1618
1610
|
null,
|
|
1619
1611
|
null,
|
|
@@ -1621,9 +1613,6 @@ var message_size_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1621
1613
|
|
|
1622
1614
|
)
|
|
1623
1615
|
|
|
1624
|
-
/* hot reload */
|
|
1625
|
-
if (false) { var message_size_api; }
|
|
1626
|
-
message_size_component.options.__file = "components/message/message-size.vue"
|
|
1627
1616
|
/* harmony default export */ var message_size = (message_size_component.exports);
|
|
1628
1617
|
// CONCATENATED MODULE: ./components/message/index.js
|
|
1629
1618
|
|
package/dist/modal.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./_mixin/locale"), require("./transition"), require("./button")) : factory(root["Vue"], root["./icon"], root["./_mixin/locale"], root["./transition"], 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__2__, __WEBPACK_EXTERNAL_MODULE__7__,
|
|
10
|
+
})(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__9__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__13__) {
|
|
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 = 127);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -107,20 +107,19 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
107
107
|
// This module is a runtime utility for cleaner component module output and will
|
|
108
108
|
// be included in the final webpack user bundle.
|
|
109
109
|
|
|
110
|
-
function normalizeComponent
|
|
110
|
+
function normalizeComponent(
|
|
111
111
|
scriptExports,
|
|
112
112
|
render,
|
|
113
113
|
staticRenderFns,
|
|
114
114
|
functionalTemplate,
|
|
115
115
|
injectStyles,
|
|
116
116
|
scopeId,
|
|
117
|
-
moduleIdentifier
|
|
117
|
+
moduleIdentifier /* server only */,
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
? scriptExports.options
|
|
123
|
-
: scriptExports
|
|
121
|
+
var options =
|
|
122
|
+
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
124
123
|
|
|
125
124
|
// render functions
|
|
126
125
|
if (render) {
|
|
@@ -140,7 +139,8 @@ function normalizeComponent (
|
|
|
140
139
|
}
|
|
141
140
|
|
|
142
141
|
var hook
|
|
143
|
-
if (moduleIdentifier) {
|
|
142
|
+
if (moduleIdentifier) {
|
|
143
|
+
// server build
|
|
144
144
|
hook = function (context) {
|
|
145
145
|
// 2.3 injection
|
|
146
146
|
context =
|
|
@@ -166,11 +166,11 @@ function normalizeComponent (
|
|
|
166
166
|
} else if (injectStyles) {
|
|
167
167
|
hook = shadowMode
|
|
168
168
|
? function () {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
169
|
+
injectStyles.call(
|
|
170
|
+
this,
|
|
171
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
172
|
+
)
|
|
173
|
+
}
|
|
174
174
|
: injectStyles
|
|
175
175
|
}
|
|
176
176
|
|
|
@@ -181,16 +181,14 @@ function normalizeComponent (
|
|
|
181
181
|
options._injectStyles = hook
|
|
182
182
|
// register for functional component in vue file
|
|
183
183
|
var originalRender = options.render
|
|
184
|
-
options.render = function renderWithStyleInjection
|
|
184
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
185
185
|
hook.call(context)
|
|
186
186
|
return originalRender(h, context)
|
|
187
187
|
}
|
|
188
188
|
} else {
|
|
189
189
|
// inject component registration as beforeCreate hook
|
|
190
190
|
var existing = options.beforeCreate
|
|
191
|
-
options.beforeCreate = existing
|
|
192
|
-
? [].concat(existing, hook)
|
|
193
|
-
: [hook]
|
|
191
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
194
192
|
}
|
|
195
193
|
}
|
|
196
194
|
|
|
@@ -220,7 +218,7 @@ function normalizeComponent (
|
|
|
220
218
|
/* unused harmony export isInContainer */
|
|
221
219
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return merge; });
|
|
222
220
|
/* 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__(
|
|
221
|
+
/* harmony import */ var babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
|
|
224
222
|
/* 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
223
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
|
|
226
224
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__);
|
|
@@ -495,7 +493,7 @@ function getScrollBarWidth() {
|
|
|
495
493
|
/***/ 10:
|
|
496
494
|
/***/ (function(module, exports) {
|
|
497
495
|
|
|
498
|
-
module.exports =
|
|
496
|
+
module.exports = require("babel-runtime/helpers/typeof");
|
|
499
497
|
|
|
500
498
|
/***/ }),
|
|
501
499
|
|
|
@@ -506,23 +504,23 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
|
|
|
506
504
|
|
|
507
505
|
/***/ }),
|
|
508
506
|
|
|
509
|
-
/***/
|
|
507
|
+
/***/ 127:
|
|
510
508
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
511
509
|
|
|
512
510
|
"use strict";
|
|
513
511
|
// ESM COMPAT FLAG
|
|
514
512
|
__webpack_require__.r(__webpack_exports__);
|
|
515
513
|
|
|
516
|
-
// EXTERNAL MODULE: ./components/style/
|
|
517
|
-
var
|
|
514
|
+
// EXTERNAL MODULE: ./components/style/mixins-only.less
|
|
515
|
+
var mixins_only = __webpack_require__(140);
|
|
518
516
|
|
|
519
517
|
// EXTERNAL MODULE: ./components/modal/style/index.less
|
|
520
|
-
var
|
|
518
|
+
var style = __webpack_require__(192);
|
|
521
519
|
|
|
522
520
|
// CONCATENATED MODULE: ./components/modal/style/index.js
|
|
523
521
|
|
|
524
522
|
|
|
525
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=template&id=
|
|
523
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=template&id=43a7457b
|
|
526
524
|
var render = function () {
|
|
527
525
|
var _obj
|
|
528
526
|
var _vm = this
|
|
@@ -697,10 +695,10 @@ var staticRenderFns = []
|
|
|
697
695
|
render._withStripped = true
|
|
698
696
|
|
|
699
697
|
|
|
700
|
-
// CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=template&id=
|
|
698
|
+
// CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=template&id=43a7457b
|
|
701
699
|
|
|
702
700
|
// EXTERNAL MODULE: external "babel-runtime/core-js/number/is-finite"
|
|
703
|
-
var is_finite_ = __webpack_require__(
|
|
701
|
+
var is_finite_ = __webpack_require__(69);
|
|
704
702
|
var is_finite_default = /*#__PURE__*/__webpack_require__.n(is_finite_);
|
|
705
703
|
|
|
706
704
|
// EXTERNAL MODULE: external "./icon"
|
|
@@ -708,7 +706,7 @@ var external_icon_ = __webpack_require__(7);
|
|
|
708
706
|
var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
|
|
709
707
|
|
|
710
708
|
// EXTERNAL MODULE: external "./button"
|
|
711
|
-
var external_button_ = __webpack_require__(
|
|
709
|
+
var external_button_ = __webpack_require__(13);
|
|
712
710
|
var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
|
|
713
711
|
|
|
714
712
|
// EXTERNAL MODULE: ./components/_util/util.js
|
|
@@ -722,10 +720,10 @@ var external_transition_ = __webpack_require__(12);
|
|
|
722
720
|
var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
|
|
723
721
|
|
|
724
722
|
// EXTERNAL MODULE: external "./_mixin/locale"
|
|
725
|
-
var locale_ = __webpack_require__(
|
|
723
|
+
var locale_ = __webpack_require__(9);
|
|
726
724
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
727
725
|
|
|
728
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=script&lang=js
|
|
726
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=script&lang=js
|
|
729
727
|
|
|
730
728
|
//
|
|
731
729
|
//
|
|
@@ -813,7 +811,7 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
|
813
811
|
|
|
814
812
|
|
|
815
813
|
var PREFIXCLS = 'mds-modal';
|
|
816
|
-
/* harmony default export */ var
|
|
814
|
+
/* harmony default export */ var modalvue_type_script_lang_js = ({
|
|
817
815
|
name: 'MdsModal',
|
|
818
816
|
components: {
|
|
819
817
|
MdsIcon: external_icon_default.a,
|
|
@@ -1019,8 +1017,8 @@ var PREFIXCLS = 'mds-modal';
|
|
|
1019
1017
|
document.body.appendChild(this.$refs.root);
|
|
1020
1018
|
}
|
|
1021
1019
|
});
|
|
1022
|
-
// CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=script&lang=js
|
|
1023
|
-
/* harmony default export */ var
|
|
1020
|
+
// CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=script&lang=js
|
|
1021
|
+
/* harmony default export */ var modal_modalvue_type_script_lang_js = (modalvue_type_script_lang_js);
|
|
1024
1022
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1025
1023
|
var componentNormalizer = __webpack_require__(0);
|
|
1026
1024
|
|
|
@@ -1033,7 +1031,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
1033
1031
|
/* normalize component */
|
|
1034
1032
|
|
|
1035
1033
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
1036
|
-
|
|
1034
|
+
modal_modalvue_type_script_lang_js,
|
|
1037
1035
|
render,
|
|
1038
1036
|
staticRenderFns,
|
|
1039
1037
|
false,
|
|
@@ -1043,9 +1041,6 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
1043
1041
|
|
|
1044
1042
|
)
|
|
1045
1043
|
|
|
1046
|
-
/* hot reload */
|
|
1047
|
-
if (false) { var api; }
|
|
1048
|
-
component.options.__file = "components/modal/modal.vue"
|
|
1049
1044
|
/* harmony default export */ var modal = (component.exports);
|
|
1050
1045
|
// CONCATENATED MODULE: ./components/modal/index.js
|
|
1051
1046
|
|
|
@@ -1058,14 +1053,14 @@ modal.install = function (Vue) {
|
|
|
1058
1053
|
|
|
1059
1054
|
/***/ }),
|
|
1060
1055
|
|
|
1061
|
-
/***/
|
|
1056
|
+
/***/ 13:
|
|
1062
1057
|
/***/ (function(module, exports) {
|
|
1063
1058
|
|
|
1064
|
-
module.exports =
|
|
1059
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
|
|
1065
1060
|
|
|
1066
1061
|
/***/ }),
|
|
1067
1062
|
|
|
1068
|
-
/***/
|
|
1063
|
+
/***/ 140:
|
|
1069
1064
|
/***/ (function(module, exports) {
|
|
1070
1065
|
|
|
1071
1066
|
// removed by extract-text-webpack-plugin
|
|
@@ -1511,7 +1506,7 @@ function hasOwn(obj, key) {
|
|
|
1511
1506
|
|
|
1512
1507
|
/***/ }),
|
|
1513
1508
|
|
|
1514
|
-
/***/
|
|
1509
|
+
/***/ 192:
|
|
1515
1510
|
/***/ (function(module, exports) {
|
|
1516
1511
|
|
|
1517
1512
|
// removed by extract-text-webpack-plugin
|
|
@@ -1731,24 +1726,24 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
|
|
|
1731
1726
|
|
|
1732
1727
|
/***/ }),
|
|
1733
1728
|
|
|
1734
|
-
/***/
|
|
1729
|
+
/***/ 69:
|
|
1735
1730
|
/***/ (function(module, exports) {
|
|
1736
1731
|
|
|
1737
|
-
module.exports =
|
|
1732
|
+
module.exports = require("babel-runtime/core-js/number/is-finite");
|
|
1738
1733
|
|
|
1739
1734
|
/***/ }),
|
|
1740
1735
|
|
|
1741
|
-
/***/
|
|
1736
|
+
/***/ 7:
|
|
1742
1737
|
/***/ (function(module, exports) {
|
|
1743
1738
|
|
|
1744
|
-
module.exports =
|
|
1739
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
|
|
1745
1740
|
|
|
1746
1741
|
/***/ }),
|
|
1747
1742
|
|
|
1748
1743
|
/***/ 9:
|
|
1749
1744
|
/***/ (function(module, exports) {
|
|
1750
1745
|
|
|
1751
|
-
module.exports =
|
|
1746
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
|
|
1752
1747
|
|
|
1753
1748
|
/***/ })
|
|
1754
1749
|
|