{"version":3,"sources":["Themes/Default/Content/ts/Shared/KnockoutBindings/Bootstrap/Services/popoverService.ts"],"names":[],"mappings":";;;;IAQA,IAAiB,eAAe,CAyB/B;IAzBD,WAAiB,eAAe;QAC5B,SAAgB,qBAAqB,CAAC,WAAmC;YACrE,IAAM,SAAS,GAAG,EAAE,CAAC;YAErB,EAAE,CAAC,cAAc,CAAC,WAAW,CAAC,eAAe,CAAC,UAAU,EAAE,WAAW,CAAC,eAAe,CAAC,IAAI,EAAE,EAAE,cAAc,EAAE,IAAI,EAAE,CAAC,oBAAoB,EAAE,EAAE,EAAE,SAAS,CAAC,CAAC;YAE1J,OAAO,SAAS,CAAC;QACrB,CAAC;QANe,qCAAqB,wBAMpC,CAAA;QAED,SAAgB,mBAAmB,CAAC,WAAmC;YACnE,OAAO,2JAG6B,WAAW,CAAC,KAAK,+FAGpD,CAAC;QACN,CAAC;QARe,mCAAmB,sBAQlC,CAAA;QAED,SAAgB,qBAAqB,CAAC,KAA0C;YAC5E,OAAO,+CACoB,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,iCACrC,yCAAmB,CAAC,iBAAiB,EAAE,eAC5C,CAAC;QACN,CAAC;QALe,qCAAqB,wBAKpC,CAAA;IACL,CAAC,EAzBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAyB/B","file":"popoverService.js","sourcesContent":["import * as ko from \"knockout\";\r\n\r\n// Models\r\nimport { PopoverOptionOverrides } from \"Content/ts/Models/Bootstrap/TooltipsPopovers/popoverConfiguration\";\r\n\r\n// Services\r\nimport { FontAwesomeServices } from \"Content/ts/Shared/KnockoutBindings/Services/fontAwesomeServices\";\r\n\r\nexport namespace PopoverServices {\r\n export function RenderPopoverTemplate(allbindings: PopoverOptionOverrides): string {\r\n const container = \"\";\r\n\r\n ko.renderTemplate(allbindings.PopoverTemplate.Identifier, allbindings.PopoverTemplate.Data, { templateEngine: new ko.nativeTemplateEngine() }, container);\r\n\r\n return container;\r\n }\r\n\r\n export function BasePopoverTemplate(allbindings: PopoverOptionOverrides): string {\r\n return `\r\n