{ "version": 3, "sources": ["src/app/store/location/location.actions.ts"], "sourcesContent": ["import { createAction, props } from '@ngrx/store';\nimport { Location } from '@map/models';\n\nexport const getAll = createAction('[Map] Get All Locations');\nexport const getAllSuccess = createAction('[Location Effect] Get All Locations Success', props<{ locations: Location[] }>());\nexport const getAllFailed = createAction('[Location Effect] Get All Locations Failed');\n\nexport const get = createAction('[Map] Get Location', props<{ id: number }>());\nexport const getSuccess = createAction('[Location Effect] Get Location Success', props<{ location: Location }>());\nexport const getFailed = createAction('[Location Effect] Get Location Failed');\n\nexport const select = createAction('[Map Search Bar] Select Location', props<{ id: number }>());\nexport const selectSuccess = createAction('[Location Effect] Select Location Success', props<{ location: Location }>());\nexport const selectFailed = createAction('[Location Effect] Select Location Failed');\n"], "mappings": ";;;;;;AAGO,IAAM,SAAS,aAAa,yBAAyB;AACrD,IAAM,gBAAgB,aAAa,+CAA+C,MAAK,CAA6B;AACpH,IAAM,eAAe,aAAa,4CAA4C;AAE9E,IAAM,MAAM,aAAa,sBAAsB,MAAK,CAAkB;AACtE,IAAM,aAAa,aAAa,0CAA0C,MAAK,CAA0B;AACzG,IAAM,YAAY,aAAa,uCAAuC;AAEtE,IAAM,SAAS,aAAa,oCAAoC,MAAK,CAAkB;AACvF,IAAM,gBAAgB,aAAa,6CAA6C,MAAK,CAA0B;AAC/G,IAAM,eAAe,aAAa,0CAA0C;", "names": [] }