FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
cjs
Edit File: sc-order-manual-instructions.cjs.entry.js
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-8acc3c89.js'); const consumer = require('./consumer-9f4ee0e3.js'); const scOrderManualInstructionsCss = ":host{display:block}"; const ScOrderManualInstructionsStyle0 = scOrderManualInstructionsCss; const ScOrderManualInstructions = class { constructor(hostRef) { index.registerInstance(this, hostRef); this.manualPaymentTitle = undefined; this.manualPaymentInstructions = undefined; } render() { if (!this.manualPaymentInstructions || !this.manualPaymentTitle) { return index.h(index.Host, { style: { display: 'none' } }); } return (index.h("sc-alert", { type: "info", open: true }, index.h("span", { slot: "title" }, this.manualPaymentTitle), index.h("div", { innerHTML: this.manualPaymentInstructions }))); } }; consumer.openWormhole(ScOrderManualInstructions, ['manualPaymentTitle', 'manualPaymentInstructions'], false); ScOrderManualInstructions.style = ScOrderManualInstructionsStyle0; exports.sc_order_manual_instructions = ScOrderManualInstructions; //# sourceMappingURL=sc-order-manual-instructions.cjs.entry.js.map
Save
Back