@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
|
@@ -6,35 +6,39 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { Business, IAdditionalQuestions, IAddress } from "./api/Business";
|
|
9
|
-
import { ComponentClickEvent as ComponentClickEvent1, ComponentErrorCodes, ComponentErrorEvent as ComponentErrorEvent1, ComponentFormStepCompleteEvent as ComponentFormStepCompleteEvent1, ComponentSubmitEvent as ComponentSubmitEvent1, FileSelectEvent, IApiResponse,
|
|
9
|
+
import { ComponentClickEvent as ComponentClickEvent1, ComponentErrorCodes, ComponentErrorEvent as ComponentErrorEvent1, ComponentFormStepCompleteEvent as ComponentFormStepCompleteEvent1, ComponentSubmitEvent as ComponentSubmitEvent1, FileSelectEvent, IApiResponse, ICheckoutPaymentMethod, ICheckoutPaymentModeParam, ICheckoutStatus, ILoadedEventResponse, IRefund, ITerminalStatus, PaymentMethodTypes, TerminalModelName, TerminalOrderStatus, TerminalOrderType } from "./api";
|
|
10
10
|
import { ComponentClickEvent, ComponentErrorEvent, ComponentFormStepCompleteEvent, ComponentSubmitEvent } from "./api/ComponentEvents";
|
|
11
11
|
import { Placement, PositioningStrategy } from "@popperjs/core";
|
|
12
12
|
import { EntityDocumentType, FileSelectEvent as FileSelectEvent1 } from "./api/Document";
|
|
13
|
+
import { IPaymentMethodMetadata } from "./api/PaymentMethod";
|
|
13
14
|
import { BillingFormFields as BillingFormFields1, FormController } from "./components";
|
|
14
15
|
import { DisputeEvidenceDocument } from "./api/DisputeEvidenceDocument";
|
|
15
16
|
import { DisputeResponseFormStep } from "./components/dispute-management/dispute-response/dispute-response-form-types";
|
|
17
|
+
import { ApplePayButtonStyle, ApplePayButtonType, IApplePayToken } from "./api/ApplePay";
|
|
16
18
|
import { BillingFormFields } from "./components/checkout/billing-form/billing-form-schema";
|
|
17
19
|
import { FormController as FormController1 } from "./ui-components/form/form";
|
|
18
|
-
import { ILoadedEventResponse as ILoadedEventResponse1 } from "./api/Checkout";
|
|
19
20
|
import { Dispute, IDispute } from "./api/Dispute";
|
|
20
|
-
import {
|
|
21
|
+
import { CheckoutChangedEventDetail } from "./components/modular-checkout/ModularCheckout";
|
|
21
22
|
import { PaymentMethodPayload } from "./components/checkout/payment-method-payload";
|
|
23
|
+
import { PaymentMethodOption } from "./components/checkout/payment-method-option-utils";
|
|
22
24
|
import { Identity } from "./api/Identity";
|
|
23
25
|
import { PaginationProps } from "./ui-components/pagination-menu/pagination-menu";
|
|
24
26
|
export { Business, IAdditionalQuestions, IAddress } from "./api/Business";
|
|
25
|
-
export { ComponentClickEvent as ComponentClickEvent1, ComponentErrorCodes, ComponentErrorEvent as ComponentErrorEvent1, ComponentFormStepCompleteEvent as ComponentFormStepCompleteEvent1, ComponentSubmitEvent as ComponentSubmitEvent1, FileSelectEvent, IApiResponse,
|
|
27
|
+
export { ComponentClickEvent as ComponentClickEvent1, ComponentErrorCodes, ComponentErrorEvent as ComponentErrorEvent1, ComponentFormStepCompleteEvent as ComponentFormStepCompleteEvent1, ComponentSubmitEvent as ComponentSubmitEvent1, FileSelectEvent, IApiResponse, ICheckoutPaymentMethod, ICheckoutPaymentModeParam, ICheckoutStatus, ILoadedEventResponse, IRefund, ITerminalStatus, PaymentMethodTypes, TerminalModelName, TerminalOrderStatus, TerminalOrderType } from "./api";
|
|
26
28
|
export { ComponentClickEvent, ComponentErrorEvent, ComponentFormStepCompleteEvent, ComponentSubmitEvent } from "./api/ComponentEvents";
|
|
27
29
|
export { Placement, PositioningStrategy } from "@popperjs/core";
|
|
28
30
|
export { EntityDocumentType, FileSelectEvent as FileSelectEvent1 } from "./api/Document";
|
|
31
|
+
export { IPaymentMethodMetadata } from "./api/PaymentMethod";
|
|
29
32
|
export { BillingFormFields as BillingFormFields1, FormController } from "./components";
|
|
30
33
|
export { DisputeEvidenceDocument } from "./api/DisputeEvidenceDocument";
|
|
31
34
|
export { DisputeResponseFormStep } from "./components/dispute-management/dispute-response/dispute-response-form-types";
|
|
35
|
+
export { ApplePayButtonStyle, ApplePayButtonType, IApplePayToken } from "./api/ApplePay";
|
|
32
36
|
export { BillingFormFields } from "./components/checkout/billing-form/billing-form-schema";
|
|
33
37
|
export { FormController as FormController1 } from "./ui-components/form/form";
|
|
34
|
-
export { ILoadedEventResponse as ILoadedEventResponse1 } from "./api/Checkout";
|
|
35
38
|
export { Dispute, IDispute } from "./api/Dispute";
|
|
36
|
-
export {
|
|
39
|
+
export { CheckoutChangedEventDetail } from "./components/modular-checkout/ModularCheckout";
|
|
37
40
|
export { PaymentMethodPayload } from "./components/checkout/payment-method-payload";
|
|
41
|
+
export { PaymentMethodOption } from "./components/checkout/payment-method-option-utils";
|
|
38
42
|
export { Identity } from "./api/Identity";
|
|
39
43
|
export { PaginationProps } from "./ui-components/pagination-menu/pagination-menu";
|
|
40
44
|
export namespace Components {
|
|
@@ -202,7 +206,7 @@ export namespace Components {
|
|
|
202
206
|
"errorText": string;
|
|
203
207
|
"helpText"?: string;
|
|
204
208
|
"inputHandler": (name: string, value: string) => void;
|
|
205
|
-
"label":
|
|
209
|
+
"label": any;
|
|
206
210
|
"name": any;
|
|
207
211
|
"value": string;
|
|
208
212
|
}
|
|
@@ -250,7 +254,7 @@ export namespace Components {
|
|
|
250
254
|
"iframeOrigin": string;
|
|
251
255
|
"inputId": string;
|
|
252
256
|
"label": string;
|
|
253
|
-
"tokenize": (clientId: string, paymentMethodMetadata:
|
|
257
|
+
"tokenize": (clientId: string, paymentMethodMetadata: IPaymentMethodMetadata, account?: string) => Promise<any>;
|
|
254
258
|
"validate": () => Promise<any>;
|
|
255
259
|
}
|
|
256
260
|
interface JustifiAdditionalQuestions {
|
|
@@ -276,12 +280,53 @@ export namespace Components {
|
|
|
276
280
|
"documentErrors": any;
|
|
277
281
|
"validateAndSubmit": (onSuccess: (formData: any, documentList: DisputeEvidenceDocument[], formStep: DisputeResponseFormStep) => void) => Promise<void>;
|
|
278
282
|
}
|
|
283
|
+
interface JustifiApplePay {
|
|
284
|
+
"abort": () => Promise<void>;
|
|
285
|
+
/**
|
|
286
|
+
* @default ApplePayButtonStyle.BLACK
|
|
287
|
+
*/
|
|
288
|
+
"buttonStyle": ApplePayButtonStyle;
|
|
289
|
+
/**
|
|
290
|
+
* @default ApplePayButtonType.PLAIN
|
|
291
|
+
*/
|
|
292
|
+
"buttonType": ApplePayButtonType;
|
|
293
|
+
/**
|
|
294
|
+
* @default "US"
|
|
295
|
+
*/
|
|
296
|
+
"countryCode": string;
|
|
297
|
+
/**
|
|
298
|
+
* @default false
|
|
299
|
+
*/
|
|
300
|
+
"disabled": boolean;
|
|
301
|
+
"getPaymentMethods": () => Promise<string[]>;
|
|
302
|
+
/**
|
|
303
|
+
* @default "dev-checkout.justifi-staging.com"
|
|
304
|
+
*/
|
|
305
|
+
"initiativeContext": string;
|
|
306
|
+
"isSupported": () => Promise<boolean>;
|
|
307
|
+
/**
|
|
308
|
+
* @default "JustiFi Checkout"
|
|
309
|
+
*/
|
|
310
|
+
"merchantDisplayName": string;
|
|
311
|
+
/**
|
|
312
|
+
* @default "merchant.com.staging-justifi.checkout-dev"
|
|
313
|
+
*/
|
|
314
|
+
"merchantIdentifier": string;
|
|
315
|
+
/**
|
|
316
|
+
* @default true
|
|
317
|
+
*/
|
|
318
|
+
"showSkeleton": boolean;
|
|
319
|
+
}
|
|
279
320
|
interface JustifiBankAccountBillingFormSimple {
|
|
280
321
|
"fill": (fields: BillingFormFields) => Promise<void>;
|
|
281
322
|
"getValues": () => Promise<BillingFormFields>;
|
|
282
323
|
"legend"?: string;
|
|
283
324
|
"validate": () => Promise<{ isValid: boolean; errors: any; }>;
|
|
284
325
|
}
|
|
326
|
+
interface JustifiBankAccountForm {
|
|
327
|
+
"tokenize": ({ clientId, paymentMethodMetadata, account }: { clientId: string; paymentMethodMetadata: any; account?: string; }) => Promise<any>;
|
|
328
|
+
"validate": () => Promise<any>;
|
|
329
|
+
}
|
|
285
330
|
interface JustifiBillingForm {
|
|
286
331
|
"fill": (fields: BillingFormFields) => Promise<void>;
|
|
287
332
|
"getValues": () => Promise<BillingFormFields>;
|
|
@@ -392,6 +437,22 @@ export namespace Components {
|
|
|
392
437
|
"businessId": string;
|
|
393
438
|
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
394
439
|
}
|
|
440
|
+
interface JustifiButton {
|
|
441
|
+
"class"?: string;
|
|
442
|
+
"clickHandler"?: (event: MouseEvent) => void;
|
|
443
|
+
"customStyle"?: string | { [key: string]: string };
|
|
444
|
+
"disabled"?: boolean;
|
|
445
|
+
"isLoading"?: boolean;
|
|
446
|
+
"text": string;
|
|
447
|
+
/**
|
|
448
|
+
* @default 'button'
|
|
449
|
+
*/
|
|
450
|
+
"type"?: 'button' | 'submit' | 'reset';
|
|
451
|
+
/**
|
|
452
|
+
* @default 'primary'
|
|
453
|
+
*/
|
|
454
|
+
"variant"?: 'primary' | 'secondary';
|
|
455
|
+
}
|
|
395
456
|
interface JustifiCancellationPolicy {
|
|
396
457
|
"disputeResponse": any;
|
|
397
458
|
/**
|
|
@@ -406,31 +467,41 @@ export namespace Components {
|
|
|
406
467
|
"legend"?: string;
|
|
407
468
|
"validate": () => Promise<{ isValid: boolean; errors: any; }>;
|
|
408
469
|
}
|
|
470
|
+
interface JustifiCardForm {
|
|
471
|
+
"tokenize": ({ clientId, paymentMethodMetadata, account, }: { clientId: string; paymentMethodMetadata: any; account?: string; }) => Promise<any>;
|
|
472
|
+
"validate": () => Promise<any>;
|
|
473
|
+
}
|
|
409
474
|
interface JustifiCheckout {
|
|
410
475
|
"authToken": string;
|
|
411
476
|
"checkoutId": string;
|
|
477
|
+
/**
|
|
478
|
+
* @default false
|
|
479
|
+
*/
|
|
412
480
|
"disableBankAccount"?: boolean;
|
|
481
|
+
/**
|
|
482
|
+
* @default false
|
|
483
|
+
*/
|
|
413
484
|
"disableBnpl"?: boolean;
|
|
485
|
+
/**
|
|
486
|
+
* @default false
|
|
487
|
+
*/
|
|
414
488
|
"disableCreditCard"?: boolean;
|
|
489
|
+
/**
|
|
490
|
+
* @default false
|
|
491
|
+
*/
|
|
415
492
|
"disablePaymentMethodGroup"?: boolean;
|
|
416
493
|
"fillBillingForm": (fields: BillingFormFields) => Promise<void>;
|
|
494
|
+
/**
|
|
495
|
+
* @default false
|
|
496
|
+
*/
|
|
417
497
|
"hideBankAccountBillingForm"?: boolean;
|
|
498
|
+
/**
|
|
499
|
+
* @default false
|
|
500
|
+
*/
|
|
418
501
|
"hideCardBillingForm"?: boolean;
|
|
419
502
|
"validate": () => Promise<{ isValid: boolean; }>;
|
|
420
503
|
}
|
|
421
|
-
interface
|
|
422
|
-
"authToken": string;
|
|
423
|
-
"checkoutId": string;
|
|
424
|
-
"complete": Function;
|
|
425
|
-
"disableBankAccount"?: boolean;
|
|
426
|
-
"disableBnpl"?: boolean;
|
|
427
|
-
"disableCreditCard"?: boolean;
|
|
428
|
-
"disablePaymentMethodGroup"?: boolean;
|
|
429
|
-
"fillBillingForm": (fields: BillingFormFields) => Promise<void>;
|
|
430
|
-
"getCheckout": Function;
|
|
431
|
-
"hideBankAccountBillingForm"?: boolean;
|
|
432
|
-
"hideCardBillingForm"?: boolean;
|
|
433
|
-
"validate": () => Promise<{ isValid: boolean; }>;
|
|
504
|
+
interface JustifiCheckoutSummary {
|
|
434
505
|
}
|
|
435
506
|
interface JustifiCheckoutsList {
|
|
436
507
|
"accountId": string;
|
|
@@ -533,6 +604,14 @@ export namespace Components {
|
|
|
533
604
|
"accountId": string;
|
|
534
605
|
"authToken": string;
|
|
535
606
|
}
|
|
607
|
+
interface JustifiHeader {
|
|
608
|
+
"class"?: string;
|
|
609
|
+
/**
|
|
610
|
+
* @default 'h1'
|
|
611
|
+
*/
|
|
612
|
+
"level": keyof typeof this.levels;
|
|
613
|
+
"text": string;
|
|
614
|
+
}
|
|
536
615
|
interface JustifiIdentityAddressForm {
|
|
537
616
|
"defaultValues": any;
|
|
538
617
|
"errors": any;
|
|
@@ -553,19 +632,16 @@ export namespace Components {
|
|
|
553
632
|
"patchBusiness": Function;
|
|
554
633
|
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
555
634
|
}
|
|
556
|
-
interface
|
|
557
|
-
"accountId": string;
|
|
635
|
+
interface JustifiModularCheckout {
|
|
558
636
|
"authToken": string;
|
|
559
|
-
"
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
"
|
|
564
|
-
"
|
|
565
|
-
"
|
|
566
|
-
"
|
|
567
|
-
"showCard"?: boolean;
|
|
568
|
-
"validate": () => Promise<{ isValid: boolean; errors: any; }>;
|
|
637
|
+
"checkoutId": string;
|
|
638
|
+
/**
|
|
639
|
+
* @default false
|
|
640
|
+
*/
|
|
641
|
+
"savePaymentMethod"?: boolean;
|
|
642
|
+
"setSelectedPaymentMethod": (paymentMethod: ICheckoutPaymentMethod | { type: PaymentMethodTypes; }) => Promise<void>;
|
|
643
|
+
"submitCheckout": (submitCheckoutArgs?: BillingFormFields1) => Promise<void>;
|
|
644
|
+
"validate": () => Promise<boolean>;
|
|
569
645
|
}
|
|
570
646
|
interface JustifiOrderTerminals {
|
|
571
647
|
"accountId": string;
|
|
@@ -596,27 +672,6 @@ export namespace Components {
|
|
|
596
672
|
"authToken": string;
|
|
597
673
|
"paymentId": string;
|
|
598
674
|
}
|
|
599
|
-
interface JustifiPaymentMethodOptions {
|
|
600
|
-
"accountId": string;
|
|
601
|
-
"authToken": string;
|
|
602
|
-
"bnpl": IBnpl;
|
|
603
|
-
"fillBillingForm": (fields: BillingFormFields) => Promise<void>;
|
|
604
|
-
"hideBankAccountBillingForm"?: boolean;
|
|
605
|
-
"hideCardBillingForm"?: boolean;
|
|
606
|
-
"insuranceToggled": boolean;
|
|
607
|
-
"paymentAmount": number;
|
|
608
|
-
"paymentMethodGroupId"?: string;
|
|
609
|
-
"resolvePaymentMethod": (insuranceValidation: any) => Promise<PaymentMethodPayload>;
|
|
610
|
-
/**
|
|
611
|
-
* @default []
|
|
612
|
-
*/
|
|
613
|
-
"savedPaymentMethods": any[];
|
|
614
|
-
"showAch": boolean;
|
|
615
|
-
"showBnpl": boolean;
|
|
616
|
-
"showCard": boolean;
|
|
617
|
-
"showSavedPaymentMethods": boolean;
|
|
618
|
-
"validate": () => Promise<{ isValid: boolean; errors?: any; }>;
|
|
619
|
-
}
|
|
620
675
|
interface JustifiPaymentProvisioning {
|
|
621
676
|
/**
|
|
622
677
|
* @default false
|
|
@@ -706,6 +761,18 @@ export namespace Components {
|
|
|
706
761
|
"createdAfter"?: string;
|
|
707
762
|
"createdBefore"?: string;
|
|
708
763
|
}
|
|
764
|
+
interface JustifiPlaidPaymentMethod {
|
|
765
|
+
"deselect": () => Promise<void>;
|
|
766
|
+
"getErrorInfo": () => Promise<PlaidError | null>;
|
|
767
|
+
"getPaymentToken": () => Promise<string | undefined>;
|
|
768
|
+
"handleSelectionClick": () => Promise<void>;
|
|
769
|
+
"isCurrentlySelected": () => Promise<boolean>;
|
|
770
|
+
"isReadyForAuthentication": () => Promise<boolean>;
|
|
771
|
+
"reset": () => Promise<void>;
|
|
772
|
+
"resolvePaymentMethod": () => Promise<PaymentMethodPayload>;
|
|
773
|
+
"retry": () => Promise<void>;
|
|
774
|
+
"setSelected": (selected: boolean) => Promise<void>;
|
|
775
|
+
}
|
|
709
776
|
interface JustifiProductOrService {
|
|
710
777
|
"disputeResponse": any;
|
|
711
778
|
/**
|
|
@@ -714,6 +781,20 @@ export namespace Components {
|
|
|
714
781
|
"documentErrors": any;
|
|
715
782
|
"validateAndSubmit": (onSuccess: (formData: any, documentList: DisputeEvidenceDocument[], formStep: DisputeResponseFormStep) => void) => Promise<void>;
|
|
716
783
|
}
|
|
784
|
+
interface JustifiRadioListItem {
|
|
785
|
+
/**
|
|
786
|
+
* @default false
|
|
787
|
+
*/
|
|
788
|
+
"checked"?: boolean;
|
|
789
|
+
"class"?: string;
|
|
790
|
+
/**
|
|
791
|
+
* @default false
|
|
792
|
+
*/
|
|
793
|
+
"hidden"?: boolean;
|
|
794
|
+
"label": any;
|
|
795
|
+
"name": string;
|
|
796
|
+
"value": string;
|
|
797
|
+
}
|
|
717
798
|
interface JustifiRefundPayment {
|
|
718
799
|
"accountId": string;
|
|
719
800
|
"authToken": string;
|
|
@@ -739,27 +820,13 @@ export namespace Components {
|
|
|
739
820
|
"paymentMethodOption": PaymentMethodOption;
|
|
740
821
|
"resolvePaymentMethod": (insuranceValidation: any) => Promise<PaymentMethodPayload>;
|
|
741
822
|
}
|
|
742
|
-
interface
|
|
743
|
-
"authToken": string;
|
|
744
|
-
"checkoutId": string;
|
|
745
|
-
"coveredIdentityFirstName"?: string;
|
|
746
|
-
"coveredIdentityLastName"?: string;
|
|
747
|
-
"policyAttributesEndDate"?: string;
|
|
748
|
-
"policyAttributesInsurableAmount": number;
|
|
749
|
-
"policyAttributesStartDate"?: string;
|
|
750
|
-
"primaryIdentityCountry": string;
|
|
751
|
-
"primaryIdentityEmailAddress": string;
|
|
752
|
-
"primaryIdentityFirstName": string;
|
|
753
|
-
"primaryIdentityLastName": string;
|
|
754
|
-
"primaryIdentityPostalCode": string;
|
|
755
|
-
"primaryIdentityState": string;
|
|
756
|
-
"validate": () => Promise<{ isValid: boolean; }>;
|
|
823
|
+
interface JustifiSavedPaymentMethods {
|
|
757
824
|
}
|
|
758
|
-
interface
|
|
759
|
-
"
|
|
825
|
+
interface JustifiSeasonInterruptionInsurance {
|
|
826
|
+
"authToken"?: string;
|
|
827
|
+
"checkoutId"?: string;
|
|
760
828
|
"coveredIdentityFirstName"?: string;
|
|
761
829
|
"coveredIdentityLastName"?: string;
|
|
762
|
-
"getQuote": Function;
|
|
763
830
|
"policyAttributesEndDate"?: string;
|
|
764
831
|
"policyAttributesInsurableAmount": number;
|
|
765
832
|
"policyAttributesStartDate"?: string;
|
|
@@ -769,16 +836,10 @@ export namespace Components {
|
|
|
769
836
|
"primaryIdentityLastName": string;
|
|
770
837
|
"primaryIdentityPostalCode": string;
|
|
771
838
|
"primaryIdentityState": string;
|
|
772
|
-
"toggleCoverage": Function;
|
|
773
839
|
"validate": () => Promise<{ isValid: boolean; }>;
|
|
774
840
|
}
|
|
775
841
|
interface JustifiSezzlePaymentMethod {
|
|
776
|
-
"
|
|
777
|
-
"bnpl": any;
|
|
778
|
-
"clientId": string;
|
|
779
|
-
"isSelected": boolean;
|
|
780
|
-
"paymentAmount": number;
|
|
781
|
-
"paymentMethodOption": PaymentMethodOption;
|
|
842
|
+
"handleSelectionClick": () => Promise<void>;
|
|
782
843
|
"resolvePaymentMethod": (insuranceValidation: any) => Promise<PaymentMethodPayload>;
|
|
783
844
|
}
|
|
784
845
|
interface JustifiShippingDetails {
|
|
@@ -789,6 +850,13 @@ export namespace Components {
|
|
|
789
850
|
"documentErrors": any;
|
|
790
851
|
"validateAndSubmit": (onSuccess: (formData: any, documentList: DisputeEvidenceDocument[], formStep: DisputeResponseFormStep) => void) => Promise<void>;
|
|
791
852
|
}
|
|
853
|
+
interface JustifiSkeleton {
|
|
854
|
+
"class"?: string;
|
|
855
|
+
"component"?: string;
|
|
856
|
+
"customStyle"?: { [key: string]: any };
|
|
857
|
+
"height"?: string | number;
|
|
858
|
+
"width"?: string | number;
|
|
859
|
+
}
|
|
792
860
|
interface JustifiTerminalOrdersList {
|
|
793
861
|
"accountId": string;
|
|
794
862
|
"authToken": string;
|
|
@@ -817,21 +885,22 @@ export namespace Components {
|
|
|
817
885
|
"terminalStatus"?: ITerminalStatus;
|
|
818
886
|
}
|
|
819
887
|
interface JustifiTokenizePaymentMethod {
|
|
820
|
-
"accountId"
|
|
821
|
-
"authToken"
|
|
888
|
+
"accountId"?: string;
|
|
889
|
+
"authToken"?: string;
|
|
822
890
|
"disableBankAccount"?: boolean;
|
|
823
891
|
"disableCreditCard"?: boolean;
|
|
824
892
|
"fillBillingForm": (fields: BillingFormFields1) => Promise<void>;
|
|
825
893
|
"hideBankAccountBillingForm"?: boolean;
|
|
826
894
|
"hideCardBillingForm"?: boolean;
|
|
827
895
|
"hideSubmitButton"?: boolean;
|
|
828
|
-
"paymentMethodGroupId"
|
|
896
|
+
"paymentMethodGroupId"?: string;
|
|
829
897
|
/**
|
|
830
898
|
* @default 'Submit'
|
|
831
899
|
*/
|
|
832
|
-
"submitButtonText"
|
|
833
|
-
"
|
|
834
|
-
"
|
|
900
|
+
"submitButtonText"?: string;
|
|
901
|
+
"tokenize": () => Promise<any>;
|
|
902
|
+
"tokenizePaymentMethod": (event?: MouseEvent) => Promise<PaymentMethodPayload>;
|
|
903
|
+
"validate": () => Promise<ValidationResult>;
|
|
835
904
|
}
|
|
836
905
|
interface LegalAddressDetails {
|
|
837
906
|
"legalAddress": IAddress;
|
|
@@ -872,6 +941,13 @@ export namespace Components {
|
|
|
872
941
|
interface PaymentDetailsCore {
|
|
873
942
|
"getPaymentDetails": Function;
|
|
874
943
|
}
|
|
944
|
+
interface PaymentMethodOption {
|
|
945
|
+
"clickHandler": (event: MouseEvent) => void;
|
|
946
|
+
"isSelected": boolean;
|
|
947
|
+
"label": string;
|
|
948
|
+
"paymentMethodOptionId": string;
|
|
949
|
+
"radioButtonHidden": boolean;
|
|
950
|
+
}
|
|
875
951
|
interface PaymentsListCore {
|
|
876
952
|
"columns": string;
|
|
877
953
|
"getPayments": Function;
|
|
@@ -989,6 +1065,10 @@ export interface JustifiAdditionalQuestionsFormStepCoreCustomEvent<T> extends Cu
|
|
|
989
1065
|
detail: T;
|
|
990
1066
|
target: HTMLJustifiAdditionalQuestionsFormStepCoreElement;
|
|
991
1067
|
}
|
|
1068
|
+
export interface JustifiApplePayCustomEvent<T> extends CustomEvent<T> {
|
|
1069
|
+
detail: T;
|
|
1070
|
+
target: HTMLJustifiApplePayElement;
|
|
1071
|
+
}
|
|
992
1072
|
export interface JustifiBusinessBankAccountFormStepCustomEvent<T> extends CustomEvent<T> {
|
|
993
1073
|
detail: T;
|
|
994
1074
|
target: HTMLJustifiBusinessBankAccountFormStepElement;
|
|
@@ -1037,10 +1117,6 @@ export interface JustifiCheckoutCustomEvent<T> extends CustomEvent<T> {
|
|
|
1037
1117
|
detail: T;
|
|
1038
1118
|
target: HTMLJustifiCheckoutElement;
|
|
1039
1119
|
}
|
|
1040
|
-
export interface JustifiCheckoutCoreCustomEvent<T> extends CustomEvent<T> {
|
|
1041
|
-
detail: T;
|
|
1042
|
-
target: HTMLJustifiCheckoutCoreElement;
|
|
1043
|
-
}
|
|
1044
1120
|
export interface JustifiCheckoutsListCustomEvent<T> extends CustomEvent<T> {
|
|
1045
1121
|
detail: T;
|
|
1046
1122
|
target: HTMLJustifiCheckoutsListElement;
|
|
@@ -1077,9 +1153,9 @@ export interface JustifiLegalAddressFormStepCoreCustomEvent<T> extends CustomEve
|
|
|
1077
1153
|
detail: T;
|
|
1078
1154
|
target: HTMLJustifiLegalAddressFormStepCoreElement;
|
|
1079
1155
|
}
|
|
1080
|
-
export interface
|
|
1156
|
+
export interface JustifiModularCheckoutCustomEvent<T> extends CustomEvent<T> {
|
|
1081
1157
|
detail: T;
|
|
1082
|
-
target:
|
|
1158
|
+
target: HTMLJustifiModularCheckoutElement;
|
|
1083
1159
|
}
|
|
1084
1160
|
export interface JustifiOrderTerminalsCustomEvent<T> extends CustomEvent<T> {
|
|
1085
1161
|
detail: T;
|
|
@@ -1121,6 +1197,14 @@ export interface JustifiPayoutsListCustomEvent<T> extends CustomEvent<T> {
|
|
|
1121
1197
|
detail: T;
|
|
1122
1198
|
target: HTMLJustifiPayoutsListElement;
|
|
1123
1199
|
}
|
|
1200
|
+
export interface JustifiPlaidPaymentMethodCustomEvent<T> extends CustomEvent<T> {
|
|
1201
|
+
detail: T;
|
|
1202
|
+
target: HTMLJustifiPlaidPaymentMethodElement;
|
|
1203
|
+
}
|
|
1204
|
+
export interface JustifiRadioListItemCustomEvent<T> extends CustomEvent<T> {
|
|
1205
|
+
detail: T;
|
|
1206
|
+
target: HTMLJustifiRadioListItemElement;
|
|
1207
|
+
}
|
|
1124
1208
|
export interface JustifiRefundPaymentCustomEvent<T> extends CustomEvent<T> {
|
|
1125
1209
|
detail: T;
|
|
1126
1210
|
target: HTMLJustifiRefundPaymentElement;
|
|
@@ -1137,10 +1221,6 @@ export interface JustifiSeasonInterruptionInsuranceCustomEvent<T> extends Custom
|
|
|
1137
1221
|
detail: T;
|
|
1138
1222
|
target: HTMLJustifiSeasonInterruptionInsuranceElement;
|
|
1139
1223
|
}
|
|
1140
|
-
export interface JustifiSeasonInterruptionInsuranceCoreCustomEvent<T> extends CustomEvent<T> {
|
|
1141
|
-
detail: T;
|
|
1142
|
-
target: HTMLJustifiSeasonInterruptionInsuranceCoreElement;
|
|
1143
|
-
}
|
|
1144
1224
|
export interface JustifiSezzlePaymentMethodCustomEvent<T> extends CustomEvent<T> {
|
|
1145
1225
|
detail: T;
|
|
1146
1226
|
target: HTMLJustifiSezzlePaymentMethodElement;
|
|
@@ -1608,12 +1688,43 @@ declare global {
|
|
|
1608
1688
|
prototype: HTMLJustifiAdditionalStatementElement;
|
|
1609
1689
|
new (): HTMLJustifiAdditionalStatementElement;
|
|
1610
1690
|
};
|
|
1691
|
+
interface HTMLJustifiApplePayElementEventMap {
|
|
1692
|
+
"applePayStarted": void;
|
|
1693
|
+
"applePayCompleted": {
|
|
1694
|
+
success: boolean;
|
|
1695
|
+
token?: IApplePayToken;
|
|
1696
|
+
paymentMethodId?: string;
|
|
1697
|
+
error?: any;
|
|
1698
|
+
};
|
|
1699
|
+
"applePayCancelled": void;
|
|
1700
|
+
"applePayError": { error: string };
|
|
1701
|
+
}
|
|
1702
|
+
interface HTMLJustifiApplePayElement extends Components.JustifiApplePay, HTMLStencilElement {
|
|
1703
|
+
addEventListener<K extends keyof HTMLJustifiApplePayElementEventMap>(type: K, listener: (this: HTMLJustifiApplePayElement, ev: JustifiApplePayCustomEvent<HTMLJustifiApplePayElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1704
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1705
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1706
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1707
|
+
removeEventListener<K extends keyof HTMLJustifiApplePayElementEventMap>(type: K, listener: (this: HTMLJustifiApplePayElement, ev: JustifiApplePayCustomEvent<HTMLJustifiApplePayElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1708
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1709
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1710
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1711
|
+
}
|
|
1712
|
+
var HTMLJustifiApplePayElement: {
|
|
1713
|
+
prototype: HTMLJustifiApplePayElement;
|
|
1714
|
+
new (): HTMLJustifiApplePayElement;
|
|
1715
|
+
};
|
|
1611
1716
|
interface HTMLJustifiBankAccountBillingFormSimpleElement extends Components.JustifiBankAccountBillingFormSimple, HTMLStencilElement {
|
|
1612
1717
|
}
|
|
1613
1718
|
var HTMLJustifiBankAccountBillingFormSimpleElement: {
|
|
1614
1719
|
prototype: HTMLJustifiBankAccountBillingFormSimpleElement;
|
|
1615
1720
|
new (): HTMLJustifiBankAccountBillingFormSimpleElement;
|
|
1616
1721
|
};
|
|
1722
|
+
interface HTMLJustifiBankAccountFormElement extends Components.JustifiBankAccountForm, HTMLStencilElement {
|
|
1723
|
+
}
|
|
1724
|
+
var HTMLJustifiBankAccountFormElement: {
|
|
1725
|
+
prototype: HTMLJustifiBankAccountFormElement;
|
|
1726
|
+
new (): HTMLJustifiBankAccountFormElement;
|
|
1727
|
+
};
|
|
1617
1728
|
interface HTMLJustifiBillingFormElement extends Components.JustifiBillingForm, HTMLStencilElement {
|
|
1618
1729
|
}
|
|
1619
1730
|
var HTMLJustifiBillingFormElement: {
|
|
@@ -1850,6 +1961,12 @@ declare global {
|
|
|
1850
1961
|
prototype: HTMLJustifiBusinessTermsConditionsFormStepElement;
|
|
1851
1962
|
new (): HTMLJustifiBusinessTermsConditionsFormStepElement;
|
|
1852
1963
|
};
|
|
1964
|
+
interface HTMLJustifiButtonElement extends Components.JustifiButton, HTMLStencilElement {
|
|
1965
|
+
}
|
|
1966
|
+
var HTMLJustifiButtonElement: {
|
|
1967
|
+
prototype: HTMLJustifiButtonElement;
|
|
1968
|
+
new (): HTMLJustifiButtonElement;
|
|
1969
|
+
};
|
|
1853
1970
|
interface HTMLJustifiCancellationPolicyElement extends Components.JustifiCancellationPolicy, HTMLStencilElement {
|
|
1854
1971
|
}
|
|
1855
1972
|
var HTMLJustifiCancellationPolicyElement: {
|
|
@@ -1862,9 +1979,16 @@ declare global {
|
|
|
1862
1979
|
prototype: HTMLJustifiCardBillingFormSimpleElement;
|
|
1863
1980
|
new (): HTMLJustifiCardBillingFormSimpleElement;
|
|
1864
1981
|
};
|
|
1982
|
+
interface HTMLJustifiCardFormElement extends Components.JustifiCardForm, HTMLStencilElement {
|
|
1983
|
+
}
|
|
1984
|
+
var HTMLJustifiCardFormElement: {
|
|
1985
|
+
prototype: HTMLJustifiCardFormElement;
|
|
1986
|
+
new (): HTMLJustifiCardFormElement;
|
|
1987
|
+
};
|
|
1865
1988
|
interface HTMLJustifiCheckoutElementEventMap {
|
|
1866
1989
|
"error-event": ComponentErrorEvent;
|
|
1867
1990
|
"loaded": ILoadedEventResponse;
|
|
1991
|
+
"submit-event": ComponentSubmitEvent;
|
|
1868
1992
|
}
|
|
1869
1993
|
interface HTMLJustifiCheckoutElement extends Components.JustifiCheckout, HTMLStencilElement {
|
|
1870
1994
|
addEventListener<K extends keyof HTMLJustifiCheckoutElementEventMap>(type: K, listener: (this: HTMLJustifiCheckoutElement, ev: JustifiCheckoutCustomEvent<HTMLJustifiCheckoutElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -1880,24 +2004,11 @@ declare global {
|
|
|
1880
2004
|
prototype: HTMLJustifiCheckoutElement;
|
|
1881
2005
|
new (): HTMLJustifiCheckoutElement;
|
|
1882
2006
|
};
|
|
1883
|
-
interface
|
|
1884
|
-
"submit-event": ComponentSubmitEvent;
|
|
1885
|
-
"error-event": ComponentErrorEvent;
|
|
1886
|
-
"loaded": ILoadedEventResponse1;
|
|
2007
|
+
interface HTMLJustifiCheckoutSummaryElement extends Components.JustifiCheckoutSummary, HTMLStencilElement {
|
|
1887
2008
|
}
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1892
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1893
|
-
removeEventListener<K extends keyof HTMLJustifiCheckoutCoreElementEventMap>(type: K, listener: (this: HTMLJustifiCheckoutCoreElement, ev: JustifiCheckoutCoreCustomEvent<HTMLJustifiCheckoutCoreElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1894
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1895
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1896
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1897
|
-
}
|
|
1898
|
-
var HTMLJustifiCheckoutCoreElement: {
|
|
1899
|
-
prototype: HTMLJustifiCheckoutCoreElement;
|
|
1900
|
-
new (): HTMLJustifiCheckoutCoreElement;
|
|
2009
|
+
var HTMLJustifiCheckoutSummaryElement: {
|
|
2010
|
+
prototype: HTMLJustifiCheckoutSummaryElement;
|
|
2011
|
+
new (): HTMLJustifiCheckoutSummaryElement;
|
|
1901
2012
|
};
|
|
1902
2013
|
interface HTMLJustifiCheckoutsListElementEventMap {
|
|
1903
2014
|
"error-event": ComponentErrorEvent;
|
|
@@ -2059,6 +2170,12 @@ declare global {
|
|
|
2059
2170
|
prototype: HTMLJustifiGrossPaymentChartElement;
|
|
2060
2171
|
new (): HTMLJustifiGrossPaymentChartElement;
|
|
2061
2172
|
};
|
|
2173
|
+
interface HTMLJustifiHeaderElement extends Components.JustifiHeader, HTMLStencilElement {
|
|
2174
|
+
}
|
|
2175
|
+
var HTMLJustifiHeaderElement: {
|
|
2176
|
+
prototype: HTMLJustifiHeaderElement;
|
|
2177
|
+
new (): HTMLJustifiHeaderElement;
|
|
2178
|
+
};
|
|
2062
2179
|
interface HTMLJustifiIdentityAddressFormElement extends Components.JustifiIdentityAddressForm, HTMLStencilElement {
|
|
2063
2180
|
}
|
|
2064
2181
|
var HTMLJustifiIdentityAddressFormElement: {
|
|
@@ -2107,22 +2224,24 @@ declare global {
|
|
|
2107
2224
|
prototype: HTMLJustifiLegalAddressFormStepCoreElement;
|
|
2108
2225
|
new (): HTMLJustifiLegalAddressFormStepCoreElement;
|
|
2109
2226
|
};
|
|
2110
|
-
interface
|
|
2111
|
-
"
|
|
2227
|
+
interface HTMLJustifiModularCheckoutElementEventMap {
|
|
2228
|
+
"error-event": any;
|
|
2229
|
+
"submit-event": any;
|
|
2230
|
+
"checkout-changed": CheckoutChangedEventDetail;
|
|
2112
2231
|
}
|
|
2113
|
-
interface
|
|
2114
|
-
addEventListener<K extends keyof
|
|
2232
|
+
interface HTMLJustifiModularCheckoutElement extends Components.JustifiModularCheckout, HTMLStencilElement {
|
|
2233
|
+
addEventListener<K extends keyof HTMLJustifiModularCheckoutElementEventMap>(type: K, listener: (this: HTMLJustifiModularCheckoutElement, ev: JustifiModularCheckoutCustomEvent<HTMLJustifiModularCheckoutElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2115
2234
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2116
2235
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2117
2236
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2118
|
-
removeEventListener<K extends keyof
|
|
2237
|
+
removeEventListener<K extends keyof HTMLJustifiModularCheckoutElementEventMap>(type: K, listener: (this: HTMLJustifiModularCheckoutElement, ev: JustifiModularCheckoutCustomEvent<HTMLJustifiModularCheckoutElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2119
2238
|
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2120
2239
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2121
2240
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2122
2241
|
}
|
|
2123
|
-
var
|
|
2124
|
-
prototype:
|
|
2125
|
-
new ():
|
|
2242
|
+
var HTMLJustifiModularCheckoutElement: {
|
|
2243
|
+
prototype: HTMLJustifiModularCheckoutElement;
|
|
2244
|
+
new (): HTMLJustifiModularCheckoutElement;
|
|
2126
2245
|
};
|
|
2127
2246
|
interface HTMLJustifiOrderTerminalsElementEventMap {
|
|
2128
2247
|
"error-event": ComponentErrorEvent1;
|
|
@@ -2176,12 +2295,6 @@ declare global {
|
|
|
2176
2295
|
prototype: HTMLJustifiPaymentDetailsElement;
|
|
2177
2296
|
new (): HTMLJustifiPaymentDetailsElement;
|
|
2178
2297
|
};
|
|
2179
|
-
interface HTMLJustifiPaymentMethodOptionsElement extends Components.JustifiPaymentMethodOptions, HTMLStencilElement {
|
|
2180
|
-
}
|
|
2181
|
-
var HTMLJustifiPaymentMethodOptionsElement: {
|
|
2182
|
-
prototype: HTMLJustifiPaymentMethodOptionsElement;
|
|
2183
|
-
new (): HTMLJustifiPaymentMethodOptionsElement;
|
|
2184
|
-
};
|
|
2185
2298
|
interface HTMLJustifiPaymentProvisioningElementEventMap {
|
|
2186
2299
|
"error-event": ComponentErrorEvent;
|
|
2187
2300
|
}
|
|
@@ -2329,12 +2442,48 @@ declare global {
|
|
|
2329
2442
|
prototype: HTMLJustifiPayoutsListFiltersElement;
|
|
2330
2443
|
new (): HTMLJustifiPayoutsListFiltersElement;
|
|
2331
2444
|
};
|
|
2445
|
+
interface HTMLJustifiPlaidPaymentMethodElementEventMap {
|
|
2446
|
+
"paymentMethodOptionSelected": any;
|
|
2447
|
+
"plaidError": any;
|
|
2448
|
+
"plaidErrorRecovered": any;
|
|
2449
|
+
}
|
|
2450
|
+
interface HTMLJustifiPlaidPaymentMethodElement extends Components.JustifiPlaidPaymentMethod, HTMLStencilElement {
|
|
2451
|
+
addEventListener<K extends keyof HTMLJustifiPlaidPaymentMethodElementEventMap>(type: K, listener: (this: HTMLJustifiPlaidPaymentMethodElement, ev: JustifiPlaidPaymentMethodCustomEvent<HTMLJustifiPlaidPaymentMethodElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2452
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2453
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2454
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2455
|
+
removeEventListener<K extends keyof HTMLJustifiPlaidPaymentMethodElementEventMap>(type: K, listener: (this: HTMLJustifiPlaidPaymentMethodElement, ev: JustifiPlaidPaymentMethodCustomEvent<HTMLJustifiPlaidPaymentMethodElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2456
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2457
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2458
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2459
|
+
}
|
|
2460
|
+
var HTMLJustifiPlaidPaymentMethodElement: {
|
|
2461
|
+
prototype: HTMLJustifiPlaidPaymentMethodElement;
|
|
2462
|
+
new (): HTMLJustifiPlaidPaymentMethodElement;
|
|
2463
|
+
};
|
|
2332
2464
|
interface HTMLJustifiProductOrServiceElement extends Components.JustifiProductOrService, HTMLStencilElement {
|
|
2333
2465
|
}
|
|
2334
2466
|
var HTMLJustifiProductOrServiceElement: {
|
|
2335
2467
|
prototype: HTMLJustifiProductOrServiceElement;
|
|
2336
2468
|
new (): HTMLJustifiProductOrServiceElement;
|
|
2337
2469
|
};
|
|
2470
|
+
interface HTMLJustifiRadioListItemElementEventMap {
|
|
2471
|
+
"radio-click": string;
|
|
2472
|
+
}
|
|
2473
|
+
interface HTMLJustifiRadioListItemElement extends Components.JustifiRadioListItem, HTMLStencilElement {
|
|
2474
|
+
addEventListener<K extends keyof HTMLJustifiRadioListItemElementEventMap>(type: K, listener: (this: HTMLJustifiRadioListItemElement, ev: JustifiRadioListItemCustomEvent<HTMLJustifiRadioListItemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2475
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2476
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2477
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2478
|
+
removeEventListener<K extends keyof HTMLJustifiRadioListItemElementEventMap>(type: K, listener: (this: HTMLJustifiRadioListItemElement, ev: JustifiRadioListItemCustomEvent<HTMLJustifiRadioListItemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2479
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2480
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2481
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2482
|
+
}
|
|
2483
|
+
var HTMLJustifiRadioListItemElement: {
|
|
2484
|
+
prototype: HTMLJustifiRadioListItemElement;
|
|
2485
|
+
new (): HTMLJustifiRadioListItemElement;
|
|
2486
|
+
};
|
|
2338
2487
|
interface HTMLJustifiRefundPaymentElementEventMap {
|
|
2339
2488
|
"error-event": ComponentErrorEvent1;
|
|
2340
2489
|
"submit-event": ComponentSubmitEvent1;
|
|
@@ -2393,7 +2542,14 @@ declare global {
|
|
|
2393
2542
|
prototype: HTMLJustifiSavedPaymentMethodElement;
|
|
2394
2543
|
new (): HTMLJustifiSavedPaymentMethodElement;
|
|
2395
2544
|
};
|
|
2545
|
+
interface HTMLJustifiSavedPaymentMethodsElement extends Components.JustifiSavedPaymentMethods, HTMLStencilElement {
|
|
2546
|
+
}
|
|
2547
|
+
var HTMLJustifiSavedPaymentMethodsElement: {
|
|
2548
|
+
prototype: HTMLJustifiSavedPaymentMethodsElement;
|
|
2549
|
+
new (): HTMLJustifiSavedPaymentMethodsElement;
|
|
2550
|
+
};
|
|
2396
2551
|
interface HTMLJustifiSeasonInterruptionInsuranceElementEventMap {
|
|
2552
|
+
"insurance-updated": any;
|
|
2397
2553
|
"error-event": ComponentErrorEvent;
|
|
2398
2554
|
}
|
|
2399
2555
|
interface HTMLJustifiSeasonInterruptionInsuranceElement extends Components.JustifiSeasonInterruptionInsurance, HTMLStencilElement {
|
|
@@ -2410,24 +2566,6 @@ declare global {
|
|
|
2410
2566
|
prototype: HTMLJustifiSeasonInterruptionInsuranceElement;
|
|
2411
2567
|
new (): HTMLJustifiSeasonInterruptionInsuranceElement;
|
|
2412
2568
|
};
|
|
2413
|
-
interface HTMLJustifiSeasonInterruptionInsuranceCoreElementEventMap {
|
|
2414
|
-
"insurance-updated": any;
|
|
2415
|
-
"error-event": ComponentErrorEvent;
|
|
2416
|
-
}
|
|
2417
|
-
interface HTMLJustifiSeasonInterruptionInsuranceCoreElement extends Components.JustifiSeasonInterruptionInsuranceCore, HTMLStencilElement {
|
|
2418
|
-
addEventListener<K extends keyof HTMLJustifiSeasonInterruptionInsuranceCoreElementEventMap>(type: K, listener: (this: HTMLJustifiSeasonInterruptionInsuranceCoreElement, ev: JustifiSeasonInterruptionInsuranceCoreCustomEvent<HTMLJustifiSeasonInterruptionInsuranceCoreElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2419
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2420
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2421
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2422
|
-
removeEventListener<K extends keyof HTMLJustifiSeasonInterruptionInsuranceCoreElementEventMap>(type: K, listener: (this: HTMLJustifiSeasonInterruptionInsuranceCoreElement, ev: JustifiSeasonInterruptionInsuranceCoreCustomEvent<HTMLJustifiSeasonInterruptionInsuranceCoreElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2423
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2424
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2425
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2426
|
-
}
|
|
2427
|
-
var HTMLJustifiSeasonInterruptionInsuranceCoreElement: {
|
|
2428
|
-
prototype: HTMLJustifiSeasonInterruptionInsuranceCoreElement;
|
|
2429
|
-
new (): HTMLJustifiSeasonInterruptionInsuranceCoreElement;
|
|
2430
|
-
};
|
|
2431
2569
|
interface HTMLJustifiSezzlePaymentMethodElementEventMap {
|
|
2432
2570
|
"paymentMethodOptionSelected": any;
|
|
2433
2571
|
}
|
|
@@ -2451,6 +2589,12 @@ declare global {
|
|
|
2451
2589
|
prototype: HTMLJustifiShippingDetailsElement;
|
|
2452
2590
|
new (): HTMLJustifiShippingDetailsElement;
|
|
2453
2591
|
};
|
|
2592
|
+
interface HTMLJustifiSkeletonElement extends Components.JustifiSkeleton, HTMLStencilElement {
|
|
2593
|
+
}
|
|
2594
|
+
var HTMLJustifiSkeletonElement: {
|
|
2595
|
+
prototype: HTMLJustifiSkeletonElement;
|
|
2596
|
+
new (): HTMLJustifiSkeletonElement;
|
|
2597
|
+
};
|
|
2454
2598
|
interface HTMLJustifiTerminalOrdersListElementEventMap {
|
|
2455
2599
|
"error-event": ComponentErrorEvent1;
|
|
2456
2600
|
}
|
|
@@ -2576,6 +2720,12 @@ declare global {
|
|
|
2576
2720
|
prototype: HTMLPaymentDetailsCoreElement;
|
|
2577
2721
|
new (): HTMLPaymentDetailsCoreElement;
|
|
2578
2722
|
};
|
|
2723
|
+
interface HTMLPaymentMethodOptionElement extends Components.PaymentMethodOption, HTMLStencilElement {
|
|
2724
|
+
}
|
|
2725
|
+
var HTMLPaymentMethodOptionElement: {
|
|
2726
|
+
prototype: HTMLPaymentMethodOptionElement;
|
|
2727
|
+
new (): HTMLPaymentMethodOptionElement;
|
|
2728
|
+
};
|
|
2579
2729
|
interface HTMLPaymentsListCoreElementEventMap {
|
|
2580
2730
|
"click-event": ComponentClickEvent;
|
|
2581
2731
|
"error-event": ComponentErrorEvent;
|
|
@@ -2727,7 +2877,9 @@ declare global {
|
|
|
2727
2877
|
"justifi-additional-questions-form-step": HTMLJustifiAdditionalQuestionsFormStepElement;
|
|
2728
2878
|
"justifi-additional-questions-form-step-core": HTMLJustifiAdditionalQuestionsFormStepCoreElement;
|
|
2729
2879
|
"justifi-additional-statement": HTMLJustifiAdditionalStatementElement;
|
|
2880
|
+
"justifi-apple-pay": HTMLJustifiApplePayElement;
|
|
2730
2881
|
"justifi-bank-account-billing-form-simple": HTMLJustifiBankAccountBillingFormSimpleElement;
|
|
2882
|
+
"justifi-bank-account-form": HTMLJustifiBankAccountFormElement;
|
|
2731
2883
|
"justifi-billing-form": HTMLJustifiBillingFormElement;
|
|
2732
2884
|
"justifi-billing-form-full": HTMLJustifiBillingFormFullElement;
|
|
2733
2885
|
"justifi-business-bank-account-form-step": HTMLJustifiBusinessBankAccountFormStepElement;
|
|
@@ -2744,10 +2896,12 @@ declare global {
|
|
|
2744
2896
|
"justifi-business-representative-form-step": HTMLJustifiBusinessRepresentativeFormStepElement;
|
|
2745
2897
|
"justifi-business-representative-form-step-core": HTMLJustifiBusinessRepresentativeFormStepCoreElement;
|
|
2746
2898
|
"justifi-business-terms-conditions-form-step": HTMLJustifiBusinessTermsConditionsFormStepElement;
|
|
2899
|
+
"justifi-button": HTMLJustifiButtonElement;
|
|
2747
2900
|
"justifi-cancellation-policy": HTMLJustifiCancellationPolicyElement;
|
|
2748
2901
|
"justifi-card-billing-form-simple": HTMLJustifiCardBillingFormSimpleElement;
|
|
2902
|
+
"justifi-card-form": HTMLJustifiCardFormElement;
|
|
2749
2903
|
"justifi-checkout": HTMLJustifiCheckoutElement;
|
|
2750
|
-
"justifi-checkout-
|
|
2904
|
+
"justifi-checkout-summary": HTMLJustifiCheckoutSummaryElement;
|
|
2751
2905
|
"justifi-checkouts-list": HTMLJustifiCheckoutsListElement;
|
|
2752
2906
|
"justifi-checkouts-list-filters": HTMLJustifiCheckoutsListFiltersElement;
|
|
2753
2907
|
"justifi-config-provider": HTMLJustifiConfigProviderElement;
|
|
@@ -2761,15 +2915,15 @@ declare global {
|
|
|
2761
2915
|
"justifi-duplicate-charge": HTMLJustifiDuplicateChargeElement;
|
|
2762
2916
|
"justifi-electronic-evidence": HTMLJustifiElectronicEvidenceElement;
|
|
2763
2917
|
"justifi-gross-payment-chart": HTMLJustifiGrossPaymentChartElement;
|
|
2918
|
+
"justifi-header": HTMLJustifiHeaderElement;
|
|
2764
2919
|
"justifi-identity-address-form": HTMLJustifiIdentityAddressFormElement;
|
|
2765
2920
|
"justifi-legal-address-form": HTMLJustifiLegalAddressFormElement;
|
|
2766
2921
|
"justifi-legal-address-form-step": HTMLJustifiLegalAddressFormStepElement;
|
|
2767
2922
|
"justifi-legal-address-form-step-core": HTMLJustifiLegalAddressFormStepCoreElement;
|
|
2768
|
-
"justifi-
|
|
2923
|
+
"justifi-modular-checkout": HTMLJustifiModularCheckoutElement;
|
|
2769
2924
|
"justifi-order-terminals": HTMLJustifiOrderTerminalsElement;
|
|
2770
2925
|
"justifi-owner-form": HTMLJustifiOwnerFormElement;
|
|
2771
2926
|
"justifi-payment-details": HTMLJustifiPaymentDetailsElement;
|
|
2772
|
-
"justifi-payment-method-options": HTMLJustifiPaymentMethodOptionsElement;
|
|
2773
2927
|
"justifi-payment-provisioning": HTMLJustifiPaymentProvisioningElement;
|
|
2774
2928
|
"justifi-payment-provisioning-core": HTMLJustifiPaymentProvisioningCoreElement;
|
|
2775
2929
|
"justifi-payment-provisioning-form-buttons": HTMLJustifiPaymentProvisioningFormButtonsElement;
|
|
@@ -2781,15 +2935,18 @@ declare global {
|
|
|
2781
2935
|
"justifi-payout-transactions-list": HTMLJustifiPayoutTransactionsListElement;
|
|
2782
2936
|
"justifi-payouts-list": HTMLJustifiPayoutsListElement;
|
|
2783
2937
|
"justifi-payouts-list-filters": HTMLJustifiPayoutsListFiltersElement;
|
|
2938
|
+
"justifi-plaid-payment-method": HTMLJustifiPlaidPaymentMethodElement;
|
|
2784
2939
|
"justifi-product-or-service": HTMLJustifiProductOrServiceElement;
|
|
2940
|
+
"justifi-radio-list-item": HTMLJustifiRadioListItemElement;
|
|
2785
2941
|
"justifi-refund-payment": HTMLJustifiRefundPaymentElement;
|
|
2786
2942
|
"justifi-refund-policy": HTMLJustifiRefundPolicyElement;
|
|
2787
2943
|
"justifi-save-new-payment-method": HTMLJustifiSaveNewPaymentMethodElement;
|
|
2788
2944
|
"justifi-saved-payment-method": HTMLJustifiSavedPaymentMethodElement;
|
|
2945
|
+
"justifi-saved-payment-methods": HTMLJustifiSavedPaymentMethodsElement;
|
|
2789
2946
|
"justifi-season-interruption-insurance": HTMLJustifiSeasonInterruptionInsuranceElement;
|
|
2790
|
-
"justifi-season-interruption-insurance-core": HTMLJustifiSeasonInterruptionInsuranceCoreElement;
|
|
2791
2947
|
"justifi-sezzle-payment-method": HTMLJustifiSezzlePaymentMethodElement;
|
|
2792
2948
|
"justifi-shipping-details": HTMLJustifiShippingDetailsElement;
|
|
2949
|
+
"justifi-skeleton": HTMLJustifiSkeletonElement;
|
|
2793
2950
|
"justifi-terminal-orders-list": HTMLJustifiTerminalOrdersListElement;
|
|
2794
2951
|
"justifi-terminal-orders-list-filters": HTMLJustifiTerminalOrdersListFiltersElement;
|
|
2795
2952
|
"justifi-terminals-list": HTMLJustifiTerminalsListElement;
|
|
@@ -2801,6 +2958,7 @@ declare global {
|
|
|
2801
2958
|
"owner-form-inputs": HTMLOwnerFormInputsElement;
|
|
2802
2959
|
"pagination-menu": HTMLPaginationMenuElement;
|
|
2803
2960
|
"payment-details-core": HTMLPaymentDetailsCoreElement;
|
|
2961
|
+
"payment-method-option": HTMLPaymentMethodOptionElement;
|
|
2804
2962
|
"payments-list-core": HTMLPaymentsListCoreElement;
|
|
2805
2963
|
"payout-details-core": HTMLPayoutDetailsCoreElement;
|
|
2806
2964
|
"payouts-list-core": HTMLPayoutsListCoreElement;
|
|
@@ -2994,7 +3152,7 @@ declare namespace LocalJSX {
|
|
|
2994
3152
|
"errorText"?: string;
|
|
2995
3153
|
"helpText"?: string;
|
|
2996
3154
|
"inputHandler"?: (name: string, value: string) => void;
|
|
2997
|
-
"label"?:
|
|
3155
|
+
"label"?: any;
|
|
2998
3156
|
"name"?: any;
|
|
2999
3157
|
"onFormControlBlur"?: (event: FormControlRadioCustomEvent<any>) => void;
|
|
3000
3158
|
"onFormControlInput"?: (event: FormControlRadioCustomEvent<any>) => void;
|
|
@@ -3077,9 +3235,54 @@ declare namespace LocalJSX {
|
|
|
3077
3235
|
*/
|
|
3078
3236
|
"documentErrors"?: any;
|
|
3079
3237
|
}
|
|
3238
|
+
interface JustifiApplePay {
|
|
3239
|
+
/**
|
|
3240
|
+
* @default ApplePayButtonStyle.BLACK
|
|
3241
|
+
*/
|
|
3242
|
+
"buttonStyle"?: ApplePayButtonStyle;
|
|
3243
|
+
/**
|
|
3244
|
+
* @default ApplePayButtonType.PLAIN
|
|
3245
|
+
*/
|
|
3246
|
+
"buttonType"?: ApplePayButtonType;
|
|
3247
|
+
/**
|
|
3248
|
+
* @default "US"
|
|
3249
|
+
*/
|
|
3250
|
+
"countryCode"?: string;
|
|
3251
|
+
/**
|
|
3252
|
+
* @default false
|
|
3253
|
+
*/
|
|
3254
|
+
"disabled"?: boolean;
|
|
3255
|
+
/**
|
|
3256
|
+
* @default "dev-checkout.justifi-staging.com"
|
|
3257
|
+
*/
|
|
3258
|
+
"initiativeContext"?: string;
|
|
3259
|
+
/**
|
|
3260
|
+
* @default "JustiFi Checkout"
|
|
3261
|
+
*/
|
|
3262
|
+
"merchantDisplayName"?: string;
|
|
3263
|
+
/**
|
|
3264
|
+
* @default "merchant.com.staging-justifi.checkout-dev"
|
|
3265
|
+
*/
|
|
3266
|
+
"merchantIdentifier"?: string;
|
|
3267
|
+
"onApplePayCancelled"?: (event: JustifiApplePayCustomEvent<void>) => void;
|
|
3268
|
+
"onApplePayCompleted"?: (event: JustifiApplePayCustomEvent<{
|
|
3269
|
+
success: boolean;
|
|
3270
|
+
token?: IApplePayToken;
|
|
3271
|
+
paymentMethodId?: string;
|
|
3272
|
+
error?: any;
|
|
3273
|
+
}>) => void;
|
|
3274
|
+
"onApplePayError"?: (event: JustifiApplePayCustomEvent<{ error: string }>) => void;
|
|
3275
|
+
"onApplePayStarted"?: (event: JustifiApplePayCustomEvent<void>) => void;
|
|
3276
|
+
/**
|
|
3277
|
+
* @default true
|
|
3278
|
+
*/
|
|
3279
|
+
"showSkeleton"?: boolean;
|
|
3280
|
+
}
|
|
3080
3281
|
interface JustifiBankAccountBillingFormSimple {
|
|
3081
3282
|
"legend"?: string;
|
|
3082
3283
|
}
|
|
3284
|
+
interface JustifiBankAccountForm {
|
|
3285
|
+
}
|
|
3083
3286
|
interface JustifiBillingForm {
|
|
3084
3287
|
"hideBankAccountBillingForm"?: boolean;
|
|
3085
3288
|
"hideCardBillingForm"?: boolean;
|
|
@@ -3200,6 +3403,22 @@ declare namespace LocalJSX {
|
|
|
3200
3403
|
"onFormCompleted"?: (event: JustifiBusinessTermsConditionsFormStepCustomEvent<any>) => void;
|
|
3201
3404
|
"onFormLoading"?: (event: JustifiBusinessTermsConditionsFormStepCustomEvent<boolean>) => void;
|
|
3202
3405
|
}
|
|
3406
|
+
interface JustifiButton {
|
|
3407
|
+
"class"?: string;
|
|
3408
|
+
"clickHandler"?: (event: MouseEvent) => void;
|
|
3409
|
+
"customStyle"?: string | { [key: string]: string };
|
|
3410
|
+
"disabled"?: boolean;
|
|
3411
|
+
"isLoading"?: boolean;
|
|
3412
|
+
"text": string;
|
|
3413
|
+
/**
|
|
3414
|
+
* @default 'button'
|
|
3415
|
+
*/
|
|
3416
|
+
"type"?: 'button' | 'submit' | 'reset';
|
|
3417
|
+
/**
|
|
3418
|
+
* @default 'primary'
|
|
3419
|
+
*/
|
|
3420
|
+
"variant"?: 'primary' | 'secondary';
|
|
3421
|
+
}
|
|
3203
3422
|
interface JustifiCancellationPolicy {
|
|
3204
3423
|
"disputeResponse"?: any;
|
|
3205
3424
|
/**
|
|
@@ -3210,32 +3429,40 @@ declare namespace LocalJSX {
|
|
|
3210
3429
|
interface JustifiCardBillingFormSimple {
|
|
3211
3430
|
"legend"?: string;
|
|
3212
3431
|
}
|
|
3432
|
+
interface JustifiCardForm {
|
|
3433
|
+
}
|
|
3213
3434
|
interface JustifiCheckout {
|
|
3214
3435
|
"authToken"?: string;
|
|
3215
3436
|
"checkoutId"?: string;
|
|
3437
|
+
/**
|
|
3438
|
+
* @default false
|
|
3439
|
+
*/
|
|
3216
3440
|
"disableBankAccount"?: boolean;
|
|
3441
|
+
/**
|
|
3442
|
+
* @default false
|
|
3443
|
+
*/
|
|
3217
3444
|
"disableBnpl"?: boolean;
|
|
3445
|
+
/**
|
|
3446
|
+
* @default false
|
|
3447
|
+
*/
|
|
3218
3448
|
"disableCreditCard"?: boolean;
|
|
3449
|
+
/**
|
|
3450
|
+
* @default false
|
|
3451
|
+
*/
|
|
3219
3452
|
"disablePaymentMethodGroup"?: boolean;
|
|
3453
|
+
/**
|
|
3454
|
+
* @default false
|
|
3455
|
+
*/
|
|
3220
3456
|
"hideBankAccountBillingForm"?: boolean;
|
|
3457
|
+
/**
|
|
3458
|
+
* @default false
|
|
3459
|
+
*/
|
|
3221
3460
|
"hideCardBillingForm"?: boolean;
|
|
3222
3461
|
"onError-event"?: (event: JustifiCheckoutCustomEvent<ComponentErrorEvent>) => void;
|
|
3223
3462
|
"onLoaded"?: (event: JustifiCheckoutCustomEvent<ILoadedEventResponse>) => void;
|
|
3463
|
+
"onSubmit-event"?: (event: JustifiCheckoutCustomEvent<ComponentSubmitEvent>) => void;
|
|
3224
3464
|
}
|
|
3225
|
-
interface
|
|
3226
|
-
"authToken"?: string;
|
|
3227
|
-
"checkoutId"?: string;
|
|
3228
|
-
"complete"?: Function;
|
|
3229
|
-
"disableBankAccount"?: boolean;
|
|
3230
|
-
"disableBnpl"?: boolean;
|
|
3231
|
-
"disableCreditCard"?: boolean;
|
|
3232
|
-
"disablePaymentMethodGroup"?: boolean;
|
|
3233
|
-
"getCheckout"?: Function;
|
|
3234
|
-
"hideBankAccountBillingForm"?: boolean;
|
|
3235
|
-
"hideCardBillingForm"?: boolean;
|
|
3236
|
-
"onError-event"?: (event: JustifiCheckoutCoreCustomEvent<ComponentErrorEvent>) => void;
|
|
3237
|
-
"onLoaded"?: (event: JustifiCheckoutCoreCustomEvent<ILoadedEventResponse1>) => void;
|
|
3238
|
-
"onSubmit-event"?: (event: JustifiCheckoutCoreCustomEvent<ComponentSubmitEvent>) => void;
|
|
3465
|
+
interface JustifiCheckoutSummary {
|
|
3239
3466
|
}
|
|
3240
3467
|
interface JustifiCheckoutsList {
|
|
3241
3468
|
"accountId"?: string;
|
|
@@ -3347,6 +3574,14 @@ declare namespace LocalJSX {
|
|
|
3347
3574
|
"authToken"?: string;
|
|
3348
3575
|
"onError-event"?: (event: JustifiGrossPaymentChartCustomEvent<ComponentErrorEvent>) => void;
|
|
3349
3576
|
}
|
|
3577
|
+
interface JustifiHeader {
|
|
3578
|
+
"class"?: string;
|
|
3579
|
+
/**
|
|
3580
|
+
* @default 'h1'
|
|
3581
|
+
*/
|
|
3582
|
+
"level"?: keyof typeof this.levels;
|
|
3583
|
+
"text"?: string;
|
|
3584
|
+
}
|
|
3350
3585
|
interface JustifiIdentityAddressForm {
|
|
3351
3586
|
"defaultValues"?: any;
|
|
3352
3587
|
"errors"?: any;
|
|
@@ -3369,17 +3604,16 @@ declare namespace LocalJSX {
|
|
|
3369
3604
|
"onFormLoading"?: (event: JustifiLegalAddressFormStepCoreCustomEvent<boolean>) => void;
|
|
3370
3605
|
"patchBusiness"?: Function;
|
|
3371
3606
|
}
|
|
3372
|
-
interface
|
|
3373
|
-
"accountId"?: string;
|
|
3607
|
+
interface JustifiModularCheckout {
|
|
3374
3608
|
"authToken"?: string;
|
|
3375
|
-
"
|
|
3376
|
-
"
|
|
3377
|
-
"
|
|
3378
|
-
"
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
"
|
|
3609
|
+
"checkoutId"?: string;
|
|
3610
|
+
"onCheckout-changed"?: (event: JustifiModularCheckoutCustomEvent<CheckoutChangedEventDetail>) => void;
|
|
3611
|
+
"onError-event"?: (event: JustifiModularCheckoutCustomEvent<any>) => void;
|
|
3612
|
+
"onSubmit-event"?: (event: JustifiModularCheckoutCustomEvent<any>) => void;
|
|
3613
|
+
/**
|
|
3614
|
+
* @default false
|
|
3615
|
+
*/
|
|
3616
|
+
"savePaymentMethod"?: boolean;
|
|
3383
3617
|
}
|
|
3384
3618
|
interface JustifiOrderTerminals {
|
|
3385
3619
|
"accountId"?: string;
|
|
@@ -3411,24 +3645,6 @@ declare namespace LocalJSX {
|
|
|
3411
3645
|
"onError-event"?: (event: JustifiPaymentDetailsCustomEvent<ComponentErrorEvent>) => void;
|
|
3412
3646
|
"paymentId"?: string;
|
|
3413
3647
|
}
|
|
3414
|
-
interface JustifiPaymentMethodOptions {
|
|
3415
|
-
"accountId"?: string;
|
|
3416
|
-
"authToken"?: string;
|
|
3417
|
-
"bnpl"?: IBnpl;
|
|
3418
|
-
"hideBankAccountBillingForm"?: boolean;
|
|
3419
|
-
"hideCardBillingForm"?: boolean;
|
|
3420
|
-
"insuranceToggled"?: boolean;
|
|
3421
|
-
"paymentAmount"?: number;
|
|
3422
|
-
"paymentMethodGroupId"?: string;
|
|
3423
|
-
/**
|
|
3424
|
-
* @default []
|
|
3425
|
-
*/
|
|
3426
|
-
"savedPaymentMethods"?: any[];
|
|
3427
|
-
"showAch"?: boolean;
|
|
3428
|
-
"showBnpl"?: boolean;
|
|
3429
|
-
"showCard"?: boolean;
|
|
3430
|
-
"showSavedPaymentMethods"?: boolean;
|
|
3431
|
-
}
|
|
3432
3648
|
interface JustifiPaymentProvisioning {
|
|
3433
3649
|
/**
|
|
3434
3650
|
* @default false
|
|
@@ -3529,6 +3745,11 @@ declare namespace LocalJSX {
|
|
|
3529
3745
|
"createdAfter"?: string;
|
|
3530
3746
|
"createdBefore"?: string;
|
|
3531
3747
|
}
|
|
3748
|
+
interface JustifiPlaidPaymentMethod {
|
|
3749
|
+
"onPaymentMethodOptionSelected"?: (event: JustifiPlaidPaymentMethodCustomEvent<any>) => void;
|
|
3750
|
+
"onPlaidError"?: (event: JustifiPlaidPaymentMethodCustomEvent<any>) => void;
|
|
3751
|
+
"onPlaidErrorRecovered"?: (event: JustifiPlaidPaymentMethodCustomEvent<any>) => void;
|
|
3752
|
+
}
|
|
3532
3753
|
interface JustifiProductOrService {
|
|
3533
3754
|
"disputeResponse"?: any;
|
|
3534
3755
|
/**
|
|
@@ -3536,6 +3757,21 @@ declare namespace LocalJSX {
|
|
|
3536
3757
|
*/
|
|
3537
3758
|
"documentErrors"?: any;
|
|
3538
3759
|
}
|
|
3760
|
+
interface JustifiRadioListItem {
|
|
3761
|
+
/**
|
|
3762
|
+
* @default false
|
|
3763
|
+
*/
|
|
3764
|
+
"checked"?: boolean;
|
|
3765
|
+
"class"?: string;
|
|
3766
|
+
/**
|
|
3767
|
+
* @default false
|
|
3768
|
+
*/
|
|
3769
|
+
"hidden"?: boolean;
|
|
3770
|
+
"label": any;
|
|
3771
|
+
"name": string;
|
|
3772
|
+
"onRadio-click"?: (event: JustifiRadioListItemCustomEvent<string>) => void;
|
|
3773
|
+
"value": string;
|
|
3774
|
+
}
|
|
3539
3775
|
interface JustifiRefundPayment {
|
|
3540
3776
|
"accountId"?: string;
|
|
3541
3777
|
"authToken"?: string;
|
|
@@ -3562,12 +3798,15 @@ declare namespace LocalJSX {
|
|
|
3562
3798
|
"onPaymentMethodOptionSelected"?: (event: JustifiSavedPaymentMethodCustomEvent<any>) => void;
|
|
3563
3799
|
"paymentMethodOption"?: PaymentMethodOption;
|
|
3564
3800
|
}
|
|
3801
|
+
interface JustifiSavedPaymentMethods {
|
|
3802
|
+
}
|
|
3565
3803
|
interface JustifiSeasonInterruptionInsurance {
|
|
3566
3804
|
"authToken"?: string;
|
|
3567
3805
|
"checkoutId"?: string;
|
|
3568
3806
|
"coveredIdentityFirstName"?: string;
|
|
3569
3807
|
"coveredIdentityLastName"?: string;
|
|
3570
3808
|
"onError-event"?: (event: JustifiSeasonInterruptionInsuranceCustomEvent<ComponentErrorEvent>) => void;
|
|
3809
|
+
"onInsurance-updated"?: (event: JustifiSeasonInterruptionInsuranceCustomEvent<any>) => void;
|
|
3571
3810
|
"policyAttributesEndDate"?: string;
|
|
3572
3811
|
"policyAttributesInsurableAmount"?: number;
|
|
3573
3812
|
"policyAttributesStartDate"?: string;
|
|
@@ -3578,32 +3817,8 @@ declare namespace LocalJSX {
|
|
|
3578
3817
|
"primaryIdentityPostalCode"?: string;
|
|
3579
3818
|
"primaryIdentityState"?: string;
|
|
3580
3819
|
}
|
|
3581
|
-
interface JustifiSeasonInterruptionInsuranceCore {
|
|
3582
|
-
"checkoutId"?: string;
|
|
3583
|
-
"coveredIdentityFirstName"?: string;
|
|
3584
|
-
"coveredIdentityLastName"?: string;
|
|
3585
|
-
"getQuote"?: Function;
|
|
3586
|
-
"onError-event"?: (event: JustifiSeasonInterruptionInsuranceCoreCustomEvent<ComponentErrorEvent>) => void;
|
|
3587
|
-
"onInsurance-updated"?: (event: JustifiSeasonInterruptionInsuranceCoreCustomEvent<any>) => void;
|
|
3588
|
-
"policyAttributesEndDate"?: string;
|
|
3589
|
-
"policyAttributesInsurableAmount"?: number;
|
|
3590
|
-
"policyAttributesStartDate"?: string;
|
|
3591
|
-
"primaryIdentityCountry"?: string;
|
|
3592
|
-
"primaryIdentityEmailAddress"?: string;
|
|
3593
|
-
"primaryIdentityFirstName"?: string;
|
|
3594
|
-
"primaryIdentityLastName"?: string;
|
|
3595
|
-
"primaryIdentityPostalCode"?: string;
|
|
3596
|
-
"primaryIdentityState"?: string;
|
|
3597
|
-
"toggleCoverage"?: Function;
|
|
3598
|
-
}
|
|
3599
3820
|
interface JustifiSezzlePaymentMethod {
|
|
3600
|
-
"accountId"?: string;
|
|
3601
|
-
"bnpl"?: any;
|
|
3602
|
-
"clientId"?: string;
|
|
3603
|
-
"isSelected"?: boolean;
|
|
3604
3821
|
"onPaymentMethodOptionSelected"?: (event: JustifiSezzlePaymentMethodCustomEvent<any>) => void;
|
|
3605
|
-
"paymentAmount"?: number;
|
|
3606
|
-
"paymentMethodOption"?: PaymentMethodOption;
|
|
3607
3822
|
}
|
|
3608
3823
|
interface JustifiShippingDetails {
|
|
3609
3824
|
"disputeResponse"?: any;
|
|
@@ -3612,6 +3827,13 @@ declare namespace LocalJSX {
|
|
|
3612
3827
|
*/
|
|
3613
3828
|
"documentErrors"?: any;
|
|
3614
3829
|
}
|
|
3830
|
+
interface JustifiSkeleton {
|
|
3831
|
+
"class"?: string;
|
|
3832
|
+
"component"?: string;
|
|
3833
|
+
"customStyle"?: { [key: string]: any };
|
|
3834
|
+
"height"?: string | number;
|
|
3835
|
+
"width"?: string | number;
|
|
3836
|
+
}
|
|
3615
3837
|
interface JustifiTerminalOrdersList {
|
|
3616
3838
|
"accountId"?: string;
|
|
3617
3839
|
"authToken"?: string;
|
|
@@ -3697,6 +3919,13 @@ declare namespace LocalJSX {
|
|
|
3697
3919
|
"getPaymentDetails"?: Function;
|
|
3698
3920
|
"onError-event"?: (event: PaymentDetailsCoreCustomEvent<ComponentErrorEvent>) => void;
|
|
3699
3921
|
}
|
|
3922
|
+
interface PaymentMethodOption {
|
|
3923
|
+
"clickHandler"?: (event: MouseEvent) => void;
|
|
3924
|
+
"isSelected"?: boolean;
|
|
3925
|
+
"label"?: string;
|
|
3926
|
+
"paymentMethodOptionId"?: string;
|
|
3927
|
+
"radioButtonHidden"?: boolean;
|
|
3928
|
+
}
|
|
3700
3929
|
interface PaymentsListCore {
|
|
3701
3930
|
"columns"?: string;
|
|
3702
3931
|
"getPayments"?: Function;
|
|
@@ -3780,7 +4009,9 @@ declare namespace LocalJSX {
|
|
|
3780
4009
|
"justifi-additional-questions-form-step": JustifiAdditionalQuestionsFormStep;
|
|
3781
4010
|
"justifi-additional-questions-form-step-core": JustifiAdditionalQuestionsFormStepCore;
|
|
3782
4011
|
"justifi-additional-statement": JustifiAdditionalStatement;
|
|
4012
|
+
"justifi-apple-pay": JustifiApplePay;
|
|
3783
4013
|
"justifi-bank-account-billing-form-simple": JustifiBankAccountBillingFormSimple;
|
|
4014
|
+
"justifi-bank-account-form": JustifiBankAccountForm;
|
|
3784
4015
|
"justifi-billing-form": JustifiBillingForm;
|
|
3785
4016
|
"justifi-billing-form-full": JustifiBillingFormFull;
|
|
3786
4017
|
"justifi-business-bank-account-form-step": JustifiBusinessBankAccountFormStep;
|
|
@@ -3797,10 +4028,12 @@ declare namespace LocalJSX {
|
|
|
3797
4028
|
"justifi-business-representative-form-step": JustifiBusinessRepresentativeFormStep;
|
|
3798
4029
|
"justifi-business-representative-form-step-core": JustifiBusinessRepresentativeFormStepCore;
|
|
3799
4030
|
"justifi-business-terms-conditions-form-step": JustifiBusinessTermsConditionsFormStep;
|
|
4031
|
+
"justifi-button": JustifiButton;
|
|
3800
4032
|
"justifi-cancellation-policy": JustifiCancellationPolicy;
|
|
3801
4033
|
"justifi-card-billing-form-simple": JustifiCardBillingFormSimple;
|
|
4034
|
+
"justifi-card-form": JustifiCardForm;
|
|
3802
4035
|
"justifi-checkout": JustifiCheckout;
|
|
3803
|
-
"justifi-checkout-
|
|
4036
|
+
"justifi-checkout-summary": JustifiCheckoutSummary;
|
|
3804
4037
|
"justifi-checkouts-list": JustifiCheckoutsList;
|
|
3805
4038
|
"justifi-checkouts-list-filters": JustifiCheckoutsListFilters;
|
|
3806
4039
|
"justifi-config-provider": JustifiConfigProvider;
|
|
@@ -3814,15 +4047,15 @@ declare namespace LocalJSX {
|
|
|
3814
4047
|
"justifi-duplicate-charge": JustifiDuplicateCharge;
|
|
3815
4048
|
"justifi-electronic-evidence": JustifiElectronicEvidence;
|
|
3816
4049
|
"justifi-gross-payment-chart": JustifiGrossPaymentChart;
|
|
4050
|
+
"justifi-header": JustifiHeader;
|
|
3817
4051
|
"justifi-identity-address-form": JustifiIdentityAddressForm;
|
|
3818
4052
|
"justifi-legal-address-form": JustifiLegalAddressForm;
|
|
3819
4053
|
"justifi-legal-address-form-step": JustifiLegalAddressFormStep;
|
|
3820
4054
|
"justifi-legal-address-form-step-core": JustifiLegalAddressFormStepCore;
|
|
3821
|
-
"justifi-
|
|
4055
|
+
"justifi-modular-checkout": JustifiModularCheckout;
|
|
3822
4056
|
"justifi-order-terminals": JustifiOrderTerminals;
|
|
3823
4057
|
"justifi-owner-form": JustifiOwnerForm;
|
|
3824
4058
|
"justifi-payment-details": JustifiPaymentDetails;
|
|
3825
|
-
"justifi-payment-method-options": JustifiPaymentMethodOptions;
|
|
3826
4059
|
"justifi-payment-provisioning": JustifiPaymentProvisioning;
|
|
3827
4060
|
"justifi-payment-provisioning-core": JustifiPaymentProvisioningCore;
|
|
3828
4061
|
"justifi-payment-provisioning-form-buttons": JustifiPaymentProvisioningFormButtons;
|
|
@@ -3834,15 +4067,18 @@ declare namespace LocalJSX {
|
|
|
3834
4067
|
"justifi-payout-transactions-list": JustifiPayoutTransactionsList;
|
|
3835
4068
|
"justifi-payouts-list": JustifiPayoutsList;
|
|
3836
4069
|
"justifi-payouts-list-filters": JustifiPayoutsListFilters;
|
|
4070
|
+
"justifi-plaid-payment-method": JustifiPlaidPaymentMethod;
|
|
3837
4071
|
"justifi-product-or-service": JustifiProductOrService;
|
|
4072
|
+
"justifi-radio-list-item": JustifiRadioListItem;
|
|
3838
4073
|
"justifi-refund-payment": JustifiRefundPayment;
|
|
3839
4074
|
"justifi-refund-policy": JustifiRefundPolicy;
|
|
3840
4075
|
"justifi-save-new-payment-method": JustifiSaveNewPaymentMethod;
|
|
3841
4076
|
"justifi-saved-payment-method": JustifiSavedPaymentMethod;
|
|
4077
|
+
"justifi-saved-payment-methods": JustifiSavedPaymentMethods;
|
|
3842
4078
|
"justifi-season-interruption-insurance": JustifiSeasonInterruptionInsurance;
|
|
3843
|
-
"justifi-season-interruption-insurance-core": JustifiSeasonInterruptionInsuranceCore;
|
|
3844
4079
|
"justifi-sezzle-payment-method": JustifiSezzlePaymentMethod;
|
|
3845
4080
|
"justifi-shipping-details": JustifiShippingDetails;
|
|
4081
|
+
"justifi-skeleton": JustifiSkeleton;
|
|
3846
4082
|
"justifi-terminal-orders-list": JustifiTerminalOrdersList;
|
|
3847
4083
|
"justifi-terminal-orders-list-filters": JustifiTerminalOrdersListFilters;
|
|
3848
4084
|
"justifi-terminals-list": JustifiTerminalsList;
|
|
@@ -3854,6 +4090,7 @@ declare namespace LocalJSX {
|
|
|
3854
4090
|
"owner-form-inputs": OwnerFormInputs;
|
|
3855
4091
|
"pagination-menu": PaginationMenu;
|
|
3856
4092
|
"payment-details-core": PaymentDetailsCore;
|
|
4093
|
+
"payment-method-option": PaymentMethodOption;
|
|
3857
4094
|
"payments-list-core": PaymentsListCore;
|
|
3858
4095
|
"payout-details-core": PayoutDetailsCore;
|
|
3859
4096
|
"payouts-list-core": PayoutsListCore;
|
|
@@ -3900,7 +4137,9 @@ declare module "@stencil/core" {
|
|
|
3900
4137
|
"justifi-additional-questions-form-step": LocalJSX.JustifiAdditionalQuestionsFormStep & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsFormStepElement>;
|
|
3901
4138
|
"justifi-additional-questions-form-step-core": LocalJSX.JustifiAdditionalQuestionsFormStepCore & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsFormStepCoreElement>;
|
|
3902
4139
|
"justifi-additional-statement": LocalJSX.JustifiAdditionalStatement & JSXBase.HTMLAttributes<HTMLJustifiAdditionalStatementElement>;
|
|
4140
|
+
"justifi-apple-pay": LocalJSX.JustifiApplePay & JSXBase.HTMLAttributes<HTMLJustifiApplePayElement>;
|
|
3903
4141
|
"justifi-bank-account-billing-form-simple": LocalJSX.JustifiBankAccountBillingFormSimple & JSXBase.HTMLAttributes<HTMLJustifiBankAccountBillingFormSimpleElement>;
|
|
4142
|
+
"justifi-bank-account-form": LocalJSX.JustifiBankAccountForm & JSXBase.HTMLAttributes<HTMLJustifiBankAccountFormElement>;
|
|
3904
4143
|
"justifi-billing-form": LocalJSX.JustifiBillingForm & JSXBase.HTMLAttributes<HTMLJustifiBillingFormElement>;
|
|
3905
4144
|
"justifi-billing-form-full": LocalJSX.JustifiBillingFormFull & JSXBase.HTMLAttributes<HTMLJustifiBillingFormFullElement>;
|
|
3906
4145
|
"justifi-business-bank-account-form-step": LocalJSX.JustifiBusinessBankAccountFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessBankAccountFormStepElement>;
|
|
@@ -3922,10 +4161,12 @@ declare module "@stencil/core" {
|
|
|
3922
4161
|
"justifi-business-representative-form-step": LocalJSX.JustifiBusinessRepresentativeFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeFormStepElement>;
|
|
3923
4162
|
"justifi-business-representative-form-step-core": LocalJSX.JustifiBusinessRepresentativeFormStepCore & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeFormStepCoreElement>;
|
|
3924
4163
|
"justifi-business-terms-conditions-form-step": LocalJSX.JustifiBusinessTermsConditionsFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessTermsConditionsFormStepElement>;
|
|
4164
|
+
"justifi-button": LocalJSX.JustifiButton & JSXBase.HTMLAttributes<HTMLJustifiButtonElement>;
|
|
3925
4165
|
"justifi-cancellation-policy": LocalJSX.JustifiCancellationPolicy & JSXBase.HTMLAttributes<HTMLJustifiCancellationPolicyElement>;
|
|
3926
4166
|
"justifi-card-billing-form-simple": LocalJSX.JustifiCardBillingFormSimple & JSXBase.HTMLAttributes<HTMLJustifiCardBillingFormSimpleElement>;
|
|
4167
|
+
"justifi-card-form": LocalJSX.JustifiCardForm & JSXBase.HTMLAttributes<HTMLJustifiCardFormElement>;
|
|
3927
4168
|
"justifi-checkout": LocalJSX.JustifiCheckout & JSXBase.HTMLAttributes<HTMLJustifiCheckoutElement>;
|
|
3928
|
-
"justifi-checkout-
|
|
4169
|
+
"justifi-checkout-summary": LocalJSX.JustifiCheckoutSummary & JSXBase.HTMLAttributes<HTMLJustifiCheckoutSummaryElement>;
|
|
3929
4170
|
"justifi-checkouts-list": LocalJSX.JustifiCheckoutsList & JSXBase.HTMLAttributes<HTMLJustifiCheckoutsListElement>;
|
|
3930
4171
|
"justifi-checkouts-list-filters": LocalJSX.JustifiCheckoutsListFilters & JSXBase.HTMLAttributes<HTMLJustifiCheckoutsListFiltersElement>;
|
|
3931
4172
|
"justifi-config-provider": LocalJSX.JustifiConfigProvider & JSXBase.HTMLAttributes<HTMLJustifiConfigProviderElement>;
|
|
@@ -3939,15 +4180,15 @@ declare module "@stencil/core" {
|
|
|
3939
4180
|
"justifi-duplicate-charge": LocalJSX.JustifiDuplicateCharge & JSXBase.HTMLAttributes<HTMLJustifiDuplicateChargeElement>;
|
|
3940
4181
|
"justifi-electronic-evidence": LocalJSX.JustifiElectronicEvidence & JSXBase.HTMLAttributes<HTMLJustifiElectronicEvidenceElement>;
|
|
3941
4182
|
"justifi-gross-payment-chart": LocalJSX.JustifiGrossPaymentChart & JSXBase.HTMLAttributes<HTMLJustifiGrossPaymentChartElement>;
|
|
4183
|
+
"justifi-header": LocalJSX.JustifiHeader & JSXBase.HTMLAttributes<HTMLJustifiHeaderElement>;
|
|
3942
4184
|
"justifi-identity-address-form": LocalJSX.JustifiIdentityAddressForm & JSXBase.HTMLAttributes<HTMLJustifiIdentityAddressFormElement>;
|
|
3943
4185
|
"justifi-legal-address-form": LocalJSX.JustifiLegalAddressForm & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormElement>;
|
|
3944
4186
|
"justifi-legal-address-form-step": LocalJSX.JustifiLegalAddressFormStep & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormStepElement>;
|
|
3945
4187
|
"justifi-legal-address-form-step-core": LocalJSX.JustifiLegalAddressFormStepCore & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormStepCoreElement>;
|
|
3946
|
-
"justifi-
|
|
4188
|
+
"justifi-modular-checkout": LocalJSX.JustifiModularCheckout & JSXBase.HTMLAttributes<HTMLJustifiModularCheckoutElement>;
|
|
3947
4189
|
"justifi-order-terminals": LocalJSX.JustifiOrderTerminals & JSXBase.HTMLAttributes<HTMLJustifiOrderTerminalsElement>;
|
|
3948
4190
|
"justifi-owner-form": LocalJSX.JustifiOwnerForm & JSXBase.HTMLAttributes<HTMLJustifiOwnerFormElement>;
|
|
3949
4191
|
"justifi-payment-details": LocalJSX.JustifiPaymentDetails & JSXBase.HTMLAttributes<HTMLJustifiPaymentDetailsElement>;
|
|
3950
|
-
"justifi-payment-method-options": LocalJSX.JustifiPaymentMethodOptions & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodOptionsElement>;
|
|
3951
4192
|
"justifi-payment-provisioning": LocalJSX.JustifiPaymentProvisioning & JSXBase.HTMLAttributes<HTMLJustifiPaymentProvisioningElement>;
|
|
3952
4193
|
"justifi-payment-provisioning-core": LocalJSX.JustifiPaymentProvisioningCore & JSXBase.HTMLAttributes<HTMLJustifiPaymentProvisioningCoreElement>;
|
|
3953
4194
|
"justifi-payment-provisioning-form-buttons": LocalJSX.JustifiPaymentProvisioningFormButtons & JSXBase.HTMLAttributes<HTMLJustifiPaymentProvisioningFormButtonsElement>;
|
|
@@ -3959,15 +4200,18 @@ declare module "@stencil/core" {
|
|
|
3959
4200
|
"justifi-payout-transactions-list": LocalJSX.JustifiPayoutTransactionsList & JSXBase.HTMLAttributes<HTMLJustifiPayoutTransactionsListElement>;
|
|
3960
4201
|
"justifi-payouts-list": LocalJSX.JustifiPayoutsList & JSXBase.HTMLAttributes<HTMLJustifiPayoutsListElement>;
|
|
3961
4202
|
"justifi-payouts-list-filters": LocalJSX.JustifiPayoutsListFilters & JSXBase.HTMLAttributes<HTMLJustifiPayoutsListFiltersElement>;
|
|
4203
|
+
"justifi-plaid-payment-method": LocalJSX.JustifiPlaidPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiPlaidPaymentMethodElement>;
|
|
3962
4204
|
"justifi-product-or-service": LocalJSX.JustifiProductOrService & JSXBase.HTMLAttributes<HTMLJustifiProductOrServiceElement>;
|
|
4205
|
+
"justifi-radio-list-item": LocalJSX.JustifiRadioListItem & JSXBase.HTMLAttributes<HTMLJustifiRadioListItemElement>;
|
|
3963
4206
|
"justifi-refund-payment": LocalJSX.JustifiRefundPayment & JSXBase.HTMLAttributes<HTMLJustifiRefundPaymentElement>;
|
|
3964
4207
|
"justifi-refund-policy": LocalJSX.JustifiRefundPolicy & JSXBase.HTMLAttributes<HTMLJustifiRefundPolicyElement>;
|
|
3965
4208
|
"justifi-save-new-payment-method": LocalJSX.JustifiSaveNewPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiSaveNewPaymentMethodElement>;
|
|
3966
4209
|
"justifi-saved-payment-method": LocalJSX.JustifiSavedPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiSavedPaymentMethodElement>;
|
|
4210
|
+
"justifi-saved-payment-methods": LocalJSX.JustifiSavedPaymentMethods & JSXBase.HTMLAttributes<HTMLJustifiSavedPaymentMethodsElement>;
|
|
3967
4211
|
"justifi-season-interruption-insurance": LocalJSX.JustifiSeasonInterruptionInsurance & JSXBase.HTMLAttributes<HTMLJustifiSeasonInterruptionInsuranceElement>;
|
|
3968
|
-
"justifi-season-interruption-insurance-core": LocalJSX.JustifiSeasonInterruptionInsuranceCore & JSXBase.HTMLAttributes<HTMLJustifiSeasonInterruptionInsuranceCoreElement>;
|
|
3969
4212
|
"justifi-sezzle-payment-method": LocalJSX.JustifiSezzlePaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiSezzlePaymentMethodElement>;
|
|
3970
4213
|
"justifi-shipping-details": LocalJSX.JustifiShippingDetails & JSXBase.HTMLAttributes<HTMLJustifiShippingDetailsElement>;
|
|
4214
|
+
"justifi-skeleton": LocalJSX.JustifiSkeleton & JSXBase.HTMLAttributes<HTMLJustifiSkeletonElement>;
|
|
3971
4215
|
"justifi-terminal-orders-list": LocalJSX.JustifiTerminalOrdersList & JSXBase.HTMLAttributes<HTMLJustifiTerminalOrdersListElement>;
|
|
3972
4216
|
"justifi-terminal-orders-list-filters": LocalJSX.JustifiTerminalOrdersListFilters & JSXBase.HTMLAttributes<HTMLJustifiTerminalOrdersListFiltersElement>;
|
|
3973
4217
|
"justifi-terminals-list": LocalJSX.JustifiTerminalsList & JSXBase.HTMLAttributes<HTMLJustifiTerminalsListElement>;
|
|
@@ -3979,6 +4223,7 @@ declare module "@stencil/core" {
|
|
|
3979
4223
|
"owner-form-inputs": LocalJSX.OwnerFormInputs & JSXBase.HTMLAttributes<HTMLOwnerFormInputsElement>;
|
|
3980
4224
|
"pagination-menu": LocalJSX.PaginationMenu & JSXBase.HTMLAttributes<HTMLPaginationMenuElement>;
|
|
3981
4225
|
"payment-details-core": LocalJSX.PaymentDetailsCore & JSXBase.HTMLAttributes<HTMLPaymentDetailsCoreElement>;
|
|
4226
|
+
"payment-method-option": LocalJSX.PaymentMethodOption & JSXBase.HTMLAttributes<HTMLPaymentMethodOptionElement>;
|
|
3982
4227
|
"payments-list-core": LocalJSX.PaymentsListCore & JSXBase.HTMLAttributes<HTMLPaymentsListCoreElement>;
|
|
3983
4228
|
"payout-details-core": LocalJSX.PayoutDetailsCore & JSXBase.HTMLAttributes<HTMLPayoutDetailsCoreElement>;
|
|
3984
4229
|
"payouts-list-core": LocalJSX.PayoutsListCore & JSXBase.HTMLAttributes<HTMLPayoutsListCoreElement>;
|