JezK
Edit File: sc-product-pills-variant-option.entry.js
import { r as registerInstance, h, F as Fragment } from './index-25e5af33.js'; import { s as state, e as isOptionSoldOut, h as isOptionMissing, b as setProduct } from './watchers-81f32d01.js'; import './index-18f5a1bc.js'; import './google-52867ad8.js'; import './currency-a0c9bff4.js'; import './google-e9085e27.js'; import './utils-f84b2118.js'; import './util-dfbf863e.js'; import './index-c5a96d53.js'; const scProductPillsVariantOptionCss = ".sc-product-pills-variant-option__wrapper{display:flex;flex-wrap:wrap;gap:var(--sc-spacing-x-small)}"; const ScProductPillsVariantOptionStyle0 = scProductPillsVariantOptionCss; const ScProductPillsVariantOption = class { constructor(hostRef) { registerInstance(this, hostRef); this.label = undefined; this.optionNumber = 1; this.productId = undefined; } render() { return (h("sc-form-control", { key: '125baefe2b88d9c2eea35b13d59b3c6412f4af3e', label: this.label }, h("span", { key: '0e08d93c8aae556bad0ae36a538b7b93a1439966', slot: "label" }, this.label), h("div", { key: '891fc231b975e294870ce1296b788e55dfffdf21', class: "sc-product-pills-variant-option__wrapper" }, (state[this.productId].variant_options[this.optionNumber - 1].values || []).map(value => { const isUnavailable = isOptionSoldOut(this.productId, this.optionNumber, value) || isOptionMissing(this.productId, this.optionNumber, value); return (h("sc-pill-option", { isUnavailable: isUnavailable, isSelected: state[this.productId].variantValues[`option_${this.optionNumber}`] === value, onClick: () => setProduct(this.productId, { variantValues: { ...state[this.productId].variantValues, [`option_${this.optionNumber}`]: value, }, }) }, h("span", { "aria-hidden": "true" }, value), h("sc-visually-hidden", null, wp.i18n.sprintf(wp.i18n.__('Select %s: %s.', 'surecart'), this.label, value), isUnavailable && h(Fragment, null, " ", wp.i18n.__('(option unavailable)', 'surecart')), state[this.productId].variantValues[`option_${this.optionNumber}`] === value && h(Fragment, null, " ", wp.i18n.__('This option is currently selected.', 'surecart'))))); })))); } }; ScProductPillsVariantOption.style = ScProductPillsVariantOptionStyle0; export { ScProductPillsVariantOption as sc_product_pills_variant_option }; //# sourceMappingURL=sc-product-pills-variant-option.entry.js.map