{"version":3,"file":"js/landmarks.cdf03c92.js","sources":["webpack:///./src/components/LandmarkGuide.vue?ebbe","webpack:///./src/views/LandmarkSelectionView.vue","webpack:///./src/components/LandmarkGuide.vue","webpack:///src/components/LandmarkGuide.vue","webpack:///./src/components/LandmarkGuide.vue?6924","webpack:///./src/components/LandmarkGuide.vue?c063","webpack:///./src/views/LandmarkSelectionView.vue?b396","webpack:///./src/views/LandmarkSelectionView.vue?da85","webpack:///./src/views/LandmarkSelectionView.vue?5954","webpack:///./src/views/LandmarkSelectionView.vue?eea0"],"sourceRoot":"","sourcesContent":["export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LandmarkGuide.vue?vue&type=style&index=0&id=32c10a1c&prod&lang=scss&scoped=true\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{ref:\"leroyNest\",attrs:{\"id\":\"leroyViewNest\"}},[_c('div',{staticClass:\"guide-container\"},[_c('h1',{staticClass:\"anatomical\"},[_vm._v(\"Anatomical Markers\")]),_c('p',{staticClass:\"subtitle\"},[_vm._v(\"Is your scan like the guide?\")]),_c('LandmarkGuide',{staticClass:\"guide\"}),_vm._m(0),_c('button',{staticClass:\"clear-landmark\",attrs:{\"disabled\":!_vm.$state.leroy.sessionState.newSceneInitialized},on:{\"click\":function($event){!_vm.resetting && _vm.clearLandmarks()}}},[_vm._v(\" Reset Landmarks \")])],1),_c('button',{staticClass:\"fixed-footer-next nav-text next-arrow\",staticStyle:{\"z-index\":\"2\",\"display\":\"flex\"},attrs:{\"disabled\":_vm.disabled},on:{\"click\":_vm.next}},[_vm._v(\" next \"),_c('div',{staticClass:\"arrow-img\"})]),_c('button',{directives:[{name:\"show\",rawName:\"v-show\",value:(!_vm.$state.utils.mobileAppView),expression:\"!$state.utils.mobileAppView\"}],staticClass:\"fixed-footer-back nav-text-secondary\",staticStyle:{\"z-index\":\"2\"},on:{\"click\":_vm.prev}},[_c('img',{staticClass:\"pr-1\",staticStyle:{\"height\":\"70%\"},attrs:{\"src\":require(\"../assets/icon-back-solid.svg\")}}),_vm._v(\" back \")])])\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"small-print\",staticStyle:{\"margin-top\":\"15px\"}},[_vm._v(\" Please identify the 1st and 5th \"),_c('br'),_vm._v(\" Met Head landmark per foot. \")])\n}]\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _vm._m(0)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"g-container\"},[_c('div',{staticClass:\"guide-title font-default\"},[_vm._v(\"Guide\")]),_c('div',{staticClass:\"feet\"},[_c('div',{staticClass:\"foot leftFoot\"}),_c('div',{staticClass:\"foot\"})])])\n}]\n\nexport { render, staticRenderFns }","\n\t\n\t\t
Guide
\n\t\t
\n\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\n\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LandmarkGuide.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LandmarkGuide.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./LandmarkGuide.vue?vue&type=template&id=32c10a1c&scoped=true\"\nimport script from \"./LandmarkGuide.vue?vue&type=script&lang=js\"\nexport * from \"./LandmarkGuide.vue?vue&type=script&lang=js\"\nimport style0 from \"./LandmarkGuide.vue?vue&type=style&index=0&id=32c10a1c&prod&lang=scss&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 \"32c10a1c\",\n null\n \n)\n\nexport default component.exports","\n\timport { Component, Vue, Watch } from 'vue-property-decorator';\n\timport { Observer } from 'mobx-vue';\n\timport { reaction, IReactionDisposer } from 'mobx';\n\timport LandmarkGuide from '@/components/LandmarkGuide.vue';\n\timport store from '@/store/mainStore';\n\n\t@Observer\n\t@Component({ components: { LandmarkGuide } })\n\texport default class LandmarkSelectionView extends Vue {\n\t\tprivate disabled: boolean = false;\n\t\tprivate resetting: boolean = false;\n\n\t\tasync activated() {\n\t\t\t// for redirect from occipital app to /landmarks\n\t\t\tif (!store.biometric.bothScansExist && !store.biometric.leftScanExists && !store.biometric.rightScanExists) {\n\t\t\t\tawait store.biometric.getLatestScans();\n\t\t\t}\n\t\t\tthis.disabled = false;\n\t\t\tawait this.$state.leroy.SetScene('LandmarkSelection');\n\t\t\tthis.$state.leroy.modalVisible = true;\n\t\t}\n\n\t\tpublic async next() {\n\t\t\tthis.disabled = true;\n\t\t\tawait this.$router.push('results');\n\t\t}\n\n\t\tpublic async prev() {\n\t\t\tawait this.$router.push('threed');\n\t\t}\n\n\t\tpublic async clearLandmarks() {\n\t\t\tthis.resetting = true;\n\t\t\tthis.$state.leroy.onResetLandmarks();\n\t\t\tthis.resetting = false;\n\t\t}\n\t}\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/ts-loader/index.js??ref--14-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LandmarkSelectionView.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/ts-loader/index.js??ref--14-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LandmarkSelectionView.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./LandmarkSelectionView.vue?vue&type=template&id=019d4d13&scoped=true\"\nimport script from \"./LandmarkSelectionView.vue?vue&type=script&lang=ts\"\nexport * from \"./LandmarkSelectionView.vue?vue&type=script&lang=ts\"\nimport style0 from \"./LandmarkSelectionView.vue?vue&type=style&index=0&id=019d4d13&prod&lang=scss&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 \"019d4d13\",\n null\n \n)\n\nexport default component.exports","export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LandmarkSelectionView.vue?vue&type=style&index=0&id=019d4d13&prod&lang=scss&scoped=true\""],"names":["render","_vm","this","_c","_self","_setupProxy","ref","attrs","staticClass","_v","_m","$state","leroy","sessionState","newSceneInitialized","on","$event","resetting","clearLandmarks","staticStyle","disabled","next","directives","name","rawName","value","utils","mobileAppView","expression","prev","require","staticRenderFns","component","LandmarkSelectionView","Vue","constructor","store","biometric","bothScansExist","leftScanExists","rightScanExists","getLatestScans","SetScene","modalVisible","$router","push","onResetLandmarks","__decorate","Observer","Component","components","LandmarkGuide"],"mappings":"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","debug_id":"7e6f069f-7457-50ae-bf05-54349a9c700a"}