@leanix/components 0.2.79 → 0.2.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/leanix-components.umd.js +0 -1
- package/bundles/leanix-components.umd.js.map +1 -1
- package/esm2015/lib/core-ui/directives/html.directive.js +0 -1
- package/esm2015/lib/core-ui/directives/html.directive.js.map +1 -1
- package/fesm2015/leanix-components.js +0 -1
- package/fesm2015/leanix-components.js.map +1 -1
- package/package.json +1 -1
@@ -5,7 +5,6 @@ import * as i1 from "@angular/platform-browser";
|
|
5
5
|
* Sanitizes the string assigned to [lxHtml] and sets it as the element's innterHtml
|
6
6
|
* routerLink attributes on anchors will automatically be converted to click handlers.
|
7
7
|
*/
|
8
|
-
/* tslint:disable:no-inner-html */
|
9
8
|
export class HtmlDirective {
|
10
9
|
constructor(elementRef, sanitizer) {
|
11
10
|
this.elementRef = elementRef;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"html.directive.js","sourceRoot":"","sources":["html.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAc,KAAK,EAAa,eAAe,EAAiB,MAAM,eAAe,CAAC;;;AAGxG;;;GAGG;
|
1
|
+
{"version":3,"file":"html.directive.js","sourceRoot":"","sources":["html.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAc,KAAK,EAAa,eAAe,EAAiB,MAAM,eAAe,CAAC;;;AAGxG;;;GAGG;AAEH,MAAM,OAAO,aAAa;IAGxB,YAAoB,UAAmC,EAAU,SAAuB;QAApE,eAAU,GAAV,UAAU,CAAyB;QAAU,cAAS,GAAT,SAAS,CAAc;QAF/E,WAAM,GAAW,EAAE,CAAC;IAE8D,CAAC;IAE5F,WAAW,CAAC,OAAsB;QAChC,IAAI,QAAQ,IAAI,OAAO,EAAE;YACvB,MAAM,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;YACxE,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,SAAS,GAAG,IAAI,IAAI,EAAE,CAAC;SACtD;IACH,CAAC;;0GAVU,aAAa;8FAAb,aAAa;2FAAb,aAAa;kBADzB,SAAS;mBAAC,EAAE,QAAQ,EAAE,UAAU,EAAE;4HAExB,MAAM;sBAAd,KAAK"}
|
@@ -527,7 +527,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.4", ngImpor
|
|
527
527
|
* Sanitizes the string assigned to [lxHtml] and sets it as the element's innterHtml
|
528
528
|
* routerLink attributes on anchors will automatically be converted to click handlers.
|
529
529
|
*/
|
530
|
-
/* tslint:disable:no-inner-html */
|
531
530
|
class HtmlDirective {
|
532
531
|
constructor(elementRef, sanitizer) {
|
533
532
|
this.elementRef = elementRef;
|