@mdsfe/mds-ui 0.4.8 → 0.4.9-beta.4
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 +1057 -0
- package/dist/affix.js +26 -21
- package/dist/alert.js +26 -21
- package/dist/anchor.js +41 -33
- package/dist/avatar.js +26 -21
- package/dist/backtop.js +26 -21
- package/dist/badge.js +31 -26
- package/dist/bordershadow.js +26 -21
- package/dist/breadcrumb.js +41 -33
- package/dist/button.js +41 -33
- package/dist/card.js +41 -33
- package/dist/carousel.js +41 -33
- package/dist/cascader.js +74 -57
- package/dist/cascaderpanel.js +51 -40
- package/dist/checkbox.js +41 -33
- package/dist/col.js +41 -33
- package/dist/collapse.js +41 -33
- package/dist/color.js +26 -21
- package/dist/datepicker.js +186 -148
- package/dist/divider.js +26 -21
- package/dist/drawer.js +26 -21
- package/dist/dropdown.js +41 -33
- package/dist/empty.js +26 -21
- package/dist/font/iconfont.6287649.ttf +1 -0
- package/dist/font/iconfont.badd670.woff +1 -0
- package/dist/font/iconfont.c1b8fe0.woff2 +1 -0
- package/dist/font.js +26 -21
- package/dist/form.js +41 -33
- package/dist/icon.js +26 -21
- package/dist/index.js +15 -19
- package/dist/input.js +57 -43
- package/dist/inputnumber.js +26 -21
- package/dist/layout.js +86 -69
- package/dist/list.js +41 -33
- package/dist/loading.js +26 -21
- package/dist/mds-ui.common.css +7 -0
- package/dist/mds-ui.common.js +1 -0
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +1 -71200
- package/dist/menu.js +71 -57
- package/dist/message.js +56 -45
- package/dist/modal.js +26 -21
- package/dist/notification.js +46 -38
- package/dist/pagination.js +56 -45
- package/dist/popconfirm.js +1 -1
- package/dist/popover.js +26 -21
- package/dist/progress.js +57 -46
- package/dist/radio.js +44 -36
- package/dist/rate.js +41 -33
- package/dist/row.js +41 -33
- package/dist/select.js +81 -64
- package/dist/slider.js +45 -37
- package/dist/slottable.js +39 -31
- package/dist/steps.js +1 -1
- package/dist/style/affix.js +1 -0
- package/dist/style/alert.js +1 -0
- package/dist/style/anchor.js +1 -0
- package/dist/style/avatar.js +1 -0
- package/dist/style/backtop.js +1 -0
- package/dist/style/badge.css +2 -2
- package/dist/style/badge.js +1 -0
- package/dist/style/base.css +1 -1
- package/dist/style/base.js +1 -0
- package/dist/style/bordershadow.js +1 -0
- package/dist/style/breadcrumb.js +1 -0
- package/dist/style/button.js +1 -0
- package/dist/style/card.js +1 -0
- package/dist/style/carousel.js +1 -0
- package/dist/style/cascader.js +1 -0
- package/dist/style/cascaderpanel.js +1 -0
- package/dist/style/checkbox.js +1 -0
- package/dist/style/col.js +1 -0
- package/dist/style/collapse.js +1 -0
- package/dist/style/color.js +1 -0
- package/dist/style/datepicker.js +1 -0
- package/dist/style/divider.js +1 -0
- package/dist/style/drawer.js +1 -0
- package/dist/style/dropdown.js +1 -0
- package/dist/style/empty.js +1 -0
- package/dist/style/font.js +1 -0
- package/dist/style/form.js +1 -0
- package/dist/style/icon.css +1 -1
- package/dist/style/icon.js +1 -0
- package/dist/style/index.css +1 -1
- package/dist/style/index.js +1 -0
- package/dist/style/input.js +1 -0
- package/dist/style/inputnumber.js +1 -0
- package/dist/style/layout.js +1 -0
- package/dist/style/list.js +1 -0
- package/dist/style/loading.js +1 -0
- package/dist/style/menu.js +1 -0
- package/dist/style/message.js +1 -0
- package/dist/style/modal.js +1 -0
- package/dist/style/notification.css +4 -4
- package/dist/style/notification.js +1 -0
- package/dist/style/pagination.js +1 -0
- package/dist/style/popconfirm.js +1 -0
- package/dist/style/popover.js +1 -0
- package/dist/style/progress.js +1 -0
- package/dist/style/radio.js +1 -0
- package/dist/style/rate.css +3 -3
- package/dist/style/rate.js +1 -0
- package/dist/style/row.js +1 -0
- package/dist/style/select.js +1 -0
- package/dist/style/slider.js +1 -0
- package/dist/style/slottable.js +1 -0
- package/dist/style/steps.js +1 -0
- package/dist/style/switch.js +1 -0
- package/dist/style/table.js +1 -0
- package/dist/style/tabs.js +1 -0
- package/dist/style/tag.js +1 -0
- package/dist/style/text.js +1 -0
- package/dist/style/timeline.js +1 -0
- package/dist/style/timepicker.js +1 -0
- package/dist/style/tooltip.js +1 -0
- package/dist/style/transfer.js +1 -0
- package/dist/style/transition.js +1 -0
- package/dist/style/tree.js +1 -0
- package/dist/style/typography.js +1 -0
- package/dist/style/upload.js +1 -0
- package/dist/switch.js +26 -21
- package/dist/table.js +171 -136
- package/dist/tabs.js +98 -75
- package/dist/tag.js +26 -21
- package/dist/text.js +66 -52
- package/dist/timeline.js +41 -33
- package/dist/timepicker.js +68 -51
- package/dist/tooltip.js +1 -1
- package/dist/transfer.js +56 -45
- package/dist/transition.js +1 -1
- package/dist/tree.js +41 -33
- package/dist/typography.js +41 -33
- package/dist/upload.js +94 -74
- package/package.json +10 -9
package/dist/button.js
CHANGED
|
@@ -87,7 +87,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
87
87
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
88
88
|
/******/
|
|
89
89
|
/******/ // __webpack_public_path__
|
|
90
|
-
/******/ __webpack_require__.p = "
|
|
90
|
+
/******/ __webpack_require__.p = "";
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
@@ -107,19 +107,20 @@ 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 /* server only
|
|
117
|
+
moduleIdentifier, /* server only */
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
|
|
121
|
+
var options = typeof scriptExports === 'function'
|
|
122
|
+
? scriptExports.options
|
|
123
|
+
: scriptExports
|
|
123
124
|
|
|
124
125
|
// render functions
|
|
125
126
|
if (render) {
|
|
@@ -139,8 +140,7 @@ function normalizeComponent(
|
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
var hook
|
|
142
|
-
if (moduleIdentifier) {
|
|
143
|
-
// server build
|
|
143
|
+
if (moduleIdentifier) { // 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,14 +181,16 @@ 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(h, context) {
|
|
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
|
|
191
|
+
options.beforeCreate = existing
|
|
192
|
+
? [].concat(existing, hook)
|
|
193
|
+
: [hook]
|
|
192
194
|
}
|
|
193
195
|
}
|
|
194
196
|
|
|
@@ -238,7 +240,7 @@ var style = __webpack_require__(160);
|
|
|
238
240
|
// CONCATENATED MODULE: ./components/button/style/index.js
|
|
239
241
|
|
|
240
242
|
|
|
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=
|
|
243
|
+
// 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=5350d404&
|
|
242
244
|
var render = function () {
|
|
243
245
|
var _vm = this
|
|
244
246
|
var _h = _vm.$createElement
|
|
@@ -270,7 +272,7 @@ var staticRenderFns = []
|
|
|
270
272
|
render._withStripped = true
|
|
271
273
|
|
|
272
274
|
|
|
273
|
-
// CONCATENATED MODULE: ./components/button/button.vue?vue&type=template&id=
|
|
275
|
+
// CONCATENATED MODULE: ./components/button/button.vue?vue&type=template&id=5350d404&
|
|
274
276
|
|
|
275
277
|
// EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
|
|
276
278
|
var defineProperty_ = __webpack_require__(3);
|
|
@@ -279,7 +281,7 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
|
|
|
279
281
|
// EXTERNAL MODULE: external "./_util/proptype"
|
|
280
282
|
var proptype_ = __webpack_require__(8);
|
|
281
283
|
|
|
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
|
|
284
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/button/button.vue?vue&type=script&lang=js&
|
|
283
285
|
|
|
284
286
|
//
|
|
285
287
|
//
|
|
@@ -307,7 +309,7 @@ var SIZEMAP = {
|
|
|
307
309
|
'large-small': 'ls'
|
|
308
310
|
};
|
|
309
311
|
|
|
310
|
-
/* harmony default export */ var
|
|
312
|
+
/* harmony default export */ var buttonvue_type_script_lang_js_ = ({
|
|
311
313
|
name: 'MdsButton',
|
|
312
314
|
props: {
|
|
313
315
|
ghost: {
|
|
@@ -437,8 +439,8 @@ var SIZEMAP = {
|
|
|
437
439
|
children && children.length === 1 && children[0].text && (this.justText = true);
|
|
438
440
|
}
|
|
439
441
|
});
|
|
440
|
-
// CONCATENATED MODULE: ./components/button/button.vue?vue&type=script&lang=js
|
|
441
|
-
/* harmony default export */ var
|
|
442
|
+
// CONCATENATED MODULE: ./components/button/button.vue?vue&type=script&lang=js&
|
|
443
|
+
/* harmony default export */ var button_buttonvue_type_script_lang_js_ = (buttonvue_type_script_lang_js_);
|
|
442
444
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
443
445
|
var componentNormalizer = __webpack_require__(0);
|
|
444
446
|
|
|
@@ -451,7 +453,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
451
453
|
/* normalize component */
|
|
452
454
|
|
|
453
455
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
454
|
-
|
|
456
|
+
button_buttonvue_type_script_lang_js_,
|
|
455
457
|
render,
|
|
456
458
|
staticRenderFns,
|
|
457
459
|
false,
|
|
@@ -461,21 +463,24 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
461
463
|
|
|
462
464
|
)
|
|
463
465
|
|
|
466
|
+
/* hot reload */
|
|
467
|
+
if (false) { var api; }
|
|
468
|
+
component.options.__file = "components/button/button.vue"
|
|
464
469
|
/* harmony default export */ var button_button = (component.exports);
|
|
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=
|
|
466
|
-
var
|
|
470
|
+
// 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=16f19476&
|
|
471
|
+
var button_groupvue_type_template_id_16f19476_render = function () {
|
|
467
472
|
var _vm = this
|
|
468
473
|
var _h = _vm.$createElement
|
|
469
474
|
var _c = _vm._self._c || _h
|
|
470
475
|
return _c("div", { class: _vm.classes }, [_vm._t("default")], 2)
|
|
471
476
|
}
|
|
472
|
-
var
|
|
473
|
-
|
|
477
|
+
var button_groupvue_type_template_id_16f19476_staticRenderFns = []
|
|
478
|
+
button_groupvue_type_template_id_16f19476_render._withStripped = true
|
|
474
479
|
|
|
475
480
|
|
|
476
|
-
// CONCATENATED MODULE: ./components/button/button-group.vue?vue&type=template&id=
|
|
481
|
+
// CONCATENATED MODULE: ./components/button/button-group.vue?vue&type=template&id=16f19476&
|
|
477
482
|
|
|
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
|
|
483
|
+
// 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&
|
|
479
484
|
|
|
480
485
|
//
|
|
481
486
|
//
|
|
@@ -492,7 +497,7 @@ var button_groupvue_type_script_lang_js_SIZEMAP = {
|
|
|
492
497
|
'large-small': 'ls'
|
|
493
498
|
};
|
|
494
499
|
|
|
495
|
-
/* harmony default export */ var
|
|
500
|
+
/* harmony default export */ var button_groupvue_type_script_lang_js_ = ({
|
|
496
501
|
name: 'MdsBtnGroup',
|
|
497
502
|
props: {
|
|
498
503
|
size: {
|
|
@@ -516,8 +521,8 @@ var button_groupvue_type_script_lang_js_SIZEMAP = {
|
|
|
516
521
|
}
|
|
517
522
|
}
|
|
518
523
|
});
|
|
519
|
-
// CONCATENATED MODULE: ./components/button/button-group.vue?vue&type=script&lang=js
|
|
520
|
-
/* harmony default export */ var
|
|
524
|
+
// CONCATENATED MODULE: ./components/button/button-group.vue?vue&type=script&lang=js&
|
|
525
|
+
/* harmony default export */ var button_button_groupvue_type_script_lang_js_ = (button_groupvue_type_script_lang_js_);
|
|
521
526
|
// CONCATENATED MODULE: ./components/button/button-group.vue
|
|
522
527
|
|
|
523
528
|
|
|
@@ -527,9 +532,9 @@ var button_groupvue_type_script_lang_js_SIZEMAP = {
|
|
|
527
532
|
/* normalize component */
|
|
528
533
|
|
|
529
534
|
var button_group_component = Object(componentNormalizer["a" /* default */])(
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
535
|
+
button_button_groupvue_type_script_lang_js_,
|
|
536
|
+
button_groupvue_type_template_id_16f19476_render,
|
|
537
|
+
button_groupvue_type_template_id_16f19476_staticRenderFns,
|
|
533
538
|
false,
|
|
534
539
|
null,
|
|
535
540
|
null,
|
|
@@ -537,6 +542,9 @@ var button_group_component = Object(componentNormalizer["a" /* default */])(
|
|
|
537
542
|
|
|
538
543
|
)
|
|
539
544
|
|
|
545
|
+
/* hot reload */
|
|
546
|
+
if (false) { var button_group_api; }
|
|
547
|
+
button_group_component.options.__file = "components/button/button-group.vue"
|
|
540
548
|
/* harmony default export */ var button_group = (button_group_component.exports);
|
|
541
549
|
// CONCATENATED MODULE: ./components/button/index.js
|
|
542
550
|
|
package/dist/card.js
CHANGED
|
@@ -87,7 +87,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
87
87
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
88
88
|
/******/
|
|
89
89
|
/******/ // __webpack_public_path__
|
|
90
|
-
/******/ __webpack_require__.p = "
|
|
90
|
+
/******/ __webpack_require__.p = "";
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
@@ -107,19 +107,20 @@ 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 /* server only
|
|
117
|
+
moduleIdentifier, /* server only */
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
|
|
121
|
+
var options = typeof scriptExports === 'function'
|
|
122
|
+
? scriptExports.options
|
|
123
|
+
: scriptExports
|
|
123
124
|
|
|
124
125
|
// render functions
|
|
125
126
|
if (render) {
|
|
@@ -139,8 +140,7 @@ function normalizeComponent(
|
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
var hook
|
|
142
|
-
if (moduleIdentifier) {
|
|
143
|
-
// server build
|
|
143
|
+
if (moduleIdentifier) { // 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,14 +181,16 @@ 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(h, context) {
|
|
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
|
|
191
|
+
options.beforeCreate = existing
|
|
192
|
+
? [].concat(existing, hook)
|
|
193
|
+
: [hook]
|
|
192
194
|
}
|
|
193
195
|
}
|
|
194
196
|
|
|
@@ -217,7 +219,7 @@ var style = __webpack_require__(162);
|
|
|
217
219
|
// CONCATENATED MODULE: ./components/card/style/index.js
|
|
218
220
|
|
|
219
221
|
|
|
220
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/card/card.vue?vue&type=template&id=
|
|
222
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/card/card.vue?vue&type=template&id=7daa7084&
|
|
221
223
|
var render = function () {
|
|
222
224
|
var _vm = this
|
|
223
225
|
var _h = _vm.$createElement
|
|
@@ -314,9 +316,9 @@ var staticRenderFns = []
|
|
|
314
316
|
render._withStripped = true
|
|
315
317
|
|
|
316
318
|
|
|
317
|
-
// CONCATENATED MODULE: ./components/card/card.vue?vue&type=template&id=
|
|
319
|
+
// CONCATENATED MODULE: ./components/card/card.vue?vue&type=template&id=7daa7084&
|
|
318
320
|
|
|
319
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/card/card.vue?vue&type=script&lang=js
|
|
321
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/card/card.vue?vue&type=script&lang=js&
|
|
320
322
|
//
|
|
321
323
|
//
|
|
322
324
|
//
|
|
@@ -353,7 +355,7 @@ render._withStripped = true
|
|
|
353
355
|
//
|
|
354
356
|
//
|
|
355
357
|
|
|
356
|
-
/* harmony default export */ var
|
|
358
|
+
/* harmony default export */ var cardvue_type_script_lang_js_ = ({
|
|
357
359
|
name: 'MdsCard',
|
|
358
360
|
props: {
|
|
359
361
|
loading: {
|
|
@@ -392,8 +394,8 @@ render._withStripped = true
|
|
|
392
394
|
}
|
|
393
395
|
}
|
|
394
396
|
});
|
|
395
|
-
// CONCATENATED MODULE: ./components/card/card.vue?vue&type=script&lang=js
|
|
396
|
-
/* harmony default export */ var
|
|
397
|
+
// CONCATENATED MODULE: ./components/card/card.vue?vue&type=script&lang=js&
|
|
398
|
+
/* harmony default export */ var card_cardvue_type_script_lang_js_ = (cardvue_type_script_lang_js_);
|
|
397
399
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
398
400
|
var componentNormalizer = __webpack_require__(0);
|
|
399
401
|
|
|
@@ -406,7 +408,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
406
408
|
/* normalize component */
|
|
407
409
|
|
|
408
410
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
409
|
-
|
|
411
|
+
card_cardvue_type_script_lang_js_,
|
|
410
412
|
render,
|
|
411
413
|
staticRenderFns,
|
|
412
414
|
false,
|
|
@@ -416,21 +418,24 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
416
418
|
|
|
417
419
|
)
|
|
418
420
|
|
|
421
|
+
/* hot reload */
|
|
422
|
+
if (false) { var api; }
|
|
423
|
+
component.options.__file = "components/card/card.vue"
|
|
419
424
|
/* harmony default export */ var card = (component.exports);
|
|
420
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/card/grid.vue?vue&type=template&id=
|
|
421
|
-
var
|
|
425
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/card/grid.vue?vue&type=template&id=ddc5148c&
|
|
426
|
+
var gridvue_type_template_id_ddc5148c_render = function () {
|
|
422
427
|
var _vm = this
|
|
423
428
|
var _h = _vm.$createElement
|
|
424
429
|
var _c = _vm._self._c || _h
|
|
425
430
|
return _c("div", { class: _vm.prefixCls + "-grid" }, [_vm._t("default")], 2)
|
|
426
431
|
}
|
|
427
|
-
var
|
|
428
|
-
|
|
432
|
+
var gridvue_type_template_id_ddc5148c_staticRenderFns = []
|
|
433
|
+
gridvue_type_template_id_ddc5148c_render._withStripped = true
|
|
429
434
|
|
|
430
435
|
|
|
431
|
-
// CONCATENATED MODULE: ./components/card/grid.vue?vue&type=template&id=
|
|
436
|
+
// CONCATENATED MODULE: ./components/card/grid.vue?vue&type=template&id=ddc5148c&
|
|
432
437
|
|
|
433
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/card/grid.vue?vue&type=script&lang=js
|
|
438
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/card/grid.vue?vue&type=script&lang=js&
|
|
434
439
|
//
|
|
435
440
|
//
|
|
436
441
|
//
|
|
@@ -438,7 +443,7 @@ gridvue_type_template_id_92d52856_render._withStripped = true
|
|
|
438
443
|
//
|
|
439
444
|
//
|
|
440
445
|
|
|
441
|
-
/* harmony default export */ var
|
|
446
|
+
/* harmony default export */ var gridvue_type_script_lang_js_ = ({
|
|
442
447
|
name: 'MdsGrid',
|
|
443
448
|
props: {
|
|
444
449
|
prefixCls: {
|
|
@@ -447,8 +452,8 @@ gridvue_type_template_id_92d52856_render._withStripped = true
|
|
|
447
452
|
}
|
|
448
453
|
}
|
|
449
454
|
});
|
|
450
|
-
// CONCATENATED MODULE: ./components/card/grid.vue?vue&type=script&lang=js
|
|
451
|
-
/* harmony default export */ var
|
|
455
|
+
// CONCATENATED MODULE: ./components/card/grid.vue?vue&type=script&lang=js&
|
|
456
|
+
/* harmony default export */ var card_gridvue_type_script_lang_js_ = (gridvue_type_script_lang_js_);
|
|
452
457
|
// CONCATENATED MODULE: ./components/card/grid.vue
|
|
453
458
|
|
|
454
459
|
|
|
@@ -458,9 +463,9 @@ gridvue_type_template_id_92d52856_render._withStripped = true
|
|
|
458
463
|
/* normalize component */
|
|
459
464
|
|
|
460
465
|
var grid_component = Object(componentNormalizer["a" /* default */])(
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
466
|
+
card_gridvue_type_script_lang_js_,
|
|
467
|
+
gridvue_type_template_id_ddc5148c_render,
|
|
468
|
+
gridvue_type_template_id_ddc5148c_staticRenderFns,
|
|
464
469
|
false,
|
|
465
470
|
null,
|
|
466
471
|
null,
|
|
@@ -468,6 +473,9 @@ var grid_component = Object(componentNormalizer["a" /* default */])(
|
|
|
468
473
|
|
|
469
474
|
)
|
|
470
475
|
|
|
476
|
+
/* hot reload */
|
|
477
|
+
if (false) { var grid_api; }
|
|
478
|
+
grid_component.options.__file = "components/card/grid.vue"
|
|
471
479
|
/* harmony default export */ var grid = (grid_component.exports);
|
|
472
480
|
// CONCATENATED MODULE: ./components/card/index.js
|
|
473
481
|
/**
|
package/dist/carousel.js
CHANGED
|
@@ -87,7 +87,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
87
87
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
88
88
|
/******/
|
|
89
89
|
/******/ // __webpack_public_path__
|
|
90
|
-
/******/ __webpack_require__.p = "
|
|
90
|
+
/******/ __webpack_require__.p = "";
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
@@ -107,19 +107,20 @@ 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 /* server only
|
|
117
|
+
moduleIdentifier, /* server only */
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
|
|
121
|
+
var options = typeof scriptExports === 'function'
|
|
122
|
+
? scriptExports.options
|
|
123
|
+
: scriptExports
|
|
123
124
|
|
|
124
125
|
// render functions
|
|
125
126
|
if (render) {
|
|
@@ -139,8 +140,7 @@ function normalizeComponent(
|
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
var hook
|
|
142
|
-
if (moduleIdentifier) {
|
|
143
|
-
// server build
|
|
143
|
+
if (moduleIdentifier) { // 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,14 +181,16 @@ 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(h, context) {
|
|
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
|
|
191
|
+
options.beforeCreate = existing
|
|
192
|
+
? [].concat(existing, hook)
|
|
193
|
+
: [hook]
|
|
192
194
|
}
|
|
193
195
|
}
|
|
194
196
|
|
|
@@ -224,7 +226,7 @@ var carousel_style = __webpack_require__(263);
|
|
|
224
226
|
// CONCATENATED MODULE: ./components/carousel/style/index.js
|
|
225
227
|
|
|
226
228
|
|
|
227
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/carousel/carousel.vue?vue&type=template&id=
|
|
229
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/carousel/carousel.vue?vue&type=template&id=2b005604&
|
|
228
230
|
var render = function () {
|
|
229
231
|
var _vm = this
|
|
230
232
|
var _h = _vm.$createElement
|
|
@@ -387,7 +389,7 @@ var staticRenderFns = []
|
|
|
387
389
|
render._withStripped = true
|
|
388
390
|
|
|
389
391
|
|
|
390
|
-
// CONCATENATED MODULE: ./components/carousel/carousel.vue?vue&type=template&id=
|
|
392
|
+
// CONCATENATED MODULE: ./components/carousel/carousel.vue?vue&type=template&id=2b005604&
|
|
391
393
|
|
|
392
394
|
// EXTERNAL MODULE: external "throttle-debounce"
|
|
393
395
|
var external_throttle_debounce_ = __webpack_require__(21);
|
|
@@ -462,7 +464,7 @@ var removeResizeListener = function removeResizeListener(element, fn) {
|
|
|
462
464
|
var external_input_ = __webpack_require__(17);
|
|
463
465
|
var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
|
|
464
466
|
|
|
465
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/carousel/carousel.vue?vue&type=script&lang=js
|
|
467
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/carousel/carousel.vue?vue&type=script&lang=js&
|
|
466
468
|
//
|
|
467
469
|
//
|
|
468
470
|
//
|
|
@@ -531,7 +533,7 @@ var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_)
|
|
|
531
533
|
|
|
532
534
|
|
|
533
535
|
|
|
534
|
-
/* harmony default export */ var
|
|
536
|
+
/* harmony default export */ var carouselvue_type_script_lang_js_ = ({
|
|
535
537
|
name: 'MdsCarousel',
|
|
536
538
|
props: {
|
|
537
539
|
initialIndex: {
|
|
@@ -772,8 +774,8 @@ var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_)
|
|
|
772
774
|
this.pauseTimer();
|
|
773
775
|
}
|
|
774
776
|
});
|
|
775
|
-
// CONCATENATED MODULE: ./components/carousel/carousel.vue?vue&type=script&lang=js
|
|
776
|
-
/* harmony default export */ var
|
|
777
|
+
// CONCATENATED MODULE: ./components/carousel/carousel.vue?vue&type=script&lang=js&
|
|
778
|
+
/* harmony default export */ var carousel_carouselvue_type_script_lang_js_ = (carouselvue_type_script_lang_js_);
|
|
777
779
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
778
780
|
var componentNormalizer = __webpack_require__(0);
|
|
779
781
|
|
|
@@ -786,7 +788,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
786
788
|
/* normalize component */
|
|
787
789
|
|
|
788
790
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
789
|
-
|
|
791
|
+
carousel_carouselvue_type_script_lang_js_,
|
|
790
792
|
render,
|
|
791
793
|
staticRenderFns,
|
|
792
794
|
false,
|
|
@@ -796,9 +798,12 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
796
798
|
|
|
797
799
|
)
|
|
798
800
|
|
|
801
|
+
/* hot reload */
|
|
802
|
+
if (false) { var api; }
|
|
803
|
+
component.options.__file = "components/carousel/carousel.vue"
|
|
799
804
|
/* harmony default export */ var carousel = (component.exports);
|
|
800
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/carousel/carousel-item.vue?vue&type=template&id=
|
|
801
|
-
var
|
|
805
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/carousel/carousel-item.vue?vue&type=template&id=73158f6c&
|
|
806
|
+
var carousel_itemvue_type_template_id_73158f6c_render = function () {
|
|
802
807
|
var _vm = this
|
|
803
808
|
var _h = _vm.$createElement
|
|
804
809
|
var _c = _vm._self._c || _h
|
|
@@ -843,11 +848,11 @@ var carousel_itemvue_type_template_id_4c76b266_render = function () {
|
|
|
843
848
|
2
|
|
844
849
|
)
|
|
845
850
|
}
|
|
846
|
-
var
|
|
847
|
-
|
|
851
|
+
var carousel_itemvue_type_template_id_73158f6c_staticRenderFns = []
|
|
852
|
+
carousel_itemvue_type_template_id_73158f6c_render._withStripped = true
|
|
848
853
|
|
|
849
854
|
|
|
850
|
-
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue?vue&type=template&id=
|
|
855
|
+
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue?vue&type=template&id=73158f6c&
|
|
851
856
|
|
|
852
857
|
// EXTERNAL MODULE: external "babel-runtime/core-js/object/keys"
|
|
853
858
|
var keys_ = __webpack_require__(11);
|
|
@@ -1088,7 +1093,7 @@ function objToArray(obj) {
|
|
|
1088
1093
|
}
|
|
1089
1094
|
return autoprefixer_isEmpty(obj) ? [] : [obj];
|
|
1090
1095
|
}
|
|
1091
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/carousel/carousel-item.vue?vue&type=script&lang=js
|
|
1096
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/carousel/carousel-item.vue?vue&type=script&lang=js&
|
|
1092
1097
|
//
|
|
1093
1098
|
//
|
|
1094
1099
|
//
|
|
@@ -1115,7 +1120,7 @@ function objToArray(obj) {
|
|
|
1115
1120
|
|
|
1116
1121
|
|
|
1117
1122
|
var CARD_SCALE = 0.83;
|
|
1118
|
-
/* harmony default export */ var
|
|
1123
|
+
/* harmony default export */ var carousel_itemvue_type_script_lang_js_ = ({
|
|
1119
1124
|
name: 'MdsCarouselItem',
|
|
1120
1125
|
props: {
|
|
1121
1126
|
name: String,
|
|
@@ -1217,8 +1222,8 @@ var CARD_SCALE = 0.83;
|
|
|
1217
1222
|
this.$parent && this.$parent.updateItems();
|
|
1218
1223
|
}
|
|
1219
1224
|
});
|
|
1220
|
-
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue?vue&type=script&lang=js
|
|
1221
|
-
/* harmony default export */ var
|
|
1225
|
+
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue?vue&type=script&lang=js&
|
|
1226
|
+
/* harmony default export */ var carousel_carousel_itemvue_type_script_lang_js_ = (carousel_itemvue_type_script_lang_js_);
|
|
1222
1227
|
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue
|
|
1223
1228
|
|
|
1224
1229
|
|
|
@@ -1228,9 +1233,9 @@ var CARD_SCALE = 0.83;
|
|
|
1228
1233
|
/* normalize component */
|
|
1229
1234
|
|
|
1230
1235
|
var carousel_item_component = Object(componentNormalizer["a" /* default */])(
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1236
|
+
carousel_carousel_itemvue_type_script_lang_js_,
|
|
1237
|
+
carousel_itemvue_type_template_id_73158f6c_render,
|
|
1238
|
+
carousel_itemvue_type_template_id_73158f6c_staticRenderFns,
|
|
1234
1239
|
false,
|
|
1235
1240
|
null,
|
|
1236
1241
|
null,
|
|
@@ -1238,6 +1243,9 @@ var carousel_item_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1238
1243
|
|
|
1239
1244
|
)
|
|
1240
1245
|
|
|
1246
|
+
/* hot reload */
|
|
1247
|
+
if (false) { var carousel_item_api; }
|
|
1248
|
+
carousel_item_component.options.__file = "components/carousel/carousel-item.vue"
|
|
1241
1249
|
/* harmony default export */ var carousel_item = (carousel_item_component.exports);
|
|
1242
1250
|
// CONCATENATED MODULE: ./components/carousel/index.js
|
|
1243
1251
|
|