{"version":3,"sources":["webpack:///./src/sections/Home/QuickAccessSection/QuickAccessSection.vue?66c4","webpack:///src/sections/Home/QuickAccessSection/QuickAccessSection.vue","webpack:///./src/sections/Home/QuickAccessSection/QuickAccessSection.vue?151d","webpack:///./src/sections/Home/QuickAccessSection/QuickAccessSection.vue","webpack:///./src/sections/Home/QuickAccessSection/QuickAccessSection.styl?4924"],"names":["render","_vm","this","_h","$createElement","_c","_self","attrs","_l","acesso","url","staticClass","icon","_v","_s","title","text","on","$event","scrollTo","icons","faChevronDown","staticRenderFns","name","props","components","Link","data","acessos","methods","document","top","left","behavior","mounted","item"],"mappings":"kJAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,UAAU,CAACE,MAAM,CAAC,GAAK,iBAAiB,CAACF,EAAG,KAAKJ,EAAIO,GAAIP,EAAW,SAAE,SAASQ,GAAQ,OAAOJ,EAAG,KAAK,CAACA,EAAG,IAAI,CAACE,MAAM,CAAC,KAAOE,EAAOC,MAAM,CAACL,EAAG,MAAM,CAACM,YAAY,QAAQ,CAACN,EAAG,MAAM,CAACE,MAAM,CAAC,IAAME,EAAOG,UAAUP,EAAG,MAAM,CAACM,YAAY,YAAY,CAACN,EAAG,KAAK,CAACJ,EAAIY,GAAGZ,EAAIa,GAAGL,EAAOM,UAAUV,EAAG,IAAI,CAACJ,EAAIY,GAAGZ,EAAIa,GAAGL,EAAOO,SAASX,EAAG,OAAO,CAACJ,EAAIY,GAAG,6BAA4B,GAAGR,EAAG,SAAS,CAACM,YAAY,WAAWM,GAAG,CAAC,MAAQ,SAASC,GAAQ,OAAOjB,EAAIkB,cAAc,CAACd,EAAG,kBAAkB,CAACE,MAAM,CAAC,KAAON,EAAImB,MAAMC,kBAAkB,MAC9mBC,EAAkB,G,sECmBP,GACbC,KAAFA,wBACEC,MAAFA,OACEC,WAAFA,CACIC,KAAJA,cAEEC,KANF,WAOI,MAAJ,CACMP,MAANA,CACQC,cAARA,QAEMO,QAANA,KAGEC,QAAFA,CACIV,SADJ,WAEMW,SAANA,iCACQC,IAARA,iDACQC,KAARA,EACQC,SAARA,aAIEC,QAvBF,WAwBI,KAAJ,+CAAM,OAAN,iCACAC,GADA,IAEQvB,KAARA,qFC9C0X,I,wBCQtX,EAAY,eACd,EACAZ,EACAsB,GACA,EACA,KACA,WACA,MAIa,e,6CCnBf","file":"js/QuickAccessSection.43eeab89.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('section',{attrs:{\"id\":\"acessoRapido\"}},[_c('ul',_vm._l((_vm.acessos),function(acesso){return _c('li',[_c('a',{attrs:{\"href\":acesso.url}},[_c('div',{staticClass:\"icon\"},[_c('img',{attrs:{\"src\":acesso.icon}})]),_c('div',{staticClass:\"conteudo\"},[_c('h3',[_vm._v(_vm._s(acesso.title))]),_c('p',[_vm._v(_vm._s(acesso.text))]),_c('span',[_vm._v(\"Ir para página\")])])])])}),0),_c('button',{staticClass:\"showMore\",on:{\"click\":function($event){return _vm.scrollTo()}}},[_c('FontAwesomeIcon',{attrs:{\"icon\":_vm.icons.faChevronDown}})],1)])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template lang=\"pug\">\r\n section#acessoRapido\r\n ul\r\n li(v-for=\"acesso in acessos\")\r\n a(:href=\"acesso.url\")\r\n .icon\r\n img(:src=\"acesso.icon\")\r\n .conteudo\r\n h3 {{acesso.title}}\r\n p {{acesso.text}}\r\n span Ir para página\r\n button(@click=\"scrollTo()\").showMore\r\n FontAwesomeIcon(:icon=\"icons.faChevronDown\")\r\n</template>\r\n\r\n<script>\r\nimport Link from '@components/Link/Link'\r\nimport { faChevronDown } from '@fortawesome/free-solid-svg-icons'\r\nimport { props } from '@/mixins/component'\r\n\r\nexport default {\r\n name: \"section-acesso-rapido\",\r\n props,\r\n components: {\r\n Link,\r\n },\r\n data() {\r\n return {\r\n icons: {\r\n faChevronDown,\r\n },\r\n acessos: []\r\n }\r\n },\r\n methods: {\r\n scrollTo() {\r\n document.querySelector('#page').scrollTo({\r\n top: document.querySelector('#mosaico').offsetTop - 150,\r\n left: 0,\r\n behavior: 'smooth'\r\n })\r\n }\r\n },\r\n mounted() {\r\n this.acessos = this.contents.content.map(item => ({\r\n ...item,\r\n icon: `${process.env.VUE_APP_FILE_API_ROUTE}/medias/media/${item.image}`,\r\n }))\r\n },\r\n}\r\n</script>\r\n\r\n<style lang=\"stylus\" scoped src=\"./QuickAccessSection.styl\"></style>","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./QuickAccessSection.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./QuickAccessSection.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./QuickAccessSection.vue?vue&type=template&id=709bd3ec&scoped=true&lang=pug&\"\nimport script from \"./QuickAccessSection.vue?vue&type=script&lang=js&\"\nexport * from \"./QuickAccessSection.vue?vue&type=script&lang=js&\"\nimport style0 from \"./QuickAccessSection.styl?vue&type=style&index=0&id=709bd3ec&lang=stylus&scoped=true&\"\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 \"709bd3ec\",\n null\n \n)\n\nexport default component.exports","export * from \"-!../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--12-oneOf-1-0!../../../../node_modules/css-loader/dist/cjs.js??ref--12-oneOf-1-1!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/src/index.js??ref--12-oneOf-1-2!../../../../node_modules/stylus-loader/index.js??ref--12-oneOf-1-3!../../../../node_modules/style-resources-loader/lib/index.js??ref--12-oneOf-1-4!./QuickAccessSection.styl?vue&type=style&index=0&id=709bd3ec&lang=stylus&scoped=true&\""],"sourceRoot":""}