{"version":3,"file":"job-overview-BljCOnu4.js","sources":["../../src/scripts/modules/job-overview.ts"],"sourcesContent":["import { Component } from '@verndale/core';\nimport { ReplaceHeading, ConditionalDisplay } from '../helpers/global';\n\nclass JobOverview extends Component {\n setupDefaults() {\n this.dom = {\n heading: this.el.querySelector('.v-section-heading')\n };\n\n if (ConditionalDisplay(this.el.id)) {\n this.el.style.display = 'none';\n }\n if (this.dom.heading) {\n ReplaceHeading(this.dom.heading as HTMLElement);\n }\n }\n}\n\nexport default JobOverview;\n"],"names":["JobOverview","Component","ConditionalDisplay","ReplaceHeading"],"mappings":"qFAGA,MAAMA,UAAoBC,CAAU,CAClC,eAAgB,CACd,KAAK,IAAM,CACT,QAAS,KAAK,GAAG,cAA2B,oBAAoB,CAAA,EAG9DC,EAAmB,KAAK,GAAG,EAAE,IAC1B,KAAA,GAAG,MAAM,QAAU,QAEtB,KAAK,IAAI,SACIC,EAAA,KAAK,IAAI,OAAsB,CAElD,CACF"}