FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
components
Edit File: sc-dashboard-module2.js
import{proxyCustomElement,HTMLElement,h}from"@stencil/core/internal/client";import{d as defineCustomElement$2}from"./sc-alert2.js";import{d as defineCustomElement$1}from"./sc-icon2.js";const scDashboardModuleCss=":host{display:block;position:relative}.dashboard-module{display:grid;gap:var(--sc-dashboard-module-spacing, 1em)}.heading{font-family:var(--sc-font-sans);display:flex;flex-wrap:wrap;gap:1em;align-items:center;justify-content:space-between}.heading__text{display:grid;flex:1;gap:calc(var(--sc-dashboard-module-spacing, 1em) / 2)}@media screen and (min-width: 720px){.heading{gap:2em}}.heading__title{font-size:var(--sc-dashbaord-module-heading-size, var(--sc-font-size-x-large));font-weight:var(--sc-dashbaord-module-heading-weight, var(--sc-font-weight-bold));line-height:var(--sc-dashbaord-module-heading-line-height, var(--sc-line-height-dense));white-space:nowrap}.heading__description{font-size:var(--sc-font-size-normal);line-height:var(--sc-line-height-dense);opacity:0.85}",ScDashboardModuleStyle0=scDashboardModuleCss,ScDashboardModule=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.heading=void 0,this.error=void 0,this.loading=void 0}render(){return h("div",{key:"012ba04f3564bb748e2a5bdcc55b62d97640a144",class:"dashboard-module",part:"base"},!!this.error&&h("sc-alert",{key:"dc5f12e5b763f0eca4c81747dace157ba29237f1",exportparts:"base:error__base, icon:error__icon, text:error__text, title:error__title, message:error__message",open:!!this.error,type:"danger"},h("span",{key:"8f85b79b60efca6daa22c12caa4b2c15dd8fe3ee",slot:"title"},wp.i18n.__("Error","surecart")),this.error),h("div",{key:"4fe82d45e7449ff79ff39a0781768828b60053a0",class:"heading",part:"heading"},h("div",{key:"5c225cebd854beacc3ae4cbf26e142a6d4aee5bf",class:"heading__text",part:"heading-text"},h("div",{key:"c5e63ffac581a1b9f2bc2f891191f6f91cae5743",class:"heading__title",part:"heading-title"},h("slot",{key:"02dfa41420765e75638e1b3ada3fea1160f45f1a",name:"heading","aria-label":this.heading},this.heading)),h("div",{key:"52ca31dea72bacbd7513e609e7182565805b6e1a",class:"heading__description",part:"heading-description"},h("slot",{key:"0a3c22df56fcd904edaff811ddadde998798afbe",name:"description"}))),h("slot",{key:"94e48332610efa7555d7e3865d312686d80bffd3",name:"end"})),h("slot",{key:"851da089a17f72ccfc9fbf73cce8fb3a0dec62e4"}))}static get style(){return ScDashboardModuleStyle0}},[1,"sc-dashboard-module",{heading:[1],error:[1],loading:[4]}]);function defineCustomElement(){"undefined"!=typeof customElements&&["sc-dashboard-module","sc-alert","sc-icon"].forEach((e=>{switch(e){case"sc-dashboard-module":customElements.get(e)||customElements.define(e,ScDashboardModule);break;case"sc-alert":customElements.get(e)||defineCustomElement$2();break;case"sc-icon":customElements.get(e)||defineCustomElement$1()}}))}export{ScDashboardModule as S,defineCustomElement as d};
Save
Back