{"version":3,"sources":["webpack:///./src/views/pages/Knowledge-base/KnowledgeBaseCategoryQuestion.vue?2bb6","webpack:///src/views/pages/Knowledge-base/KnowledgeBaseCategoryQuestion.vue","webpack:///./src/views/pages/Knowledge-base/KnowledgeBaseCategoryQuestion.vue?931f","webpack:///./src/views/pages/Knowledge-base/KnowledgeBaseCategoryQuestion.vue","webpack:///./src/views/pages/Knowledge-base/KnowledgeBaseCategoryQuestion.vue?3424"],"names":["components","BRow","BCol","BCard","BListGroup","BCardText","BCardTitle","BListGroupItem","data","kb_question","created","$http","get","then","res","component","_vm","this","_h","$createElement","_c","_self","attrs","staticClass","_v","_l","que","index","key","_s","question","title","lastUpdated","domProps","content","staticRenderFns"],"mappings":"4IAAA,I,oFC4Ee,GACfA,WAAA,CACAC,SACAC,SACAC,UACAC,eACAC,cACAC,eACAC,oBAEAC,UACA,CACAC,YAAA,KAGAC,UAGA,KAAAC,MAAAC,IAAA,qBAAAC,MAAAC,IAAA,KAAAL,YAAAK,EAAAN,UC9FoY,I,wBCQhYO,EAAY,YACd,GHTW,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,MAAM,CAAC,GAAK,2BAA2B,CAACF,EAAG,QAAQ,CAACA,EAAG,QAAQ,CAACE,MAAM,CAAC,GAAK,IAAI,GAAK,IAAI,MAAQ,IAAI,WAAW,MAAM,CAACF,EAAG,SAAS,CAACA,EAAG,KAAK,CAACG,YAAY,YAAY,CAACH,EAAG,eAAe,CAACG,YAAY,QAAQD,MAAM,CAAC,KAAO,WAAW,KAAO,QAAQN,EAAIQ,GAAG,wBAAwB,GAAGJ,EAAG,eAAe,CAACG,YAAY,0BAA0BP,EAAIS,GAAIT,EAAIP,YAA4B,2BAAWiB,EAAIC,GAAO,OAAOP,EAAG,oBAAoB,CAACQ,IAAID,EAAMJ,YAAY,YAAYD,MAAM,CAAC,KAAO,uBAAuB,CAACN,EAAIQ,GAAG,IAAIR,EAAIa,GAAGH,EAAII,UAAU,MAAO,IAAE,IAAI,IAAI,GAAGV,EAAG,QAAQ,CAACE,MAAM,CAAC,GAAK,IAAI,GAAK,IAAI,MAAQ,IAAI,WAAW,MAAM,CAACF,EAAG,SAAS,CAACA,EAAG,eAAe,CAACG,YAAY,QAAQ,CAACH,EAAG,eAAe,CAACE,MAAM,CAAC,KAAO,iBAAiB,KAAO,QAAQN,EAAIQ,GAAG,IAAIR,EAAIa,GAAGb,EAAIP,YAAYsB,OAAO,MAAM,GAAGX,EAAG,cAAc,CAACG,YAAY,QAAQ,CAACP,EAAIQ,GAAG,oBAAoBR,EAAIa,GAAGb,EAAIP,YAAYuB,aAAa,OAAOZ,EAAG,MAAM,CAACG,YAAY,mBAAmBU,SAAS,CAAC,UAAYjB,EAAIa,GAAGb,EAAIP,YAAYyB,aAAa,IAAI,IAAI,IAAI,EAAE,GACtkC,IGUpBC,EAEA,KACA,KACA,MAIa,UAAApB,E,2CCnBf","file":"js/chunk-763f1248.66f792ab.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{\"id\":\"knowledge-base-article\"}},[_c('b-row',[_c('b-col',{attrs:{\"lg\":\"3\",\"md\":\"5\",\"order\":\"2\",\"order-md\":\"1\"}},[_c('b-card',[_c('h6',{staticClass:\"kb-title\"},[_c('feather-icon',{staticClass:\"mr-50\",attrs:{\"icon\":\"InfoIcon\",\"size\":\"20\"}}),_vm._v(\" Related Questions \")],1),_c('b-list-group',{staticClass:\"list-group-circle mt-1\"},_vm._l((_vm.kb_question.relatedQuestions),function(que,index){return _c('b-list-group-item',{key:index,staticClass:\"text-body\",attrs:{\"href\":\"javascript:void(0)\"}},[_vm._v(\" \"+_vm._s(que.question)+\" \")])}),1)],1)],1),_c('b-col',{attrs:{\"lg\":\"9\",\"md\":\"7\",\"order\":\"1\",\"order-md\":\"2\"}},[_c('b-card',[_c('b-card-title',{staticClass:\"mb-1\"},[_c('feather-icon',{attrs:{\"icon\":\"SmartphoneIcon\",\"size\":\"21\"}}),_vm._v(\" \"+_vm._s(_vm.kb_question.title)+\" \")],1),_c('b-card-text',{staticClass:\"mb-2\"},[_vm._v(\" Last updated on \"+_vm._s(_vm.kb_question.lastUpdated)+\" \")]),_c('div',{staticClass:\"question-content\",domProps:{\"innerHTML\":_vm._s(_vm.kb_question.content)}})],1)],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n <div\n id=\"knowledge-base-article\"\n >\n <b-row>\n\n <!-- related question -->\n <b-col\n lg=\"3\"\n md=\"5\"\n order=\"2\"\n order-md=\"1\"\n >\n <b-card>\n <h6 class=\"kb-title\">\n <feather-icon\n icon=\"InfoIcon\"\n size=\"20\"\n class=\"mr-50\"\n />\n Related Questions\n </h6>\n <b-list-group class=\"list-group-circle mt-1\">\n <b-list-group-item\n v-for=\"(que,index) in kb_question.relatedQuestions\"\n :key=\"index\"\n href=\"javascript:void(0)\"\n class=\"text-body\"\n >\n {{ que.question }}\n </b-list-group-item>\n </b-list-group>\n </b-card>\n </b-col>\n <!--/ related question -->\n\n <b-col\n lg=\"9\"\n md=\"7\"\n order=\"1\"\n order-md=\"2\"\n >\n <b-card>\n\n <!-- Title -->\n <b-card-title class=\"mb-1\">\n <feather-icon\n icon=\"SmartphoneIcon\"\n size=\"21\"\n />\n\n {{ kb_question.title }}\n </b-card-title>\n <b-card-text class=\"mb-2\">\n Last updated on {{ kb_question.lastUpdated }}\n </b-card-text>\n\n <!-- Content -->\n <!-- eslint-disable vue/no-v-html -->\n <div\n class=\"question-content\"\n v-html=\"kb_question.content\"\n />\n <!-- eslint-enable -->\n </b-card>\n </b-col>\n </b-row>\n\n </div>\n</template>\n\n<script>\nimport {\n BRow, BCol, BCard, BListGroup, BListGroupItem, BCardText, BCardTitle,\n} from 'bootstrap-vue'\n\nexport default {\n components: {\n BRow,\n BCol,\n BCard,\n BListGroup,\n BCardText,\n BCardTitle,\n BListGroupItem,\n },\n data() {\n return {\n kb_question: {},\n }\n },\n created() {\n // ! You have to update the below API call according to route parameter\n // * We are using fixed API call for all categories for demo purposes\n this.$http.get('/kb/data/question').then(res => { this.kb_question = res.data })\n },\n}\n</script>\n\n<style lang=\"scss\">\n@import '@core/scss/vue/pages/page-knowledge-base.scss';\n</style>\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!./KnowledgeBaseCategoryQuestion.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!./KnowledgeBaseCategoryQuestion.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./KnowledgeBaseCategoryQuestion.vue?vue&type=template&id=41070e2b\"\nimport script from \"./KnowledgeBaseCategoryQuestion.vue?vue&type=script&lang=js\"\nexport * from \"./KnowledgeBaseCategoryQuestion.vue?vue&type=script&lang=js\"\nimport style0 from \"./KnowledgeBaseCategoryQuestion.vue?vue&type=style&index=0&id=41070e2b&prod&lang=scss\"\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","export * from \"-!../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./KnowledgeBaseCategoryQuestion.vue?vue&type=style&index=0&id=41070e2b&prod&lang=scss\""],"sourceRoot":""}