JezK
Edit File: sc-subscription.entry.js
import { r as registerInstance, h, F as Fragment, a as getElement } from './index-25e5af33.js'; import './fetch-cdff67be.js'; import { o as onFirstVisible } from './lazy-deb42890.js'; import { p as productNameWithPrice } from './price-1ff6aa07.js'; import { a as addQueryArgs } from './add-query-args-0e2a8393.js'; import { a as apiFetch } from './index-824c562b.js'; import './remove-query-args-938c53ea.js'; import './currency-a0c9bff4.js'; const scSubscriptionCss = ":host{display:block}.subscription{display:grid;gap:0.5em}.subscription a{text-decoration:none;font-weight:var(--sc-font-weight-semibold);display:inline-flex;align-items:center;gap:0.25em;color:var(--sc-color-primary-500)}.subscription a.cancel{color:var(--sc-color-danger-500)}@media screen and (max-width: 720px){.subscription__action-buttons{--sc-flex-column-gap:var(--sc-spacing-xxx-small)}.subscription__action-buttons::part(base){flex-direction:column}.subscription__action-buttons sc-button::part(base){width:auto;height:2em}}"; const ScSubscriptionStyle0 = scSubscriptionCss; const ScSubscription = class { constructor(hostRef) { registerInstance(this, hostRef); this.subscriptionId = undefined; this.showCancel = undefined; this.heading = undefined; this.query = undefined; this.protocol = undefined; this.subscription = undefined; this.updatePaymentMethodUrl = undefined; this.loading = undefined; this.cancelModal = undefined; this.resubscribeModal = undefined; this.busy = undefined; this.error = undefined; } componentWillLoad() { onFirstVisible(this.el, () => { if (!this.subscription) { this.getSubscription(); } }); } async cancelPendingUpdate() { var _a; const r = confirm(wp.i18n.__('Are you sure you want to cancel the pending update to your plan?', 'surecart')); if (!r) return; try { this.busy = true; this.subscription = (await apiFetch({ path: addQueryArgs(`surecart/v1/subscriptions/${(_a = this.subscription) === null || _a === void 0 ? void 0 : _a.id}/`, { expand: ['price', 'price.product', 'product.bundle_items', 'bundle_item.component_product', 'current_period', 'period.checkout', 'purchase', 'purchase.license', 'license.activations', 'discount', 'discount.coupon'], }), method: 'PATCH', data: { purge_pending_update: true, }, })); } catch (e) { if (e === null || e === void 0 ? void 0 : e.message) { this.error = e.message; } else { this.error = wp.i18n.__('Something went wrong', 'surecart'); } console.error(this.error); } finally { this.busy = false; } } async renewSubscription() { var _a; try { this.error = ''; this.busy = true; this.subscription = (await apiFetch({ path: addQueryArgs(`surecart/v1/subscriptions/${(_a = this.subscription) === null || _a === void 0 ? void 0 : _a.id}/renew`, { expand: [ 'price', 'price.product', 'product.bundle_items', 'bundle_item.component_product', 'current_period', 'period.checkout', 'purchase', 'purchase.license', 'license.activations', 'discount', 'discount.coupon', ], }), method: 'PATCH', })); } catch (e) { this.error = (e === null || e === void 0 ? void 0 : e.message) || wp.i18n.__('Something went wrong', 'surecart'); } finally { this.busy = false; } } /** Get all subscriptions */ async getSubscription() { var _a; try { this.loading = true; this.subscription = (await await apiFetch({ path: addQueryArgs(`surecart/v1/subscriptions/${this.subscriptionId || ((_a = this.subscription) === null || _a === void 0 ? void 0 : _a.id)}`, { expand: [ 'price', 'price.product', 'product.bundle_items', 'bundle_item.component_product', 'current_period', ], ...(this.query || {}), }), })); } catch (e) { if (e === null || e === void 0 ? void 0 : e.message) { this.error = e.message; } else { this.error = wp.i18n.__('Something went wrong', 'surecart'); } console.error(this.error); } finally { this.loading = false; } } renderName(subscription) { var _a; if (typeof ((_a = subscription === null || subscription === void 0 ? void 0 : subscription.price) === null || _a === void 0 ? void 0 : _a.product) !== 'string') { return productNameWithPrice(subscription === null || subscription === void 0 ? void 0 : subscription.price); } return wp.i18n.__('Subscription', 'surecart'); } renderRenewalText(subscription) { const tag = h("sc-subscription-status-badge", { subscription: subscription }); if ((subscription === null || subscription === void 0 ? void 0 : subscription.cancel_at_period_end) && subscription.current_period_end_at) { return (h("span", null, tag, ' ', /* translators: %s: current period end date */ wp.i18n.sprintf(wp.i18n.__('Your plan will be canceled on %s', 'surecart'), subscription.current_period_end_at_date))); } if (subscription.status === 'trialing' && subscription.trial_end_at) { return (h("span", null, tag, ' ', /* translators: %s: trial end date */ wp.i18n.sprintf(wp.i18n.__('Your plan begins on %s', 'surecart'), subscription.trial_end_at_date))); } if (subscription.status === 'active' && subscription.current_period_end_at) { return (h("span", null, tag, ' ', /* translators: %s: current period end date */ wp.i18n.sprintf(wp.i18n.__('Your plan renews on %s', 'surecart'), subscription.current_period_end_at_date))); } return tag; } renderEmpty() { return h("slot", { name: "empty" }, wp.i18n.__('This subscription does not exist.', 'surecart')); } renderLoading() { return (h("sc-stacked-list-row", { style: { '--columns': '2' }, "mobile-size": 0 }, h("div", { style: { padding: '0.5em' } }, h("sc-skeleton", { style: { width: '30%', marginBottom: '0.75em' } }), h("sc-skeleton", { style: { width: '20%', marginBottom: '0.75em' } }), h("sc-skeleton", { style: { width: '40%' } })))); } renderContent() { if (this.loading) { return this.renderLoading(); } if (!this.subscription) { return this.renderEmpty(); } return (h(Fragment, null, h("sc-subscription-next-payment", { subscription: this.subscription, updatePaymentMethodUrl: this.updatePaymentMethodUrl }, h("sc-subscription-details", { subscription: this.subscription })))); } render() { var _a, _b, _c, _d, _e, _f, _g, _h; const paymentMethodExists = (this === null || this === void 0 ? void 0 : this.subscription.payment_method) || (this === null || this === void 0 ? void 0 : this.subscription.manual_payment); return (h("sc-dashboard-module", { key: '78a45bb0ce9967dda9c3b100cf8bef0273967b11', heading: this.heading || wp.i18n.__('Current Plan', 'surecart'), class: "subscription", error: this.error }, !!this.subscription && ((_a = this === null || this === void 0 ? void 0 : this.subscription) === null || _a === void 0 ? void 0 : _a.can_modify) && (h("sc-flex", { key: 'a82728c8d8d2e2e562ad5b3c3e04a817e43052ca', slot: "end", class: "subscription__action-buttons" }, this.updatePaymentMethodUrl && paymentMethodExists && (h("sc-button", { key: '5f928b9dd5141b8d7e746d395c6013c8581266c0', type: "link", href: this.updatePaymentMethodUrl }, h("sc-icon", { key: '3db474f6c8413e365053f6854a8ad1e613899e87', name: "credit-card", slot: "prefix" }), wp.i18n.__('Update Payment Method', 'surecart'))), !paymentMethodExists && (h("sc-button", { key: '1164fb352f86fea0bf38e874850133958e8b1221', type: "link", href: addQueryArgs(window.location.href, { action: 'create', model: 'payment_method', id: this === null || this === void 0 ? void 0 : this.subscription.id, ...(((_b = this === null || this === void 0 ? void 0 : this.subscription) === null || _b === void 0 ? void 0 : _b.live_mode) === false ? { live_mode: false } : {}), }) }, h("sc-icon", { key: '187720570fb49633668e6131b401c188e248a4e1', name: "credit-card", slot: "prefix" }), wp.i18n.__('Add Payment Method', 'surecart'))), !!Object.keys((_c = this.subscription) === null || _c === void 0 ? void 0 : _c.pending_update).length && (h("sc-button", { key: 'c14c59e7a6e41f8dca3518defa597fefd890cdf4', type: "link", onClick: () => this.cancelPendingUpdate() }, h("sc-icon", { key: '1a3966d7b22e1feb2963977e6c1d7be6eb9b2812', name: "x-octagon", slot: "prefix" }), wp.i18n.__('Cancel Scheduled Update', 'surecart'))), ((_d = this === null || this === void 0 ? void 0 : this.subscription) === null || _d === void 0 ? void 0 : _d.cancel_at_period_end) ? (h("sc-button", { type: "link", onClick: () => this.renewSubscription() }, h("sc-icon", { name: "repeat", slot: "prefix" }), wp.i18n.__('Restore Plan', 'surecart'))) : (((_e = this.subscription) === null || _e === void 0 ? void 0 : _e.status) !== 'canceled' && ((_f = this.subscription) === null || _f === void 0 ? void 0 : _f.current_period_end_at) && this.showCancel && (h("sc-button", { type: "link", onClick: () => (this.cancelModal = true) }, h("sc-icon", { name: "x", slot: "prefix" }), wp.i18n.__('Cancel Plan', 'surecart')))), ((_g = this.subscription) === null || _g === void 0 ? void 0 : _g.status) === 'canceled' && (h("sc-button", { key: '80778e8299ab29c9fe492d16f6f9ddd1fde9a61e', type: "link", ...(!!((_h = this.subscription) === null || _h === void 0 ? void 0 : _h.payment_method) || (this === null || this === void 0 ? void 0 : this.subscription.manual_payment) ? { onClick: () => (this.resubscribeModal = true), } : { href: this === null || this === void 0 ? void 0 : this.updatePaymentMethodUrl, }) }, h("sc-icon", { key: 'f794c5333207328e469902fc8c4e42643dc23a37', name: "repeat", slot: "prefix" }), wp.i18n.__('Resubscribe', 'surecart'))))), h("sc-card", { key: '52052d392fc7aecce249c110b81aaa1ba1e37809', style: { '--overflow': 'hidden' }, noPadding: true }, this.renderContent()), this.busy && h("sc-block-ui", { key: 'd1fe847c908ede0917b47087c79bd5406aab32fa', spinner: true }), h("sc-cancel-dialog", { key: 'd1b272280db57a8599567decfe6292269ed42cad', subscription: this.subscription, protocol: this.protocol, open: this.cancelModal, onScRequestClose: () => (this.cancelModal = false), onScRefresh: () => this.getSubscription() }, h("slot", { key: '1f8a507d9f22af26df5333813fec54a73fcfa4e8', name: "cancel-popup-content", slot: "cancel-popup-content" })), h("sc-subscription-reactivate", { key: '81e1998f1dcb1aeedca212220f8eb896152ecd74', subscription: this.subscription, open: this.resubscribeModal, onScRequestClose: () => (this.resubscribeModal = false), onScRefresh: () => this.getSubscription() }))); } get el() { return getElement(this); } }; ScSubscription.style = ScSubscriptionStyle0; export { ScSubscription as sc_subscription }; //# sourceMappingURL=sc-subscription.entry.js.map