{"version":3,"file":"chunk-h9cdc3ts.js","sources":["packages/vanilla/lib/features/cross-product-layout/src/cross-product-layout.component.ts","packages/vanilla/lib/features/cross-product-layout/src/cross-product-layout.component.html"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { Component, OnDestroy, OnInit } from '@angular/core';\n\nimport { HtmlNode } from '@frontend/vanilla/core';\n\n/**\n * @description Adds standalone css class to html node and displays content with dlg-responsive css class\n *\n * @stable\n */\n@Component({\n imports: [CommonModule],\n selector: 'lh-cross-product-layout',\n templateUrl: 'cross-product-layout.component.html',\n})\nexport class CrossProductLayoutComponent implements OnInit, OnDestroy {\n constructor(private htmlNode: HtmlNode) {}\n\n ngOnInit(): void {\n this.htmlNode.setCssClass('standalone', true);\n }\n\n ngOnDestroy(): void {\n this.htmlNode.setCssClass('standalone', false);\n }\n}\n","
\n
\n \n
\n
\n"],"names":["CrossProductLayoutComponent","constructor","htmlNode","ngOnInit","setCssClass","ngOnDestroy","ɵɵdirectiveInject","HtmlNode","selectors","ngContentSelectors","_c0","decls","vars","consts","template","rf","ctx","ɵɵelementStart","ɵɵprojection","ɵɵelementEnd","CommonModule","encapsulation","_CrossProductLayoutComponent"],"mappings":"iHAeaA,CAA2B,CAAA,CAAA,IAAA,CAAlC,IAAOA,CAAAA,CAAP,MAAOA,CAA2B,CACpCC,YAAoBC,CAAkB,CAAA,CAAlB,KAAAA,QAAAA,CAAAA,EAAqB,CAEzCC,QAAQ,EAAA,CACJ,KAAKD,QAASE,CAAAA,WAAAA,CAAY,aAAc,IAAI,EAChD,CAEAC,WAAW,EAAA,CACP,KAAKH,QAASE,CAAAA,WAAAA,CAAY,aAAc,KAAK,EACjD,yCATSJ,CAA2BM,EAAAA,EAAAA,CAAAC,EAAA,CAAA,CAAA,uBAA3BP,CAA2BQ,CAAAA,SAAAA,CAAA,CAAA,CAAA,yBAAA,CAAA,CAAA,CAAAC,kBAAAC,CAAAA,CAAAA,CAAAC,MAAA,CAAAC,CAAAA,IAAAA,CAAA,EAAAC,MAAA,CAAA,CAAA,CAAA,CAAA,CAAA,gBAAA,EAAA,CAAA,CAAA,CAAA,wBAAA,CAAA,CAAA,CAAAC,SAAA,SAAAC,CAAAA,CAAAC,EAAA,CAAAD,CAAAA,CAAA,SCfxCE,EAAA,CAAA,CAAA,CAAA,MAAA,CAAA,CAAA,CAA4B,EAAA,KAAA,CAAA,CAAA,EAEpBC,EAAA,CAAA,CAAA,EACJC,EAAA,EAAA,oBDQUC,EAAY,CAAA,CAAAC,cAAA,CAAA,CAAA,EAIpB,IAAOrB,CAAAA,CAAPsB,CAAOtB,CAAAA,OAAAA,CAA2B,CAAA"}