FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
surecart
Edit File: p-132f4967.entry.js
import{r as t,c as s,h as i,a}from"./p-e97fde0a.js";const e=":host{display:block;--sc-tabs-min-width:225px}.tab-group{display:flex;flex-wrap:wrap;position:relative;border:solid 1px transparent;border-radius:0;flex-direction:row}@media screen and (min-width: 750px){.tab-group{flex-wrap:nowrap}}.tab-group__tabs{display:flex;flex-wrap:wrap;flex:0 0 auto;flex-direction:column;margin-bottom:var(--sc-spacing-xx-large)}.tab-group__nav-container{order:1;flex:1 0 100%}@media screen and (min-width: 750px){.tab-group__nav-container{min-width:var(--sc-tabs-min-width);flex:0 1 auto}}.tab-group__body{flex:1 1 auto;order:2}@media screen and (min-width: 750px){.tab-group__body{padding:0 var(--sc-spacing-xx-large)}}::slotted(sc-tab){margin-bottom:var(--sc-spacing-xx-small)}";const o=e;const r=class{constructor(i){t(this,i);this.scTabHide=s(this,"scTabHide",7);this.scTabShow=s(this,"scTabShow",7);this.tabs=[];this.panels=[];this.activeTab=undefined}componentDidLoad(){this.syncTabsAndPanels();this.setAriaLabels();this.setActiveTab(this.getActiveTab()||this.tabs[0],{emitEvents:false});this.mutationObserver=new MutationObserver((()=>{this.syncTabsAndPanels()}));this.mutationObserver.observe(this.el,{attributes:true,childList:true,subtree:true})}disconnectedCallback(){this.mutationObserver.disconnect()}syncTabsAndPanels(){this.tabs=this.getAllTabs();this.panels=this.getAllPanels()}setAriaLabels(){this.tabs.map((t=>{const s=this.panels.find((s=>s.name===t.panel));if(s){t.setAttribute("aria-controls",s.getAttribute("id"));s.setAttribute("aria-labelledby",t.getAttribute("id"))}}))}handleClick(t){const s=t.target;const i=s.closest("sc-tab");const a=i===null||i===void 0?void 0:i.closest("sc-tab-group");if(a!==this.el){return}if(i){this.setActiveTab(i,{scrollBehavior:"smooth"})}}handleKeyDown(t){const s=t.target;const i=s.closest("sc-tab");const a=i===null||i===void 0?void 0:i.closest("sc-tab-group");if(a!==this.el){return true}if(["Enter"," "].includes(t.key)){if(i){this.setActiveTab(i,{scrollBehavior:"smooth"})}}if(["ArrowUp","ArrowDown","Home","End"].includes(t.key)){const s=document.activeElement;if(s&&s.tagName.toLowerCase()==="sc-tab"){let i=this.tabs.indexOf(s);if(t.key==="Home"){i=0}else if(t.key==="End"){i=this.tabs.length-1}else if(t.key==="ArrowUp"){i=Math.max(0,i-1)}else if(t.key==="ArrowDown"){i=Math.min(this.tabs.length-1,i+1)}this.tabs[i].triggerFocus({preventScroll:true});t.preventDefault()}}}setActiveTab(t,s){s=Object.assign({emitEvents:true,scrollBehavior:"auto"},s);if(t&&t!==this.activeTab&&!t.disabled){const i=this.activeTab;this.activeTab=t;this.tabs.map((t=>t.active=t===this.activeTab));this.panels.map((t=>t.active=t.name===this.activeTab.panel));if(s.emitEvents){if(i){this.scTabHide.emit(i.panel)}this.scTabShow.emit(this.activeTab.panel)}}}getActiveTab(){const t=this.getAllTabs();return t.find((t=>t.active))}getAllChildren(){const t=this.el.shadowRoot.querySelectorAll("slot");const s=["sc-tab","sc-tab-panel"];const i=Array.from(t).map((t=>{var s;return(s=t===null||t===void 0?void 0:t.assignedElements)===null||s===void 0?void 0:s.call(t,{flatten:true})})).flat();return i.reduce(((t,s)=>{var i;return t.concat(s,[...((i=s===null||s===void 0?void 0:s.querySelectorAll)===null||i===void 0?void 0:i.call(s,"*"))||[]])}),[]).filter((t=>{var i,a;return s.includes((a=(i=t===null||t===void 0?void 0:t.tagName)===null||i===void 0?void 0:i.toLowerCase)===null||a===void 0?void 0:a.call(i))}))}getAllTabs(t=false){return this.getAllChildren().filter((s=>t?s.tagName.toLowerCase()==="sc-tab":s.tagName.toLowerCase()==="sc-tab"&&!s.disabled))}getAllPanels(){return this.getAllChildren().filter((t=>t.tagName.toLowerCase()==="sc-tab-panel"))}render(){return i("div",{key:"d15de1469e6317b962b65157a4d24ee6b31bf1b5",part:"base",class:{"tab-group":true},onClick:t=>this.handleClick(t),onKeyDown:t=>this.handleKeyDown(t)},i("div",{key:"ac69472db12f2230b60f8ab715fa999e96f3873a",class:"tab-group__nav-container",part:"nav"},i("div",{key:"cb24486c54593b3060ee4fbf8df5a7c91ebca34e",class:"tab-group__nav"},i("div",{key:"a0e018c591d542455aa7d002b054ba93d3f3dbb6",part:"tabs",class:"tab-group__tabs",role:"tablist"},i("slot",{key:"fd59de1d2b089979ff28c30b1137a802b7741b3b",onSlotchange:()=>this.syncTabsAndPanels(),name:"nav"})))),i("div",{key:"9d28b62501956482d0b08d3d6b1dd95d4841c65c",part:"body",class:"tab-group__body"},i("slot",{key:"62d4883f46d4ebf838d9db8c9b1c3ec0885071ef",onSlotchange:()=>this.syncTabsAndPanels()})))}get el(){return a(this)}};r.style=o;export{r as sc_tab_group}; //# sourceMappingURL=p-132f4967.entry.js.map
Save
Back