@justifi/webcomponents 5.7.7 → 6.0.0-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{Api-DLhABIj9.js → Api-DyimBzKT.js} +1 -1
- package/dist/cjs/{ComponentError-C4MdBBMe.js → ComponentError-D4OLnOkg.js} +10 -0
- package/dist/cjs/{Refund-1bG6RRPO.js → Refund-BefKONu4.js} +248 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -1
- package/dist/cjs/bank-account-document-form-inputs_4.cjs.entry.js +8 -9
- package/dist/cjs/bank-account-form.cjs.entry.js +66 -0
- package/dist/cjs/{business.service-CaCyLLFW.js → business.service-BB6zl4Gc.js} +3 -5
- package/dist/cjs/card-form.cjs.entry.js +74 -0
- package/dist/cjs/{check-pkg-version-D6Kztnv7.js → check-pkg-version-DiQ-d5Nl.js} +10 -6
- package/dist/cjs/{checkout.service-DgD37tJv.js → checkout.service-B-R80p4f.js} +3 -5
- package/dist/cjs/checkout.store-BGvYPPz0.js +88 -0
- package/dist/cjs/checkouts-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{checkouts-table-Bzpqcsu0.js → checkouts-table-DjMdEiEW.js} +1 -1
- package/dist/cjs/{custom-popper.cjs.entry.js → custom-popper_2.cjs.entry.js} +22 -2
- package/dist/cjs/dinero-BwNN_k7x.js +1657 -0
- package/dist/cjs/{dispute.service-C0w_4Agq.js → dispute.service-B5tITFAh.js} +3 -5
- package/dist/cjs/form-alert_5.cjs.entry.js +4 -4
- package/dist/cjs/form-control-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/form-control-date.cjs.entry.js +2 -2
- package/dist/cjs/form-control-file-v2_2.cjs.entry.js +3 -3
- package/dist/cjs/form-control-monetary-provisioning.cjs.entry.js +2 -2
- package/dist/cjs/form-control-monetary.cjs.entry.js +4 -3
- package/dist/cjs/form-control-number-masked_2.cjs.entry.js +3 -3
- package/dist/cjs/form-control-number.cjs.entry.js +2 -2
- package/dist/cjs/form-control-radio.cjs.entry.js +2 -2
- package/dist/cjs/{form-control-select_3.cjs.entry.js → form-control-select_2.cjs.entry.js} +4 -23
- package/dist/cjs/{get-business-BJrtsomz.js → get-business-o5jPq_ME.js} +2 -2
- package/dist/cjs/{get-payment-details-BbfnopoD.js → get-payment-details-BfgRmNL4.js} +5 -7
- package/dist/cjs/{get-payout-csv-CXEQkjDm.js → get-payout-csv-DE_D9y08.js} +2 -2
- package/dist/cjs/{get-subaccounts-CpCJjnYt.js → get-subaccounts-Bnfv2tEN.js} +5 -7
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +3 -2
- package/dist/cjs/{iframe-input_4.cjs.entry.js → hidden-input_2.cjs.entry.js} +111 -153
- package/dist/cjs/index-D-dD-aC2.js +30 -0
- package/dist/cjs/index.cjs.js +8 -0
- package/dist/cjs/{insurance-state-e44s1lUQ.js → insurance-state-d2thhXUX.js} +18 -0
- package/dist/cjs/justifi-additional-questions-form-step-core_6.cjs.entry.js +4 -5
- package/dist/cjs/justifi-additional-questions-form-step_9.cjs.entry.js +17 -18
- package/dist/cjs/justifi-additional-statement_8.cjs.entry.js +8 -8
- package/dist/cjs/justifi-apple-pay.cjs.entry.js +782 -0
- package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +373 -0
- package/dist/cjs/justifi-business-details.cjs.entry.js +11 -12
- package/dist/cjs/justifi-business-form.cjs.entry.js +10 -11
- package/dist/cjs/justifi-business-representative-form-inputs.cjs.entry.js +1 -1
- package/dist/cjs/justifi-checkout-summary_7.cjs.entry.js +1421 -0
- package/dist/cjs/justifi-checkout.cjs.entry.js +69 -99
- package/dist/cjs/justifi-checkouts-list-filters.cjs.entry.js +11 -12
- package/dist/cjs/justifi-checkouts-list.cjs.entry.js +13 -14
- package/dist/cjs/justifi-dispute-management-core.cjs.entry.js +1 -1
- package/dist/cjs/justifi-dispute-management.cjs.entry.js +10 -11
- package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +13 -14
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +8 -9
- package/dist/cjs/justifi-order-terminals.cjs.entry.js +12 -13
- package/dist/cjs/justifi-owner-form_3.cjs.entry.js +12 -13
- package/dist/cjs/justifi-payment-details.cjs.entry.js +11 -12
- package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +11 -12
- package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +10 -11
- package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +4 -3
- package/dist/cjs/justifi-payments-list.cjs.entry.js +12 -13
- package/dist/cjs/justifi-payout-details.cjs.entry.js +10 -11
- package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +10 -11
- package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +4 -3
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +13 -14
- package/dist/cjs/justifi-refund-payment.cjs.entry.js +10 -11
- package/dist/cjs/justifi-saved-payment-method.cjs.entry.js +31 -0
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +120 -18
- package/dist/cjs/justifi-skeleton.cjs.entry.js +17 -0
- package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +6 -7
- package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +10 -11
- package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +5 -6
- package/dist/cjs/justifi-terminals-list.cjs.entry.js +12 -13
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{package-C0-LCfay.js → package-Be2aoTf8.js} +1 -1
- package/dist/cjs/payment-details-core.cjs.entry.js +10 -9
- package/dist/cjs/payment-method-option-utils-WYHIHy-l.js +15 -0
- package/dist/cjs/payment-method-option.cjs.entry.js +17 -0
- package/dist/cjs/{payment-provisioning-actions-BkWSDJQQ.js → payment-provisioning-actions-CZVlnRA0.js} +2 -2
- package/dist/cjs/{payment.service-CtSdIJoy.js → payment.service-aR96UW5e.js} +3 -5
- package/dist/cjs/payments-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{payments-table-CUGE6F-R.js → payments-table-BE8u0-i0.js} +1 -1
- package/dist/cjs/payout-details-core.cjs.entry.js +5 -4
- package/dist/cjs/{payout.service-7DP6F8x7.js → payout.service-6Cl_yXXQ.js} +3 -5
- package/dist/cjs/payouts-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{payouts-table-Ca9HqjV7.js → payouts-table-BbydhJUr.js} +1 -1
- package/dist/cjs/table-filters-menu.cjs.entry.js +1 -1
- package/dist/cjs/terminal-orders-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{terminal-orders-table-DPe_2FNB.js → terminal-orders-table-B4HjERrK.js} +3 -5
- package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
- package/dist/cjs/{terminal.service-BR9g1yaB.js → terminal.service-D1FAYZzd.js} +3 -5
- package/dist/cjs/terminals-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{terminals-table-DDoJIYZu.js → terminals-table-C79Xc4FI.js} +1 -1
- package/dist/cjs/{utils-Dewr6SlQ.js → utils-ChCUZgUy.js} +3 -1661
- package/dist/cjs/{utils-l0veqT9y.js → utils-DvUQQLmR.js} +1 -1
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/actions/checkout/checkout-actions.js +2 -1
- package/dist/collection/api/ApplePay.js +119 -0
- package/dist/collection/api/BillingInformation.js +1 -0
- package/dist/collection/api/Checkout.js +1 -3
- package/dist/collection/api/ComponentError.js +10 -0
- package/dist/collection/api/Payment.js +5 -2
- package/dist/collection/api/PaymentMethod.js +1 -0
- package/dist/collection/api/services/apple-pay.service.js +293 -0
- package/dist/collection/api/services/plaid.service.js +20 -0
- package/dist/collection/assets/plaid-icon.svg +1 -0
- package/dist/collection/collection-manifest.json +17 -9
- package/dist/collection/components/business-forms/business-form/additional-questions/additional-questions.js +1 -1
- package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +1 -1
- package/dist/collection/components/business-forms/business-form/business-representative/business-representative.js +1 -1
- package/dist/collection/components/business-forms/business-form/legal-address-form/legal-address-form.js +1 -1
- package/dist/collection/components/business-forms/owner-form/identity-address/identity-address-form.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form-core.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form-inputs.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/bank-account-document-inputs.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/bank-account-form-inputs.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-inputs.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/form-control-monetary-provisioning.js +2 -2
- package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-core.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-buttons.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-steps.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-form-step.js +1 -1
- package/dist/collection/components/checkout/billing-form/billing-form-schema.js +3 -3
- package/dist/collection/components/checkout/card-form/card-form.js +2 -2
- package/dist/collection/components/checkout/checkout.js +136 -53
- package/dist/collection/components/checkout/payment-method-option-utils.js +0 -1
- package/dist/collection/components/checkout/save-new-payment-method.js +9 -5
- package/dist/collection/components/checkout/saved-payment-method.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list-core.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list-filters.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list.js +1 -1
- package/dist/collection/components/dispute-management/dispute-management-core.js +1 -1
- package/dist/collection/components/dispute-management/dispute-management.js +1 -1
- package/dist/collection/components/dispute-management/dispute-notification.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/additional-statement.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/cancellation-policy.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/customer-details.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/dispute-response-core.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/dispute-response.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/duplicate-charge.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/electronic-evidence.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/product-or-service.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/refund-policy.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/shipping-details.js +1 -1
- package/dist/collection/components/filters/table-filters-menu.js +1 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +1 -1
- package/dist/collection/components/insurance/insurance-state.js +18 -1
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +118 -12
- package/dist/collection/components/modular-checkout/ModularCheckout.js +28 -0
- package/dist/collection/components/modular-checkout/modular-checkout.js +525 -0
- package/dist/collection/components/modular-checkout/sub-components/apple-pay-skeleton.js +10 -0
- package/dist/collection/components/modular-checkout/sub-components/apple-pay.js +509 -0
- package/dist/collection/components/{checkout/billing-form → modular-checkout/sub-components}/bank-account-billing-form-simple.js +7 -5
- package/dist/collection/components/modular-checkout/sub-components/bank-account-skeleton.js +10 -0
- package/dist/collection/components/modular-checkout/sub-components/bank-account.js +98 -0
- package/dist/collection/components/{checkout/billing-form → modular-checkout/sub-components}/billing-form-full.js +12 -8
- package/dist/collection/components/{checkout/billing-form → modular-checkout/sub-components}/card-billing-form-simple.js +7 -5
- package/dist/collection/components/modular-checkout/sub-components/card-form-skeleton.js +10 -0
- package/dist/collection/components/modular-checkout/sub-components/card-form.js +102 -0
- package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +113 -0
- package/dist/collection/components/modular-checkout/sub-components/plaid-payment-method.js +885 -0
- package/dist/collection/components/modular-checkout/sub-components/plaid-payment-method.test.js +124 -0
- package/dist/collection/components/modular-checkout/sub-components/saved-payment-methods.js +42 -0
- package/dist/collection/components/modular-checkout/sub-components/sezzle-payment-method.js +144 -0
- package/dist/collection/components/modular-checkout/sub-components/summary.js +12 -0
- package/dist/collection/components/order-terminals/order-terminals.js +1 -1
- package/dist/collection/components/order-terminals/terminal-quantity-selector/terminal-quantity-selector.js +1 -1
- package/dist/collection/components/payment-details/payment-details-core.js +8 -8
- package/dist/collection/components/payment-transactions-list/payment-transactions-list.js +1 -1
- package/dist/collection/components/payments-list/payments-list-core.js +1 -1
- package/dist/collection/components/payments-list/payments-list-filters.js +2 -2
- package/dist/collection/components/payments-list/payments-list.js +1 -1
- package/dist/collection/components/payout-details/payout-details-core.js +3 -3
- package/dist/collection/components/payout-transactions-list/payout-transactions-list.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-filters.js +2 -2
- package/dist/collection/components/payouts-list/payouts-list.js +1 -1
- package/dist/collection/components/terminal-orders-list/terminal-orders-list-core.js +1 -1
- package/dist/collection/components/terminal-orders-list/terminal-orders-list-filters.js +2 -2
- package/dist/collection/components/terminal-orders-list/terminal-orders-list.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list-core.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list-filters.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list.js +1 -1
- package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +317 -78
- package/dist/collection/index.js +1 -0
- package/dist/collection/store/checkout.store.js +78 -0
- package/dist/collection/ui-components/apple-pay-button.js +146 -0
- package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
- package/dist/collection/ui-components/form/form-control-checkbox.js +2 -2
- package/dist/collection/ui-components/form/form-control-date.js +2 -2
- package/dist/collection/ui-components/form/form-control-file-v2.js +1 -1
- package/dist/collection/ui-components/form/form-control-file.js +2 -2
- package/dist/collection/ui-components/form/form-control-monetary.js +2 -2
- package/dist/collection/ui-components/form/form-control-number-masked.js +2 -2
- package/dist/collection/ui-components/form/form-control-number.js +2 -2
- package/dist/collection/ui-components/form/form-control-radio.js +5 -5
- package/dist/collection/ui-components/form/form-control-select.js +2 -2
- package/dist/collection/ui-components/form/form-control-text.js +2 -2
- package/dist/collection/ui-components/form/form-control-textarea.js +2 -2
- package/dist/collection/ui-components/form/hidden-input.js +1 -1
- package/dist/collection/ui-components/form/iframe-input.js +10 -5
- package/dist/collection/ui-components/index.js +1 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +176 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +83 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-radio-list-item.js +155 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +108 -0
- package/dist/collection/utils/check-pkg-version.js +6 -0
- package/dist/docs.json +5408 -5097
- package/dist/esm/{Api-BJv2_XdA.js → Api-DAWuvzbl.js} +1 -1
- package/dist/esm/{ComponentError-SdntD1xf.js → ComponentError-Cjcsf8ku.js} +11 -1
- package/dist/esm/{Dispute-7MWRbTXI.js → Dispute-BH0Xfn-F.js} +1 -1
- package/dist/esm/{Refund-Dwnnpqim.js → Refund-CVh70dXA.js} +247 -2
- package/dist/esm/additional-questions-details_5.entry.js +4 -3
- package/dist/esm/{badge-XXatxWS0.js → badge-DSYSJcRy.js} +1 -1
- package/dist/esm/bank-account-document-form-inputs_4.entry.js +12 -13
- package/dist/{module/bank-account-form2.js → esm/bank-account-form.entry.js} +12 -36
- package/dist/esm/business-details-core.entry.js +3 -3
- package/dist/esm/{business.service-Di9jP2_p.js → business.service-cQrH5BqF.js} +4 -6
- package/dist/esm/{button-C-ZZ9yD1.js → button-CpllL0At.js} +1 -1
- package/dist/esm/card-form.entry.js +72 -0
- package/dist/esm/{check-pkg-version-8KHO3ihW.js → check-pkg-version-CAnDiqiu.js} +11 -7
- package/dist/esm/{checkout.service-l-H_OIZa.js → checkout.service-Bbgi1I6V.js} +4 -6
- package/dist/esm/checkout.store-CCdFOPCK.js +83 -0
- package/dist/esm/checkouts-list-core.entry.js +11 -12
- package/dist/esm/{checkouts-table-DmwocPX2.js → checkouts-table-Ddf2I-Ul.js} +3 -3
- package/dist/esm/{custom-popper.entry.js → custom-popper_2.entry.js} +22 -3
- package/dist/esm/dinero-HXpYMWUU.js +1655 -0
- package/dist/esm/{dispute.service-CaEbHFjw.js → dispute.service-CrZsNDW8.js} +4 -6
- package/dist/esm/form-alert_5.entry.js +5 -5
- package/dist/esm/form-control-checkbox.entry.js +5 -5
- package/dist/esm/form-control-date.entry.js +4 -4
- package/dist/esm/{form-control-error-text-eKr_QuRZ.js → form-control-error-text-R7U07nTg.js} +1 -1
- package/dist/esm/form-control-file-v2_2.entry.js +5 -5
- package/dist/esm/{form-control-help-text-Dw2vjMQ5.js → form-control-help-text-CRLH-2f7.js} +1 -1
- package/dist/esm/form-control-monetary-provisioning.entry.js +5 -5
- package/dist/esm/form-control-monetary.entry.js +7 -6
- package/dist/esm/form-control-number-masked_2.entry.js +5 -5
- package/dist/esm/form-control-number.entry.js +5 -5
- package/dist/esm/form-control-radio.entry.js +3 -3
- package/dist/esm/{form-control-select_3.entry.js → form-control-select_2.entry.js} +7 -25
- package/dist/esm/{get-business-GEPTefIj.js → get-business-Crb6P-iI.js} +2 -2
- package/dist/esm/{get-payment-details-BOpjKcRB.js → get-payment-details-0VzpMNY9.js} +5 -7
- package/dist/esm/{get-payout-csv-D7IYYqVL.js → get-payout-csv-D-Lnooki.js} +2 -2
- package/dist/esm/{get-subaccounts-0Ri4RB5r.js → get-subaccounts-9UMbyFiT.js} +6 -8
- package/dist/esm/gross-payment-chart-core.entry.js +6 -5
- package/dist/esm/{header-1-BnwrlkS-.js → header-1-3M9If0gM.js} +1 -1
- package/dist/esm/{header-3-IOnOCyak.js → header-3-CWa41YWq.js} +1 -1
- package/dist/esm/{iframe-input_4.entry.js → hidden-input_2.entry.js} +106 -146
- package/dist/esm/index-CbL73B6U.js +30 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/insurance-state-CTalqbNa.js +45 -0
- package/dist/esm/justifi-additional-questions-form-step-core_6.entry.js +8 -9
- package/dist/esm/justifi-additional-questions-form-step_9.entry.js +20 -21
- package/dist/esm/justifi-additional-statement_8.entry.js +9 -9
- package/dist/esm/justifi-apple-pay.entry.js +780 -0
- package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +363 -0
- package/dist/esm/justifi-business-details.entry.js +13 -14
- package/dist/esm/justifi-business-form.entry.js +15 -16
- package/dist/esm/justifi-business-representative-form-inputs.entry.js +2 -2
- package/dist/esm/justifi-checkout-summary_7.entry.js +1413 -0
- package/dist/esm/justifi-checkout.entry.js +69 -99
- package/dist/esm/justifi-checkouts-list-filters.entry.js +7 -8
- package/dist/esm/justifi-checkouts-list.entry.js +15 -16
- package/dist/esm/justifi-details.entry.js +2 -2
- package/dist/esm/justifi-dispute-management-core.entry.js +2 -2
- package/dist/esm/justifi-dispute-management.entry.js +11 -12
- package/dist/esm/justifi-dispute-notification_3.entry.js +16 -17
- package/dist/esm/justifi-gross-payment-chart.entry.js +11 -12
- package/dist/esm/justifi-order-terminals.entry.js +15 -16
- package/dist/esm/justifi-owner-form_3.entry.js +14 -15
- package/dist/esm/justifi-payment-details.entry.js +13 -14
- package/dist/esm/justifi-payment-provisioning-core.entry.js +4 -4
- package/dist/esm/justifi-payment-provisioning.entry.js +12 -13
- package/dist/esm/justifi-payment-transactions-list.entry.js +14 -15
- package/dist/esm/justifi-payments-list-filters.entry.js +5 -4
- package/dist/esm/justifi-payments-list.entry.js +15 -16
- package/dist/esm/justifi-payout-details.entry.js +13 -14
- package/dist/esm/justifi-payout-transactions-list.entry.js +14 -15
- package/dist/esm/justifi-payouts-list-filters.entry.js +5 -4
- package/dist/esm/justifi-payouts-list.entry.js +17 -18
- package/dist/esm/justifi-refund-payment.entry.js +14 -15
- package/dist/esm/justifi-saved-payment-method.entry.js +29 -0
- package/dist/esm/justifi-season-interruption-insurance.entry.js +122 -20
- package/dist/esm/justifi-skeleton.entry.js +15 -0
- package/dist/esm/justifi-terminal-orders-list-filters.entry.js +8 -9
- package/dist/esm/justifi-terminal-orders-list.entry.js +13 -14
- package/dist/esm/justifi-terminals-list-filters.entry.js +7 -8
- package/dist/esm/justifi-terminals-list.entry.js +15 -16
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{package-BOCuVjGs.js → package-CnWtPu8L.js} +1 -1
- package/dist/esm/pagination-menu.entry.js +1 -1
- package/dist/esm/{parts-CVGBVdVC.js → parts-RvUQ__Pq.js} +1 -1
- package/dist/esm/payment-details-core.entry.js +15 -14
- package/dist/esm/payment-method-option-utils-lUHAQVFl.js +15 -0
- package/dist/esm/payment-method-option.entry.js +15 -0
- package/dist/esm/{payment-provisioning-actions-BIfyW239.js → payment-provisioning-actions-ONP8lDnV.js} +2 -2
- package/dist/esm/{payment.service-Dz5mhgIm.js → payment.service-TxyxCg0E.js} +4 -6
- package/dist/esm/payments-list-core.entry.js +12 -13
- package/dist/esm/{payments-status-CN8wEqKC.js → payments-status-5orNU2Rd.js} +1 -1
- package/dist/esm/{payments-table-SmMgUr5X.js → payments-table-gkJV5GNK.js} +3 -3
- package/dist/esm/payout-details-core.entry.js +11 -10
- package/dist/esm/{payout.service-DUnRbCmv.js → payout.service-BOwZ4wWh.js} +4 -6
- package/dist/esm/payouts-list-core.entry.js +12 -13
- package/dist/esm/{payouts-status-BzTh9X2W.js → payouts-status-CZPwa2AE.js} +1 -1
- package/dist/esm/{payouts-table-SB6q0e7V.js → payouts-table-0PtktGRd.js} +3 -3
- package/dist/esm/{skeleton-DK6mW457.js → skeleton-qMb0_Cjy.js} +1 -1
- package/dist/esm/{spinner-CWoD0q_S.js → spinner-DUzyWLhj.js} +1 -1
- package/dist/esm/{table-KCj3mM1K.js → table-Br3n9Xu-.js} +2 -2
- package/dist/esm/table-filters-menu.entry.js +3 -3
- package/dist/esm/terminal-orders-list-core.entry.js +11 -12
- package/dist/esm/{terminal-orders-table-CPsSDEWs.js → terminal-orders-table-DTBSIMlJ.js} +6 -8
- package/dist/esm/terminal-quantity-selector.entry.js +2 -2
- package/dist/esm/{terminal.service-Vhk3qPk2.js → terminal.service-E6dZlM43.js} +4 -6
- package/dist/esm/terminals-list-core.entry.js +11 -12
- package/dist/esm/{terminals-table-CAavYaG5.js → terminals-table-TGUKTi7I.js} +3 -3
- package/dist/esm/{utils-Dccsn9BY.js → utils-BeQLScSm.js} +1 -1
- package/dist/esm/{utils-CKEiU2Q5.js → utils-BscIVFn8.js} +3 -1660
- package/dist/esm/{utils-_kzStVq_.js → utils-Dg6gMUTv.js} +1 -1
- package/dist/esm/webcomponents.js +1 -1
- package/dist/module/{check-pkg-version.js → Analytics.js} +28 -24
- package/dist/module/ModularCheckout.js +30 -0
- package/dist/module/Refund.js +331 -1
- package/dist/module/additional-questions.js +1 -1
- package/dist/module/additional-statement.js +2 -2
- package/dist/module/badge.js +1 -1
- package/dist/module/bank-account-billing-form-simple.js +9 -4
- package/dist/module/bank-account-document-inputs.js +3 -5
- package/dist/module/bank-account-form-inputs2.js +1 -1
- package/dist/module/bank-account-form.js +86 -1
- package/dist/module/bank-account.js +103 -0
- package/dist/module/billing-form-full.js +14 -11
- package/dist/module/billing-form-schema.js +3 -3
- package/dist/module/business-additional-questions-form-step.js +2 -2
- package/dist/module/business-bank-account-form-step-core.js +2 -4
- package/dist/module/business-bank-account-form-step.js +3 -5
- package/dist/module/business-core-info-form-step.js +2 -2
- package/dist/module/business-core-info.js +1 -1
- package/dist/module/business-details-core2.js +1 -0
- package/dist/module/business-documents-on-file2.js +2 -1
- package/dist/module/business-owners-form-step-core.js +1 -0
- package/dist/module/business-owners-form-step.js +2 -2
- package/dist/module/business-representative-form-inputs.js +1 -1
- package/dist/module/business-representative-form-step.js +2 -2
- package/dist/module/business-representative.js +1 -1
- package/dist/module/business-terms-conditions-form-step.js +2 -4
- package/dist/module/business.service.js +1 -3
- package/dist/module/button.js +1 -1
- package/dist/module/cancellation-policy.js +2 -2
- package/dist/module/card-billing-form-simple.js +9 -4
- package/dist/module/card-form.js +94 -1
- package/dist/module/card-form2.js +28 -13
- package/dist/module/checkout.service.js +1 -3
- package/dist/module/checkout.store.js +81 -0
- package/dist/module/checkouts-list-core2.js +6 -6
- package/dist/module/custom-popper2.js +2 -2
- package/dist/module/customer-details.js +2 -2
- package/dist/module/dinero.js +1655 -0
- package/dist/module/dispute-management-core.js +2 -2
- package/dist/module/dispute-notification.js +3 -2
- package/dist/module/dispute-response-actions.js +1 -3
- package/dist/module/dispute-response-core.js +2 -2
- package/dist/module/dispute-response.js +4 -3
- package/dist/module/duplicate-charge.js +2 -2
- package/dist/module/electronic-evidence.js +2 -2
- package/dist/module/form-alert2.js +1 -1
- package/dist/module/form-control-checkbox2.js +4 -3
- package/dist/module/form-control-date2.js +3 -2
- package/dist/module/form-control-file-v22.js +1 -1
- package/dist/module/form-control-file2.js +3 -2
- package/dist/module/form-control-monetary-provisioning2.js +4 -3
- package/dist/module/form-control-monetary2.js +4 -3
- package/dist/module/form-control-number-masked2.js +3 -2
- package/dist/module/form-control-number.js +4 -3
- package/dist/module/form-control-radio2.js +4 -4
- package/dist/module/form-control-select2.js +3 -2
- package/dist/module/form-control-text2.js +3 -2
- package/dist/module/form-control-textarea2.js +3 -3
- package/dist/module/get-business.js +1 -1
- package/dist/module/get-payment-details.js +2 -4
- package/dist/module/get-payout-csv.js +1 -1
- package/dist/module/get-subaccounts.js +2 -4
- package/dist/module/gross-payment-chart-core2.js +2 -2
- package/dist/module/header-2.js +8 -0
- package/dist/module/header-3.js +8 -0
- package/dist/module/hidden-input2.js +2 -2
- package/dist/module/identity-address-form.js +1 -1
- package/dist/module/iframe-input2.js +6 -6
- package/dist/module/index.js +1 -0
- package/dist/module/insurance-state.js +18 -7
- package/dist/module/{justifi-checkout-core.d.ts → justifi-apple-pay.d.ts} +4 -4
- package/dist/module/justifi-apple-pay.js +811 -0
- package/dist/module/justifi-bank-account-form.d.ts +11 -0
- package/dist/module/justifi-bank-account-form.js +6 -0
- package/dist/module/justifi-business-details.js +2 -2
- package/dist/module/justifi-business-form.js +4 -5
- package/dist/module/justifi-button.d.ts +11 -0
- package/dist/module/justifi-button.js +6 -0
- package/dist/module/justifi-button2.js +41 -0
- package/dist/module/justifi-card-form.d.ts +11 -0
- package/dist/module/justifi-card-form.js +6 -0
- package/dist/module/justifi-checkout-summary.d.ts +11 -0
- package/dist/module/justifi-checkout-summary.js +6 -0
- package/dist/module/justifi-checkout.js +147 -139
- package/dist/module/justifi-checkouts-list-filters.js +4 -5
- package/dist/module/justifi-checkouts-list.js +5 -6
- package/dist/module/justifi-dispute-management.js +3 -4
- package/dist/module/justifi-gross-payment-chart.js +2 -4
- package/dist/module/justifi-header.d.ts +11 -0
- package/dist/module/justifi-header.js +6 -0
- package/dist/module/justifi-header2.js +43 -0
- package/dist/module/justifi-modular-checkout.d.ts +11 -0
- package/dist/module/justifi-modular-checkout.js +6 -0
- package/dist/module/justifi-order-terminals.js +7 -7
- package/dist/module/justifi-payment-details.js +2 -2
- package/dist/module/justifi-payment-provisioning.js +3 -5
- package/dist/module/justifi-payment-transactions-list.js +7 -7
- package/dist/module/justifi-payments-list-filters.js +4 -3
- package/dist/module/justifi-payments-list.js +5 -6
- package/dist/module/justifi-payout-details.js +3 -5
- package/dist/module/justifi-payout-transactions-list.js +7 -7
- package/dist/module/justifi-payouts-list-filters.js +4 -3
- package/dist/module/justifi-payouts-list.js +5 -6
- package/dist/module/justifi-plaid-payment-method.d.ts +11 -0
- package/dist/module/justifi-plaid-payment-method.js +6 -0
- package/dist/module/justifi-radio-list-item.d.ts +11 -0
- package/dist/module/justifi-radio-list-item.js +6 -0
- package/dist/module/justifi-radio-list-item2.js +55 -0
- package/dist/module/justifi-refund-payment.js +3 -4
- package/dist/module/justifi-saved-payment-method.js +57 -1
- package/dist/module/justifi-saved-payment-methods.d.ts +11 -0
- package/dist/module/justifi-saved-payment-methods.js +6 -0
- package/dist/module/justifi-season-interruption-insurance.js +124 -24
- package/dist/module/justifi-skeleton.d.ts +11 -0
- package/dist/module/justifi-skeleton.js +39 -0
- package/dist/module/justifi-terminal-orders-list-filters.js +5 -6
- package/dist/module/justifi-terminal-orders-list.js +5 -6
- package/dist/module/justifi-terminals-list-filters.js +4 -5
- package/dist/module/justifi-terminals-list.js +5 -6
- package/dist/module/justifi-tokenize-payment-method.js +1 -219
- package/dist/module/legal-address-form-step.js +2 -2
- package/dist/module/legal-address-form.js +1 -1
- package/dist/module/modular-checkout.js +406 -0
- package/dist/module/owner-form-core2.js +3 -2
- package/dist/module/owner-form-inputs2.js +1 -1
- package/dist/module/owner-form.js +1 -1
- package/dist/module/package.js +3 -3
- package/dist/module/pagination-menu2.js +1 -1
- package/dist/module/parts.js +1 -1
- package/dist/module/payment-details-core2.js +10 -9
- package/dist/module/payment-method-option-utils.js +15 -0
- package/dist/module/payment-method-option.d.ts +11 -0
- package/dist/module/payment-method-option.js +54 -0
- package/dist/module/payment-provisioning-actions.js +1 -1
- package/dist/module/payment-provisioning-core.js +3 -2
- package/dist/module/payment-provisioning-form-buttons.js +2 -1
- package/dist/module/payment-provisioning-form-steps.js +1 -1
- package/dist/module/payment-provisioning-loading.js +1 -0
- package/dist/module/payment.service.js +1 -3
- package/dist/module/payments-list-core2.js +6 -6
- package/dist/module/payout-details-core2.js +5 -4
- package/dist/module/payout.service.js +1 -3
- package/dist/module/payouts-list-core2.js +6 -6
- package/dist/module/plaid-payment-method.js +687 -0
- package/dist/module/product-or-service.js +2 -2
- package/dist/module/refund-policy.js +2 -2
- package/dist/module/save-new-payment-method.js +13 -6
- package/dist/module/saved-payment-methods.js +75 -0
- package/dist/module/sezzle-payment-method.js +34 -35
- package/dist/module/shipping-details.js +2 -2
- package/dist/module/spinner.js +1 -1
- package/dist/module/summary.js +35 -0
- package/dist/module/table-filters-menu2.js +1 -1
- package/dist/module/table.js +1 -1
- package/dist/module/terminal-orders-list-core2.js +6 -6
- package/dist/module/terminal-quantity-selector2.js +2 -2
- package/dist/module/terminal.service.js +1 -3
- package/dist/module/terminals-list-core2.js +6 -6
- package/dist/module/tokenize-payment-method.js +410 -0
- package/dist/module/utils2.js +3 -1660
- package/dist/module/utils4.js +1 -1
- package/dist/types/api/ApplePay.d.ts +196 -0
- package/dist/types/api/BillingInformation.d.ts +13 -0
- package/dist/types/api/Checkout.d.ts +23 -26
- package/dist/types/api/ComponentError.d.ts +10 -1
- package/dist/types/api/Payment.d.ts +4 -3
- package/dist/types/api/PaymentMethod.d.ts +21 -0
- package/dist/types/api/services/apple-pay.service.d.ts +55 -0
- package/dist/types/api/services/plaid.service.d.ts +12 -0
- package/dist/types/components/checkout/billing-form/billing-form-schema.d.ts +4 -4
- package/dist/types/components/checkout/checkout.d.ts +26 -11
- package/dist/types/components/checkout/save-new-payment-method.d.ts +1 -1
- package/dist/types/components/insurance/insurance-state.d.ts +2 -1
- package/dist/types/components/insurance/season-interruption/season-interruption-insurance.d.ts +9 -3
- package/dist/types/components/modular-checkout/ModularCheckout.d.ts +31 -0
- package/dist/types/components/modular-checkout/modular-checkout.d.ts +43 -0
- package/dist/types/components/modular-checkout/sub-components/apple-pay-skeleton.d.ts +6 -0
- package/dist/types/components/modular-checkout/sub-components/apple-pay.d.ts +39 -0
- package/dist/types/components/{checkout/billing-form → modular-checkout/sub-components}/bank-account-billing-form-simple.d.ts +1 -1
- package/dist/types/components/modular-checkout/sub-components/bank-account-skeleton.d.ts +6 -0
- package/dist/types/components/modular-checkout/sub-components/bank-account.d.ts +18 -0
- package/dist/types/components/{checkout/billing-form → modular-checkout/sub-components}/billing-form-full.d.ts +1 -2
- package/dist/types/components/{checkout/billing-form → modular-checkout/sub-components}/card-billing-form-simple.d.ts +1 -1
- package/dist/types/components/modular-checkout/sub-components/card-form-skeleton.d.ts +6 -0
- package/dist/types/components/modular-checkout/sub-components/card-form.d.ts +20 -0
- package/dist/types/components/modular-checkout/sub-components/payment-method-option.d.ts +8 -0
- package/dist/types/components/modular-checkout/sub-components/plaid-payment-method.d.ts +80 -0
- package/dist/types/components/modular-checkout/sub-components/plaid-payment-method.test.d.ts +1 -0
- package/dist/types/components/modular-checkout/sub-components/saved-payment-methods.d.ts +7 -0
- package/dist/types/components/{checkout → modular-checkout/sub-components}/sezzle-payment-method.d.ts +4 -10
- package/dist/types/components/modular-checkout/sub-components/summary.d.ts +3 -0
- package/dist/types/components/tokenize-payment-method/tokenize-payment-method.d.ts +45 -17
- package/dist/types/components.d.ts +468 -223
- package/dist/types/index.d.ts +2 -0
- package/dist/types/store/checkout.store.d.ts +38 -0
- package/dist/types/ui-components/apple-pay-button.d.ts +17 -0
- package/dist/types/ui-components/form/form-control-radio.d.ts +1 -1
- package/dist/types/ui-components/form/iframe-input.d.ts +2 -1
- package/dist/types/ui-components/index.d.ts +1 -0
- package/dist/types/ui-components/shadow-dom-components/justifi-button.d.ts +13 -0
- package/dist/types/ui-components/shadow-dom-components/justifi-radio-list-item.d.ts +12 -0
- package/dist/types/ui-components/shadow-dom-components/justifi-skeleton.d.ts +10 -0
- package/dist/webcomponents/index.esm.js +1 -0
- package/dist/webcomponents/p-0803d130.entry.js +1 -0
- package/dist/webcomponents/{p-BtyEAd0R.js → p-0Om7jLBs.js} +1 -1
- package/dist/webcomponents/p-117b7f47.entry.js +1 -0
- package/dist/webcomponents/p-17093105.entry.js +1 -0
- package/dist/webcomponents/p-1a08b47f.entry.js +1 -0
- package/dist/webcomponents/p-1bcb3852.entry.js +1 -0
- package/dist/webcomponents/p-1eb2b847.entry.js +1 -0
- package/dist/webcomponents/p-2f7aa249.entry.js +1 -0
- package/dist/webcomponents/{p-7a0661a2.entry.js → p-2fa34c82.entry.js} +4 -4
- package/dist/webcomponents/p-33311d41.entry.js +1 -0
- package/dist/webcomponents/p-336c31b3.entry.js +1 -0
- package/dist/webcomponents/p-3f33c940.entry.js +1 -0
- package/dist/webcomponents/p-442f86e8.entry.js +1 -0
- package/dist/webcomponents/{p-80b6c011.entry.js → p-44450a94.entry.js} +1 -1
- package/dist/webcomponents/p-464e7a8e.entry.js +1 -0
- package/dist/webcomponents/p-50392803.entry.js +1 -0
- package/dist/webcomponents/p-52cbd667.entry.js +1 -0
- package/dist/webcomponents/{p-d43a4316.entry.js → p-54ca3070.entry.js} +1 -1
- package/dist/webcomponents/{p-BTS3E50C.js → p-5aA7gjr5.js} +1 -1
- package/dist/webcomponents/p-5ad0f438.entry.js +1 -0
- package/dist/webcomponents/p-613421d4.entry.js +1 -0
- package/dist/webcomponents/p-62d12566.entry.js +1 -0
- package/dist/webcomponents/p-65ed60bf.entry.js +1 -0
- package/dist/webcomponents/p-6cf30a24.entry.js +1 -0
- package/dist/webcomponents/{p-bcadc072.entry.js → p-70f51444.entry.js} +1 -1
- package/dist/webcomponents/p-729dbd8f.entry.js +1 -0
- package/dist/webcomponents/p-77948b46.entry.js +1 -0
- package/dist/webcomponents/p-7bcfaff4.entry.js +1 -0
- package/dist/webcomponents/{p-96247d70.entry.js → p-7cf87637.entry.js} +1 -1
- package/dist/webcomponents/p-7dd74e6f.entry.js +1 -0
- package/dist/webcomponents/{p-ck6bcYXe.js → p-7s1gsXM5.js} +1 -1
- package/dist/webcomponents/p-80331983.entry.js +1 -0
- package/dist/webcomponents/p-85f20746.entry.js +1 -0
- package/dist/webcomponents/p-8687e5d6.entry.js +1 -0
- package/dist/webcomponents/p-89ecd650.entry.js +1 -0
- package/dist/webcomponents/p-8a6718b6.entry.js +1 -0
- package/dist/webcomponents/p-8d6b81ba.entry.js +1 -0
- package/dist/webcomponents/p-8d743490.entry.js +1 -0
- package/dist/webcomponents/p-8f7396b1.entry.js +1 -0
- package/dist/webcomponents/p-8ff839a4.entry.js +1 -0
- package/dist/webcomponents/{p-d53c3370.entry.js → p-95cbb655.entry.js} +1 -1
- package/dist/webcomponents/p-98cffba9.entry.js +1 -0
- package/dist/webcomponents/{p-cdd2c7c8.entry.js → p-9a2c044f.entry.js} +1 -1
- package/dist/webcomponents/p-9be67b19.entry.js +1 -0
- package/dist/webcomponents/p-9e8021a1.entry.js +1 -0
- package/dist/webcomponents/p-9fc0ea58.entry.js +1 -0
- package/dist/webcomponents/p-9fc567d8.entry.js +1 -0
- package/dist/webcomponents/p-9fcff84c.entry.js +1 -0
- package/dist/webcomponents/p-B71k50jz.js +1 -0
- package/dist/webcomponents/p-BF4U0yVj.js +1 -0
- package/dist/webcomponents/{p-7MWRbTXI.js → p-BH0Xfn-F.js} +1 -1
- package/dist/webcomponents/p-BHf9IqGw.js +1 -0
- package/dist/webcomponents/p-BSt6p1oq.js +1 -0
- package/dist/webcomponents/{p-BQQ7ifKz.js → p-Bb-6bNcq.js} +1 -1
- package/dist/webcomponents/p-BbZwa5UI.js +1 -0
- package/dist/webcomponents/p-BdKWuCys.js +1 -0
- package/dist/webcomponents/p-BfM6X7lF.js +1 -0
- package/dist/webcomponents/{p-DK0C7j0u.js → p-BjVfIXWC.js} +1 -1
- package/dist/webcomponents/{p-BpWSwi9x.js → p-BsGE9UDv.js} +1 -1
- package/dist/webcomponents/{p-DV1c2IYS.js → p-C5id7s_l.js} +1 -1
- package/dist/webcomponents/{p-dzS7n4Xj.js → p-CAJnQLZF.js} +1 -1
- package/dist/webcomponents/{p-DetWIU1e.js → p-CB0mCq1M.js} +1 -1
- package/dist/webcomponents/p-CaAVuW6B.js +1 -0
- package/dist/webcomponents/p-Cb0FhuyU.js +1 -0
- package/dist/webcomponents/p-CbL73B6U.js +1 -0
- package/dist/webcomponents/p-Cjcsf8ku.js +1 -0
- package/dist/webcomponents/p-CnWtPu8L.js +1 -0
- package/dist/webcomponents/{p-C5RuuShs.js → p-D2muobcE.js} +1 -1
- package/dist/webcomponents/{p-v6yK8Vbe.js → p-DD0Mvpeu.js} +1 -1
- package/dist/webcomponents/{p-B_t2t34m.js → p-DDUmOl3v.js} +1 -1
- package/dist/webcomponents/p-DH8F0bsw.js +1 -0
- package/dist/webcomponents/p-DIDloHpm.js +1 -0
- package/dist/webcomponents/p-DIjoBk44.js +1 -0
- package/dist/webcomponents/p-DK2sRMlx.js +1 -0
- package/dist/webcomponents/{p-qGbNz93o.js → p-DNo0OPOP.js} +1 -1
- package/dist/webcomponents/p-DRXvcLy9.js +1 -0
- package/dist/webcomponents/p-DYGIC0QH.js +1 -0
- package/dist/webcomponents/p-DZYcH7jA.js +1 -0
- package/dist/webcomponents/p-Da3idOSV.js +1 -0
- package/dist/webcomponents/p-Dgflaz6J.js +1 -0
- package/dist/webcomponents/p-ED_TzwCp.js +1 -0
- package/dist/webcomponents/p-HXpYMWUU.js +1 -0
- package/dist/webcomponents/p-JyHlIFWl.js +1 -0
- package/dist/webcomponents/{p-CVGBVdVC.js → p-RvUQ__Pq.js} +1 -1
- package/dist/webcomponents/p-Wh1V0gvF.js +1 -0
- package/dist/webcomponents/p-ZpPDShvP.js +1 -0
- package/dist/webcomponents/p-a55f07af.entry.js +1 -0
- package/dist/webcomponents/p-aa6194ef.entry.js +1 -0
- package/dist/webcomponents/p-ab6a5dc9.entry.js +1 -0
- package/dist/webcomponents/p-af9c4174.entry.js +1 -0
- package/dist/webcomponents/p-b7d2f2eb.entry.js +1 -0
- package/dist/webcomponents/p-bbc4b4cb.entry.js +1 -0
- package/dist/webcomponents/p-c599e526.entry.js +1 -0
- package/dist/webcomponents/p-d62cd269.entry.js +1 -0
- package/dist/webcomponents/p-d9dd7d24.entry.js +1 -0
- package/dist/webcomponents/p-dd7352da.entry.js +1 -0
- package/dist/webcomponents/p-e8a67dc7.entry.js +1 -0
- package/dist/webcomponents/p-eb2d9e5b.entry.js +1 -0
- package/dist/webcomponents/p-eddaca4e.entry.js +1 -0
- package/dist/webcomponents/p-ef32fe0e.entry.js +1 -0
- package/dist/webcomponents/{p-c51651aa.entry.js → p-f1cba43c.entry.js} +1 -1
- package/dist/webcomponents/p-f1f0b405.entry.js +1 -0
- package/dist/webcomponents/p-f499a8de.entry.js +1 -0
- package/dist/webcomponents/p-f4d0cdf0.entry.js +1 -0
- package/dist/webcomponents/p-f680e617.entry.js +1 -0
- package/dist/webcomponents/p-f7c4222f.entry.js +1 -0
- package/dist/webcomponents/p-fa1884b4.entry.js +1 -0
- package/dist/webcomponents/p-z-5r0gWn.js +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +2 -2
- package/dist/cjs/Checkout-BbhldGDh.js +0 -103
- package/dist/cjs/Payment-D6XuQ4Ve.js +0 -151
- package/dist/cjs/bank-account-form_9.cjs.entry.js +0 -544
- package/dist/cjs/iframe-input-styles-state-DH-5a2Mg.js +0 -26
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +0 -141
- package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +0 -124
- package/dist/cjs/justifi-tokenize-payment-method.cjs.entry.js +0 -80
- package/dist/collection/components/checkout/checkout-core.js +0 -454
- package/dist/collection/components/checkout/new-payment-method.js +0 -378
- package/dist/collection/components/checkout/payment-method-options.js +0 -440
- package/dist/collection/components/checkout/sezzle-payment-method.js +0 -240
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.js +0 -447
- package/dist/esm/Checkout-CIUkm9aQ.js +0 -101
- package/dist/esm/Payment-DrCqUoz-.js +0 -149
- package/dist/esm/bank-account-form_9.entry.js +0 -534
- package/dist/esm/iframe-input-styles-state-Cqb62KAu.js +0 -23
- package/dist/esm/insurance-state-DRFl0tWj.js +0 -28
- package/dist/esm/justifi-checkout-core.entry.js +0 -139
- package/dist/esm/justifi-season-interruption-insurance-core.entry.js +0 -122
- package/dist/esm/justifi-tokenize-payment-method.entry.js +0 -78
- package/dist/module/Checkout.js +0 -121
- package/dist/module/Payment.js +0 -204
- package/dist/module/checkout-core.js +0 -292
- package/dist/module/justifi-checkout-core.js +0 -6
- package/dist/module/justifi-new-payment-method.d.ts +0 -11
- package/dist/module/justifi-new-payment-method.js +0 -6
- package/dist/module/justifi-payment-method-options.d.ts +0 -11
- package/dist/module/justifi-payment-method-options.js +0 -6
- package/dist/module/justifi-season-interruption-insurance-core.d.ts +0 -11
- package/dist/module/justifi-season-interruption-insurance-core.js +0 -6
- package/dist/module/new-payment-method.js +0 -222
- package/dist/module/payment-method-options.js +0 -237
- package/dist/module/saved-payment-method.js +0 -79
- package/dist/module/season-interruption-insurance-core.js +0 -168
- package/dist/types/components/checkout/checkout-core.d.ts +0 -49
- package/dist/types/components/checkout/new-payment-method.d.ts +0 -31
- package/dist/types/components/checkout/payment-method-options.d.ts +0 -32
- package/dist/types/components/insurance/season-interruption/season-interruption-insurance-core.d.ts +0 -32
- package/dist/webcomponents/p-08e1bf28.entry.js +0 -1
- package/dist/webcomponents/p-09cb06ed.entry.js +0 -1
- package/dist/webcomponents/p-0adbbb23.entry.js +0 -1
- package/dist/webcomponents/p-0b067d3c.entry.js +0 -1
- package/dist/webcomponents/p-0bfd309e.entry.js +0 -1
- package/dist/webcomponents/p-0f005fdd.entry.js +0 -1
- package/dist/webcomponents/p-0nMw2Aul.js +0 -1
- package/dist/webcomponents/p-14dc17fd.entry.js +0 -1
- package/dist/webcomponents/p-266f1ff3.entry.js +0 -1
- package/dist/webcomponents/p-35387685.entry.js +0 -1
- package/dist/webcomponents/p-3946adfa.entry.js +0 -1
- package/dist/webcomponents/p-3c44b724.entry.js +0 -1
- package/dist/webcomponents/p-3e3b5cdb.entry.js +0 -1
- package/dist/webcomponents/p-41876098.entry.js +0 -1
- package/dist/webcomponents/p-45edf188.entry.js +0 -1
- package/dist/webcomponents/p-4786f2d0.entry.js +0 -1
- package/dist/webcomponents/p-4c1c55bb.entry.js +0 -1
- package/dist/webcomponents/p-4f358b63.entry.js +0 -1
- package/dist/webcomponents/p-5375df08.entry.js +0 -1
- package/dist/webcomponents/p-575b972d.entry.js +0 -1
- package/dist/webcomponents/p-580aa2e3.entry.js +0 -1
- package/dist/webcomponents/p-5b857a1c.entry.js +0 -1
- package/dist/webcomponents/p-5c9d1c35.entry.js +0 -1
- package/dist/webcomponents/p-690514f2.entry.js +0 -1
- package/dist/webcomponents/p-6a853571.entry.js +0 -1
- package/dist/webcomponents/p-724e4e6c.entry.js +0 -1
- package/dist/webcomponents/p-756a7021.entry.js +0 -1
- package/dist/webcomponents/p-89431ee2.entry.js +0 -1
- package/dist/webcomponents/p-8f5c1ae6.entry.js +0 -1
- package/dist/webcomponents/p-989d56de.entry.js +0 -1
- package/dist/webcomponents/p-99f7a36d.entry.js +0 -1
- package/dist/webcomponents/p-BCgpQGhw.js +0 -1
- package/dist/webcomponents/p-BOCuVjGs.js +0 -1
- package/dist/webcomponents/p-BUSn_ReW.js +0 -1
- package/dist/webcomponents/p-BZtgbC0H.js +0 -1
- package/dist/webcomponents/p-Bs-84XY6.js +0 -1
- package/dist/webcomponents/p-BvXjypQm.js +0 -1
- package/dist/webcomponents/p-C-wMveZe.js +0 -1
- package/dist/webcomponents/p-CCl9g-ln.js +0 -1
- package/dist/webcomponents/p-CDPZXQAo.js +0 -1
- package/dist/webcomponents/p-CKEiU2Q5.js +0 -1
- package/dist/webcomponents/p-CS4_rnSp.js +0 -1
- package/dist/webcomponents/p-CnMP2-Xk.js +0 -1
- package/dist/webcomponents/p-Cs0cIpIm.js +0 -1
- package/dist/webcomponents/p-CxHdQoIo.js +0 -1
- package/dist/webcomponents/p-DFWnHEN2.js +0 -1
- package/dist/webcomponents/p-DKSNNnPC.js +0 -1
- package/dist/webcomponents/p-DjFzWJxk.js +0 -1
- package/dist/webcomponents/p-DnGswpsl.js +0 -1
- package/dist/webcomponents/p-DniQ6yo6.js +0 -1
- package/dist/webcomponents/p-DsLxs70Z.js +0 -1
- package/dist/webcomponents/p-DtdcFDM_.js +0 -1
- package/dist/webcomponents/p-DwF36W04.js +0 -1
- package/dist/webcomponents/p-L4y68wud.js +0 -1
- package/dist/webcomponents/p-SdntD1xf.js +0 -1
- package/dist/webcomponents/p-a09ca567.entry.js +0 -1
- package/dist/webcomponents/p-a3313ebe.entry.js +0 -1
- package/dist/webcomponents/p-aeaafe28.entry.js +0 -1
- package/dist/webcomponents/p-b25bbf0a.entry.js +0 -1
- package/dist/webcomponents/p-b7594923.entry.js +0 -1
- package/dist/webcomponents/p-b79e302a.entry.js +0 -1
- package/dist/webcomponents/p-ba268a78.entry.js +0 -1
- package/dist/webcomponents/p-ba68ea4f.entry.js +0 -1
- package/dist/webcomponents/p-bf0e00be.entry.js +0 -1
- package/dist/webcomponents/p-c15d8dd0.entry.js +0 -1
- package/dist/webcomponents/p-c28f2569.entry.js +0 -1
- package/dist/webcomponents/p-c5911cd9.entry.js +0 -1
- package/dist/webcomponents/p-cefb9a76.entry.js +0 -1
- package/dist/webcomponents/p-d2ae3c55.entry.js +0 -1
- package/dist/webcomponents/p-d2e1d179.entry.js +0 -1
- package/dist/webcomponents/p-d4d58793.entry.js +0 -1
- package/dist/webcomponents/p-dc6b707a.entry.js +0 -1
- package/dist/webcomponents/p-dfd9aff0.entry.js +0 -1
- package/dist/webcomponents/p-e4682bb6.entry.js +0 -1
- package/dist/webcomponents/p-ee566062.entry.js +0 -1
- package/dist/webcomponents/p-ef07d761.entry.js +0 -1
- package/dist/webcomponents/p-f24b04eb.entry.js +0 -1
- package/dist/webcomponents/p-f8e974af.entry.js +0 -1
- package/dist/webcomponents/p-fb60bc7a.entry.js +0 -1
- package/dist/webcomponents/p-znmwKCgq.js +0 -1
|
@@ -1,21 +1,108 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-C9hBD-32.js');
|
|
3
|
+
var index$1 = require('./index-C9hBD-32.js');
|
|
4
|
+
var index = require('./index-B32W0A3m.js');
|
|
5
|
+
var parts = require('./parts-9jMf1erK.js');
|
|
4
6
|
var _commonjsHelpers = require('./_commonjsHelpers-BJu3ubxk.js');
|
|
5
7
|
var formControlErrorText = require('./form-control-error-text-B-P5UDhm.js');
|
|
6
|
-
var _package = require('./package-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
8
|
+
var _package = require('./package-Be2aoTf8.js');
|
|
9
|
+
|
|
10
|
+
const iframeInputStylesStore = index.createStore({
|
|
11
|
+
focused: {
|
|
12
|
+
boxShadow: '',
|
|
13
|
+
border: '',
|
|
14
|
+
},
|
|
15
|
+
focusedAndInvalid: {
|
|
16
|
+
boxShadow: '',
|
|
17
|
+
border: '',
|
|
18
|
+
},
|
|
19
|
+
fontStyles: {
|
|
20
|
+
fontFamily: '',
|
|
21
|
+
fontSize: '',
|
|
22
|
+
fontWeight: '',
|
|
23
|
+
lineHeight: '',
|
|
24
|
+
margin: '',
|
|
25
|
+
padding: '',
|
|
26
|
+
},
|
|
27
|
+
});
|
|
28
|
+
const { state: iframeInputStyles, set: iframeInputStylesSet, } = iframeInputStylesStore;
|
|
29
|
+
|
|
30
|
+
const HiddenInput = class {
|
|
31
|
+
constructor(hostRef) {
|
|
32
|
+
index$1.registerInstance(this, hostRef);
|
|
33
|
+
this.isFocused = false;
|
|
34
|
+
this.errorText = '';
|
|
35
|
+
}
|
|
36
|
+
async componentDidLoad() {
|
|
37
|
+
const fontStyles = await this.getBaseFontStyles();
|
|
38
|
+
iframeInputStylesSet('fontStyles', fontStyles);
|
|
39
|
+
const focusedStyles = await this.getFocusedStyles();
|
|
40
|
+
iframeInputStylesSet('focused', focusedStyles);
|
|
41
|
+
const focusedAndInvalidStyles = await this.getFocusedAndInvalidStyles();
|
|
42
|
+
iframeInputStylesSet('focusedAndInvalid', focusedAndInvalidStyles);
|
|
43
|
+
}
|
|
44
|
+
async getBaseFontStyles() {
|
|
45
|
+
return new Promise((resolve, _reject) => {
|
|
46
|
+
setTimeout(() => {
|
|
47
|
+
const computedStyles = getComputedStyle(this.hiddenInput);
|
|
48
|
+
const styles = {
|
|
49
|
+
fontFamily: computedStyles.fontFamily,
|
|
50
|
+
fontSize: computedStyles.fontSize,
|
|
51
|
+
fontWeight: computedStyles.fontWeight,
|
|
52
|
+
lineHeight: computedStyles.lineHeight,
|
|
53
|
+
margin: computedStyles.margin,
|
|
54
|
+
padding: computedStyles.padding,
|
|
55
|
+
color: computedStyles.color,
|
|
56
|
+
};
|
|
57
|
+
resolve(styles);
|
|
58
|
+
}, 500);
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
;
|
|
62
|
+
async getFocusedStyles() {
|
|
63
|
+
return new Promise((resolve, _reject) => {
|
|
64
|
+
this.hiddenInput.focus();
|
|
65
|
+
setTimeout(() => {
|
|
66
|
+
this.hiddenInput.blur();
|
|
67
|
+
let computedStyles = getComputedStyle(this.hiddenInput);
|
|
68
|
+
resolve({
|
|
69
|
+
boxShadow: computedStyles.boxShadow,
|
|
70
|
+
border: computedStyles.border,
|
|
71
|
+
});
|
|
72
|
+
}, 500);
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
async getFocusedAndInvalidStyles() {
|
|
76
|
+
return new Promise((resolve, _reject) => {
|
|
77
|
+
this.hiddenInput.focus();
|
|
78
|
+
this.errorText = 'Error';
|
|
79
|
+
setTimeout(() => {
|
|
80
|
+
const computedStyles = getComputedStyle(this.hiddenInput);
|
|
81
|
+
const styles = {
|
|
82
|
+
boxShadow: computedStyles.boxShadow,
|
|
83
|
+
border: computedStyles.border,
|
|
84
|
+
};
|
|
85
|
+
this.hiddenInput.blur();
|
|
86
|
+
resolve(styles);
|
|
87
|
+
}, 500);
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
get part() {
|
|
91
|
+
if (this.isFocused && this.errorText) {
|
|
92
|
+
return parts.inputInvalidAndFocused;
|
|
93
|
+
}
|
|
94
|
+
if (this.errorText) {
|
|
95
|
+
return parts.inputInvalid;
|
|
96
|
+
}
|
|
97
|
+
if (this.isFocused) {
|
|
98
|
+
return parts.inputFocused;
|
|
99
|
+
}
|
|
100
|
+
return parts.input;
|
|
101
|
+
}
|
|
102
|
+
render() {
|
|
103
|
+
return (index$1.h(index$1.Host, { key: 'eb0135c733e6a4273855b6c74efab83e51d3788d' }, index$1.h("input", { key: '48577dd678d44b2382bbeadcaa2efc14484f8638', ref: el => this.hiddenInput = el, type: "text", class: this.errorText ? "form-control is-invalid" : "form-control", onFocus: () => this.isFocused = true, onBlur: () => this.isFocused = false, part: this.part, tabindex: "-1", style: { height: '0', opacity: '0', pointerEvents: 'none', animation: 'none' } })));
|
|
104
|
+
}
|
|
105
|
+
};
|
|
19
106
|
|
|
20
107
|
var iframeResizer = {exports: {}};
|
|
21
108
|
|
|
@@ -1557,8 +1644,8 @@ const MessageEventType = {
|
|
|
1557
1644
|
|
|
1558
1645
|
const IframeInput = class {
|
|
1559
1646
|
constructor(hostRef) {
|
|
1560
|
-
index.registerInstance(this, hostRef);
|
|
1561
|
-
this.iframeLoaded = index.createEvent(this, "iframeLoaded");
|
|
1647
|
+
index$1.registerInstance(this, hostRef);
|
|
1648
|
+
this.iframeLoaded = index$1.createEvent(this, "iframeLoaded");
|
|
1562
1649
|
this.isFocused = false;
|
|
1563
1650
|
this.isValid = true;
|
|
1564
1651
|
this.dispatchMessageEvent = (event) => {
|
|
@@ -1612,9 +1699,9 @@ const IframeInput = class {
|
|
|
1612
1699
|
get style() {
|
|
1613
1700
|
if (this.isFocused) {
|
|
1614
1701
|
if (!this.isValid) {
|
|
1615
|
-
return
|
|
1702
|
+
return iframeInputStyles.focusedAndInvalid;
|
|
1616
1703
|
}
|
|
1617
|
-
return
|
|
1704
|
+
return iframeInputStyles.focused;
|
|
1618
1705
|
}
|
|
1619
1706
|
return null;
|
|
1620
1707
|
}
|
|
@@ -1622,16 +1709,16 @@ const IframeInput = class {
|
|
|
1622
1709
|
// map the iframeInputStyles.fontStyles properties to the urlParams
|
|
1623
1710
|
// and encode each property with btoa
|
|
1624
1711
|
const encodedObject = Object.fromEntries(Object
|
|
1625
|
-
.entries(
|
|
1712
|
+
.entries(iframeInputStyles.fontStyles)
|
|
1626
1713
|
.map(([key, value]) => [key, btoa(String(value))]));
|
|
1627
1714
|
const params = new URLSearchParams(encodedObject).toString();
|
|
1628
1715
|
return params;
|
|
1629
1716
|
}
|
|
1630
1717
|
render() {
|
|
1631
|
-
return (index.h(index.Host, { key: '
|
|
1718
|
+
return (index$1.h(index$1.Host, { key: '07a697a99ef1b601c3f95d176c0eb28a695afff5', class: "form-group d-flex flex-column" }, index$1.h("div", { key: 'f9a1cf30b2020ae9de993dc363b07cd1e897c82d', style: {
|
|
1632
1719
|
visibility: this.iframeLoaded ? 'visible' : 'hidden',
|
|
1633
1720
|
height: this.iframeLoaded ? 'auto' : '0',
|
|
1634
|
-
} }, index.h("label", { key: '
|
|
1721
|
+
} }, index$1.h("label", { key: '09c186cb27e0fc75352c8028f1ff4e92866f3984', class: "form-label", htmlFor: "", part: parts.label }, this.label || ''), index$1.h("div", { key: '758ea464591a51ddc183256ebcd66238602bc4cc', class: `p-0 d-flex form-control ${this.isValid ? '' : 'is-invalid'}`, part: this.part, style: Object.assign(Object.assign({}, this.style), { overflow: 'hidden' }) }, index$1.h("iframe", { key: 'c2956bb89e30fe2ba1a9111fe71681883470879b', id: this.inputId, name: this.inputId, src: `${this.iframeOrigin}?${this.urlParams}`, ref: el => {
|
|
1635
1722
|
this.iframeElement = el;
|
|
1636
1723
|
this.initializeFrameCommunicationService();
|
|
1637
1724
|
}, width: "100%", onLoad: () => {
|
|
@@ -1641,139 +1728,10 @@ const IframeInput = class {
|
|
|
1641
1728
|
this.iframeLoaded.emit();
|
|
1642
1729
|
}
|
|
1643
1730
|
}, this.iframeElement);
|
|
1644
|
-
} })), index.h(formControlErrorText.FormControlErrorText, { key: '
|
|
1645
|
-
}
|
|
1646
|
-
get el() { return index.getElement(this); }
|
|
1647
|
-
};
|
|
1648
|
-
|
|
1649
|
-
const fullBillingSchema = () => index_esm.create$3({
|
|
1650
|
-
name: schemaValidations.identityNameValidation.required('Enter full name'),
|
|
1651
|
-
address_line1: schemaValidations.lineOneValidation.required('Enter street address'),
|
|
1652
|
-
address_line2: schemaValidations.lineTwoValidation.nullable(),
|
|
1653
|
-
address_city: schemaValidations.cityValidation.required('Enter city'),
|
|
1654
|
-
address_state: schemaValidations.stateValidation.required('Select state'),
|
|
1655
|
-
address_postal_code: schemaValidations.postalValidation.required('Enter postal code')
|
|
1656
|
-
});
|
|
1657
|
-
const postalOnlySchema = () => index_esm.create$3({
|
|
1658
|
-
name: schemaValidations.identityNameValidation.nullable(),
|
|
1659
|
-
address_line1: schemaValidations.lineOneValidation.nullable(),
|
|
1660
|
-
address_line2: schemaValidations.lineTwoValidation.nullable(),
|
|
1661
|
-
address_city: schemaValidations.cityValidation.nullable(),
|
|
1662
|
-
address_state: schemaValidations.stateValidation.nullable(),
|
|
1663
|
-
address_postal_code: schemaValidations.postalValidation.required('Enter postal code')
|
|
1664
|
-
});
|
|
1665
|
-
const nameOnlySchema = () => index_esm.create$3({
|
|
1666
|
-
name: schemaValidations.identityNameValidation.required('Enter full name'),
|
|
1667
|
-
address_line1: schemaValidations.lineOneValidation.nullable(),
|
|
1668
|
-
address_line2: schemaValidations.lineTwoValidation.nullable(),
|
|
1669
|
-
address_city: schemaValidations.cityValidation.nullable(),
|
|
1670
|
-
address_state: schemaValidations.stateValidation.nullable(),
|
|
1671
|
-
address_postal_code: schemaValidations.postalValidation.nullable()
|
|
1672
|
-
});
|
|
1673
|
-
|
|
1674
|
-
const BankAccountBillingFormSimple = class {
|
|
1675
|
-
constructor(hostRef) {
|
|
1676
|
-
index.registerInstance(this, hostRef);
|
|
1677
|
-
this.errors = {};
|
|
1678
|
-
this.inputHandler = (name, value) => {
|
|
1679
|
-
this.formController.setValues(Object.assign(Object.assign({}, this.formController.values.getValue()), { [name]: value }));
|
|
1680
|
-
};
|
|
1681
|
-
}
|
|
1682
|
-
componentWillLoad() {
|
|
1683
|
-
this.formController = new index_esm.FormController(nameOnlySchema());
|
|
1684
|
-
}
|
|
1685
|
-
componentDidLoad() {
|
|
1686
|
-
this.formController.values.subscribe(values => this.billingInfo = Object.assign({}, values));
|
|
1687
|
-
this.formController.errors.subscribe(errors => {
|
|
1688
|
-
this.errors = Object.assign({}, errors);
|
|
1689
|
-
});
|
|
1690
|
-
}
|
|
1691
|
-
async getValues() {
|
|
1692
|
-
return this.formController.values.getValue();
|
|
1693
|
-
}
|
|
1694
|
-
async fill(fields) {
|
|
1695
|
-
this.formController.setInitialValues(fields);
|
|
1696
|
-
}
|
|
1697
|
-
async validate() {
|
|
1698
|
-
const isValid = await this.formController.validate();
|
|
1699
|
-
const errors = this.formController.errors.getValue();
|
|
1700
|
-
return { isValid, errors };
|
|
1701
|
-
}
|
|
1702
|
-
render() {
|
|
1703
|
-
const billingFormDefaultValue = this.formController.getInitialValues();
|
|
1704
|
-
return (index.h(index.Host, { key: '26bb004c8683881a5f7b6a4a7de3b1e2c680d157' }, index.h("div", { key: '89951cc4128e5b6578943af160eb44eb64d02272', part: parts.billingForm, class: "mt-4" }, index.h("form", { key: '06ff2993369ed913abd9973fc7bb87514d047671' }, index.h("fieldset", { key: '29b61ffe7a9047a9909d8ed3688c41b9bbedc1d0' }, this.legend && (index.h("legend", { key: 'eb02a71dfa08b5b5b5e3646f96d9a6882b71bda0' }, this.legend)), index.h("div", { key: 'b6c5e23355c9a70423f23540f2a7191ae33aa738', class: "row gy-3" }, index.h("div", { key: 'a7f5606df9c5ca03de56ccaf3a809550a8437ff0', class: "col-12" }, index.h("form-control-text", { key: '688e677b9ceb86ae0c41715b12edbc6cee913424', name: 'name', label: 'Full Name', defaultValue: billingFormDefaultValue.name, errorText: this.errors.name, inputHandler: this.inputHandler }))))))));
|
|
1705
|
-
}
|
|
1706
|
-
};
|
|
1707
|
-
|
|
1708
|
-
const BillingFormFull = class {
|
|
1709
|
-
constructor(hostRef) {
|
|
1710
|
-
index.registerInstance(this, hostRef);
|
|
1711
|
-
this.errors = {};
|
|
1712
|
-
this.inputHandler = (name, value) => {
|
|
1713
|
-
this.formController.setValues(Object.assign(Object.assign({}, this.formController.values.getValue()), { [name]: value }));
|
|
1714
|
-
};
|
|
1715
|
-
}
|
|
1716
|
-
componentWillLoad() {
|
|
1717
|
-
this.formController = new index_esm.FormController(fullBillingSchema());
|
|
1718
|
-
}
|
|
1719
|
-
componentDidLoad() {
|
|
1720
|
-
this.formController.values.subscribe(values => this.billingInfo = Object.assign({}, values));
|
|
1721
|
-
this.formController.errors.subscribe(errors => {
|
|
1722
|
-
this.errors = Object.assign({}, errors);
|
|
1723
|
-
});
|
|
1724
|
-
}
|
|
1725
|
-
async getValues() {
|
|
1726
|
-
return this.formController.values.getValue();
|
|
1727
|
-
}
|
|
1728
|
-
async fill(fields) {
|
|
1729
|
-
this.formController.setInitialValues(fields);
|
|
1730
|
-
}
|
|
1731
|
-
async validate() {
|
|
1732
|
-
const isValid = await this.formController.validate();
|
|
1733
|
-
const errors = this.formController.errors.getValue();
|
|
1734
|
-
return { isValid, errors };
|
|
1735
|
-
}
|
|
1736
|
-
render() {
|
|
1737
|
-
const billingFormDefaultValue = this.formController.getInitialValues();
|
|
1738
|
-
return (index.h(index.Host, { key: 'e9d36cd879429f6d2fe05d2fc424b09a53fda517' }, index.h("div", { key: '3a979f2f763b96e22341ce87597a53bd1dd69de4', part: parts.billingForm, class: "mt-4" }, index.h(header3.Header3, { key: 'bd55292d19691da184eb079361f03ce72a369fa0', text: "Billing address", class: "fs-6 fw-bold lh-lg mb-4" }), index.h("form", { key: '5ad294e59acc1374abd835a1281ca9351914261d' }, index.h("fieldset", { key: 'b8a1e4c537c6ca214a8e233d513dbe9673ad440e' }, this.legend && (index.h("legend", { key: '871ce543139ea01c89e2198ab6d0d6d5a5bdb2d7' }, this.legend)), index.h("div", { key: 'fc5334df48a1aabd2cfe2344fc934f6eb6fe5f94', class: "row gy-3" }, index.h("div", { key: '1b0e96757b37d15f5c90e0322293c4615d195e57', class: "col-12" }, index.h("form-control-text", { key: '95312a600e8c0b1f0c082dbde3d11fac41683f8c', name: 'name', label: 'Full Name', defaultValue: billingFormDefaultValue.name, errorText: this.errors.name, inputHandler: this.inputHandler })), index.h("div", { key: 'b658488bf748d0d75fc032daef27ca4c72b81deb', class: "col-12" }, index.h("form-control-text", { key: 'aed40a410554a29ebc94979cbfe7e7aebe3e03c0', name: 'address_line1', label: 'Street Address', defaultValue: billingFormDefaultValue.address_line1, errorText: this.errors.address_line1, inputHandler: this.inputHandler })), index.h("div", { key: '7a297f8670a3a421bf06737e158d71b119e0f92e', class: "col-12" }, index.h("form-control-text", { key: '867a26488bdf2124256869f80d8e1f14b691e0c2', name: 'address_line2', label: "Apartment, Suite, etc. (optional)", defaultValue: billingFormDefaultValue.address_line2, errorText: this.errors.address_line2, inputHandler: this.inputHandler })), index.h("div", { key: 'fe6c3eeec6c496d846d48e420030689c05248e02', class: "col-12" }, index.h("form-control-text", { key: 'ac9dea33795c8a0a8f0b602dc108611cfebf0be6', name: 'address_city', label: "City", defaultValue: billingFormDefaultValue.address_city, errorText: this.errors.address_city, inputHandler: this.inputHandler })), index.h("div", { key: 'ecbe044931a98b9b0df870f8899303775ddf92d1', class: "col-12" }, index.h("form-control-select", { key: 'b6c25c9170d4f97c81b57e44513dbaa8a7166c3b', name: 'address_state', label: 'State', options: stateOptions.StateOptions, defaultValue: billingFormDefaultValue.address_state, errorText: this.errors.address_state, inputHandler: this.inputHandler })), index.h("div", { key: '216602a05107394f90b495f30be393efbc01371f', class: "col-12" }, index.h("form-control-text", { key: 'c05fdd593adbefdd78ae25c57e5f2496d300deba', name: 'address_postal_code', label: "ZIP", defaultValue: billingFormDefaultValue.address_postal_code, errorText: this.errors.address_postal_code, inputHandler: this.inputHandler, maxLength: 5, keyDownHandler: utils.numberOnlyHandler }))))))));
|
|
1739
|
-
}
|
|
1740
|
-
};
|
|
1741
|
-
|
|
1742
|
-
const CardBillingFormSimple = class {
|
|
1743
|
-
constructor(hostRef) {
|
|
1744
|
-
index.registerInstance(this, hostRef);
|
|
1745
|
-
this.errors = {};
|
|
1746
|
-
this.inputHandler = (name, value) => {
|
|
1747
|
-
this.formController.setValues(Object.assign(Object.assign({}, this.formController.values.getValue()), { [name]: value }));
|
|
1748
|
-
};
|
|
1749
|
-
}
|
|
1750
|
-
componentWillLoad() {
|
|
1751
|
-
this.formController = new index_esm.FormController(postalOnlySchema());
|
|
1752
|
-
}
|
|
1753
|
-
componentDidLoad() {
|
|
1754
|
-
this.formController.values.subscribe(values => this.billingInfo = Object.assign({}, values));
|
|
1755
|
-
this.formController.errors.subscribe(errors => {
|
|
1756
|
-
this.errors = Object.assign({}, errors);
|
|
1757
|
-
});
|
|
1758
|
-
}
|
|
1759
|
-
async getValues() {
|
|
1760
|
-
return this.formController.values.getValue();
|
|
1761
|
-
}
|
|
1762
|
-
async fill(fields) {
|
|
1763
|
-
this.formController.setInitialValues(fields);
|
|
1764
|
-
}
|
|
1765
|
-
async validate() {
|
|
1766
|
-
const isValid = await this.formController.validate();
|
|
1767
|
-
const errors = this.formController.errors.getValue();
|
|
1768
|
-
return { isValid, errors };
|
|
1769
|
-
}
|
|
1770
|
-
render() {
|
|
1771
|
-
const billingFormDefaultValue = this.formController.getInitialValues();
|
|
1772
|
-
return (index.h(index.Host, { key: '579768ec89e37b775a2406ba687a9a18e1c1fb44' }, index.h("div", { key: '5a98c4adf327f5e09421fbbd78c9f13f031579c6', part: parts.billingForm, class: "mt-4" }, index.h("form", { key: '4e2b9e9b3ae5d15f6705e418edb2307ec28e19f2' }, index.h("fieldset", { key: 'baa9735b69a185a229a6db3fa9ddc3adb02a8748' }, this.legend && (index.h("legend", { key: '65320d5245a39d67aa9389e54ef02fa87bea9bb8' }, this.legend)), index.h("div", { key: '1e8b4f9de1d6b0f24bb6ef3c8b282f34bf16c04c', class: "row gy-3" }, index.h("div", { key: '75fb250b91a586982c9a80fc544c2685cfb2f0e1', class: "col-12" }, index.h("form-control-text", { key: 'db2be476b7f49596faf8a93f40501d89aae3d84f', name: 'address_postal_code', label: "ZIP", defaultValue: billingFormDefaultValue.address_postal_code, errorText: this.errors.address_postal_code, inputHandler: this.inputHandler, maxLength: 5, keyDownHandler: utils.numberOnlyHandler }))))))));
|
|
1731
|
+
} })), index$1.h(formControlErrorText.FormControlErrorText, { key: '0ab5542c8c8a8242aefee11cc4c1b0815f27f0aa', errorText: this.errorText, name: this.inputId }))));
|
|
1773
1732
|
}
|
|
1733
|
+
get el() { return index$1.getElement(this); }
|
|
1774
1734
|
};
|
|
1775
1735
|
|
|
1736
|
+
exports.hidden_input = HiddenInput;
|
|
1776
1737
|
exports.iframe_input = IframeInput;
|
|
1777
|
-
exports.justifi_bank_account_billing_form_simple = BankAccountBillingFormSimple;
|
|
1778
|
-
exports.justifi_billing_form_full = BillingFormFull;
|
|
1779
|
-
exports.justifi_card_billing_form_simple = CardBillingFormSimple;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.PAYMENT_MODE = void 0;
|
|
4
|
+
(function (PAYMENT_MODE) {
|
|
5
|
+
PAYMENT_MODE["ECOM"] = "ecom";
|
|
6
|
+
PAYMENT_MODE["BNPL"] = "bnpl";
|
|
7
|
+
PAYMENT_MODE["APPLE_PAY"] = "apple_pay";
|
|
8
|
+
})(exports.PAYMENT_MODE || (exports.PAYMENT_MODE = {}));
|
|
9
|
+
// Maps the backend payment method types to the frontend payment method types
|
|
10
|
+
exports.PAYMENT_METHOD_TYPES = void 0;
|
|
11
|
+
(function (PAYMENT_METHOD_TYPES) {
|
|
12
|
+
PAYMENT_METHOD_TYPES["CARD"] = "card";
|
|
13
|
+
PAYMENT_METHOD_TYPES["BANK_ACCOUNT"] = "bank_account";
|
|
14
|
+
PAYMENT_METHOD_TYPES["APPLE_PAY"] = "apple_pay";
|
|
15
|
+
PAYMENT_METHOD_TYPES["GOOGLE_PAY"] = "google_pay";
|
|
16
|
+
PAYMENT_METHOD_TYPES["SEZZLE"] = "sezzle";
|
|
17
|
+
PAYMENT_METHOD_TYPES["PLAID"] = "plaid";
|
|
18
|
+
})(exports.PAYMENT_METHOD_TYPES || (exports.PAYMENT_METHOD_TYPES = {}));
|
|
19
|
+
// Available payment methods for the modular checkout component (differentiates between saved and new payment methods)
|
|
20
|
+
exports.PAYMENT_METHODS = void 0;
|
|
21
|
+
(function (PAYMENT_METHODS) {
|
|
22
|
+
PAYMENT_METHODS["SAVED_CARD"] = "saved_card";
|
|
23
|
+
PAYMENT_METHODS["NEW_CARD"] = "new_card";
|
|
24
|
+
PAYMENT_METHODS["SAVED_BANK_ACCOUNT"] = "saved_bank_account";
|
|
25
|
+
PAYMENT_METHODS["NEW_BANK_ACCOUNT"] = "new_bank_account";
|
|
26
|
+
PAYMENT_METHODS["APPLE_PAY"] = "apple_pay";
|
|
27
|
+
PAYMENT_METHODS["GOOGLE_PAY"] = "google_pay";
|
|
28
|
+
PAYMENT_METHODS["SEZZLE"] = "sezzle";
|
|
29
|
+
PAYMENT_METHODS["PLAID"] = "plaid";
|
|
30
|
+
})(exports.PAYMENT_METHODS || (exports.PAYMENT_METHODS = {}));
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -12,6 +12,8 @@ const insuranceValuesStore = index$1.createStore({});
|
|
|
12
12
|
const { state: insuranceValues, on: insuranceValuesOn } = insuranceValuesStore;
|
|
13
13
|
const insuranceErrorsStore = index$1.createStore({});
|
|
14
14
|
const { state: insuranceErrors } = insuranceErrorsStore;
|
|
15
|
+
// Track previous values to detect actual changes vs initial setting
|
|
16
|
+
const previousInsuranceValues = {};
|
|
15
17
|
const validateInsuranceValues = () => {
|
|
16
18
|
let valid = true;
|
|
17
19
|
Object.keys(insuranceValues).forEach((key) => {
|
|
@@ -26,8 +28,24 @@ const validateInsuranceValues = () => {
|
|
|
26
28
|
});
|
|
27
29
|
return { isValid: valid };
|
|
28
30
|
};
|
|
31
|
+
// Helper function to check if a value has actually changed (not just initially set)
|
|
32
|
+
const hasInsuranceValueChanged = (key, newValue) => {
|
|
33
|
+
const hadPreviousValue = previousInsuranceValues.hasOwnProperty(key);
|
|
34
|
+
const previousValue = previousInsuranceValues[key];
|
|
35
|
+
if (!hadPreviousValue) {
|
|
36
|
+
// First time setting this value, track it but don't consider it a "change"
|
|
37
|
+
previousInsuranceValues[key] = newValue;
|
|
38
|
+
return false;
|
|
39
|
+
}
|
|
40
|
+
const hasChanged = previousValue !== newValue;
|
|
41
|
+
if (hasChanged) {
|
|
42
|
+
previousInsuranceValues[key] = newValue;
|
|
43
|
+
}
|
|
44
|
+
return hasChanged;
|
|
45
|
+
};
|
|
29
46
|
|
|
30
47
|
exports.Header2 = Header2;
|
|
48
|
+
exports.hasInsuranceValueChanged = hasInsuranceValueChanged;
|
|
31
49
|
exports.insuranceErrors = insuranceErrors;
|
|
32
50
|
exports.insuranceValues = insuranceValues;
|
|
33
51
|
exports.insuranceValuesOn = insuranceValuesOn;
|
|
@@ -10,14 +10,12 @@ var skeleton = require('./skeleton-C7DQRD6r.js');
|
|
|
10
10
|
require('./event-types-YOY5TKUN.js');
|
|
11
11
|
var businessFormOptions = require('./business-form-options-CMII7nIK.js');
|
|
12
12
|
var eventTypes = require('./event-types-DNOUef41.js');
|
|
13
|
-
var Refund = require('./Refund-
|
|
13
|
+
var Refund = require('./Refund-BefKONu4.js');
|
|
14
14
|
var schemaValidations = require('./schema-validations-jek_iZ9W.js');
|
|
15
15
|
require('./config-state-BBOZIS8x.js');
|
|
16
|
-
require('./
|
|
17
|
-
var ComponentError = require('./ComponentError-
|
|
18
|
-
require('./Checkout-BbhldGDh.js');
|
|
16
|
+
require('./dinero-BwNN_k7x.js');
|
|
17
|
+
var ComponentError = require('./ComponentError-D4OLnOkg.js');
|
|
19
18
|
require('./Pagination-Dediz133.js');
|
|
20
|
-
require('./Payment-D6XuQ4Ve.js');
|
|
21
19
|
require('./Dispute-CruQTF6_.js');
|
|
22
20
|
var utils = require('./utils-DAyWinG2.js');
|
|
23
21
|
var button = require('./button-DsHDMHaa.js');
|
|
@@ -25,6 +23,7 @@ var businessIdentitySchema = require('./business-identity-schema-CclzWSOn.js');
|
|
|
25
23
|
var stateOptions = require('./state-options-CIT9xdTz.js');
|
|
26
24
|
require('./_commonjsHelpers-BJu3ubxk.js');
|
|
27
25
|
require('./helpers-B5OCqlIM.js');
|
|
26
|
+
require('./utils-ChCUZgUy.js');
|
|
28
27
|
require('./index-B32W0A3m.js');
|
|
29
28
|
|
|
30
29
|
class BankAccount {
|
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var index = require('./index-C9hBD-32.js');
|
|
4
|
-
var ComponentError = require('./ComponentError-
|
|
5
|
-
var paymentProvisioningActions = require('./payment-provisioning-actions-
|
|
6
|
-
var business_service = require('./business.service-
|
|
4
|
+
var ComponentError = require('./ComponentError-D4OLnOkg.js');
|
|
5
|
+
var paymentProvisioningActions = require('./payment-provisioning-actions-CZVlnRA0.js');
|
|
6
|
+
var business_service = require('./business.service-BB6zl4Gc.js');
|
|
7
7
|
require('./config-state-BBOZIS8x.js');
|
|
8
|
-
require('./
|
|
9
|
-
require('./
|
|
8
|
+
require('./dinero-BwNN_k7x.js');
|
|
9
|
+
require('./Refund-BefKONu4.js');
|
|
10
10
|
require('./Pagination-Dediz133.js');
|
|
11
|
-
require('./Payment-D6XuQ4Ve.js');
|
|
12
|
-
require('./Refund-1bG6RRPO.js');
|
|
13
11
|
require('./Business-DCRzZf0w.js');
|
|
14
12
|
require('./Dispute-CruQTF6_.js');
|
|
15
13
|
var index_esm = require('./index.esm-BleZSAc0.js');
|
|
16
|
-
var Api = require('./Api-
|
|
14
|
+
var Api = require('./Api-DyimBzKT.js');
|
|
17
15
|
var parts = require('./parts-9jMf1erK.js');
|
|
18
16
|
var eventTypes = require('./event-types-DNOUef41.js');
|
|
19
17
|
var button = require('./button-DsHDMHaa.js');
|
|
20
18
|
require('./event-types-YOY5TKUN.js');
|
|
21
|
-
require('./utils-
|
|
19
|
+
require('./utils-DvUQQLmR.js');
|
|
22
20
|
require('./index-B32W0A3m.js');
|
|
21
|
+
require('./utils-ChCUZgUy.js');
|
|
23
22
|
require('./helpers-B5OCqlIM.js');
|
|
24
23
|
require('./state-options-CIT9xdTz.js');
|
|
25
24
|
require('./_commonjsHelpers-BJu3ubxk.js');
|
|
@@ -60,7 +59,7 @@ const AdditionalQuestionsFormStep = class {
|
|
|
60
59
|
}
|
|
61
60
|
}
|
|
62
61
|
render() {
|
|
63
|
-
return (index.h("justifi-additional-questions-form-step-core", { key: '
|
|
62
|
+
return (index.h("justifi-additional-questions-form-step-core", { key: 'b494a48aa19f63e30007663276876540c5149879', getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
|
|
64
63
|
}
|
|
65
64
|
static get watchers() { return {
|
|
66
65
|
"authToken": ["propChanged"],
|
|
@@ -107,7 +106,7 @@ const BusinessBankAccountFormStep = class {
|
|
|
107
106
|
}
|
|
108
107
|
}
|
|
109
108
|
render() {
|
|
110
|
-
return (index.h("justifi-business-bank-account-form-step-core", { key: '
|
|
109
|
+
return (index.h("justifi-business-bank-account-form-step-core", { key: 'adb496ad14cd3334d30e571d873150ed8335f833', businessId: this.businessId, getBusiness: this.getBusiness, postBankAccount: this.postBankAccount, postDocumentRecord: this.postDocumentRecord, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
|
|
111
110
|
}
|
|
112
111
|
static get watchers() { return {
|
|
113
112
|
"authToken": ["propChanged"],
|
|
@@ -151,7 +150,7 @@ const BusinessCoreInfoFormStep = class {
|
|
|
151
150
|
}
|
|
152
151
|
}
|
|
153
152
|
render() {
|
|
154
|
-
return (index.h("justifi-business-core-info-form-step-core", { key: '
|
|
153
|
+
return (index.h("justifi-business-core-info-form-step-core", { key: '1d2bd68e87d5f312c54f5a4bda8863b26fdeec5d', businessId: this.businessId, getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
|
|
155
154
|
}
|
|
156
155
|
static get watchers() { return {
|
|
157
156
|
"authToken": ["propChanged"],
|
|
@@ -195,7 +194,7 @@ const BusinessOwnersFormStep = class {
|
|
|
195
194
|
}
|
|
196
195
|
}
|
|
197
196
|
render() {
|
|
198
|
-
return (index.h(index.Host, { key: '
|
|
197
|
+
return (index.h(index.Host, { key: '3420b6e74da344665583a49146b5b7fd1be40155' }, index.h("justifi-business-owners-form-step-core", { key: '3e092450028815a0b134af4294edbb7589864409', authToken: this.authToken, businessId: this.businessId, getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: (el) => this.coreComponent = el })));
|
|
199
198
|
}
|
|
200
199
|
static get watchers() { return {
|
|
201
200
|
"authToken": ["propChanged"],
|
|
@@ -239,7 +238,7 @@ const BusinessRepresentativeFormStep = class {
|
|
|
239
238
|
}
|
|
240
239
|
}
|
|
241
240
|
render() {
|
|
242
|
-
return (index.h("justifi-business-representative-form-step-core", { key: '
|
|
241
|
+
return (index.h("justifi-business-representative-form-step-core", { key: '582c77f4b763573a1d29726285a9b871afe96d89', getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
|
|
243
242
|
}
|
|
244
243
|
static get watchers() { return {
|
|
245
244
|
"authToken": ["propChanged"],
|
|
@@ -367,7 +366,7 @@ const BusinessTermsConditionsFormStep = class {
|
|
|
367
366
|
return (index.h("a", { href: "https://justifi.tech/merchant-agreement/", target: "_blank", rel: "noopener noreferrer" }, "merchant agreement"));
|
|
368
367
|
}
|
|
369
368
|
render() {
|
|
370
|
-
return (index.h("form", { key: '
|
|
369
|
+
return (index.h("form", { key: '8cea6fff2e5b5cbfa7de6b3adfce238153599d1e' }, index.h("fieldset", { key: 'ef3c4ce5d0d03f1d048e072c6f7ac3da565ffb18' }, index.h("legend", { key: 'caa5fee86bd4b5c2a7204a76ae3533146526b9e1', part: parts.heading2 }, "Terms and Conditions"), index.h("hr", { key: '5a72caeaf2dae8f57c0be09ca21feceb0793daf4' }), index.h("div", { key: 'e39700b83a10c479cf6d767c1af61ac8b480e4d5' }, index.h("p", { key: '2b8520977bedf73c295a387095724a561391b005' }, "Please read and accept the ", this.merchantAgreementLink, " to submit your provisioning request.")), index.h("br", { key: '706ec9ecfd4a0909583745f90b36eeb42fa5e690' }), index.h("div", { key: 'd915e2c49188b829b33b03f07cc8f1ccea99ee1d', class: "row-gy-3" }, index.h("div", { key: 'cbbc74e6b5e80bf54884a8f41eb94f6d5bcdb6dd', class: "col-12" }, index.h("form-control-checkbox", { key: 'f63aed196d33f1760dae8c5ac5487c0fbc7d4838', name: "accepted", label: "I agree to the terms and conditions", inputHandler: this.inputHandler, errorText: this.errors.accepted, disabled: this.acceptedTermsBefore, helpText: this.formHelperText, checked: this.acceptedTerms }))))));
|
|
371
370
|
}
|
|
372
371
|
};
|
|
373
372
|
|
|
@@ -407,7 +406,7 @@ const LegalAddressFormStep = class {
|
|
|
407
406
|
}
|
|
408
407
|
}
|
|
409
408
|
render() {
|
|
410
|
-
return (index.h("justifi-legal-address-form-step-core", { key: '
|
|
409
|
+
return (index.h("justifi-legal-address-form-step-core", { key: 'bd286476461181f2e8a435a97bf148d55876b49c', getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
|
|
411
410
|
}
|
|
412
411
|
static get watchers() { return {
|
|
413
412
|
"authToken": ["propChanged"],
|
|
@@ -429,7 +428,7 @@ const PaymentProvisioningFormButtons = class {
|
|
|
429
428
|
return this.currentStep === this.totalSteps;
|
|
430
429
|
}
|
|
431
430
|
render() {
|
|
432
|
-
return (index.h("div", { key: '
|
|
431
|
+
return (index.h("div", { key: '5869ed8c350e3a1ae5fe62dcd04493f432eecff7', class: 'd-flex gap-2' }, index.h(button.Button, { key: 'b1e8c2fff97e9a053d715860a43ddd78c99b255a', variant: "secondary", type: "button", onClick: () => this.previousStepButtonOnClick(), disabled: this.formDisabled, hidden: !this.showPreviousStepButton }, "Previous"), index.h(button.Button, { key: '8696fe4f0bde5434e51f05f67b39a8e5b2f550bf', variant: "primary", type: "button", onClick: (e) => this.nextStepButtonOnClick(e, eventTypes.BusinessFormClickActions.nextStep), disabled: this.formDisabled, isLoading: this.formLoading, hidden: !this.showNextStepButton }, "Next"), index.h(button.Button, { key: 'b1750a849d60244bdb3cf82690c6cbd15b6e1110', variant: "primary", type: "submit", onClick: (e) => this.nextStepButtonOnClick(e, eventTypes.BusinessFormClickActions.submit), disabled: this.formDisabled, isLoading: this.formLoading, hidden: !this.showSubmitButton }, "Submit")));
|
|
433
432
|
}
|
|
434
433
|
};
|
|
435
434
|
|
|
@@ -451,7 +450,7 @@ const PaymentProvisioningFormSteps = class {
|
|
|
451
450
|
return this.componentStepMapping[this.currentStep]();
|
|
452
451
|
}
|
|
453
452
|
render() {
|
|
454
|
-
return (index.h("div", { key: '
|
|
453
|
+
return (index.h("div", { key: '9a09e562d0a3548cb40863ba5780c5d1692b6ec3', class: 'col-12 mb-4' }, this.currentStepComponent));
|
|
455
454
|
}
|
|
456
455
|
};
|
|
457
456
|
|