%PDF- %PDF-
Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/.nuxt/dist/client/ |
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/.nuxt/dist/client/8cb91a7.js |
(window.webpackJsonp=window.webpackJsonp||[]).push([[48,26,34,40],{380:function(t,e,r){var content=r(388);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(34).default)("f81ef034",content,!0,{sourceMap:!1})},387:function(t,e,r){"use strict";r(380)},388:function(t,e,r){var o=r(33)((function(i){return i[1]}));o.push([t.i,".search-input[data-v-73fb0324]{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-width:0;border-left-width:2px;--tw-border-opacity:1;border-color:rgba(51, 51, 51, var(--tw-border-opacity));padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.75rem;font-size:1.125rem;line-height:1.75rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(255, 255, 255, var(--tw-text-opacity))}.search-input[data-v-73fb0324]::-moz-placeholder{--tw-placeholder-opacity:1;color:rgba(255, 255, 255, var(--tw-placeholder-opacity))}.search-input[data-v-73fb0324]:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgba(255, 255, 255, var(--tw-placeholder-opacity))}.search-input[data-v-73fb0324]::placeholder{--tw-placeholder-opacity:1;color:rgba(255, 255, 255, var(--tw-placeholder-opacity))}.search-input[data-v-73fb0324]{background-color:transparent;}.search-input[data-v-73fb0324]:focus, .search-input[data-v-73fb0324]:hover{outline:2px solid transparent;outline-offset:2px}.search-input[data-v-73fb0324]:focus, .search-input[data-v-73fb0324]:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.search-input[data-v-73fb0324]:focus, .search-input[data-v-73fb0324]:hover{--tw-ring-opacity:0}",""]),t.exports=o},389:function(t,e,r){var content=r(399);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(34).default)("b6e7d51c",content,!0,{sourceMap:!1})},393:function(t,e,r){"use strict";r.r(e);var o={props:{value:{required:!0},placeholder:{type:String}},data:function(){return{content:this.value}},methods:{handleInput:function(t){this.$emit("input",this.content)}}},n=(r(387),r(10)),component=Object(n.a)(o,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"flex items-center w-auto md:w-full"},[r("span",{staticClass:"block w-7 h-7 mr-5 icon-search bg-contain bg-center bg-no-repeat"}),t._v(" "),r("input",{directives:[{name:"model",rawName:"v-model",value:t.content,expression:"content"}],staticClass:"search-input",attrs:{type:"search",name:"search",placeholder:t.placeholder},domProps:{value:t.content},on:{input:[function(e){e.target.composing||(t.content=e.target.value)},t.handleInput]}})])}),[],!1,null,"73fb0324",null);e.default=component.exports},395:function(t,e,r){t.exports=r.p+"img/blog-waves.66a9397.svg"},398:function(t,e,r){"use strict";r(389)},399:function(t,e,r){var o=r(33),n=r(102),l=r(395),c=o((function(i){return i[1]})),f=n(l);c.push([t.i,".waves[data-v-010fa22a]{background-image:url("+f+");background-size:100% auto}",""]),t.exports=c},401:function(t,e,r){"use strict";r.r(e);var o={props:{title:String},data:function(){return{open:!0}}},n=r(10),component=Object(n.a)(o,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"relative border-t border-black border-opacity-10"},[r("button",{staticClass:"flex items-center justify-between w-full py-8 font-medium text-left focus:outline-none",attrs:{type:"button"},on:{click:function(e){t.open=!t.open}}},[r("span",[t._v(t._s(t.title))]),t._v(" "),r("svg",{staticClass:"w-6 h-6 transition duration-200 transform",class:t.open?"rotate-180":"",attrs:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"}},[r("path",{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M5 15l7-7 7 7"}})])]),t._v(" "),r("div",{directives:[{name:"show",rawName:"v-show",value:1==t.open,expression:"open == true"}],staticClass:"overflow-y-auto -mt-4 mb-6",staticStyle:{"max-height":"300px"}},[t._t("default")],2)])}),[],!1,null,null,null);e.default=component.exports},402:function(t,e,r){"use strict";r.r(e);var o=r(0),n=(r(3),{props:{post:{type:Object,required:!0}},computed:{isLoggedIn:function(){return this.$auth.loggedIn}},methods:{likePost:function(){var t=this;return Object(o.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(0!=t.isLoggedIn){e.next=3;break}return t.$toast.error("You must be logged in to like this post").goAway(1e3),e.abrupt("return",!1);case 3:return e.next=5,t.$axios.post("/posts/like/"+t.post.id).then((function(t){console.log(t)})).catch((function(e){t.$toast.error(e).goAway(1e3)}));case 5:case"end":return e.stop()}}),e)})))()}}}),l=(r(398),r(10)),component=Object(l.a)(n,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"bg-gray"},[r("div",{staticClass:"relative h-48 bg-cover bg-center bg-no-repeat",style:"background-image: url("+t.post.thumbnail_url+")"},[r("div",{staticClass:"waves absolute z-10 top-0 left-0 w-full h-full bg-bottom bg-no-repeat"}),t._v(" "),r("NuxtLink",{staticClass:"block z-20 absolute top-0 left-0 w-full h-full",attrs:{to:"/blog/"+t.post.slug}})],1),t._v(" "),r("div",{staticClass:"p-6 flex flex-col justify-between"},[r("div",{staticClass:"h-40 overflow-hidden mb-3"},[r("div",{staticClass:"grid grid-cols-4 mb-3"},[r("div",{staticClass:"col-span-3"},[r("span",{staticClass:"text-black text-opacity-75 text-sm"},[t._v(t._s(t.post.created_at))])]),t._v(" "),r("div",{staticClass:"col-span-1 flex items-center justify-end"},[r("button",{staticClass:"flex items-center justify-center focus:outline-none hover:outline-none",attrs:{type:"button"},on:{click:t.likePost}},[t.post.likes?r("svg",{staticClass:"w-5 h-5 text-pink",attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor"}},[r("path",{attrs:{"fill-rule":"evenodd",d:"M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z","clip-rule":"evenodd"}})]):r("svg",{staticClass:"w-5 h-5 text-pink",attrs:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"}},[r("path",{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"}})]),t._v(" "),t.post.likes?r("span",{staticClass:"ml-1 text-xs text-black text-opacity-50"},[t._v(t._s(t.post.likes))]):t._e()])])]),t._v(" "),r("h2",{staticClass:"text-2xl font-bold"},[r("NuxtLink",{attrs:{to:"/blog/"+t.post.slug}},[t._v(t._s(t.post.title))])],1)]),t._v(" "),t.post.author?r("div",{staticClass:"relative flex items-center"},[r("div",{staticClass:"relative mr-3"},[t.post.therapist?r("NuxtLink",{staticClass:"absolute z-20 top-0 left-0 w-full h-full block",attrs:{to:"/therapists/"+t.post.therapist.slug}}):t._e(),t._v(" "),r("div",{staticClass:"absolute top-0 left-0 w-full h-full border-4 border-opacity-75",class:t.post.therapist?"border-"+t.post.therapist.colour:"border-gray"}),t._v(" "),r("img",{staticClass:"w-16 h-16",attrs:{src:t.post.author.photo_url}})],1),t._v(" "),r("div",{staticClass:"flex flex-col justify-center"},[r("span",{staticClass:"uppercase text-sm"},[t._v("By "+t._s(t.post.author.full_name))]),t._v(" "),t.post.therapist?r("NuxtLink",{staticClass:"flex items-center uppercase text-sm transition",class:"hover:text-"+t.post.therapist.colour,attrs:{to:"/therapists/"+t.post.therapist.slug}},[r("span",[t._v("View Profile")]),t._v(" "),r("svg",{staticClass:"w-4 h-4",attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor"}},[r("path",{attrs:{"fill-rule":"evenodd",d:"M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z","clip-rule":"evenodd"}})])]):t._e()],1)]):t._e()])])}),[],!1,null,"010fa22a",null);e.default=component.exports},470:function(t,e,r){"use strict";r.r(e);var o=r(25),n=r(0),l=(r(214),r(31),r(213),r(137),r(46),r(3),{head:function(){return{titleTemplate:"Blog | %s"}},computed:{posts:function(){return this.$store.state.blog.list},filters:function(){return this.$store.state.blog.filters},meta:function(){return this.$store.state.blog.meta}},data:function(){return{is_filters_showing:!0,search_query:"",filter:{page:1,categories:[],subjects:[],authors:[]}}},asyncData:function(t){return Object(n.a)(regeneratorRuntime.mark((function e(){var r,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.store,o=t.query,e.next=3,r.dispatch("blog/filters");case 3:return e.next=5,r.dispatch("blog/get",o);case 5:case"end":return e.stop()}}),e)})))()},mounted:function(){for(var t=this.$route.query,e=0,r=Object.entries(t);e<r.length;e++){var n=Object(o.a)(r[e],2),l=n[0],c=n[1];null!==c?Array.isArray(this.filter[l])?this.filter[l]=c:this.filter[l]=Number(c):Array.isArray(c)&&null!==c&&this.filter[l].push(Number(c))}},methods:{search:function(){var t=this;return Object(n.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.filter={page:1,categories:[],subjects:[],authors:[]},e.next=3,t.$store.dispatch("blog/get",{search_query:t.search_query});case 3:case"end":return e.stop()}}),e)})))()},filterPosts:function(){var t=this;return Object(n.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.filter.page=1,t.$router.push({query:t.filter}),e.next=4,t.$store.dispatch("blog/get",t.filter);case 4:case"end":return e.stop()}}),e)})))()},changePage:function(){var t=this;return Object(n.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.$router.push({query:t.filter}),e.next=3,t.$store.dispatch("blog/get",t.filter);case 3:case"end":return e.stop()}}),e)})))()},resetFilters:function(){var t=this;return Object(n.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.filter={categories:[],subjects:[],authors:[]},e.next=3,t.$store.dispatch("blog/get");case 3:case"end":return e.stop()}}),e)})))()}},watch:{search_query:function(){this.search()}}}),c=r(10),component=Object(c.a)(l,(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"page-wrapper"},[o("PageHeader",{attrs:{classObject:"bg-purple"}},[o("img",{staticClass:"relative z-20 mb-8",attrs:{src:r(135),alt:"Takeaseat"}}),t._v(" "),o("h1",{staticClass:"relative z-20 text-5xl lg:text-7xl font-bold"},[t._v("Blog")]),t._v(" "),o("div",{staticClass:"page-header-bottom grid grid-cols-2 gap-x-4"},[o("div",{staticClass:"flex items-center justify-start"},[o("SearchForm",{attrs:{placeholder:"Search Blog Posts"},model:{value:t.search_query,callback:function(e){t.search_query=e},expression:"search_query"}})],1),t._v(" "),o("div",{staticClass:"flex items-center justify-end"},[o("button",{staticClass:"flex items-center uppercase text-sm font-medium focus:outline-none",attrs:{type:"button"},on:{click:function(e){t.is_filters_showing=!t.is_filters_showing}}},[0==t.is_filters_showing?o("span",[t._v("Show Filters")]):o("span",[t._v("Hide Filters")]),t._v(" "),o("span",{staticClass:"block w-4 h-4 ml-3 icon-filters bg-contain bg-center bg-no-repeat"})])])])]),t._v(" "),o("div",{staticClass:"px-6 lg:px-0",class:t.is_filters_showing?"grid grid-cols-1 lg:grid-cols-8 gap-10":""},[t.is_filters_showing?o("div",{staticClass:"lg:col-span-2"},[o("span",{staticClass:"mb-8 block text-xl font-bold"},[t._v("Filter")]),t._v(" "),t.filter.categories.length||t.filter.subjects.length||t.filter.authors.length?o("button",{staticClass:"block -mt-3 mb-6 uppercase transition text-blue-light hover:text-black focus:outline-none",on:{click:t.resetFilters}},[t._v("Reset Filters")]):t._e(),t._v(" "),t.filters.categories.length?o("Widget",{attrs:{title:"Category"}},[o("t-checkbox-group",{attrs:{classes:{groupWrapper:"flex flex-col justify-center px-0.5",label:"block pl-2.5",input:"rounded w-5 h-5 text-black transition duration-100 ease-in-out border-gray-300 shadow-sm focus:border-black focus:ring-2 focus:ring-black focus:outline-none focus:ring-opacity-50 focus:ring-offset-0 disabled:opacity-50 disabled:cursor-not-allowed",inputWrapper:"inline-flex",wrapper:"flex items-center my-1"},name:"categories",valueAttribute:"id",textAttribute:"name",options:t.filters.categories},on:{change:t.filterPosts},model:{value:t.filter.categories,callback:function(e){t.$set(t.filter,"categories",e)},expression:"filter.categories"}})],1):t._e(),t._v(" "),t.filters.subjects.length?o("Widget",{attrs:{title:"Subject"}},[o("t-checkbox-group",{attrs:{classes:{groupWrapper:"flex flex-col justify-center px-0.5",label:"block pl-2.5",input:"rounded w-5 h-5 text-black transition duration-100 ease-in-out border-gray-300 shadow-sm focus:border-black focus:ring-2 focus:ring-black focus:outline-none focus:ring-opacity-50 focus:ring-offset-0 disabled:opacity-50 disabled:cursor-not-allowed",inputWrapper:"inline-flex",wrapper:"flex items-center my-1"},name:"subjects",valueAttribute:"id",textAttribute:"name",options:t.filters.subjects},on:{change:t.filterPosts},model:{value:t.filter.subjects,callback:function(e){t.$set(t.filter,"subjects",e)},expression:"filter.subjects"}})],1):t._e(),t._v(" "),t.filters.authors.length?o("Widget",{attrs:{title:"Author"}},[o("t-checkbox-group",{attrs:{classes:{groupWrapper:"flex flex-col justify-center px-0.5",label:"block pl-2.5",input:"rounded w-5 h-5 text-black transition duration-100 ease-in-out border-gray-300 shadow-sm focus:border-black focus:ring-2 focus:ring-black focus:outline-none focus:ring-opacity-50 focus:ring-offset-0 disabled:opacity-50 disabled:cursor-not-allowed",inputWrapper:"inline-flex",wrapper:"flex items-center my-1"},name:"authors",valueAttribute:"id",textAttribute:"full_name",options:t.filters.authors},on:{change:t.filterPosts},model:{value:t.filter.authors,callback:function(e){t.$set(t.filter,"authors",e)},expression:"filter.authors"}})],1):t._e()],1):t._e(),t._v(" "),t.posts.length>0?o("div",{class:t.is_filters_showing?"lg:col-span-6":""},[o("div",{staticClass:"grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-8",class:t.is_filters_showing?"sm:grid-cols-2 md:grid-cols-3":" sm:grid-cols-3 md:grid-cols-4"},t._l(t.posts,(function(t,e){return o("Post",{key:e,attrs:{post:t}})})),1),t._v(" "),t.meta.total>t.meta.per_page?o("t-pagination",{attrs:{"total-items":t.meta.total,"per-page":t.meta.per_page,limit:t.meta.last_page},on:{change:t.changePage},model:{value:t.filter.page,callback:function(e){t.$set(t.filter,"page",e)},expression:"filter.page"}}):t._e()],1):o("div",{staticClass:"p-20 bg-gray flex flex-col items-center",class:t.is_filters_showing?"lg:col-span-6":""},[o("h2",{staticClass:"text-3xl font-bold"},[t._v("Whoops!")]),t._v(" "),o("p",{staticClass:"text-lg my-6"},[t._v("We don't have any posts that match your search!")]),t._v(" "),t.filter.categories.length||t.filter.subjects.length||t.filter.authors.length?o("button",{staticClass:"btn btn-small btn-primary",on:{click:t.resetFilters}},[t._v("Reset Search")]):t._e()])])],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{SearchForm:r(393).default,PageHeader:r(212).default,Widget:r(401).default,Post:r(402).default})}}]);