{"version":3,"sources":["../LuV.LUMAS.Services/scripts/helpers/templateHelperService.ts"],"names":["TemplateHelperService","prototype","getTemplateUrl","templateName","window","$lumasContext","environment","replace","rev","exports"],"mappings":"yGAAA,IAAAA;;;;AAICA,EAAAC,UAAAC,eAAA,SAAeC,GAGd,MADU,sBAAyD,UAApCC,OAAOC,cAAcC,YAA0B,UAAY,IAAKH,EAAaI,QAAQ,OAAQ,IAAG,QAAQH,OAAOC,cAAcG,KAG9JR,GATA,SAAAA,KAAaS,EAAAT,sBAAAA","file":"templateHelperService.js","sourcesContent":["export class TemplateHelperService {\r\n\t/*\r\n\t* returns the url for the template\r\n\t*/\r\n\tgetTemplateUrl(templateName: string) {\r\n\r\n\t\tlet url = `/_lumas/templates/${window.$lumasContext.environment == 'online' ? 'online-' : ''}${templateName.replace(/^\\//g, '')}?rev=${window.$lumasContext.rev}`;\r\n\t\treturn url;\r\n\t} \r\n}"]}