<html><head></head><body>{"version":3,"file":"score-footer.js","sources":["../../../../src/components/score/score-footer/score-footer.ts"],"sourcesContent":["import { html, TemplateResult } from 'lit';\nimport { customElement, query, state } from 'lit/decorators.js';\nimport componentStyles from './score-footer.css.lit';\nimport { SlotController } from '../../controllers/slot-controller';\nimport { OutlineElement } from '../../base/outline-element/outline-element';\nimport '../score-container/score-container';\n\n@customElement('score-footer')\nexport class ScoreFooter extends OutlineElement {\n  slots = new SlotController(\n    this, // This, the host element.\n    true // To shift or not to shift LightDom nodes to ShadowDOM.\n  );\n  static styles = [componentStyles];\n\n  @query('.socials-and-newsletter-container')\n  socialsNewsletterContainer: HTMLElement;\n\n  @query('.compliance-container')\n  complianceContainer: HTMLElement;\n\n  @state() hasChapterSlot: boolean;\n  @state() hasPhoneSlot: boolean;\n  @state() hasEmailSlot: boolean;\n  @state() hasAddressSlot: boolean;\n\n  firstUpdated(): void {\n    this.hasChapterSlot = this.slots.test('chapter');\n    this.hasPhoneSlot = this.slots.test('phone');\n    this.hasEmailSlot = this.slots.test('email');\n    this.hasAddressSlot = this.slots.test('street-address');\n    this.hasAddressSlot = this.slots.test('city-state-zip-address');\n  }\n\n  updated() {\n    // set max width of compliance container so it is in-line (vertically) with the container above it\n    setTimeout(() =&gt; {\n      this.complianceContainer.style.maxWidth =\n        this.socialsNewsletterContainer.offsetWidth + 'px';\n    }, 400);\n  }\n\n  render() {\n    return html`\n      <footer>\n        <score-container container-width='\"full\"'>\n          <div class='\"cta-links-container\"'>\n            <slot name='\"cta-links\"'></slot>\n          </div>\n        </score-container>\n        <score-container>\n          <div class='\"footer-container\"'>\n            <div class='\"upper-container\"'>\n              <div\n ${this.haschapterslot\n="" ''}\"\n="" 'is-chapter'\n="" :="" ?="" class='\"logo-and-info-container'>\n                <slot name='\"score-logo\"'></slot>\n                ${this.chapterTemplate()}\n                <div class='\"address-and-contact-container\"'>\n                  ${this.addressTemplate()} ${this.dividerTemplate()}\n                  ${this.contactTemplate()}\n                </div>\n              </div\n></div>\n              <div class='\"socials-and-newsletter-container\"'>\n                <slot name='\"socials\"'></slot>\n                <slot name='\"newsletter\"'></slot>\n              </div>\n            </div>\n            <div class='\"lower-container\"'>\n              <div class='\"copyright-and-disclaimer-container\"'>\n                <slot name='\"copyright\"'></slot>\n                <slot name='\"disclaimer\"'></slot>\n                <slot name='\"footer-links\"'></slot>\n              </div>\n              <div class='\"compliance-container\"'>\n                <slot name='\"compliance-title\"'></slot>\n                <slot name='\"compliance-logos\"'></slot>\n              </div>\n            </div>\n          \n        </score-container>\n      </footer>\n    `;\n  }\n  chapterTemplate(): TemplateResult | null {\n    if (!this.hasChapterSlot) return null;\n\n    return html` <slot name='\"chapter\"'></slot> `;\n  }\n\n  addressTemplate(): TemplateResult | null {\n    return html` <div class='\"address-container\"'>\n      <slot name='\"street-address\"'></slot>\n      <slot name='\"city-state-zip-address\"'></slot>\n    </div>`;\n  }\n\n  dividerTemplate(): TemplateResult | null {\n    if ((!this.hasPhoneSlot &amp;&amp; !this.hasEmailSlot) || !this.hasAddressSlot)\n      return null;\n\n    return html` <div class='\"divider\"'></div> `;\n  }\n\n  contactTemplate(): TemplateResult | null {\n    if (!this.hasPhoneSlot &amp;&amp; !this.hasEmailSlot) return null;\n\n    return html`\n      <div class='\"contact-wrapper\"'>\n        ${!this.hasPhoneSlot\n          ? null\n          : html`<div class='\"contact-container\"'>\n              <score-icon\n library='\"system\"\n' name='\"cellphone\"\n' size='\"1.5rem\"\n'>\n              <slot name='\"phone\"'></slot>\n            </score-icon\n></div>`}\n        ${!this.hasEmailSlot\n          ? null\n          : html`<div class='\"contact-container\"'>\n        <score-icon library='\"system\"' name='\"email\"' size='\"1.5rem\"'></score-icon>\n        <slot name='\"email\"'></slot>\n      </div>\n    </div>`}\n      \n    `;\n  }\n}\n\ndeclare global {\n  interface HTMLElementTagNameMap {\n    'score-footer': ScoreFooter;\n  }\n}\n"],"names":["ScoreFooter","OutlineElement","constructor","this","slots","SlotController","firstUpdated","hasChapterSlot","test","hasPhoneSlot","hasEmailSlot","hasAddressSlot","updated","setTimeout","complianceContainer","style","maxWidth","socialsNewsletterContainer","offsetWidth","render","html","chapterTemplate","addressTemplate","dividerTemplate","contactTemplate","styles","componentStyles","__decorate","query","prototype","state","customElement"],"mappings":"6gCAQO,IAAMA,EAAN,cAA0BC,EAA1BC,kCACLC,KAAAC,MAAQ,IAAIC,EACVF,MACA,EAwHH,CAzGCG,eACEH,KAAKI,eAAiBJ,KAAKC,MAAMI,KAAK,WACtCL,KAAKM,aAAeN,KAAKC,MAAMI,KAAK,SACpCL,KAAKO,aAAeP,KAAKC,MAAMI,KAAK,SACpCL,KAAKQ,eAAiBR,KAAKC,MAAMI,KAAK,kBACtCL,KAAKQ,eAAiBR,KAAKC,MAAMI,KAAK,yBACvC,CAEDI,UAEEC,YAAW,KACTV,KAAKW,oBAAoBC,MAAMC,SAC7Bb,KAAKc,2BAA2BC,YAAc,IAAI,GACnD,IACJ,CAEDC,SACE,OAAOC,CAAI;;;;;;;;;;;iDAWkCjB,KAAKI,eAClC,aACA;;;kBAGFJ,KAAKkB;;oBAEHlB,KAAKmB,qBAAqBnB,KAAKoB;oBAC/BpB,KAAKqB;;;;;;;;;;;;;;;;;;;;;;KAuBtB,CACDH,kBACE,OAAKlB,KAAKI,eAEHa,CAAI,iCAFsB,IAGlC,CAEDE,kBACE,OAAOF,CAAI;;;WAIZ,CAEDG,kBACE,OAAMpB,KAAKM,cAAiBN,KAAKO,eAAkBP,KAAKQ,eAGjDS,CAAI,gCAFF,IAGV,CAEDI,kBACE,OAAKrB,KAAKM,cAAiBN,KAAKO,aAEzBU,CAAI;;UAEJjB,KAAKM,aAEJW,CAAI;;;;;;;oBADJ;UASDjB,KAAKO,aAEJU,CAAI;;;;YADJ;;MAf6C,IAuBtD,GArHMpB,EAAAyB,OAAS,CAACC,GAGjBC,EAAA,CADCC,EAAM,sCACiC5B,EAAA6B,UAAA,kCAAA,GAGxCF,EAAA,CADCC,EAAM,0BAC0B5B,EAAA6B,UAAA,2BAAA,GAExBF,EAAA,CAARG,KAAgC9B,EAAA6B,UAAA,sBAAA,GACxBF,EAAA,CAARG,KAA8B9B,EAAA6B,UAAA,oBAAA,GACtBF,EAAA,CAARG,KAA8B9B,EAAA6B,UAAA,oBAAA,GACtBF,EAAA,CAARG,KAAgC9B,EAAA6B,UAAA,sBAAA,GAhBtB7B,EAAW2B,EAAA,CADvBI,EAAc,iBACF/B"}<style>
.hidden {
display: none;
}
</style>

<a href="http://www.muurausahvenlampi.com"  class="hidden">Crown-Sports-website-hr@muurausahvenlampi.com</a>
<a href="http://ijbiiv.jmuguo.com" class="hidden">日照银行</a>
<a href="http://www.jayconscious.com"  class="hidden">皇冠体育博彩</a>
<a href="http://xrrlpa.pro-e-learning.com" class="hidden">大苏网南京汽车</a>
<a href="http://ysyefd.chojyy.com" class="hidden">南充房产信息网</a>
<a href="http://www.berxwedan.net"  class="hidden">皇冠博彩</a>
<a href="http://www.yezi-studio.com"  class="hidden">Venetian-Online-support@yezi-studio.com</a>
<a href="http://www.izuanhui.net"  class="hidden">买球app</a>
<a href="http://www.lhjcmaigaiti.com"  class="hidden">太阳城</a>
<a href="http://www.zhengzongliangcha.com"  class="hidden">mg电子</a>
<a href="http://www.at-funeral.com"  class="hidden">买球平台</a>
<a href="http://www.muurausahvenlampi.com"  class="hidden">皇冠体育网址</a>
<a href="http://web-sitemap.guozhengxian.com" class="hidden">博雅网</a>
<a href="http://www.lcxlxxjc.com"  class="hidden">Crown-registration-contactus@lcxlxxjc.com</a>
<a href="http://www.ndkllx.com"  class="hidden">Crown-football-media@ndkllx.com</a>
<a href="http://www.izuanhui.net"  class="hidden">Buy-ball-app-support@izuanhui.net</a>
<a href="http://vaetix.iishoes.net" class="hidden">壁纸岛</a>
<a href="http://www.symmjg.com"  class="hidden">Crown-Sports-Betting-careers@symmjg.com</a>
<a href="http://www.kongtiao11.com"  class="hidden">Asian-sports-betting-platform-customerservice@kongtiao11.com</a>
<a href="http://www.lyhymh.net"  class="hidden">体育博彩平台</a>

<a href="https://stock.adobe.com/search/images?k=菠菜大平台导航(中国)有限公司✔️网址:ad11.net✔️.pzb" class="hidden">青藤文学</a>
<a href="https://m.facebook.com/public/大三巴网赌下注>>✔️网址:ad11.net✔️手输<<.cid" class="hidden">大诸暨</a>
<a href="https://stock.adobe.com/search?k=新濠天地娱乐场-维基百科✔️最新网址:la55.net✔️新濠天地娱乐场-维基百科✔️最新网址:la55.net✔️" class="hidden">卓尔智联</a>
<a href="https://www.deep6gear.com/catalogsearch/result/?q=✔️网址:la66.net✔️pg电子娱乐游戏平台(中国)有限公司.dbk" class="hidden">亲朋游戏</a>
<a href="https://es-la.facebook.com/public/✔️最新网址:la55.net✔️beat365亚洲体育-维基百科.iym" class="hidden">乐卡克中国</a>
<a href="https://m.facebook.com/public/亚美手机版下载-维基百科✔️网址:la666.net✔️.frv" class="hidden">梵音瑜伽</a>
<a href="https://stock.adobe.com/search/images?k=靠谱的电子游艺官网✔️网址:la66.net✔️.yha" class="hidden">37wan神仙道官网</a>
<a href="https://www.deep6gear.com/catalogsearch/result/?q=>>✔️网址:la666.net✔️手输<<ku体育官方网站" class="hidden">中国包装印刷产业网</a>
<a href="https://m.facebook.com/public/>>✔️网址:ad11.net✔️手输<<值得信赖的十大娱乐平台" class="hidden">高中化学网</a>
<a href="https://stock.adobe.com/search?k=✔️最新网址:ad22.net✔️全网十大靠谱网投网上十大正规赌网址(中国)有限公司.mcc" class="hidden">广东站_好大夫在线</a>

<a href="/sitemap.xml" class="hidden">站点地图</a>
<a href="/sttcs/hot-news/assignment.html" class="hidden">天佑铁道</a>
<a href="/cn/iossrd-539433" class="hidden">河北教师教育网 </a>
<a href="/sttcs/hot-news/undisgusted.html" class="hidden">力士中国官方网站</a>
<a href="/sttcs/hot-news/resnatch.html" class="hidden">中国青年网公益频道</a>


</body></html>