@justifi/webcomponents 4.11.0 → 4.12.0
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/{Business-7ae04d4f.js → Business-f8e37adb.js} +34 -27
- package/dist/cjs/{Payment-89a8bc21.js → Payment-eceed10f.js} +1 -0
- package/dist/cjs/{SubAccount-05867651.js → SubAccount-b3902202.js} +1 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +5 -6
- package/dist/cjs/business-additional-questions-schema-bdfd29c3.js +78 -0
- package/dist/cjs/business-details-core.cjs.entry.js +2 -2
- package/dist/cjs/{business-form-types-29b2bad9.js → business-form-types-61b8196a.js} +26 -0
- package/dist/cjs/{form-control-datepart_4.cjs.entry.js → form-control-date_4.cjs.entry.js} +18 -51
- package/dist/cjs/form-control-datepart.cjs.entry.js +80 -0
- package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
- package/dist/cjs/form-control-select_2.cjs.entry.js +1 -1
- package/dist/cjs/{form-input-masks-e3bf2614.js → form-input-masks-baa06faf.js} +1 -1
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +3 -4
- package/dist/cjs/{index-69b9386b.js → index-5d5f2219.js} +3 -0
- package/dist/cjs/justifi-additional-questions-form-step_5.cjs.entry.js +20 -12
- package/dist/cjs/justifi-additional-questions_4.cjs.entry.js +17 -16
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-billing-form_4.cjs.entry.js +5 -5
- package/dist/cjs/justifi-business-details.cjs.entry.js +3 -4
- package/dist/cjs/justifi-business-form.cjs.entry.js +20 -12
- package/dist/cjs/justifi-business-list.cjs.entry.js +4 -6
- package/dist/cjs/justifi-business-owners.cjs.entry.js +2 -2
- package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +34 -24
- package/dist/cjs/justifi-checkout.cjs.entry.js +14 -10
- package/dist/cjs/justifi-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
- package/dist/cjs/{justifi-new-payment-method_3.cjs.entry.js → justifi-new-payment-method_4.cjs.entry.js} +95 -11
- package/dist/cjs/justifi-owner-form.cjs.entry.js +30 -16
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +3 -4
- package/dist/cjs/justifi-payment-details.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payment-form.cjs.entry.js +3 -4
- package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +11 -4
- package/dist/cjs/justifi-payments-list.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payout-details.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +4 -4
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +3 -4
- package/dist/cjs/justifi-refund-form.cjs.entry.js +2 -2
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +5 -6
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +4 -5
- package/dist/cjs/justifi-table_2.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{payload-parsers-f437272e.js → payload-parsers-32c43c76.js} +36 -24
- package/dist/cjs/payment-details-core.cjs.entry.js +3 -4
- package/dist/cjs/{payment.service-0b0086dc.js → payment.service-9db24ab9.js} +1 -1
- package/dist/cjs/payments-list-core.cjs.entry.js +3 -4
- package/dist/cjs/payout-details-core.cjs.entry.js +3 -4
- package/dist/cjs/{payout.service-5cc3b4e9.js → payout.service-a0efb71a.js} +1 -1
- package/dist/cjs/payouts-list-core.cjs.entry.js +3 -4
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +5 -6
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +2 -2
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +2 -2
- package/dist/cjs/{utils-23e70ef2.js → utils-6e35fa70.js} +1 -1
- package/dist/cjs/{utils-2b9940e1.js → utils-6f62f7a1.js} +0 -7
- package/dist/cjs/{utils-87435719.js → utils-fc72268d.js} +1 -1
- package/dist/cjs/webcomponents.cjs.js +2 -2
- package/dist/collection/api/Business.js +2 -20
- package/dist/collection/api/Checkout.js +6 -1
- package/dist/collection/api/Identity.js +7 -4
- package/dist/collection/api/Payment.js +1 -0
- package/dist/collection/api/services/checkout.service.js +7 -3
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +2 -2
- package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +2 -2
- package/dist/collection/components/business-forms/business-form/business-form.js +48 -3
- package/dist/collection/components/business-forms/business-form/business-representative/business-representative.js +12 -9
- package/dist/collection/components/business-forms/owner-form/owner-form.js +24 -8
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +2 -3
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +11 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +42 -1
- package/dist/collection/components/business-forms/schemas/business-address-schema.js +9 -18
- package/dist/collection/components/business-forms/schemas/business-core-info-schema.js +48 -17
- package/dist/collection/components/business-forms/schemas/business-form-schema.js +1 -1
- package/dist/collection/components/business-forms/schemas/business-identity-schema.js +18 -7
- package/dist/collection/components/business-forms/schemas/schema-helpers.js +8 -0
- package/dist/collection/components/business-forms/utils/business-form-types.js +23 -0
- package/dist/collection/components/business-forms/utils/helpers.js +22 -2
- package/dist/collection/components/business-forms/utils/payload-parsers.js +1 -0
- package/dist/collection/components/business-list/business-list.js +0 -2
- package/dist/collection/components/checkout/checkout-actions.js +2 -2
- package/dist/collection/components/checkout/checkout-core.css +361 -0
- package/dist/collection/components/checkout/checkout-core.js +32 -27
- package/dist/collection/components/checkout/checkout.js +5 -5
- package/dist/collection/components/checkout/new-payment-method.js +12 -6
- package/dist/collection/components/checkout/payment-method-options.css +18 -2
- package/dist/collection/components/checkout/payment-method-options.js +62 -5
- package/dist/collection/components/checkout/payment-method-payload.js +1 -0
- package/dist/collection/components/checkout/saved-payment-method.js +11 -6
- package/dist/collection/components/checkout/sezzel-payment-method.js +247 -0
- package/dist/collection/components/form/form-control-date.css +1803 -0
- package/dist/collection/components/form/form-control-date.js +192 -0
- package/dist/collection/components/payment-form/payment-method-selector.js +1 -1
- package/dist/collection/components/payment-method-form/payment-method-form.js +1 -1
- package/dist/collection/components/select-input/select-input.js +1 -1
- package/dist/collection/components/select-input/test/select-input.spec.js +4 -4
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +3 -3
- package/dist/collection/components/text-input/test/text-input.spec.js +4 -4
- package/dist/collection/components/text-input/text-input.js +1 -1
- package/dist/collection/utils/form-input-masks.js +1 -1
- package/dist/collection/utils/utils.js +0 -5
- package/dist/docs.json +670 -93
- package/dist/esm/{Business-91caaccb.js → Business-2410f7e3.js} +31 -25
- package/dist/esm/{Payment-55886c86.js → Payment-ef9fc1ae.js} +1 -0
- package/dist/esm/{SubAccount-61ac70eb.js → SubAccount-f4ae9809.js} +1 -1
- package/dist/esm/additional-questions-details_5.entry.js +5 -6
- package/dist/esm/business-additional-questions-schema-5571d40f.js +75 -0
- package/dist/esm/business-details-core.entry.js +2 -2
- package/dist/esm/{business-form-types-0d76133c.js → business-form-types-46ecd908.js} +25 -1
- package/dist/esm/{form-control-datepart_4.entry.js → form-control-date_4.entry.js} +18 -51
- package/dist/esm/form-control-datepart.entry.js +76 -0
- package/dist/esm/form-control-monetary.entry.js +1 -1
- package/dist/esm/form-control-select_2.entry.js +1 -1
- package/dist/esm/{form-input-masks-a8187c77.js → form-input-masks-850c8cd4.js} +1 -1
- package/dist/esm/gross-payment-chart-core.entry.js +3 -4
- package/dist/esm/{index-df86d9a2.js → index-83dcf934.js} +3 -0
- package/dist/esm/justifi-additional-questions-form-step_5.entry.js +20 -12
- package/dist/esm/justifi-additional-questions_4.entry.js +17 -16
- package/dist/esm/justifi-bank-account-form.entry.js +1 -1
- package/dist/esm/justifi-billing-form_4.entry.js +5 -5
- package/dist/esm/justifi-business-details.entry.js +3 -4
- package/dist/esm/justifi-business-form.entry.js +20 -12
- package/dist/esm/justifi-business-list.entry.js +4 -6
- package/dist/esm/justifi-business-owners.entry.js +2 -2
- package/dist/esm/justifi-card-form.entry.js +1 -1
- package/dist/esm/justifi-checkout-core.entry.js +34 -24
- package/dist/esm/justifi-checkout.entry.js +14 -10
- package/dist/esm/justifi-details.entry.js +2 -2
- package/dist/esm/justifi-gross-payment-chart.entry.js +2 -2
- package/dist/esm/{justifi-new-payment-method_3.entry.js → justifi-new-payment-method_4.entry.js} +95 -12
- package/dist/esm/justifi-owner-form.entry.js +30 -16
- package/dist/esm/justifi-payment-balance-transactions.entry.js +3 -4
- package/dist/esm/justifi-payment-details.entry.js +4 -4
- package/dist/esm/justifi-payment-form.entry.js +3 -4
- package/dist/esm/justifi-payment-method-selector.entry.js +2 -2
- package/dist/esm/justifi-payment-provisioning.entry.js +11 -4
- package/dist/esm/justifi-payments-list.entry.js +4 -4
- package/dist/esm/justifi-payout-details.entry.js +4 -4
- package/dist/esm/justifi-payouts-list.entry.js +4 -4
- package/dist/esm/justifi-proceeds-list.entry.js +3 -4
- package/dist/esm/justifi-refund-form.entry.js +2 -2
- package/dist/esm/justifi-subaccount-details.entry.js +5 -6
- package/dist/esm/justifi-subaccounts-list.entry.js +4 -5
- package/dist/esm/justifi-table_2.entry.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{payload-parsers-920f49dd.js → payload-parsers-192e0c3e.js} +33 -25
- package/dist/esm/payment-details-core.entry.js +3 -4
- package/dist/esm/{payment.service-f274ef98.js → payment.service-ec28a959.js} +1 -1
- package/dist/esm/payments-list-core.entry.js +3 -4
- package/dist/esm/payout-details-core.entry.js +3 -4
- package/dist/esm/{payout.service-af293f61.js → payout.service-5fd5986c.js} +1 -1
- package/dist/esm/payouts-list-core.entry.js +3 -4
- package/dist/esm/subaccount-account-details_4.entry.js +5 -6
- package/dist/esm/subaccount-bank-details.entry.js +2 -2
- package/dist/esm/subaccount-terms-details.entry.js +2 -2
- package/dist/esm/{utils-d01c5f3a.js → utils-210fdf39.js} +1 -1
- package/dist/esm/{utils-d9e90399.js → utils-243abdb4.js} +1 -7
- package/dist/esm/{utils-684d2e47.js → utils-6f05d9d7.js} +1 -1
- package/dist/esm/webcomponents.js +3 -3
- package/dist/module/Business.js +9 -25
- package/dist/module/Payment.js +1 -0
- package/dist/module/SubAccount.js +1 -1
- package/dist/module/business-address-schema.js +9 -18
- package/dist/module/business-core-info-form-step.js +2 -3
- package/dist/module/business-core-info-schema.js +49 -18
- package/dist/module/business-core-info.js +2 -2
- package/dist/module/business-form-types.js +25 -1
- package/dist/module/business-identity-schema.js +18 -7
- package/dist/module/business-owners-form-step.js +3 -3
- package/dist/module/business-representative-form-step.js +15 -5
- package/dist/module/business-representative.js +15 -12
- package/dist/module/checkout-core.js +50 -33
- package/dist/module/form-control-date.d.ts +11 -0
- package/dist/module/form-control-date.js +6 -0
- package/dist/module/form-control-date2.js +68 -0
- package/dist/module/form-input-masks.js +1 -1
- package/dist/module/generic-info-details2.js +2 -2
- package/dist/module/helpers.js +24 -3
- package/dist/module/justifi-business-details.js +1 -1
- package/dist/module/justifi-business-form.js +21 -10
- package/dist/module/justifi-business-list.js +1 -3
- package/dist/module/justifi-checkout.js +31 -21
- package/dist/module/justifi-payment-balance-transactions.js +1 -1
- package/dist/module/justifi-payment-provisioning.js +12 -5
- package/dist/module/justifi-sezzel-payment-method.d.ts +11 -0
- package/dist/module/justifi-sezzel-payment-method.js +6 -0
- package/dist/module/justifi-subaccount-details.js +1 -1
- package/dist/module/justifi-subaccounts-list.js +1 -1
- package/dist/module/legal-address-form-step.js +2 -2
- package/dist/module/new-payment-method.js +5 -4
- package/dist/module/owner-form.js +29 -13
- package/dist/module/payload-parsers.js +11 -1
- package/dist/module/payment-details-core2.js +1 -1
- package/dist/module/payment-method-form.js +1 -1
- package/dist/module/payment-method-options.js +34 -12
- package/dist/module/payments-list-core2.js +1 -1
- package/dist/module/payout-details-core2.js +1 -1
- package/dist/module/payouts-list-core2.js +1 -1
- package/dist/module/saved-payment-method.js +4 -4
- package/dist/module/select-input2.js +1 -1
- package/dist/module/sezzel-payment-method.js +99 -0
- package/dist/module/subaccount-merchant-details2.js +3 -3
- package/dist/module/text-input2.js +1 -1
- package/dist/module/utils2.js +1 -7
- package/dist/types/api/Business.d.ts +0 -19
- package/dist/types/api/Checkout.d.ts +63 -2
- package/dist/types/api/Identity.d.ts +2 -0
- package/dist/types/api/Payment.d.ts +2 -1
- package/dist/types/api/SubAccount.d.ts +0 -2
- package/dist/types/api/services/checkout.service.d.ts +8 -2
- package/dist/types/components/business-forms/business-form/business-form.d.ts +5 -0
- package/dist/types/components/business-forms/business-form/business-representative/business-representative.d.ts +3 -3
- package/dist/types/components/business-forms/owner-form/owner-form.d.ts +4 -2
- package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.d.ts +1 -0
- package/dist/types/components/business-forms/payment-provisioning/payment-provisioning.d.ts +3 -0
- package/dist/types/components/business-forms/schemas/business-core-info-schema.d.ts +2 -2
- package/dist/types/components/business-forms/schemas/business-form-schema.d.ts +4 -8
- package/dist/types/components/business-forms/schemas/business-identity-schema.d.ts +2 -6
- package/dist/types/components/business-forms/schemas/schema-helpers.d.ts +6 -0
- package/dist/types/components/business-forms/utils/business-form-types.d.ts +5 -0
- package/dist/types/components/business-forms/utils/helpers.d.ts +8 -2
- package/dist/types/components/checkout/checkout-actions.d.ts +3 -3
- package/dist/types/components/checkout/checkout-core.d.ts +5 -4
- package/dist/types/components/checkout/checkout.d.ts +1 -1
- package/dist/types/components/checkout/new-payment-method.d.ts +2 -1
- package/dist/types/components/checkout/payment-method-options.d.ts +5 -1
- package/dist/types/components/checkout/payment-method-payload.d.ts +8 -0
- package/dist/types/components/checkout/saved-payment-method.d.ts +2 -1
- package/dist/types/components/checkout/sezzel-payment-method.d.ts +23 -0
- package/dist/types/components/form/form-control-date.d.ts +18 -0
- package/dist/types/components.d.ts +112 -9
- package/dist/types/utils/utils.d.ts +0 -1
- package/dist/webcomponents/p-02fa533c.js +1 -0
- package/dist/webcomponents/p-0315876e.entry.js +1 -0
- package/dist/webcomponents/{p-28cd23c8.entry.js → p-0c269feb.entry.js} +1 -1
- package/dist/webcomponents/{p-0b76c770.entry.js → p-0eb56b44.entry.js} +1 -1
- package/dist/webcomponents/{p-436d27b9.entry.js → p-0eb77101.entry.js} +1 -1
- package/dist/webcomponents/p-1334f776.entry.js +1 -0
- package/dist/webcomponents/p-19001cc5.entry.js +1 -0
- package/dist/webcomponents/p-2319abaf.entry.js +1 -0
- package/dist/webcomponents/p-26fe62d6.entry.js +1 -0
- package/dist/webcomponents/p-28b38699.js +1 -0
- package/dist/webcomponents/{p-4df6174c.entry.js → p-29376518.entry.js} +1 -1
- package/dist/webcomponents/p-2bee72bd.entry.js +1 -0
- package/dist/webcomponents/p-3302bc76.js +1 -0
- package/dist/webcomponents/p-3adc0688.entry.js +1 -0
- package/dist/webcomponents/p-3fe05c4a.entry.js +1 -0
- package/dist/webcomponents/p-41b1ad3a.entry.js +1 -0
- package/dist/webcomponents/{p-7c6a355f.entry.js → p-4616768c.entry.js} +1 -1
- package/dist/webcomponents/p-56780f10.entry.js +1 -0
- package/dist/webcomponents/p-5c269619.js +1 -0
- package/dist/webcomponents/p-5ff7826e.entry.js +1 -0
- package/dist/webcomponents/{p-8482c23f.js → p-65510838.js} +1 -1
- package/dist/webcomponents/{p-4d50d08a.entry.js → p-7d8d2984.entry.js} +1 -1
- package/dist/webcomponents/p-7da249b8.entry.js +1 -0
- package/dist/webcomponents/p-84b9ffc9.entry.js +1 -0
- package/dist/webcomponents/{p-07b326d0.entry.js → p-8657128b.entry.js} +1 -1
- package/dist/webcomponents/p-8abba4c2.entry.js +1 -0
- package/dist/webcomponents/p-8c9d9812.entry.js +1 -0
- package/dist/webcomponents/p-910bb656.js +1 -0
- package/dist/webcomponents/p-9245777b.js +1 -0
- package/dist/webcomponents/{p-221b9504.entry.js → p-927150b4.entry.js} +1 -1
- package/dist/webcomponents/p-96cebc8b.entry.js +1 -0
- package/dist/webcomponents/p-99d6b67e.entry.js +1 -0
- package/dist/webcomponents/p-9e3f9e05.entry.js +1 -0
- package/dist/webcomponents/{p-688bb5da.js → p-9ee8ad4d.js} +1 -1
- package/dist/webcomponents/{p-a46174e0.entry.js → p-9f3facf1.entry.js} +1 -1
- package/dist/webcomponents/p-9f529959.entry.js +1 -0
- package/dist/webcomponents/{p-fb49ef28.entry.js → p-a6f170ba.entry.js} +1 -1
- package/dist/webcomponents/{p-c071d8c1.entry.js → p-a8caec98.entry.js} +1 -1
- package/dist/webcomponents/p-a90f7ca0.js +1 -0
- package/dist/webcomponents/{p-d776fe10.entry.js → p-abc03d5a.entry.js} +1 -1
- package/dist/webcomponents/p-b318b899.js +1 -0
- package/dist/webcomponents/{p-1bfadb9f.entry.js → p-c1b92cec.entry.js} +1 -1
- package/dist/webcomponents/p-c556deda.entry.js +1 -0
- package/dist/webcomponents/{p-3d4aaa4a.entry.js → p-c6e207f6.entry.js} +1 -1
- package/dist/webcomponents/{p-b68f1dd9.entry.js → p-cdfde1ca.entry.js} +1 -1
- package/dist/webcomponents/{p-746bfba6.entry.js → p-d69a485a.entry.js} +1 -1
- package/dist/webcomponents/p-e2ba8d84.entry.js +1 -0
- package/dist/webcomponents/{p-ebf7c70f.entry.js → p-e4342f49.entry.js} +1 -1
- package/dist/webcomponents/{p-ea2cca2a.js → p-ed72a5cc.js} +1 -1
- package/dist/webcomponents/{p-6b51cf97.entry.js → p-f0698778.entry.js} +1 -1
- package/dist/webcomponents/p-f4ae621e.entry.js +1 -0
- package/dist/webcomponents/{p-ae21ed6f.entry.js → p-f76283a5.entry.js} +1 -1
- package/dist/webcomponents/p-fce2b224.entry.js +1 -0
- package/dist/webcomponents/p-fd60d5af.js +1 -0
- package/dist/webcomponents/p-ff211f76.js +1 -0
- package/dist/webcomponents/webcomponents.css +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/business-additional-questions-schema-18a82d19.js +0 -47
- package/dist/cjs/business-form-select-options-7ccd8dca.js +0 -85
- package/dist/collection/components/business-forms/utils/business-form-select-options.js +0 -80
- package/dist/esm/business-additional-questions-schema-b642a2b7.js +0 -44
- package/dist/esm/business-form-select-options-6b9293fe.js +0 -82
- package/dist/module/business-form-select-options.js +0 -82
- package/dist/types/components/business-forms/utils/business-form-select-options.d.ts +0 -11
- package/dist/webcomponents/p-091f9732.entry.js +0 -1
- package/dist/webcomponents/p-0923e39c.js +0 -1
- package/dist/webcomponents/p-0d81883d.entry.js +0 -1
- package/dist/webcomponents/p-102b593a.entry.js +0 -1
- package/dist/webcomponents/p-2b8368d2.js +0 -1
- package/dist/webcomponents/p-2df32b4a.entry.js +0 -1
- package/dist/webcomponents/p-34352d04.js +0 -1
- package/dist/webcomponents/p-448063ba.entry.js +0 -1
- package/dist/webcomponents/p-5341321d.entry.js +0 -1
- package/dist/webcomponents/p-5b262705.entry.js +0 -1
- package/dist/webcomponents/p-5e503d7d.entry.js +0 -1
- package/dist/webcomponents/p-6047b960.entry.js +0 -1
- package/dist/webcomponents/p-60b2344a.js +0 -1
- package/dist/webcomponents/p-63296409.js +0 -1
- package/dist/webcomponents/p-6d39b8bc.entry.js +0 -1
- package/dist/webcomponents/p-7294eb89.entry.js +0 -1
- package/dist/webcomponents/p-7b2cddc7.js +0 -1
- package/dist/webcomponents/p-817211f2.entry.js +0 -1
- package/dist/webcomponents/p-935d6f55.js +0 -1
- package/dist/webcomponents/p-959250e3.entry.js +0 -1
- package/dist/webcomponents/p-975ab96e.js +0 -1
- package/dist/webcomponents/p-9b99370e.js +0 -1
- package/dist/webcomponents/p-a130a884.entry.js +0 -1
- package/dist/webcomponents/p-a4122c35.entry.js +0 -1
- package/dist/webcomponents/p-ac670a3e.js +0 -1
- package/dist/webcomponents/p-c340b60f.js +0 -1
- package/dist/webcomponents/p-d5aab6b5.entry.js +0 -1
- package/dist/webcomponents/p-d5c80489.entry.js +0 -1
- package/dist/webcomponents/p-d8679fad.entry.js +0 -1
- package/dist/webcomponents/p-da34bba7.entry.js +0 -1
- package/dist/webcomponents/p-e84b3616.entry.js +0 -1
- package/dist/webcomponents/p-ea03b424.entry.js +0 -1
- package/dist/webcomponents/p-ec230480.entry.js +0 -1
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-05-
|
|
2
|
+
"timestamp": "2024-05-09T21:44:16",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.10.0",
|
|
@@ -164,6 +164,200 @@
|
|
|
164
164
|
]
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
|
+
{
|
|
168
|
+
"filePath": "src/components/form/form-control-date.tsx",
|
|
169
|
+
"encapsulation": "shadow",
|
|
170
|
+
"tag": "form-control-date",
|
|
171
|
+
"readme": "# form-control-text\n\n\n",
|
|
172
|
+
"docs": "",
|
|
173
|
+
"docsTags": [],
|
|
174
|
+
"usage": {},
|
|
175
|
+
"props": [
|
|
176
|
+
{
|
|
177
|
+
"name": "defaultValue",
|
|
178
|
+
"type": "string",
|
|
179
|
+
"complexType": {
|
|
180
|
+
"original": "string",
|
|
181
|
+
"resolved": "string",
|
|
182
|
+
"references": {}
|
|
183
|
+
},
|
|
184
|
+
"mutable": false,
|
|
185
|
+
"attr": "default-value",
|
|
186
|
+
"reflectToAttr": false,
|
|
187
|
+
"docs": "",
|
|
188
|
+
"docsTags": [],
|
|
189
|
+
"values": [
|
|
190
|
+
{
|
|
191
|
+
"type": "string"
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"optional": false,
|
|
195
|
+
"required": false
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "disabled",
|
|
199
|
+
"type": "boolean",
|
|
200
|
+
"complexType": {
|
|
201
|
+
"original": "boolean",
|
|
202
|
+
"resolved": "boolean",
|
|
203
|
+
"references": {}
|
|
204
|
+
},
|
|
205
|
+
"mutable": false,
|
|
206
|
+
"attr": "disabled",
|
|
207
|
+
"reflectToAttr": false,
|
|
208
|
+
"docs": "",
|
|
209
|
+
"docsTags": [],
|
|
210
|
+
"values": [
|
|
211
|
+
{
|
|
212
|
+
"type": "boolean"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"optional": false,
|
|
216
|
+
"required": false
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "error",
|
|
220
|
+
"type": "string",
|
|
221
|
+
"complexType": {
|
|
222
|
+
"original": "string",
|
|
223
|
+
"resolved": "string",
|
|
224
|
+
"references": {}
|
|
225
|
+
},
|
|
226
|
+
"mutable": false,
|
|
227
|
+
"attr": "error",
|
|
228
|
+
"reflectToAttr": false,
|
|
229
|
+
"docs": "",
|
|
230
|
+
"docsTags": [],
|
|
231
|
+
"values": [
|
|
232
|
+
{
|
|
233
|
+
"type": "string"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"optional": false,
|
|
237
|
+
"required": false
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "inputHandler",
|
|
241
|
+
"type": "any",
|
|
242
|
+
"complexType": {
|
|
243
|
+
"original": "any",
|
|
244
|
+
"resolved": "any",
|
|
245
|
+
"references": {}
|
|
246
|
+
},
|
|
247
|
+
"mutable": false,
|
|
248
|
+
"attr": "input-handler",
|
|
249
|
+
"reflectToAttr": false,
|
|
250
|
+
"docs": "",
|
|
251
|
+
"docsTags": [],
|
|
252
|
+
"values": [
|
|
253
|
+
{
|
|
254
|
+
"type": "any"
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"optional": false,
|
|
258
|
+
"required": false
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "label",
|
|
262
|
+
"type": "string",
|
|
263
|
+
"complexType": {
|
|
264
|
+
"original": "string",
|
|
265
|
+
"resolved": "string",
|
|
266
|
+
"references": {}
|
|
267
|
+
},
|
|
268
|
+
"mutable": false,
|
|
269
|
+
"attr": "label",
|
|
270
|
+
"reflectToAttr": false,
|
|
271
|
+
"docs": "",
|
|
272
|
+
"docsTags": [],
|
|
273
|
+
"values": [
|
|
274
|
+
{
|
|
275
|
+
"type": "string"
|
|
276
|
+
}
|
|
277
|
+
],
|
|
278
|
+
"optional": false,
|
|
279
|
+
"required": false
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"name": "name",
|
|
283
|
+
"type": "string",
|
|
284
|
+
"complexType": {
|
|
285
|
+
"original": "string",
|
|
286
|
+
"resolved": "string",
|
|
287
|
+
"references": {}
|
|
288
|
+
},
|
|
289
|
+
"mutable": false,
|
|
290
|
+
"attr": "name",
|
|
291
|
+
"reflectToAttr": false,
|
|
292
|
+
"docs": "",
|
|
293
|
+
"docsTags": [],
|
|
294
|
+
"values": [
|
|
295
|
+
{
|
|
296
|
+
"type": "string"
|
|
297
|
+
}
|
|
298
|
+
],
|
|
299
|
+
"optional": false,
|
|
300
|
+
"required": false
|
|
301
|
+
}
|
|
302
|
+
],
|
|
303
|
+
"methods": [],
|
|
304
|
+
"events": [
|
|
305
|
+
{
|
|
306
|
+
"event": "formControlBlur",
|
|
307
|
+
"detail": "any",
|
|
308
|
+
"bubbles": true,
|
|
309
|
+
"complexType": {
|
|
310
|
+
"original": "any",
|
|
311
|
+
"resolved": "any",
|
|
312
|
+
"references": {}
|
|
313
|
+
},
|
|
314
|
+
"cancelable": true,
|
|
315
|
+
"composed": true,
|
|
316
|
+
"docs": "",
|
|
317
|
+
"docsTags": []
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"event": "formControlInput",
|
|
321
|
+
"detail": "any",
|
|
322
|
+
"bubbles": true,
|
|
323
|
+
"complexType": {
|
|
324
|
+
"original": "any",
|
|
325
|
+
"resolved": "any",
|
|
326
|
+
"references": {}
|
|
327
|
+
},
|
|
328
|
+
"cancelable": true,
|
|
329
|
+
"composed": true,
|
|
330
|
+
"docs": "",
|
|
331
|
+
"docsTags": []
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"listeners": [],
|
|
335
|
+
"styles": [],
|
|
336
|
+
"slots": [],
|
|
337
|
+
"parts": [
|
|
338
|
+
{
|
|
339
|
+
"name": "label",
|
|
340
|
+
"docs": ""
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"dependents": [
|
|
344
|
+
"justifi-business-representative",
|
|
345
|
+
"justifi-business-representative-form-step",
|
|
346
|
+
"justifi-owner-form"
|
|
347
|
+
],
|
|
348
|
+
"dependencies": [],
|
|
349
|
+
"dependencyGraph": {
|
|
350
|
+
"justifi-business-representative": [
|
|
351
|
+
"form-control-date"
|
|
352
|
+
],
|
|
353
|
+
"justifi-business-representative-form-step": [
|
|
354
|
+
"form-control-date"
|
|
355
|
+
],
|
|
356
|
+
"justifi-owner-form": [
|
|
357
|
+
"form-control-date"
|
|
358
|
+
]
|
|
359
|
+
}
|
|
360
|
+
},
|
|
167
361
|
{
|
|
168
362
|
"filePath": "src/components/form/form-control-datepart.tsx",
|
|
169
363
|
"encapsulation": "shadow",
|
|
@@ -371,24 +565,12 @@
|
|
|
371
565
|
}
|
|
372
566
|
],
|
|
373
567
|
"dependents": [
|
|
374
|
-
"justifi-business-owners"
|
|
375
|
-
"justifi-business-representative",
|
|
376
|
-
"justifi-business-representative-form-step",
|
|
377
|
-
"justifi-owner-form"
|
|
568
|
+
"justifi-business-owners"
|
|
378
569
|
],
|
|
379
570
|
"dependencies": [],
|
|
380
571
|
"dependencyGraph": {
|
|
381
572
|
"justifi-business-owners": [
|
|
382
573
|
"form-control-datepart"
|
|
383
|
-
],
|
|
384
|
-
"justifi-business-representative": [
|
|
385
|
-
"form-control-datepart"
|
|
386
|
-
],
|
|
387
|
-
"justifi-business-representative-form-step": [
|
|
388
|
-
"form-control-datepart"
|
|
389
|
-
],
|
|
390
|
-
"justifi-owner-form": [
|
|
391
|
-
"form-control-datepart"
|
|
392
574
|
]
|
|
393
575
|
}
|
|
394
576
|
},
|
|
@@ -2775,6 +2957,28 @@
|
|
|
2775
2957
|
"optional": false,
|
|
2776
2958
|
"required": false
|
|
2777
2959
|
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "formTitle",
|
|
2962
|
+
"type": "string",
|
|
2963
|
+
"complexType": {
|
|
2964
|
+
"original": "string",
|
|
2965
|
+
"resolved": "string",
|
|
2966
|
+
"references": {}
|
|
2967
|
+
},
|
|
2968
|
+
"mutable": false,
|
|
2969
|
+
"attr": "form-title",
|
|
2970
|
+
"reflectToAttr": false,
|
|
2971
|
+
"docs": "",
|
|
2972
|
+
"docsTags": [],
|
|
2973
|
+
"default": "'Business Information'",
|
|
2974
|
+
"values": [
|
|
2975
|
+
{
|
|
2976
|
+
"type": "string"
|
|
2977
|
+
}
|
|
2978
|
+
],
|
|
2979
|
+
"optional": true,
|
|
2980
|
+
"required": false
|
|
2981
|
+
},
|
|
2778
2982
|
{
|
|
2779
2983
|
"name": "hideErrors",
|
|
2780
2984
|
"type": "boolean",
|
|
@@ -2796,6 +3000,28 @@
|
|
|
2796
3000
|
],
|
|
2797
3001
|
"optional": true,
|
|
2798
3002
|
"required": false
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "removeTitle",
|
|
3006
|
+
"type": "boolean",
|
|
3007
|
+
"complexType": {
|
|
3008
|
+
"original": "boolean",
|
|
3009
|
+
"resolved": "boolean",
|
|
3010
|
+
"references": {}
|
|
3011
|
+
},
|
|
3012
|
+
"mutable": false,
|
|
3013
|
+
"attr": "remove-title",
|
|
3014
|
+
"reflectToAttr": false,
|
|
3015
|
+
"docs": "",
|
|
3016
|
+
"docsTags": [],
|
|
3017
|
+
"default": "false",
|
|
3018
|
+
"values": [
|
|
3019
|
+
{
|
|
3020
|
+
"type": "boolean"
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"optional": true,
|
|
3024
|
+
"required": false
|
|
2799
3025
|
}
|
|
2800
3026
|
],
|
|
2801
3027
|
"methods": [],
|
|
@@ -2894,7 +3120,7 @@
|
|
|
2894
3120
|
"justifi-business-representative": [
|
|
2895
3121
|
"form-control-text",
|
|
2896
3122
|
"form-control-number-masked",
|
|
2897
|
-
"form-control-
|
|
3123
|
+
"form-control-date",
|
|
2898
3124
|
"form-control-number",
|
|
2899
3125
|
"justifi-identity-address-form"
|
|
2900
3126
|
],
|
|
@@ -3342,7 +3568,7 @@
|
|
|
3342
3568
|
"justifi-owner-form": [
|
|
3343
3569
|
"form-control-text",
|
|
3344
3570
|
"form-control-number-masked",
|
|
3345
|
-
"form-control-
|
|
3571
|
+
"form-control-date",
|
|
3346
3572
|
"form-control-number",
|
|
3347
3573
|
"justifi-identity-address-form"
|
|
3348
3574
|
],
|
|
@@ -3396,19 +3622,14 @@
|
|
|
3396
3622
|
"listeners": [],
|
|
3397
3623
|
"styles": [],
|
|
3398
3624
|
"slots": [],
|
|
3399
|
-
"parts": [
|
|
3400
|
-
{
|
|
3401
|
-
"name": "label",
|
|
3402
|
-
"docs": ""
|
|
3403
|
-
}
|
|
3404
|
-
],
|
|
3625
|
+
"parts": [],
|
|
3405
3626
|
"dependents": [
|
|
3406
3627
|
"justifi-business-form"
|
|
3407
3628
|
],
|
|
3408
3629
|
"dependencies": [
|
|
3409
3630
|
"form-control-text",
|
|
3410
3631
|
"form-control-number-masked",
|
|
3411
|
-
"form-control-
|
|
3632
|
+
"form-control-date",
|
|
3412
3633
|
"form-control-number",
|
|
3413
3634
|
"justifi-identity-address-form"
|
|
3414
3635
|
],
|
|
@@ -3416,7 +3637,7 @@
|
|
|
3416
3637
|
"justifi-business-representative": [
|
|
3417
3638
|
"form-control-text",
|
|
3418
3639
|
"form-control-number-masked",
|
|
3419
|
-
"form-control-
|
|
3640
|
+
"form-control-date",
|
|
3420
3641
|
"form-control-number",
|
|
3421
3642
|
"justifi-identity-address-form"
|
|
3422
3643
|
],
|
|
@@ -3597,19 +3818,14 @@
|
|
|
3597
3818
|
"listeners": [],
|
|
3598
3819
|
"styles": [],
|
|
3599
3820
|
"slots": [],
|
|
3600
|
-
"parts": [
|
|
3601
|
-
{
|
|
3602
|
-
"name": "label",
|
|
3603
|
-
"docs": ""
|
|
3604
|
-
}
|
|
3605
|
-
],
|
|
3821
|
+
"parts": [],
|
|
3606
3822
|
"dependents": [
|
|
3607
3823
|
"justifi-payment-provisioning"
|
|
3608
3824
|
],
|
|
3609
3825
|
"dependencies": [
|
|
3610
3826
|
"form-control-text",
|
|
3611
3827
|
"form-control-number-masked",
|
|
3612
|
-
"form-control-
|
|
3828
|
+
"form-control-date",
|
|
3613
3829
|
"form-control-number",
|
|
3614
3830
|
"justifi-identity-address-form"
|
|
3615
3831
|
],
|
|
@@ -3617,7 +3833,7 @@
|
|
|
3617
3833
|
"justifi-business-representative-form-step": [
|
|
3618
3834
|
"form-control-text",
|
|
3619
3835
|
"form-control-number-masked",
|
|
3620
|
-
"form-control-
|
|
3836
|
+
"form-control-date",
|
|
3621
3837
|
"form-control-number",
|
|
3622
3838
|
"justifi-identity-address-form"
|
|
3623
3839
|
],
|
|
@@ -4021,6 +4237,7 @@
|
|
|
4021
4237
|
],
|
|
4022
4238
|
"justifi-payment-method-options": [
|
|
4023
4239
|
"justifi-new-payment-method",
|
|
4240
|
+
"justifi-sezzel-payment-method",
|
|
4024
4241
|
"justifi-saved-payment-method"
|
|
4025
4242
|
],
|
|
4026
4243
|
"justifi-new-payment-method": [
|
|
@@ -4085,7 +4302,7 @@
|
|
|
4085
4302
|
"required": false
|
|
4086
4303
|
},
|
|
4087
4304
|
{
|
|
4088
|
-
"name": "
|
|
4305
|
+
"name": "complete",
|
|
4089
4306
|
"type": "Function",
|
|
4090
4307
|
"complexType": {
|
|
4091
4308
|
"original": "Function",
|
|
@@ -4110,29 +4327,7 @@
|
|
|
4110
4327
|
"required": false
|
|
4111
4328
|
},
|
|
4112
4329
|
{
|
|
4113
|
-
"name": "
|
|
4114
|
-
"type": "string",
|
|
4115
|
-
"complexType": {
|
|
4116
|
-
"original": "string",
|
|
4117
|
-
"resolved": "string",
|
|
4118
|
-
"references": {}
|
|
4119
|
-
},
|
|
4120
|
-
"mutable": true,
|
|
4121
|
-
"attr": "iframe-origin",
|
|
4122
|
-
"reflectToAttr": false,
|
|
4123
|
-
"docs": "URL for the rendered iFrame. End-users need not use this.",
|
|
4124
|
-
"docsTags": [],
|
|
4125
|
-
"default": "config.iframeOrigin",
|
|
4126
|
-
"values": [
|
|
4127
|
-
{
|
|
4128
|
-
"type": "string"
|
|
4129
|
-
}
|
|
4130
|
-
],
|
|
4131
|
-
"optional": true,
|
|
4132
|
-
"required": false
|
|
4133
|
-
},
|
|
4134
|
-
{
|
|
4135
|
-
"name": "pay",
|
|
4330
|
+
"name": "getCheckout",
|
|
4136
4331
|
"type": "Function",
|
|
4137
4332
|
"complexType": {
|
|
4138
4333
|
"original": "Function",
|
|
@@ -4155,6 +4350,28 @@
|
|
|
4155
4350
|
],
|
|
4156
4351
|
"optional": false,
|
|
4157
4352
|
"required": false
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "iframeOrigin",
|
|
4356
|
+
"type": "string",
|
|
4357
|
+
"complexType": {
|
|
4358
|
+
"original": "string",
|
|
4359
|
+
"resolved": "string",
|
|
4360
|
+
"references": {}
|
|
4361
|
+
},
|
|
4362
|
+
"mutable": true,
|
|
4363
|
+
"attr": "iframe-origin",
|
|
4364
|
+
"reflectToAttr": false,
|
|
4365
|
+
"docs": "URL for the rendered iFrame. End-users need not use this.",
|
|
4366
|
+
"docsTags": [],
|
|
4367
|
+
"default": "config.iframeOrigin",
|
|
4368
|
+
"values": [
|
|
4369
|
+
{
|
|
4370
|
+
"type": "string"
|
|
4371
|
+
}
|
|
4372
|
+
],
|
|
4373
|
+
"optional": true,
|
|
4374
|
+
"required": false
|
|
4158
4375
|
}
|
|
4159
4376
|
],
|
|
4160
4377
|
"methods": [
|
|
@@ -4184,16 +4401,16 @@
|
|
|
4184
4401
|
"events": [
|
|
4185
4402
|
{
|
|
4186
4403
|
"event": "submitted",
|
|
4187
|
-
"detail": "
|
|
4404
|
+
"detail": "IApiResponse<{ payment_mode: \"ecom\" | \"bnpl\"; payment_token: null; payment_status: string; payment_response: null; checkout_id: string; additional_transactions: any[]; checkout: ICheckout; }>",
|
|
4188
4405
|
"bubbles": true,
|
|
4189
4406
|
"complexType": {
|
|
4190
|
-
"original": "
|
|
4191
|
-
"resolved": "
|
|
4407
|
+
"original": "ICheckoutCompleteResponse",
|
|
4408
|
+
"resolved": "IApiResponse<{ payment_mode: \"ecom\" | \"bnpl\"; payment_token: null; payment_status: string; payment_response: null; checkout_id: string; additional_transactions: any[]; checkout: ICheckout; }>",
|
|
4192
4409
|
"references": {
|
|
4193
|
-
"
|
|
4410
|
+
"ICheckoutCompleteResponse": {
|
|
4194
4411
|
"location": "import",
|
|
4195
|
-
"path": "
|
|
4196
|
-
"id": "src/
|
|
4412
|
+
"path": "../../api/Checkout",
|
|
4413
|
+
"id": "src/api/Checkout.ts::ICheckoutCompleteResponse"
|
|
4197
4414
|
}
|
|
4198
4415
|
}
|
|
4199
4416
|
},
|
|
@@ -4206,7 +4423,12 @@
|
|
|
4206
4423
|
"listeners": [],
|
|
4207
4424
|
"styles": [],
|
|
4208
4425
|
"slots": [],
|
|
4209
|
-
"parts": [
|
|
4426
|
+
"parts": [
|
|
4427
|
+
{
|
|
4428
|
+
"name": "pay-button",
|
|
4429
|
+
"docs": ""
|
|
4430
|
+
}
|
|
4431
|
+
],
|
|
4210
4432
|
"dependents": [
|
|
4211
4433
|
"justifi-checkout"
|
|
4212
4434
|
],
|
|
@@ -4219,6 +4441,7 @@
|
|
|
4219
4441
|
],
|
|
4220
4442
|
"justifi-payment-method-options": [
|
|
4221
4443
|
"justifi-new-payment-method",
|
|
4444
|
+
"justifi-sezzel-payment-method",
|
|
4222
4445
|
"justifi-saved-payment-method"
|
|
4223
4446
|
],
|
|
4224
4447
|
"justifi-new-payment-method": [
|
|
@@ -4875,23 +5098,28 @@
|
|
|
4875
5098
|
],
|
|
4876
5099
|
"methods": [
|
|
4877
5100
|
{
|
|
4878
|
-
"name": "
|
|
5101
|
+
"name": "resolvePaymentMethod",
|
|
4879
5102
|
"returns": {
|
|
4880
|
-
"type": "Promise<
|
|
5103
|
+
"type": "Promise<PaymentMethodPayload>",
|
|
4881
5104
|
"docs": ""
|
|
4882
5105
|
},
|
|
4883
5106
|
"complexType": {
|
|
4884
|
-
"signature": "() => Promise<
|
|
5107
|
+
"signature": "() => Promise<PaymentMethodPayload>",
|
|
4885
5108
|
"parameters": [],
|
|
4886
5109
|
"references": {
|
|
4887
5110
|
"Promise": {
|
|
4888
5111
|
"location": "global",
|
|
4889
5112
|
"id": "global::Promise"
|
|
5113
|
+
},
|
|
5114
|
+
"PaymentMethodPayload": {
|
|
5115
|
+
"location": "import",
|
|
5116
|
+
"path": "./payment-method-payload",
|
|
5117
|
+
"id": "src/components/checkout/payment-method-payload.ts::PaymentMethodPayload"
|
|
4890
5118
|
}
|
|
4891
5119
|
},
|
|
4892
|
-
"return": "Promise<
|
|
5120
|
+
"return": "Promise<PaymentMethodPayload>"
|
|
4893
5121
|
},
|
|
4894
|
-
"signature": "
|
|
5122
|
+
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
4895
5123
|
"parameters": [],
|
|
4896
5124
|
"docs": "",
|
|
4897
5125
|
"docsTags": []
|
|
@@ -5219,19 +5447,14 @@
|
|
|
5219
5447
|
"listeners": [],
|
|
5220
5448
|
"styles": [],
|
|
5221
5449
|
"slots": [],
|
|
5222
|
-
"parts": [
|
|
5223
|
-
{
|
|
5224
|
-
"name": "label",
|
|
5225
|
-
"docs": ""
|
|
5226
|
-
}
|
|
5227
|
-
],
|
|
5450
|
+
"parts": [],
|
|
5228
5451
|
"dependents": [
|
|
5229
5452
|
"justifi-business-owners-form-step"
|
|
5230
5453
|
],
|
|
5231
5454
|
"dependencies": [
|
|
5232
5455
|
"form-control-text",
|
|
5233
5456
|
"form-control-number-masked",
|
|
5234
|
-
"form-control-
|
|
5457
|
+
"form-control-date",
|
|
5235
5458
|
"form-control-number",
|
|
5236
5459
|
"justifi-identity-address-form"
|
|
5237
5460
|
],
|
|
@@ -5239,7 +5462,7 @@
|
|
|
5239
5462
|
"justifi-owner-form": [
|
|
5240
5463
|
"form-control-text",
|
|
5241
5464
|
"form-control-number-masked",
|
|
5242
|
-
"form-control-
|
|
5465
|
+
"form-control-date",
|
|
5243
5466
|
"form-control-number",
|
|
5244
5467
|
"justifi-identity-address-form"
|
|
5245
5468
|
],
|
|
@@ -5839,10 +6062,10 @@
|
|
|
5839
6062
|
},
|
|
5840
6063
|
{
|
|
5841
6064
|
"name": "paymentMethodFormType",
|
|
5842
|
-
"type": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card",
|
|
6065
|
+
"type": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.sezzel",
|
|
5843
6066
|
"complexType": {
|
|
5844
6067
|
"original": "PaymentMethodTypes",
|
|
5845
|
-
"resolved": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card",
|
|
6068
|
+
"resolved": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.sezzel",
|
|
5846
6069
|
"references": {
|
|
5847
6070
|
"PaymentMethodTypes": {
|
|
5848
6071
|
"location": "import",
|
|
@@ -5862,6 +6085,9 @@
|
|
|
5862
6085
|
},
|
|
5863
6086
|
{
|
|
5864
6087
|
"type": "PaymentMethodTypes.card"
|
|
6088
|
+
},
|
|
6089
|
+
{
|
|
6090
|
+
"type": "PaymentMethodTypes.sezzel"
|
|
5865
6091
|
}
|
|
5866
6092
|
],
|
|
5867
6093
|
"optional": false,
|
|
@@ -6138,6 +6364,32 @@
|
|
|
6138
6364
|
"optional": false,
|
|
6139
6365
|
"required": false
|
|
6140
6366
|
},
|
|
6367
|
+
{
|
|
6368
|
+
"name": "bnpl",
|
|
6369
|
+
"type": "IBnpl",
|
|
6370
|
+
"complexType": {
|
|
6371
|
+
"original": "IBnpl",
|
|
6372
|
+
"resolved": "IBnpl",
|
|
6373
|
+
"references": {
|
|
6374
|
+
"IBnpl": {
|
|
6375
|
+
"location": "import",
|
|
6376
|
+
"path": "../../api",
|
|
6377
|
+
"id": "src/api/index.ts::IBnpl"
|
|
6378
|
+
}
|
|
6379
|
+
}
|
|
6380
|
+
},
|
|
6381
|
+
"mutable": false,
|
|
6382
|
+
"reflectToAttr": false,
|
|
6383
|
+
"docs": "",
|
|
6384
|
+
"docsTags": [],
|
|
6385
|
+
"values": [
|
|
6386
|
+
{
|
|
6387
|
+
"type": "IBnpl"
|
|
6388
|
+
}
|
|
6389
|
+
],
|
|
6390
|
+
"optional": false,
|
|
6391
|
+
"required": false
|
|
6392
|
+
},
|
|
6141
6393
|
{
|
|
6142
6394
|
"name": "clientId",
|
|
6143
6395
|
"type": "string",
|
|
@@ -6181,6 +6433,27 @@
|
|
|
6181
6433
|
"optional": true,
|
|
6182
6434
|
"required": false
|
|
6183
6435
|
},
|
|
6436
|
+
{
|
|
6437
|
+
"name": "paymentAmount",
|
|
6438
|
+
"type": "string",
|
|
6439
|
+
"complexType": {
|
|
6440
|
+
"original": "string",
|
|
6441
|
+
"resolved": "string",
|
|
6442
|
+
"references": {}
|
|
6443
|
+
},
|
|
6444
|
+
"mutable": false,
|
|
6445
|
+
"attr": "payment-amount",
|
|
6446
|
+
"reflectToAttr": false,
|
|
6447
|
+
"docs": "",
|
|
6448
|
+
"docsTags": [],
|
|
6449
|
+
"values": [
|
|
6450
|
+
{
|
|
6451
|
+
"type": "string"
|
|
6452
|
+
}
|
|
6453
|
+
],
|
|
6454
|
+
"optional": false,
|
|
6455
|
+
"required": false
|
|
6456
|
+
},
|
|
6184
6457
|
{
|
|
6185
6458
|
"name": "savedPaymentMethods",
|
|
6186
6459
|
"type": "any[]",
|
|
@@ -6268,23 +6541,28 @@
|
|
|
6268
6541
|
],
|
|
6269
6542
|
"methods": [
|
|
6270
6543
|
{
|
|
6271
|
-
"name": "
|
|
6544
|
+
"name": "resolvePaymentMethod",
|
|
6272
6545
|
"returns": {
|
|
6273
|
-
"type": "Promise<
|
|
6546
|
+
"type": "Promise<PaymentMethodPayload>",
|
|
6274
6547
|
"docs": ""
|
|
6275
6548
|
},
|
|
6276
6549
|
"complexType": {
|
|
6277
|
-
"signature": "() => Promise<
|
|
6550
|
+
"signature": "() => Promise<PaymentMethodPayload>",
|
|
6278
6551
|
"parameters": [],
|
|
6279
6552
|
"references": {
|
|
6280
6553
|
"Promise": {
|
|
6281
6554
|
"location": "global",
|
|
6282
6555
|
"id": "global::Promise"
|
|
6556
|
+
},
|
|
6557
|
+
"PaymentMethodPayload": {
|
|
6558
|
+
"location": "import",
|
|
6559
|
+
"path": "./payment-method-payload",
|
|
6560
|
+
"id": "src/components/checkout/payment-method-payload.ts::PaymentMethodPayload"
|
|
6283
6561
|
}
|
|
6284
6562
|
},
|
|
6285
|
-
"return": "Promise<
|
|
6563
|
+
"return": "Promise<PaymentMethodPayload>"
|
|
6286
6564
|
},
|
|
6287
|
-
"signature": "
|
|
6565
|
+
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
6288
6566
|
"parameters": [],
|
|
6289
6567
|
"docs": "",
|
|
6290
6568
|
"docsTags": []
|
|
@@ -6321,11 +6599,13 @@
|
|
|
6321
6599
|
],
|
|
6322
6600
|
"dependencies": [
|
|
6323
6601
|
"justifi-new-payment-method",
|
|
6602
|
+
"justifi-sezzel-payment-method",
|
|
6324
6603
|
"justifi-saved-payment-method"
|
|
6325
6604
|
],
|
|
6326
6605
|
"dependencyGraph": {
|
|
6327
6606
|
"justifi-payment-method-options": [
|
|
6328
6607
|
"justifi-new-payment-method",
|
|
6608
|
+
"justifi-sezzel-payment-method",
|
|
6329
6609
|
"justifi-saved-payment-method"
|
|
6330
6610
|
],
|
|
6331
6611
|
"justifi-new-payment-method": [
|
|
@@ -6352,10 +6632,10 @@
|
|
|
6352
6632
|
"props": [
|
|
6353
6633
|
{
|
|
6354
6634
|
"name": "selectedPaymentMethodType",
|
|
6355
|
-
"type": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card",
|
|
6635
|
+
"type": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.sezzel",
|
|
6356
6636
|
"complexType": {
|
|
6357
6637
|
"original": "PaymentMethodTypes",
|
|
6358
|
-
"resolved": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card",
|
|
6638
|
+
"resolved": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card | PaymentMethodTypes.sezzel",
|
|
6359
6639
|
"references": {
|
|
6360
6640
|
"PaymentMethodTypes": {
|
|
6361
6641
|
"location": "import",
|
|
@@ -6375,6 +6655,9 @@
|
|
|
6375
6655
|
},
|
|
6376
6656
|
{
|
|
6377
6657
|
"type": "PaymentMethodTypes.card"
|
|
6658
|
+
},
|
|
6659
|
+
{
|
|
6660
|
+
"type": "PaymentMethodTypes.sezzel"
|
|
6378
6661
|
}
|
|
6379
6662
|
],
|
|
6380
6663
|
"optional": false,
|
|
@@ -6498,6 +6781,28 @@
|
|
|
6498
6781
|
"optional": false,
|
|
6499
6782
|
"required": false
|
|
6500
6783
|
},
|
|
6784
|
+
{
|
|
6785
|
+
"name": "formTitle",
|
|
6786
|
+
"type": "string",
|
|
6787
|
+
"complexType": {
|
|
6788
|
+
"original": "string",
|
|
6789
|
+
"resolved": "string",
|
|
6790
|
+
"references": {}
|
|
6791
|
+
},
|
|
6792
|
+
"mutable": false,
|
|
6793
|
+
"attr": "form-title",
|
|
6794
|
+
"reflectToAttr": false,
|
|
6795
|
+
"docs": "",
|
|
6796
|
+
"docsTags": [],
|
|
6797
|
+
"default": "'Business Information'",
|
|
6798
|
+
"values": [
|
|
6799
|
+
{
|
|
6800
|
+
"type": "string"
|
|
6801
|
+
}
|
|
6802
|
+
],
|
|
6803
|
+
"optional": true,
|
|
6804
|
+
"required": false
|
|
6805
|
+
},
|
|
6501
6806
|
{
|
|
6502
6807
|
"name": "hideErrors",
|
|
6503
6808
|
"type": "boolean",
|
|
@@ -6520,6 +6825,28 @@
|
|
|
6520
6825
|
"optional": true,
|
|
6521
6826
|
"required": false
|
|
6522
6827
|
},
|
|
6828
|
+
{
|
|
6829
|
+
"name": "removeTitle",
|
|
6830
|
+
"type": "boolean",
|
|
6831
|
+
"complexType": {
|
|
6832
|
+
"original": "boolean",
|
|
6833
|
+
"resolved": "boolean",
|
|
6834
|
+
"references": {}
|
|
6835
|
+
},
|
|
6836
|
+
"mutable": false,
|
|
6837
|
+
"attr": "remove-title",
|
|
6838
|
+
"reflectToAttr": false,
|
|
6839
|
+
"docs": "",
|
|
6840
|
+
"docsTags": [],
|
|
6841
|
+
"default": "false",
|
|
6842
|
+
"values": [
|
|
6843
|
+
{
|
|
6844
|
+
"type": "boolean"
|
|
6845
|
+
}
|
|
6846
|
+
],
|
|
6847
|
+
"optional": true,
|
|
6848
|
+
"required": false
|
|
6849
|
+
},
|
|
6523
6850
|
{
|
|
6524
6851
|
"name": "testMode",
|
|
6525
6852
|
"type": "boolean",
|
|
@@ -6601,7 +6928,7 @@
|
|
|
6601
6928
|
"justifi-business-representative-form-step": [
|
|
6602
6929
|
"form-control-text",
|
|
6603
6930
|
"form-control-number-masked",
|
|
6604
|
-
"form-control-
|
|
6931
|
+
"form-control-date",
|
|
6605
6932
|
"form-control-number",
|
|
6606
6933
|
"justifi-identity-address-form"
|
|
6607
6934
|
],
|
|
@@ -6615,7 +6942,7 @@
|
|
|
6615
6942
|
"justifi-owner-form": [
|
|
6616
6943
|
"form-control-text",
|
|
6617
6944
|
"form-control-number-masked",
|
|
6618
|
-
"form-control-
|
|
6945
|
+
"form-control-date",
|
|
6619
6946
|
"form-control-number",
|
|
6620
6947
|
"justifi-identity-address-form"
|
|
6621
6948
|
]
|
|
@@ -7460,23 +7787,28 @@
|
|
|
7460
7787
|
],
|
|
7461
7788
|
"methods": [
|
|
7462
7789
|
{
|
|
7463
|
-
"name": "
|
|
7790
|
+
"name": "resolvePaymentMethod",
|
|
7464
7791
|
"returns": {
|
|
7465
|
-
"type": "Promise<
|
|
7792
|
+
"type": "Promise<PaymentMethodPayload>",
|
|
7466
7793
|
"docs": ""
|
|
7467
7794
|
},
|
|
7468
7795
|
"complexType": {
|
|
7469
|
-
"signature": "() => Promise<
|
|
7796
|
+
"signature": "() => Promise<PaymentMethodPayload>",
|
|
7470
7797
|
"parameters": [],
|
|
7471
7798
|
"references": {
|
|
7472
7799
|
"Promise": {
|
|
7473
7800
|
"location": "global",
|
|
7474
7801
|
"id": "global::Promise"
|
|
7802
|
+
},
|
|
7803
|
+
"PaymentMethodPayload": {
|
|
7804
|
+
"location": "import",
|
|
7805
|
+
"path": "./payment-method-payload",
|
|
7806
|
+
"id": "src/components/checkout/payment-method-payload.ts::PaymentMethodPayload"
|
|
7475
7807
|
}
|
|
7476
7808
|
},
|
|
7477
|
-
"return": "Promise<
|
|
7809
|
+
"return": "Promise<PaymentMethodPayload>"
|
|
7478
7810
|
},
|
|
7479
|
-
"signature": "
|
|
7811
|
+
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
7480
7812
|
"parameters": [],
|
|
7481
7813
|
"docs": "",
|
|
7482
7814
|
"docsTags": []
|
|
@@ -7512,6 +7844,228 @@
|
|
|
7512
7844
|
]
|
|
7513
7845
|
}
|
|
7514
7846
|
},
|
|
7847
|
+
{
|
|
7848
|
+
"filePath": "src/components/checkout/sezzel-payment-method.tsx",
|
|
7849
|
+
"encapsulation": "none",
|
|
7850
|
+
"tag": "justifi-sezzel-payment-method",
|
|
7851
|
+
"readme": "<h1>\n <code><justifi-payment-form /></code>\n</h1>\n\n## Examples\n\n```html\n<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0\" />\n <title>justifi-payment-form: Simple example</title>\n\n <!--\n If you are including the components via CDN the src should be the following:\n https://cdn.jsdelivr.net/npm/@justifi/webcomponents@2.1.0/dist/webcomponents/webcomponents.esm.js\n -->\n <script type=\"module\" src=\"/build/webcomponents.esm.js\"></script>\n <script nomodule src=\"/build/webcomponents.js\"></script>\n </head>\n\n <body>\n <h1>PaymentForm</h1>\n <hr />\n <justifi-payment-form></justifi-payment-form>\n </body>\n\n <script>\n (function () {})();\n </script>\n</html>\n```\n",
|
|
7852
|
+
"docs": "<h1>\n <code><justifi-payment-form /></code>\n</h1>",
|
|
7853
|
+
"docsTags": [],
|
|
7854
|
+
"usage": {},
|
|
7855
|
+
"props": [
|
|
7856
|
+
{
|
|
7857
|
+
"name": "accountId",
|
|
7858
|
+
"type": "string",
|
|
7859
|
+
"complexType": {
|
|
7860
|
+
"original": "string",
|
|
7861
|
+
"resolved": "string",
|
|
7862
|
+
"references": {}
|
|
7863
|
+
},
|
|
7864
|
+
"mutable": false,
|
|
7865
|
+
"attr": "account-id",
|
|
7866
|
+
"reflectToAttr": false,
|
|
7867
|
+
"docs": "",
|
|
7868
|
+
"docsTags": [],
|
|
7869
|
+
"values": [
|
|
7870
|
+
{
|
|
7871
|
+
"type": "string"
|
|
7872
|
+
}
|
|
7873
|
+
],
|
|
7874
|
+
"optional": false,
|
|
7875
|
+
"required": false
|
|
7876
|
+
},
|
|
7877
|
+
{
|
|
7878
|
+
"name": "bnpl",
|
|
7879
|
+
"type": "any",
|
|
7880
|
+
"complexType": {
|
|
7881
|
+
"original": "any",
|
|
7882
|
+
"resolved": "any",
|
|
7883
|
+
"references": {}
|
|
7884
|
+
},
|
|
7885
|
+
"mutable": false,
|
|
7886
|
+
"attr": "bnpl",
|
|
7887
|
+
"reflectToAttr": false,
|
|
7888
|
+
"docs": "",
|
|
7889
|
+
"docsTags": [],
|
|
7890
|
+
"values": [
|
|
7891
|
+
{
|
|
7892
|
+
"type": "any"
|
|
7893
|
+
}
|
|
7894
|
+
],
|
|
7895
|
+
"optional": false,
|
|
7896
|
+
"required": false
|
|
7897
|
+
},
|
|
7898
|
+
{
|
|
7899
|
+
"name": "clientId",
|
|
7900
|
+
"type": "string",
|
|
7901
|
+
"complexType": {
|
|
7902
|
+
"original": "string",
|
|
7903
|
+
"resolved": "string",
|
|
7904
|
+
"references": {}
|
|
7905
|
+
},
|
|
7906
|
+
"mutable": false,
|
|
7907
|
+
"attr": "client-id",
|
|
7908
|
+
"reflectToAttr": false,
|
|
7909
|
+
"docs": "",
|
|
7910
|
+
"docsTags": [],
|
|
7911
|
+
"values": [
|
|
7912
|
+
{
|
|
7913
|
+
"type": "string"
|
|
7914
|
+
}
|
|
7915
|
+
],
|
|
7916
|
+
"optional": false,
|
|
7917
|
+
"required": false
|
|
7918
|
+
},
|
|
7919
|
+
{
|
|
7920
|
+
"name": "iframeOrigin",
|
|
7921
|
+
"type": "string",
|
|
7922
|
+
"complexType": {
|
|
7923
|
+
"original": "string",
|
|
7924
|
+
"resolved": "string",
|
|
7925
|
+
"references": {}
|
|
7926
|
+
},
|
|
7927
|
+
"mutable": true,
|
|
7928
|
+
"attr": "iframe-origin",
|
|
7929
|
+
"reflectToAttr": false,
|
|
7930
|
+
"docs": "",
|
|
7931
|
+
"docsTags": [],
|
|
7932
|
+
"default": "config.iframeOrigin",
|
|
7933
|
+
"values": [
|
|
7934
|
+
{
|
|
7935
|
+
"type": "string"
|
|
7936
|
+
}
|
|
7937
|
+
],
|
|
7938
|
+
"optional": true,
|
|
7939
|
+
"required": false
|
|
7940
|
+
},
|
|
7941
|
+
{
|
|
7942
|
+
"name": "isSelected",
|
|
7943
|
+
"type": "boolean",
|
|
7944
|
+
"complexType": {
|
|
7945
|
+
"original": "boolean",
|
|
7946
|
+
"resolved": "boolean",
|
|
7947
|
+
"references": {}
|
|
7948
|
+
},
|
|
7949
|
+
"mutable": false,
|
|
7950
|
+
"attr": "is-selected",
|
|
7951
|
+
"reflectToAttr": false,
|
|
7952
|
+
"docs": "",
|
|
7953
|
+
"docsTags": [],
|
|
7954
|
+
"values": [
|
|
7955
|
+
{
|
|
7956
|
+
"type": "boolean"
|
|
7957
|
+
}
|
|
7958
|
+
],
|
|
7959
|
+
"optional": false,
|
|
7960
|
+
"required": false
|
|
7961
|
+
},
|
|
7962
|
+
{
|
|
7963
|
+
"name": "paymentAmount",
|
|
7964
|
+
"type": "string",
|
|
7965
|
+
"complexType": {
|
|
7966
|
+
"original": "string",
|
|
7967
|
+
"resolved": "string",
|
|
7968
|
+
"references": {}
|
|
7969
|
+
},
|
|
7970
|
+
"mutable": false,
|
|
7971
|
+
"attr": "payment-amount",
|
|
7972
|
+
"reflectToAttr": false,
|
|
7973
|
+
"docs": "",
|
|
7974
|
+
"docsTags": [],
|
|
7975
|
+
"values": [
|
|
7976
|
+
{
|
|
7977
|
+
"type": "string"
|
|
7978
|
+
}
|
|
7979
|
+
],
|
|
7980
|
+
"optional": false,
|
|
7981
|
+
"required": false
|
|
7982
|
+
},
|
|
7983
|
+
{
|
|
7984
|
+
"name": "paymentMethodOption",
|
|
7985
|
+
"type": "PaymentMethodOption",
|
|
7986
|
+
"complexType": {
|
|
7987
|
+
"original": "PaymentMethodOption",
|
|
7988
|
+
"resolved": "PaymentMethodOption",
|
|
7989
|
+
"references": {
|
|
7990
|
+
"PaymentMethodOption": {
|
|
7991
|
+
"location": "import",
|
|
7992
|
+
"path": "./payment-method-option-utils",
|
|
7993
|
+
"id": "src/components/checkout/payment-method-option-utils.tsx::PaymentMethodOption"
|
|
7994
|
+
}
|
|
7995
|
+
}
|
|
7996
|
+
},
|
|
7997
|
+
"mutable": false,
|
|
7998
|
+
"reflectToAttr": false,
|
|
7999
|
+
"docs": "",
|
|
8000
|
+
"docsTags": [],
|
|
8001
|
+
"values": [
|
|
8002
|
+
{
|
|
8003
|
+
"type": "PaymentMethodOption"
|
|
8004
|
+
}
|
|
8005
|
+
],
|
|
8006
|
+
"optional": false,
|
|
8007
|
+
"required": false
|
|
8008
|
+
}
|
|
8009
|
+
],
|
|
8010
|
+
"methods": [
|
|
8011
|
+
{
|
|
8012
|
+
"name": "resolvePaymentMethod",
|
|
8013
|
+
"returns": {
|
|
8014
|
+
"type": "Promise<PaymentMethodPayload>",
|
|
8015
|
+
"docs": ""
|
|
8016
|
+
},
|
|
8017
|
+
"complexType": {
|
|
8018
|
+
"signature": "() => Promise<PaymentMethodPayload>",
|
|
8019
|
+
"parameters": [],
|
|
8020
|
+
"references": {
|
|
8021
|
+
"Promise": {
|
|
8022
|
+
"location": "global",
|
|
8023
|
+
"id": "global::Promise"
|
|
8024
|
+
},
|
|
8025
|
+
"PaymentMethodPayload": {
|
|
8026
|
+
"location": "import",
|
|
8027
|
+
"path": "./payment-method-payload",
|
|
8028
|
+
"id": "src/components/checkout/payment-method-payload.ts::PaymentMethodPayload"
|
|
8029
|
+
}
|
|
8030
|
+
},
|
|
8031
|
+
"return": "Promise<PaymentMethodPayload>"
|
|
8032
|
+
},
|
|
8033
|
+
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
8034
|
+
"parameters": [],
|
|
8035
|
+
"docs": "",
|
|
8036
|
+
"docsTags": []
|
|
8037
|
+
}
|
|
8038
|
+
],
|
|
8039
|
+
"events": [
|
|
8040
|
+
{
|
|
8041
|
+
"event": "paymentMethodOptionSelected",
|
|
8042
|
+
"detail": "any",
|
|
8043
|
+
"bubbles": true,
|
|
8044
|
+
"complexType": {
|
|
8045
|
+
"original": "any",
|
|
8046
|
+
"resolved": "any",
|
|
8047
|
+
"references": {}
|
|
8048
|
+
},
|
|
8049
|
+
"cancelable": true,
|
|
8050
|
+
"composed": true,
|
|
8051
|
+
"docs": "",
|
|
8052
|
+
"docsTags": []
|
|
8053
|
+
}
|
|
8054
|
+
],
|
|
8055
|
+
"listeners": [],
|
|
8056
|
+
"styles": [],
|
|
8057
|
+
"slots": [],
|
|
8058
|
+
"parts": [],
|
|
8059
|
+
"dependents": [
|
|
8060
|
+
"justifi-payment-method-options"
|
|
8061
|
+
],
|
|
8062
|
+
"dependencies": [],
|
|
8063
|
+
"dependencyGraph": {
|
|
8064
|
+
"justifi-payment-method-options": [
|
|
8065
|
+
"justifi-sezzel-payment-method"
|
|
8066
|
+
]
|
|
8067
|
+
}
|
|
8068
|
+
},
|
|
7515
8069
|
{
|
|
7516
8070
|
"filePath": "src/components/subaccount-details/subaccount-details.tsx",
|
|
7517
8071
|
"encapsulation": "shadow",
|
|
@@ -8740,6 +9294,10 @@
|
|
|
8740
9294
|
"styles": [],
|
|
8741
9295
|
"slots": [],
|
|
8742
9296
|
"parts": [
|
|
9297
|
+
{
|
|
9298
|
+
"name": "invalid-feedback",
|
|
9299
|
+
"docs": ""
|
|
9300
|
+
},
|
|
8743
9301
|
{
|
|
8744
9302
|
"name": "label",
|
|
8745
9303
|
"docs": ""
|
|
@@ -9196,6 +9754,10 @@
|
|
|
9196
9754
|
"styles": [],
|
|
9197
9755
|
"slots": [],
|
|
9198
9756
|
"parts": [
|
|
9757
|
+
{
|
|
9758
|
+
"name": "invalid-feedback",
|
|
9759
|
+
"docs": ""
|
|
9760
|
+
},
|
|
9199
9761
|
{
|
|
9200
9762
|
"name": "label",
|
|
9201
9763
|
"docs": ""
|
|
@@ -9254,7 +9816,7 @@
|
|
|
9254
9816
|
"path": "src/api/Business.ts"
|
|
9255
9817
|
},
|
|
9256
9818
|
"src/api/Business.ts::IBusiness": {
|
|
9257
|
-
"declaration": "export interface IBusiness {\n additional_questions: IAdditionalQuestions | {};\n
|
|
9819
|
+
"declaration": "export interface IBusiness {\n additional_questions: IAdditionalQuestions | {};\n business_type: BusinessType;\n bank_accounts: BankAccount[];\n created_at: string;\n documents: Document[];\n doing_business_as: string;\n email: string;\n id: string;\n industry: string;\n legal_address: IAddress | {};\n legal_name: string;\n metadata: any;\n owners: Identity[];\n phone: string;\n platform_account_id: string;\n product_categories: ProductCategories;\n representative: Identity | {};\n tax_id: string;\n updated_at: string;\n website_url: string;\n}",
|
|
9258
9820
|
"docstring": "",
|
|
9259
9821
|
"path": "src/api/Business.ts"
|
|
9260
9822
|
},
|
|
@@ -9303,11 +9865,26 @@
|
|
|
9303
9865
|
"docstring": "",
|
|
9304
9866
|
"path": "src/components/business-forms/utils/business-form-types.ts"
|
|
9305
9867
|
},
|
|
9868
|
+
"src/api/Checkout.ts::ICheckoutCompleteResponse": {
|
|
9869
|
+
"declaration": "export interface IApiResponse<T> {\n data: T;\n error?: IErrorObject | IServerError;\n page_info?: PagingInfo;\n errors?: string[];\n id: number | string;\n type: string;\n}",
|
|
9870
|
+
"docstring": "",
|
|
9871
|
+
"path": "src/api/Checkout.ts"
|
|
9872
|
+
},
|
|
9306
9873
|
"src/components/checkout/payment-method-option-utils.tsx::PaymentMethodOption": {
|
|
9307
9874
|
"declaration": "any",
|
|
9308
9875
|
"docstring": "",
|
|
9309
9876
|
"path": "src/components/checkout/payment-method-option-utils.tsx"
|
|
9310
9877
|
},
|
|
9878
|
+
"src/components/checkout/payment-method-payload.ts::PaymentMethodPayload": {
|
|
9879
|
+
"declaration": "export interface PaymentMethodPayload {\n token?: string;\n bnpl?: {\n order_uuid: string;\n status: string;\n session_uuid: string;\n }\n}",
|
|
9880
|
+
"docstring": "",
|
|
9881
|
+
"path": "src/components/checkout/payment-method-payload.ts"
|
|
9882
|
+
},
|
|
9883
|
+
"src/api/index.ts::IBnpl": {
|
|
9884
|
+
"declaration": "any",
|
|
9885
|
+
"docstring": "",
|
|
9886
|
+
"path": "src/api/index.ts"
|
|
9887
|
+
},
|
|
9311
9888
|
"src/api/index.ts::Payment": {
|
|
9312
9889
|
"declaration": "any",
|
|
9313
9890
|
"docstring": "",
|