{ "version": 3, "sources": ["src/app/root-store/scheduler-store/actions.ts"], "sourcesContent": ["import { ValidationErrors } from '@angular/forms';\r\nimport { createAction, props } from '@ngrx/store';\r\n\r\nexport const SetSchedulerErrors = createAction(\r\n '[Scheduler] Set Scheduler Errors',\r\n props<{ errors: ValidationErrors | null }>()\r\n)\r\n\r\nexport const SetSchedulerPrintView = createAction(\r\n '[Scheduler] Set Scheduler PrintView',\r\n props<{ printView: boolean }>()\r\n)\r\n\r\nexport const SetShowConsolidatedAppointments = createAction(\r\n '[Scheduler] Set ShowConsolidatedAppointments',\r\n props<{ showConsolidatedAppointments: boolean }>()\r\n)\r\n\r\nexport const SchedulerAppointmentsBound = createAction('[Scheduler] Appointments Bound')\r\n"], "mappings": "+CAGO,IAAMA,EAAqBC,EAChC,mCACAC,EAAK,CAAuC,EAGjCC,EAAwBF,EACnC,sCACAC,EAAK,CAA0B,EAGpBE,EAAkCH,EAC7C,+CACAC,EAAK,CAA6C,EAGvCG,EAA6BJ,EAAa,gCAAgC", "names": ["SetSchedulerErrors", "createAction", "props", "SetSchedulerPrintView", "SetShowConsolidatedAppointments", "SchedulerAppointmentsBound"] }