OwlCyberSecurity - MANAGER
Edit File: onboarding-wizard.3202f047.js.map
{"version":3,"file":"js/onboarding-wizard.3202f047.js","mappings":"uNAAA,IAAIA,EAAS,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAG,OAAOA,EAAG,YAAY,CAACE,MAAM,CAAC,MAAQ,mCAAmC,CAACF,EAAG,MAAM,CAACG,YAAY,oBAAoB,CAACH,EAAG,MAAM,CAACG,YAAY,eAAe,CAACH,EAAG,SAAS,CAACG,YAAY,sBAAsB,CAACH,EAAG,MAAM,CAACE,MAAM,CAAC,IAAME,EAAQ,OAAgC,IAAM,yBAA0BN,EAAIO,cAAeL,EAAG,gBAAgB,CAACE,MAAM,CAAC,WAAY,EAAM,cAAc,uBAAuB,gBAAgB,oBAAoB,YAAW,EAAM,YAAW,IAAQ,CAACF,EAAG,KAAK,CAACF,EAAIQ,GAAG,+CAA+CN,EAAG,iBAAiB,GAAG,CAAE,IAAMF,EAAIS,KAAMP,EAAG,kBAAmB,IAAMF,EAAIS,KAAMP,EAAG,kBAAmB,IAAMF,EAAIS,KAAMP,EAAG,kBAAmB,IAAMF,EAAIS,KAAMP,EAAG,kBAAmB,IAAMF,EAAIS,KAAMP,EAAG,kBAAmB,IAAMF,EAAIS,KAAMP,EAAG,oBAAoBA,EAAG,oBAAoB,MACx2B,EACIQ,EAAkB,G,WCiCtB,GACAC,KAAAA,mBACAC,SAAAA,KACA,+BACA,oBACAL,gBACA,oEACA,GAEAM,MAAAA,CACAJ,OACA,0CACA,GAEAK,UACAC,OAAAA,iBAAAA,UAAAA,KAAAA,UACA,oDACA,mDACA,EACAC,gBACAD,OAAAA,oBAAAA,UAAAA,KAAAA,UACA,qDACA,oDACA,EACAE,QAAAA,CACAC,SAAAA,GACA,WAIA,CACA,QACA,WACA,UACA,4CACA,uBACA,sCAGA,sBACA,sCAGA,EACAC,aACA,oBACA,GACAC,WAAAA,EAAAA,EACAC,QAAAA,KAAAA,KACAC,QAGA,2CACA,cACA,sCAEA,EACAC,aACA,oBACA,GACAH,WAAAA,GAAAA,EACAC,QAAAA,KAAAA,KACAG,QAGA,2CACA,cACA,sCAEA,ICxGgQ,I,UCQ5PC,GAAY,OACd,EACA1B,EACAW,GACA,EACA,KACA,KACA,MAIF,EAAee,EAAiB,O","sources":["webpack://optinmonster-wordpress-plugin-vue-app/./src/pages/OnboardingWizard.vue","webpack://optinmonster-wordpress-plugin-vue-app/src/pages/OnboardingWizard.vue","webpack://optinmonster-wordpress-plugin-vue-app/./src/pages/OnboardingWizard.vue?f2a9","webpack://optinmonster-wordpress-plugin-vue-app/./src/pages/OnboardingWizard.vue?abf0"],"sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c;return _c('core-page',{attrs:{\"title\":\"OptinMonster Onboarding Wizard\"}},[_c('div',{staticClass:\"omapi-onboarding\"},[_c('div',{staticClass:\"omapi-panel\"},[_c('header',{staticClass:\"omapi-panel-header\"},[_c('img',{attrs:{\"src\":require(\"../assets/images/logo-om.png\"),\"alt\":\"OptinMonster Logo\"}})]),(_vm.wizardLoading)?_c('wizard-screen',{attrs:{\"completed\":false,\"panel-class\":\"omapi-panel__welcome\",\"content-class\":\"omapi-text-center\",\"nav-prev\":false,\"nav-next\":false}},[_c('h2',[_vm._v(\"Welcome to the OptinMonster Setup Wizard!\")]),_c('core-loading')],1):[(0 === _vm.step)?_c('wizard-welcome'):(1 === _vm.step)?_c('wizard-screen1'):(2 === _vm.step)?_c('wizard-screen2'):(3 === _vm.step)?_c('wizard-screen3'):(4 === _vm.step)?_c('wizard-screen4'):(5 === _vm.step)?_c('wizard-screen4-2'):_c('wizard-screen5')]],2)])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template lang=\"html\">\n\t<core-page title=\"OptinMonster Onboarding Wizard\">\n\t\t<div class=\"omapi-onboarding\">\n\t\t\t<div class=\"omapi-panel\">\n\t\t\t\t<header class=\"omapi-panel-header\">\n\t\t\t\t\t<img src=\"../assets/images/logo-om.png\" alt=\"OptinMonster Logo\" />\n\t\t\t\t</header>\n\t\t\t\t<wizard-screen\n\t\t\t\t\tv-if=\"wizardLoading\"\n\t\t\t\t\t:completed=\"false\"\n\t\t\t\t\tpanel-class=\"omapi-panel__welcome\"\n\t\t\t\t\tcontent-class=\"omapi-text-center\"\n\t\t\t\t\t:nav-prev=\"false\"\n\t\t\t\t\t:nav-next=\"false\"\n\t\t\t\t>\n\t\t\t\t\t<h2>Welcome to the OptinMonster Setup Wizard!</h2>\n\t\t\t\t\t<core-loading />\n\t\t\t\t</wizard-screen>\n\t\t\t\t<template v-else>\n\t\t\t\t\t<wizard-welcome v-if=\"0 === step\" />\n\t\t\t\t\t<wizard-screen1 v-else-if=\"1 === step\" />\n\t\t\t\t\t<wizard-screen2 v-else-if=\"2 === step\" />\n\t\t\t\t\t<wizard-screen3 v-else-if=\"3 === step\" />\n\t\t\t\t\t<wizard-screen4 v-else-if=\"4 === step\" />\n\t\t\t\t\t<wizard-screen4-2 v-else-if=\"5 === step\" />\n\t\t\t\t\t<wizard-screen5 v-else />\n\t\t\t\t</template>\n\t\t\t</div>\n\t\t</div>\n\t</core-page>\n</template>\n\n<script lang=\"js\">\nimport { mapState } from 'vuex'\n\nexport default {\n\tname : 'OnboardingWizard',\n\tcomputed : {\n\t\t...mapState('wizard', [ 'step' ]),\n\t\t...mapState([ 'apiKey' ]),\n\t\twizardLoading () {\n\t\t\treturn this.apiKey && this.$store.getters.isLoading('me') && 4 > this.step\n\t\t},\n\t},\n\twatch : {\n\t\tstep () {\n\t\t\tthis.$store.dispatch('wizard/maybeGoBack')\n\t\t},\n\t},\n\tmounted () {\n\t\twindow.addEventListener('keydown', this.maybeNav)\n\t\tthis.$bus.$on('onboardingNextPage', this.nextScreen)\n\t\tthis.$bus.$on('onboardingPrevPage', this.prevScreen)\n\t},\n\tbeforeDestroy () {\n\t\twindow.removeEventListener('keydown', this.maybeNav)\n\t\tthis.$bus.$off('onboardingNextPage', this.nextScreen)\n\t\tthis.$bus.$off('onboardingPrevPage', this.prevScreen)\n\t},\n\tmethods : {\n\t\tmaybeNav (evt) {\n\t\t\tif (evt.metaKey) {\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tif (![\n\t\t\t\t'INPUT',\n\t\t\t\t'TEXTAREA',\n\t\t\t\t'SELECT',\n\t\t\t].includes(document.activeElement.nodeName)) {\n\t\t\t\tif ('ArrowRight' === evt.code) {\n\t\t\t\t\tthis.$bus.$emit('onboardingNextPage')\n\t\t\t\t}\n\n\t\t\t\tif ('ArrowLeft' === evt.code) {\n\t\t\t\t\tthis.$bus.$emit('onboardingPrevPage')\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tnextScreen () {\n\t\t\tconst next = this.step + 1\n\t\t\tconst proceed = {\n\t\t\t\tcanProceed : 7 > next,\n\t\t\t\tcurrent : this.step,\n\t\t\t\tnext,\n\t\t\t}\n\n\t\t\tthis.$bus.$emit('onboardingCanNextPage', proceed)\n\t\t\tif (proceed.canProceed) {\n\t\t\t\tthis.$store.commit('wizard/setStep', next)\n\t\t\t}\n\t\t},\n\t\tprevScreen () {\n\t\t\tconst prev = this.step - 1\n\t\t\tconst proceed = {\n\t\t\t\tcanProceed : 0 <= prev,\n\t\t\t\tcurrent : this.step,\n\t\t\t\tprev,\n\t\t\t}\n\n\t\t\tthis.$bus.$emit('onboardingCanPrevPage', proceed)\n\t\t\tif (proceed.canProceed) {\n\t\t\t\tthis.$store.commit('wizard/setStep', prev)\n\t\t\t}\n\t\t},\n\t},\n};\n</script>\n\n<style lang=\"scss\">\n@import '../assets/scss/variables';\n@import '../assets/scss/pages/onboarding-wizard';\n</style>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./OnboardingWizard.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./OnboardingWizard.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./OnboardingWizard.vue?vue&type=template&id=2b5e6368&lang=html&\"\nimport script from \"./OnboardingWizard.vue?vue&type=script&lang=js&\"\nexport * from \"./OnboardingWizard.vue?vue&type=script&lang=js&\"\nimport style0 from \"./OnboardingWizard.vue?vue&type=style&index=0&id=2b5e6368&prod&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/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"],"names":["render","_vm","this","_c","_self","attrs","staticClass","require","wizardLoading","_v","step","staticRenderFns","name","computed","watch","mounted","window","beforeDestroy","methods","maybeNav","nextScreen","canProceed","current","next","prevScreen","prev","component"],"sourceRoot":""}