UNPKG

graphdb-workbench

Version:
1 lines 1.73 kB
import{h,Host}from"@stencil/core";export class OntoCookieConsent{constructor(){this.showModal=!1,this.openModal=e=>{e.preventDefault(),this.showModal=!0},this.handleConsentClick=()=>{this.consentGiven.emit()}}onDialogClose(){this.showModal=!1}render(){return h(Host,{key:"dba3fc373e9ad60ada7f86d11acbe1b1ed24a92d"},h("div",{key:"414c970a3a4b263e8f3f5d066dc8bb22b8194c48",class:"cookie-consent-modal"},h("section",{key:"6a1cccadb167b301738fb6a453b7d300e93ba18b",class:"cookie-consent-content"},h("span",{key:"1b60fbb2c50049e568ac0cc34875a0df388ea176"},h("translate-label",{key:"f64506a6ea5d01ac231a3f06377c84654cf8e0c7",labelKey:"cookie.cookie_consent"}),h("a",{key:"bd467bae7911ec9248f6296a655651fee07db73c",id:"cookie-policy-link",href:"#",onClick:this.openModal,class:"btn btn-link p-0"},h("translate-label",{key:"3c43ff2eb701200253fffb1c17f53355f52af11a",labelKey:"cookie.cookie_policy_url_label"})),"."),h("button",{key:"6a6c6029a325cd39fbdf0b74c3bd2ca6157f81ae",id:"accept-cookie-policy",class:"onto-btn onto-btn-primary",onClick:this.handleConsentClick},h("translate-label",{key:"b7dfb20b211927f2aec4199beb35e582768db96c",labelKey:"common.button.ok"})))),this.showModal&&h("onto-cookie-policy-dialog",{key:"b3a905894b4683b6b7b45809f1e97139cd998088",dialogHandler:this}))}static get is(){return"onto-cookie-consent"}static get originalStyleUrls(){return{$:["onto-cookie-consent.scss"]}}static get styleUrls(){return{$:["onto-cookie-consent.css"]}}static get states(){return{showModal:{}}}static get events(){return[{method:"consentGiven",name:"consentGiven",bubbles:!0,cancelable:!0,composed:!0,docs:{tags:[],text:"Event emitter for when consent is given"},complexType:{original:"void",resolved:"void",references:{}}}]}}