{"version":3,"file":"InsurancesSubMenu-rnOqmSRl.js","sources":["../../../app/frontend/utils/navigationSubMenus.ts","../../../app/frontend/components/uiElements/InsurancesSubMenu.vue"],"sourcesContent":["\nexport const privateMenu: Menu = {\n categories: [\n {\n i18nKey: 'vehicle',\n insurances: [\n {\n i18nKey: 'car',\n i18nLink: 'car_path',\n iconKey: 'auto'\n },\n {\n i18nKey: 'motorbike',\n i18nLink: 'motorbike_path',\n iconKey: 'moto'\n },\n {\n i18nKey: 'bicycle', \n i18nLink: 'bicycle_path',\n iconKey: 'bike'\n },\n ],\n },\n {\n i18nKey: 'house',\n insurances: [\n {\n i18nKey: 'house',\n i18nLink: 'house_path',\n iconKey: 'house'\n }\n ],\n },\n {\n i18nKey: 'family',\n insurances: [\n {\n i18nKey: 'civil_liability',\n i18nLink: 'civil_liability_path',\n iconKey: 'family'\n },\n {\n i18nKey: 'hospitalization',\n i18nLink: 'hospitalization_path',\n iconKey: 'hospitalization'\n },\n {\n i18nKey: 'assistance',\n i18nLink: 'assistance_url',\n iconKey: 'travel' \n }\n ],\n },\n {\n i18nKey: 'pension',\n insurances: [\n {\n i18nKey: 'savings', // nl todo\n i18nLink: 'savings_path', // nl todo\n iconKey: 'expense'\n },\n {\n i18nKey: 'independent_pension', // nl todo\n i18nLink: 'independent_pension_path', // nl todo\n iconKey: 'expense' \n }\n ],\n },\n\n {\n i18nKey: 'activity',\n insurances: [\n {\n i18nKey: 'independent',\n i18nLink: 'independent_path',\n iconKey: 'b2b' \n },\n {\n i18nKey: 'business',\n i18nLink: 'business_path',\n iconKey: 'b2b' \n }\n ],\n },\n ],\n};\n\nexport const independentMenu: Menu = {\n categories: [\n {\n i18nKey: 'activity',\n insurances: [\n {\n i18nKey: 'rc_pro',\n i18nLink: 'rc_pro_path',\n iconKey: 'rc'\n },\n {\n i18nKey: 'rc_exploitation',\n i18nLink: 'rc_exploitation_path',\n iconKey: 'rc'\n },\n {\n i18nKey: 'rc_decennial',\n i18nLink: 'rc_decennial_path',\n iconKey: 'rc'\n },\n {\n i18nKey: 'rc_medical',\n i18nLink: 'rc_medical_path',\n iconKey: 'hospitalization',\n hideNL: true\n },\n {\n i18nKey: 'rc_objective',\n i18nLink: 'rc_objective_path',\n iconKey: 'rc'\n },\n {\n i18nKey: 'cyber',\n i18nLink: 'cyber_path',\n iconKey: 'cyber',\n hideNL: true\n },\n {\n i18nKey: 'legal_expenses',\n i18nLink: 'legal_expenses_path',\n iconKey: 'pj',\n hideNL: true\n },\n {\n i18nKey: 'all_risks',\n i18nLink: 'all_risks_path',\n iconKey: 'rc'\n },\n ],\n },\n {\n i18nKey: 'materials',\n insurances: [\n {\n i18nKey: 'building',\n i18nLink: 'building_path',\n iconKey: 'building',\n hideNL: true\n },\n {\n i18nKey: 'informatic',\n i18nLink: 'informatic_path',\n iconKey: 'cyber',\n hideNL: true\n },\n ],\n },\n {\n i18nKey: 'employees',\n insurances: [\n {\n i18nKey: 'work_accident',\n i18nLink: 'work_accident_path',\n iconKey: 'accident',\n hideNL: true\n },\n {\n i18nKey: 'health',\n i18nLink: 'health_path',\n iconKey: 'life_pro',\n hideNL: true\n },\n ],\n },\n {\n i18nKey: 'mobility',\n insurances: [\n {\n i18nKey: 'auto',\n i18nLink: 'auto_path',\n iconKey: 'auto',\n hideNL: true\n },\n {\n i18nKey: 'van',\n i18nLink: 'van_path',\n iconKey: 'driver',\n hideNL: true\n },\n ],\n },\n {\n i18nKey: 'managers',\n insurances: [\n {\n i18nKey: 'rc_admins',\n i18nLink: 'rc_admins_path',\n iconKey: 'admin'\n },\n {\n i18nKey: 'pension',\n i18nLink: 'pension_path',\n iconKey: 'life_pro',\n hideNL: true\n },\n {\n i18nKey: 'income',\n i18nLink: 'income_path',\n iconKey: 'expense',\n hideNL: true\n },\n {\n i18nKey: 'death',\n i18nLink: 'death_path',\n iconKey: 'life_pro',\n hideNL: true\n },\n {\n i18nKey: 'manager',\n i18nLink: 'manager_path',\n iconKey: 'accident',\n hideNL: true\n }, \n ],\n },\n {\n i18nKey: 'other',\n insurances: [\n {\n i18nKey: 'business',\n i18nLink: 'business_path',\n iconKey: 'b2b' \n },\n {\n i18nKey: 'private',\n i18nLink: 'private_path',\n iconKey: 'private' \n }\n ],\n },\n ],\n};\n\nexport const businessMenu: Menu = {\n categories: [\n {\n i18nKey: 'activity',\n insurances: [\n {\n i18nKey: 'rc_pro',\n i18nLink: 'rc_pro_path',\n iconKey: 'rc'\n },\n {\n i18nKey: 'rc_exploitation',\n i18nLink: 'rc_exploitation_path',\n iconKey: 'rc'\n },\n {\n i18nKey: 'rc_decennial',\n i18nLink: 'rc_decennial_path',\n iconKey: 'rc'\n },\n {\n i18nKey: 'rc_objective',\n i18nLink: 'rc_objectivel_path',\n iconKey: 'rc'\n },\n {\n i18nKey: 'rc_voluntary',\n i18nLink: 'rc_voluntary_path',\n iconKey: 'rc',\n hideNL: true\n }, \n {\n i18nKey: 'cyber',\n i18nLink: 'cyber_path',\n iconKey: 'cyber'\n },\n {\n i18nKey: 'pj',\n i18nLink: 'pj_path',\n iconKey: 'pj'\n },\n ],\n },\n {\n i18nKey: 'materials',\n insurances: [\n {\n i18nKey: 'building',\n i18nLink: 'building_path',\n iconKey: 'building' \n },\n {\n i18nKey: 'machine_breakdown',\n i18nLink: 'machine_breakdown_path',\n iconKey: 'rc' \n },\n {\n i18nKey: 'transported_good',\n i18nLink: 'transported_good_path',\n iconKey: 'rc' \n },\n {\n i18nKey: 'all_risk',\n i18nLink: 'all_risk_path',\n iconKey: 'rc' \n },\n ],\n },\n {\n i18nKey: 'employees',\n insurances: [\n {\n i18nKey: 'work_accident',\n i18nLink: 'work_accident_path',\n iconKey: 'accident' \n },\n {\n i18nKey: 'health',\n i18nLink: 'health_path',\n iconKey: 'hospitalization' \n },\n {\n i18nKey: 'group',\n i18nLink: 'group_path',\n iconKey: 'group' \n },\n ],\n },\n {\n i18nKey: 'vehicle',\n insurances: [\n {\n i18nKey: 'cars',\n i18nLink: 'cars_path',\n iconKey: 'auto' \n },\n {\n i18nKey: 'truck',\n i18nLink: 'truck_path',\n iconKey: 'driver' ,\n hideNL: true \n },\n ],\n },\n {\n i18nKey: 'managers',\n insurances: [\n {\n i18nKey: 'rc_admins',\n i18nLink: 'rc_admins_path',\n iconKey: 'rc' \n },\n {\n i18nKey: 'pension',\n i18nLink: 'pension_path',\n iconKey: 'expense' \n },\n {\n i18nKey: 'manager_accident',\n i18nLink: 'manager_accident_path',\n iconKey: 'accident' \n },\n ],\n },\n {\n i18nKey: 'other',\n insurances: [\n {\n i18nKey: 'independent',\n i18nLink: 'independent_path',\n iconKey: 'b2b' \n },\n {\n i18nKey: 'private',\n i18nLink: 'private_path',\n iconKey: 'private' \n }\n ],\n },\n ],\n}; \n\n\n// types\ninterface Insurance {\n i18nKey: string\n i18nLink: string\n iconKey?: string \n hideNL?: boolean\n} \n\ninterface Category {\n i18nKey: string\n insurances: Insurance[]\n}\n\nexport enum MenuType {\n private = 'private',\n independent = 'independent',\n business = 'business'\n}\n\ninterface Menu {\n categories: Category[]\n}\n\n","\n\n\n\n"],"names":["privateMenu","independentMenu","businessMenu","properties"],"mappings":"mGACO,MAAMA,EAAoB,CAC7B,WAAY,CACR,CACI,QAAS,UACT,WAAY,CACR,CACI,QAAS,MACT,SAAU,WACV,QAAS,MACb,EACA,CACI,QAAS,YACT,SAAU,iBACV,QAAS,MACb,EACA,CACI,QAAS,UACT,SAAU,eACV,QAAS,MACb,CACJ,CACJ,EACA,CACI,QAAS,QACT,WAAY,CACP,CACG,QAAS,QACT,SAAU,aACV,QAAS,OACb,CACJ,CACJ,EACA,CACI,QAAS,SACT,WAAY,CACP,CACG,QAAS,kBACT,SAAU,uBACV,QAAS,QACb,EACA,CACI,QAAS,kBACT,SAAU,uBACV,QAAS,iBACb,EACA,CACI,QAAS,aACT,SAAU,iBACV,QAAS,QACb,CACJ,CACJ,EACA,CACI,QAAS,UACT,WAAY,CACP,CACG,QAAS,UACT,SAAU,eACV,QAAS,SACb,EACA,CACI,QAAS,sBACT,SAAU,2BACV,QAAS,SACb,CACJ,CACJ,EAEA,CACI,QAAS,WACT,WAAY,CACP,CACG,QAAS,cACT,SAAU,mBACV,QAAS,KACb,EACA,CACI,QAAS,WACT,SAAU,gBACV,QAAS,KACb,CACJ,CACJ,CACJ,CACJ,EAEaC,EAAwB,CACjC,WAAY,CACR,CACI,QAAS,WACT,WAAY,CACR,CACI,QAAS,SACT,SAAU,cACV,QAAS,IACb,EACA,CACI,QAAS,kBACT,SAAU,uBACV,QAAS,IACb,EACA,CACI,QAAS,eACT,SAAU,oBACV,QAAS,IACb,EACA,CACI,QAAS,aACT,SAAU,kBACV,QAAS,kBACT,OAAQ,EACZ,EACA,CACI,QAAS,eACT,SAAU,oBACV,QAAS,IACb,EACA,CACI,QAAS,QACT,SAAU,aACV,QAAS,QACT,OAAQ,EACZ,EACA,CACI,QAAS,iBACT,SAAU,sBACV,QAAS,KACT,OAAQ,EACZ,EACA,CACI,QAAS,YACT,SAAU,iBACV,QAAS,IACb,CACJ,CACJ,EACA,CACI,QAAS,YACT,WAAY,CACR,CACI,QAAS,WACT,SAAU,gBACV,QAAS,WACT,OAAQ,EACZ,EACA,CACI,QAAS,aACT,SAAU,kBACV,QAAS,QACT,OAAQ,EACZ,CACJ,CACJ,EACA,CACI,QAAS,YACT,WAAY,CACR,CACI,QAAS,gBACT,SAAU,qBACV,QAAS,WACT,OAAQ,EACZ,EACA,CACI,QAAS,SACT,SAAU,cACV,QAAS,WACT,OAAQ,EACZ,CACJ,CACJ,EACA,CACI,QAAS,WACT,WAAY,CACR,CACI,QAAS,OACT,SAAU,YACV,QAAS,OACT,OAAQ,EACZ,EACA,CACI,QAAS,MACT,SAAU,WACV,QAAS,SACT,OAAQ,EACZ,CACJ,CACJ,EACA,CACI,QAAS,WACT,WAAY,CACR,CACI,QAAS,YACT,SAAU,iBACV,QAAS,OACb,EACA,CACI,QAAS,UACT,SAAU,eACV,QAAS,WACT,OAAQ,EACZ,EACA,CACI,QAAS,SACT,SAAU,cACV,QAAS,UACT,OAAQ,EACZ,EACA,CACI,QAAS,QACT,SAAU,aACV,QAAS,WACT,OAAQ,EACZ,EACA,CACI,QAAS,UACT,SAAU,eACV,QAAS,WACT,OAAQ,EACZ,CACJ,CACJ,EACA,CACI,QAAS,QACT,WAAY,CACP,CACG,QAAS,WACT,SAAU,gBACV,QAAS,KACb,EACA,CACI,QAAS,UACT,SAAU,eACV,QAAS,SACb,CACJ,CACJ,CACJ,CACJ,EAEaC,EAAqB,CAC9B,WAAY,CACR,CACI,QAAS,WACT,WAAY,CACR,CACI,QAAS,SACT,SAAU,cACV,QAAS,IACb,EACA,CACI,QAAS,kBACT,SAAU,uBACV,QAAS,IACb,EACA,CACI,QAAS,eACT,SAAU,oBACV,QAAS,IACb,EACA,CACI,QAAS,eACT,SAAU,qBACV,QAAS,IACb,EACA,CACI,QAAS,eACT,SAAU,oBACV,QAAS,KACT,OAAQ,EACZ,EACA,CACI,QAAS,QACT,SAAU,aACV,QAAS,OACb,EACA,CACI,QAAS,KACT,SAAU,UACV,QAAS,IACb,CACJ,CACJ,EACA,CACI,QAAS,YACT,WAAY,CACR,CACI,QAAS,WACT,SAAU,gBACV,QAAS,UACb,EACA,CACI,QAAS,oBACT,SAAU,yBACV,QAAS,IACb,EACA,CACI,QAAS,mBACT,SAAU,wBACV,QAAS,IACb,EACA,CACI,QAAS,WACT,SAAU,gBACV,QAAS,IACb,CACJ,CACJ,EACA,CACI,QAAS,YACT,WAAY,CACR,CACI,QAAS,gBACT,SAAU,qBACV,QAAS,UACb,EACA,CACI,QAAS,SACT,SAAU,cACV,QAAS,iBACb,EACA,CACI,QAAS,QACT,SAAU,aACV,QAAS,OACb,CACJ,CACJ,EACA,CACI,QAAS,UACT,WAAY,CACR,CACI,QAAS,OACT,SAAU,YACV,QAAS,MACb,EACA,CACI,QAAS,QACT,SAAU,aACV,QAAS,SACT,OAAQ,EACZ,CACJ,CACJ,EACA,CACI,QAAS,WACT,WAAY,CACR,CACI,QAAS,YACT,SAAU,iBACV,QAAS,IACb,EACA,CACI,QAAS,UACT,SAAU,eACV,QAAS,SACb,EACA,CACI,QAAS,mBACT,SAAU,wBACV,QAAS,UACb,CACJ,CACJ,EACA,CACI,QAAS,QACT,WAAY,CACP,CACG,QAAS,cACT,SAAU,mBACV,QAAS,KACb,EACA,CACI,QAAS,UACT,SAAU,eACV,QAAS,SACb,CACJ,CACJ,CACJ,CACJ,yGCrVa,IAAM,CACf,OAAQC,EAAW,KAAM,CACzB,IAAK,UACI,OAAAH,EACT,IAAK,WACI,OAAAE,EACT,IAAK,cACI,OAAAD,EACT,QACS,OAAAD,CACX,CAAA"}