{"version":3,"file":"8671.17603e83cf9d4afd.js","sources":["./src/app/child-dev-project/attendance/dashboard-widgets/attendance-week-dashboard/attendance-day-block/attendance-day-block.component.ts","./src/app/child-dev-project/attendance/dashboard-widgets/attendance-week-dashboard/attendance-day-block/attendance-day-block.component.html","./src/app/child-dev-project/attendance/dashboard-widgets/attendance-week-dashboard/attendance-week-dashboard.component.html","./src/app/child-dev-project/attendance/dashboard-widgets/attendance-week-dashboard/attendance-week-dashboard.component.ts","./src/app/core/entity/model/entity-update.ts"],"sourceRoot":"webpack:///","sourcesContent":["import { Component, Input } from \"@angular/core\";\nimport { EventAttendance } from \"../../../model/event-attendance\";\nimport { MatTooltipModule } from \"@angular/material/tooltip\";\n\n@Component({\n selector: \"app-attendance-day-block]\",\n templateUrl: \"./attendance-day-block.component.html\",\n styleUrls: [\"./attendance-day-block.component.scss\"],\n imports: [MatTooltipModule],\n standalone: true,\n})\nexport class AttendanceDayBlockComponent {\n @Input() attendance?: EventAttendance;\n\n get tooltip(): string {\n if (!this.attendance) {\n return $localize`No attendance information`;\n }\n if (this.attendance?.remarks) {\n return this.attendance?.status.label + \": \" + this.attendance?.remarks;\n } else {\n return this.attendance?.status.label;\n }\n }\n}\n","
\n Participant\n | \n\n Attendance\n | \n\n | \n \n \n \n | \n
---|---|