@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/bordershadow.js
CHANGED
|
@@ -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 = 129);
|
|
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
|
|
|
@@ -203,23 +201,23 @@ function normalizeComponent (
|
|
|
203
201
|
|
|
204
202
|
/***/ }),
|
|
205
203
|
|
|
206
|
-
/***/
|
|
204
|
+
/***/ 129:
|
|
207
205
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
208
206
|
|
|
209
207
|
"use strict";
|
|
210
208
|
// ESM COMPAT FLAG
|
|
211
209
|
__webpack_require__.r(__webpack_exports__);
|
|
212
210
|
|
|
213
|
-
// EXTERNAL MODULE: ./components/style/
|
|
214
|
-
var
|
|
211
|
+
// EXTERNAL MODULE: ./components/style/mixins-only.less
|
|
212
|
+
var mixins_only = __webpack_require__(140);
|
|
215
213
|
|
|
216
214
|
// EXTERNAL MODULE: ./components/bordershadow/style/index.less
|
|
217
|
-
var
|
|
215
|
+
var style = __webpack_require__(250);
|
|
218
216
|
|
|
219
217
|
// CONCATENATED MODULE: ./components/bordershadow/style/index.js
|
|
220
218
|
|
|
221
219
|
|
|
222
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/bordershadow/border-shadow.vue?vue&type=template&id=
|
|
220
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/bordershadow/border-shadow.vue?vue&type=template&id=ad45eb8a
|
|
223
221
|
var render = function () {
|
|
224
222
|
var _vm = this
|
|
225
223
|
var _h = _vm.$createElement
|
|
@@ -230,9 +228,9 @@ var staticRenderFns = []
|
|
|
230
228
|
render._withStripped = true
|
|
231
229
|
|
|
232
230
|
|
|
233
|
-
// CONCATENATED MODULE: ./components/bordershadow/border-shadow.vue?vue&type=template&id=
|
|
231
|
+
// CONCATENATED MODULE: ./components/bordershadow/border-shadow.vue?vue&type=template&id=ad45eb8a
|
|
234
232
|
|
|
235
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/bordershadow/border-shadow.vue?vue&type=script&lang=js
|
|
233
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/bordershadow/border-shadow.vue?vue&type=script&lang=js
|
|
236
234
|
//
|
|
237
235
|
//
|
|
238
236
|
//
|
|
@@ -240,7 +238,7 @@ render._withStripped = true
|
|
|
240
238
|
//
|
|
241
239
|
//
|
|
242
240
|
|
|
243
|
-
/* harmony default export */ var
|
|
241
|
+
/* harmony default export */ var border_shadowvue_type_script_lang_js = ({
|
|
244
242
|
name: 'MdsBorderShadow',
|
|
245
243
|
props: {
|
|
246
244
|
prefixCls: {
|
|
@@ -263,8 +261,8 @@ render._withStripped = true
|
|
|
263
261
|
}
|
|
264
262
|
}
|
|
265
263
|
});
|
|
266
|
-
// CONCATENATED MODULE: ./components/bordershadow/border-shadow.vue?vue&type=script&lang=js
|
|
267
|
-
/* harmony default export */ var
|
|
264
|
+
// CONCATENATED MODULE: ./components/bordershadow/border-shadow.vue?vue&type=script&lang=js
|
|
265
|
+
/* harmony default export */ var bordershadow_border_shadowvue_type_script_lang_js = (border_shadowvue_type_script_lang_js);
|
|
268
266
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
269
267
|
var componentNormalizer = __webpack_require__(0);
|
|
270
268
|
|
|
@@ -277,7 +275,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
277
275
|
/* normalize component */
|
|
278
276
|
|
|
279
277
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
280
|
-
|
|
278
|
+
bordershadow_border_shadowvue_type_script_lang_js,
|
|
281
279
|
render,
|
|
282
280
|
staticRenderFns,
|
|
283
281
|
false,
|
|
@@ -287,9 +285,6 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
287
285
|
|
|
288
286
|
)
|
|
289
287
|
|
|
290
|
-
/* hot reload */
|
|
291
|
-
if (false) { var api; }
|
|
292
|
-
component.options.__file = "components/bordershadow/border-shadow.vue"
|
|
293
288
|
/* harmony default export */ var border_shadow = (component.exports);
|
|
294
289
|
// CONCATENATED MODULE: ./components/bordershadow/index.js
|
|
295
290
|
|
|
@@ -303,14 +298,14 @@ border_shadow.install = function (Vue) {
|
|
|
303
298
|
|
|
304
299
|
/***/ }),
|
|
305
300
|
|
|
306
|
-
/***/
|
|
301
|
+
/***/ 140:
|
|
307
302
|
/***/ (function(module, exports) {
|
|
308
303
|
|
|
309
304
|
// removed by extract-text-webpack-plugin
|
|
310
305
|
|
|
311
306
|
/***/ }),
|
|
312
307
|
|
|
313
|
-
/***/
|
|
308
|
+
/***/ 250:
|
|
314
309
|
/***/ (function(module, exports) {
|
|
315
310
|
|
|
316
311
|
// removed by extract-text-webpack-plugin
|
package/dist/breadcrumb.js
CHANGED
|
@@ -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 = 105);
|
|
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
|
|
|
@@ -203,23 +201,23 @@ function normalizeComponent (
|
|
|
203
201
|
|
|
204
202
|
/***/ }),
|
|
205
203
|
|
|
206
|
-
/***/
|
|
204
|
+
/***/ 105:
|
|
207
205
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
208
206
|
|
|
209
207
|
"use strict";
|
|
210
208
|
// ESM COMPAT FLAG
|
|
211
209
|
__webpack_require__.r(__webpack_exports__);
|
|
212
210
|
|
|
213
|
-
// EXTERNAL MODULE: ./components/style/
|
|
214
|
-
var
|
|
211
|
+
// EXTERNAL MODULE: ./components/style/mixins-only.less
|
|
212
|
+
var mixins_only = __webpack_require__(140);
|
|
215
213
|
|
|
216
214
|
// EXTERNAL MODULE: ./components/breadcrumb/style/index.less
|
|
217
|
-
var
|
|
215
|
+
var style = __webpack_require__(156);
|
|
218
216
|
|
|
219
217
|
// CONCATENATED MODULE: ./components/breadcrumb/style/index.js
|
|
220
218
|
|
|
221
219
|
|
|
222
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/breadcrumb/breadcrumb.vue?vue&type=template&id=
|
|
220
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/breadcrumb/breadcrumb.vue?vue&type=template&id=37bfc362
|
|
223
221
|
var render = function () {
|
|
224
222
|
var _vm = this
|
|
225
223
|
var _h = _vm.$createElement
|
|
@@ -230,9 +228,9 @@ var staticRenderFns = []
|
|
|
230
228
|
render._withStripped = true
|
|
231
229
|
|
|
232
230
|
|
|
233
|
-
// CONCATENATED MODULE: ./components/breadcrumb/breadcrumb.vue?vue&type=template&id=
|
|
231
|
+
// CONCATENATED MODULE: ./components/breadcrumb/breadcrumb.vue?vue&type=template&id=37bfc362
|
|
234
232
|
|
|
235
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/breadcrumb/breadcrumb.vue?vue&type=script&lang=js
|
|
233
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/breadcrumb/breadcrumb.vue?vue&type=script&lang=js
|
|
236
234
|
//
|
|
237
235
|
//
|
|
238
236
|
//
|
|
@@ -240,7 +238,7 @@ render._withStripped = true
|
|
|
240
238
|
//
|
|
241
239
|
//
|
|
242
240
|
|
|
243
|
-
/* harmony default export */ var
|
|
241
|
+
/* harmony default export */ var breadcrumbvue_type_script_lang_js = ({
|
|
244
242
|
name: 'MdsBreadcrumb',
|
|
245
243
|
props: {
|
|
246
244
|
prefixCls: {
|
|
@@ -253,8 +251,8 @@ render._withStripped = true
|
|
|
253
251
|
}
|
|
254
252
|
}
|
|
255
253
|
});
|
|
256
|
-
// CONCATENATED MODULE: ./components/breadcrumb/breadcrumb.vue?vue&type=script&lang=js
|
|
257
|
-
/* harmony default export */ var
|
|
254
|
+
// CONCATENATED MODULE: ./components/breadcrumb/breadcrumb.vue?vue&type=script&lang=js
|
|
255
|
+
/* harmony default export */ var breadcrumb_breadcrumbvue_type_script_lang_js = (breadcrumbvue_type_script_lang_js);
|
|
258
256
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
259
257
|
var componentNormalizer = __webpack_require__(0);
|
|
260
258
|
|
|
@@ -267,7 +265,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
267
265
|
/* normalize component */
|
|
268
266
|
|
|
269
267
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
270
|
-
|
|
268
|
+
breadcrumb_breadcrumbvue_type_script_lang_js,
|
|
271
269
|
render,
|
|
272
270
|
staticRenderFns,
|
|
273
271
|
false,
|
|
@@ -277,12 +275,9 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
277
275
|
|
|
278
276
|
)
|
|
279
277
|
|
|
280
|
-
/* hot reload */
|
|
281
|
-
if (false) { var api; }
|
|
282
|
-
component.options.__file = "components/breadcrumb/breadcrumb.vue"
|
|
283
278
|
/* harmony default export */ var breadcrumb = (component.exports);
|
|
284
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/breadcrumb/breadcrumb-item.vue?vue&type=template&id=
|
|
285
|
-
var
|
|
279
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/breadcrumb/breadcrumb-item.vue?vue&type=template&id=51d21cbd
|
|
280
|
+
var breadcrumb_itemvue_type_template_id_51d21cbd_render = function () {
|
|
286
281
|
var _vm = this
|
|
287
282
|
var _h = _vm.$createElement
|
|
288
283
|
var _c = _vm._self._c || _h
|
|
@@ -316,13 +311,13 @@ var breadcrumb_itemvue_type_template_id_6ddc84e8_render = function () {
|
|
|
316
311
|
]
|
|
317
312
|
)
|
|
318
313
|
}
|
|
319
|
-
var
|
|
320
|
-
|
|
314
|
+
var breadcrumb_itemvue_type_template_id_51d21cbd_staticRenderFns = []
|
|
315
|
+
breadcrumb_itemvue_type_template_id_51d21cbd_render._withStripped = true
|
|
321
316
|
|
|
322
317
|
|
|
323
|
-
// CONCATENATED MODULE: ./components/breadcrumb/breadcrumb-item.vue?vue&type=template&id=
|
|
318
|
+
// CONCATENATED MODULE: ./components/breadcrumb/breadcrumb-item.vue?vue&type=template&id=51d21cbd
|
|
324
319
|
|
|
325
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/breadcrumb/breadcrumb-item.vue?vue&type=script&lang=js
|
|
320
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/breadcrumb/breadcrumb-item.vue?vue&type=script&lang=js
|
|
326
321
|
//
|
|
327
322
|
//
|
|
328
323
|
//
|
|
@@ -340,7 +335,7 @@ breadcrumb_itemvue_type_template_id_6ddc84e8_render._withStripped = true
|
|
|
340
335
|
//
|
|
341
336
|
//
|
|
342
337
|
|
|
343
|
-
/* harmony default export */ var
|
|
338
|
+
/* harmony default export */ var breadcrumb_itemvue_type_script_lang_js = ({
|
|
344
339
|
name: 'MdsBreadcrumbItem',
|
|
345
340
|
props: {
|
|
346
341
|
prefixCls: {
|
|
@@ -376,8 +371,8 @@ breadcrumb_itemvue_type_template_id_6ddc84e8_render._withStripped = true
|
|
|
376
371
|
}
|
|
377
372
|
}
|
|
378
373
|
});
|
|
379
|
-
// CONCATENATED MODULE: ./components/breadcrumb/breadcrumb-item.vue?vue&type=script&lang=js
|
|
380
|
-
/* harmony default export */ var
|
|
374
|
+
// CONCATENATED MODULE: ./components/breadcrumb/breadcrumb-item.vue?vue&type=script&lang=js
|
|
375
|
+
/* harmony default export */ var breadcrumb_breadcrumb_itemvue_type_script_lang_js = (breadcrumb_itemvue_type_script_lang_js);
|
|
381
376
|
// CONCATENATED MODULE: ./components/breadcrumb/breadcrumb-item.vue
|
|
382
377
|
|
|
383
378
|
|
|
@@ -387,9 +382,9 @@ breadcrumb_itemvue_type_template_id_6ddc84e8_render._withStripped = true
|
|
|
387
382
|
/* normalize component */
|
|
388
383
|
|
|
389
384
|
var breadcrumb_item_component = Object(componentNormalizer["a" /* default */])(
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
385
|
+
breadcrumb_breadcrumb_itemvue_type_script_lang_js,
|
|
386
|
+
breadcrumb_itemvue_type_template_id_51d21cbd_render,
|
|
387
|
+
breadcrumb_itemvue_type_template_id_51d21cbd_staticRenderFns,
|
|
393
388
|
false,
|
|
394
389
|
null,
|
|
395
390
|
null,
|
|
@@ -397,9 +392,6 @@ var breadcrumb_item_component = Object(componentNormalizer["a" /* default */])(
|
|
|
397
392
|
|
|
398
393
|
)
|
|
399
394
|
|
|
400
|
-
/* hot reload */
|
|
401
|
-
if (false) { var breadcrumb_item_api; }
|
|
402
|
-
breadcrumb_item_component.options.__file = "components/breadcrumb/breadcrumb-item.vue"
|
|
403
395
|
/* harmony default export */ var breadcrumb_item = (breadcrumb_item_component.exports);
|
|
404
396
|
// CONCATENATED MODULE: ./components/breadcrumb/index.js
|
|
405
397
|
|
|
@@ -416,14 +408,14 @@ breadcrumb.install = function (Vue) {
|
|
|
416
408
|
|
|
417
409
|
/***/ }),
|
|
418
410
|
|
|
419
|
-
/***/
|
|
411
|
+
/***/ 140:
|
|
420
412
|
/***/ (function(module, exports) {
|
|
421
413
|
|
|
422
414
|
// removed by extract-text-webpack-plugin
|
|
423
415
|
|
|
424
416
|
/***/ }),
|
|
425
417
|
|
|
426
|
-
/***/
|
|
418
|
+
/***/ 156:
|
|
427
419
|
/***/ (function(module, exports) {
|
|
428
420
|
|
|
429
421
|
// removed by extract-text-webpack-plugin
|
package/dist/button.js
CHANGED
|
@@ -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 = 53);
|
|
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
|
|
|
@@ -203,14 +201,14 @@ function normalizeComponent (
|
|
|
203
201
|
|
|
204
202
|
/***/ }),
|
|
205
203
|
|
|
206
|
-
/***/
|
|
204
|
+
/***/ 140:
|
|
207
205
|
/***/ (function(module, exports) {
|
|
208
206
|
|
|
209
207
|
// removed by extract-text-webpack-plugin
|
|
210
208
|
|
|
211
209
|
/***/ }),
|
|
212
210
|
|
|
213
|
-
/***/
|
|
211
|
+
/***/ 160:
|
|
214
212
|
/***/ (function(module, exports) {
|
|
215
213
|
|
|
216
214
|
// removed by extract-text-webpack-plugin
|
|
@@ -224,30 +222,23 @@ module.exports = require("babel-runtime/helpers/defineProperty");
|
|
|
224
222
|
|
|
225
223
|
/***/ }),
|
|
226
224
|
|
|
227
|
-
/***/
|
|
225
|
+
/***/ 53:
|
|
228
226
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
229
227
|
|
|
230
228
|
"use strict";
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(166);
|
|
234
|
-
/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
|
|
235
|
-
|
|
236
|
-
|
|
229
|
+
// ESM COMPAT FLAG
|
|
230
|
+
__webpack_require__.r(__webpack_exports__);
|
|
237
231
|
|
|
238
|
-
|
|
232
|
+
// EXTERNAL MODULE: ./components/style/mixins-only.less
|
|
233
|
+
var mixins_only = __webpack_require__(140);
|
|
239
234
|
|
|
240
|
-
|
|
241
|
-
|
|
235
|
+
// EXTERNAL MODULE: ./components/button/style/index.less
|
|
236
|
+
var style = __webpack_require__(160);
|
|
242
237
|
|
|
243
|
-
|
|
244
|
-
// ESM COMPAT FLAG
|
|
245
|
-
__webpack_require__.r(__webpack_exports__);
|
|
238
|
+
// CONCATENATED MODULE: ./components/button/style/index.js
|
|
246
239
|
|
|
247
|
-
// EXTERNAL MODULE: ./components/button/style/index.js
|
|
248
|
-
var style = __webpack_require__(40);
|
|
249
240
|
|
|
250
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/button/button.vue?vue&type=template&id=
|
|
241
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/button/button.vue?vue&type=template&id=03577c54
|
|
251
242
|
var render = function () {
|
|
252
243
|
var _vm = this
|
|
253
244
|
var _h = _vm.$createElement
|
|
@@ -279,7 +270,7 @@ var staticRenderFns = []
|
|
|
279
270
|
render._withStripped = true
|
|
280
271
|
|
|
281
272
|
|
|
282
|
-
// CONCATENATED MODULE: ./components/button/button.vue?vue&type=template&id=
|
|
273
|
+
// CONCATENATED MODULE: ./components/button/button.vue?vue&type=template&id=03577c54
|
|
283
274
|
|
|
284
275
|
// EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
|
|
285
276
|
var defineProperty_ = __webpack_require__(3);
|
|
@@ -288,7 +279,7 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
|
|
|
288
279
|
// EXTERNAL MODULE: external "./_util/proptype"
|
|
289
280
|
var proptype_ = __webpack_require__(8);
|
|
290
281
|
|
|
291
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/button/button.vue?vue&type=script&lang=js
|
|
282
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/button/button.vue?vue&type=script&lang=js
|
|
292
283
|
|
|
293
284
|
//
|
|
294
285
|
//
|
|
@@ -316,7 +307,7 @@ var SIZEMAP = {
|
|
|
316
307
|
'large-small': 'ls'
|
|
317
308
|
};
|
|
318
309
|
|
|
319
|
-
/* harmony default export */ var
|
|
310
|
+
/* harmony default export */ var buttonvue_type_script_lang_js = ({
|
|
320
311
|
name: 'MdsButton',
|
|
321
312
|
props: {
|
|
322
313
|
ghost: {
|
|
@@ -446,8 +437,8 @@ var SIZEMAP = {
|
|
|
446
437
|
children && children.length === 1 && children[0].text && (this.justText = true);
|
|
447
438
|
}
|
|
448
439
|
});
|
|
449
|
-
// CONCATENATED MODULE: ./components/button/button.vue?vue&type=script&lang=js
|
|
450
|
-
/* harmony default export */ var
|
|
440
|
+
// CONCATENATED MODULE: ./components/button/button.vue?vue&type=script&lang=js
|
|
441
|
+
/* harmony default export */ var button_buttonvue_type_script_lang_js = (buttonvue_type_script_lang_js);
|
|
451
442
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
452
443
|
var componentNormalizer = __webpack_require__(0);
|
|
453
444
|
|
|
@@ -460,7 +451,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
460
451
|
/* normalize component */
|
|
461
452
|
|
|
462
453
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
463
|
-
|
|
454
|
+
button_buttonvue_type_script_lang_js,
|
|
464
455
|
render,
|
|
465
456
|
staticRenderFns,
|
|
466
457
|
false,
|
|
@@ -470,24 +461,21 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
470
461
|
|
|
471
462
|
)
|
|
472
463
|
|
|
473
|
-
/* hot reload */
|
|
474
|
-
if (false) { var api; }
|
|
475
|
-
component.options.__file = "components/button/button.vue"
|
|
476
464
|
/* harmony default export */ var button_button = (component.exports);
|
|
477
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/button/button-group.vue?vue&type=template&id=
|
|
478
|
-
var
|
|
465
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/button/button-group.vue?vue&type=template&id=166dab9c
|
|
466
|
+
var button_groupvue_type_template_id_166dab9c_render = function () {
|
|
479
467
|
var _vm = this
|
|
480
468
|
var _h = _vm.$createElement
|
|
481
469
|
var _c = _vm._self._c || _h
|
|
482
470
|
return _c("div", { class: _vm.classes }, [_vm._t("default")], 2)
|
|
483
471
|
}
|
|
484
|
-
var
|
|
485
|
-
|
|
472
|
+
var button_groupvue_type_template_id_166dab9c_staticRenderFns = []
|
|
473
|
+
button_groupvue_type_template_id_166dab9c_render._withStripped = true
|
|
486
474
|
|
|
487
475
|
|
|
488
|
-
// CONCATENATED MODULE: ./components/button/button-group.vue?vue&type=template&id=
|
|
476
|
+
// CONCATENATED MODULE: ./components/button/button-group.vue?vue&type=template&id=166dab9c
|
|
489
477
|
|
|
490
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/button/button-group.vue?vue&type=script&lang=js
|
|
478
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/button/button-group.vue?vue&type=script&lang=js
|
|
491
479
|
|
|
492
480
|
//
|
|
493
481
|
//
|
|
@@ -504,7 +492,7 @@ var button_groupvue_type_script_lang_js_SIZEMAP = {
|
|
|
504
492
|
'large-small': 'ls'
|
|
505
493
|
};
|
|
506
494
|
|
|
507
|
-
/* harmony default export */ var
|
|
495
|
+
/* harmony default export */ var button_groupvue_type_script_lang_js = ({
|
|
508
496
|
name: 'MdsBtnGroup',
|
|
509
497
|
props: {
|
|
510
498
|
size: {
|
|
@@ -528,8 +516,8 @@ var button_groupvue_type_script_lang_js_SIZEMAP = {
|
|
|
528
516
|
}
|
|
529
517
|
}
|
|
530
518
|
});
|
|
531
|
-
// CONCATENATED MODULE: ./components/button/button-group.vue?vue&type=script&lang=js
|
|
532
|
-
/* harmony default export */ var
|
|
519
|
+
// CONCATENATED MODULE: ./components/button/button-group.vue?vue&type=script&lang=js
|
|
520
|
+
/* harmony default export */ var button_button_groupvue_type_script_lang_js = (button_groupvue_type_script_lang_js);
|
|
533
521
|
// CONCATENATED MODULE: ./components/button/button-group.vue
|
|
534
522
|
|
|
535
523
|
|
|
@@ -539,9 +527,9 @@ var button_groupvue_type_script_lang_js_SIZEMAP = {
|
|
|
539
527
|
/* normalize component */
|
|
540
528
|
|
|
541
529
|
var button_group_component = Object(componentNormalizer["a" /* default */])(
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
530
|
+
button_button_groupvue_type_script_lang_js,
|
|
531
|
+
button_groupvue_type_template_id_166dab9c_render,
|
|
532
|
+
button_groupvue_type_template_id_166dab9c_staticRenderFns,
|
|
545
533
|
false,
|
|
546
534
|
null,
|
|
547
535
|
null,
|
|
@@ -549,9 +537,6 @@ var button_group_component = Object(componentNormalizer["a" /* default */])(
|
|
|
549
537
|
|
|
550
538
|
)
|
|
551
539
|
|
|
552
|
-
/* hot reload */
|
|
553
|
-
if (false) { var button_group_api; }
|
|
554
|
-
button_group_component.options.__file = "components/button/button-group.vue"
|
|
555
540
|
/* harmony default export */ var button_group = (button_group_component.exports);
|
|
556
541
|
// CONCATENATED MODULE: ./components/button/index.js
|
|
557
542
|
|