{"version":3,"sources":["webpack:///./src/components/TourGuide/useTourGuideTitleAnimation.js","webpack:///./src/components/TourGuide/TourGuideSteps/WelcomePagePreview.vue?09a3","webpack:///src/components/TourGuide/TourGuideSteps/WelcomePagePreview.vue","webpack:///./src/components/TourGuide/TourGuideSteps/WelcomePagePreview.vue?44b8","webpack:///./src/components/TourGuide/TourGuideSteps/WelcomePagePreview.vue"],"names":["useTourGuideTitleAnimation","props","activateOtherAnimation","deactivateOtherAnimation","showTitles","ref","activateAnimation","setTimeout","value","watch","currentStep","newStep","stepIndex","immediate","render","_vm","this","_h","$createElement","_c","_self","staticStyle","attrs","staticClass","_v","_s","$t","_e","staticRenderFns","name","required","setup","component"],"mappings":"gHAAA,kDAEO,SAASA,EAA2BC,GAAuE,IAAhEC,EAAgE,uDAAvC,KAAMC,EAAiC,uDAAN,KAClGC,EAAaC,kBAAI,GAEjBC,EAAoB,WACtBC,YAAW,WACPH,EAAWI,OAAQ,EACfN,GACAA,MAEL,IAiBP,OAdAO,oBACI,kBAAMR,EAAMS,eACZ,SAAAC,GACQA,IAAYV,EAAMW,UAClBN,KAEIH,GACAA,IAEJC,EAAWI,OAAQ,KAExB,CAAEK,WAAW,IAGb,CACHT,aACAE,uB,yCC9BR,IAAIQ,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,CAAC,MAAQ,SAAS,CAACF,EAAG,MAAM,CAACE,YAAY,CAAC,QAAU,OAAO,cAAc,SAAS,CAACF,EAAG,aAAa,CAACG,MAAM,CAAC,KAAO,oBAAoB,CAAEP,EAAc,WAAEI,EAAG,MAAM,CAACI,YAAY,kCAAkC,CAACR,EAAIS,GAAG,IAAIT,EAAIU,GAAGV,EAAIW,GAAG,8BAA8B,OAAOX,EAAIY,OAAOR,EAAG,aAAa,CAACG,MAAM,CAAC,KAAO,oBAAoB,CAAEP,EAAc,WAAEI,EAAG,MAAM,CAACI,YAAY,WAAW,CAACR,EAAIS,GAAG,IAAIT,EAAIU,GAAGV,EAAIW,GAAG,mCAAmC,OAAOX,EAAIY,OAAOR,EAAG,aAAa,CAACG,MAAM,CAAC,KAAO,oBAAoB,CAAEP,EAAc,WAAEI,EAAG,MAAM,CAACI,YAAY,WAAW,CAACR,EAAIS,GAAG,IAAIT,EAAIU,GAAGV,EAAIW,GAAG,aAAa,OAAOX,EAAIY,QAAQ,GAAGR,EAAG,aAAa,CAACG,MAAM,CAAC,KAAO,0BAA0B,CAAEP,EAAc,WAAEI,EAAG,MAAM,CAACA,EAAG,iBAAiB,CAACG,MAAM,CAAC,IAAM,EAAQ,YAAuD,GAAGP,EAAIY,QAAQ,IACz6BC,EAAkB,G,YCsCP,GACbC,KAAMA,UACN5B,MAAOA,CACLS,YAAaA,CACXoB,UAAUA,GAEZlB,UAAWA,CACTkB,UAAUA,IAGdC,MAVF,SAUA9B,GACI,IAAJ,mCAEI,MAAO,CACLG,WAANA,KCrD0X,I,YCOtX4B,EAAY,eACd,EACAlB,EACAc,GACA,EACA,KACA,KACA,MAIa,aAAAI,E","file":"js/chunk-a0ddd808.d3b12d0f.js","sourcesContent":["import { ref, watch } from '@vue/composition-api'\n\nexport function useTourGuideTitleAnimation(props, activateOtherAnimation = null, deactivateOtherAnimation = null) {\n const showTitles = ref(false)\n\n const activateAnimation = () => {\n setTimeout(() => {\n showTitles.value = true\n if (activateOtherAnimation) {\n activateOtherAnimation()\n }\n }, 2)\n }\n\n watch(\n () => props.currentStep,\n newStep => {\n if (newStep === props.stepIndex) {\n activateAnimation()\n } else {\n if (deactivateOtherAnimation) {\n deactivateOtherAnimation()\n }\n showTitles.value = false\n }\n }, { immediate: true },\n )\n\n return {\n showTitles,\n activateAnimation,\n }\n}","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{\"width\":\"100%\"}},[_c('div',{staticStyle:{\"padding\":\"35px\",\"padding-top\":\"15px\"}},[_c('transition',{attrs:{\"name\":\"tour-guide-fade\"}},[(_vm.showTitles)?_c('div',{staticClass:\"py-5 text-2xl font-weight-bold\"},[_vm._v(\" \"+_vm._s(_vm.$t('starting_in_just_a_moment'))+\" \")]):_vm._e()]),_c('transition',{attrs:{\"name\":\"tour-guide-fade\"}},[(_vm.showTitles)?_c('div',{staticClass:\"text-xl\"},[_vm._v(\" \"+_vm._s(_vm.$t('we_prepare_everything_you_need'))+\" \")]):_vm._e()]),_c('transition',{attrs:{\"name\":\"tour-guide-fade\"}},[(_vm.showTitles)?_c('div',{staticClass:\"text-xl\"},[_vm._v(\" \"+_vm._s(_vm.$t('lets_see'))+\" \")]):_vm._e()])],1),_c('transition',{attrs:{\"name\":\"tour-guide-image-fade\"}},[(_vm.showTitles)?_c('div',[_c('PreloadedImage',{attrs:{\"src\":require('@/assets/images/tour-guide/greenClockVector.png')}})],1):_vm._e()])],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n \n \n \n \n {{ $t('starting_in_just_a_moment') }}\n \n \n \n \n {{ $t('we_prepare_everything_you_need') }}\n \n \n \n \n {{ $t('lets_see') }}\n \n \n \n \n \n \n \n \n \n\n\n\n","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!./WelcomePagePreview.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!./WelcomePagePreview.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./WelcomePagePreview.vue?vue&type=template&id=006235bf&\"\nimport script from \"./WelcomePagePreview.vue?vue&type=script&lang=js&\"\nexport * from \"./WelcomePagePreview.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"],"sourceRoot":""}