{"version":3,"sources":["webpack:///./src/layouts/home/View.vue?7511","webpack:///src/layouts/home/View.vue","webpack:///./src/layouts/home/View.vue?4e15","webpack:///../../../src/components/VContent/VContent.ts","webpack:///./src/layouts/home/View.vue","webpack:///../../../src/mixins/ssr-bootable/index.ts"],"names":["render","_vm","this","_h","$createElement","_c","_self","attrs","staticRenderFns","name","props","tag","type","default","computed","styles","$vuetify","left","paddingTop","top","paddingRight","paddingBottom","footer","paddingLeft","data","staticClass","style","ref","h","$slots","component","VContent","VFadeTransition","isBooted","mounted","window"],"mappings":"uHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,YAAY,CAACA,EAAG,oBAAoB,CAACE,MAAM,CAAC,KAAO,WAAW,CAACF,EAAG,gBAAgB,IAAI,IACrLG,EAAkB,GCQtB,GACE,KAAF,YCV2Z,I,yDCU5Y,gBAAmB,CAChCC,KADgC,YAGhCC,MAAO,CACLC,IAAK,CACHC,KADG,OAEHC,QAAS,SAIbC,SAAU,CACRC,OADQ,WACF,MAGAb,KAAKc,SAFT,YAAM,EADF,EACE,MADF,EACE,MADF,EACE,QADF,EACE,SADF,EACE,cADF,EACE,OAC0CC,EAF5C,EAE4CA,KAGhD,MAAO,CACLC,WAAY,GAAF,OAAKC,EADV,EACK,MACVC,aAAc,GAAF,OAFP,EAEO,MACZC,cAAe,GAAF,OAAKC,EAAA,EAHb,EAGQ,MACbC,YAAa,GAAF,OAAKN,EAAL,SAKjBjB,OAzBgC,SAyB1B,GACJ,IAAMwB,EAAO,CACXC,YADW,YAEXC,MAAOxB,KAFI,OAGXyB,IAAK,WAGP,OAAOC,EAAE1B,KAAD,MAAiB,CACvB0B,EAAE,MAEA,CAAEH,YAAa,mBACfvB,KAAK2B,OAJT,c,YCnCAC,EAAY,eACd,EACA9B,EACAQ,GACA,EACA,KACA,KACA,MAIa,aAAAsB,EAAiB,QAMhC,IAAkBA,EAAW,CAACC,SAAA,EAASC,gBAAA,U,kCCxBvC,gBAUe,qBAAW,CACxBvB,KADwB,eAGxBe,KAAM,iBAAO,CACXS,UAAU,IAGZC,QAPwB,WAOjB,WAILC,OAAA,uBAA6B,WAC3B,yCACA,qB","file":"js/chunk-6a18ac94.77e25945.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-content',[_c('v-fade-transition',{attrs:{\"mode\":\"out-in\"}},[_c('router-view')],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vuetify-loader/lib/loader.js??ref--18-0!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./View.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vuetify-loader/lib/loader.js??ref--18-0!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./View.vue?vue&type=script&lang=js&\"","// Styles\nimport './VContent.sass'\n\n// Mixins\nimport SSRBootable from '../../mixins/ssr-bootable'\n\n// Types\nimport { VNode } from 'vue'\n\n/* @vue/component */\nexport default SSRBootable.extend({\n name: 'v-content',\n\n props: {\n tag: {\n type: String,\n default: 'main',\n },\n },\n\n computed: {\n styles (): object {\n const {\n bar, top, right, footer, insetFooter, bottom, left,\n } = this.$vuetify.application\n\n return {\n paddingTop: `${top + bar}px`,\n paddingRight: `${right}px`,\n paddingBottom: `${footer + insetFooter + bottom}px`,\n paddingLeft: `${left}px`,\n }\n },\n },\n\n render (h): VNode {\n const data = {\n staticClass: 'v-content',\n style: this.styles,\n ref: 'content',\n }\n\n return h(this.tag, data, [\n h(\n 'div',\n { staticClass: 'v-content__wrap' },\n this.$slots.default\n ),\n ])\n },\n})\n","import { render, staticRenderFns } from \"./View.vue?vue&type=template&id=857f1fb0&\"\nimport script from \"./View.vue?vue&type=script&lang=js&\"\nexport * from \"./View.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports\n\n/* vuetify-loader */\nimport installComponents from \"!../../../node_modules/vuetify-loader/lib/runtime/installComponents.js\"\nimport { VContent } from 'vuetify/lib/components/VContent';\nimport { VFadeTransition } from 'vuetify/lib/components/transitions';\ninstallComponents(component, {VContent,VFadeTransition})\n","import Vue from 'vue'\n\n/**\n * SSRBootable\n *\n * @mixin\n *\n * Used in layout components (drawer, toolbar, content)\n * to avoid an entry animation when using SSR\n */\nexport default Vue.extend({\n name: 'ssr-bootable',\n\n data: () => ({\n isBooted: false,\n }),\n\n mounted () {\n // Use setAttribute instead of dataset\n // because dataset does not work well\n // with unit tests\n window.requestAnimationFrame(() => {\n this.$el.setAttribute('data-booted', 'true')\n this.isBooted = true\n })\n },\n})\n"],"sourceRoot":""}