@justifi/webcomponents 6.0.0-rc.3 → 6.0.0-rc.5
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/bank-account-document-form-inputs_4.cjs.entry.js +2 -2
- package/dist/cjs/{check-pkg-version-DvwUM1uA.js → check-pkg-version-BsodhBbK.js} +1 -1
- package/dist/cjs/{checkout.store-CV_fuGQw.js → checkout.store-Cn3Jj5gi.js} +1 -0
- package/dist/cjs/custom-popper_2.cjs.entry.js +2 -2
- 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.cjs.entry.js +2 -2
- package/dist/cjs/form-control-number-masked_2.cjs.entry.js +2 -2
- 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_2.cjs.entry.js +2 -2
- package/dist/cjs/hidden-input_2.cjs.entry.js +5 -5
- package/dist/cjs/justifi-apple-pay.cjs.entry.js +836 -0
- package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +8 -8
- package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-business-form.cjs.entry.js +2 -2
- package/dist/cjs/justifi-checkout-summary_6.cjs.entry.js +141 -35
- package/dist/cjs/justifi-checkout.cjs.entry.js +3 -3
- package/dist/cjs/justifi-checkouts-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-dispute-management.cjs.entry.js +2 -2
- package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +2 -2
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
- package/dist/cjs/justifi-order-terminals.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-refund-payment.cjs.entry.js +2 -2
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +3 -3
- package/dist/cjs/justifi-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +2 -2
- package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +1 -1
- package/dist/cjs/justifi-terminals-list.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{package-BLAsoHSG.js → package-DJaHaxMC.js} +1 -1
- package/dist/cjs/payment-details-core.cjs.entry.js +8 -8
- package/dist/cjs/payment-method-option.cjs.entry.js +1 -1
- package/dist/cjs/payments-list-core.cjs.entry.js +1 -1
- package/dist/cjs/payout-details-core.cjs.entry.js +3 -3
- package/dist/cjs/payouts-list-core.cjs.entry.js +1 -1
- package/dist/cjs/terminal-orders-list-core.cjs.entry.js +1 -1
- package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
- package/dist/cjs/terminals-list-core.cjs.entry.js +1 -1
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/api/ApplePay.js +119 -0
- package/dist/collection/api/services/apple-pay.service.js +334 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/modular-checkout/modular-checkout.js +137 -32
- 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 +555 -0
- package/dist/collection/components/modular-checkout/sub-components/bank-account.js +2 -2
- package/dist/collection/components/modular-checkout/sub-components/card-form.js +2 -2
- package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +1 -1
- package/dist/collection/components/modular-checkout/sub-components/summary.js +1 -1
- 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 +3 -3
- package/dist/collection/store/checkout.store.js +1 -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 +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 +3 -3
- package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +1 -1
- package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +1 -1
- package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +1 -1
- package/dist/docs.json +463 -1
- package/dist/esm/additional-questions-details_5.entry.js +2 -2
- package/dist/esm/{badge-D_mzXSCQ.js → badge-D4ZXPFjL.js} +1 -1
- package/dist/esm/bank-account-document-form-inputs_4.entry.js +5 -5
- package/dist/esm/bank-account-form.entry.js +2 -2
- package/dist/esm/business-details-core.entry.js +3 -3
- package/dist/esm/{button-CeR8qVS3.js → button-C0wLsDP3.js} +1 -1
- package/dist/esm/card-form.entry.js +2 -2
- package/dist/esm/{check-pkg-version-D1hbenUd.js → check-pkg-version-D_w9UM2s.js} +1 -1
- package/dist/esm/{checkout.store-B60siz2l.js → checkout.store-OAv_iY1u.js} +1 -0
- package/dist/esm/checkouts-list-core.entry.js +5 -5
- package/dist/esm/{checkouts-table-CFZYoYjn.js → checkouts-table-DjGKtqoc.js} +2 -2
- package/dist/esm/custom-popper_2.entry.js +3 -3
- package/dist/esm/form-alert_5.entry.js +1 -1
- 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-D3ZwkOv-.js → form-control-error-text-Bzfs_rxk.js} +1 -1
- package/dist/esm/form-control-file-v2_2.entry.js +5 -5
- package/dist/esm/{form-control-help-text-C39ZW65w.js → form-control-help-text-ueLctOBN.js} +1 -1
- package/dist/esm/form-control-monetary-provisioning.entry.js +3 -3
- package/dist/esm/form-control-monetary.entry.js +5 -5
- package/dist/esm/form-control-number-masked_2.entry.js +4 -4
- 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_2.entry.js +4 -4
- package/dist/esm/gross-payment-chart-core.entry.js +3 -3
- package/dist/esm/{header-1-E-hEi3wF.js → header-1-BMKEv9y6.js} +1 -1
- package/dist/esm/{header-3-Dm7M85kz.js → header-3-C3t3m27b.js} +1 -1
- package/dist/esm/hidden-input_2.entry.js +7 -7
- package/dist/esm/{insurance-state-CB4l8sOv.js → insurance-state-d4hjThzE.js} +1 -1
- package/dist/esm/justifi-additional-questions-form-step-core_6.entry.js +3 -3
- package/dist/esm/justifi-additional-questions-form-step_9.entry.js +2 -2
- package/dist/esm/justifi-additional-statement_8.entry.js +1 -1
- package/dist/esm/justifi-apple-pay.entry.js +834 -0
- package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +12 -12
- package/dist/esm/justifi-business-details.entry.js +4 -4
- package/dist/esm/justifi-business-form.entry.js +6 -6
- package/dist/esm/justifi-business-representative-form-inputs.entry.js +1 -1
- package/dist/esm/justifi-checkout-summary_6.entry.js +145 -39
- package/dist/esm/justifi-checkout.entry.js +4 -4
- package/dist/esm/justifi-checkouts-list-filters.entry.js +1 -1
- package/dist/esm/justifi-checkouts-list.entry.js +5 -5
- package/dist/esm/justifi-details.entry.js +2 -2
- package/dist/esm/justifi-dispute-management.entry.js +2 -2
- package/dist/esm/justifi-dispute-notification_3.entry.js +5 -5
- package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
- package/dist/esm/justifi-order-terminals.entry.js +5 -5
- package/dist/esm/justifi-owner-form_3.entry.js +2 -2
- package/dist/esm/justifi-payment-details.entry.js +4 -4
- package/dist/esm/justifi-payment-provisioning-core.entry.js +2 -2
- package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
- package/dist/esm/justifi-payment-transactions-list.entry.js +6 -6
- package/dist/esm/justifi-payments-list-filters.entry.js +3 -3
- package/dist/esm/justifi-payments-list.entry.js +7 -7
- package/dist/esm/justifi-payout-details.entry.js +4 -4
- package/dist/esm/justifi-payout-transactions-list.entry.js +6 -6
- package/dist/esm/justifi-payouts-list-filters.entry.js +3 -3
- package/dist/esm/justifi-payouts-list.entry.js +7 -7
- package/dist/esm/justifi-refund-payment.entry.js +5 -5
- package/dist/esm/justifi-saved-payment-method.entry.js +1 -1
- package/dist/esm/justifi-season-interruption-insurance.entry.js +6 -6
- package/dist/esm/justifi-skeleton.entry.js +3 -3
- package/dist/esm/justifi-terminal-orders-list-filters.entry.js +3 -3
- package/dist/esm/justifi-terminal-orders-list.entry.js +6 -6
- package/dist/esm/justifi-terminals-list-filters.entry.js +2 -2
- package/dist/esm/justifi-terminals-list.entry.js +6 -6
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{package-DqFAlAve.js → package-78C4rMuv.js} +1 -1
- package/dist/esm/pagination-menu.entry.js +1 -1
- package/dist/esm/{parts-CfF8KKwx.js → parts-RvUQ__Pq.js} +1 -1
- package/dist/esm/payment-details-core.entry.js +13 -13
- package/dist/esm/payment-method-option.entry.js +2 -2
- package/dist/esm/payments-list-core.entry.js +7 -7
- package/dist/esm/{payments-status-XoZrlbiZ.js → payments-status-1yRdTNeS.js} +1 -1
- package/dist/esm/{payments-table-Dh4P9mTb.js → payments-table-8RADYkma.js} +2 -2
- package/dist/esm/payout-details-core.entry.js +9 -9
- package/dist/esm/payouts-list-core.entry.js +7 -7
- package/dist/esm/{payouts-status-Qm2jZG1-.js → payouts-status-BqsQVtBp.js} +1 -1
- package/dist/esm/{payouts-table-DMVAZp-r.js → payouts-table-DPw7yIx8.js} +2 -2
- package/dist/esm/{skeleton-DrHwsgs_.js → skeleton-BmTjpTYa.js} +1 -1
- package/dist/esm/{spinner-XBq6mVJW.js → spinner-YGDOI-CS.js} +1 -1
- package/dist/esm/table-filters-menu.entry.js +2 -2
- package/dist/esm/{table-qqt2Ew5y.js → table-ybHxxc9f.js} +2 -2
- package/dist/esm/terminal-orders-list-core.entry.js +6 -6
- package/dist/esm/{terminal-orders-table-BN4Co4T8.js → terminal-orders-table-D-xP5WuM.js} +2 -2
- package/dist/esm/terminal-quantity-selector.entry.js +2 -2
- package/dist/esm/terminals-list-core.entry.js +6 -6
- package/dist/esm/{terminals-table-C8LczeG_.js → terminals-table-DVAPCgEr.js} +2 -2
- package/dist/esm/{utils-kWaZhFAd.js → utils-DG5aMFmf.js} +1 -1
- package/dist/esm/webcomponents.js +1 -1
- package/dist/module/bank-account.js +2 -2
- package/dist/module/card-form2.js +2 -2
- package/dist/module/checkout.store.js +1 -0
- package/dist/module/custom-popper2.js +2 -2
- package/dist/module/form-control-checkbox2.js +2 -2
- package/dist/module/form-control-date2.js +2 -2
- package/dist/module/form-control-file-v22.js +1 -1
- package/dist/module/form-control-file2.js +2 -2
- package/dist/module/form-control-monetary2.js +2 -2
- package/dist/module/form-control-number-masked2.js +2 -2
- package/dist/module/form-control-number.js +2 -2
- package/dist/module/form-control-radio2.js +2 -2
- package/dist/module/form-control-text2.js +2 -2
- package/dist/module/form-control-textarea2.js +2 -2
- package/dist/module/hidden-input2.js +1 -1
- package/dist/module/iframe-input2.js +3 -3
- package/dist/module/justifi-apple-pay.d.ts +11 -0
- package/dist/module/justifi-apple-pay.js +877 -0
- package/dist/module/justifi-button2.js +1 -1
- package/dist/module/justifi-header2.js +1 -1
- package/dist/module/justifi-order-terminals.js +1 -1
- package/dist/module/justifi-payment-transactions-list.js +1 -1
- package/dist/module/justifi-payments-list-filters.js +2 -2
- package/dist/module/justifi-payments-list.js +1 -1
- package/dist/module/justifi-payout-transactions-list.js +1 -1
- package/dist/module/justifi-payouts-list-filters.js +2 -2
- package/dist/module/justifi-payouts-list.js +1 -1
- package/dist/module/justifi-skeleton.js +1 -1
- package/dist/module/justifi-terminal-orders-list-filters.js +2 -2
- package/dist/module/justifi-terminal-orders-list.js +1 -1
- package/dist/module/justifi-terminals-list-filters.js +1 -1
- package/dist/module/justifi-terminals-list.js +1 -1
- package/dist/module/modular-checkout.js +133 -27
- package/dist/module/package.js +1 -1
- package/dist/module/payment-details-core2.js +8 -8
- package/dist/module/payment-method-option.js +1 -1
- package/dist/module/payments-list-core2.js +1 -1
- package/dist/module/payout-details-core2.js +3 -3
- package/dist/module/payouts-list-core2.js +1 -1
- package/dist/module/summary.js +1 -1
- package/dist/module/terminal-orders-list-core2.js +1 -1
- package/dist/module/terminal-quantity-selector2.js +1 -1
- package/dist/module/terminals-list-core2.js +1 -1
- package/dist/module/tokenize-payment-method.js +3 -3
- package/dist/types/api/ApplePay.d.ts +196 -0
- package/dist/types/api/services/apple-pay.service.d.ts +66 -0
- package/dist/types/components/modular-checkout/modular-checkout.d.ts +9 -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.d.ts +122 -0
- package/dist/types/store/checkout.store.d.ts +1 -0
- package/dist/types/ui-components/apple-pay-button.d.ts +17 -0
- package/dist/webcomponents/{p-48bccf3b.entry.js → p-03c7cee8.entry.js} +1 -1
- package/dist/webcomponents/{p-738e0511.entry.js → p-08a5cc2f.entry.js} +1 -1
- package/dist/webcomponents/{p-43d693a3.entry.js → p-0aee6da6.entry.js} +1 -1
- package/dist/webcomponents/{p-f21549f3.entry.js → p-0e290b6e.entry.js} +1 -1
- package/dist/webcomponents/{p-0cab7d5d.entry.js → p-0e64cd09.entry.js} +1 -1
- package/dist/webcomponents/{p-9f289c31.entry.js → p-1246b999.entry.js} +1 -1
- package/dist/webcomponents/p-12c312a0.entry.js +1 -0
- package/dist/webcomponents/{p-a3ab166f.entry.js → p-134d5029.entry.js} +1 -1
- package/dist/webcomponents/{p-f7e62bfa.entry.js → p-1b892b3a.entry.js} +1 -1
- package/dist/webcomponents/p-1c0c1d7b.entry.js +1 -0
- package/dist/webcomponents/p-1e206c92.entry.js +1 -0
- package/dist/webcomponents/p-1ea7868a.entry.js +1 -0
- package/dist/webcomponents/{p-84ce3bae.entry.js → p-281e36be.entry.js} +1 -1
- package/dist/webcomponents/p-2a0a907d.entry.js +1 -0
- package/dist/webcomponents/{p-c65f157f.entry.js → p-2ab0a2b3.entry.js} +1 -1
- package/dist/webcomponents/{p-93e7df50.entry.js → p-32cecfaf.entry.js} +1 -1
- package/dist/webcomponents/{p-a069c345.entry.js → p-3ffe1e2e.entry.js} +1 -1
- package/dist/webcomponents/p-48f42f07.entry.js +1 -0
- package/dist/webcomponents/{p-37445ce9.entry.js → p-4a1198ee.entry.js} +1 -1
- package/dist/webcomponents/{p-befda39d.entry.js → p-4a79c737.entry.js} +1 -1
- package/dist/webcomponents/{p-a8205044.entry.js → p-4c994761.entry.js} +1 -1
- package/dist/webcomponents/p-5510b57c.entry.js +1 -0
- package/dist/webcomponents/p-5a5f07be.entry.js +1 -0
- package/dist/webcomponents/p-5acd6add.entry.js +1 -0
- package/dist/webcomponents/{p-6e18d13f.entry.js → p-5ad70aae.entry.js} +1 -1
- package/dist/webcomponents/p-5afbfafb.entry.js +1 -0
- package/dist/webcomponents/p-6974a44c.entry.js +1 -0
- package/dist/webcomponents/p-6df132e6.entry.js +1 -0
- package/dist/webcomponents/p-6f2b41f5.entry.js +1 -0
- package/dist/webcomponents/p-6f9755cc.entry.js +1 -0
- package/dist/webcomponents/p-70cd4cbd.entry.js +1 -0
- package/dist/webcomponents/p-7288473f.entry.js +1 -0
- package/dist/webcomponents/{p-79055216.entry.js → p-76a95d07.entry.js} +1 -1
- package/dist/webcomponents/{p-e6a1a851.entry.js → p-776699bd.entry.js} +1 -1
- package/dist/webcomponents/p-78C4rMuv.js +1 -0
- package/dist/webcomponents/{p-29b6f15a.entry.js → p-7b9fa1fb.entry.js} +1 -1
- package/dist/webcomponents/{p-7ed7b2f6.entry.js → p-9009dede.entry.js} +1 -1
- package/dist/webcomponents/p-98939b74.entry.js +1 -0
- package/dist/webcomponents/{p-BTkXk7ol.js → p-BUadwxkh.js} +1 -1
- package/dist/webcomponents/{p-CCME-fyU.js → p-BXKEChoo.js} +1 -1
- package/dist/webcomponents/p-BZzESzqz.js +1 -0
- package/dist/webcomponents/{p-Dvxpy_P1.js → p-BhdBpAn9.js} +1 -1
- package/dist/webcomponents/p-BmFoKOM3.js +1 -0
- package/dist/webcomponents/p-BtOB_CaO.js +1 -0
- package/dist/webcomponents/{p-qMrd7_Gp.js → p-C0AHrswP.js} +1 -1
- package/dist/webcomponents/{p-BeszVz87.js → p-CP_tg-uH.js} +1 -1
- package/dist/webcomponents/{p-JgbsbAhz.js → p-D48iERjQ.js} +1 -1
- package/dist/webcomponents/p-D7eeJWA-.js +1 -0
- package/dist/webcomponents/{p-CsNubTqD.js → p-DBsw4qpn.js} +1 -1
- package/dist/webcomponents/{p-vRhNRfmB.js → p-DKRXPZKS.js} +1 -1
- package/dist/webcomponents/p-DOd8HaWV.js +1 -0
- package/dist/webcomponents/p-DcE8SQPv.js +1 -0
- package/dist/webcomponents/{p-D456WTYf.js → p-DhRb39as.js} +1 -1
- package/dist/webcomponents/p-Drz6LnIw.js +1 -0
- package/dist/webcomponents/{p-DO3INvI2.js → p-DuXN7Akd.js} +1 -1
- package/dist/webcomponents/{p-Bz164TKZ.js → p-HAk7yBNq.js} +1 -1
- package/dist/webcomponents/{p-CfF8KKwx.js → p-RvUQ__Pq.js} +1 -1
- package/dist/webcomponents/p-a1483fbd.entry.js +1 -0
- package/dist/webcomponents/{p-53c81d62.entry.js → p-a1a8f6bd.entry.js} +1 -1
- package/dist/webcomponents/{p-15777cfe.entry.js → p-a406bf1a.entry.js} +1 -1
- package/dist/webcomponents/p-a4cb5604.entry.js +1 -0
- package/dist/webcomponents/{p-f4f3cae8.entry.js → p-a70bc148.entry.js} +1 -1
- package/dist/webcomponents/{p-57143978.entry.js → p-a9d2dd5e.entry.js} +1 -1
- package/dist/webcomponents/{p-c5b48e8d.entry.js → p-afc83e27.entry.js} +1 -1
- package/dist/webcomponents/{p-3d85d046.entry.js → p-b04cc606.entry.js} +1 -1
- package/dist/webcomponents/{p-a0b8c888.entry.js → p-b10e34b0.entry.js} +1 -1
- package/dist/webcomponents/p-b41d2b8f.entry.js +1 -0
- package/dist/webcomponents/p-b8f63e28.entry.js +1 -0
- package/dist/webcomponents/{p-4b808606.entry.js → p-bbbb9225.entry.js} +1 -1
- package/dist/webcomponents/p-bd560810.entry.js +1 -0
- package/dist/webcomponents/{p-c217869b.entry.js → p-c029fc20.entry.js} +1 -1
- package/dist/webcomponents/p-c62e23c1.entry.js +1 -0
- package/dist/webcomponents/{p-b0bfa20f.entry.js → p-c6860f60.entry.js} +1 -1
- package/dist/webcomponents/{p-0e287092.entry.js → p-cbfc8269.entry.js} +1 -1
- package/dist/webcomponents/{p-0935b6e5.entry.js → p-d0729065.entry.js} +1 -1
- package/dist/webcomponents/{p-4bba4e66.entry.js → p-dad15b15.entry.js} +1 -1
- package/dist/webcomponents/{p-0b790fa4.entry.js → p-dc245644.entry.js} +4 -4
- package/dist/webcomponents/{p-d1a65c6d.entry.js → p-e00fd71d.entry.js} +1 -1
- package/dist/webcomponents/{p-e2267656.entry.js → p-e6ca1872.entry.js} +1 -1
- package/dist/webcomponents/{p-e546b8f8.entry.js → p-e70a5f50.entry.js} +1 -1
- package/dist/webcomponents/{p-904a95e5.entry.js → p-e8a198fa.entry.js} +1 -1
- package/dist/webcomponents/{p-9a4c1990.entry.js → p-eca1e808.entry.js} +1 -1
- package/dist/webcomponents/p-fb1904d2.entry.js +1 -0
- package/dist/webcomponents/{p-35bbfbf8.entry.js → p-fbaf62a5.entry.js} +1 -1
- package/dist/webcomponents/p-fcb6e870.entry.js +1 -0
- package/dist/webcomponents/{p-YND5pTuF.js → p-nWGo6sHu.js} +1 -1
- package/dist/webcomponents/{p-BisQ61nK.js → p-wyEq9Pa1.js} +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/webcomponents/p-0cc85003.entry.js +0 -1
- package/dist/webcomponents/p-1975406a.entry.js +0 -1
- package/dist/webcomponents/p-2a59547b.entry.js +0 -1
- package/dist/webcomponents/p-2da63719.entry.js +0 -1
- package/dist/webcomponents/p-4ae2a0b9.entry.js +0 -1
- package/dist/webcomponents/p-4b795b77.entry.js +0 -1
- package/dist/webcomponents/p-5001e722.entry.js +0 -1
- package/dist/webcomponents/p-5477c449.entry.js +0 -1
- package/dist/webcomponents/p-56980ef3.entry.js +0 -1
- package/dist/webcomponents/p-614fcef6.entry.js +0 -1
- package/dist/webcomponents/p-63b1fffd.entry.js +0 -1
- package/dist/webcomponents/p-739d6f13.entry.js +0 -1
- package/dist/webcomponents/p-74ae5db7.entry.js +0 -1
- package/dist/webcomponents/p-9ccd19f5.entry.js +0 -1
- package/dist/webcomponents/p-BC8YDY7M.js +0 -1
- package/dist/webcomponents/p-BbYVgLcf.js +0 -1
- package/dist/webcomponents/p-C1fMfnu0.js +0 -1
- package/dist/webcomponents/p-C_CXv7AN.js +0 -1
- package/dist/webcomponents/p-CwZKT93w.js +0 -1
- package/dist/webcomponents/p-D599ZMGU.js +0 -1
- package/dist/webcomponents/p-DqFAlAve.js +0 -1
- package/dist/webcomponents/p-a33ea645.entry.js +0 -1
- package/dist/webcomponents/p-ba018d57.entry.js +0 -1
- package/dist/webcomponents/p-be06d86a.entry.js +0 -1
- package/dist/webcomponents/p-dd4ef924.entry.js +0 -1
- package/dist/webcomponents/p-df4f2af9.entry.js +0 -1
- package/dist/webcomponents/p-e1ba5735.entry.js +0 -1
- package/dist/webcomponents/p-e4e30e84.entry.js +0 -1
- package/dist/webcomponents/p-e898de89.entry.js +0 -1
- package/dist/webcomponents/p-f200cbda.entry.js +0 -1
- package/dist/webcomponents/p-f4645aef.entry.js +0 -1
- package/dist/webcomponents/p-zrUQD0Wr.js +0 -1
|
@@ -42,10 +42,10 @@ export class MonetaryInput {
|
|
|
42
42
|
return input;
|
|
43
43
|
}
|
|
44
44
|
render() {
|
|
45
|
-
return (h(Host, { key: '
|
|
45
|
+
return (h(Host, { key: 'c8f67091e23f41d7cff3ae8e7d484682546c7b46' }, h("div", { key: '5a957dc0aec90bdf3220b8b736353d158d23d5e2', class: "form-group d-flex flex-column" }, h("label", { key: 'a71b52991e5ec8a46aa01d0d3017aaf6de15a682', part: label, class: "form-label", htmlFor: this.name }, this.label), h(FormControlHelpText, { key: '85b306a5a8445187ac103d15926ef9d6d161db3c', name: this.name, helpText: this.helpText }), h("div", { key: '2a9cf50fc362e436d6c2b3c592fea5ddfbc95710', class: "input-group" }, h("span", { key: '99829c1fb6bec3bb86fa7c13bf3182f04b41a5bc', class: "input-group-text", part: inputAdornment }, "$"), h("input", { key: '8adbcae5bb6aa9d110b5c47b29edd6021a90b3fc', ref: el => this.formControl = el, id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
|
|
46
46
|
this.isFocused = false;
|
|
47
47
|
this.formControlBlur.emit();
|
|
48
|
-
}, onInput: (event) => this.updateInput(event.target.value), onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.inputPart, class: this.errorText ? "form-control is-invalid" : "form-control", type: "text", disabled: this.disabled })), h(FormControlErrorText, { key: '
|
|
48
|
+
}, onInput: (event) => this.updateInput(event.target.value), onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.inputPart, class: this.errorText ? "form-control is-invalid" : "form-control", type: "text", disabled: this.disabled })), h(FormControlErrorText, { key: 'c390bb0b610a367b9ca08ff3a737250b97b685fb', errorText: this.errorText, name: this.name }))));
|
|
49
49
|
}
|
|
50
50
|
static get is() { return "form-control-monetary"; }
|
|
51
51
|
static get properties() {
|
|
@@ -61,10 +61,10 @@ export class NumberInputMasked {
|
|
|
61
61
|
return input;
|
|
62
62
|
}
|
|
63
63
|
render() {
|
|
64
|
-
return (h(Host, { key: '
|
|
64
|
+
return (h(Host, { key: '589d87bd8c266abca5f90b98a4c283bbbf7395e0' }, h("div", { key: 'b81beb01581f1ba626e62fbd977e50ee0ce1e511', class: "form-group d-flex flex-column" }, h("div", { key: '6d19e6935f4b161a803b5c977b031f47590bd9cc', class: "d-flex align-items-start gap-2" }, h("label", { key: 'f083814b699a6b319d487e4d604c944c25e33604', part: label, class: "form-label", htmlFor: this.name }, this.label), h("form-control-tooltip", { key: '50dc464aa682be09049620371eda508deb4e622a', helpText: this.helpText })), h("input", { key: 'bfddf6e15747db29189374015178c167a491e4ec', ref: el => (this.textInput = el), id: this.name, name: this.name, onFocus: () => (this.isFocused = true), onBlur: () => {
|
|
65
65
|
this.isFocused = false;
|
|
66
66
|
this.formControlBlur.emit();
|
|
67
|
-
}, onInput: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "text", disabled: this.disabled }), h(FormControlErrorText, { key: '
|
|
67
|
+
}, onInput: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "text", disabled: this.disabled }), h(FormControlErrorText, { key: '3f89d9f453eb3267606abc1ac4138eee97b18d22', errorText: this.errorText, name: this.name }))));
|
|
68
68
|
}
|
|
69
69
|
static get is() { return "form-control-number-masked"; }
|
|
70
70
|
static get properties() {
|
|
@@ -36,10 +36,10 @@ export class NumberInput {
|
|
|
36
36
|
return input;
|
|
37
37
|
}
|
|
38
38
|
render() {
|
|
39
|
-
return (h(Host, { key: '
|
|
39
|
+
return (h(Host, { key: '53d8829b903659510dcac88b1d9656bf820b0c0b' }, h("div", { key: '795d0f1b6033e039a081fb10f93908cffddb493f', class: 'form-group d-flex flex-column' }, h("label", { key: 'dd5bfb80db6bd7b0332976034705c58c0421638c', part: label, class: "form-label", htmlFor: this.name }, this.label), h("input", { key: 'e8f794181b53447d9f352e3b00405c24bcbdc0f8', id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
|
|
40
40
|
this.isFocused = false;
|
|
41
41
|
this.formControlBlur.emit();
|
|
42
|
-
}, onInput: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "number", disabled: this.disabled }), h(FormControlHelpText, { key: '
|
|
42
|
+
}, onInput: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "number", disabled: this.disabled }), h(FormControlHelpText, { key: '04c4a1f7f9e991190462cae647f569bfbef9ba48', helpText: this.helpText, name: this.name }), h(FormControlErrorText, { key: 'ab947bca804ceb6ec9f1c3d603a2b550266aa20f', errorText: this.errorText, name: this.name }))));
|
|
43
43
|
}
|
|
44
44
|
static get is() { return "form-control-number"; }
|
|
45
45
|
static get properties() {
|
|
@@ -26,10 +26,10 @@ export class RadioInput {
|
|
|
26
26
|
return inputRadio;
|
|
27
27
|
}
|
|
28
28
|
render() {
|
|
29
|
-
return (h(Host, { key: '
|
|
29
|
+
return (h(Host, { key: 'f699cf07beab2c184ed0bf349b547e20b8a809a3', class: 'form-group d-flex flex-column' }, h("div", { key: '7a6427ca06397dd7ef610484e66766137a49bcc5', class: "form-check" }, h("input", { key: '2cbda070ab205f489ec5345a387f95aa63303ad4', ref: el => (this.radioElement = el), type: "radio", id: `${this.name}-${this.value}`, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
|
|
30
30
|
this.isFocused = false;
|
|
31
31
|
this.formControlBlur.emit();
|
|
32
|
-
}, onChange: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-check-input is-invalid' : 'form-check-input', disabled: this.disabled, value: this.value, checked: this.checked }), h("label", { key: '
|
|
32
|
+
}, onChange: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-check-input is-invalid' : 'form-check-input', disabled: this.disabled, value: this.value, checked: this.checked }), h("label", { key: '653fbd79f9fc7e55337208e02b55f2e7751d2811', class: "form-check-label", htmlFor: `${this.name}-${this.value}`, part: label }, this.label)), h("form-control-help-text", { key: '36bebcb0ce02c548a21a02219d6d6b54c9a856eb', helpText: this.helpText, name: this.name }), h("form-control-error-text", { key: '8bc6df11eeaea35ea50b3d8132678c9855beacd9', errorText: this.errorText, name: this.name })));
|
|
33
33
|
}
|
|
34
34
|
static get is() { return "form-control-radio"; }
|
|
35
35
|
static get properties() {
|
|
@@ -36,10 +36,10 @@ export class TextInput {
|
|
|
36
36
|
return input;
|
|
37
37
|
}
|
|
38
38
|
render() {
|
|
39
|
-
return (h(Host, { key: '
|
|
39
|
+
return (h(Host, { key: 'd2bda676ececdf630c420c541d070b0e24f0c876' }, h("div", { key: '11cb790f797a1ea3009b134670741d3cf8da4c87', class: "form-group d-flex flex-column" }, h("div", { key: '7049eba9568b3847d6eec66133606ab6ec3534ab', class: "d-flex align-items-start gap-2" }, h("label", { key: '591c5e32006d90bf7e6cfdd0cebaa72f01e5535f', part: label, class: "form-label", htmlFor: this.name }, this.label), h("form-control-tooltip", { key: '206b51faffe537a28854f36d632354ded8b09e84', helpText: this.helpText })), h("input", { key: '3849d55e0d300acfdaadbc649e9adb7d977e3216', id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
|
|
40
40
|
this.isFocused = false;
|
|
41
41
|
this.formControlBlur.emit();
|
|
42
|
-
}, onInput: this.handleFormControlInput, onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.part, class: this.errorText ? "form-control is-invalid" : "form-control", type: "text", disabled: this.disabled }), h(FormControlErrorText, { key: '
|
|
42
|
+
}, onInput: this.handleFormControlInput, onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.part, class: this.errorText ? "form-control is-invalid" : "form-control", type: "text", disabled: this.disabled }), h(FormControlErrorText, { key: '63ac8e960213bd020b222be5e5082514b96ddbcd', errorText: this.errorText, name: this.name }))));
|
|
43
43
|
}
|
|
44
44
|
static get is() { return "form-control-text"; }
|
|
45
45
|
static get properties() {
|
|
@@ -38,10 +38,10 @@ export class TextInput {
|
|
|
38
38
|
return input;
|
|
39
39
|
}
|
|
40
40
|
render() {
|
|
41
|
-
return (h(Host, { key: '
|
|
41
|
+
return (h(Host, { key: '7d4f4ae4d68bb1bd8367eaeb35004c812cc7a486' }, h("div", { key: 'f313b9fd13190c4bb2c9806ef81cef2b7c9fd888', class: "form-group d-flex flex-column" }, h("label", { key: '57d3e7f77c4a92c7e37a49a30981848586189c67', part: label, class: "form-label", htmlFor: this.name }, this.label), h("textarea", { key: '2a8f08aed29a0931d8ec6c00794b3d3a328040f4', id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
|
|
42
42
|
this.isFocused = false;
|
|
43
43
|
this.formControlBlur.emit();
|
|
44
|
-
}, onInput: this.handleFormControlInput, onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', disabled: this.disabled }), h("form-control-help-text", { key: '
|
|
44
|
+
}, onInput: this.handleFormControlInput, onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', disabled: this.disabled }), h("form-control-help-text", { key: '2a2bf6e0bee0cd60f7fae84dc30684e816527b4d', helpText: this.helpText, name: this.name }), h("form-control-error-text", { key: '4d4fc8fc5450eb711dad88e2d8ca0d318b6dfd0c', errorText: this.errorText, name: this.name }))));
|
|
45
45
|
}
|
|
46
46
|
static get is() { return "form-control-textarea"; }
|
|
47
47
|
static get properties() {
|
|
@@ -73,7 +73,7 @@ export class HiddenInput {
|
|
|
73
73
|
return input;
|
|
74
74
|
}
|
|
75
75
|
render() {
|
|
76
|
-
return (h(Host, { key: '
|
|
76
|
+
return (h(Host, { key: 'd43ecd651426b84f971c3cd8a447b5022d26cec4' }, h("input", { key: 'b5c0880882ebbe14ac4e24ead353e26b3c86271c', ref: el => this.hiddenInput = el, type: "text", class: this.errorText ? "form-control is-invalid" : "form-control", onFocus: () => this.isFocused = true, onBlur: () => this.isFocused = false, part: this.part, tabindex: "-1", style: { height: '0', opacity: '0', pointerEvents: 'none', animation: 'none' } })));
|
|
77
77
|
}
|
|
78
78
|
static get is() { return "hidden-input"; }
|
|
79
79
|
static get states() {
|
|
@@ -77,10 +77,10 @@ export class IframeInput {
|
|
|
77
77
|
return params;
|
|
78
78
|
}
|
|
79
79
|
render() {
|
|
80
|
-
return (h(Host, { key: '
|
|
80
|
+
return (h(Host, { key: 'f8aa1654e8ea569bb287d7a16e5d1f0f10faddd2', class: "form-group d-flex flex-column" }, h("div", { key: 'bc11e0b644272ac251f41c8f104d04f117ddca1f', style: {
|
|
81
81
|
visibility: this.iframeLoaded ? 'visible' : 'hidden',
|
|
82
82
|
height: this.iframeLoaded ? 'auto' : '0',
|
|
83
|
-
} }, h("label", { key: '
|
|
83
|
+
} }, h("label", { key: '10d634dcd3697797932d89abeaedf572667819e2', class: "form-label", htmlFor: "", part: label }, this.label || ''), h("div", { key: 'ee4f6ff9b8753ad65c32927a1d62c5755d8e4cbf', class: `p-0 d-flex form-control ${this.isValid ? '' : 'is-invalid'}`, part: this.part, style: Object.assign(Object.assign({}, this.style), { overflow: 'hidden' }) }, h("iframe", { key: '14bbe359e808944e19aeb0742adfc1f4db07c9b5', id: this.inputId, name: this.inputId, src: `${this.iframeOrigin}?${this.urlParams}`, ref: el => {
|
|
84
84
|
this.iframeElement = el;
|
|
85
85
|
this.initializeFrameCommunicationService();
|
|
86
86
|
}, width: "100%", onLoad: () => {
|
|
@@ -90,7 +90,7 @@ export class IframeInput {
|
|
|
90
90
|
this.iframeLoaded.emit();
|
|
91
91
|
}
|
|
92
92
|
}, this.iframeElement);
|
|
93
|
-
} })), h(FormControlErrorText, { key: '
|
|
93
|
+
} })), h(FormControlErrorText, { key: 'c88d3d3e88707285d207341347a088b05c19ab2b', errorText: this.errorText, name: this.inputId }))));
|
|
94
94
|
}
|
|
95
95
|
static get is() { return "iframe-input"; }
|
|
96
96
|
static get properties() {
|
|
@@ -7,7 +7,7 @@ export class JustifiButton {
|
|
|
7
7
|
this.type = 'button';
|
|
8
8
|
}
|
|
9
9
|
render() {
|
|
10
|
-
return (h(StyledHost, { key: '
|
|
10
|
+
return (h(StyledHost, { key: '0cc61730e0afccbf438382a3d709397ebe327a9a' }, h(Button, { key: 'c82eb8f914aa50df8b3e51d271a9e4c29602369e', variant: this.variant, isLoading: this.isLoading, clickHandler: this.clickHandler, class: this.class, type: this.type, disabled: this.disabled, style: this.customStyle }, this.text)));
|
|
11
11
|
}
|
|
12
12
|
static get is() { return "justifi-button"; }
|
|
13
13
|
static get encapsulation() { return "shadow"; }
|
|
@@ -14,7 +14,7 @@ export class Header {
|
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
16
|
const HeaderComponent = this.levels[this.level];
|
|
17
|
-
return (h(StyledHost, { key: '
|
|
17
|
+
return (h(StyledHost, { key: '73104ea086f8a9948e69f86451adf19e0f39fb32' }, h(HeaderComponent, { key: 'a8582109634299a24e2a9b3c7181c6bba511fde7', text: this.text, class: this.class })));
|
|
18
18
|
}
|
|
19
19
|
static get is() { return "justifi-header"; }
|
|
20
20
|
static get encapsulation() { return "shadow"; }
|
|
@@ -3,7 +3,7 @@ import { StyledHost } from "../styled-host/styled-host";
|
|
|
3
3
|
import { Skeleton } from "../skeleton";
|
|
4
4
|
export class JustifiSkeleton {
|
|
5
5
|
render() {
|
|
6
|
-
return (h(StyledHost, { key: '
|
|
6
|
+
return (h(StyledHost, { key: '0dbb20245a88851e3cf9fc853029b22847f1cdfe' }, h(Skeleton, { key: '7778f32d71f1b7d46b0f8eab39bb7d98a215ebb3', component: this.component, height: this.height, width: this.width, className: this.class, styles: this.customStyle })));
|
|
7
7
|
}
|
|
8
8
|
static get is() { return "justifi-skeleton"; }
|
|
9
9
|
static get encapsulation() { return "shadow"; }
|
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-08-
|
|
2
|
+
"timestamp": "2025-08-19T19:10:19",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.36.2",
|
|
@@ -5616,6 +5616,453 @@
|
|
|
5616
5616
|
]
|
|
5617
5617
|
}
|
|
5618
5618
|
},
|
|
5619
|
+
{
|
|
5620
|
+
"filePath": "src/components/modular-checkout/sub-components/apple-pay.tsx",
|
|
5621
|
+
"encapsulation": "shadow",
|
|
5622
|
+
"tag": "justifi-apple-pay",
|
|
5623
|
+
"readme": "# payment-method-option\n\n\n",
|
|
5624
|
+
"docs": "",
|
|
5625
|
+
"docsTags": [],
|
|
5626
|
+
"usage": {},
|
|
5627
|
+
"props": [
|
|
5628
|
+
{
|
|
5629
|
+
"name": "apiBaseUrl",
|
|
5630
|
+
"type": "string",
|
|
5631
|
+
"complexType": {
|
|
5632
|
+
"original": "string",
|
|
5633
|
+
"resolved": "string",
|
|
5634
|
+
"references": {}
|
|
5635
|
+
},
|
|
5636
|
+
"mutable": false,
|
|
5637
|
+
"attr": "api-base-url",
|
|
5638
|
+
"reflectToAttr": false,
|
|
5639
|
+
"docs": "",
|
|
5640
|
+
"docsTags": [
|
|
5641
|
+
{
|
|
5642
|
+
"name": "default",
|
|
5643
|
+
"text": "configState.apiOrigin"
|
|
5644
|
+
}
|
|
5645
|
+
],
|
|
5646
|
+
"default": "configState.apiOrigin",
|
|
5647
|
+
"values": [
|
|
5648
|
+
{
|
|
5649
|
+
"type": "string"
|
|
5650
|
+
}
|
|
5651
|
+
],
|
|
5652
|
+
"optional": false,
|
|
5653
|
+
"required": false,
|
|
5654
|
+
"getter": false,
|
|
5655
|
+
"setter": false
|
|
5656
|
+
},
|
|
5657
|
+
{
|
|
5658
|
+
"name": "buttonStyle",
|
|
5659
|
+
"type": "ApplePayButtonStyle.BLACK | ApplePayButtonStyle.WHITE | ApplePayButtonStyle.WHITE_OUTLINE",
|
|
5660
|
+
"complexType": {
|
|
5661
|
+
"original": "ApplePayButtonStyle",
|
|
5662
|
+
"resolved": "ApplePayButtonStyle.BLACK | ApplePayButtonStyle.WHITE | ApplePayButtonStyle.WHITE_OUTLINE",
|
|
5663
|
+
"references": {
|
|
5664
|
+
"ApplePayButtonStyle": {
|
|
5665
|
+
"location": "import",
|
|
5666
|
+
"path": "../../../api/ApplePay",
|
|
5667
|
+
"id": "src/api/ApplePay.ts::ApplePayButtonStyle"
|
|
5668
|
+
}
|
|
5669
|
+
}
|
|
5670
|
+
},
|
|
5671
|
+
"mutable": false,
|
|
5672
|
+
"attr": "button-style",
|
|
5673
|
+
"reflectToAttr": false,
|
|
5674
|
+
"docs": "",
|
|
5675
|
+
"docsTags": [
|
|
5676
|
+
{
|
|
5677
|
+
"name": "default",
|
|
5678
|
+
"text": "ApplePayButtonStyle.BLACK"
|
|
5679
|
+
}
|
|
5680
|
+
],
|
|
5681
|
+
"default": "ApplePayButtonStyle.BLACK",
|
|
5682
|
+
"values": [
|
|
5683
|
+
{
|
|
5684
|
+
"type": "ApplePayButtonStyle.BLACK"
|
|
5685
|
+
},
|
|
5686
|
+
{
|
|
5687
|
+
"type": "ApplePayButtonStyle.WHITE"
|
|
5688
|
+
},
|
|
5689
|
+
{
|
|
5690
|
+
"type": "ApplePayButtonStyle.WHITE_OUTLINE"
|
|
5691
|
+
}
|
|
5692
|
+
],
|
|
5693
|
+
"optional": false,
|
|
5694
|
+
"required": false,
|
|
5695
|
+
"getter": false,
|
|
5696
|
+
"setter": false
|
|
5697
|
+
},
|
|
5698
|
+
{
|
|
5699
|
+
"name": "buttonType",
|
|
5700
|
+
"type": "ApplePayButtonType.BOOK | ApplePayButtonType.BUY | ApplePayButtonType.CHECK_OUT | ApplePayButtonType.DONATE | ApplePayButtonType.PLAIN | ApplePayButtonType.SET_UP | ApplePayButtonType.SUBSCRIBE",
|
|
5701
|
+
"complexType": {
|
|
5702
|
+
"original": "ApplePayButtonType",
|
|
5703
|
+
"resolved": "ApplePayButtonType.BOOK | ApplePayButtonType.BUY | ApplePayButtonType.CHECK_OUT | ApplePayButtonType.DONATE | ApplePayButtonType.PLAIN | ApplePayButtonType.SET_UP | ApplePayButtonType.SUBSCRIBE",
|
|
5704
|
+
"references": {
|
|
5705
|
+
"ApplePayButtonType": {
|
|
5706
|
+
"location": "import",
|
|
5707
|
+
"path": "../../../api/ApplePay",
|
|
5708
|
+
"id": "src/api/ApplePay.ts::ApplePayButtonType"
|
|
5709
|
+
}
|
|
5710
|
+
}
|
|
5711
|
+
},
|
|
5712
|
+
"mutable": false,
|
|
5713
|
+
"attr": "button-type",
|
|
5714
|
+
"reflectToAttr": false,
|
|
5715
|
+
"docs": "",
|
|
5716
|
+
"docsTags": [
|
|
5717
|
+
{
|
|
5718
|
+
"name": "default",
|
|
5719
|
+
"text": "ApplePayButtonType.PLAIN"
|
|
5720
|
+
}
|
|
5721
|
+
],
|
|
5722
|
+
"default": "ApplePayButtonType.PLAIN",
|
|
5723
|
+
"values": [
|
|
5724
|
+
{
|
|
5725
|
+
"type": "ApplePayButtonType.BOOK"
|
|
5726
|
+
},
|
|
5727
|
+
{
|
|
5728
|
+
"type": "ApplePayButtonType.BUY"
|
|
5729
|
+
},
|
|
5730
|
+
{
|
|
5731
|
+
"type": "ApplePayButtonType.CHECK_OUT"
|
|
5732
|
+
},
|
|
5733
|
+
{
|
|
5734
|
+
"type": "ApplePayButtonType.DONATE"
|
|
5735
|
+
},
|
|
5736
|
+
{
|
|
5737
|
+
"type": "ApplePayButtonType.PLAIN"
|
|
5738
|
+
},
|
|
5739
|
+
{
|
|
5740
|
+
"type": "ApplePayButtonType.SET_UP"
|
|
5741
|
+
},
|
|
5742
|
+
{
|
|
5743
|
+
"type": "ApplePayButtonType.SUBSCRIBE"
|
|
5744
|
+
}
|
|
5745
|
+
],
|
|
5746
|
+
"optional": false,
|
|
5747
|
+
"required": false,
|
|
5748
|
+
"getter": false,
|
|
5749
|
+
"setter": false
|
|
5750
|
+
},
|
|
5751
|
+
{
|
|
5752
|
+
"name": "countryCode",
|
|
5753
|
+
"type": "string",
|
|
5754
|
+
"complexType": {
|
|
5755
|
+
"original": "string",
|
|
5756
|
+
"resolved": "string",
|
|
5757
|
+
"references": {}
|
|
5758
|
+
},
|
|
5759
|
+
"mutable": false,
|
|
5760
|
+
"attr": "country-code",
|
|
5761
|
+
"reflectToAttr": false,
|
|
5762
|
+
"docs": "",
|
|
5763
|
+
"docsTags": [
|
|
5764
|
+
{
|
|
5765
|
+
"name": "default",
|
|
5766
|
+
"text": "\"US\""
|
|
5767
|
+
}
|
|
5768
|
+
],
|
|
5769
|
+
"default": "\"US\"",
|
|
5770
|
+
"values": [
|
|
5771
|
+
{
|
|
5772
|
+
"type": "string"
|
|
5773
|
+
}
|
|
5774
|
+
],
|
|
5775
|
+
"optional": false,
|
|
5776
|
+
"required": false,
|
|
5777
|
+
"getter": false,
|
|
5778
|
+
"setter": false
|
|
5779
|
+
},
|
|
5780
|
+
{
|
|
5781
|
+
"name": "disabled",
|
|
5782
|
+
"type": "boolean",
|
|
5783
|
+
"complexType": {
|
|
5784
|
+
"original": "boolean",
|
|
5785
|
+
"resolved": "boolean",
|
|
5786
|
+
"references": {}
|
|
5787
|
+
},
|
|
5788
|
+
"mutable": false,
|
|
5789
|
+
"attr": "disabled",
|
|
5790
|
+
"reflectToAttr": false,
|
|
5791
|
+
"docs": "",
|
|
5792
|
+
"docsTags": [
|
|
5793
|
+
{
|
|
5794
|
+
"name": "default",
|
|
5795
|
+
"text": "false"
|
|
5796
|
+
}
|
|
5797
|
+
],
|
|
5798
|
+
"default": "false",
|
|
5799
|
+
"values": [
|
|
5800
|
+
{
|
|
5801
|
+
"type": "boolean"
|
|
5802
|
+
}
|
|
5803
|
+
],
|
|
5804
|
+
"optional": false,
|
|
5805
|
+
"required": false,
|
|
5806
|
+
"getter": false,
|
|
5807
|
+
"setter": false
|
|
5808
|
+
},
|
|
5809
|
+
{
|
|
5810
|
+
"name": "initiativeContext",
|
|
5811
|
+
"type": "string",
|
|
5812
|
+
"complexType": {
|
|
5813
|
+
"original": "string",
|
|
5814
|
+
"resolved": "string",
|
|
5815
|
+
"references": {}
|
|
5816
|
+
},
|
|
5817
|
+
"mutable": false,
|
|
5818
|
+
"attr": "initiative-context",
|
|
5819
|
+
"reflectToAttr": false,
|
|
5820
|
+
"docs": "",
|
|
5821
|
+
"docsTags": [
|
|
5822
|
+
{
|
|
5823
|
+
"name": "default",
|
|
5824
|
+
"text": "\"dev-checkout.justifi-staging.com\""
|
|
5825
|
+
}
|
|
5826
|
+
],
|
|
5827
|
+
"default": "\"dev-checkout.justifi-staging.com\"",
|
|
5828
|
+
"values": [
|
|
5829
|
+
{
|
|
5830
|
+
"type": "string"
|
|
5831
|
+
}
|
|
5832
|
+
],
|
|
5833
|
+
"optional": false,
|
|
5834
|
+
"required": false,
|
|
5835
|
+
"getter": false,
|
|
5836
|
+
"setter": false
|
|
5837
|
+
},
|
|
5838
|
+
{
|
|
5839
|
+
"name": "merchantDisplayName",
|
|
5840
|
+
"type": "string",
|
|
5841
|
+
"complexType": {
|
|
5842
|
+
"original": "string",
|
|
5843
|
+
"resolved": "string",
|
|
5844
|
+
"references": {}
|
|
5845
|
+
},
|
|
5846
|
+
"mutable": false,
|
|
5847
|
+
"attr": "merchant-display-name",
|
|
5848
|
+
"reflectToAttr": false,
|
|
5849
|
+
"docs": "",
|
|
5850
|
+
"docsTags": [
|
|
5851
|
+
{
|
|
5852
|
+
"name": "default",
|
|
5853
|
+
"text": "\"JustiFi Checkout\""
|
|
5854
|
+
}
|
|
5855
|
+
],
|
|
5856
|
+
"default": "\"JustiFi Checkout\"",
|
|
5857
|
+
"values": [
|
|
5858
|
+
{
|
|
5859
|
+
"type": "string"
|
|
5860
|
+
}
|
|
5861
|
+
],
|
|
5862
|
+
"optional": false,
|
|
5863
|
+
"required": false,
|
|
5864
|
+
"getter": false,
|
|
5865
|
+
"setter": false
|
|
5866
|
+
},
|
|
5867
|
+
{
|
|
5868
|
+
"name": "merchantIdentifier",
|
|
5869
|
+
"type": "string",
|
|
5870
|
+
"complexType": {
|
|
5871
|
+
"original": "string",
|
|
5872
|
+
"resolved": "string",
|
|
5873
|
+
"references": {}
|
|
5874
|
+
},
|
|
5875
|
+
"mutable": false,
|
|
5876
|
+
"attr": "merchant-identifier",
|
|
5877
|
+
"reflectToAttr": false,
|
|
5878
|
+
"docs": "",
|
|
5879
|
+
"docsTags": [
|
|
5880
|
+
{
|
|
5881
|
+
"name": "default",
|
|
5882
|
+
"text": "\"merchant.com.staging-justifi.checkout-dev\""
|
|
5883
|
+
}
|
|
5884
|
+
],
|
|
5885
|
+
"default": "\"merchant.com.staging-justifi.checkout-dev\"",
|
|
5886
|
+
"values": [
|
|
5887
|
+
{
|
|
5888
|
+
"type": "string"
|
|
5889
|
+
}
|
|
5890
|
+
],
|
|
5891
|
+
"optional": false,
|
|
5892
|
+
"required": false,
|
|
5893
|
+
"getter": false,
|
|
5894
|
+
"setter": false
|
|
5895
|
+
},
|
|
5896
|
+
{
|
|
5897
|
+
"name": "showSkeleton",
|
|
5898
|
+
"type": "boolean",
|
|
5899
|
+
"complexType": {
|
|
5900
|
+
"original": "boolean",
|
|
5901
|
+
"resolved": "boolean",
|
|
5902
|
+
"references": {}
|
|
5903
|
+
},
|
|
5904
|
+
"mutable": false,
|
|
5905
|
+
"attr": "show-skeleton",
|
|
5906
|
+
"reflectToAttr": false,
|
|
5907
|
+
"docs": "",
|
|
5908
|
+
"docsTags": [
|
|
5909
|
+
{
|
|
5910
|
+
"name": "default",
|
|
5911
|
+
"text": "true"
|
|
5912
|
+
}
|
|
5913
|
+
],
|
|
5914
|
+
"default": "true",
|
|
5915
|
+
"values": [
|
|
5916
|
+
{
|
|
5917
|
+
"type": "boolean"
|
|
5918
|
+
}
|
|
5919
|
+
],
|
|
5920
|
+
"optional": false,
|
|
5921
|
+
"required": false,
|
|
5922
|
+
"getter": false,
|
|
5923
|
+
"setter": false
|
|
5924
|
+
}
|
|
5925
|
+
],
|
|
5926
|
+
"methods": [
|
|
5927
|
+
{
|
|
5928
|
+
"name": "abort",
|
|
5929
|
+
"returns": {
|
|
5930
|
+
"type": "Promise<void>",
|
|
5931
|
+
"docs": ""
|
|
5932
|
+
},
|
|
5933
|
+
"complexType": {
|
|
5934
|
+
"signature": "() => Promise<void>",
|
|
5935
|
+
"parameters": [],
|
|
5936
|
+
"references": {
|
|
5937
|
+
"Promise": {
|
|
5938
|
+
"location": "global",
|
|
5939
|
+
"id": "global::Promise"
|
|
5940
|
+
}
|
|
5941
|
+
},
|
|
5942
|
+
"return": "Promise<void>"
|
|
5943
|
+
},
|
|
5944
|
+
"signature": "abort() => Promise<void>",
|
|
5945
|
+
"parameters": [],
|
|
5946
|
+
"docs": "",
|
|
5947
|
+
"docsTags": []
|
|
5948
|
+
},
|
|
5949
|
+
{
|
|
5950
|
+
"name": "getPaymentMethods",
|
|
5951
|
+
"returns": {
|
|
5952
|
+
"type": "Promise<string[]>",
|
|
5953
|
+
"docs": ""
|
|
5954
|
+
},
|
|
5955
|
+
"complexType": {
|
|
5956
|
+
"signature": "() => Promise<string[]>",
|
|
5957
|
+
"parameters": [],
|
|
5958
|
+
"references": {
|
|
5959
|
+
"Promise": {
|
|
5960
|
+
"location": "global",
|
|
5961
|
+
"id": "global::Promise"
|
|
5962
|
+
}
|
|
5963
|
+
},
|
|
5964
|
+
"return": "Promise<string[]>"
|
|
5965
|
+
},
|
|
5966
|
+
"signature": "getPaymentMethods() => Promise<string[]>",
|
|
5967
|
+
"parameters": [],
|
|
5968
|
+
"docs": "",
|
|
5969
|
+
"docsTags": []
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"name": "isSupported",
|
|
5973
|
+
"returns": {
|
|
5974
|
+
"type": "Promise<boolean>",
|
|
5975
|
+
"docs": ""
|
|
5976
|
+
},
|
|
5977
|
+
"complexType": {
|
|
5978
|
+
"signature": "() => Promise<boolean>",
|
|
5979
|
+
"parameters": [],
|
|
5980
|
+
"references": {
|
|
5981
|
+
"Promise": {
|
|
5982
|
+
"location": "global",
|
|
5983
|
+
"id": "global::Promise"
|
|
5984
|
+
}
|
|
5985
|
+
},
|
|
5986
|
+
"return": "Promise<boolean>"
|
|
5987
|
+
},
|
|
5988
|
+
"signature": "isSupported() => Promise<boolean>",
|
|
5989
|
+
"parameters": [],
|
|
5990
|
+
"docs": "",
|
|
5991
|
+
"docsTags": []
|
|
5992
|
+
}
|
|
5993
|
+
],
|
|
5994
|
+
"events": [
|
|
5995
|
+
{
|
|
5996
|
+
"event": "applePayCancelled",
|
|
5997
|
+
"detail": "void",
|
|
5998
|
+
"bubbles": true,
|
|
5999
|
+
"complexType": {
|
|
6000
|
+
"original": "void",
|
|
6001
|
+
"resolved": "void",
|
|
6002
|
+
"references": {}
|
|
6003
|
+
},
|
|
6004
|
+
"cancelable": true,
|
|
6005
|
+
"composed": true,
|
|
6006
|
+
"docs": "",
|
|
6007
|
+
"docsTags": []
|
|
6008
|
+
},
|
|
6009
|
+
{
|
|
6010
|
+
"event": "applePayCompleted",
|
|
6011
|
+
"detail": "{ success: boolean; token?: IApplePayToken; paymentMethodId?: string; error?: any; }",
|
|
6012
|
+
"bubbles": true,
|
|
6013
|
+
"complexType": {
|
|
6014
|
+
"original": "{\n success: boolean;\n token?: IApplePayToken;\n paymentMethodId?: string;\n error?: any;\n }",
|
|
6015
|
+
"resolved": "{ success: boolean; token?: IApplePayToken; paymentMethodId?: string; error?: any; }",
|
|
6016
|
+
"references": {
|
|
6017
|
+
"IApplePayToken": {
|
|
6018
|
+
"location": "import",
|
|
6019
|
+
"path": "../../../api/ApplePay",
|
|
6020
|
+
"id": "src/api/ApplePay.ts::IApplePayToken"
|
|
6021
|
+
}
|
|
6022
|
+
}
|
|
6023
|
+
},
|
|
6024
|
+
"cancelable": true,
|
|
6025
|
+
"composed": true,
|
|
6026
|
+
"docs": "",
|
|
6027
|
+
"docsTags": []
|
|
6028
|
+
},
|
|
6029
|
+
{
|
|
6030
|
+
"event": "applePayError",
|
|
6031
|
+
"detail": "{ error: string; }",
|
|
6032
|
+
"bubbles": true,
|
|
6033
|
+
"complexType": {
|
|
6034
|
+
"original": "{ error: string }",
|
|
6035
|
+
"resolved": "{ error: string; }",
|
|
6036
|
+
"references": {}
|
|
6037
|
+
},
|
|
6038
|
+
"cancelable": true,
|
|
6039
|
+
"composed": true,
|
|
6040
|
+
"docs": "",
|
|
6041
|
+
"docsTags": []
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
"event": "applePayStarted",
|
|
6045
|
+
"detail": "void",
|
|
6046
|
+
"bubbles": true,
|
|
6047
|
+
"complexType": {
|
|
6048
|
+
"original": "void",
|
|
6049
|
+
"resolved": "void",
|
|
6050
|
+
"references": {}
|
|
6051
|
+
},
|
|
6052
|
+
"cancelable": true,
|
|
6053
|
+
"composed": true,
|
|
6054
|
+
"docs": "",
|
|
6055
|
+
"docsTags": []
|
|
6056
|
+
}
|
|
6057
|
+
],
|
|
6058
|
+
"listeners": [],
|
|
6059
|
+
"styles": [],
|
|
6060
|
+
"slots": [],
|
|
6061
|
+
"parts": [],
|
|
6062
|
+
"dependents": [],
|
|
6063
|
+
"dependencies": [],
|
|
6064
|
+
"dependencyGraph": {}
|
|
6065
|
+
},
|
|
5619
6066
|
{
|
|
5620
6067
|
"filePath": "src/components/modular-checkout/sub-components/bank-account-billing-form-simple.tsx",
|
|
5621
6068
|
"encapsulation": "shadow",
|
|
@@ -20375,6 +20822,21 @@
|
|
|
20375
20822
|
"docstring": "",
|
|
20376
20823
|
"path": "src/components.d.ts"
|
|
20377
20824
|
},
|
|
20825
|
+
"src/api/ApplePay.ts::ApplePayButtonType": {
|
|
20826
|
+
"declaration": "export enum ApplePayButtonType {\n PLAIN = 'plain',\n BUY = 'buy',\n SET_UP = 'set-up',\n DONATE = 'donate',\n CHECK_OUT = 'check-out',\n BOOK = 'book',\n SUBSCRIBE = 'subscribe',\n}",
|
|
20827
|
+
"docstring": "",
|
|
20828
|
+
"path": "src/api/ApplePay.ts"
|
|
20829
|
+
},
|
|
20830
|
+
"src/api/ApplePay.ts::ApplePayButtonStyle": {
|
|
20831
|
+
"declaration": "export enum ApplePayButtonStyle {\n BLACK = 'black',\n WHITE = 'white',\n WHITE_OUTLINE = 'white-outline',\n}",
|
|
20832
|
+
"docstring": "",
|
|
20833
|
+
"path": "src/api/ApplePay.ts"
|
|
20834
|
+
},
|
|
20835
|
+
"src/api/ApplePay.ts::IApplePayToken": {
|
|
20836
|
+
"declaration": "export interface IApplePayToken {\n paymentData: IApplePayTokenData;\n paymentMethod: IApplePayTokenPaymentMethod;\n transactionIdentifier: string;\n}",
|
|
20837
|
+
"docstring": "",
|
|
20838
|
+
"path": "src/api/ApplePay.ts"
|
|
20839
|
+
},
|
|
20378
20840
|
"src/api/index.ts::TerminalModelName": {
|
|
20379
20841
|
"declaration": "any",
|
|
20380
20842
|
"docstring": "",
|