{ "version": 3, "sources": ["libs/crm/dynamic/src/lib/crm-components/profile/profile-cards-panel/contact-profile-cards-panel.service.ts"], "sourcesContent": ["import { Inject, Injectable } from '@angular/core';\nimport { EMPTY, Observable } from 'rxjs';\nimport { CrmDependencies, CrmInjectionToken, ProfileCard } from '@galaxy/crm/static';\n\n@Injectable()\nexport class ContactProfileCardsPanelService {\n public readonly contactProfileCards$: Observable;\n\n constructor(@Inject(CrmInjectionToken) private readonly config: CrmDependencies) {\n this.contactProfileCards$ = this.config.contact?.profileCards$ ?? EMPTY;\n }\n}\n"], "mappings": "gGAKA,IAAaA,GAA+B,IAAA,CAAtC,IAAOA,EAAP,MAAOA,CAA+B,CAG1CC,YAAwDC,EAAuB,CAAvB,KAAAA,OAAAA,EACtD,KAAKC,qBAAuB,KAAKD,OAAOE,SAASC,eAAiBC,CACpE,yCALWN,GAA+BO,EAGtBC,CAAiB,CAAA,CAAA,wBAH1BR,EAA+BS,QAA/BT,EAA+BU,SAAA,CAAA,EAAtC,IAAOV,EAAPW,SAAOX,CAA+B,GAAA", "names": ["ContactProfileCardsPanelService", "constructor", "config", "contactProfileCards$", "contact", "profileCards$", "EMPTY", "\u0275\u0275inject", "CrmInjectionToken", "factory", "\u0275fac", "_ContactProfileCardsPanelService"] }