@mdsfe/mds-ui 0.3.0-9 → 0.4.0-rc.1
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 +24 -29
- package/dist/alert.js +24 -29
- package/dist/anchor.js +38 -46
- package/dist/avatar.js +24 -29
- package/dist/backtop.js +22 -27
- package/dist/badge.js +30 -35
- package/dist/base.js +1 -0
- package/dist/bordershadow.js +24 -29
- package/dist/breadcrumb.js +38 -46
- package/dist/button.js +36 -44
- package/dist/card.js +38 -46
- package/dist/carousel.js +52 -60
- package/dist/cascader.js +82 -99
- package/dist/cascaderpanel.js +64 -75
- package/dist/checkbox.js +42 -50
- package/dist/col.js +49 -57
- package/dist/collapse.js +36 -44
- package/dist/color.js +24 -29
- package/dist/datepicker.js +1129 -527
- package/dist/divider.js +24 -29
- package/dist/drawer.js +39 -44
- package/dist/dropdown.js +46 -54
- package/dist/empty.js +33 -38
- 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 +24 -29
- package/dist/form.js +42 -50
- package/dist/icon.js +24 -29
- package/dist/index.js +358 -1
- package/dist/input.js +253 -114
- package/dist/inputnumber.js +28 -33
- package/dist/layout.js +72 -89
- package/dist/list.js +38 -46
- package/dist/loading.js +24 -29
- package/dist/mds-ui.min.css +1 -2
- package/dist/mds-ui.min.js +4696 -2999
- package/dist/menu.js +87 -82
- package/dist/message.js +58 -69
- package/dist/modal.js +32 -37
- package/dist/notification.js +51 -59
- package/dist/pagination.js +61 -72
- package/dist/popconfirm.js +26 -26
- package/dist/popover.js +43 -48
- package/dist/progress.js +49 -60
- package/dist/radio.js +53 -61
- package/dist/rate.js +43 -51
- package/dist/row.js +49 -57
- package/dist/select.js +97 -114
- package/dist/slider.js +42 -50
- package/dist/slottable.js +57 -65
- package/dist/steps.js +4 -4
- 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 -6789
- 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 -6789
- 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 +28 -33
- package/dist/table.js +180 -215
- package/dist/tabs.js +78 -101
- package/dist/tag.js +24 -29
- package/dist/text.js +260 -121
- package/dist/timeline.js +38 -46
- package/dist/timepicker.js +85 -102
- package/dist/tooltip.js +22 -22
- package/dist/transfer.js +1009 -66
- package/dist/transition.js +2 -2
- package/dist/tree.js +61 -69
- package/dist/typography.js +36 -44
- package/dist/upload.js +88 -108
- 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/card.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 = 108);
|
|
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
|
+
/***/ 108:
|
|
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__(142);
|
|
215
213
|
|
|
216
214
|
// EXTERNAL MODULE: ./components/card/style/index.less
|
|
217
|
-
var
|
|
215
|
+
var style = __webpack_require__(164);
|
|
218
216
|
|
|
219
217
|
// CONCATENATED MODULE: ./components/card/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/card/card.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/card/card.vue?vue&type=template&id=10454833
|
|
223
221
|
var render = function () {
|
|
224
222
|
var _vm = this
|
|
225
223
|
var _h = _vm.$createElement
|
|
@@ -316,9 +314,9 @@ var staticRenderFns = []
|
|
|
316
314
|
render._withStripped = true
|
|
317
315
|
|
|
318
316
|
|
|
319
|
-
// CONCATENATED MODULE: ./components/card/card.vue?vue&type=template&id=
|
|
317
|
+
// CONCATENATED MODULE: ./components/card/card.vue?vue&type=template&id=10454833
|
|
320
318
|
|
|
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
|
|
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
|
|
322
320
|
//
|
|
323
321
|
//
|
|
324
322
|
//
|
|
@@ -355,7 +353,7 @@ render._withStripped = true
|
|
|
355
353
|
//
|
|
356
354
|
//
|
|
357
355
|
|
|
358
|
-
/* harmony default export */ var
|
|
356
|
+
/* harmony default export */ var cardvue_type_script_lang_js = ({
|
|
359
357
|
name: 'MdsCard',
|
|
360
358
|
props: {
|
|
361
359
|
loading: {
|
|
@@ -394,8 +392,8 @@ render._withStripped = true
|
|
|
394
392
|
}
|
|
395
393
|
}
|
|
396
394
|
});
|
|
397
|
-
// CONCATENATED MODULE: ./components/card/card.vue?vue&type=script&lang=js
|
|
398
|
-
/* harmony default export */ var
|
|
395
|
+
// CONCATENATED MODULE: ./components/card/card.vue?vue&type=script&lang=js
|
|
396
|
+
/* harmony default export */ var card_cardvue_type_script_lang_js = (cardvue_type_script_lang_js);
|
|
399
397
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
400
398
|
var componentNormalizer = __webpack_require__(0);
|
|
401
399
|
|
|
@@ -408,7 +406,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
408
406
|
/* normalize component */
|
|
409
407
|
|
|
410
408
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
411
|
-
|
|
409
|
+
card_cardvue_type_script_lang_js,
|
|
412
410
|
render,
|
|
413
411
|
staticRenderFns,
|
|
414
412
|
false,
|
|
@@ -418,24 +416,21 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
418
416
|
|
|
419
417
|
)
|
|
420
418
|
|
|
421
|
-
/* hot reload */
|
|
422
|
-
if (false) { var api; }
|
|
423
|
-
component.options.__file = "components/card/card.vue"
|
|
424
419
|
/* harmony default export */ var card = (component.exports);
|
|
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=
|
|
426
|
-
var
|
|
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=92d52856
|
|
421
|
+
var gridvue_type_template_id_92d52856_render = function () {
|
|
427
422
|
var _vm = this
|
|
428
423
|
var _h = _vm.$createElement
|
|
429
424
|
var _c = _vm._self._c || _h
|
|
430
425
|
return _c("div", { class: _vm.prefixCls + "-grid" }, [_vm._t("default")], 2)
|
|
431
426
|
}
|
|
432
|
-
var
|
|
433
|
-
|
|
427
|
+
var gridvue_type_template_id_92d52856_staticRenderFns = []
|
|
428
|
+
gridvue_type_template_id_92d52856_render._withStripped = true
|
|
434
429
|
|
|
435
430
|
|
|
436
|
-
// CONCATENATED MODULE: ./components/card/grid.vue?vue&type=template&id=
|
|
431
|
+
// CONCATENATED MODULE: ./components/card/grid.vue?vue&type=template&id=92d52856
|
|
437
432
|
|
|
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
|
|
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
|
|
439
434
|
//
|
|
440
435
|
//
|
|
441
436
|
//
|
|
@@ -443,7 +438,7 @@ gridvue_type_template_id_ddc5148c_render._withStripped = true
|
|
|
443
438
|
//
|
|
444
439
|
//
|
|
445
440
|
|
|
446
|
-
/* harmony default export */ var
|
|
441
|
+
/* harmony default export */ var gridvue_type_script_lang_js = ({
|
|
447
442
|
name: 'MdsGrid',
|
|
448
443
|
props: {
|
|
449
444
|
prefixCls: {
|
|
@@ -452,8 +447,8 @@ gridvue_type_template_id_ddc5148c_render._withStripped = true
|
|
|
452
447
|
}
|
|
453
448
|
}
|
|
454
449
|
});
|
|
455
|
-
// CONCATENATED MODULE: ./components/card/grid.vue?vue&type=script&lang=js
|
|
456
|
-
/* harmony default export */ var
|
|
450
|
+
// CONCATENATED MODULE: ./components/card/grid.vue?vue&type=script&lang=js
|
|
451
|
+
/* harmony default export */ var card_gridvue_type_script_lang_js = (gridvue_type_script_lang_js);
|
|
457
452
|
// CONCATENATED MODULE: ./components/card/grid.vue
|
|
458
453
|
|
|
459
454
|
|
|
@@ -463,9 +458,9 @@ gridvue_type_template_id_ddc5148c_render._withStripped = true
|
|
|
463
458
|
/* normalize component */
|
|
464
459
|
|
|
465
460
|
var grid_component = Object(componentNormalizer["a" /* default */])(
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
461
|
+
card_gridvue_type_script_lang_js,
|
|
462
|
+
gridvue_type_template_id_92d52856_render,
|
|
463
|
+
gridvue_type_template_id_92d52856_staticRenderFns,
|
|
469
464
|
false,
|
|
470
465
|
null,
|
|
471
466
|
null,
|
|
@@ -473,9 +468,6 @@ var grid_component = Object(componentNormalizer["a" /* default */])(
|
|
|
473
468
|
|
|
474
469
|
)
|
|
475
470
|
|
|
476
|
-
/* hot reload */
|
|
477
|
-
if (false) { var grid_api; }
|
|
478
|
-
grid_component.options.__file = "components/card/grid.vue"
|
|
479
471
|
/* harmony default export */ var grid = (grid_component.exports);
|
|
480
472
|
// CONCATENATED MODULE: ./components/card/index.js
|
|
481
473
|
/**
|
|
@@ -503,7 +495,7 @@ card.install = function (Vue) {
|
|
|
503
495
|
|
|
504
496
|
/***/ }),
|
|
505
497
|
|
|
506
|
-
/***/
|
|
498
|
+
/***/ 164:
|
|
507
499
|
/***/ (function(module, exports) {
|
|
508
500
|
|
|
509
501
|
// removed by extract-text-webpack-plugin
|
package/dist/carousel.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 = 103);
|
|
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,30 @@ function normalizeComponent (
|
|
|
203
201
|
|
|
204
202
|
/***/ }),
|
|
205
203
|
|
|
206
|
-
/***/
|
|
204
|
+
/***/ 10:
|
|
205
|
+
/***/ (function(module, exports) {
|
|
206
|
+
|
|
207
|
+
module.exports = require("babel-runtime/helpers/typeof");
|
|
208
|
+
|
|
209
|
+
/***/ }),
|
|
210
|
+
|
|
211
|
+
/***/ 103:
|
|
207
212
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
208
213
|
|
|
209
214
|
"use strict";
|
|
210
215
|
// ESM COMPAT FLAG
|
|
211
216
|
__webpack_require__.r(__webpack_exports__);
|
|
212
217
|
|
|
213
|
-
// EXTERNAL MODULE: ./components/style/
|
|
214
|
-
var
|
|
218
|
+
// EXTERNAL MODULE: ./components/style/mixins-only.less
|
|
219
|
+
var mixins_only = __webpack_require__(142);
|
|
215
220
|
|
|
216
221
|
// EXTERNAL MODULE: ./components/carousel/style/index.less
|
|
217
|
-
var carousel_style = __webpack_require__(
|
|
222
|
+
var carousel_style = __webpack_require__(260);
|
|
218
223
|
|
|
219
224
|
// CONCATENATED MODULE: ./components/carousel/style/index.js
|
|
220
225
|
|
|
221
226
|
|
|
222
|
-
// 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=
|
|
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=4d828cc1
|
|
223
228
|
var render = function () {
|
|
224
229
|
var _vm = this
|
|
225
230
|
var _h = _vm.$createElement
|
|
@@ -382,13 +387,13 @@ var staticRenderFns = []
|
|
|
382
387
|
render._withStripped = true
|
|
383
388
|
|
|
384
389
|
|
|
385
|
-
// CONCATENATED MODULE: ./components/carousel/carousel.vue?vue&type=template&id=
|
|
390
|
+
// CONCATENATED MODULE: ./components/carousel/carousel.vue?vue&type=template&id=4d828cc1
|
|
386
391
|
|
|
387
392
|
// EXTERNAL MODULE: external "throttle-debounce"
|
|
388
|
-
var external_throttle_debounce_ = __webpack_require__(
|
|
393
|
+
var external_throttle_debounce_ = __webpack_require__(21);
|
|
389
394
|
|
|
390
395
|
// EXTERNAL MODULE: external "babel-runtime/core-js/get-iterator"
|
|
391
|
-
var get_iterator_ = __webpack_require__(
|
|
396
|
+
var get_iterator_ = __webpack_require__(25);
|
|
392
397
|
var get_iterator_default = /*#__PURE__*/__webpack_require__.n(get_iterator_);
|
|
393
398
|
|
|
394
399
|
// EXTERNAL MODULE: external "resize-observer-polyfill"
|
|
@@ -457,7 +462,7 @@ var removeResizeListener = function removeResizeListener(element, fn) {
|
|
|
457
462
|
var external_input_ = __webpack_require__(17);
|
|
458
463
|
var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
|
|
459
464
|
|
|
460
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/carousel/carousel.vue?vue&type=script&lang=js
|
|
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
|
|
461
466
|
//
|
|
462
467
|
//
|
|
463
468
|
//
|
|
@@ -526,7 +531,7 @@ var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_)
|
|
|
526
531
|
|
|
527
532
|
|
|
528
533
|
|
|
529
|
-
/* harmony default export */ var
|
|
534
|
+
/* harmony default export */ var carouselvue_type_script_lang_js = ({
|
|
530
535
|
name: 'MdsCarousel',
|
|
531
536
|
props: {
|
|
532
537
|
initialIndex: {
|
|
@@ -767,8 +772,8 @@ var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_)
|
|
|
767
772
|
this.pauseTimer();
|
|
768
773
|
}
|
|
769
774
|
});
|
|
770
|
-
// CONCATENATED MODULE: ./components/carousel/carousel.vue?vue&type=script&lang=js
|
|
771
|
-
/* harmony default export */ var
|
|
775
|
+
// CONCATENATED MODULE: ./components/carousel/carousel.vue?vue&type=script&lang=js
|
|
776
|
+
/* harmony default export */ var carousel_carouselvue_type_script_lang_js = (carouselvue_type_script_lang_js);
|
|
772
777
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
773
778
|
var componentNormalizer = __webpack_require__(0);
|
|
774
779
|
|
|
@@ -781,7 +786,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
781
786
|
/* normalize component */
|
|
782
787
|
|
|
783
788
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
784
|
-
|
|
789
|
+
carousel_carouselvue_type_script_lang_js,
|
|
785
790
|
render,
|
|
786
791
|
staticRenderFns,
|
|
787
792
|
false,
|
|
@@ -791,12 +796,9 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
791
796
|
|
|
792
797
|
)
|
|
793
798
|
|
|
794
|
-
/* hot reload */
|
|
795
|
-
if (false) { var api; }
|
|
796
|
-
component.options.__file = "components/carousel/carousel.vue"
|
|
797
799
|
/* harmony default export */ var carousel = (component.exports);
|
|
798
|
-
// 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=
|
|
799
|
-
var
|
|
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=4c76b266
|
|
801
|
+
var carousel_itemvue_type_template_id_4c76b266_render = function () {
|
|
800
802
|
var _vm = this
|
|
801
803
|
var _h = _vm.$createElement
|
|
802
804
|
var _c = _vm._self._c || _h
|
|
@@ -841,22 +843,22 @@ var carousel_itemvue_type_template_id_73158f6c_render = function () {
|
|
|
841
843
|
2
|
|
842
844
|
)
|
|
843
845
|
}
|
|
844
|
-
var
|
|
845
|
-
|
|
846
|
+
var carousel_itemvue_type_template_id_4c76b266_staticRenderFns = []
|
|
847
|
+
carousel_itemvue_type_template_id_4c76b266_render._withStripped = true
|
|
846
848
|
|
|
847
849
|
|
|
848
|
-
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue?vue&type=template&id=
|
|
850
|
+
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue?vue&type=template&id=4c76b266
|
|
849
851
|
|
|
850
852
|
// EXTERNAL MODULE: external "babel-runtime/core-js/object/keys"
|
|
851
853
|
var keys_ = __webpack_require__(11);
|
|
852
854
|
var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
|
|
853
855
|
|
|
854
856
|
// EXTERNAL MODULE: external "babel-runtime/core-js/json/stringify"
|
|
855
|
-
var stringify_ = __webpack_require__(
|
|
857
|
+
var stringify_ = __webpack_require__(29);
|
|
856
858
|
var stringify_default = /*#__PURE__*/__webpack_require__.n(stringify_);
|
|
857
859
|
|
|
858
860
|
// EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
|
|
859
|
-
var typeof_ = __webpack_require__(
|
|
861
|
+
var typeof_ = __webpack_require__(10);
|
|
860
862
|
var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
|
|
861
863
|
|
|
862
864
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
@@ -1086,7 +1088,7 @@ function objToArray(obj) {
|
|
|
1086
1088
|
}
|
|
1087
1089
|
return autoprefixer_isEmpty(obj) ? [] : [obj];
|
|
1088
1090
|
}
|
|
1089
|
-
// 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
|
|
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
|
|
1090
1092
|
//
|
|
1091
1093
|
//
|
|
1092
1094
|
//
|
|
@@ -1113,7 +1115,7 @@ function objToArray(obj) {
|
|
|
1113
1115
|
|
|
1114
1116
|
|
|
1115
1117
|
var CARD_SCALE = 0.83;
|
|
1116
|
-
/* harmony default export */ var
|
|
1118
|
+
/* harmony default export */ var carousel_itemvue_type_script_lang_js = ({
|
|
1117
1119
|
name: 'MdsCarouselItem',
|
|
1118
1120
|
props: {
|
|
1119
1121
|
name: String,
|
|
@@ -1215,8 +1217,8 @@ var CARD_SCALE = 0.83;
|
|
|
1215
1217
|
this.$parent && this.$parent.updateItems();
|
|
1216
1218
|
}
|
|
1217
1219
|
});
|
|
1218
|
-
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue?vue&type=script&lang=js
|
|
1219
|
-
/* harmony default export */ var
|
|
1220
|
+
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue?vue&type=script&lang=js
|
|
1221
|
+
/* harmony default export */ var carousel_carousel_itemvue_type_script_lang_js = (carousel_itemvue_type_script_lang_js);
|
|
1220
1222
|
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue
|
|
1221
1223
|
|
|
1222
1224
|
|
|
@@ -1226,9 +1228,9 @@ var CARD_SCALE = 0.83;
|
|
|
1226
1228
|
/* normalize component */
|
|
1227
1229
|
|
|
1228
1230
|
var carousel_item_component = Object(componentNormalizer["a" /* default */])(
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1231
|
+
carousel_carousel_itemvue_type_script_lang_js,
|
|
1232
|
+
carousel_itemvue_type_template_id_4c76b266_render,
|
|
1233
|
+
carousel_itemvue_type_template_id_4c76b266_staticRenderFns,
|
|
1232
1234
|
false,
|
|
1233
1235
|
null,
|
|
1234
1236
|
null,
|
|
@@ -1236,9 +1238,6 @@ var carousel_item_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1236
1238
|
|
|
1237
1239
|
)
|
|
1238
1240
|
|
|
1239
|
-
/* hot reload */
|
|
1240
|
-
if (false) { var carousel_item_api; }
|
|
1241
|
-
carousel_item_component.options.__file = "components/carousel/carousel-item.vue"
|
|
1242
1241
|
/* harmony default export */ var carousel_item = (carousel_item_component.exports);
|
|
1243
1242
|
// CONCATENATED MODULE: ./components/carousel/index.js
|
|
1244
1243
|
|
|
@@ -1280,28 +1279,28 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
|
|
|
1280
1279
|
|
|
1281
1280
|
/***/ }),
|
|
1282
1281
|
|
|
1283
|
-
/***/
|
|
1282
|
+
/***/ 21:
|
|
1284
1283
|
/***/ (function(module, exports) {
|
|
1285
1284
|
|
|
1286
1285
|
module.exports = require("throttle-debounce");
|
|
1287
1286
|
|
|
1288
1287
|
/***/ }),
|
|
1289
1288
|
|
|
1290
|
-
/***/
|
|
1289
|
+
/***/ 25:
|
|
1291
1290
|
/***/ (function(module, exports) {
|
|
1292
1291
|
|
|
1293
1292
|
module.exports = require("babel-runtime/core-js/get-iterator");
|
|
1294
1293
|
|
|
1295
1294
|
/***/ }),
|
|
1296
1295
|
|
|
1297
|
-
/***/
|
|
1296
|
+
/***/ 260:
|
|
1298
1297
|
/***/ (function(module, exports) {
|
|
1299
1298
|
|
|
1300
1299
|
// removed by extract-text-webpack-plugin
|
|
1301
1300
|
|
|
1302
1301
|
/***/ }),
|
|
1303
1302
|
|
|
1304
|
-
/***/
|
|
1303
|
+
/***/ 29:
|
|
1305
1304
|
/***/ (function(module, exports) {
|
|
1306
1305
|
|
|
1307
1306
|
module.exports = require("babel-runtime/core-js/json/stringify");
|
|
@@ -1313,13 +1312,6 @@ module.exports = require("babel-runtime/core-js/json/stringify");
|
|
|
1313
1312
|
|
|
1314
1313
|
module.exports = require("resize-observer-polyfill");
|
|
1315
1314
|
|
|
1316
|
-
/***/ }),
|
|
1317
|
-
|
|
1318
|
-
/***/ 9:
|
|
1319
|
-
/***/ (function(module, exports) {
|
|
1320
|
-
|
|
1321
|
-
module.exports = require("babel-runtime/helpers/typeof");
|
|
1322
|
-
|
|
1323
1315
|
/***/ })
|
|
1324
1316
|
|
|
1325
1317
|
/******/ });
|