{"version":3,"file":"chunk-ondkc66m.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 standalone: true,\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","standalone","features","ɵɵStandaloneFeature","ngContentSelectors","_c0","decls","vars","consts","template","rf","ctx","ɵɵelementStart","ɵɵprojection","ɵɵelementEnd","CommonModule","encapsulation","_CrossProductLayoutComponent"],"mappings":"0HAgBaA,CAA2B,CAAA,CAAA,IAAA,CAAlC,IAAOA,CAAAA,CAAP,MAAOA,CAA2B,CACpCC,WAAoBC,CAAAA,CAAAA,CAAkB,CAAlB,IAAA,CAAAA,SAAAA,EAAqB,CAEzCC,UAAQ,CACJ,IAAA,CAAKD,SAASE,WAAY,CAAA,YAAA,CAAc,CAAI,CAAA,EAChD,CAEAC,WAAAA,EAAW,CACP,IAAKH,CAAAA,QAAAA,CAASE,YAAY,YAAc,CAAA,CAAA,CAAK,EACjD,CATSJ,CAAAA,CAAAA,CAAAA,CAAAA,SAAAA,CAAAA,SAAAA,CAAAA,CAAAA,CAAAA,OAAAA,IAAAA,CAAAA,EAAAA,CAAAA,EAA2BM,EAAAC,CAAAA,EAAA,CAAA,CAAA,uBAA3BP,CAA2BQ,CAAAA,SAAAA,CAAA,CAAA,CAAA,yBAAA,CAAA,CAAAC,CAAAA,UAAAA,CAAA,CAAAC,CAAAA,CAAAA,QAAAA,CAAA,CAAAC,EAAA,EAAAC,kBAAAC,CAAAA,CAAAA,CAAAC,MAAA,CAAAC,CAAAA,IAAAA,CAAA,EAAAC,MAAA,CAAA,CAAA,CAAA,CAAA,CAAA,gBAAA,CAAA,CAAA,CAAA,CAAA,CAAA,wBAAA,CAAA,CAAAC,CAAAA,QAAAA,CAAA,SAAAC,CAAAC,CAAAA,CAAAA,CAAA,CAAAD,CAAAA,CAAA,CChBxCE,GAAAA,EAAAA,EAAAA,CAAAA,EAAAA,CAAA,EAAA,KAAA,CAAA,CAAA,EAA4B,CAAA,CAAA,KAAA,CAAA,CAAA,CAEpBC,CAAAA,EAAAA,CAAA,CAAA,CAAA,CACJC,EAAA,EAAA,oBDSUC,EAAY,CAAA,CAAAC,cAAA,CAAA,CAAA,EAIpB,IAAOxB,CAAAA,CAAPyB,CAAOzB,CAAAA,OAAAA,CAA2B,CAAA"}