{ "version": 3, "sources": ["src/app/shared/store/actions/reports.action.ts"], "sourcesContent": ["import { createAction, props } from '@ngrx/store';\nimport {\n LOAD_REPORTS,\n LOAD_REPORTS_ERROR,\n STORE_REPORTS,\n UPDATE_REPORT_TZ_VALUE,\n} from './action-types';\n\nexport const loadReportData = createAction(LOAD_REPORTS);\nexport const loadReportsSuccess = createAction(\n STORE_REPORTS,\n props<{ payload: any[] }>()\n);\nexport const loadReportsFailure = createAction(\n LOAD_REPORTS_ERROR,\n props<{ error: any }>()\n);\nexport const updateReportTZ = createAction(\n UPDATE_REPORT_TZ_VALUE,\n props<{ payload: { reportId: string; newValue: number } }>()\n);\n"], "mappings": ";;;;;;;;;;;;AAQO,IAAM,iBAAiB,aAAa,YAAY;AAChD,IAAM,qBAAqB,aAChC,eACA,MAAK,CAAsB;AAEtB,IAAM,qBAAqB,aAChC,oBACA,MAAK,CAAkB;AAElB,IAAM,iBAAiB,aAC5B,wBACA,MAAK,CAAuD;", "names": [] }