{ "version": 3, "sources": ["apps/partner-center-client/src/app/common/pipes/price.pipe.ts"], "sourcesContent": ["import { Pipe, PipeTransform } from '@angular/core';\nimport { BillingFrequency } from '../../core/types';\nimport { formatDisplayPrice } from '../../core/utils/pipe-utils';\n\n@Pipe({ standalone: true, name: 'price' })\nexport class PricePipe implements PipeTransform {\n transform(\n value: any,\n currency: string,\n billingFrequency?: BillingFrequency,\n isCents = true,\n translateZero = true,\n displaySymbol = true,\n ): any {\n return formatDisplayPrice(value, currency, billingFrequency, isCents, translateZero, displaySymbol);\n }\n}\n"], "mappings": "iFAKA,IAAaA,GAAS,IAAA,CAAhB,IAAOA,EAAP,MAAOA,CAAS,CACpBC,UACEC,EACAC,EACAC,EACAC,EAAU,GACVC,EAAgB,GAChBC,EAAgB,GAAI,CAEpB,OAAOC,EAAmBN,EAAOC,EAAUC,EAAkBC,EAASC,EAAeC,CAAa,CACpG,yCAVWP,EAAS,oCAATA,EAASS,KAAA,GAAAC,WAAA,EAAA,CAAA,EAAhB,IAAOV,EAAPW,SAAOX,CAAS,GAAA", "names": ["PricePipe", "transform", "value", "currency", "billingFrequency", "isCents", "translateZero", "displaySymbol", "formatDisplayPrice", "pure", "standalone", "_PricePipe"] }