\n \n \n \n \n \n \n \n \n \n search\n \n \n \n \n \n \n \n \n \n \n remove_circle\n I don't have this service\n \n \n
\n\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// frontend/src/components/recommendations/ServiceTypeRecommendations.vue","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"st-recommendations\"},[_c('v-toolbar',{staticClass:\"py-0\",attrs:{\"card\":\"\",\"dense\":\"\",\"color\":\"grey darken-4\"}},[_c('v-form',{staticClass:\"st-recommendations__search\",on:{\"submit\":function($event){$event.stopPropagation();$event.preventDefault();return _vm.findProvider($event)}}},[_c('v-layout',{attrs:{\"row\":\"\"}},[_c('v-flex',{attrs:{\"xs12\":\"\"}},[_c('v-text-field',{ref:\"search\",attrs:{\"append-icon\":_vm.searchValue.length ? 'close' : null,\"loading\":_vm.isLoading,\"label\":\"search for your provider...\",\"single-line\":\"\",\"autofocus\":\"\",\"color\":\"white\",\"hide-details\":\"\"},on:{\"click:append\":function($event){_vm.searchValue = ''}},model:{value:(_vm.searchValue),callback:function ($$v) {_vm.searchValue=$$v},expression:\"searchValue\"}})],1),_c('v-flex',[_c('v-btn',{staticClass:\"mx-0\",attrs:{\"disabled\":_vm.isLoading || !_vm.searchValue,\"flat\":\"\",\"dark\":\"\",\"small\":\"\",\"icon\":\"\"},on:{\"click\":_vm.findProvider}},[_c('v-icon',[_vm._v(\"search\")])],1)],1)],1)],1)],1),_c('v-card-text',[_c(_vm.currentView,{tag:\"component\",attrs:{\"search-term\":_vm.searchTerm,\"service-type\":_vm.serviceType,\"popular-providers\":_vm.popularProviders,\"search-results\":_vm.searchResults}})],1),(!!_vm.serviceType)?_c('v-card-actions',[_c('v-btn',{attrs:{\"flat\":\"\",\"small\":\"\"},on:{\"click\":function($event){$event.preventDefault();return _vm.createNonListing($event)}}},[_c('v-icon',{staticClass:\"mr-1\",attrs:{\"small\":\"\"}},[_vm._v(\"remove_circle\")]),_vm._v(\"\\n I don't have this service\\n \")],1)],1):_vm._e()],1)}\nvar staticRenderFns = []\nexport { render, staticRenderFns }\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-353bb97c\",\"hasScoped\":false,\"optionsId\":\"0\",\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./frontend/src/components/recommendations/ServiceTypeRecommendations.vue\n// module id = null\n// module chunks = ","import Velocity from 'velocity-animate'\n\nconst easing = [0.25, 0.8, 0.25, 1]\n\nexport default {\n methods: {\n enter (el, done) {\n let container = document.getElementById('primary-nav')\n Velocity(el, 'slideDown', { easing, duration: 350 })\n // Slide into view - don't assume sidebar is parent container\n if (container) {\n Velocity(el, 'scroll', { container, offset: -100, complete: done })\n } else {\n Velocity(el, 'scroll', { complete: done })\n }\n },\n leave (el, done) {\n Velocity(el, 'slideUp', { easing, duration: 350, complete: done })\n }\n }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./frontend/src/mixins/sidebar.js","