cy-element-ui 1.0.8 → 1.0.9

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.
Files changed (99) hide show
  1. package/lib/alert.js +2 -2
  2. package/lib/aside.js +76 -76
  3. package/lib/autocomplete.js +64 -75
  4. package/lib/avatar.js +2 -2
  5. package/lib/backtop.js +109 -109
  6. package/lib/badge.js +2 -2
  7. package/lib/breadcrumb-item.js +2 -2
  8. package/lib/breadcrumb.js +2 -2
  9. package/lib/button-group.js +2 -2
  10. package/lib/calendar.js +42 -462
  11. package/lib/card.js +2 -2
  12. package/lib/carousel-item.js +13 -13
  13. package/lib/carousel.js +18 -18
  14. package/lib/cascader-panel.js +29 -30
  15. package/lib/cascader.js +101 -113
  16. package/lib/checkbox-button.js +4 -4
  17. package/lib/checkbox-group.js +2 -2
  18. package/lib/col.js +4 -4
  19. package/lib/collapse-item.js +92 -92
  20. package/lib/collapse.js +2 -2
  21. package/lib/color-picker.js +68 -79
  22. package/lib/container.js +2 -2
  23. package/lib/date-picker.js +96 -479
  24. package/lib/descriptions-item.js +2 -2
  25. package/lib/descriptions.js +4 -4
  26. package/lib/dialog.js +10 -11
  27. package/lib/divider.js +105 -105
  28. package/lib/drawer.js +111 -111
  29. package/lib/dropdown-item.js +2 -2
  30. package/lib/dropdown-menu.js +60 -60
  31. package/lib/dropdown.js +25 -25
  32. package/lib/element-ui.common.js +44025 -48327
  33. package/lib/empty.js +10 -21
  34. package/lib/fileUpload.js +69 -80
  35. package/lib/footer.js +76 -76
  36. package/lib/form-item.js +6 -17
  37. package/lib/form.js +11 -11
  38. package/lib/header.js +2 -2
  39. package/lib/icon.js +2 -2
  40. package/lib/image.js +26 -37
  41. package/lib/index.js +1 -1
  42. package/lib/infinite-scroll.js +8 -8
  43. package/lib/input-number.js +10 -11
  44. package/lib/input.js +4 -4
  45. package/lib/link.js +2 -2
  46. package/lib/loading.js +14 -14
  47. package/lib/main.js +65 -65
  48. package/lib/menu-item-group.js +2 -2
  49. package/lib/menu-item.js +67 -79
  50. package/lib/menu.js +7 -18
  51. package/lib/message-box.js +29 -40
  52. package/lib/message.js +13 -24
  53. package/lib/notification.js +13 -24
  54. package/lib/option-group.js +2 -2
  55. package/lib/option.js +17 -18
  56. package/lib/page-header.js +113 -113
  57. package/lib/pagination.js +93 -104
  58. package/lib/popconfirm.js +64 -75
  59. package/lib/popover.js +58 -61
  60. package/lib/progress.js +8 -8
  61. package/lib/radio-button.js +4 -4
  62. package/lib/radio-group.js +2 -2
  63. package/lib/radio.js +2 -2
  64. package/lib/rate.js +24 -24
  65. package/lib/result.js +2 -2
  66. package/lib/row.js +2 -2
  67. package/lib/scrollbar.js +11 -11
  68. package/lib/select.js +84 -85
  69. package/lib/skeleton-item.js +2 -2
  70. package/lib/skeleton.js +107 -107
  71. package/lib/slider.js +79 -90
  72. package/lib/spinner.js +2 -2
  73. package/lib/statistic.js +181 -10015
  74. package/lib/step.js +2 -2
  75. package/lib/steps.js +13 -13
  76. package/lib/subTitle.js +2 -2
  77. package/lib/submenu.js +143 -143
  78. package/lib/switch.js +886 -811
  79. package/lib/tab-pane.js +2 -2
  80. package/lib/tabDialog.js +21 -32
  81. package/lib/table-column.js +19 -19
  82. package/lib/table.js +104 -115
  83. package/lib/tabs.js +12 -23
  84. package/lib/tag.js +2 -2
  85. package/lib/time-picker.js +96 -479
  86. package/lib/time-select.js +81 -464
  87. package/lib/timeline-item.js +107 -107
  88. package/lib/timeline.js +2 -2
  89. package/lib/tooltip.js +60 -61
  90. package/lib/transfer.js +18 -29
  91. package/lib/tree.js +28 -39
  92. package/lib/treeSelect.js +64 -75
  93. package/lib/upload.js +39 -40
  94. package/lib/utils/date.js +10 -3
  95. package/lib/utils/lodash.js +11 -10
  96. package/package.json +3 -1
  97. package/src/index.js +1 -1
  98. package/src/utils/date.js +2 -2
  99. package/src/utils/lodash.js +2 -9
package/lib/switch.js CHANGED
@@ -82,683 +82,174 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 179);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 167);
86
86
  /******/ })
87
87
  /************************************************************************/
88
- /******/ ({
89
-
90
- /***/ 0:
88
+ /******/ ([
89
+ /* 0 */
91
90
  /***/ (function(module, exports) {
92
91
 
93
92
  module.exports = require("vue");
94
93
 
95
94
  /***/ }),
95
+ /* 1 */,
96
+ /* 2 */
97
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
96
98
 
97
- /***/ 10:
98
- /***/ (function(module, exports) {
99
+ "use strict";
100
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
101
+ /* globals __VUE_SSR_CONTEXT__ */
99
102
 
100
- module.exports = require("core-js/modules/web.dom-collections.for-each.js");
103
+ // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
104
+ // This module is a runtime utility for cleaner component module output and will
105
+ // be included in the final webpack user bundle.
101
106
 
102
- /***/ }),
107
+ function normalizeComponent(
108
+ scriptExports,
109
+ render,
110
+ staticRenderFns,
111
+ functionalTemplate,
112
+ injectStyles,
113
+ scopeId,
114
+ moduleIdentifier /* server only */,
115
+ shadowMode /* vue-cli only */
116
+ ) {
117
+ // Vue.extend constructor export interop
118
+ var options =
119
+ typeof scriptExports === 'function' ? scriptExports.options : scriptExports
103
120
 
104
- /***/ 11:
105
- /***/ (function(module, exports) {
121
+ // render functions
122
+ if (render) {
123
+ options.render = render
124
+ options.staticRenderFns = staticRenderFns
125
+ options._compiled = true
126
+ }
106
127
 
107
- module.exports = require("core-js/modules/es.regexp.to-string.js");
128
+ // functional template
129
+ if (functionalTemplate) {
130
+ options.functional = true
131
+ }
108
132
 
109
- /***/ }),
133
+ // scopedId
134
+ if (scopeId) {
135
+ options._scopeId = 'data-v-' + scopeId
136
+ }
110
137
 
111
- /***/ 12:
112
- /***/ (function(module, exports) {
138
+ var hook
139
+ if (moduleIdentifier) {
140
+ // server build
141
+ hook = function (context) {
142
+ // 2.3 injection
143
+ context =
144
+ context || // cached call
145
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
146
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
147
+ // 2.2 with runInNewContext: true
148
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
149
+ context = __VUE_SSR_CONTEXT__
150
+ }
151
+ // inject component styles
152
+ if (injectStyles) {
153
+ injectStyles.call(this, context)
154
+ }
155
+ // register component module identifier for async chunk inferrence
156
+ if (context && context._registeredComponents) {
157
+ context._registeredComponents.add(moduleIdentifier)
158
+ }
159
+ }
160
+ // used by ssr in case component is cached and beforeCreate
161
+ // never gets called
162
+ options._ssrRegister = hook
163
+ } else if (injectStyles) {
164
+ hook = shadowMode
165
+ ? function () {
166
+ injectStyles.call(
167
+ this,
168
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
169
+ )
170
+ }
171
+ : injectStyles
172
+ }
113
173
 
114
- module.exports = require("core-js/modules/es.string.replace.js");
174
+ if (hook) {
175
+ if (options.functional) {
176
+ // for template-only hot-reload because in that case the render fn doesn't
177
+ // go through the normalizer
178
+ options._injectStyles = hook
179
+ // register for functional component in vue file
180
+ var originalRender = options.render
181
+ options.render = function renderWithStyleInjection(h, context) {
182
+ hook.call(context)
183
+ return originalRender(h, context)
184
+ }
185
+ } else {
186
+ // inject component registration as beforeCreate hook
187
+ var existing = options.beforeCreate
188
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
189
+ }
190
+ }
191
+
192
+ return {
193
+ exports: scriptExports,
194
+ options: options
195
+ }
196
+ }
115
197
 
116
- /***/ }),
117
198
 
118
- /***/ 13:
199
+ /***/ }),
200
+ /* 3 */
119
201
  /***/ (function(module, exports) {
120
202
 
121
- module.exports = require("core-js/modules/es.array.slice.js");
203
+ module.exports = require("core-js/modules/es.object.to-string.js");
122
204
 
123
205
  /***/ }),
124
-
125
- /***/ 14:
206
+ /* 4 */
126
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
127
208
 
128
209
  "use strict";
129
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(21);
130
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0__);
131
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
132
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__);
133
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(10);
134
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_2__);
135
-
136
-
137
-
138
- function _broadcast(componentName, eventName, params) {
139
- this.$children.forEach(function (child) {
140
- var name = child.$options.componentName;
141
- if (name === componentName) {
142
- child.$emit.apply(child, [eventName].concat(params));
143
- } else {
144
- _broadcast.apply(child, [componentName, eventName].concat([params]));
145
- }
146
- });
147
- }
148
- /* harmony default export */ __webpack_exports__["a"] = ({
149
- methods: {
150
- dispatch: function dispatch(componentName, eventName, params) {
151
- var parent = this.$parent || this.$root;
152
- var name = parent.$options.componentName;
153
- while (parent && (!name || name !== componentName)) {
154
- parent = parent.$parent;
155
- if (parent) {
156
- name = parent.$options.componentName;
157
- }
158
- }
159
- if (parent) {
160
- parent.$emit.apply(parent, [eventName].concat(params));
161
- }
162
- },
163
- broadcast: function broadcast(componentName, eventName, params) {
164
- _broadcast.call(this, componentName, eventName, params);
165
- }
166
- }
167
- });
168
-
169
- /***/ }),
170
-
171
- /***/ 16:
172
- /***/ (function(module, exports) {
173
-
174
- module.exports = require("core-js/modules/es.string.match.js");
175
-
176
- /***/ }),
177
-
178
- /***/ 17:
179
- /***/ (function(module, exports) {
180
-
181
- module.exports = require("core-js/modules/es.object.keys.js");
182
-
183
- /***/ }),
184
-
185
- /***/ 179:
186
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
187
-
188
- "use strict";
189
- // ESM COMPAT FLAG
190
- __webpack_require__.r(__webpack_exports__);
191
-
192
- // EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
193
- var es_function_name_js_ = __webpack_require__(5);
194
-
195
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./packages/switch/src/component.vue?vue&type=template&id=e44caf9a
196
- var render = function render() {
197
- var _vm = this,
198
- _c = _vm._self._c
199
- return _c(
200
- "div",
201
- {
202
- staticClass: "el-switch",
203
- class: { "is-disabled": _vm.switchDisabled, "is-checked": _vm.checked },
204
- attrs: {
205
- role: "switch",
206
- "aria-checked": _vm.checked,
207
- "aria-disabled": _vm.switchDisabled,
208
- },
209
- on: {
210
- click: function ($event) {
211
- $event.preventDefault()
212
- return _vm.switchValue.apply(null, arguments)
213
- },
214
- },
215
- },
216
- [
217
- _c("input", {
218
- ref: "input",
219
- staticClass: "el-switch__input",
220
- attrs: {
221
- type: "checkbox",
222
- id: _vm.id,
223
- name: _vm.name,
224
- "true-value": _vm.activeValue,
225
- "false-value": _vm.inactiveValue,
226
- disabled: _vm.switchDisabled,
227
- },
228
- on: {
229
- change: _vm.handleChange,
230
- keydown: function ($event) {
231
- if (
232
- !$event.type.indexOf("key") &&
233
- _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")
234
- )
235
- return null
236
- return _vm.switchValue.apply(null, arguments)
237
- },
238
- },
239
- }),
240
- _vm.inactiveIconClass || _vm.inactiveText
241
- ? _c(
242
- "span",
243
- {
244
- class: [
245
- "el-switch__label",
246
- "el-switch__label--left",
247
- !_vm.checked ? "is-active" : "",
248
- ],
249
- },
250
- [
251
- _vm.inactiveIconClass
252
- ? _c("i", { class: [_vm.inactiveIconClass] })
253
- : _vm._e(),
254
- !_vm.inactiveIconClass && _vm.inactiveText
255
- ? _c("span", { attrs: { "aria-hidden": _vm.checked } }, [
256
- _vm._v(_vm._s(_vm.inactiveText)),
257
- ])
258
- : _vm._e(),
259
- ]
260
- )
261
- : _vm._e(),
262
- _c("span", {
263
- ref: "core",
264
- staticClass: "el-switch__core",
265
- style: { width: _vm.coreWidth + "px" },
266
- }),
267
- _vm.activeIconClass || _vm.activeText
268
- ? _c(
269
- "span",
270
- {
271
- class: [
272
- "el-switch__label",
273
- "el-switch__label--right",
274
- _vm.checked ? "is-active" : "",
275
- ],
276
- },
277
- [
278
- _vm.activeIconClass
279
- ? _c("i", { class: [_vm.activeIconClass] })
280
- : _vm._e(),
281
- !_vm.activeIconClass && _vm.activeText
282
- ? _c("span", { attrs: { "aria-hidden": !_vm.checked } }, [
283
- _vm._v(_vm._s(_vm.activeText)),
284
- ])
285
- : _vm._e(),
286
- ]
287
- )
288
- : _vm._e(),
289
- ]
290
- )
291
- }
292
- var staticRenderFns = []
293
- render._withStripped = true
294
-
295
-
296
- // CONCATENATED MODULE: ./packages/switch/src/component.vue?vue&type=template&id=e44caf9a
297
-
298
- // EXTERNAL MODULE: external "core-js/modules/es.number.constructor.js"
299
- var es_number_constructor_js_ = __webpack_require__(6);
300
-
301
- // EXTERNAL MODULE: ./src/mixins/emitter.js
302
- var emitter = __webpack_require__(14);
303
-
304
- // EXTERNAL MODULE: ./src/mixins/focus.js
305
- var mixins_focus = __webpack_require__(87);
306
-
307
- // EXTERNAL MODULE: ./src/mixins/migrating.js
308
- var migrating = __webpack_require__(54);
309
-
310
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/switch/src/component.vue?vue&type=script&lang=js
311
-
312
-
313
-
314
-
315
- /* harmony default export */ var componentvue_type_script_lang_js = ({
316
- name: 'ElSwitch',
317
- mixins: [Object(mixins_focus["a" /* default */])('input'), migrating["a" /* default */], emitter["a" /* default */]],
318
- inject: {
319
- elForm: {
320
- default: ''
321
- }
322
- },
323
- props: {
324
- value: {
325
- type: [Boolean, String, Number],
326
- default: false
327
- },
328
- disabled: {
329
- type: Boolean,
330
- default: false
331
- },
332
- width: {
333
- type: Number,
334
- default: 40
335
- },
336
- activeIconClass: {
337
- type: String,
338
- default: ''
339
- },
340
- inactiveIconClass: {
341
- type: String,
342
- default: ''
343
- },
344
- activeText: String,
345
- inactiveText: String,
346
- activeColor: {
347
- type: String,
348
- default: ''
349
- },
350
- inactiveColor: {
351
- type: String,
352
- default: ''
353
- },
354
- activeValue: {
355
- type: [Boolean, String, Number],
356
- default: true
357
- },
358
- inactiveValue: {
359
- type: [Boolean, String, Number],
360
- default: false
361
- },
362
- name: {
363
- type: String,
364
- default: ''
365
- },
366
- validateEvent: {
367
- type: Boolean,
368
- default: true
369
- },
370
- id: String
371
- },
372
- data: function data() {
373
- return {
374
- coreWidth: this.width
375
- };
376
- },
377
- created: function created() {
378
- if (!~[this.activeValue, this.inactiveValue].indexOf(this.value)) {
379
- this.$emit('input', this.inactiveValue);
380
- }
381
- },
382
- computed: {
383
- checked: function checked() {
384
- return this.value === this.activeValue;
385
- },
386
- switchDisabled: function switchDisabled() {
387
- return this.disabled || (this.elForm || {}).disabled;
388
- }
389
- },
390
- watch: {
391
- checked: function checked() {
392
- this.$refs.input.checked = this.checked;
393
- if (this.activeColor || this.inactiveColor) {
394
- this.setBackgroundColor();
395
- }
396
- if (this.validateEvent) {
397
- this.dispatch('ElFormItem', 'el.form.change', [this.value]);
398
- }
399
- }
400
- },
401
- methods: {
402
- handleChange: function handleChange(event) {
403
- var _this = this;
404
- var val = this.checked ? this.inactiveValue : this.activeValue;
405
- this.$emit('input', val);
406
- this.$emit('change', val);
407
- this.$nextTick(function () {
408
- // set input's checked property
409
- // in case parent refuses to change component's value
410
- if (_this.$refs.input) {
411
- _this.$refs.input.checked = _this.checked;
412
- }
413
- });
414
- },
415
- setBackgroundColor: function setBackgroundColor() {
416
- var newColor = this.checked ? this.activeColor : this.inactiveColor;
417
- this.$refs.core.style.borderColor = newColor;
418
- this.$refs.core.style.backgroundColor = newColor;
419
- },
420
- switchValue: function switchValue() {
421
- !this.switchDisabled && this.handleChange();
422
- },
423
- getMigratingConfig: function getMigratingConfig() {
424
- return {
425
- props: {
426
- 'on-color': 'on-color is renamed to active-color.',
427
- 'off-color': 'off-color is renamed to inactive-color.',
428
- 'on-text': 'on-text is renamed to active-text.',
429
- 'off-text': 'off-text is renamed to inactive-text.',
430
- 'on-value': 'on-value is renamed to active-value.',
431
- 'off-value': 'off-value is renamed to inactive-value.',
432
- 'on-icon-class': 'on-icon-class is renamed to active-icon-class.',
433
- 'off-icon-class': 'off-icon-class is renamed to inactive-icon-class.'
434
- }
435
- };
436
- }
437
- },
438
- mounted: function mounted() {
439
- /* istanbul ignore if */
440
- this.coreWidth = this.width || 40;
441
- if (this.activeColor || this.inactiveColor) {
442
- this.setBackgroundColor();
443
- }
444
- this.$refs.input.checked = this.checked;
445
- }
446
- });
447
- // CONCATENATED MODULE: ./packages/switch/src/component.vue?vue&type=script&lang=js
448
- /* harmony default export */ var src_componentvue_type_script_lang_js = (componentvue_type_script_lang_js);
449
- // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
450
- var componentNormalizer = __webpack_require__(2);
451
-
452
- // CONCATENATED MODULE: ./packages/switch/src/component.vue
453
-
454
-
455
-
456
-
457
-
458
- /* normalize component */
459
-
460
- var component = Object(componentNormalizer["a" /* default */])(
461
- src_componentvue_type_script_lang_js,
462
- render,
463
- staticRenderFns,
464
- false,
465
- null,
466
- null,
467
- null
468
-
469
- )
470
-
471
- /* harmony default export */ var src_component = (component.exports);
472
- // CONCATENATED MODULE: ./packages/switch/index.js
473
-
474
-
475
-
476
- /* istanbul ignore next */
477
- src_component.install = function (Vue) {
478
- Vue.component(src_component.name, src_component);
479
- };
480
- /* harmony default export */ var packages_switch = __webpack_exports__["default"] = (src_component);
481
-
482
- /***/ }),
483
-
484
- /***/ 19:
485
- /***/ (function(module, exports) {
486
-
487
- module.exports = require("core-js/modules/es.array.iterator.js");
488
-
489
- /***/ }),
490
-
491
- /***/ 2:
492
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
493
-
494
- "use strict";
495
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
496
- /* globals __VUE_SSR_CONTEXT__ */
497
-
498
- // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
499
- // This module is a runtime utility for cleaner component module output and will
500
- // be included in the final webpack user bundle.
501
-
502
- function normalizeComponent(
503
- scriptExports,
504
- render,
505
- staticRenderFns,
506
- functionalTemplate,
507
- injectStyles,
508
- scopeId,
509
- moduleIdentifier /* server only */,
510
- shadowMode /* vue-cli only */
511
- ) {
512
- // Vue.extend constructor export interop
513
- var options =
514
- typeof scriptExports === 'function' ? scriptExports.options : scriptExports
515
-
516
- // render functions
517
- if (render) {
518
- options.render = render
519
- options.staticRenderFns = staticRenderFns
520
- options._compiled = true
521
- }
522
-
523
- // functional template
524
- if (functionalTemplate) {
525
- options.functional = true
526
- }
527
-
528
- // scopedId
529
- if (scopeId) {
530
- options._scopeId = 'data-v-' + scopeId
531
- }
532
-
533
- var hook
534
- if (moduleIdentifier) {
535
- // server build
536
- hook = function (context) {
537
- // 2.3 injection
538
- context =
539
- context || // cached call
540
- (this.$vnode && this.$vnode.ssrContext) || // stateful
541
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
542
- // 2.2 with runInNewContext: true
543
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
544
- context = __VUE_SSR_CONTEXT__
545
- }
546
- // inject component styles
547
- if (injectStyles) {
548
- injectStyles.call(this, context)
549
- }
550
- // register component module identifier for async chunk inferrence
551
- if (context && context._registeredComponents) {
552
- context._registeredComponents.add(moduleIdentifier)
553
- }
554
- }
555
- // used by ssr in case component is cached and beforeCreate
556
- // never gets called
557
- options._ssrRegister = hook
558
- } else if (injectStyles) {
559
- hook = shadowMode
560
- ? function () {
561
- injectStyles.call(
562
- this,
563
- (options.functional ? this.parent : this).$root.$options.shadowRoot
564
- )
565
- }
566
- : injectStyles
567
- }
568
-
569
- if (hook) {
570
- if (options.functional) {
571
- // for template-only hot-reload because in that case the render fn doesn't
572
- // go through the normalizer
573
- options._injectStyles = hook
574
- // register for functional component in vue file
575
- var originalRender = options.render
576
- options.render = function renderWithStyleInjection(h, context) {
577
- hook.call(context)
578
- return originalRender(h, context)
579
- }
580
- } else {
581
- // inject component registration as beforeCreate hook
582
- var existing = options.beforeCreate
583
- options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
584
- }
585
- }
586
-
587
- return {
588
- exports: scriptExports,
589
- options: options
590
- }
591
- }
592
-
593
-
594
- /***/ }),
595
-
596
- /***/ 21:
597
- /***/ (function(module, exports) {
598
-
599
- module.exports = require("core-js/modules/es.array.concat.js");
600
-
601
- /***/ }),
602
-
603
- /***/ 25:
604
- /***/ (function(module, exports) {
605
-
606
- module.exports = require("core-js/modules/es.array-buffer.constructor.js");
607
-
608
- /***/ }),
609
-
610
- /***/ 26:
611
- /***/ (function(module, exports) {
612
-
613
- module.exports = require("core-js/modules/es.array-buffer.slice.js");
614
-
615
- /***/ }),
616
-
617
- /***/ 27:
618
- /***/ (function(module, exports) {
619
-
620
- module.exports = require("core-js/modules/es.typed-array.int8-array.js");
621
-
622
- /***/ }),
623
-
624
- /***/ 28:
625
- /***/ (function(module, exports) {
626
-
627
- module.exports = require("core-js/modules/es.typed-array.copy-within.js");
628
-
629
- /***/ }),
630
-
631
- /***/ 29:
632
- /***/ (function(module, exports) {
633
-
634
- module.exports = require("core-js/modules/es.typed-array.every.js");
635
-
636
- /***/ }),
637
-
638
- /***/ 3:
639
- /***/ (function(module, exports) {
640
-
641
- module.exports = require("core-js/modules/es.object.to-string.js");
642
-
643
- /***/ }),
644
-
645
- /***/ 30:
646
- /***/ (function(module, exports) {
647
-
648
- module.exports = require("core-js/modules/es.typed-array.fill.js");
649
-
650
- /***/ }),
651
-
652
- /***/ 31:
653
- /***/ (function(module, exports) {
654
-
655
- module.exports = require("core-js/modules/es.typed-array.filter.js");
656
-
657
- /***/ }),
658
-
659
- /***/ 32:
660
- /***/ (function(module, exports) {
661
-
662
- module.exports = require("core-js/modules/es.typed-array.find.js");
663
-
664
- /***/ }),
665
-
666
- /***/ 33:
667
- /***/ (function(module, exports) {
668
-
669
- module.exports = require("core-js/modules/es.typed-array.find-index.js");
670
-
671
- /***/ }),
672
-
673
- /***/ 34:
674
- /***/ (function(module, exports) {
675
-
676
- module.exports = require("core-js/modules/es.typed-array.for-each.js");
677
-
678
- /***/ }),
679
-
680
- /***/ 35:
681
- /***/ (function(module, exports) {
682
-
683
- module.exports = require("core-js/modules/es.typed-array.includes.js");
684
-
685
- /***/ }),
686
-
687
- /***/ 36:
688
- /***/ (function(module, exports) {
689
-
690
- module.exports = require("core-js/modules/es.typed-array.index-of.js");
691
-
692
- /***/ }),
693
-
694
- /***/ 37:
695
- /***/ (function(module, exports) {
696
-
697
- module.exports = require("core-js/modules/es.typed-array.iterator.js");
698
-
699
- /***/ }),
700
-
701
- /***/ 38:
702
- /***/ (function(module, exports) {
703
-
704
- module.exports = require("core-js/modules/es.typed-array.join.js");
705
-
706
- /***/ }),
707
-
708
- /***/ 39:
709
- /***/ (function(module, exports) {
710
-
711
- module.exports = require("core-js/modules/es.typed-array.last-index-of.js");
712
-
713
- /***/ }),
714
-
715
- /***/ 4:
716
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
717
-
718
- "use strict";
719
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return noop; });
720
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return hasOwn; });
721
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return toObject; });
722
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getValueByPath; });
723
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getPropByPath; });
724
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return generateId; });
725
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return valueEquals; });
726
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return escapeRegexpString; });
727
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return arrayFindIndex; });
728
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return arrayFind; });
729
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return coerceTruthyValueToArray; });
730
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return isIE; });
731
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return isEdge; });
732
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return isFirefox; });
733
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return autoprefixer; });
734
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return kebabCase; });
735
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return capitalize; });
736
- /* unused harmony export looseEqual */
737
- /* unused harmony export arrayEquals */
738
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return isEqual; });
739
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return isEmpty; });
740
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return rafThrottle; });
741
- /* unused harmony export objToArray */
742
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return isMac; });
743
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(13);
744
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__);
745
- /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
746
- /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_1__);
747
- /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(17);
748
- /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_2__);
749
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3);
750
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__);
751
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
752
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4__);
753
- /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(11);
754
- /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_5__);
755
- /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(16);
756
- /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_6__);
757
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(12);
758
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_7__);
759
- /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(0);
760
- /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_8__);
761
- /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(8);
210
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return noop; });
211
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return hasOwn; });
212
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return toObject; });
213
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getValueByPath; });
214
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getPropByPath; });
215
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return generateId; });
216
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return valueEquals; });
217
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return escapeRegexpString; });
218
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return arrayFindIndex; });
219
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return arrayFind; });
220
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return coerceTruthyValueToArray; });
221
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return isIE; });
222
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return isEdge; });
223
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return isFirefox; });
224
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return autoprefixer; });
225
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return kebabCase; });
226
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return capitalize; });
227
+ /* unused harmony export looseEqual */
228
+ /* unused harmony export arrayEquals */
229
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return isEqual; });
230
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return isEmpty; });
231
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return rafThrottle; });
232
+ /* unused harmony export objToArray */
233
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return isMac; });
234
+ /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(13);
235
+ /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__);
236
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
237
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_1__);
238
+ /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(16);
239
+ /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_2__);
240
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3);
241
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__);
242
+ /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
243
+ /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4__);
244
+ /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(11);
245
+ /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_5__);
246
+ /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(17);
247
+ /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_6__);
248
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(12);
249
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_7__);
250
+ /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(0);
251
+ /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_8__);
252
+ /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(8);
762
253
 
763
254
 
764
255
 
@@ -993,92 +484,416 @@ var isMac = function isMac() {
993
484
  };
994
485
 
995
486
  /***/ }),
487
+ /* 5 */
488
+ /***/ (function(module, exports) {
489
+
490
+ module.exports = require("core-js/modules/es.function.name.js");
491
+
492
+ /***/ }),
493
+ /* 6 */
494
+ /***/ (function(module, exports) {
495
+
496
+ module.exports = require("core-js/modules/es.number.constructor.js");
497
+
498
+ /***/ }),
499
+ /* 7 */
500
+ /***/ (function(module, exports) {
501
+
502
+ module.exports = require("core-js/modules/es.regexp.exec.js");
503
+
504
+ /***/ }),
505
+ /* 8 */
506
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
507
+
508
+ "use strict";
509
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return isString; });
510
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return isObject; });
511
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return isHtmlElement; });
512
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return isFunction; });
513
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return isUndefined; });
514
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return isDefined; });
515
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19);
516
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0__);
517
+ /* harmony import */ var core_js_modules_es_array_buffer_constructor_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(25);
518
+ /* harmony import */ var core_js_modules_es_array_buffer_constructor_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_buffer_constructor_js__WEBPACK_IMPORTED_MODULE_1__);
519
+ /* harmony import */ var core_js_modules_es_array_buffer_slice_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(26);
520
+ /* harmony import */ var core_js_modules_es_array_buffer_slice_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_buffer_slice_js__WEBPACK_IMPORTED_MODULE_2__);
521
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3);
522
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__);
523
+ /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(11);
524
+ /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_4__);
525
+ /* harmony import */ var core_js_modules_es_typed_array_int8_array_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(27);
526
+ /* harmony import */ var core_js_modules_es_typed_array_int8_array_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_int8_array_js__WEBPACK_IMPORTED_MODULE_5__);
527
+ /* harmony import */ var core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(28);
528
+ /* harmony import */ var core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_6__);
529
+ /* harmony import */ var core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(29);
530
+ /* harmony import */ var core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_7__);
531
+ /* harmony import */ var core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(30);
532
+ /* harmony import */ var core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_8__);
533
+ /* harmony import */ var core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(31);
534
+ /* harmony import */ var core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_9__);
535
+ /* harmony import */ var core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(32);
536
+ /* harmony import */ var core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_10__);
537
+ /* harmony import */ var core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(33);
538
+ /* harmony import */ var core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_11__);
539
+ /* harmony import */ var core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(34);
540
+ /* harmony import */ var core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_12__);
541
+ /* harmony import */ var core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(35);
542
+ /* harmony import */ var core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_13__);
543
+ /* harmony import */ var core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(36);
544
+ /* harmony import */ var core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_14__);
545
+ /* harmony import */ var core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(37);
546
+ /* harmony import */ var core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_15__);
547
+ /* harmony import */ var core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(38);
548
+ /* harmony import */ var core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_16__);
549
+ /* harmony import */ var core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(39);
550
+ /* harmony import */ var core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_17__);
551
+ /* harmony import */ var core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(40);
552
+ /* harmony import */ var core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_18__);
553
+ /* harmony import */ var core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(41);
554
+ /* harmony import */ var core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_19__);
555
+ /* harmony import */ var core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(42);
556
+ /* harmony import */ var core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_20__);
557
+ /* harmony import */ var core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(43);
558
+ /* harmony import */ var core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_21__);
559
+ /* harmony import */ var core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(44);
560
+ /* harmony import */ var core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_22__);
561
+ /* harmony import */ var core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(45);
562
+ /* harmony import */ var core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_23__);
563
+ /* harmony import */ var core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(46);
564
+ /* harmony import */ var core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_24__);
565
+ /* harmony import */ var core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(47);
566
+ /* harmony import */ var core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_25__);
567
+ /* harmony import */ var core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(48);
568
+ /* harmony import */ var core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_26__);
569
+ /* harmony import */ var core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(49);
570
+ /* harmony import */ var core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_27__);
571
+ /* harmony import */ var core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(50);
572
+ /* harmony import */ var core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_28___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_28__);
573
+ /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(0);
574
+ /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_29___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_29__);
575
+
576
+
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+ function isString(obj) {
606
+ return Object.prototype.toString.call(obj) === '[object String]';
607
+ }
608
+ function isObject(obj) {
609
+ return Object.prototype.toString.call(obj) === '[object Object]';
610
+ }
611
+ function isHtmlElement(node) {
612
+ return node && node.nodeType === Node.ELEMENT_NODE;
613
+ }
614
+
615
+ /**
616
+ * - Inspired:
617
+ * https://github.com/jashkenas/underscore/blob/master/modules/isFunction.js
618
+ */
619
+ var isFunction = function isFunction(functionToCheck) {
620
+ var getType = {};
621
+ return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';
622
+ };
623
+ if ( true && typeof Int8Array !== 'object' && (vue__WEBPACK_IMPORTED_MODULE_29___default.a.prototype.$isServer || typeof document.childNodes !== 'function')) {
624
+ isFunction = function isFunction(obj) {
625
+ return typeof obj === 'function' || false;
626
+ };
627
+ }
628
+
629
+ var isUndefined = function isUndefined(val) {
630
+ return val === void 0;
631
+ };
632
+ var isDefined = function isDefined(val) {
633
+ return val !== undefined && val !== null;
634
+ };
635
+
636
+ /***/ }),
637
+ /* 9 */,
638
+ /* 10 */
639
+ /***/ (function(module, exports) {
640
+
641
+ module.exports = require("core-js/modules/web.dom-collections.for-each.js");
642
+
643
+ /***/ }),
644
+ /* 11 */
645
+ /***/ (function(module, exports) {
646
+
647
+ module.exports = require("core-js/modules/es.regexp.to-string.js");
648
+
649
+ /***/ }),
650
+ /* 12 */
651
+ /***/ (function(module, exports) {
652
+
653
+ module.exports = require("core-js/modules/es.string.replace.js");
654
+
655
+ /***/ }),
656
+ /* 13 */
657
+ /***/ (function(module, exports) {
658
+
659
+ module.exports = require("core-js/modules/es.array.slice.js");
660
+
661
+ /***/ }),
662
+ /* 14 */
663
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
664
+
665
+ "use strict";
666
+ /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(21);
667
+ /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0__);
668
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
669
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__);
670
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(10);
671
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_2__);
672
+
673
+
674
+
675
+ function _broadcast(componentName, eventName, params) {
676
+ this.$children.forEach(function (child) {
677
+ var name = child.$options.componentName;
678
+ if (name === componentName) {
679
+ child.$emit.apply(child, [eventName].concat(params));
680
+ } else {
681
+ _broadcast.apply(child, [componentName, eventName].concat([params]));
682
+ }
683
+ });
684
+ }
685
+ /* harmony default export */ __webpack_exports__["a"] = ({
686
+ methods: {
687
+ dispatch: function dispatch(componentName, eventName, params) {
688
+ var parent = this.$parent || this.$root;
689
+ var name = parent.$options.componentName;
690
+ while (parent && (!name || name !== componentName)) {
691
+ parent = parent.$parent;
692
+ if (parent) {
693
+ name = parent.$options.componentName;
694
+ }
695
+ }
696
+ if (parent) {
697
+ parent.$emit.apply(parent, [eventName].concat(params));
698
+ }
699
+ },
700
+ broadcast: function broadcast(componentName, eventName, params) {
701
+ _broadcast.call(this, componentName, eventName, params);
702
+ }
703
+ }
704
+ });
705
+
706
+ /***/ }),
707
+ /* 15 */,
708
+ /* 16 */
709
+ /***/ (function(module, exports) {
710
+
711
+ module.exports = require("core-js/modules/es.object.keys.js");
996
712
 
997
- /***/ 40:
713
+ /***/ }),
714
+ /* 17 */
998
715
  /***/ (function(module, exports) {
999
716
 
1000
- module.exports = require("core-js/modules/es.typed-array.map.js");
717
+ module.exports = require("core-js/modules/es.string.match.js");
1001
718
 
1002
719
  /***/ }),
720
+ /* 18 */,
721
+ /* 19 */
722
+ /***/ (function(module, exports) {
723
+
724
+ module.exports = require("core-js/modules/es.array.iterator.js");
1003
725
 
1004
- /***/ 41:
726
+ /***/ }),
727
+ /* 20 */,
728
+ /* 21 */
1005
729
  /***/ (function(module, exports) {
1006
730
 
1007
- module.exports = require("core-js/modules/es.typed-array.reduce.js");
731
+ module.exports = require("core-js/modules/es.array.concat.js");
1008
732
 
1009
733
  /***/ }),
734
+ /* 22 */,
735
+ /* 23 */,
736
+ /* 24 */,
737
+ /* 25 */
738
+ /***/ (function(module, exports) {
739
+
740
+ module.exports = require("core-js/modules/es.array-buffer.constructor.js");
1010
741
 
1011
- /***/ 42:
742
+ /***/ }),
743
+ /* 26 */
1012
744
  /***/ (function(module, exports) {
1013
745
 
1014
- module.exports = require("core-js/modules/es.typed-array.reduce-right.js");
746
+ module.exports = require("core-js/modules/es.array-buffer.slice.js");
1015
747
 
1016
748
  /***/ }),
749
+ /* 27 */
750
+ /***/ (function(module, exports) {
751
+
752
+ module.exports = require("core-js/modules/es.typed-array.int8-array.js");
1017
753
 
1018
- /***/ 43:
754
+ /***/ }),
755
+ /* 28 */
1019
756
  /***/ (function(module, exports) {
1020
757
 
1021
- module.exports = require("core-js/modules/es.typed-array.reverse.js");
758
+ module.exports = require("core-js/modules/es.typed-array.copy-within.js");
1022
759
 
1023
760
  /***/ }),
761
+ /* 29 */
762
+ /***/ (function(module, exports) {
763
+
764
+ module.exports = require("core-js/modules/es.typed-array.every.js");
1024
765
 
1025
- /***/ 44:
766
+ /***/ }),
767
+ /* 30 */
1026
768
  /***/ (function(module, exports) {
1027
769
 
1028
- module.exports = require("core-js/modules/es.typed-array.set.js");
770
+ module.exports = require("core-js/modules/es.typed-array.fill.js");
1029
771
 
1030
772
  /***/ }),
773
+ /* 31 */
774
+ /***/ (function(module, exports) {
775
+
776
+ module.exports = require("core-js/modules/es.typed-array.filter.js");
1031
777
 
1032
- /***/ 45:
778
+ /***/ }),
779
+ /* 32 */
1033
780
  /***/ (function(module, exports) {
1034
781
 
1035
- module.exports = require("core-js/modules/es.typed-array.slice.js");
782
+ module.exports = require("core-js/modules/es.typed-array.find.js");
1036
783
 
1037
784
  /***/ }),
785
+ /* 33 */
786
+ /***/ (function(module, exports) {
787
+
788
+ module.exports = require("core-js/modules/es.typed-array.find-index.js");
1038
789
 
1039
- /***/ 46:
790
+ /***/ }),
791
+ /* 34 */
1040
792
  /***/ (function(module, exports) {
1041
793
 
1042
- module.exports = require("core-js/modules/es.typed-array.some.js");
794
+ module.exports = require("core-js/modules/es.typed-array.for-each.js");
1043
795
 
1044
796
  /***/ }),
797
+ /* 35 */
798
+ /***/ (function(module, exports) {
799
+
800
+ module.exports = require("core-js/modules/es.typed-array.includes.js");
1045
801
 
1046
- /***/ 47:
802
+ /***/ }),
803
+ /* 36 */
1047
804
  /***/ (function(module, exports) {
1048
805
 
1049
- module.exports = require("core-js/modules/es.typed-array.sort.js");
806
+ module.exports = require("core-js/modules/es.typed-array.index-of.js");
1050
807
 
1051
808
  /***/ }),
809
+ /* 37 */
810
+ /***/ (function(module, exports) {
811
+
812
+ module.exports = require("core-js/modules/es.typed-array.iterator.js");
1052
813
 
1053
- /***/ 48:
814
+ /***/ }),
815
+ /* 38 */
1054
816
  /***/ (function(module, exports) {
1055
817
 
1056
- module.exports = require("core-js/modules/es.typed-array.subarray.js");
818
+ module.exports = require("core-js/modules/es.typed-array.join.js");
1057
819
 
1058
820
  /***/ }),
821
+ /* 39 */
822
+ /***/ (function(module, exports) {
823
+
824
+ module.exports = require("core-js/modules/es.typed-array.last-index-of.js");
1059
825
 
1060
- /***/ 49:
826
+ /***/ }),
827
+ /* 40 */
1061
828
  /***/ (function(module, exports) {
1062
829
 
1063
- module.exports = require("core-js/modules/es.typed-array.to-locale-string.js");
830
+ module.exports = require("core-js/modules/es.typed-array.map.js");
1064
831
 
1065
832
  /***/ }),
833
+ /* 41 */
834
+ /***/ (function(module, exports) {
835
+
836
+ module.exports = require("core-js/modules/es.typed-array.reduce.js");
1066
837
 
1067
- /***/ 5:
838
+ /***/ }),
839
+ /* 42 */
1068
840
  /***/ (function(module, exports) {
1069
841
 
1070
- module.exports = require("core-js/modules/es.function.name.js");
842
+ module.exports = require("core-js/modules/es.typed-array.reduce-right.js");
843
+
844
+ /***/ }),
845
+ /* 43 */
846
+ /***/ (function(module, exports) {
847
+
848
+ module.exports = require("core-js/modules/es.typed-array.reverse.js");
1071
849
 
1072
850
  /***/ }),
851
+ /* 44 */
852
+ /***/ (function(module, exports) {
1073
853
 
1074
- /***/ 50:
854
+ module.exports = require("core-js/modules/es.typed-array.set.js");
855
+
856
+ /***/ }),
857
+ /* 45 */
1075
858
  /***/ (function(module, exports) {
1076
859
 
1077
- module.exports = require("core-js/modules/es.typed-array.to-string.js");
860
+ module.exports = require("core-js/modules/es.typed-array.slice.js");
861
+
862
+ /***/ }),
863
+ /* 46 */
864
+ /***/ (function(module, exports) {
865
+
866
+ module.exports = require("core-js/modules/es.typed-array.some.js");
867
+
868
+ /***/ }),
869
+ /* 47 */
870
+ /***/ (function(module, exports) {
871
+
872
+ module.exports = require("core-js/modules/es.typed-array.sort.js");
873
+
874
+ /***/ }),
875
+ /* 48 */
876
+ /***/ (function(module, exports) {
877
+
878
+ module.exports = require("core-js/modules/es.typed-array.subarray.js");
1078
879
 
1079
880
  /***/ }),
881
+ /* 49 */
882
+ /***/ (function(module, exports) {
883
+
884
+ module.exports = require("core-js/modules/es.typed-array.to-locale-string.js");
885
+
886
+ /***/ }),
887
+ /* 50 */
888
+ /***/ (function(module, exports) {
889
+
890
+ module.exports = require("core-js/modules/es.typed-array.to-string.js");
1080
891
 
1081
- /***/ 54:
892
+ /***/ }),
893
+ /* 51 */,
894
+ /* 52 */,
895
+ /* 53 */,
896
+ /* 54 */
1082
897
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1083
898
 
1084
899
  "use strict";
@@ -1146,169 +961,429 @@ module.exports = require("core-js/modules/es.typed-array.to-string.js");
1146
961
  });
1147
962
 
1148
963
  /***/ }),
964
+ /* 55 */,
965
+ /* 56 */,
966
+ /* 57 */,
967
+ /* 58 */,
968
+ /* 59 */,
969
+ /* 60 */,
970
+ /* 61 */,
971
+ /* 62 */,
972
+ /* 63 */,
973
+ /* 64 */,
974
+ /* 65 */,
975
+ /* 66 */,
976
+ /* 67 */,
977
+ /* 68 */,
978
+ /* 69 */,
979
+ /* 70 */,
980
+ /* 71 */,
981
+ /* 72 */,
982
+ /* 73 */,
983
+ /* 74 */,
984
+ /* 75 */,
985
+ /* 76 */,
986
+ /* 77 */,
987
+ /* 78 */,
988
+ /* 79 */,
989
+ /* 80 */,
990
+ /* 81 */,
991
+ /* 82 */,
992
+ /* 83 */,
993
+ /* 84 */,
994
+ /* 85 */,
995
+ /* 86 */,
996
+ /* 87 */
997
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1149
998
 
1150
- /***/ 6:
1151
- /***/ (function(module, exports) {
1152
-
1153
- module.exports = require("core-js/modules/es.number.constructor.js");
1154
-
1155
- /***/ }),
1156
-
1157
- /***/ 7:
1158
- /***/ (function(module, exports) {
1159
-
1160
- module.exports = require("core-js/modules/es.regexp.exec.js");
999
+ "use strict";
1000
+ /* harmony default export */ __webpack_exports__["a"] = (function (ref) {
1001
+ return {
1002
+ methods: {
1003
+ focus: function focus() {
1004
+ this.$refs[ref].focus();
1005
+ }
1006
+ }
1007
+ };
1008
+ });
1009
+ ;
1161
1010
 
1162
1011
  /***/ }),
1163
-
1164
- /***/ 8:
1012
+ /* 88 */,
1013
+ /* 89 */,
1014
+ /* 90 */,
1015
+ /* 91 */,
1016
+ /* 92 */,
1017
+ /* 93 */,
1018
+ /* 94 */,
1019
+ /* 95 */,
1020
+ /* 96 */,
1021
+ /* 97 */,
1022
+ /* 98 */,
1023
+ /* 99 */,
1024
+ /* 100 */,
1025
+ /* 101 */,
1026
+ /* 102 */,
1027
+ /* 103 */,
1028
+ /* 104 */,
1029
+ /* 105 */,
1030
+ /* 106 */,
1031
+ /* 107 */,
1032
+ /* 108 */,
1033
+ /* 109 */,
1034
+ /* 110 */,
1035
+ /* 111 */,
1036
+ /* 112 */,
1037
+ /* 113 */,
1038
+ /* 114 */,
1039
+ /* 115 */,
1040
+ /* 116 */,
1041
+ /* 117 */,
1042
+ /* 118 */,
1043
+ /* 119 */,
1044
+ /* 120 */,
1045
+ /* 121 */,
1046
+ /* 122 */,
1047
+ /* 123 */,
1048
+ /* 124 */,
1049
+ /* 125 */,
1050
+ /* 126 */,
1051
+ /* 127 */,
1052
+ /* 128 */,
1053
+ /* 129 */,
1054
+ /* 130 */,
1055
+ /* 131 */,
1056
+ /* 132 */,
1057
+ /* 133 */,
1058
+ /* 134 */,
1059
+ /* 135 */,
1060
+ /* 136 */,
1061
+ /* 137 */,
1062
+ /* 138 */,
1063
+ /* 139 */,
1064
+ /* 140 */,
1065
+ /* 141 */,
1066
+ /* 142 */,
1067
+ /* 143 */,
1068
+ /* 144 */,
1069
+ /* 145 */,
1070
+ /* 146 */,
1071
+ /* 147 */,
1072
+ /* 148 */,
1073
+ /* 149 */,
1074
+ /* 150 */,
1075
+ /* 151 */,
1076
+ /* 152 */,
1077
+ /* 153 */,
1078
+ /* 154 */,
1079
+ /* 155 */,
1080
+ /* 156 */,
1081
+ /* 157 */,
1082
+ /* 158 */,
1083
+ /* 159 */,
1084
+ /* 160 */,
1085
+ /* 161 */,
1086
+ /* 162 */,
1087
+ /* 163 */,
1088
+ /* 164 */,
1089
+ /* 165 */,
1090
+ /* 166 */,
1091
+ /* 167 */
1165
1092
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1166
1093
 
1167
1094
  "use strict";
1168
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return isString; });
1169
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return isObject; });
1170
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return isHtmlElement; });
1171
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return isFunction; });
1172
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return isUndefined; });
1173
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return isDefined; });
1174
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19);
1175
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0__);
1176
- /* harmony import */ var core_js_modules_es_array_buffer_constructor_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(25);
1177
- /* harmony import */ var core_js_modules_es_array_buffer_constructor_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_buffer_constructor_js__WEBPACK_IMPORTED_MODULE_1__);
1178
- /* harmony import */ var core_js_modules_es_array_buffer_slice_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(26);
1179
- /* harmony import */ var core_js_modules_es_array_buffer_slice_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_buffer_slice_js__WEBPACK_IMPORTED_MODULE_2__);
1180
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3);
1181
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__);
1182
- /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(11);
1183
- /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_4__);
1184
- /* harmony import */ var core_js_modules_es_typed_array_int8_array_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(27);
1185
- /* harmony import */ var core_js_modules_es_typed_array_int8_array_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_int8_array_js__WEBPACK_IMPORTED_MODULE_5__);
1186
- /* harmony import */ var core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(28);
1187
- /* harmony import */ var core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_6__);
1188
- /* harmony import */ var core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(29);
1189
- /* harmony import */ var core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_7__);
1190
- /* harmony import */ var core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(30);
1191
- /* harmony import */ var core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_8__);
1192
- /* harmony import */ var core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(31);
1193
- /* harmony import */ var core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_9__);
1194
- /* harmony import */ var core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(32);
1195
- /* harmony import */ var core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_10__);
1196
- /* harmony import */ var core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(33);
1197
- /* harmony import */ var core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_11__);
1198
- /* harmony import */ var core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(34);
1199
- /* harmony import */ var core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_12__);
1200
- /* harmony import */ var core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(35);
1201
- /* harmony import */ var core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_13__);
1202
- /* harmony import */ var core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(36);
1203
- /* harmony import */ var core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_14__);
1204
- /* harmony import */ var core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(37);
1205
- /* harmony import */ var core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_15__);
1206
- /* harmony import */ var core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(38);
1207
- /* harmony import */ var core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_16__);
1208
- /* harmony import */ var core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(39);
1209
- /* harmony import */ var core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_17__);
1210
- /* harmony import */ var core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(40);
1211
- /* harmony import */ var core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_18__);
1212
- /* harmony import */ var core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(41);
1213
- /* harmony import */ var core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_19__);
1214
- /* harmony import */ var core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(42);
1215
- /* harmony import */ var core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_20__);
1216
- /* harmony import */ var core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(43);
1217
- /* harmony import */ var core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_21__);
1218
- /* harmony import */ var core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(44);
1219
- /* harmony import */ var core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_22__);
1220
- /* harmony import */ var core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(45);
1221
- /* harmony import */ var core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_23__);
1222
- /* harmony import */ var core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(46);
1223
- /* harmony import */ var core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_24__);
1224
- /* harmony import */ var core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(47);
1225
- /* harmony import */ var core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_25__);
1226
- /* harmony import */ var core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(48);
1227
- /* harmony import */ var core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_26__);
1228
- /* harmony import */ var core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(49);
1229
- /* harmony import */ var core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_27__);
1230
- /* harmony import */ var core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(50);
1231
- /* harmony import */ var core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_28___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_28__);
1232
- /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(0);
1233
- /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_29___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_29__);
1234
-
1235
-
1236
-
1237
-
1238
-
1239
-
1240
-
1241
-
1095
+ // ESM COMPAT FLAG
1096
+ __webpack_require__.r(__webpack_exports__);
1242
1097
 
1098
+ // EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
1099
+ var es_function_name_js_ = __webpack_require__(5);
1243
1100
 
1101
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./packages/switch/src/component.vue?vue&type=template&id=e44caf9a
1102
+ var render = function render() {
1103
+ var _vm = this,
1104
+ _c = _vm._self._c
1105
+ return _c(
1106
+ "div",
1107
+ {
1108
+ staticClass: "el-switch",
1109
+ class: { "is-disabled": _vm.switchDisabled, "is-checked": _vm.checked },
1110
+ attrs: {
1111
+ role: "switch",
1112
+ "aria-checked": _vm.checked,
1113
+ "aria-disabled": _vm.switchDisabled,
1114
+ },
1115
+ on: {
1116
+ click: function ($event) {
1117
+ $event.preventDefault()
1118
+ return _vm.switchValue.apply(null, arguments)
1119
+ },
1120
+ },
1121
+ },
1122
+ [
1123
+ _c("input", {
1124
+ ref: "input",
1125
+ staticClass: "el-switch__input",
1126
+ attrs: {
1127
+ type: "checkbox",
1128
+ id: _vm.id,
1129
+ name: _vm.name,
1130
+ "true-value": _vm.activeValue,
1131
+ "false-value": _vm.inactiveValue,
1132
+ disabled: _vm.switchDisabled,
1133
+ },
1134
+ on: {
1135
+ change: _vm.handleChange,
1136
+ keydown: function ($event) {
1137
+ if (
1138
+ !$event.type.indexOf("key") &&
1139
+ _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")
1140
+ )
1141
+ return null
1142
+ return _vm.switchValue.apply(null, arguments)
1143
+ },
1144
+ },
1145
+ }),
1146
+ _vm.inactiveIconClass || _vm.inactiveText
1147
+ ? _c(
1148
+ "span",
1149
+ {
1150
+ class: [
1151
+ "el-switch__label",
1152
+ "el-switch__label--left",
1153
+ !_vm.checked ? "is-active" : "",
1154
+ ],
1155
+ },
1156
+ [
1157
+ _vm.inactiveIconClass
1158
+ ? _c("i", { class: [_vm.inactiveIconClass] })
1159
+ : _vm._e(),
1160
+ !_vm.inactiveIconClass && _vm.inactiveText
1161
+ ? _c("span", { attrs: { "aria-hidden": _vm.checked } }, [
1162
+ _vm._v(_vm._s(_vm.inactiveText)),
1163
+ ])
1164
+ : _vm._e(),
1165
+ ]
1166
+ )
1167
+ : _vm._e(),
1168
+ _c("span", {
1169
+ ref: "core",
1170
+ staticClass: "el-switch__core",
1171
+ style: { width: _vm.coreWidth + "px" },
1172
+ }),
1173
+ _vm.activeIconClass || _vm.activeText
1174
+ ? _c(
1175
+ "span",
1176
+ {
1177
+ class: [
1178
+ "el-switch__label",
1179
+ "el-switch__label--right",
1180
+ _vm.checked ? "is-active" : "",
1181
+ ],
1182
+ },
1183
+ [
1184
+ _vm.activeIconClass
1185
+ ? _c("i", { class: [_vm.activeIconClass] })
1186
+ : _vm._e(),
1187
+ !_vm.activeIconClass && _vm.activeText
1188
+ ? _c("span", { attrs: { "aria-hidden": !_vm.checked } }, [
1189
+ _vm._v(_vm._s(_vm.activeText)),
1190
+ ])
1191
+ : _vm._e(),
1192
+ ]
1193
+ )
1194
+ : _vm._e(),
1195
+ ]
1196
+ )
1197
+ }
1198
+ var staticRenderFns = []
1199
+ render._withStripped = true
1244
1200
 
1245
1201
 
1202
+ // CONCATENATED MODULE: ./packages/switch/src/component.vue?vue&type=template&id=e44caf9a
1246
1203
 
1204
+ // EXTERNAL MODULE: external "core-js/modules/es.number.constructor.js"
1205
+ var es_number_constructor_js_ = __webpack_require__(6);
1247
1206
 
1207
+ // EXTERNAL MODULE: ./src/mixins/emitter.js
1208
+ var emitter = __webpack_require__(14);
1248
1209
 
1210
+ // EXTERNAL MODULE: ./src/mixins/focus.js
1211
+ var mixins_focus = __webpack_require__(87);
1249
1212
 
1213
+ // EXTERNAL MODULE: ./src/mixins/migrating.js
1214
+ var migrating = __webpack_require__(54);
1250
1215
 
1216
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/switch/src/component.vue?vue&type=script&lang=js
1251
1217
 
1252
1218
 
1253
1219
 
1254
1220
 
1221
+ /* harmony default export */ var componentvue_type_script_lang_js = ({
1222
+ name: 'ElSwitch',
1223
+ mixins: [Object(mixins_focus["a" /* default */])('input'), migrating["a" /* default */], emitter["a" /* default */]],
1224
+ inject: {
1225
+ elForm: {
1226
+ default: ''
1227
+ }
1228
+ },
1229
+ props: {
1230
+ value: {
1231
+ type: [Boolean, String, Number],
1232
+ default: false
1233
+ },
1234
+ disabled: {
1235
+ type: Boolean,
1236
+ default: false
1237
+ },
1238
+ width: {
1239
+ type: Number,
1240
+ default: 40
1241
+ },
1242
+ activeIconClass: {
1243
+ type: String,
1244
+ default: ''
1245
+ },
1246
+ inactiveIconClass: {
1247
+ type: String,
1248
+ default: ''
1249
+ },
1250
+ activeText: String,
1251
+ inactiveText: String,
1252
+ activeColor: {
1253
+ type: String,
1254
+ default: ''
1255
+ },
1256
+ inactiveColor: {
1257
+ type: String,
1258
+ default: ''
1259
+ },
1260
+ activeValue: {
1261
+ type: [Boolean, String, Number],
1262
+ default: true
1263
+ },
1264
+ inactiveValue: {
1265
+ type: [Boolean, String, Number],
1266
+ default: false
1267
+ },
1268
+ name: {
1269
+ type: String,
1270
+ default: ''
1271
+ },
1272
+ validateEvent: {
1273
+ type: Boolean,
1274
+ default: true
1275
+ },
1276
+ id: String
1277
+ },
1278
+ data: function data() {
1279
+ return {
1280
+ coreWidth: this.width
1281
+ };
1282
+ },
1283
+ created: function created() {
1284
+ if (!~[this.activeValue, this.inactiveValue].indexOf(this.value)) {
1285
+ this.$emit('input', this.inactiveValue);
1286
+ }
1287
+ },
1288
+ computed: {
1289
+ checked: function checked() {
1290
+ return this.value === this.activeValue;
1291
+ },
1292
+ switchDisabled: function switchDisabled() {
1293
+ return this.disabled || (this.elForm || {}).disabled;
1294
+ }
1295
+ },
1296
+ watch: {
1297
+ checked: function checked() {
1298
+ this.$refs.input.checked = this.checked;
1299
+ if (this.activeColor || this.inactiveColor) {
1300
+ this.setBackgroundColor();
1301
+ }
1302
+ if (this.validateEvent) {
1303
+ this.dispatch('ElFormItem', 'el.form.change', [this.value]);
1304
+ }
1305
+ }
1306
+ },
1307
+ methods: {
1308
+ handleChange: function handleChange(event) {
1309
+ var _this = this;
1310
+ var val = this.checked ? this.inactiveValue : this.activeValue;
1311
+ this.$emit('input', val);
1312
+ this.$emit('change', val);
1313
+ this.$nextTick(function () {
1314
+ // set input's checked property
1315
+ // in case parent refuses to change component's value
1316
+ if (_this.$refs.input) {
1317
+ _this.$refs.input.checked = _this.checked;
1318
+ }
1319
+ });
1320
+ },
1321
+ setBackgroundColor: function setBackgroundColor() {
1322
+ var newColor = this.checked ? this.activeColor : this.inactiveColor;
1323
+ this.$refs.core.style.borderColor = newColor;
1324
+ this.$refs.core.style.backgroundColor = newColor;
1325
+ },
1326
+ switchValue: function switchValue() {
1327
+ !this.switchDisabled && this.handleChange();
1328
+ },
1329
+ getMigratingConfig: function getMigratingConfig() {
1330
+ return {
1331
+ props: {
1332
+ 'on-color': 'on-color is renamed to active-color.',
1333
+ 'off-color': 'off-color is renamed to inactive-color.',
1334
+ 'on-text': 'on-text is renamed to active-text.',
1335
+ 'off-text': 'off-text is renamed to inactive-text.',
1336
+ 'on-value': 'on-value is renamed to active-value.',
1337
+ 'off-value': 'off-value is renamed to inactive-value.',
1338
+ 'on-icon-class': 'on-icon-class is renamed to active-icon-class.',
1339
+ 'off-icon-class': 'off-icon-class is renamed to inactive-icon-class.'
1340
+ }
1341
+ };
1342
+ }
1343
+ },
1344
+ mounted: function mounted() {
1345
+ /* istanbul ignore if */
1346
+ this.coreWidth = this.width || 40;
1347
+ if (this.activeColor || this.inactiveColor) {
1348
+ this.setBackgroundColor();
1349
+ }
1350
+ this.$refs.input.checked = this.checked;
1351
+ }
1352
+ });
1353
+ // CONCATENATED MODULE: ./packages/switch/src/component.vue?vue&type=script&lang=js
1354
+ /* harmony default export */ var src_componentvue_type_script_lang_js = (componentvue_type_script_lang_js);
1355
+ // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
1356
+ var componentNormalizer = __webpack_require__(2);
1255
1357
 
1358
+ // CONCATENATED MODULE: ./packages/switch/src/component.vue
1256
1359
 
1257
1360
 
1258
1361
 
1259
1362
 
1260
1363
 
1364
+ /* normalize component */
1261
1365
 
1366
+ var component = Object(componentNormalizer["a" /* default */])(
1367
+ src_componentvue_type_script_lang_js,
1368
+ render,
1369
+ staticRenderFns,
1370
+ false,
1371
+ null,
1372
+ null,
1373
+ null
1374
+
1375
+ )
1262
1376
 
1377
+ /* harmony default export */ var src_component = (component.exports);
1378
+ // CONCATENATED MODULE: ./packages/switch/index.js
1263
1379
 
1264
- function isString(obj) {
1265
- return Object.prototype.toString.call(obj) === '[object String]';
1266
- }
1267
- function isObject(obj) {
1268
- return Object.prototype.toString.call(obj) === '[object Object]';
1269
- }
1270
- function isHtmlElement(node) {
1271
- return node && node.nodeType === Node.ELEMENT_NODE;
1272
- }
1273
1380
 
1274
- /**
1275
- * - Inspired:
1276
- * https://github.com/jashkenas/underscore/blob/master/modules/isFunction.js
1277
- */
1278
- var isFunction = function isFunction(functionToCheck) {
1279
- var getType = {};
1280
- return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';
1281
- };
1282
- if ( true && typeof Int8Array !== 'object' && (vue__WEBPACK_IMPORTED_MODULE_29___default.a.prototype.$isServer || typeof document.childNodes !== 'function')) {
1283
- isFunction = function isFunction(obj) {
1284
- return typeof obj === 'function' || false;
1285
- };
1286
- }
1287
1381
 
1288
- var isUndefined = function isUndefined(val) {
1289
- return val === void 0;
1290
- };
1291
- var isDefined = function isDefined(val) {
1292
- return val !== undefined && val !== null;
1382
+ /* istanbul ignore next */
1383
+ src_component.install = function (Vue) {
1384
+ Vue.component(src_component.name, src_component);
1293
1385
  };
1294
-
1295
- /***/ }),
1296
-
1297
- /***/ 87:
1298
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1299
-
1300
- "use strict";
1301
- /* harmony default export */ __webpack_exports__["a"] = (function (ref) {
1302
- return {
1303
- methods: {
1304
- focus: function focus() {
1305
- this.$refs[ref].focus();
1306
- }
1307
- }
1308
- };
1309
- });
1310
- ;
1386
+ /* harmony default export */ var packages_switch = __webpack_exports__["default"] = (src_component);
1311
1387
 
1312
1388
  /***/ })
1313
-
1314
- /******/ });
1389
+ /******/ ]);