FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
esm
Edit File: sc-order-manual-instructions.entry.js
import { r as registerInstance, h, H as Host } from './index-745b6bec.js'; import { o as openWormhole } from './consumer-e06b16d3.js'; const scOrderManualInstructionsCss = ":host{display:block}"; const ScOrderManualInstructionsStyle0 = scOrderManualInstructionsCss; const ScOrderManualInstructions = class { constructor(hostRef) { registerInstance(this, hostRef); this.manualPaymentTitle = undefined; this.manualPaymentInstructions = undefined; } render() { if (!this.manualPaymentInstructions || !this.manualPaymentTitle) { return h(Host, { style: { display: 'none' } }); } return (h("sc-alert", { type: "info", open: true }, h("span", { slot: "title" }, this.manualPaymentTitle), h("div", { innerHTML: this.manualPaymentInstructions }))); } }; openWormhole(ScOrderManualInstructions, ['manualPaymentTitle', 'manualPaymentInstructions'], false); ScOrderManualInstructions.style = ScOrderManualInstructionsStyle0; export { ScOrderManualInstructions as sc_order_manual_instructions }; //# sourceMappingURL=sc-order-manual-instructions.entry.js.map
Save
Back