FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
collection
/
components
/
ui
/
card
Edit File: sc-card.js
import{h}from"@stencil/core";export class ScCard{constructor(){this.noDivider=void 0,this.borderless=void 0,this.noPadding=void 0,this.href=void 0,this.loading=void 0,this.hasTitleSlot=void 0}componentWillLoad(){this.handleSlotChange()}handleSlotChange(){this.hasTitleSlot=!!this.el.querySelector('[slot="title"]')}render(){const e=this.href?"a":"div";return h(e,{key:"d36f7f3d4bc505ec8444b873f326c1bb264183f5",part:"base",class:{card:!0,"card--borderless":this.borderless,"card--no-padding":this.noPadding}},h("slot",{key:"4d9287db1df7a0e6dc3f329640cc5c7b8716d5bc"}))}static get is(){return"sc-card"}static get encapsulation(){return"shadow"}static get originalStyleUrls(){return{$:["sc-card.scss"]}}static get styleUrls(){return{$:["sc-card.css"]}}static get properties(){return{noDivider:{type:"boolean",mutable:!1,complexType:{original:"boolean",resolved:"boolean",references:{}},required:!1,optional:!1,docs:{tags:[],text:"Eliminate the divider"},attribute:"no-divider",reflect:!1},borderless:{type:"boolean",mutable:!1,complexType:{original:"boolean",resolved:"boolean",references:{}},required:!1,optional:!1,docs:{tags:[],text:"Is this card borderless."},attribute:"borderless",reflect:!1},noPadding:{type:"boolean",mutable:!1,complexType:{original:"boolean",resolved:"boolean",references:{}},required:!1,optional:!1,docs:{tags:[],text:"Remove padding"},attribute:"no-padding",reflect:!1},href:{type:"string",mutable:!1,complexType:{original:"string",resolved:"string",references:{}},required:!1,optional:!1,docs:{tags:[],text:"A link for the card."},attribute:"href",reflect:!1},loading:{type:"boolean",mutable:!1,complexType:{original:"boolean",resolved:"boolean",references:{}},required:!1,optional:!1,docs:{tags:[],text:"Is this card loading."},attribute:"loading",reflect:!1}}}static get states(){return{hasTitleSlot:{}}}static get elementRef(){return"el"}}
Save
Back