FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
surecart
Edit File: p-db159239.entry.js
import{r as t,h as s,a}from"./p-e97fde0a.js";import{a as i}from"./p-dd3464cd.js";import{o as e}from"./p-b719a497.js";import{a as o}from"./p-401e165e.js";import"./p-d3366af3.js";const h=":host{display:block}.download__details{opacity:0.75}";const d=h;const n=class{constructor(s){t(this,s);this.query={page:1,per_page:10};this.allLink=undefined;this.heading=undefined;this.isCustomer=undefined;this.requestNonce=undefined;this.purchases=[];this.loading=undefined;this.busy=undefined;this.error=undefined;this.pagination={total:0,total_pages:0}}componentWillLoad(){e(this.el,(()=>{this.initialFetch()}))}async initialFetch(){if(!this.isCustomer){return}try{this.loading=true;await this.getItems()}catch(t){console.error(this.error);this.error=(t===null||t===void 0?void 0:t.message)||wp.i18n.__("Something went wrong","surecart")}finally{this.loading=false}}async fetchItems(){if(!this.isCustomer){return}try{this.busy=true;await this.getItems()}catch(t){console.error(this.error);this.error=(t===null||t===void 0?void 0:t.message)||wp.i18n.__("Something went wrong","surecart")}finally{this.busy=false}}async getItems(){const t=await await i({path:o(`surecart/v1/purchases/`,{expand:["product","product.downloads","download.media"],downloadable:true,revoked:false,...this.query}),parse:false});this.pagination={total:parseInt(t.headers.get("X-WP-Total")),total_pages:parseInt(t.headers.get("X-WP-TotalPages"))};this.purchases=await t.json();return this.purchases}nextPage(){this.query.page=this.query.page+1;this.fetchItems()}prevPage(){this.query.page=this.query.page-1;this.fetchItems()}render(){var t;return s("sc-purchase-downloads-list",{key:"c0dd0e760d5cf286e50a4e31e9dce207556da2b0",heading:this.heading,allLink:this.allLink&&this.pagination.total_pages>1?this.allLink:"",loading:this.loading,busy:this.busy,requestNonce:this.requestNonce,error:this.error,purchases:this.purchases},s("span",{key:"02b04ae7544a1ef891780953d8b07bb01acdd068",slot:"heading"},s("slot",{key:"03745b18a6a5f656d4d3eb268969ac08b42fdd99",name:"heading"},this.heading||wp.i18n.__("Downloads","surecart"))),s("sc-pagination",{key:"8ca0f52229ada26f1b3c495fb1a30cc0e9f1d54b",slot:"after",page:this.query.page,perPage:this.query.per_page,total:this.pagination.total,totalPages:this.pagination.total_pages,totalShowing:(t=this===null||this===void 0?void 0:this.purchases)===null||t===void 0?void 0:t.length,onScNextPage:()=>this.nextPage(),onScPrevPage:()=>this.prevPage()}))}get el(){return a(this)}};n.style=d;export{n as sc_dashboard_downloads_list}; //# sourceMappingURL=p-db159239.entry.js.map
Save
Back