@justifi/webcomponents 4.9.1 → 4.10.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-64dffab7.js → Business-663db337.js} +13 -1
- package/dist/cjs/Identity-1c4528b8.js +49 -0
- package/dist/cjs/{SubAccount-f8144025.js → SubAccount-05867651.js} +1 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +4 -3
- package/dist/cjs/business-additional-questions-schema-cbac27f2.js +26 -0
- package/dist/cjs/business-details-core.cjs.entry.js +2 -2
- package/dist/cjs/business-form-select-options-7ccd8dca.js +85 -0
- package/dist/cjs/business-form-types-3cdd5447.js +19 -0
- package/dist/cjs/form-control-datepart_3.cjs.entry.js +68 -78
- package/dist/cjs/form-control-monetary.cjs.entry.js +20 -18
- package/dist/cjs/{form-control-select_2.cjs.entry.js → form-control-number_3.cjs.entry.js} +50 -3
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +4 -3
- package/dist/cjs/{index-07ddbad2.js → index-69b9386b.js} +57 -0
- package/dist/cjs/justifi-additional-questions-form-step_5.cjs.entry.js +506 -0
- package/dist/cjs/{justifi-additional-questions_5.cjs.entry.js → justifi-additional-questions_4.cjs.entry.js} +14 -42
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-billing-form_4.cjs.entry.js +5 -6
- package/dist/cjs/justifi-business-address-form-step.cjs.entry.js +35 -0
- package/dist/cjs/justifi-business-details.cjs.entry.js +5 -3
- package/dist/cjs/justifi-business-form.cjs.entry.js +18 -15
- package/dist/cjs/justifi-business-list.cjs.entry.js +4 -3
- package/dist/cjs/justifi-business-owners.cjs.entry.js +1 -1
- package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +3 -2
- package/dist/cjs/justifi-checkout.cjs.entry.js +1 -1
- 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 +1 -1
- package/dist/cjs/justifi-owner-form.cjs.entry.js +162 -0
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +3 -2
- package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-form.cjs.entry.js +3 -2
- package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +1 -1
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +89 -0
- package/dist/cjs/justifi-payments-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +3 -2
- package/dist/cjs/justifi-refund-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +5 -4
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +4 -3
- package/dist/cjs/justifi-table_2.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/payload-parsers-9e72e80f.js +99 -0
- package/dist/cjs/payment-details-core.cjs.entry.js +4 -3
- package/dist/cjs/payments-list-core.cjs.entry.js +3 -2
- package/dist/cjs/payout-details-core.cjs.entry.js +4 -3
- package/dist/cjs/payouts-list-core.cjs.entry.js +3 -2
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +4 -3
- 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-5c3e442d.js → utils-23e70ef2.js} +1 -1
- package/dist/cjs/{utils-84208d99.js → utils-2b9940e1.js} +25 -0
- package/dist/cjs/utils-df5167a8.js +13 -0
- package/dist/cjs/webcomponents.cjs.js +2 -2
- package/dist/collection/api/Business.js +10 -1
- package/dist/collection/api/Identity.js +43 -0
- package/dist/collection/collection-manifest.json +15 -8
- package/dist/collection/components/billing-form/billing-form-schema.js +1 -1
- package/dist/collection/components/billing-form/billing-form.js +1 -1
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +4 -4
- package/dist/collection/components/business-details/owner-details/owner-details.js +2 -2
- package/dist/collection/components/business-details/representative-details/representative-details.js +2 -2
- package/dist/collection/components/{business-form → business-forms/business-form}/additional-questions/additional-questions.js +1 -1
- package/dist/collection/components/{business-form → business-forms/business-form}/business-address/business-address-form.js +4 -4
- package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +77 -0
- package/dist/collection/components/{business-form → business-forms/business-form}/business-form.js +32 -24
- package/dist/collection/components/{business-form → business-forms/business-form}/business-owners/business-owners.js +2 -2
- package/dist/collection/components/{business-form → business-forms/business-form}/business-representative/business-representative.js +3 -3
- package/dist/collection/components/{business-form → business-forms/business-form}/legal-address-form/legal-address-form.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form.css +7779 -0
- package/dist/collection/components/business-forms/owner-form/owner-form.js +367 -0
- package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.js +219 -0
- package/dist/collection/components/business-forms/payment-provisioning/additional-questions/test/business-additional-questions-form-step.spec.js +97 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-address/business-address-form-step.css +2536 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-address/business-address-form-step.js +97 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-address/test/business-address-form-step.spec.js +97 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.css +2493 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +239 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/test/business-core-info-form-step.spec.js +97 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.css +7779 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.js +284 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-owners/test/business-owners-form-step.spec.js +97 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.css +2493 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +231 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/test/business-representative-form-step.spec.js +97 -0
- package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.css +2493 -0
- package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.js +233 -0
- package/dist/collection/components/{business-form/business-form-stepped.css → business-forms/payment-provisioning/payment-provisioning.css} +105 -0
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +199 -0
- package/dist/collection/components/business-forms/payment-provisioning/test/payment-provisioning.spec.js +61 -0
- package/dist/collection/components/business-forms/schemas/business-additional-questions-schema.js +7 -0
- package/dist/collection/components/business-forms/schemas/business-address-schema.js +16 -0
- package/dist/collection/components/business-forms/schemas/business-core-info-schema.js +13 -0
- package/dist/collection/components/business-forms/schemas/business-form-schema.js +6 -0
- package/dist/collection/components/business-forms/schemas/business-identity-schema.js +35 -0
- package/dist/collection/components/business-forms/schemas/business-owners-schema.js +16 -0
- package/dist/collection/components/business-forms/utils/business-form-select-options.js +80 -0
- package/dist/collection/components/business-forms/utils/business-form-types.js +17 -0
- package/dist/collection/components/business-forms/utils/payload-parsers.js +37 -0
- package/dist/collection/components/form/form-control-datepart.js +39 -34
- package/dist/collection/components/form/form-control-monetary.js +22 -20
- package/dist/collection/components/form/form-control-number.js +1 -0
- package/dist/collection/components/form/form-control-select.js +3 -1
- package/dist/collection/components/form/form-control-text.js +2 -1
- package/dist/collection/components/form/test/form-control-datepart.spec.js +88 -0
- package/dist/collection/components/form/test/form-control-monetary.spec.js +69 -0
- package/dist/collection/components/form/test/form-control-number.spec.js +77 -0
- package/dist/collection/components/form/test/form-control-select.spec.js +84 -0
- package/dist/collection/components/form/test/form-control-text.spec.js +104 -0
- package/dist/collection/components/form/test/form.spec.js +60 -0
- package/dist/collection/components/form/utils.js +1 -0
- package/dist/collection/utils/utils.js +21 -0
- package/dist/docs.json +1943 -552
- package/dist/esm/{Business-9921d35f.js → Business-6cc4e473.js} +12 -2
- package/dist/esm/Identity-5f8f916f.js +46 -0
- package/dist/esm/{SubAccount-76f6d565.js → SubAccount-61ac70eb.js} +1 -1
- package/dist/esm/additional-questions-details_5.entry.js +4 -3
- package/dist/esm/business-additional-questions-schema-2cb80f70.js +23 -0
- package/dist/esm/business-details-core.entry.js +2 -2
- package/dist/esm/business-form-select-options-6b9293fe.js +82 -0
- package/dist/esm/business-form-types-de9f38cd.js +19 -0
- package/dist/esm/form-control-datepart_3.entry.js +68 -78
- package/dist/esm/form-control-monetary.entry.js +20 -18
- package/dist/esm/{form-control-select_2.entry.js → form-control-number_3.entry.js} +50 -4
- package/dist/esm/gross-payment-chart-core.entry.js +4 -3
- package/dist/esm/{index-fb5ca346.js → index-df86d9a2.js} +57 -0
- package/dist/esm/justifi-additional-questions-form-step_5.entry.js +498 -0
- package/dist/esm/{justifi-additional-questions_5.entry.js → justifi-additional-questions_4.entry.js} +14 -41
- package/dist/esm/justifi-bank-account-form.entry.js +1 -1
- package/dist/esm/justifi-billing-form_4.entry.js +4 -5
- package/dist/esm/justifi-business-address-form-step.entry.js +31 -0
- package/dist/esm/justifi-business-details.entry.js +5 -3
- package/dist/esm/justifi-business-form.entry.js +17 -14
- package/dist/esm/justifi-business-list.entry.js +4 -3
- package/dist/esm/justifi-business-owners.entry.js +1 -1
- package/dist/esm/justifi-card-form.entry.js +1 -1
- package/dist/esm/justifi-checkout-core.entry.js +3 -2
- package/dist/esm/justifi-checkout.entry.js +1 -1
- 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 +1 -1
- package/dist/esm/justifi-owner-form.entry.js +158 -0
- package/dist/esm/justifi-payment-balance-transactions.entry.js +3 -2
- package/dist/esm/justifi-payment-details.entry.js +2 -2
- package/dist/esm/justifi-payment-form.entry.js +3 -2
- package/dist/esm/justifi-payment-method-selector.entry.js +1 -1
- package/dist/esm/justifi-payment-provisioning.entry.js +85 -0
- package/dist/esm/justifi-payments-list.entry.js +2 -2
- package/dist/esm/justifi-payout-details.entry.js +2 -2
- package/dist/esm/justifi-payouts-list.entry.js +2 -2
- package/dist/esm/justifi-proceeds-list.entry.js +3 -2
- package/dist/esm/justifi-refund-form.entry.js +1 -1
- package/dist/esm/justifi-subaccount-details.entry.js +5 -4
- package/dist/esm/justifi-subaccounts-list.entry.js +4 -3
- package/dist/esm/justifi-table_2.entry.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/payload-parsers-caea809d.js +91 -0
- package/dist/esm/payment-details-core.entry.js +4 -3
- package/dist/esm/payments-list-core.entry.js +3 -2
- package/dist/esm/payout-details-core.entry.js +4 -3
- package/dist/esm/payouts-list-core.entry.js +3 -2
- package/dist/esm/subaccount-account-details_4.entry.js +4 -3
- package/dist/esm/subaccount-bank-details.entry.js +2 -2
- package/dist/esm/subaccount-terms-details.entry.js +2 -2
- package/dist/esm/utils-2828201a.js +10 -0
- package/dist/esm/{utils-a3e96d9f.js → utils-d01c5f3a.js} +1 -1
- package/dist/esm/{utils-5193fcd7.js → utils-d9e90399.js} +23 -1
- package/dist/esm/webcomponents.js +3 -3
- package/dist/module/Business.js +12 -2
- package/dist/module/Identity.js +46 -0
- package/dist/module/SubAccount.js +1 -1
- package/dist/module/billing-form.js +1 -1
- package/dist/module/business-additional-questions-form-step.js +121 -0
- package/dist/module/business-additional-questions-schema.js +10 -0
- package/dist/module/business-address-form.js +3 -3
- package/dist/module/business-address-schema.js +19 -0
- package/dist/module/business-core-info-form-step.js +141 -0
- package/dist/module/business-core-info-schema.js +16 -0
- package/dist/module/business-core-info.js +69 -0
- package/dist/module/business-form-select-options.js +82 -0
- package/dist/module/business-form-types.js +19 -0
- package/dist/module/business-identity-schema.js +38 -0
- package/dist/{webcomponents/p-f64a85cf.entry.js → module/business-owners-form-step.js} +214 -1
- package/dist/module/business-representative-form-step.js +158 -0
- package/dist/module/business-representative.js +1 -1
- package/dist/module/checkout-core.js +1 -1
- package/dist/module/form-control-datepart2.js +37 -33
- package/dist/module/form-control-monetary2.js +20 -18
- package/dist/module/form-control-number2.js +1 -0
- package/dist/module/form-control-select2.js +3 -1
- package/dist/module/form-control-text2.js +2 -1
- package/dist/module/justifi-additional-questions-form-step.d.ts +11 -0
- package/dist/module/justifi-additional-questions-form-step.js +6 -0
- package/dist/module/justifi-business-address-form-step.d.ts +11 -0
- package/dist/module/justifi-business-address-form-step.js +75 -0
- package/dist/module/justifi-business-core-info-form-step.d.ts +11 -0
- package/dist/module/justifi-business-core-info-form-step.js +6 -0
- package/dist/module/justifi-business-core-info.d.ts +11 -0
- package/dist/module/justifi-business-core-info.js +6 -0
- package/dist/module/justifi-business-form.js +19 -14
- package/dist/module/justifi-business-list.js +1 -1
- package/dist/module/justifi-business-owners-form-step.d.ts +11 -0
- package/dist/module/justifi-business-owners-form-step.js +6 -0
- package/dist/module/justifi-business-representative-form-step.d.ts +11 -0
- package/dist/module/justifi-business-representative-form-step.js +6 -0
- package/dist/module/justifi-legal-address-form-step.d.ts +11 -0
- package/dist/module/justifi-legal-address-form-step.js +6 -0
- package/dist/module/justifi-owner-form.d.ts +11 -0
- package/dist/module/justifi-owner-form.js +6 -0
- package/dist/module/justifi-payment-balance-transactions.js +1 -1
- package/dist/module/justifi-payment-provisioning.d.ts +11 -0
- package/dist/module/justifi-payment-provisioning.js +190 -0
- package/dist/module/justifi-proceeds-list.js +1 -1
- 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 +137 -0
- package/dist/module/owner-form.js +222 -0
- package/dist/module/payload-parsers.js +39 -0
- package/dist/module/payment-details-core2.js +1 -1
- package/dist/module/payment-method-form.js +1 -1
- 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/subaccount-merchant-details2.js +1 -1
- package/dist/module/utils2.js +23 -1
- package/dist/module/utils4.js +10 -0
- package/dist/types/api/Business.d.ts +11 -21
- package/dist/types/api/Identity.d.ts +60 -0
- package/dist/types/components/billing-form/billing-form-schema.d.ts +0 -1
- package/dist/types/components/business-details/additional-questions-details/additional-questions-details.d.ts +2 -2
- package/dist/types/components/business-details/owner-details/owner-details.d.ts +1 -1
- package/dist/types/components/business-details/representative-details/representative-details.d.ts +1 -1
- package/dist/types/components/{business-form → business-forms/business-form}/additional-questions/additional-questions.d.ts +1 -1
- package/dist/types/components/{business-form → business-forms/business-form}/business-address/business-address-form.d.ts +1 -1
- package/dist/types/components/{business-form/business-generic-info/business-generic-info.d.ts → business-forms/business-form/business-core-info/business-core-info.d.ts} +5 -5
- package/dist/types/components/{business-form → business-forms/business-form}/business-form.d.ts +5 -10
- package/dist/types/components/{business-form → business-forms/business-form}/business-owners/business-owners.d.ts +1 -1
- package/dist/types/components/{business-form → business-forms/business-form}/business-representative/business-representative.d.ts +1 -1
- package/dist/types/components/{business-form → business-forms/business-form}/legal-address-form/legal-address-form.d.ts +2 -2
- package/dist/types/components/business-forms/owner-form/owner-form.d.ts +36 -0
- package/dist/types/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.d.ts +31 -0
- package/dist/types/components/business-forms/payment-provisioning/business-address/business-address-form-step.d.ts +9 -0
- package/dist/types/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.d.ts +36 -0
- package/dist/types/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.d.ts +36 -0
- package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.d.ts +27 -0
- package/dist/types/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.d.ts +31 -0
- package/dist/types/components/business-forms/payment-provisioning/payment-provisioning.d.ts +45 -0
- package/dist/types/components/business-forms/schemas/business-additional-questions-schema.d.ts +11 -0
- package/dist/types/components/{business-form/business-address/business-address-form-schema.d.ts → business-forms/schemas/business-address-schema.d.ts} +11 -8
- package/dist/types/components/business-forms/schemas/business-core-info-schema.d.ts +19 -0
- package/dist/types/components/{business-form → business-forms/schemas}/business-form-schema.d.ts +2 -26
- package/dist/types/components/business-forms/schemas/business-identity-schema.d.ts +59 -0
- package/dist/types/components/business-forms/schemas/business-owners-schema.d.ts +33 -0
- package/dist/types/components/business-forms/utils/business-form-select-options.d.ts +11 -0
- package/dist/types/components/business-forms/utils/business-form-types.d.ts +39 -0
- package/dist/types/components/business-forms/utils/payload-parsers.d.ts +4 -0
- package/dist/types/components/form/form-control-datepart.d.ts +2 -1
- package/dist/types/components/form/form-control-monetary.d.ts +2 -1
- package/dist/types/components/form/form.d.ts +1 -1
- package/dist/types/components/form/utils.d.ts +1 -0
- package/dist/types/components.d.ts +463 -113
- package/dist/types/utils/utils.d.ts +3 -0
- package/dist/webcomponents/p-03b1d0d5.entry.js +1 -0
- package/dist/webcomponents/{p-adc96df1.entry.js → p-07b326d0.entry.js} +1 -1
- package/dist/webcomponents/p-0e189d6a.entry.js +1 -0
- package/dist/webcomponents/p-16dcf053.entry.js +1 -0
- package/dist/webcomponents/p-17d72f4a.js +1 -0
- package/dist/webcomponents/{p-97c42345.entry.js → p-1bfadb9f.entry.js} +1 -1
- package/dist/webcomponents/p-221b9504.entry.js +1 -0
- package/dist/webcomponents/p-2df32b4a.entry.js +1 -0
- package/dist/webcomponents/{p-baafa7f5.js → p-34352d04.js} +1 -1
- package/dist/webcomponents/p-38ba2848.entry.js +1 -0
- package/dist/webcomponents/p-3d4aaa4a.entry.js +1 -0
- package/dist/webcomponents/p-41870765.entry.js +1 -0
- package/dist/webcomponents/p-461f42b8.entry.js +1 -0
- package/dist/webcomponents/p-48c2400e.js +1 -0
- package/dist/webcomponents/p-491ca87f.js +1 -0
- package/dist/webcomponents/{p-dc05b5c5.entry.js → p-4d50d08a.entry.js} +1 -1
- package/dist/webcomponents/{p-09b94d22.entry.js → p-4df6174c.entry.js} +1 -1
- package/dist/webcomponents/{p-c032b216.entry.js → p-5be4e217.entry.js} +1 -1
- package/dist/webcomponents/p-60714f2a.entry.js +1 -0
- package/dist/webcomponents/p-60b2344a.js +1 -0
- package/dist/webcomponents/{p-9e3771b7.entry.js → p-65500b31.entry.js} +1 -1
- package/dist/webcomponents/p-688bb5da.js +2 -0
- package/dist/webcomponents/{p-92a55427.entry.js → p-6b51cf97.entry.js} +1 -1
- package/dist/webcomponents/p-6d39b8bc.entry.js +1 -0
- package/dist/webcomponents/p-7ec301b5.entry.js +1 -0
- package/dist/webcomponents/p-817211f2.entry.js +1 -0
- package/dist/webcomponents/{p-bb037696.js → p-8482c23f.js} +1 -1
- package/dist/webcomponents/p-9207ccb2.entry.js +1 -0
- package/dist/webcomponents/p-975ab96e.js +1 -0
- package/dist/webcomponents/p-9e4b81ad.entry.js +1 -0
- package/dist/webcomponents/p-a141c531.js +1 -0
- package/dist/webcomponents/{p-e536a4c1.entry.js → p-a2dbe90f.entry.js} +1 -1
- package/dist/webcomponents/p-a4122c35.entry.js +1 -0
- package/dist/webcomponents/{p-591e29bf.entry.js → p-a46174e0.entry.js} +1 -1
- package/dist/webcomponents/{p-1cbdca15.entry.js → p-a68519e5.entry.js} +1 -1
- package/dist/webcomponents/p-af8363a1.entry.js +1 -0
- package/dist/webcomponents/{p-bb7f6095.entry.js → p-b1bc23af.entry.js} +1 -1
- package/dist/webcomponents/p-b37d6888.entry.js +1 -0
- package/dist/webcomponents/p-b5a3bf86.entry.js +1 -0
- package/dist/webcomponents/{p-7cd06ada.entry.js → p-b68f1dd9.entry.js} +1 -1
- package/dist/webcomponents/p-b8f22856.js +1 -0
- package/dist/webcomponents/p-cb8f9cb8.entry.js +1 -0
- package/dist/webcomponents/p-d0761829.entry.js +1 -0
- package/dist/webcomponents/{p-c2c3d5d1.entry.js → p-da34bba7.entry.js} +1 -1
- package/dist/webcomponents/p-dbe32e75.entry.js +1 -0
- package/dist/webcomponents/p-e0c1cba8.js +1 -0
- package/dist/webcomponents/{p-99a8b7d0.entry.js → p-e924f2e1.entry.js} +1 -1
- package/dist/webcomponents/p-ea03b424.entry.js +1 -0
- package/dist/webcomponents/{p-9c310f5c.entry.js → p-ebf7c70f.entry.js} +1 -1
- package/dist/webcomponents/p-ec230480.entry.js +1 -0
- package/dist/webcomponents/p-eed5f4ad.entry.js +1 -0
- package/dist/webcomponents/{p-9a63eec9.entry.js → p-fb49ef28.entry.js} +1 -1
- package/dist/webcomponents/{p-41490d96.entry.js → p-fe8a94c1.entry.js} +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/BusinessFormEventTypes-62990815.js +0 -42
- package/dist/cjs/business-form-schema-37e5381d.js +0 -148
- package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +0 -143
- package/dist/collection/components/business-form/BusinessFormEventTypes.js +0 -6
- package/dist/collection/components/business-form/business-address/business-address-form-schema.js +0 -13
- package/dist/collection/components/business-form/business-form-schema.js +0 -159
- package/dist/collection/components/business-form/business-form-stepped.js +0 -260
- package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +0 -77
- package/dist/collection/components/business-form/business-representative/business-representative-schema.js +0 -1
- package/dist/collection/components/business-form/helpers.js +0 -23
- package/dist/collection/components/business-form/legal-address-form/legal-address-form-schema.js +0 -10
- package/dist/esm/BusinessFormEventTypes-182e20be.js +0 -39
- package/dist/esm/business-form-schema-f8f554d1.js +0 -144
- package/dist/esm/justifi-business-form-stepped.entry.js +0 -139
- package/dist/module/BusinessFormEventTypes.js +0 -39
- package/dist/module/business-generic-info.js +0 -210
- package/dist/module/justifi-business-form-stepped.d.ts +0 -11
- package/dist/module/justifi-business-form-stepped.js +0 -231
- package/dist/module/justifi-business-generic-info.d.ts +0 -11
- package/dist/module/justifi-business-generic-info.js +0 -6
- package/dist/types/components/business-form/BusinessFormEventTypes.d.ts +0 -5
- package/dist/types/components/business-form/business-form-stepped.d.ts +0 -48
- package/dist/types/components/business-form/business-representative/business-representative-schema.d.ts +0 -17
- package/dist/types/components/business-form/helpers.d.ts +0 -1
- package/dist/types/components/business-form/legal-address-form/legal-address-form-schema.d.ts +0 -17
- package/dist/webcomponents/p-018b71f5.entry.js +0 -1
- package/dist/webcomponents/p-1b04d091.entry.js +0 -1
- package/dist/webcomponents/p-1bac1674.entry.js +0 -1
- package/dist/webcomponents/p-2f0653f4.entry.js +0 -1
- package/dist/webcomponents/p-3134ab82.entry.js +0 -1
- package/dist/webcomponents/p-34f9fe6b.js +0 -1
- package/dist/webcomponents/p-3bae0ed3.entry.js +0 -1
- package/dist/webcomponents/p-41031759.entry.js +0 -1
- package/dist/webcomponents/p-4ed3a9f5.entry.js +0 -1
- package/dist/webcomponents/p-4edd9721.js +0 -1
- package/dist/webcomponents/p-51b0bf2a.entry.js +0 -1
- package/dist/webcomponents/p-531844f6.entry.js +0 -1
- package/dist/webcomponents/p-5d5d7550.entry.js +0 -1
- package/dist/webcomponents/p-5ea274b8.js +0 -1
- package/dist/webcomponents/p-5f785ede.entry.js +0 -1
- package/dist/webcomponents/p-6d05174c.js +0 -2
- package/dist/webcomponents/p-72d1ad98.entry.js +0 -1
- package/dist/webcomponents/p-796cf44f.entry.js +0 -1
- package/dist/webcomponents/p-8f895ec3.entry.js +0 -1
- package/dist/webcomponents/p-a81229a5.entry.js +0 -1
- package/dist/webcomponents/p-b8a8b551.js +0 -1
- package/dist/webcomponents/p-babd292f.entry.js +0 -1
- package/dist/webcomponents/p-c8d51336.entry.js +0 -1
- package/dist/webcomponents/p-e6939585.entry.js +0 -1
- package/dist/webcomponents/p-ec358d69.entry.js +0 -1
- package/dist/webcomponents/p-f55ac955.entry.js +0 -1
- /package/dist/cjs/{state-options-96d05a98.js → state-options-4fbcb48a.js} +0 -0
- /package/dist/collection/components/{business-form → business-forms/business-form}/business-address/business-address-form.css +0 -0
- /package/dist/collection/components/{business-form → business-forms/business-form}/business-address/test/business-address.e2e.js +0 -0
- /package/dist/collection/components/{business-form → business-forms/business-form}/business-address/test/business-address.spec.js +0 -0
- /package/dist/collection/components/{business-form/business-generic-info/business-generic-info.css → business-forms/business-form/business-core-info/business-core-info.css} +0 -0
- /package/dist/collection/components/{business-form → business-forms/business-form}/business-form.css +0 -0
- /package/dist/collection/components/{business-form → business-forms/business-form}/business-owners/business-owners.css +0 -0
- /package/dist/collection/components/{business-form → business-forms/business-form}/business-representative/business-representative.css +0 -0
- /package/dist/collection/components/{business-form → business-forms/business-form}/legal-address-form/legal-address-form.css +0 -0
- /package/dist/collection/components/{business-form → business-forms/business-form}/test/business-form.spec.js +0 -0
- /package/dist/collection/{components/billing-form → utils}/state-options.js +0 -0
- /package/dist/esm/{state-options-fc1daf67.js → state-options-a356fb11.js} +0 -0
- /package/dist/types/{components/billing-form → utils}/state-options.d.ts +0 -0
- /package/dist/webcomponents/{p-8e2a88a8.js → p-6078a370.js} +0 -0
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import {
|
|
8
|
+
import { IAdditionalQuestions, IAddress, IBusiness } from "./api/Business";
|
|
9
9
|
import { FormController } from "./components/form/form";
|
|
10
|
+
import { BusinessFormClickEvent, BusinessFormServerErrorEvent, BusinessFormSubmitEvent, OwnerFormServerErrorEvent, OwnerFormSubmitEvent } from "./components/business-forms/utils/business-form-types";
|
|
10
11
|
import { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
|
|
11
12
|
import { BillingFormFields } from "./components/billing-form/billing-form-schema";
|
|
12
13
|
import { ValidationError } from "yup";
|
|
@@ -16,10 +17,12 @@ import { Proceed } from "./api/Proceed";
|
|
|
16
17
|
import { RefundFormFields } from "./components/refund-form/refund-form-schema";
|
|
17
18
|
import { IOnboardingData, SubAccount, SubaccountBankAccount, SubAccountIdentity as SubAccountIdentity1, Terms } from "./api/SubAccount";
|
|
18
19
|
import { TableProps } from "./components/table/table";
|
|
20
|
+
import { Identity } from "./api/Identity";
|
|
19
21
|
import { PaginationProps } from "./components/pagination-menu/pagination-menu";
|
|
20
22
|
import { IOnboardingData as IOnboardingData1, SubAccountIdentity } from "./components";
|
|
21
|
-
export {
|
|
23
|
+
export { IAdditionalQuestions, IAddress, IBusiness } from "./api/Business";
|
|
22
24
|
export { FormController } from "./components/form/form";
|
|
25
|
+
export { BusinessFormClickEvent, BusinessFormServerErrorEvent, BusinessFormSubmitEvent, OwnerFormServerErrorEvent, OwnerFormSubmitEvent } from "./components/business-forms/utils/business-form-types";
|
|
23
26
|
export { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
|
|
24
27
|
export { BillingFormFields } from "./components/billing-form/billing-form-schema";
|
|
25
28
|
export { ValidationError } from "yup";
|
|
@@ -29,6 +32,7 @@ export { Proceed } from "./api/Proceed";
|
|
|
29
32
|
export { RefundFormFields } from "./components/refund-form/refund-form-schema";
|
|
30
33
|
export { IOnboardingData, SubAccount, SubaccountBankAccount, SubAccountIdentity as SubAccountIdentity1, Terms } from "./api/SubAccount";
|
|
31
34
|
export { TableProps } from "./components/table/table";
|
|
35
|
+
export { Identity } from "./api/Identity";
|
|
32
36
|
export { PaginationProps } from "./components/pagination-menu/pagination-menu";
|
|
33
37
|
export { IOnboardingData as IOnboardingData1, SubAccountIdentity } from "./components";
|
|
34
38
|
export namespace Components {
|
|
@@ -40,7 +44,7 @@ export namespace Components {
|
|
|
40
44
|
* @exportedPart detail-empty-state
|
|
41
45
|
*/
|
|
42
46
|
interface AdditionalQuestionsDetails {
|
|
43
|
-
"additionalQuestions":
|
|
47
|
+
"additionalQuestions": IAdditionalQuestions;
|
|
44
48
|
}
|
|
45
49
|
interface BusinessDetailsCore {
|
|
46
50
|
"getBusiness": Function;
|
|
@@ -59,7 +63,7 @@ export namespace Components {
|
|
|
59
63
|
"error": string;
|
|
60
64
|
"inputHandler": (name: string, value: string) => void;
|
|
61
65
|
"label": string;
|
|
62
|
-
"name":
|
|
66
|
+
"name": string;
|
|
63
67
|
}
|
|
64
68
|
interface FormControlNumber {
|
|
65
69
|
"defaultValue": string;
|
|
@@ -109,6 +113,16 @@ export namespace Components {
|
|
|
109
113
|
interface JustifiAdditionalQuestions {
|
|
110
114
|
"formController": FormController;
|
|
111
115
|
}
|
|
116
|
+
/**
|
|
117
|
+
* @exportedPart label: Label for inputs
|
|
118
|
+
* @exportedPart input: The input fields
|
|
119
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
120
|
+
*/
|
|
121
|
+
interface JustifiAdditionalQuestionsFormStep {
|
|
122
|
+
"authToken": string;
|
|
123
|
+
"businessId": string;
|
|
124
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
125
|
+
}
|
|
112
126
|
interface JustifiBankAccountForm {
|
|
113
127
|
/**
|
|
114
128
|
* URL for the rendered iFrame. End-users need not use this.
|
|
@@ -160,50 +174,57 @@ export namespace Components {
|
|
|
160
174
|
interface JustifiBusinessAddressForm {
|
|
161
175
|
"defaultValues": any;
|
|
162
176
|
"errors": any;
|
|
163
|
-
"
|
|
177
|
+
"handleFormUpdate": (values: any) => void;
|
|
178
|
+
}
|
|
179
|
+
interface JustifiBusinessAddressFormStep {
|
|
180
|
+
"defaultValues": any;
|
|
181
|
+
"errors": any;
|
|
182
|
+
"handleFormUpdate": (values: any) => void;
|
|
164
183
|
}
|
|
165
184
|
/**
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
* @exportedPart
|
|
170
|
-
* @exportedPart
|
|
185
|
+
* The difference between this component and business-core-info-details
|
|
186
|
+
* is that this component is meant to be a form and send data
|
|
187
|
+
* and the other one is meant to be just read only.
|
|
188
|
+
* @exportedPart label: Label for inputs
|
|
189
|
+
* @exportedPart input: The input fields
|
|
190
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
171
191
|
*/
|
|
172
|
-
interface
|
|
173
|
-
"
|
|
174
|
-
"businessId": string;
|
|
192
|
+
interface JustifiBusinessCoreInfo {
|
|
193
|
+
"formController": FormController;
|
|
175
194
|
}
|
|
176
195
|
/**
|
|
196
|
+
* The difference between this component and business-generic-info-details
|
|
197
|
+
* is that this component is meant to be a form and send data
|
|
198
|
+
* and the other one is meant to be just read only.
|
|
177
199
|
* @exportedPart label: Label for inputs
|
|
178
200
|
* @exportedPart input: The input fields
|
|
179
201
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
180
202
|
*/
|
|
181
|
-
interface
|
|
203
|
+
interface JustifiBusinessCoreInfoFormStep {
|
|
182
204
|
"authToken": string;
|
|
183
205
|
"businessId": string;
|
|
184
|
-
"
|
|
206
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
185
207
|
}
|
|
186
208
|
/**
|
|
187
|
-
* @exportedPart
|
|
188
|
-
* @exportedPart
|
|
189
|
-
* @exportedPart
|
|
209
|
+
* @exportedPart detail-section
|
|
210
|
+
* @exportedPart detail-section-title
|
|
211
|
+
* @exportedPart detail-section-item-title
|
|
212
|
+
* @exportedPart detail-section-item-data
|
|
213
|
+
* @exportedPart detail-empty-state
|
|
190
214
|
*/
|
|
191
|
-
interface
|
|
215
|
+
interface JustifiBusinessDetails {
|
|
192
216
|
"authToken": string;
|
|
193
217
|
"businessId": string;
|
|
194
|
-
"hideErrors"?: boolean;
|
|
195
|
-
"testMode": boolean;
|
|
196
218
|
}
|
|
197
219
|
/**
|
|
198
|
-
* The difference between this component and business-generic-info-details
|
|
199
|
-
* is that this component is meant to be a form and send data
|
|
200
|
-
* and the other one is meant to be just read only.
|
|
201
220
|
* @exportedPart label: Label for inputs
|
|
202
221
|
* @exportedPart input: The input fields
|
|
203
222
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
204
223
|
*/
|
|
205
|
-
interface
|
|
206
|
-
"
|
|
224
|
+
interface JustifiBusinessForm {
|
|
225
|
+
"authToken": string;
|
|
226
|
+
"businessId": string;
|
|
227
|
+
"hideErrors"?: boolean;
|
|
207
228
|
}
|
|
208
229
|
/**
|
|
209
230
|
* @exportedPart table-head: Table head
|
|
@@ -245,9 +266,24 @@ export namespace Components {
|
|
|
245
266
|
interface JustifiBusinessOwners {
|
|
246
267
|
"formController": FormController;
|
|
247
268
|
}
|
|
269
|
+
/**
|
|
270
|
+
* @exportedPart label: Label for inputs
|
|
271
|
+
* @exportedPart input: The input fields
|
|
272
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
273
|
+
*/
|
|
274
|
+
interface JustifiBusinessOwnersFormStep {
|
|
275
|
+
"authToken": string;
|
|
276
|
+
"businessId": string;
|
|
277
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
278
|
+
}
|
|
248
279
|
interface JustifiBusinessRepresentative {
|
|
249
280
|
"formController": FormController;
|
|
250
281
|
}
|
|
282
|
+
interface JustifiBusinessRepresentativeFormStep {
|
|
283
|
+
"authToken": string;
|
|
284
|
+
"businessId": string;
|
|
285
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
286
|
+
}
|
|
251
287
|
interface JustifiCardForm {
|
|
252
288
|
/**
|
|
253
289
|
* URL for the rendered iFrame. End-users need not use this.
|
|
@@ -306,6 +342,16 @@ export namespace Components {
|
|
|
306
342
|
interface JustifiLegalAddressForm {
|
|
307
343
|
"formController": FormController;
|
|
308
344
|
}
|
|
345
|
+
/**
|
|
346
|
+
* @exportedPart label: Label for inputs
|
|
347
|
+
* @exportedPart input: The input fields
|
|
348
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
349
|
+
*/
|
|
350
|
+
interface JustifiLegalAddressFormStep {
|
|
351
|
+
"authToken": string;
|
|
352
|
+
"businessId": string;
|
|
353
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
354
|
+
}
|
|
309
355
|
interface JustifiNewPaymentMethod {
|
|
310
356
|
"accountId": string;
|
|
311
357
|
"clientId": string;
|
|
@@ -314,6 +360,16 @@ export namespace Components {
|
|
|
314
360
|
"isSelected": boolean;
|
|
315
361
|
"paymentMethodOption": PaymentMethodOption;
|
|
316
362
|
}
|
|
363
|
+
interface JustifiOwnerForm {
|
|
364
|
+
"authToken": string;
|
|
365
|
+
"businessId"?: string;
|
|
366
|
+
"newFormOpen"?: boolean;
|
|
367
|
+
"ownerId"?: string;
|
|
368
|
+
"ownersLength"?: number;
|
|
369
|
+
"removeOwner": (id: string) => void;
|
|
370
|
+
"submit": () => Promise<boolean>;
|
|
371
|
+
"validate": () => Promise<boolean>;
|
|
372
|
+
}
|
|
317
373
|
interface JustifiPaymentBalanceTransactions {
|
|
318
374
|
"accountId": string;
|
|
319
375
|
"authToken": string;
|
|
@@ -382,6 +438,17 @@ export namespace Components {
|
|
|
382
438
|
interface JustifiPaymentMethodSelector {
|
|
383
439
|
"selectedPaymentMethodType": PaymentMethodTypes;
|
|
384
440
|
}
|
|
441
|
+
/**
|
|
442
|
+
* @exportedPart label: Label for inputs
|
|
443
|
+
* @exportedPart input: The input fields
|
|
444
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
445
|
+
*/
|
|
446
|
+
interface JustifiPaymentProvisioning {
|
|
447
|
+
"authToken": string;
|
|
448
|
+
"businessId": string;
|
|
449
|
+
"hideErrors"?: boolean;
|
|
450
|
+
"testMode": boolean;
|
|
451
|
+
}
|
|
385
452
|
/**
|
|
386
453
|
* @exportedPart table-head: Table head
|
|
387
454
|
* @exportedPart table-head-row: Head row
|
|
@@ -595,17 +662,29 @@ export interface FormControlTextCustomEvent<T> extends CustomEvent<T> {
|
|
|
595
662
|
detail: T;
|
|
596
663
|
target: HTMLFormControlTextElement;
|
|
597
664
|
}
|
|
665
|
+
export interface JustifiAdditionalQuestionsFormStepCustomEvent<T> extends CustomEvent<T> {
|
|
666
|
+
detail: T;
|
|
667
|
+
target: HTMLJustifiAdditionalQuestionsFormStepElement;
|
|
668
|
+
}
|
|
598
669
|
export interface JustifiBankAccountFormCustomEvent<T> extends CustomEvent<T> {
|
|
599
670
|
detail: T;
|
|
600
671
|
target: HTMLJustifiBankAccountFormElement;
|
|
601
672
|
}
|
|
673
|
+
export interface JustifiBusinessCoreInfoFormStepCustomEvent<T> extends CustomEvent<T> {
|
|
674
|
+
detail: T;
|
|
675
|
+
target: HTMLJustifiBusinessCoreInfoFormStepElement;
|
|
676
|
+
}
|
|
602
677
|
export interface JustifiBusinessFormCustomEvent<T> extends CustomEvent<T> {
|
|
603
678
|
detail: T;
|
|
604
679
|
target: HTMLJustifiBusinessFormElement;
|
|
605
680
|
}
|
|
606
|
-
export interface
|
|
681
|
+
export interface JustifiBusinessOwnersFormStepCustomEvent<T> extends CustomEvent<T> {
|
|
607
682
|
detail: T;
|
|
608
|
-
target:
|
|
683
|
+
target: HTMLJustifiBusinessOwnersFormStepElement;
|
|
684
|
+
}
|
|
685
|
+
export interface JustifiBusinessRepresentativeFormStepCustomEvent<T> extends CustomEvent<T> {
|
|
686
|
+
detail: T;
|
|
687
|
+
target: HTMLJustifiBusinessRepresentativeFormStepElement;
|
|
609
688
|
}
|
|
610
689
|
export interface JustifiCardFormCustomEvent<T> extends CustomEvent<T> {
|
|
611
690
|
detail: T;
|
|
@@ -615,10 +694,18 @@ export interface JustifiCheckoutCoreCustomEvent<T> extends CustomEvent<T> {
|
|
|
615
694
|
detail: T;
|
|
616
695
|
target: HTMLJustifiCheckoutCoreElement;
|
|
617
696
|
}
|
|
697
|
+
export interface JustifiLegalAddressFormStepCustomEvent<T> extends CustomEvent<T> {
|
|
698
|
+
detail: T;
|
|
699
|
+
target: HTMLJustifiLegalAddressFormStepElement;
|
|
700
|
+
}
|
|
618
701
|
export interface JustifiNewPaymentMethodCustomEvent<T> extends CustomEvent<T> {
|
|
619
702
|
detail: T;
|
|
620
703
|
target: HTMLJustifiNewPaymentMethodElement;
|
|
621
704
|
}
|
|
705
|
+
export interface JustifiOwnerFormCustomEvent<T> extends CustomEvent<T> {
|
|
706
|
+
detail: T;
|
|
707
|
+
target: HTMLJustifiOwnerFormElement;
|
|
708
|
+
}
|
|
622
709
|
export interface JustifiPaymentFormCustomEvent<T> extends CustomEvent<T> {
|
|
623
710
|
detail: T;
|
|
624
711
|
target: HTMLJustifiPaymentFormElement;
|
|
@@ -635,6 +722,10 @@ export interface JustifiPaymentMethodSelectorCustomEvent<T> extends CustomEvent<
|
|
|
635
722
|
detail: T;
|
|
636
723
|
target: HTMLJustifiPaymentMethodSelectorElement;
|
|
637
724
|
}
|
|
725
|
+
export interface JustifiPaymentProvisioningCustomEvent<T> extends CustomEvent<T> {
|
|
726
|
+
detail: T;
|
|
727
|
+
target: HTMLJustifiPaymentProvisioningElement;
|
|
728
|
+
}
|
|
638
729
|
export interface JustifiProceedsListCustomEvent<T> extends CustomEvent<T> {
|
|
639
730
|
detail: T;
|
|
640
731
|
target: HTMLJustifiProceedsListElement;
|
|
@@ -818,6 +909,30 @@ declare global {
|
|
|
818
909
|
prototype: HTMLJustifiAdditionalQuestionsElement;
|
|
819
910
|
new (): HTMLJustifiAdditionalQuestionsElement;
|
|
820
911
|
};
|
|
912
|
+
interface HTMLJustifiAdditionalQuestionsFormStepElementEventMap {
|
|
913
|
+
"submitted": BusinessFormSubmitEvent;
|
|
914
|
+
"formLoading": boolean;
|
|
915
|
+
"serverError": BusinessFormServerErrorEvent;
|
|
916
|
+
}
|
|
917
|
+
/**
|
|
918
|
+
* @exportedPart label: Label for inputs
|
|
919
|
+
* @exportedPart input: The input fields
|
|
920
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
921
|
+
*/
|
|
922
|
+
interface HTMLJustifiAdditionalQuestionsFormStepElement extends Components.JustifiAdditionalQuestionsFormStep, HTMLStencilElement {
|
|
923
|
+
addEventListener<K extends keyof HTMLJustifiAdditionalQuestionsFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiAdditionalQuestionsFormStepElement, ev: JustifiAdditionalQuestionsFormStepCustomEvent<HTMLJustifiAdditionalQuestionsFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
924
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
925
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
926
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
927
|
+
removeEventListener<K extends keyof HTMLJustifiAdditionalQuestionsFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiAdditionalQuestionsFormStepElement, ev: JustifiAdditionalQuestionsFormStepCustomEvent<HTMLJustifiAdditionalQuestionsFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
928
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
929
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
930
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
931
|
+
}
|
|
932
|
+
var HTMLJustifiAdditionalQuestionsFormStepElement: {
|
|
933
|
+
prototype: HTMLJustifiAdditionalQuestionsFormStepElement;
|
|
934
|
+
new (): HTMLJustifiAdditionalQuestionsFormStepElement;
|
|
935
|
+
};
|
|
821
936
|
interface HTMLJustifiBankAccountFormElementEventMap {
|
|
822
937
|
"bankAccountFormReady": any;
|
|
823
938
|
"ready": any;
|
|
@@ -855,6 +970,53 @@ declare global {
|
|
|
855
970
|
prototype: HTMLJustifiBusinessAddressFormElement;
|
|
856
971
|
new (): HTMLJustifiBusinessAddressFormElement;
|
|
857
972
|
};
|
|
973
|
+
interface HTMLJustifiBusinessAddressFormStepElement extends Components.JustifiBusinessAddressFormStep, HTMLStencilElement {
|
|
974
|
+
}
|
|
975
|
+
var HTMLJustifiBusinessAddressFormStepElement: {
|
|
976
|
+
prototype: HTMLJustifiBusinessAddressFormStepElement;
|
|
977
|
+
new (): HTMLJustifiBusinessAddressFormStepElement;
|
|
978
|
+
};
|
|
979
|
+
/**
|
|
980
|
+
* The difference between this component and business-core-info-details
|
|
981
|
+
* is that this component is meant to be a form and send data
|
|
982
|
+
* and the other one is meant to be just read only.
|
|
983
|
+
* @exportedPart label: Label for inputs
|
|
984
|
+
* @exportedPart input: The input fields
|
|
985
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
986
|
+
*/
|
|
987
|
+
interface HTMLJustifiBusinessCoreInfoElement extends Components.JustifiBusinessCoreInfo, HTMLStencilElement {
|
|
988
|
+
}
|
|
989
|
+
var HTMLJustifiBusinessCoreInfoElement: {
|
|
990
|
+
prototype: HTMLJustifiBusinessCoreInfoElement;
|
|
991
|
+
new (): HTMLJustifiBusinessCoreInfoElement;
|
|
992
|
+
};
|
|
993
|
+
interface HTMLJustifiBusinessCoreInfoFormStepElementEventMap {
|
|
994
|
+
"submitted": BusinessFormSubmitEvent;
|
|
995
|
+
"formLoading": boolean;
|
|
996
|
+
"serverError": BusinessFormServerErrorEvent;
|
|
997
|
+
}
|
|
998
|
+
/**
|
|
999
|
+
* The difference between this component and business-generic-info-details
|
|
1000
|
+
* is that this component is meant to be a form and send data
|
|
1001
|
+
* and the other one is meant to be just read only.
|
|
1002
|
+
* @exportedPart label: Label for inputs
|
|
1003
|
+
* @exportedPart input: The input fields
|
|
1004
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1005
|
+
*/
|
|
1006
|
+
interface HTMLJustifiBusinessCoreInfoFormStepElement extends Components.JustifiBusinessCoreInfoFormStep, HTMLStencilElement {
|
|
1007
|
+
addEventListener<K extends keyof HTMLJustifiBusinessCoreInfoFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessCoreInfoFormStepElement, ev: JustifiBusinessCoreInfoFormStepCustomEvent<HTMLJustifiBusinessCoreInfoFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1008
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1009
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1010
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1011
|
+
removeEventListener<K extends keyof HTMLJustifiBusinessCoreInfoFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessCoreInfoFormStepElement, ev: JustifiBusinessCoreInfoFormStepCustomEvent<HTMLJustifiBusinessCoreInfoFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1012
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1013
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1014
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1015
|
+
}
|
|
1016
|
+
var HTMLJustifiBusinessCoreInfoFormStepElement: {
|
|
1017
|
+
prototype: HTMLJustifiBusinessCoreInfoFormStepElement;
|
|
1018
|
+
new (): HTMLJustifiBusinessCoreInfoFormStepElement;
|
|
1019
|
+
};
|
|
858
1020
|
/**
|
|
859
1021
|
* @exportedPart detail-section
|
|
860
1022
|
* @exportedPart detail-section-title
|
|
@@ -869,8 +1031,8 @@ declare global {
|
|
|
869
1031
|
new (): HTMLJustifiBusinessDetailsElement;
|
|
870
1032
|
};
|
|
871
1033
|
interface HTMLJustifiBusinessFormElementEventMap {
|
|
872
|
-
"clickEvent":
|
|
873
|
-
"submitted":
|
|
1034
|
+
"clickEvent": BusinessFormClickEvent;
|
|
1035
|
+
"submitted": BusinessFormSubmitEvent;
|
|
874
1036
|
}
|
|
875
1037
|
/**
|
|
876
1038
|
* @exportedPart label: Label for inputs
|
|
@@ -891,43 +1053,6 @@ declare global {
|
|
|
891
1053
|
prototype: HTMLJustifiBusinessFormElement;
|
|
892
1054
|
new (): HTMLJustifiBusinessFormElement;
|
|
893
1055
|
};
|
|
894
|
-
interface HTMLJustifiBusinessFormSteppedElementEventMap {
|
|
895
|
-
"clickEvent": { data?: any, name: string };
|
|
896
|
-
"submitted": { data: any };
|
|
897
|
-
}
|
|
898
|
-
/**
|
|
899
|
-
* @exportedPart label: Label for inputs
|
|
900
|
-
* @exportedPart input: The input fields
|
|
901
|
-
* @exportedPart input-invalid: Invalid state for inputfs
|
|
902
|
-
*/
|
|
903
|
-
interface HTMLJustifiBusinessFormSteppedElement extends Components.JustifiBusinessFormStepped, HTMLStencilElement {
|
|
904
|
-
addEventListener<K extends keyof HTMLJustifiBusinessFormSteppedElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessFormSteppedElement, ev: JustifiBusinessFormSteppedCustomEvent<HTMLJustifiBusinessFormSteppedElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
905
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
906
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
907
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
908
|
-
removeEventListener<K extends keyof HTMLJustifiBusinessFormSteppedElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessFormSteppedElement, ev: JustifiBusinessFormSteppedCustomEvent<HTMLJustifiBusinessFormSteppedElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
909
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
910
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
911
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
912
|
-
}
|
|
913
|
-
var HTMLJustifiBusinessFormSteppedElement: {
|
|
914
|
-
prototype: HTMLJustifiBusinessFormSteppedElement;
|
|
915
|
-
new (): HTMLJustifiBusinessFormSteppedElement;
|
|
916
|
-
};
|
|
917
|
-
/**
|
|
918
|
-
* The difference between this component and business-generic-info-details
|
|
919
|
-
* is that this component is meant to be a form and send data
|
|
920
|
-
* and the other one is meant to be just read only.
|
|
921
|
-
* @exportedPart label: Label for inputs
|
|
922
|
-
* @exportedPart input: The input fields
|
|
923
|
-
* @exportedPart input-invalid: Invalid state for inputfs
|
|
924
|
-
*/
|
|
925
|
-
interface HTMLJustifiBusinessGenericInfoElement extends Components.JustifiBusinessGenericInfo, HTMLStencilElement {
|
|
926
|
-
}
|
|
927
|
-
var HTMLJustifiBusinessGenericInfoElement: {
|
|
928
|
-
prototype: HTMLJustifiBusinessGenericInfoElement;
|
|
929
|
-
new (): HTMLJustifiBusinessGenericInfoElement;
|
|
930
|
-
};
|
|
931
1056
|
/**
|
|
932
1057
|
* @exportedPart table-head: Table head
|
|
933
1058
|
* @exportedPart table-head-row: Head row
|
|
@@ -962,12 +1087,55 @@ declare global {
|
|
|
962
1087
|
prototype: HTMLJustifiBusinessOwnersElement;
|
|
963
1088
|
new (): HTMLJustifiBusinessOwnersElement;
|
|
964
1089
|
};
|
|
1090
|
+
interface HTMLJustifiBusinessOwnersFormStepElementEventMap {
|
|
1091
|
+
"submitted": BusinessFormSubmitEvent;
|
|
1092
|
+
"formLoading": boolean;
|
|
1093
|
+
"serverError": BusinessFormServerErrorEvent;
|
|
1094
|
+
}
|
|
1095
|
+
/**
|
|
1096
|
+
* @exportedPart label: Label for inputs
|
|
1097
|
+
* @exportedPart input: The input fields
|
|
1098
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1099
|
+
*/
|
|
1100
|
+
interface HTMLJustifiBusinessOwnersFormStepElement extends Components.JustifiBusinessOwnersFormStep, HTMLStencilElement {
|
|
1101
|
+
addEventListener<K extends keyof HTMLJustifiBusinessOwnersFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessOwnersFormStepElement, ev: JustifiBusinessOwnersFormStepCustomEvent<HTMLJustifiBusinessOwnersFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1102
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1103
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1104
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1105
|
+
removeEventListener<K extends keyof HTMLJustifiBusinessOwnersFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessOwnersFormStepElement, ev: JustifiBusinessOwnersFormStepCustomEvent<HTMLJustifiBusinessOwnersFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1106
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1107
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1108
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1109
|
+
}
|
|
1110
|
+
var HTMLJustifiBusinessOwnersFormStepElement: {
|
|
1111
|
+
prototype: HTMLJustifiBusinessOwnersFormStepElement;
|
|
1112
|
+
new (): HTMLJustifiBusinessOwnersFormStepElement;
|
|
1113
|
+
};
|
|
965
1114
|
interface HTMLJustifiBusinessRepresentativeElement extends Components.JustifiBusinessRepresentative, HTMLStencilElement {
|
|
966
1115
|
}
|
|
967
1116
|
var HTMLJustifiBusinessRepresentativeElement: {
|
|
968
1117
|
prototype: HTMLJustifiBusinessRepresentativeElement;
|
|
969
1118
|
new (): HTMLJustifiBusinessRepresentativeElement;
|
|
970
1119
|
};
|
|
1120
|
+
interface HTMLJustifiBusinessRepresentativeFormStepElementEventMap {
|
|
1121
|
+
"submitted": BusinessFormSubmitEvent;
|
|
1122
|
+
"formLoading": boolean;
|
|
1123
|
+
"serverError": BusinessFormServerErrorEvent;
|
|
1124
|
+
}
|
|
1125
|
+
interface HTMLJustifiBusinessRepresentativeFormStepElement extends Components.JustifiBusinessRepresentativeFormStep, HTMLStencilElement {
|
|
1126
|
+
addEventListener<K extends keyof HTMLJustifiBusinessRepresentativeFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessRepresentativeFormStepElement, ev: JustifiBusinessRepresentativeFormStepCustomEvent<HTMLJustifiBusinessRepresentativeFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1127
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1128
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1129
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1130
|
+
removeEventListener<K extends keyof HTMLJustifiBusinessRepresentativeFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessRepresentativeFormStepElement, ev: JustifiBusinessRepresentativeFormStepCustomEvent<HTMLJustifiBusinessRepresentativeFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1131
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1132
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1133
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1134
|
+
}
|
|
1135
|
+
var HTMLJustifiBusinessRepresentativeFormStepElement: {
|
|
1136
|
+
prototype: HTMLJustifiBusinessRepresentativeFormStepElement;
|
|
1137
|
+
new (): HTMLJustifiBusinessRepresentativeFormStepElement;
|
|
1138
|
+
};
|
|
971
1139
|
interface HTMLJustifiCardFormElementEventMap {
|
|
972
1140
|
"cardFormReady": any;
|
|
973
1141
|
"ready": any;
|
|
@@ -1034,6 +1202,30 @@ declare global {
|
|
|
1034
1202
|
prototype: HTMLJustifiLegalAddressFormElement;
|
|
1035
1203
|
new (): HTMLJustifiLegalAddressFormElement;
|
|
1036
1204
|
};
|
|
1205
|
+
interface HTMLJustifiLegalAddressFormStepElementEventMap {
|
|
1206
|
+
"submitted": BusinessFormSubmitEvent;
|
|
1207
|
+
"formLoading": boolean;
|
|
1208
|
+
"serverError": BusinessFormServerErrorEvent;
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* @exportedPart label: Label for inputs
|
|
1212
|
+
* @exportedPart input: The input fields
|
|
1213
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1214
|
+
*/
|
|
1215
|
+
interface HTMLJustifiLegalAddressFormStepElement extends Components.JustifiLegalAddressFormStep, HTMLStencilElement {
|
|
1216
|
+
addEventListener<K extends keyof HTMLJustifiLegalAddressFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiLegalAddressFormStepElement, ev: JustifiLegalAddressFormStepCustomEvent<HTMLJustifiLegalAddressFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1217
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1218
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1219
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1220
|
+
removeEventListener<K extends keyof HTMLJustifiLegalAddressFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiLegalAddressFormStepElement, ev: JustifiLegalAddressFormStepCustomEvent<HTMLJustifiLegalAddressFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1221
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1222
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1223
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1224
|
+
}
|
|
1225
|
+
var HTMLJustifiLegalAddressFormStepElement: {
|
|
1226
|
+
prototype: HTMLJustifiLegalAddressFormStepElement;
|
|
1227
|
+
new (): HTMLJustifiLegalAddressFormStepElement;
|
|
1228
|
+
};
|
|
1037
1229
|
interface HTMLJustifiNewPaymentMethodElementEventMap {
|
|
1038
1230
|
"paymentMethodOptionSelected": any;
|
|
1039
1231
|
}
|
|
@@ -1051,6 +1243,25 @@ declare global {
|
|
|
1051
1243
|
prototype: HTMLJustifiNewPaymentMethodElement;
|
|
1052
1244
|
new (): HTMLJustifiNewPaymentMethodElement;
|
|
1053
1245
|
};
|
|
1246
|
+
interface HTMLJustifiOwnerFormElementEventMap {
|
|
1247
|
+
"submitted": OwnerFormSubmitEvent;
|
|
1248
|
+
"formLoading": boolean;
|
|
1249
|
+
"serverError": OwnerFormServerErrorEvent;
|
|
1250
|
+
}
|
|
1251
|
+
interface HTMLJustifiOwnerFormElement extends Components.JustifiOwnerForm, HTMLStencilElement {
|
|
1252
|
+
addEventListener<K extends keyof HTMLJustifiOwnerFormElementEventMap>(type: K, listener: (this: HTMLJustifiOwnerFormElement, ev: JustifiOwnerFormCustomEvent<HTMLJustifiOwnerFormElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1253
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1254
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1255
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1256
|
+
removeEventListener<K extends keyof HTMLJustifiOwnerFormElementEventMap>(type: K, listener: (this: HTMLJustifiOwnerFormElement, ev: JustifiOwnerFormCustomEvent<HTMLJustifiOwnerFormElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1257
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1258
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1259
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1260
|
+
}
|
|
1261
|
+
var HTMLJustifiOwnerFormElement: {
|
|
1262
|
+
prototype: HTMLJustifiOwnerFormElement;
|
|
1263
|
+
new (): HTMLJustifiOwnerFormElement;
|
|
1264
|
+
};
|
|
1054
1265
|
interface HTMLJustifiPaymentBalanceTransactionsElement extends Components.JustifiPaymentBalanceTransactions, HTMLStencilElement {
|
|
1055
1266
|
}
|
|
1056
1267
|
var HTMLJustifiPaymentBalanceTransactionsElement: {
|
|
@@ -1156,6 +1367,28 @@ declare global {
|
|
|
1156
1367
|
prototype: HTMLJustifiPaymentMethodSelectorElement;
|
|
1157
1368
|
new (): HTMLJustifiPaymentMethodSelectorElement;
|
|
1158
1369
|
};
|
|
1370
|
+
interface HTMLJustifiPaymentProvisioningElementEventMap {
|
|
1371
|
+
"clickEvent": BusinessFormClickEvent;
|
|
1372
|
+
}
|
|
1373
|
+
/**
|
|
1374
|
+
* @exportedPart label: Label for inputs
|
|
1375
|
+
* @exportedPart input: The input fields
|
|
1376
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1377
|
+
*/
|
|
1378
|
+
interface HTMLJustifiPaymentProvisioningElement extends Components.JustifiPaymentProvisioning, HTMLStencilElement {
|
|
1379
|
+
addEventListener<K extends keyof HTMLJustifiPaymentProvisioningElementEventMap>(type: K, listener: (this: HTMLJustifiPaymentProvisioningElement, ev: JustifiPaymentProvisioningCustomEvent<HTMLJustifiPaymentProvisioningElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1380
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1381
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1382
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1383
|
+
removeEventListener<K extends keyof HTMLJustifiPaymentProvisioningElementEventMap>(type: K, listener: (this: HTMLJustifiPaymentProvisioningElement, ev: JustifiPaymentProvisioningCustomEvent<HTMLJustifiPaymentProvisioningElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1384
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1385
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1386
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1387
|
+
}
|
|
1388
|
+
var HTMLJustifiPaymentProvisioningElement: {
|
|
1389
|
+
prototype: HTMLJustifiPaymentProvisioningElement;
|
|
1390
|
+
new (): HTMLJustifiPaymentProvisioningElement;
|
|
1391
|
+
};
|
|
1159
1392
|
/**
|
|
1160
1393
|
* @exportedPart table-head: Table head
|
|
1161
1394
|
* @exportedPart table-head-row: Head row
|
|
@@ -1470,29 +1703,36 @@ declare global {
|
|
|
1470
1703
|
"generic-info-details": HTMLGenericInfoDetailsElement;
|
|
1471
1704
|
"gross-payment-chart-core": HTMLGrossPaymentChartCoreElement;
|
|
1472
1705
|
"justifi-additional-questions": HTMLJustifiAdditionalQuestionsElement;
|
|
1706
|
+
"justifi-additional-questions-form-step": HTMLJustifiAdditionalQuestionsFormStepElement;
|
|
1473
1707
|
"justifi-bank-account-form": HTMLJustifiBankAccountFormElement;
|
|
1474
1708
|
"justifi-billing-form": HTMLJustifiBillingFormElement;
|
|
1475
1709
|
"justifi-business-address-form": HTMLJustifiBusinessAddressFormElement;
|
|
1710
|
+
"justifi-business-address-form-step": HTMLJustifiBusinessAddressFormStepElement;
|
|
1711
|
+
"justifi-business-core-info": HTMLJustifiBusinessCoreInfoElement;
|
|
1712
|
+
"justifi-business-core-info-form-step": HTMLJustifiBusinessCoreInfoFormStepElement;
|
|
1476
1713
|
"justifi-business-details": HTMLJustifiBusinessDetailsElement;
|
|
1477
1714
|
"justifi-business-form": HTMLJustifiBusinessFormElement;
|
|
1478
|
-
"justifi-business-form-stepped": HTMLJustifiBusinessFormSteppedElement;
|
|
1479
|
-
"justifi-business-generic-info": HTMLJustifiBusinessGenericInfoElement;
|
|
1480
1715
|
"justifi-business-list": HTMLJustifiBusinessListElement;
|
|
1481
1716
|
"justifi-business-owners": HTMLJustifiBusinessOwnersElement;
|
|
1717
|
+
"justifi-business-owners-form-step": HTMLJustifiBusinessOwnersFormStepElement;
|
|
1482
1718
|
"justifi-business-representative": HTMLJustifiBusinessRepresentativeElement;
|
|
1719
|
+
"justifi-business-representative-form-step": HTMLJustifiBusinessRepresentativeFormStepElement;
|
|
1483
1720
|
"justifi-card-form": HTMLJustifiCardFormElement;
|
|
1484
1721
|
"justifi-checkout": HTMLJustifiCheckoutElement;
|
|
1485
1722
|
"justifi-checkout-core": HTMLJustifiCheckoutCoreElement;
|
|
1486
1723
|
"justifi-details": HTMLJustifiDetailsElement;
|
|
1487
1724
|
"justifi-gross-payment-chart": HTMLJustifiGrossPaymentChartElement;
|
|
1488
1725
|
"justifi-legal-address-form": HTMLJustifiLegalAddressFormElement;
|
|
1726
|
+
"justifi-legal-address-form-step": HTMLJustifiLegalAddressFormStepElement;
|
|
1489
1727
|
"justifi-new-payment-method": HTMLJustifiNewPaymentMethodElement;
|
|
1728
|
+
"justifi-owner-form": HTMLJustifiOwnerFormElement;
|
|
1490
1729
|
"justifi-payment-balance-transactions": HTMLJustifiPaymentBalanceTransactionsElement;
|
|
1491
1730
|
"justifi-payment-details": HTMLJustifiPaymentDetailsElement;
|
|
1492
1731
|
"justifi-payment-form": HTMLJustifiPaymentFormElement;
|
|
1493
1732
|
"justifi-payment-method-form": HTMLJustifiPaymentMethodFormElement;
|
|
1494
1733
|
"justifi-payment-method-options": HTMLJustifiPaymentMethodOptionsElement;
|
|
1495
1734
|
"justifi-payment-method-selector": HTMLJustifiPaymentMethodSelectorElement;
|
|
1735
|
+
"justifi-payment-provisioning": HTMLJustifiPaymentProvisioningElement;
|
|
1496
1736
|
"justifi-payments-list": HTMLJustifiPaymentsListElement;
|
|
1497
1737
|
"justifi-payout-details": HTMLJustifiPayoutDetailsElement;
|
|
1498
1738
|
"justifi-payouts-list": HTMLJustifiPayoutsListElement;
|
|
@@ -1529,7 +1769,7 @@ declare namespace LocalJSX {
|
|
|
1529
1769
|
* @exportedPart detail-empty-state
|
|
1530
1770
|
*/
|
|
1531
1771
|
interface AdditionalQuestionsDetails {
|
|
1532
|
-
"additionalQuestions"?:
|
|
1772
|
+
"additionalQuestions"?: IAdditionalQuestions;
|
|
1533
1773
|
}
|
|
1534
1774
|
interface BusinessDetailsCore {
|
|
1535
1775
|
"getBusiness"?: Function;
|
|
@@ -1550,7 +1790,7 @@ declare namespace LocalJSX {
|
|
|
1550
1790
|
"error"?: string;
|
|
1551
1791
|
"inputHandler"?: (name: string, value: string) => void;
|
|
1552
1792
|
"label"?: string;
|
|
1553
|
-
"name"?:
|
|
1793
|
+
"name"?: string;
|
|
1554
1794
|
"onFormControlBlur"?: (event: FormControlMonetaryCustomEvent<any>) => void;
|
|
1555
1795
|
"onFormControlInput"?: (event: FormControlMonetaryCustomEvent<any>) => void;
|
|
1556
1796
|
}
|
|
@@ -1610,6 +1850,18 @@ declare namespace LocalJSX {
|
|
|
1610
1850
|
interface JustifiAdditionalQuestions {
|
|
1611
1851
|
"formController"?: FormController;
|
|
1612
1852
|
}
|
|
1853
|
+
/**
|
|
1854
|
+
* @exportedPart label: Label for inputs
|
|
1855
|
+
* @exportedPart input: The input fields
|
|
1856
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1857
|
+
*/
|
|
1858
|
+
interface JustifiAdditionalQuestionsFormStep {
|
|
1859
|
+
"authToken"?: string;
|
|
1860
|
+
"businessId"?: string;
|
|
1861
|
+
"onFormLoading"?: (event: JustifiAdditionalQuestionsFormStepCustomEvent<boolean>) => void;
|
|
1862
|
+
"onServerError"?: (event: JustifiAdditionalQuestionsFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
|
|
1863
|
+
"onSubmitted"?: (event: JustifiAdditionalQuestionsFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
1864
|
+
}
|
|
1613
1865
|
interface JustifiBankAccountForm {
|
|
1614
1866
|
/**
|
|
1615
1867
|
* URL for the rendered iFrame. End-users need not use this.
|
|
@@ -1654,54 +1906,61 @@ declare namespace LocalJSX {
|
|
|
1654
1906
|
interface JustifiBusinessAddressForm {
|
|
1655
1907
|
"defaultValues"?: any;
|
|
1656
1908
|
"errors"?: any;
|
|
1657
|
-
"
|
|
1909
|
+
"handleFormUpdate"?: (values: any) => void;
|
|
1910
|
+
}
|
|
1911
|
+
interface JustifiBusinessAddressFormStep {
|
|
1912
|
+
"defaultValues"?: any;
|
|
1913
|
+
"errors"?: any;
|
|
1914
|
+
"handleFormUpdate"?: (values: any) => void;
|
|
1658
1915
|
}
|
|
1659
1916
|
/**
|
|
1660
|
-
*
|
|
1661
|
-
*
|
|
1662
|
-
*
|
|
1663
|
-
* @exportedPart
|
|
1664
|
-
* @exportedPart
|
|
1917
|
+
* The difference between this component and business-core-info-details
|
|
1918
|
+
* is that this component is meant to be a form and send data
|
|
1919
|
+
* and the other one is meant to be just read only.
|
|
1920
|
+
* @exportedPart label: Label for inputs
|
|
1921
|
+
* @exportedPart input: The input fields
|
|
1922
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1665
1923
|
*/
|
|
1666
|
-
interface
|
|
1667
|
-
"
|
|
1668
|
-
"businessId"?: string;
|
|
1924
|
+
interface JustifiBusinessCoreInfo {
|
|
1925
|
+
"formController"?: FormController;
|
|
1669
1926
|
}
|
|
1670
1927
|
/**
|
|
1928
|
+
* The difference between this component and business-generic-info-details
|
|
1929
|
+
* is that this component is meant to be a form and send data
|
|
1930
|
+
* and the other one is meant to be just read only.
|
|
1671
1931
|
* @exportedPart label: Label for inputs
|
|
1672
1932
|
* @exportedPart input: The input fields
|
|
1673
1933
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1674
1934
|
*/
|
|
1675
|
-
interface
|
|
1935
|
+
interface JustifiBusinessCoreInfoFormStep {
|
|
1676
1936
|
"authToken"?: string;
|
|
1677
1937
|
"businessId"?: string;
|
|
1678
|
-
"
|
|
1679
|
-
"
|
|
1680
|
-
"onSubmitted"?: (event:
|
|
1938
|
+
"onFormLoading"?: (event: JustifiBusinessCoreInfoFormStepCustomEvent<boolean>) => void;
|
|
1939
|
+
"onServerError"?: (event: JustifiBusinessCoreInfoFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
|
|
1940
|
+
"onSubmitted"?: (event: JustifiBusinessCoreInfoFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
1681
1941
|
}
|
|
1682
1942
|
/**
|
|
1683
|
-
* @exportedPart
|
|
1684
|
-
* @exportedPart
|
|
1685
|
-
* @exportedPart
|
|
1943
|
+
* @exportedPart detail-section
|
|
1944
|
+
* @exportedPart detail-section-title
|
|
1945
|
+
* @exportedPart detail-section-item-title
|
|
1946
|
+
* @exportedPart detail-section-item-data
|
|
1947
|
+
* @exportedPart detail-empty-state
|
|
1686
1948
|
*/
|
|
1687
|
-
interface
|
|
1949
|
+
interface JustifiBusinessDetails {
|
|
1688
1950
|
"authToken"?: string;
|
|
1689
1951
|
"businessId"?: string;
|
|
1690
|
-
"hideErrors"?: boolean;
|
|
1691
|
-
"onClickEvent"?: (event: JustifiBusinessFormSteppedCustomEvent<{ data?: any, name: string }>) => void;
|
|
1692
|
-
"onSubmitted"?: (event: JustifiBusinessFormSteppedCustomEvent<{ data: any }>) => void;
|
|
1693
|
-
"testMode"?: boolean;
|
|
1694
1952
|
}
|
|
1695
1953
|
/**
|
|
1696
|
-
* The difference between this component and business-generic-info-details
|
|
1697
|
-
* is that this component is meant to be a form and send data
|
|
1698
|
-
* and the other one is meant to be just read only.
|
|
1699
1954
|
* @exportedPart label: Label for inputs
|
|
1700
1955
|
* @exportedPart input: The input fields
|
|
1701
1956
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1702
1957
|
*/
|
|
1703
|
-
interface
|
|
1704
|
-
"
|
|
1958
|
+
interface JustifiBusinessForm {
|
|
1959
|
+
"authToken"?: string;
|
|
1960
|
+
"businessId"?: string;
|
|
1961
|
+
"hideErrors"?: boolean;
|
|
1962
|
+
"onClickEvent"?: (event: JustifiBusinessFormCustomEvent<BusinessFormClickEvent>) => void;
|
|
1963
|
+
"onSubmitted"?: (event: JustifiBusinessFormCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
1705
1964
|
}
|
|
1706
1965
|
/**
|
|
1707
1966
|
* @exportedPart table-head: Table head
|
|
@@ -1743,9 +2002,28 @@ declare namespace LocalJSX {
|
|
|
1743
2002
|
interface JustifiBusinessOwners {
|
|
1744
2003
|
"formController"?: FormController;
|
|
1745
2004
|
}
|
|
2005
|
+
/**
|
|
2006
|
+
* @exportedPart label: Label for inputs
|
|
2007
|
+
* @exportedPart input: The input fields
|
|
2008
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2009
|
+
*/
|
|
2010
|
+
interface JustifiBusinessOwnersFormStep {
|
|
2011
|
+
"authToken"?: string;
|
|
2012
|
+
"businessId"?: string;
|
|
2013
|
+
"onFormLoading"?: (event: JustifiBusinessOwnersFormStepCustomEvent<boolean>) => void;
|
|
2014
|
+
"onServerError"?: (event: JustifiBusinessOwnersFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
|
|
2015
|
+
"onSubmitted"?: (event: JustifiBusinessOwnersFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
2016
|
+
}
|
|
1746
2017
|
interface JustifiBusinessRepresentative {
|
|
1747
2018
|
"formController"?: FormController;
|
|
1748
2019
|
}
|
|
2020
|
+
interface JustifiBusinessRepresentativeFormStep {
|
|
2021
|
+
"authToken"?: string;
|
|
2022
|
+
"businessId"?: string;
|
|
2023
|
+
"onFormLoading"?: (event: JustifiBusinessRepresentativeFormStepCustomEvent<boolean>) => void;
|
|
2024
|
+
"onServerError"?: (event: JustifiBusinessRepresentativeFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
|
|
2025
|
+
"onSubmitted"?: (event: JustifiBusinessRepresentativeFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
2026
|
+
}
|
|
1749
2027
|
interface JustifiCardForm {
|
|
1750
2028
|
/**
|
|
1751
2029
|
* URL for the rendered iFrame. End-users need not use this.
|
|
@@ -1811,6 +2089,18 @@ declare namespace LocalJSX {
|
|
|
1811
2089
|
interface JustifiLegalAddressForm {
|
|
1812
2090
|
"formController"?: FormController;
|
|
1813
2091
|
}
|
|
2092
|
+
/**
|
|
2093
|
+
* @exportedPart label: Label for inputs
|
|
2094
|
+
* @exportedPart input: The input fields
|
|
2095
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2096
|
+
*/
|
|
2097
|
+
interface JustifiLegalAddressFormStep {
|
|
2098
|
+
"authToken"?: string;
|
|
2099
|
+
"businessId"?: string;
|
|
2100
|
+
"onFormLoading"?: (event: JustifiLegalAddressFormStepCustomEvent<boolean>) => void;
|
|
2101
|
+
"onServerError"?: (event: JustifiLegalAddressFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
|
|
2102
|
+
"onSubmitted"?: (event: JustifiLegalAddressFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
2103
|
+
}
|
|
1814
2104
|
interface JustifiNewPaymentMethod {
|
|
1815
2105
|
"accountId"?: string;
|
|
1816
2106
|
"clientId"?: string;
|
|
@@ -1819,6 +2109,17 @@ declare namespace LocalJSX {
|
|
|
1819
2109
|
"onPaymentMethodOptionSelected"?: (event: JustifiNewPaymentMethodCustomEvent<any>) => void;
|
|
1820
2110
|
"paymentMethodOption"?: PaymentMethodOption;
|
|
1821
2111
|
}
|
|
2112
|
+
interface JustifiOwnerForm {
|
|
2113
|
+
"authToken"?: string;
|
|
2114
|
+
"businessId"?: string;
|
|
2115
|
+
"newFormOpen"?: boolean;
|
|
2116
|
+
"onFormLoading"?: (event: JustifiOwnerFormCustomEvent<boolean>) => void;
|
|
2117
|
+
"onServerError"?: (event: JustifiOwnerFormCustomEvent<OwnerFormServerErrorEvent>) => void;
|
|
2118
|
+
"onSubmitted"?: (event: JustifiOwnerFormCustomEvent<OwnerFormSubmitEvent>) => void;
|
|
2119
|
+
"ownerId"?: string;
|
|
2120
|
+
"ownersLength"?: number;
|
|
2121
|
+
"removeOwner"?: (id: string) => void;
|
|
2122
|
+
}
|
|
1822
2123
|
interface JustifiPaymentBalanceTransactions {
|
|
1823
2124
|
"accountId"?: string;
|
|
1824
2125
|
"authToken"?: string;
|
|
@@ -1887,6 +2188,18 @@ declare namespace LocalJSX {
|
|
|
1887
2188
|
"onPaymentMethodSelected"?: (event: JustifiPaymentMethodSelectorCustomEvent<any>) => void;
|
|
1888
2189
|
"selectedPaymentMethodType"?: PaymentMethodTypes;
|
|
1889
2190
|
}
|
|
2191
|
+
/**
|
|
2192
|
+
* @exportedPart label: Label for inputs
|
|
2193
|
+
* @exportedPart input: The input fields
|
|
2194
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2195
|
+
*/
|
|
2196
|
+
interface JustifiPaymentProvisioning {
|
|
2197
|
+
"authToken"?: string;
|
|
2198
|
+
"businessId"?: string;
|
|
2199
|
+
"hideErrors"?: boolean;
|
|
2200
|
+
"onClickEvent"?: (event: JustifiPaymentProvisioningCustomEvent<BusinessFormClickEvent>) => void;
|
|
2201
|
+
"testMode"?: boolean;
|
|
2202
|
+
}
|
|
1890
2203
|
/**
|
|
1891
2204
|
* @exportedPart table-head: Table head
|
|
1892
2205
|
* @exportedPart table-head-row: Head row
|
|
@@ -2097,29 +2410,36 @@ declare namespace LocalJSX {
|
|
|
2097
2410
|
"generic-info-details": GenericInfoDetails;
|
|
2098
2411
|
"gross-payment-chart-core": GrossPaymentChartCore;
|
|
2099
2412
|
"justifi-additional-questions": JustifiAdditionalQuestions;
|
|
2413
|
+
"justifi-additional-questions-form-step": JustifiAdditionalQuestionsFormStep;
|
|
2100
2414
|
"justifi-bank-account-form": JustifiBankAccountForm;
|
|
2101
2415
|
"justifi-billing-form": JustifiBillingForm;
|
|
2102
2416
|
"justifi-business-address-form": JustifiBusinessAddressForm;
|
|
2417
|
+
"justifi-business-address-form-step": JustifiBusinessAddressFormStep;
|
|
2418
|
+
"justifi-business-core-info": JustifiBusinessCoreInfo;
|
|
2419
|
+
"justifi-business-core-info-form-step": JustifiBusinessCoreInfoFormStep;
|
|
2103
2420
|
"justifi-business-details": JustifiBusinessDetails;
|
|
2104
2421
|
"justifi-business-form": JustifiBusinessForm;
|
|
2105
|
-
"justifi-business-form-stepped": JustifiBusinessFormStepped;
|
|
2106
|
-
"justifi-business-generic-info": JustifiBusinessGenericInfo;
|
|
2107
2422
|
"justifi-business-list": JustifiBusinessList;
|
|
2108
2423
|
"justifi-business-owners": JustifiBusinessOwners;
|
|
2424
|
+
"justifi-business-owners-form-step": JustifiBusinessOwnersFormStep;
|
|
2109
2425
|
"justifi-business-representative": JustifiBusinessRepresentative;
|
|
2426
|
+
"justifi-business-representative-form-step": JustifiBusinessRepresentativeFormStep;
|
|
2110
2427
|
"justifi-card-form": JustifiCardForm;
|
|
2111
2428
|
"justifi-checkout": JustifiCheckout;
|
|
2112
2429
|
"justifi-checkout-core": JustifiCheckoutCore;
|
|
2113
2430
|
"justifi-details": JustifiDetails;
|
|
2114
2431
|
"justifi-gross-payment-chart": JustifiGrossPaymentChart;
|
|
2115
2432
|
"justifi-legal-address-form": JustifiLegalAddressForm;
|
|
2433
|
+
"justifi-legal-address-form-step": JustifiLegalAddressFormStep;
|
|
2116
2434
|
"justifi-new-payment-method": JustifiNewPaymentMethod;
|
|
2435
|
+
"justifi-owner-form": JustifiOwnerForm;
|
|
2117
2436
|
"justifi-payment-balance-transactions": JustifiPaymentBalanceTransactions;
|
|
2118
2437
|
"justifi-payment-details": JustifiPaymentDetails;
|
|
2119
2438
|
"justifi-payment-form": JustifiPaymentForm;
|
|
2120
2439
|
"justifi-payment-method-form": JustifiPaymentMethodForm;
|
|
2121
2440
|
"justifi-payment-method-options": JustifiPaymentMethodOptions;
|
|
2122
2441
|
"justifi-payment-method-selector": JustifiPaymentMethodSelector;
|
|
2442
|
+
"justifi-payment-provisioning": JustifiPaymentProvisioning;
|
|
2123
2443
|
"justifi-payments-list": JustifiPaymentsList;
|
|
2124
2444
|
"justifi-payout-details": JustifiPayoutDetails;
|
|
2125
2445
|
"justifi-payouts-list": JustifiPayoutsList;
|
|
@@ -2174,6 +2494,12 @@ declare module "@stencil/core" {
|
|
|
2174
2494
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2175
2495
|
*/
|
|
2176
2496
|
"justifi-additional-questions": LocalJSX.JustifiAdditionalQuestions & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsElement>;
|
|
2497
|
+
/**
|
|
2498
|
+
* @exportedPart label: Label for inputs
|
|
2499
|
+
* @exportedPart input: The input fields
|
|
2500
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2501
|
+
*/
|
|
2502
|
+
"justifi-additional-questions-form-step": LocalJSX.JustifiAdditionalQuestionsFormStep & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsFormStepElement>;
|
|
2177
2503
|
"justifi-bank-account-form": LocalJSX.JustifiBankAccountForm & JSXBase.HTMLAttributes<HTMLJustifiBankAccountFormElement>;
|
|
2178
2504
|
/**
|
|
2179
2505
|
* @exportedPart label: Label for inputs
|
|
@@ -2182,35 +2508,39 @@ declare module "@stencil/core" {
|
|
|
2182
2508
|
*/
|
|
2183
2509
|
"justifi-billing-form": LocalJSX.JustifiBillingForm & JSXBase.HTMLAttributes<HTMLJustifiBillingFormElement>;
|
|
2184
2510
|
"justifi-business-address-form": LocalJSX.JustifiBusinessAddressForm & JSXBase.HTMLAttributes<HTMLJustifiBusinessAddressFormElement>;
|
|
2511
|
+
"justifi-business-address-form-step": LocalJSX.JustifiBusinessAddressFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessAddressFormStepElement>;
|
|
2185
2512
|
/**
|
|
2186
|
-
*
|
|
2187
|
-
*
|
|
2188
|
-
*
|
|
2189
|
-
* @exportedPart detail-section-item-data
|
|
2190
|
-
* @exportedPart detail-empty-state
|
|
2191
|
-
*/
|
|
2192
|
-
"justifi-business-details": LocalJSX.JustifiBusinessDetails & JSXBase.HTMLAttributes<HTMLJustifiBusinessDetailsElement>;
|
|
2193
|
-
/**
|
|
2513
|
+
* The difference between this component and business-core-info-details
|
|
2514
|
+
* is that this component is meant to be a form and send data
|
|
2515
|
+
* and the other one is meant to be just read only.
|
|
2194
2516
|
* @exportedPart label: Label for inputs
|
|
2195
2517
|
* @exportedPart input: The input fields
|
|
2196
2518
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2197
2519
|
*/
|
|
2198
|
-
"justifi-business-
|
|
2520
|
+
"justifi-business-core-info": LocalJSX.JustifiBusinessCoreInfo & JSXBase.HTMLAttributes<HTMLJustifiBusinessCoreInfoElement>;
|
|
2199
2521
|
/**
|
|
2522
|
+
* The difference between this component and business-generic-info-details
|
|
2523
|
+
* is that this component is meant to be a form and send data
|
|
2524
|
+
* and the other one is meant to be just read only.
|
|
2200
2525
|
* @exportedPart label: Label for inputs
|
|
2201
2526
|
* @exportedPart input: The input fields
|
|
2202
2527
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2203
2528
|
*/
|
|
2204
|
-
"justifi-business-form-
|
|
2529
|
+
"justifi-business-core-info-form-step": LocalJSX.JustifiBusinessCoreInfoFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessCoreInfoFormStepElement>;
|
|
2530
|
+
/**
|
|
2531
|
+
* @exportedPart detail-section
|
|
2532
|
+
* @exportedPart detail-section-title
|
|
2533
|
+
* @exportedPart detail-section-item-title
|
|
2534
|
+
* @exportedPart detail-section-item-data
|
|
2535
|
+
* @exportedPart detail-empty-state
|
|
2536
|
+
*/
|
|
2537
|
+
"justifi-business-details": LocalJSX.JustifiBusinessDetails & JSXBase.HTMLAttributes<HTMLJustifiBusinessDetailsElement>;
|
|
2205
2538
|
/**
|
|
2206
|
-
* The difference between this component and business-generic-info-details
|
|
2207
|
-
* is that this component is meant to be a form and send data
|
|
2208
|
-
* and the other one is meant to be just read only.
|
|
2209
2539
|
* @exportedPart label: Label for inputs
|
|
2210
2540
|
* @exportedPart input: The input fields
|
|
2211
2541
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2212
2542
|
*/
|
|
2213
|
-
"justifi-business-
|
|
2543
|
+
"justifi-business-form": LocalJSX.JustifiBusinessForm & JSXBase.HTMLAttributes<HTMLJustifiBusinessFormElement>;
|
|
2214
2544
|
/**
|
|
2215
2545
|
* @exportedPart table-head: Table head
|
|
2216
2546
|
* @exportedPart table-head-row: Head row
|
|
@@ -2235,7 +2565,14 @@ declare module "@stencil/core" {
|
|
|
2235
2565
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2236
2566
|
*/
|
|
2237
2567
|
"justifi-business-owners": LocalJSX.JustifiBusinessOwners & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersElement>;
|
|
2568
|
+
/**
|
|
2569
|
+
* @exportedPart label: Label for inputs
|
|
2570
|
+
* @exportedPart input: The input fields
|
|
2571
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2572
|
+
*/
|
|
2573
|
+
"justifi-business-owners-form-step": LocalJSX.JustifiBusinessOwnersFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersFormStepElement>;
|
|
2238
2574
|
"justifi-business-representative": LocalJSX.JustifiBusinessRepresentative & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeElement>;
|
|
2575
|
+
"justifi-business-representative-form-step": LocalJSX.JustifiBusinessRepresentativeFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeFormStepElement>;
|
|
2239
2576
|
"justifi-card-form": LocalJSX.JustifiCardForm & JSXBase.HTMLAttributes<HTMLJustifiCardFormElement>;
|
|
2240
2577
|
"justifi-checkout": LocalJSX.JustifiCheckout & JSXBase.HTMLAttributes<HTMLJustifiCheckoutElement>;
|
|
2241
2578
|
"justifi-checkout-core": LocalJSX.JustifiCheckoutCore & JSXBase.HTMLAttributes<HTMLJustifiCheckoutCoreElement>;
|
|
@@ -2247,7 +2584,14 @@ declare module "@stencil/core" {
|
|
|
2247
2584
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2248
2585
|
*/
|
|
2249
2586
|
"justifi-legal-address-form": LocalJSX.JustifiLegalAddressForm & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormElement>;
|
|
2587
|
+
/**
|
|
2588
|
+
* @exportedPart label: Label for inputs
|
|
2589
|
+
* @exportedPart input: The input fields
|
|
2590
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2591
|
+
*/
|
|
2592
|
+
"justifi-legal-address-form-step": LocalJSX.JustifiLegalAddressFormStep & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormStepElement>;
|
|
2250
2593
|
"justifi-new-payment-method": LocalJSX.JustifiNewPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiNewPaymentMethodElement>;
|
|
2594
|
+
"justifi-owner-form": LocalJSX.JustifiOwnerForm & JSXBase.HTMLAttributes<HTMLJustifiOwnerFormElement>;
|
|
2251
2595
|
"justifi-payment-balance-transactions": LocalJSX.JustifiPaymentBalanceTransactions & JSXBase.HTMLAttributes<HTMLJustifiPaymentBalanceTransactionsElement>;
|
|
2252
2596
|
/**
|
|
2253
2597
|
* @exportedPart detail-loading-spinner
|
|
@@ -2277,6 +2621,12 @@ declare module "@stencil/core" {
|
|
|
2277
2621
|
"justifi-payment-method-form": LocalJSX.JustifiPaymentMethodForm & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodFormElement>;
|
|
2278
2622
|
"justifi-payment-method-options": LocalJSX.JustifiPaymentMethodOptions & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodOptionsElement>;
|
|
2279
2623
|
"justifi-payment-method-selector": LocalJSX.JustifiPaymentMethodSelector & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodSelectorElement>;
|
|
2624
|
+
/**
|
|
2625
|
+
* @exportedPart label: Label for inputs
|
|
2626
|
+
* @exportedPart input: The input fields
|
|
2627
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
2628
|
+
*/
|
|
2629
|
+
"justifi-payment-provisioning": LocalJSX.JustifiPaymentProvisioning & JSXBase.HTMLAttributes<HTMLJustifiPaymentProvisioningElement>;
|
|
2280
2630
|
/**
|
|
2281
2631
|
* @exportedPart table-head: Table head
|
|
2282
2632
|
* @exportedPart table-head-row: Head row
|