{"version":3,"file":"chunk-djs5lyfv.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","<div class=\"dlg-responsive\">\n    <div class=\"dlg-responsive-content\">\n        <ng-content />\n    </div>\n</div>\n"],"names":["CrossProductLayoutComponent","constructor","htmlNode","ngOnInit","setCssClass","ngOnDestroy","ɵɵdirectiveInject","HtmlNode","selectors","standalone","features","ɵɵStandaloneFeature","ngContentSelectors","_c0","decls","vars","consts","template","rf","ctx","ɵɵelementStart","ɵɵtext","ɵɵprojection","ɵɵelementEnd","CommonModule","encapsulation","_CrossProductLayoutComponent"],"mappings":"uJAgBaA,IAAAA,CAAAA,CAAAA,CAAAA,GAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAA2B,IAAA,CAAlC,IAAOA,CAAP,CAAA,MAAOA,CAA2B,CACpCC,WAAAA,CAAoBC,CAAkB,CAAA,CAAlB,KAAAA,QAAAA,CAAAA,EAAqB,CAEzCC,QAAQ,EAAA,CACJ,KAAKD,QAASE,CAAAA,WAAAA,CAAY,YAAc,CAAA,CAAA,CAAI,EAChD,CAEAC,WAAAA,EAAW,CACP,IAAA,CAAKH,SAASE,WAAY,CAAA,YAAA,CAAc,CAAK,CAAA,EACjD,yCATSJ,CAA2BM,EAAAA,EAAAA,CAAAC,EAAA,CAAA,CAAA,uBAA3BP,CAA2BQ,CAAAA,SAAAA,CAAA,CAAA,CAAA,yBAAA,CAAA,CAAA,CAAAC,UAAA,CAAA,CAAA,CAAA,CAAAC,SAAA,CAAAC,EAAA,CAAAC,CAAAA,kBAAAA,CAAAC,EAAAC,KAAA,CAAA,CAAA,CAAAC,KAAA,CAAAC,CAAAA,MAAAA,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,SChBxCE,EAAA,CAAA,CAAA,CAAA,MAAA,CAAA,CAAA,CACIC,GAAA,CAAA,CAAA;AAAA,IAAA,CAAA,CAAA,CAAAD,GAAA,CAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CACIC,GAAA,CAAA,CAAA;AAAA,QAAA,CAAA,CAAA,CAAAC,EAAA,CAAA,CAAA,CACJD,CAAAA,EAAAA,CAAA,CAAA,CAAA;KAAA,CAAAE,CAAAA,EAAAA,EACJF,CAAAA,EAAAA,CAAA,CAAA,CAAA;CAAA,CAAAE,CAAAA,EAAAA,EACAF,CAAAA,EAAAA,CAAA,CAAA,CAAA;CAAA,CDOcG,EAAAA,CAAAA,CAAAA,YAAAA,CAAAA,CAAAA,EAAY,CAAAC,CAAAA,aAAAA,CAAA,CAAA,CAAA,EAIpB,IAAOzB,CAAAA,CAAP0B,CAAO1B,CAAAA,OAAAA,CAA2B,CAAA"}