{"version":3,"file":"show-ljwiTKPN.js","sources":["../../../app/frontend/entrypoints/controllers/teams/settings/group/overview/show.ts"],"sourcesContent":["\nimport * as bootstrap from 'bootstrap'\nimport Utils from '../../../../../utils'\nimport DefaultController from \"../../../../defaultController\";\nimport UserEntity from \"../../../../user/entity\";\nimport TeamsSettingsUserOverviewShowVacationDayAllowance from \"./show/vacation_day_allowances\";\nimport TeamsSettingsUserOverviewShowTimeEntryProfileMaps from \"./show/time_entry_profiles\";\n\nexport default class TeamsSettingsUserOverviewShow extends DefaultController {\n async init() {\n this.entity = \"users\";\n await super.init();\n this.childs = {\n vacation_day_allowance: new TeamsSettingsUserOverviewShowVacationDayAllowance(this),\n time_entry_profile: new TeamsSettingsUserOverviewShowTimeEntryProfileMaps(this)\n }\n }\n\n protected getEntityData(elem: any) {\n return UserEntity.getEntityData(elem)\n }\n bindListeners() {\n }\n}"],"names":[],"mappings":";;;;;;;;;;;;;;AAQA,MAAqB,sCAAsC,kBAAkB;AAAA,EACzE,MAAM,OAAO;AACT,SAAK,SAAS;AACd,UAAM,MAAM;AACZ,SAAK,SAAS;AAAA,MACV,wBAAwB,IAAI,kDAAkD,IAAI;AAAA,MAClF,oBAAoB,IAAI,kDAAkD,IAAI;AAAA,IAAA;AAAA,EAEtF;AAAA,EAEU,cAAc,MAAW;AACxB,WAAA,WAAW,cAAc,IAAI;AAAA,EACxC;AAAA,EACA,gBAAgB;AAAA,EAChB;AACJ;"}