\n \n\n\n\n","// CANDIDATE QUESTIONS\nimport {jobs} from \"../constants/Lists.js\";\nimport {\n INTERVIEW_RECORDING_PREFERENCE_ALWAYS,\n INTERVIEW_RECORDING_PREFERENCE_ASK,\n INTERVIEW_RECORDING_PREFERENCE_NEVER\n} from \"../constants/Interviews.js\";\n\nexport const candidateProfilePhoto = {\n path: {\n title: \"Profile Photo\",\n storeField: \"profilePhoto\",\n type: \"image\",\n },\n};\n\nexport const candidateBasicInfo = {\n aboutMe: {\n title: \"Short About Me\",\n storeField: \"about\",\n type: \"textarea\",\n recommendedCharacterLength: 150,\n maxLength: 750,\n },\n location: {\n title: \"Find Jobs Near\",\n storeField: \"location\",\n type: \"city\",\n },\n willingToRelocate: {\n title: \"Relocation Preference\",\n storeField: \"willingToRelocate\",\n type: \"enum\",\n enum: [\"Open to Relocate\", \"Might Relocate\", \"No Relocation\"],\n },\n remote: {\n title: \"Remote Work Preference\",\n storeField: \"remote\",\n type: \"enum\",\n enum: [\"Open to Remote\", \"Remote Only\", \"No Remote\"],\n },\n interestedIn: {\n title: \"Seeking Jobs As\",\n storeField: \"interestedIn\",\n type: \"pill\",\n pillType: \"jobs\",\n searchable: true,\n customizable: true,\n presets: true,\n max: 50,\n },\n industry: {\n title: \"Industries\",\n storeField: \"industries\",\n type: \"pill\",\n pillType: \"industries\",\n presets: true,\n searchable: false,\n customizable: false,\n max: 5,\n },\n sponsorship: {\n title: \"Sponsorship Required\",\n storeField: \"requiresSponsorship\",\n type: \"boolean\",\n description: \"Will you now or in the future require an Employment Visa Sponsorship?\",\n },\n fullTime: {\n title: \"Employment Type\",\n storeField: \"fullTime\",\n type: \"checkboxes\",\n options: [\"Full Time\", \"Part Time\", \"Contract\", \"Internship\", \"Temporary\"],\n },\n availability: {\n title: \"Availability\",\n storeField: \"availability\",\n type: \"checkboxes\",\n options: [\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n \"Sunday\",\n ],\n },\n minCompensation: {\n title: \"Desired Compensation\",\n storeField: \"desiredHourlyPay\",\n type: \"pay\",\n },\n prompt: {\n title: \"Answer a Prompt\",\n storeField: \"summary\",\n type: \"prompt\",\n prompts: [\n \"What is your proudest accomplishment?\",\n \"Do you like or dislike surprises? Why or why not?\",\n \"What’s something new you’d like to learn?\",\n \"Do you have any hidden talents or hobbies?\",\n \"Who inspires you?\",\n \"What is something that motivates you?\",\n ],\n },\n};\n\nexport const candidateExceptionalAbility = {\n top3: {\n title: \"Top 3 Points of Exceptional Ability\",\n storeField: \"exceptionalAbility\",\n examples: [\n \"e.g. Great communicator\",\n \"e.g. Strong work ethic\",\n \"e.g. Team player\",\n ],\n type: \"bullet\",\n maxItems: 3,\n maxLength: 44,\n },\n};\n\nexport const candidateVideo = {\n profileVideo1: {\n title: \"First Profile Video\",\n storeField: \"profileVideo1\",\n type: \"video\",\n prompts: [\n \"How would other people describe you?\",\n \"What is something about you that people would be surprised to know?\",\n \"What is your approach to maintaining effective communication?\",\n \"Would you consider yourself an extrovert or an introvert and why?\",\n \"What is one skill that sets you apart?\",\n \"What type of management style works best for you? \",\n \"If you were stranded on a deserted island, what two items would you bring with you?\",\n ],\n videoPrompts: [\n \"https://resources.businessdraft.com/candidate-question-1.mp4\",\n \"https://resources.businessdraft.com/candidate-question-2.mp4\",\n \"https://resources.businessdraft.com/candidate-question-3.mp4\",\n \"https://resources.businessdraft.com/candidate-question-4.mp4\",\n \"https://resources.businessdraft.com/candidate-question-5.mp4\",\n \"https://resources.businessdraft.com/candidate-question-6.mp4\",\n \"https://resources.businessdraft.com/candidate-question-7.mp4\",\n \"https://resources.businessdraft.com/candidate-question-8.mp4\",\n ],\n },\n profileVideo2: {\n title: \"Second Profile Video\",\n storeField: \"profileVideo2\",\n type: \"video\",\n prompts: [\n \"How would other people describe you?\",\n \"What is something about you that people would be surprised to know?\",\n \"What is your approach to maintaining effective communication?\",\n \"Would you consider yourself an extrovert or introvert and why?\",\n \"What type of management style works best for you? \",\n \"If you were stranded on a deserted island, what two items would you bring with you?\",\n \"When you’re having a bad day, what do you do to make yourself feel better?\",\n ],\n videoPrompts: [\n \"https://resources.businessdraft.com/candidate-question-1.mp4\",\n \"https://resources.businessdraft.com/candidate-question-2.mp4\",\n \"https://resources.businessdraft.com/candidate-question-3.mp4\",\n \"https://resources.businessdraft.com/candidate-question-4.mp4\",\n \"https://resources.businessdraft.com/candidate-question-5.mp4\",\n \"https://resources.businessdraft.com/candidate-question-6.mp4\",\n \"https://resources.businessdraft.com/candidate-question-7.mp4\",\n \"https://resources.businessdraft.com/candidate-question-8.mp4\",\n ],\n },\n};\n\nexport const candidateSkillsAccomplishments = {\n skills: {\n title: \"Skills\",\n storeField: \"skills\",\n type: \"list\",\n allows: {\n title: \"Skill title\",\n rank: \"Rank your skill\",\n },\n max: 15\n },\n accomplishments: {\n title: \"Accomplishments\",\n icon: \"trophy\",\n storeField: \"accomplishments\",\n type: \"list\",\n allows: {\n title: \"Accomplishment title\",\n },\n max: 15\n },\n};\n\nexport const candidateCareerPassport = {\n passport: {\n title: \"Career Passport Entries\",\n storeField: \"careerPassport\",\n type: \"list\",\n allows: {\n primaryList: \"Position title\",\n getPrimaryList: (params) => jobs(params),\n title: \"Company name\",\n start: \"Start date\",\n end: \"End date\",\n description: \"Short Description\",\n completion: [\"No Longer Working Here\", \"Currently Working Here\"],\n tenure: \"Tenure\",\n },\n max: 25\n },\n};\n\nexport const candidateEducationBadges = {\n education: {\n title: \"Education\",\n storeField: \"education\",\n type: \"list\",\n allows: {\n primary: \"Field of study (Optional)\",\n title: \"School name\",\n start: \"Start date\",\n end: \"End date\",\n description: \"Biggest takeaway (Optional)\",\n completion: [\"Partially Completed\", \"Currently Attending\", \"Graduated\"],\n type: [\n \"High School/GED\",\n \"Associate's Degree\",\n \"Bachelor's Degree\",\n \"Master's Degree\",\n \"Other\",\n ],\n honors: \"I maintained an 'Honors' Academic Status (Optional)\",\n },\n max: 25\n },\n licenses: {\n title: \"Certificates, Certifications, and Licenses\",\n storeField: \"certificatesCertificationsAndLicenses\",\n type: \"fileList\",\n allows: {\n title: \"Certificate, Certification, or License Name\",\n file: \"Upload your certificate, certification, or license\",\n },\n mimes: \"image/jpeg, image/jpg, image/png, image/webp, application/pdf\",\n max: 5,\n },\n languages: {\n title: \"Languages\",\n storeField: \"languages\",\n type: \"pill\",\n pillType: \"languages\",\n searchable: true,\n customizable: false,\n presets: true,\n max: 25,\n },\n studentAthlete: {\n title: \"Student Athlete\",\n storeField: \"studentAthlete\",\n type: \"boolean\",\n },\n hobbies: {\n title: \"Hobbies\",\n storeField: \"hobbies\",\n type: \"textarea\",\n maxLength: 255,\n recommendedCharacterLength: 50,\n },\n military: {\n title: \"Served in Military\",\n storeField: \"military\",\n type: \"boolean\",\n },\n};\n\nexport const candidateSocials = {\n linkedIn: {\n title: \"LinkedIn\",\n storeField: \"linkedIn\",\n type: \"string\",\n inputMode: \"url\",\n format: \"handle\",\n placeholder: \"your-linked-in-handle\",\n prefixes: [\n \"https://linkedin.com/in/\",\n \"https://linkedin.com/company/\"\n ],\n defaultPrefix: \"https://linkedin.com/in/\",\n dropdownWidthClass: \"w-80\",\n isLink: true,\n },\n instagram: {\n title: \"Instagram\",\n storeField: \"instagram\",\n type: \"string\",\n inputMode: \"url\",\n format: \"handle\",\n placeholder: \"your-instagram-handle\",\n prefixes: [\"https://instagram.com/\"],\n defaultPrefix: \"https://instagram.com/\",\n dropdownWidthClass: \"w-80\",\n isLink: true,\n },\n facebook: {\n title: \"Facebook\",\n storeField: \"facebook\",\n type: \"string\",\n inputMode: \"url\",\n format: \"handle\",\n placeholder: \"your-facebook-handle\",\n prefixes: [\"https://facebook.com/\"],\n defaultPrefix: \"https://facebook.com/\",\n dropdownWidthClass: \"w-80\",\n isLink: true,\n },\n website: {\n title: \"Website\",\n storeField: \"website\",\n type: \"string\",\n inputMode: \"url\",\n format: \"website\",\n placeholder: \"your-website.com\",\n prefixes: [\"https://\", \"http://\"],\n defaultPrefix: \"https://\",\n dropdownWidthClass: \"w-32\",\n isLink: true,\n },\n};\n\n// COMPANY QUESTIONS\n\nexport const companyBasicInfo = {\n dba: {\n title: \"Company Name / DBA\",\n storeField: \"name\",\n type: \"string\",\n },\n nickname: {\n title: \"Location Nickname\",\n storeField: \"nickname\",\n type: \"string\",\n },\n email: {\n title: \"Company Hiring Email\",\n storeField: \"email\",\n type: \"string\",\n inputType: \"email\",\n },\n phone: {\n title: \"Company Phone\",\n storeField: \"phone\",\n type: \"string\",\n format: \"phone\",\n },\n location: {\n title: \"Company Headquarters\",\n storeField: \"location\",\n type: \"location\",\n },\n description: {\n title: \"Company Description\",\n storeField: \"description\",\n type: \"html\",\n defaultHeight: 512,\n },\n industries: {\n title: \"Industry\",\n storeField: \"industries\",\n type: \"pill\",\n pillType: \"industries\",\n presets: true,\n searchable: false,\n customizable: false,\n },\n companySize: {\n title: \"Employees\",\n storeField: \"companySize\",\n type: \"enum\",\n enum: [\"1 - 10\", \"10 - 50\", \"50 - 100\", \"100 - 250\", \"250 - 1,000\", \"1,000 - 5,000\", \"5,000 - 10,000\", \"10,000 - 25,000\", \"25,000+\"],\n },\n yearFounded: {\n title: \"Founded In\",\n storeField: \"yearFounded\",\n type: \"string\",\n placeholder: \"e.g. 2009\"\n },\n};\n\nexport const companyValues = {\n missionStatement: {\n title: \"Mission Statement\",\n storeField: \"missionStatement\",\n type: \"textarea\",\n maxLength: 1024,\n recommendedCharacterLength: 150,\n },\n coreValues: {\n title: \"Core Values\",\n storeField: \"coreValues\",\n type: \"bullet\",\n maxItems: 3,\n examples: [\"e.g. Integrity\", \"e.g. Teamwork\", \"e.g. Innovation\"]\n },\n};\n\nexport const companyBranding = {\n colors: {\n title: \"Company Colors\",\n storeField: \"primaryForegroundColor\",\n type: \"colors\",\n },\n avatar: {\n title: \"Company Profile Picture\",\n storeField: \"fileAvatar\",\n width: 512,\n height: 512,\n rounded: true,\n type: \"image\",\n useCase: \"This is the icon that will be displayed on the company profile page\",\n previewBackgroundColor: [\"#fff\", \"#000\"],\n },\n logo: {\n title: \"Company Logo\",\n storeField: \"fileLogo\",\n maxSizeKb: 4194304,\n type: \"image\",\n useCase: \"This logo will be used in offer letters and emails that your company sends through the Business Draft\",\n previewBackgroundColor: \"#fff\"\n },\n banner: {\n title: \"Company Banner\",\n storeField: \"fileBanner\",\n width: 1584,\n height: 396,\n type: \"image\",\n useCase: \"This is the banner that will be displayed on the company profile page\"\n },\n};\n\nexport const companyMedia = {\n profileVideo1: {\n title: \"Company Video #1\",\n storeField: \"video1\",\n type: \"video\",\n prompts: [\n \"What is your company's approach to maintaining effective communication?\",\n \"What is one thing that sets your company apart from the competition?\",\n \"How would you describe your company culture and values?\",\n \"What is the long term vision and growth strategy of the company?\",\n \"How does your company handle remote and flexible work arrangements?\",\n \"How does your company handle feedback and performance evaluations?\",\n \"What opportunities are there for advancement in the company?\",\n \"What is the companies approach to continued education and professional development?\",\n ],\n },\n profileVideo2: {\n title: \"Company Video #2\",\n storeField: \"video2\",\n type: \"video\",\n prompts: [\n \"What is your company's approach to maintaining effective communication?\",\n \"What is one thing that sets your company apart from the competition?\",\n \"How would you describe your company culture and values?\",\n \"What is the long term vision and growth strategy of the company?\",\n \"How does your company handle remote and flexible work arrangements?\",\n \"How does your company handle feedback and performance evaluations?\",\n \"What opportunities are there for advancement in the company?\",\n \"What is the companies approach to continued education and professional development?\",\n ],\n },\n image1: {\n title: \"Company Image #1\",\n storeField: \"fileImage1\",\n maxSizeKb: 4194304,\n type: \"image\",\n useCase: \"Ideas: this could be a picture of the office, or a picture of the team, or a picture of the product you sell.\"\n },\n image2: {\n title: \"Company Image #2\",\n storeField: \"fileImage2\",\n maxSizeKb: 4194304,\n type: \"image\",\n useCase: \"Ideas: this could be a picture of the office, or a picture of the team, or a picture of the product you sell.\"\n },\n image3: {\n title: \"Company Image #3\",\n storeField: \"fileImage3\",\n maxSizeKb: 4194304,\n type: \"image\",\n useCase: \"Ideas: this could be a picture of the office, or a picture of the team, or a picture of the product you sell.\"\n },\n image4: {\n title: \"Company Image #4\",\n storeField: \"fileImage4\",\n maxSizeKb: 4194304,\n type: \"image\",\n useCase: \"Ideas: this could be a picture of the office, or a picture of the team, or a picture of the product you sell.\"\n },\n image5: {\n title: \"Company Image #5\",\n storeField: \"fileImage5\",\n maxSizeKb: 4194304,\n type: \"image\",\n useCase: \"Ideas: this could be a picture of the office, or a picture of the team, or a picture of the product you sell.\"\n },\n};\n\nexport const companySocials = {\n linkedIn: {\n title: \"LinkedIn\",\n storeField: \"linkedIn\",\n type: \"string\",\n inputMode: \"url\",\n format: \"handle\",\n placeholder: \"your-linked-in-handle\",\n prefixes: [\n \"https://linkedin.com/in/\",\n \"https://linkedin.com/company/\"\n ],\n defaultPrefix: \"https://linkedin.com/in/\",\n dropdownWidthClass: \"w-80\",\n isLink: true,\n },\n instagram: {\n title: \"Instagram\",\n storeField: \"instagram\",\n type: \"string\",\n inputMode: \"url\",\n format: \"handle\",\n placeholder: \"your-instagram-handle\",\n prefixes: [\"https://instagram.com/\"],\n defaultPrefix: \"https://instagram.com/\",\n dropdownWidthClass: \"w-80\",\n isLink: true,\n },\n facebook: {\n title: \"Facebook\",\n storeField: \"facebook\",\n type: \"string\",\n inputMode: \"url\",\n format: \"handle\",\n placeholder: \"your-facebook-handle\",\n prefixes: [\"https://facebook.com/\"],\n defaultPrefix: \"https://facebook.com/\",\n dropdownWidthClass: \"w-80\",\n isLink: true,\n },\n website: {\n title: \"Website\",\n storeField: \"website\",\n type: \"string\",\n inputMode: \"url\",\n format: \"website\",\n placeholder: \"your-website.com\",\n prefixes: [\"https://\", \"http://\"],\n defaultPrefix: \"https://\",\n dropdownWidthClass: \"w-32\",\n isLink: true,\n },\n};\n\nexport const companySettings = {\n interviewRecordingPreference: {\n title: \"Interview Recording Preference\",\n storeField: \"interviewRecordingPreference\",\n type: \"enum\",\n enum: [\n {name: \"Always Record\", value: INTERVIEW_RECORDING_PREFERENCE_ALWAYS},\n {name: \"Never Record\", value: INTERVIEW_RECORDING_PREFERENCE_NEVER},\n {name: \"Ask Interviewer\", value: INTERVIEW_RECORDING_PREFERENCE_ASK},\n ],\n },\n indeedEnabled: {\n title: \"Indeed Integration Enabled\",\n description: \"By default, we forward all your job opportunities to Indeed, free of charge. If you would like us to not post your jobs to Indeed, please select 'NO'.\",\n storeField: \"indeedEnabled\",\n type: \"boolean\",\n },\n indeedApplyEnabled: {\n title: \"Indeed Apply Enabled\",\n description: \"By default, we allow candidates to apply directly on Indeed.com. If you would rather have them apply on Business Draft, please select 'NO'.\",\n storeField: \"indeedApplyEnabled\",\n type: \"boolean\",\n }\n};\n"],"names":["emits","__emit","introVideo","ref","fadeIn","fadeOut","autoplayEnabled","handleFadeIn","handleEndVideo","attemptAutoplay","onMounted","onBeforeUnmount","candidateProfilePhoto","candidateBasicInfo","candidateExceptionalAbility","candidateVideo","candidateSkillsAccomplishments","candidateCareerPassport","params","jobs","candidateEducationBadges","candidateSocials","companyBasicInfo","companyValues","companyBranding","companyMedia","companySocials","companySettings","INTERVIEW_RECORDING_PREFERENCE_ALWAYS","INTERVIEW_RECORDING_PREFERENCE_NEVER","INTERVIEW_RECORDING_PREFERENCE_ASK"],"mappings":"+1BA4BA,MAAMA,EAAQC,EAKRC,EAAaC,EAAI,IAAI,EACrBC,EAASD,EAAI,EAAK,EAClBE,EAAUF,EAAI,EAAI,EAClBG,EAAkBH,EAAI,EAAI,EAE1BI,EAAe,IAAM,WAAW,IAAM,CAC1CH,EAAO,MAAQ,EACjB,EAAG,GAAG,EAEAI,EAAiB,IAAM,CAC3BH,EAAQ,MAAQ,GAChB,WAAW,IAAM,CACfL,EAAM,OAAO,CACd,EAAE,GAAG,CACR,EAEMS,EAAkB,SAAY,CAClC,GAAI,CACF,MAAMP,EAAW,MAAM,KAAM,EAC7BI,EAAgB,MAAQ,EACzB,MAAW,CACVA,EAAgB,MAAQ,GACxB,QAAQ,KAAK,iCAAiC,CAClD,CACA,EAEA,OAAAI,EAAU,IAAM,CACdH,EAAc,EACdL,EAAW,MAAM,iBAAiB,QAASM,CAAc,EACzDC,EAAiB,CACnB,CAAC,EAEDE,EAAgB,IAAM,CAChBT,EAAW,OAAOA,EAAW,MAAM,oBAAoB,QAASM,CAAc,CACpF,CAAC,igDC3DYI,EAAwB,CACnC,KAAM,CACJ,MAAO,gBACP,WAAY,eACZ,KAAM,OACP,CACH,EAEaC,EAAqB,CAChC,QAAS,CACP,MAAO,iBACP,WAAY,QACZ,KAAM,WACN,2BAA4B,IAC5B,UAAW,GACZ,EACD,SAAU,CACR,MAAO,iBACP,WAAY,WACZ,KAAM,MACP,EACD,kBAAmB,CACjB,MAAO,wBACP,WAAY,oBACZ,KAAM,OACN,KAAM,CAAC,mBAAoB,iBAAkB,eAAe,CAC7D,EACD,OAAQ,CACN,MAAO,yBACP,WAAY,SACZ,KAAM,OACN,KAAM,CAAC,iBAAkB,cAAe,WAAW,CACpD,EACD,aAAc,CACZ,MAAO,kBACP,WAAY,eACZ,KAAM,OACN,SAAU,OACV,WAAY,GACZ,aAAc,GACd,QAAS,GACT,IAAK,EACN,EACD,SAAU,CACR,MAAO,aACP,WAAY,aACZ,KAAM,OACN,SAAU,aACV,QAAS,GACT,WAAY,GACZ,aAAc,GACd,IAAK,CACN,EACD,YAAa,CACX,MAAO,uBACP,WAAY,sBACZ,KAAM,UACN,YAAa,uEACd,EACD,SAAU,CACR,MAAO,kBACP,WAAY,WACZ,KAAM,aACN,QAAS,CAAC,YAAa,YAAa,WAAY,aAAc,WAAW,CAC1E,EACD,aAAc,CACZ,MAAO,eACP,WAAY,eACZ,KAAM,aACN,QAAS,CACP,SACA,UACA,YACA,WACA,SACA,WACA,QACD,CACF,EACD,gBAAiB,CACf,MAAO,uBACP,WAAY,mBACZ,KAAM,KACP,EACD,OAAQ,CACN,MAAO,kBACP,WAAY,UACZ,KAAM,SACN,QAAS,CACP,wCACA,oDACA,4CACA,6CACA,oBACA,uCACD,CACF,CACH,EAEaC,EAA8B,CACzC,KAAM,CACJ,MAAO,sCACP,WAAY,qBACZ,SAAU,CACR,0BACA,yBACA,kBACD,EACD,KAAM,SACN,SAAU,EACV,UAAW,EACZ,CACH,EAEaC,EAAiB,CAC5B,cAAe,CACb,MAAO,sBACP,WAAY,gBACZ,KAAM,QACN,QAAS,CACP,uCACA,sEACA,gEACA,oEACA,yCACA,qDACA,qFACD,EACD,aAAc,CACZ,+DACA,+DACA,+DACA,+DACA,+DACA,+DACA,+DACA,8DACD,CACF,EACD,cAAe,CACb,MAAO,uBACP,WAAY,gBACZ,KAAM,QACN,QAAS,CACP,uCACA,sEACA,gEACA,iEACA,qDACA,sFACA,4EACD,EACD,aAAc,CACZ,+DACA,+DACA,+DACA,+DACA,+DACA,+DACA,+DACA,8DACD,CACF,CACH,EAEaC,EAAiC,CAC5C,OAAQ,CACN,MAAO,SACP,WAAY,SACZ,KAAM,OACN,OAAQ,CACN,MAAO,cACP,KAAM,iBACP,EACD,IAAK,EACN,EACD,gBAAiB,CACf,MAAO,kBACP,KAAM,SACN,WAAY,kBACZ,KAAM,OACN,OAAQ,CACN,MAAO,sBACR,EACD,IAAK,EACN,CACH,EAEaC,EAA0B,CACrC,SAAU,CACR,MAAO,0BACP,WAAY,iBACZ,KAAM,OACN,OAAQ,CACN,YAAa,iBACb,eAAiBC,GAAWC,EAAKD,CAAM,EACvC,MAAO,eACP,MAAO,aACP,IAAK,WACL,YAAa,oBACb,WAAY,CAAC,yBAA0B,wBAAwB,EAC/D,OAAQ,QACT,EACD,IAAK,EACN,CACH,EAEaE,EAA2B,CACtC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"}