{"version":3,"sources":["webpack:///./src/shared/components/PageTitle.vue?56b8","webpack:///./src/shared/components/PageTitle.vue","webpack:///./src/shared/components/PageTitle.vue?94e9"],"names":["_hoisted_1","class","_hoisted_2","_hoisted_3","key","render","_ctx","_cache","$props","$setup","$data","$options","_openBlock","_createElementBlock","_createElementVNode","_toDisplayString","$t","pageTitleText","subtitleText","length","_createCommentVNode","defineComponent","name","props","title","String","subtitle","setup","ref","computed","useRoute","__exports__"],"mappings":"uIAEMA,EAAa,CAAEC,MAAO,yBACtBC,EAAa,CAAED,MAAO,gCACtBE,EAAa,CACjBC,IAAK,EACLH,MAAO,+BAGH,SAAUI,EAAOC,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,OAAQC,yBAAcC,gCAAoB,MAAOb,EAAY,CAC3Dc,gCAAoB,KAAMZ,EAAYa,6BAAiBT,EAAKU,GAAGV,EAAKW,gBAAiB,GACpFX,EAAKY,aAAaC,QACdP,yBAAcC,gCAAoB,IAAKV,EAAYY,6BAAiBT,EAAKU,GAAGV,EAAKY,eAAgB,IAClGE,gCAAoB,IAAI,K,0BCVjBC,+BAAgB,CAC7BC,KAAM,YACNC,MAAO,CACLC,MAAOC,OACPC,SAAUD,QAEZE,MAN6B,SAMtBJ,GACL,IAAML,EAAeU,iBAAIL,EAAMG,UAAY,IAErCT,EAAgBY,uBAAS,WAC7B,OAAON,EAAMC,OAASM,iBAAWR,QAGnC,MAAO,CAAEL,gBAAeC,mB,qBCZ5B,MAAMa,EAA2B,IAAgB,EAAQ,CAAC,CAAC,SAAS1B,KAErD","file":"js/chunk-2d2084fb.e09cfa55.js","sourcesContent":["import { toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode } from \"vue\"\n\nconst _hoisted_1 = { class: \"title text-start mb-7\" }\nconst _hoisted_2 = { class: \"text-black font-bold text-lg\" }\nconst _hoisted_3 = {\n key: 0,\n class: \"text-lg text-textColor mt-2\"\n}\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n return (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _createElementVNode(\"h1\", _hoisted_2, _toDisplayString(_ctx.$t(_ctx.pageTitleText)), 1),\n (_ctx.subtitleText.length)\n ? (_openBlock(), _createElementBlock(\"p\", _hoisted_3, _toDisplayString(_ctx.$t(_ctx.subtitleText)), 1))\n : _createCommentVNode(\"\", true)\n ]))\n}","\r\nimport { computed, defineComponent, ref } from 'vue'\r\nimport { useRoute } from 'vue-router'\r\n\r\nexport default defineComponent({\r\n name: 'PageTitle',\r\n props: {\r\n title: String,\r\n subtitle: String\r\n },\r\n setup (props) {\r\n const subtitleText = ref(props.subtitle || '')\r\n\r\n const pageTitleText = computed(() => {\r\n return props.title || useRoute().name\r\n })\r\n\r\n return { pageTitleText, subtitleText }\r\n }\r\n})\r\n","import { render } from \"./PageTitle.vue?vue&type=template&id=3693723f&ts=true\"\nimport script from \"./PageTitle.vue?vue&type=script&lang=ts\"\nexport * from \"./PageTitle.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"/usr/src/app/node_modules/vue-loader-v16/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__"],"sourceRoot":""}