@justifi/webcomponents 4.10.0-rc.0 → 4.11.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-79361c8a.js → Business-7ae04d4f.js} +58 -2
- package/dist/cjs/{SubAccount-b3902202.js → SubAccount-05867651.js} +1 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -1
- package/dist/cjs/business-additional-questions-schema-18a82d19.js +47 -0
- package/dist/cjs/business-details-core.cjs.entry.js +7 -2
- package/dist/cjs/{business-form-types-3cdd5447.js → business-form-types-29b2bad9.js} +7 -0
- package/dist/cjs/{form-control-datepart_3.cjs.entry.js → form-control-datepart_4.cjs.entry.js} +97 -46
- package/dist/cjs/form-control-monetary.cjs.entry.js +19 -17
- package/dist/cjs/{form-control-number_3.cjs.entry.js → form-control-select_2.cjs.entry.js} +7 -45
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +9 -2
- package/dist/cjs/justifi-additional-questions-form-step_5.cjs.entry.js +29 -24
- package/dist/cjs/justifi-additional-questions_4.cjs.entry.js +7 -7
- package/dist/cjs/justifi-billing-form_4.cjs.entry.js +3 -3
- package/dist/cjs/justifi-business-details.cjs.entry.js +23 -4
- package/dist/cjs/justifi-business-form.cjs.entry.js +62 -51
- package/dist/cjs/justifi-business-list.cjs.entry.js +3 -2
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +5 -4
- package/dist/cjs/justifi-checkout.cjs.entry.js +1 -1
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +29 -5
- package/dist/cjs/justifi-owner-form.cjs.entry.js +22 -12
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +2 -1
- package/dist/cjs/justifi-payment-details.cjs.entry.js +25 -4
- package/dist/cjs/justifi-payment-form.cjs.entry.js +18 -4
- package/dist/cjs/{justifi-business-form-stepped.cjs.entry.js → justifi-payment-provisioning.cjs.entry.js} +20 -20
- package/dist/cjs/justifi-payments-list.cjs.entry.js +25 -5
- package/dist/cjs/justifi-payout-details.cjs.entry.js +27 -7
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +26 -6
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +2 -1
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +3 -2
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +3 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/payload-parsers-f437272e.js +132 -0
- package/dist/cjs/payment-details-core.cjs.entry.js +9 -2
- package/dist/cjs/payments-list-core.cjs.entry.js +10 -3
- package/dist/cjs/payout-details-core.cjs.entry.js +10 -4
- package/dist/cjs/payouts-list-core.cjs.entry.js +10 -3
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +2 -1
- package/dist/cjs/{utils-6f62f7a1.js → utils-2b9940e1.js} +7 -0
- package/dist/cjs/{utils-df5167a8.js → utils-87435719.js} +7 -0
- package/dist/cjs/utils-f8079741.js +41 -0
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/api/Business.js +12 -2
- package/dist/collection/api/ComponentError.js +14 -0
- package/dist/collection/api/services/utils.js +11 -0
- package/dist/collection/api/shared.js +11 -1
- package/dist/collection/collection-manifest.json +7 -8
- 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/additional-questions-details/test/additional-questions.spec.js +1 -1
- package/dist/collection/components/business-details/business-details-core.js +30 -2
- package/dist/collection/components/business-details/business-details.js +30 -0
- package/dist/collection/components/business-details/generic-info-details/test/generic-info-details.spec.js +1 -1
- package/dist/collection/components/business-details/get-business.js +15 -3
- package/dist/collection/components/business-details/legal-address-details/test/legal-address-details.spec.js +1 -1
- package/dist/collection/components/business-details/owner-details/test/owner-details.spec.js +1 -1
- package/dist/collection/components/business-details/representative-details/test/representative-details.spec.js +1 -1
- package/dist/collection/components/business-details/test/busines-details-core.spec.js +56 -16
- package/dist/collection/components/business-details/test/business-details.spec.js +20 -4
- package/dist/collection/components/business-details/test/get-business.spec.js +13 -6
- package/dist/collection/components/business-forms/business-form/business-form.js +79 -50
- package/dist/collection/components/business-forms/business-form/business-representative/business-representative.js +1 -4
- package/dist/collection/components/business-forms/business-form/legal-address-form/legal-address-form.js +4 -2
- package/dist/collection/components/business-forms/{business-form-stepped/business-address/business-address-form-step.js → owner-form/identity-address/identity-address-form.js} +14 -11
- package/dist/collection/components/business-forms/owner-form/identity-address/test/identity-address.e2e.js +9 -0
- package/dist/collection/components/business-forms/{business-form/business-address/test/business-address.spec.js → owner-form/identity-address/test/identity-address.spec.js} +21 -14
- package/dist/collection/components/business-forms/owner-form/owner-form.js +54 -8
- package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/additional-questions/business-additional-questions-form-step.js +23 -4
- package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/business-core-info/business-core-info-form-step.js +19 -1
- package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/business-owners/business-owners-form-step.js +44 -4
- package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/business-representative/business-representative-form-step.js +24 -8
- package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/legal-address-form/legal-address-form-step.js +24 -4
- package/dist/collection/components/business-forms/{business-form-stepped/business-form-stepped.js → payment-provisioning/payment-provisioning.js} +36 -18
- 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 +15 -6
- package/dist/collection/components/business-forms/schemas/business-address-schema.js +49 -13
- package/dist/collection/components/business-forms/schemas/business-core-info-schema.js +24 -12
- package/dist/collection/components/business-forms/schemas/business-form-schema.js +4 -4
- package/dist/collection/components/business-forms/schemas/business-identity-schema.js +29 -34
- package/dist/collection/components/business-forms/utils/business-form-types.js +7 -0
- package/dist/collection/components/business-forms/utils/helpers.js +2 -0
- package/dist/collection/components/checkout/checkout-core.js +4 -4
- 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 +36 -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 +6 -0
- package/dist/collection/components/gross-payment-chart/get-gross-payment-chart-data.js +17 -2
- package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +30 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +35 -1
- package/dist/collection/components/gross-payment-chart/test/get-gross-payment-chart-data.spec.js +26 -8
- package/dist/collection/components/gross-payment-chart/test/gross-payment-chart-core.spec.js +51 -11
- package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js +55 -3
- package/dist/collection/components/payment-details/get-payment-details.js +15 -3
- package/dist/collection/components/payment-details/payment-details-core.js +30 -1
- package/dist/collection/components/payment-details/payment-details.js +35 -1
- package/dist/collection/components/payment-details/test/get-payment-details.spec.js +11 -3
- package/dist/collection/components/payment-details/test/payment-details-core.spec.js +55 -12
- package/dist/collection/components/payment-details/test/payment-details.spec.js +69 -3
- package/dist/collection/components/payment-form/payment-form.js +54 -3
- package/dist/collection/components/payment-form/test/payment-form.spec.js +60 -1
- package/dist/collection/components/payments-list/get-payments.js +15 -4
- package/dist/collection/components/payments-list/payments-list-core.js +28 -2
- package/dist/collection/components/payments-list/payments-list.js +35 -1
- package/dist/collection/components/payments-list/test/get-payments.spec.js +11 -3
- package/dist/collection/components/payments-list/test/payments-list-core.spec.js +43 -28
- package/dist/collection/components/payments-list/test/payments-list.spec.js +31 -3
- package/dist/collection/components/payout-details/get-payout-details.js +17 -6
- package/dist/collection/components/payout-details/payout-details-core.js +31 -3
- package/dist/collection/components/payout-details/payout-details.js +35 -1
- package/dist/collection/components/payout-details/test/get-payout-details.spec.js +15 -5
- package/dist/collection/components/payout-details/test/payout-details-core.spec.js +54 -16
- package/dist/collection/components/payout-details/test/payout-details.spec.js +50 -1
- package/dist/collection/components/payouts-list/get-payouts.js +17 -5
- package/dist/collection/components/payouts-list/payouts-list-core.js +28 -2
- package/dist/collection/components/payouts-list/payouts-list.js +34 -1
- package/dist/collection/components/payouts-list/test/get-payouts.spec.js +11 -3
- package/dist/collection/components/payouts-list/test/payouts-list-core.spec.js +42 -29
- package/dist/collection/components/payouts-list/test/payouts-list.spec.js +33 -0
- package/dist/collection/utils/utils.js +5 -0
- package/dist/docs.json +1018 -618
- package/dist/esm/{Business-1df362e0.js → Business-91caaccb.js} +56 -3
- package/dist/esm/{SubAccount-f4ae9809.js → SubAccount-61ac70eb.js} +1 -1
- package/dist/esm/additional-questions-details_5.entry.js +2 -1
- package/dist/esm/business-additional-questions-schema-b642a2b7.js +44 -0
- package/dist/esm/business-details-core.entry.js +8 -3
- package/dist/esm/{business-form-types-de9f38cd.js → business-form-types-0d76133c.js} +8 -1
- package/dist/esm/{form-control-datepart_3.entry.js → form-control-datepart_4.entry.js} +97 -47
- package/dist/esm/form-control-monetary.entry.js +19 -17
- package/dist/esm/{form-control-number_3.entry.js → form-control-select_2.entry.js} +8 -45
- package/dist/esm/gross-payment-chart-core.entry.js +10 -3
- package/dist/esm/justifi-additional-questions-form-step_5.entry.js +28 -23
- package/dist/esm/justifi-additional-questions_4.entry.js +7 -7
- package/dist/esm/justifi-billing-form_4.entry.js +3 -3
- package/dist/esm/justifi-business-details.entry.js +24 -5
- package/dist/esm/justifi-business-form.entry.js +62 -51
- package/dist/esm/justifi-business-list.entry.js +3 -2
- package/dist/esm/justifi-checkout-core.entry.js +5 -4
- package/dist/esm/justifi-checkout.entry.js +1 -1
- package/dist/esm/justifi-gross-payment-chart.entry.js +28 -4
- package/dist/esm/justifi-owner-form.entry.js +21 -11
- package/dist/esm/justifi-payment-balance-transactions.entry.js +2 -1
- package/dist/esm/justifi-payment-details.entry.js +26 -5
- package/dist/esm/justifi-payment-form.entry.js +18 -4
- package/dist/esm/{justifi-business-form-stepped.entry.js → justifi-payment-provisioning.entry.js} +20 -20
- package/dist/esm/justifi-payments-list.entry.js +26 -6
- package/dist/esm/justifi-payout-details.entry.js +28 -8
- package/dist/esm/justifi-payouts-list.entry.js +27 -7
- package/dist/esm/justifi-proceeds-list.entry.js +2 -1
- package/dist/esm/justifi-subaccount-details.entry.js +3 -2
- package/dist/esm/justifi-subaccounts-list.entry.js +3 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/payload-parsers-920f49dd.js +123 -0
- package/dist/esm/payment-details-core.entry.js +10 -3
- package/dist/esm/payments-list-core.entry.js +10 -3
- package/dist/esm/payout-details-core.entry.js +11 -5
- package/dist/esm/payouts-list-core.entry.js +10 -3
- package/dist/esm/subaccount-account-details_4.entry.js +2 -1
- package/dist/esm/utils-4609f32c.js +38 -0
- package/dist/esm/{utils-2828201a.js → utils-684d2e47.js} +7 -1
- package/dist/esm/{utils-243abdb4.js → utils-d9e90399.js} +7 -1
- package/dist/esm/webcomponents.js +1 -1
- package/dist/module/Business.js +56 -3
- package/dist/module/SubAccount.js +1 -1
- package/dist/module/business-additional-questions-form-step.js +7 -4
- package/dist/module/business-additional-questions-schema.js +16 -7
- package/dist/module/business-address-schema.js +50 -14
- package/dist/module/business-core-info-form-step.js +3 -1
- package/dist/module/business-core-info-schema.js +24 -12
- package/dist/module/business-details-core2.js +8 -3
- package/dist/module/business-form-types.js +8 -1
- package/dist/module/business-identity-schema.js +30 -35
- package/dist/module/business-owners-form-step.js +13 -8
- package/dist/module/business-representative-form-step.js +11 -11
- package/dist/module/business-representative.js +4 -7
- package/dist/module/checkout-core.js +4 -4
- 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 +6 -1
- package/dist/module/gross-payment-chart-core2.js +8 -2
- package/dist/module/helpers.js +4 -0
- package/dist/module/{business-address-form.js → identity-address-form.js} +17 -20
- package/dist/module/justifi-business-details.js +21 -4
- package/dist/module/justifi-business-form.js +65 -56
- package/dist/module/justifi-gross-payment-chart.js +28 -4
- package/dist/module/justifi-identity-address-form.d.ts +11 -0
- package/dist/module/justifi-identity-address-form.js +6 -0
- package/dist/module/justifi-payment-balance-transactions.js +1 -1
- package/dist/module/justifi-payment-details.js +26 -5
- package/dist/module/justifi-payment-form.js +18 -4
- package/dist/module/justifi-payment-provisioning.d.ts +11 -0
- package/dist/module/{justifi-business-form-stepped.js → justifi-payment-provisioning.js} +32 -31
- package/dist/module/justifi-payments-list.js +26 -6
- package/dist/module/justifi-payout-details.js +28 -8
- package/dist/module/justifi-payouts-list.js +27 -7
- 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 +10 -12
- package/dist/module/legal-address-form.js +5 -9
- package/dist/module/owner-form.js +23 -35
- package/dist/module/payment-details-core2.js +9 -3
- package/dist/module/payment-method-form.js +1 -1
- package/dist/module/payments-list-core2.js +9 -3
- package/dist/module/payout-details-core2.js +10 -5
- package/dist/module/payouts-list-core2.js +9 -3
- package/dist/module/subaccount-merchant-details2.js +1 -1
- package/dist/module/utils2.js +7 -1
- package/dist/module/utils3.js +31 -1
- package/dist/module/utils4.js +7 -1
- package/dist/types/api/Business.d.ts +10 -3
- package/dist/types/api/ComponentError.d.ts +18 -0
- package/dist/types/api/services/utils.d.ts +2 -0
- package/dist/types/api/shared.d.ts +9 -0
- package/dist/types/components/business-details/additional-questions-details/additional-questions-details.d.ts +2 -2
- package/dist/types/components/business-details/business-details-core.d.ts +3 -0
- package/dist/types/components/business-details/business-details.d.ts +3 -0
- package/dist/types/components/business-forms/business-form/business-form.d.ts +4 -2
- package/dist/types/components/business-forms/owner-form/identity-address/identity-address-form.d.ts +10 -0
- package/dist/types/components/business-forms/owner-form/owner-form.d.ts +5 -1
- package/dist/types/components/business-forms/{business-form-stepped → payment-provisioning}/additional-questions/business-additional-questions-form-step.d.ts +3 -1
- package/dist/types/components/business-forms/{business-form-stepped → payment-provisioning}/business-core-info/business-core-info-form-step.d.ts +1 -0
- package/dist/types/components/business-forms/{business-form-stepped → payment-provisioning}/business-owners/business-owners-form-step.d.ts +3 -1
- package/dist/types/components/business-forms/{business-form-stepped → payment-provisioning}/business-representative/business-representative-form-step.d.ts +3 -1
- package/dist/types/components/business-forms/{business-form-stepped → payment-provisioning}/legal-address-form/legal-address-form-step.d.ts +1 -0
- package/dist/types/components/business-forms/{business-form-stepped/business-form-stepped.d.ts → payment-provisioning/payment-provisioning.d.ts} +4 -3
- package/dist/types/components/business-forms/schemas/business-additional-questions-schema.d.ts +1 -1
- package/dist/types/components/business-forms/schemas/business-address-schema.d.ts +1 -12
- package/dist/types/components/business-forms/schemas/business-core-info-schema.d.ts +1 -1
- package/dist/types/components/business-forms/schemas/business-form-schema.d.ts +7 -3
- package/dist/types/components/business-forms/schemas/business-identity-schema.d.ts +5 -31
- package/dist/types/components/business-forms/utils/business-form-types.d.ts +10 -0
- package/dist/types/components/business-forms/utils/helpers.d.ts +2 -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-control-text.d.ts +2 -0
- package/dist/types/components/form/utils.d.ts +1 -0
- package/dist/types/components/gross-payment-chart/get-gross-payment-chart-data.d.ts +5 -8
- package/dist/types/components/gross-payment-chart/gross-payment-chart-core.d.ts +3 -0
- package/dist/types/components/gross-payment-chart/gross-payment-chart.d.ts +4 -0
- package/dist/types/components/payment-details/payment-details-core.d.ts +3 -0
- package/dist/types/components/payment-details/payment-details.d.ts +4 -0
- package/dist/types/components/payment-form/payment-form.d.ts +4 -1
- package/dist/types/components/payments-list/payments-list-core.d.ts +2 -0
- package/dist/types/components/payments-list/payments-list.d.ts +4 -0
- package/dist/types/components/payout-details/payout-details-core.d.ts +3 -0
- package/dist/types/components/payout-details/payout-details.d.ts +4 -0
- package/dist/types/components/payouts-list/payouts-list-core.d.ts +2 -0
- package/dist/types/components/payouts-list/payouts-list.d.ts +4 -0
- package/dist/types/components.d.ts +278 -104
- package/dist/types/utils/utils.d.ts +1 -0
- package/dist/webcomponents/p-091f9732.entry.js +1 -0
- package/dist/webcomponents/p-0b76c770.entry.js +1 -0
- package/dist/webcomponents/p-0d81883d.entry.js +1 -0
- package/dist/webcomponents/p-102b593a.entry.js +1 -0
- package/dist/webcomponents/p-221b9504.entry.js +1 -0
- package/dist/webcomponents/p-28cd23c8.entry.js +1 -0
- package/dist/webcomponents/p-2b8368d2.js +1 -0
- package/dist/webcomponents/p-2df32b4a.entry.js +1 -0
- package/dist/webcomponents/p-3d4aaa4a.entry.js +1 -0
- package/dist/webcomponents/p-436d27b9.entry.js +1 -0
- package/dist/webcomponents/p-448063ba.entry.js +1 -0
- package/dist/webcomponents/p-5341321d.entry.js +1 -0
- package/dist/webcomponents/{p-0399f02b.entry.js → p-5b262705.entry.js} +1 -1
- package/dist/webcomponents/p-5e503d7d.entry.js +1 -0
- package/dist/webcomponents/p-6047b960.entry.js +1 -0
- package/dist/webcomponents/p-60b2344a.js +1 -0
- package/dist/webcomponents/p-6d39b8bc.entry.js +1 -0
- package/dist/webcomponents/p-6f294d5d.js +1 -0
- package/dist/webcomponents/p-7294eb89.entry.js +1 -0
- package/dist/webcomponents/p-746bfba6.entry.js +1 -0
- package/dist/webcomponents/p-7c6a355f.entry.js +1 -0
- package/dist/webcomponents/p-817211f2.entry.js +1 -0
- package/dist/webcomponents/{p-65510838.js → p-8482c23f.js} +1 -1
- package/dist/webcomponents/p-935d6f55.js +1 -0
- package/dist/webcomponents/{p-e924f2e1.entry.js → p-959250e3.entry.js} +1 -1
- package/dist/webcomponents/p-a130a884.entry.js +1 -0
- package/dist/webcomponents/p-a4122c35.entry.js +1 -0
- package/dist/webcomponents/p-ac670a3e.js +1 -0
- package/dist/webcomponents/p-ae21ed6f.entry.js +19 -0
- package/dist/webcomponents/p-c071d8c1.entry.js +1 -0
- package/dist/webcomponents/p-c340b60f.js +1 -0
- package/dist/webcomponents/p-d5aab6b5.entry.js +1 -0
- package/dist/webcomponents/p-d5c80489.entry.js +1 -0
- package/dist/webcomponents/p-d776fe10.entry.js +1 -0
- package/dist/webcomponents/p-d8679fad.entry.js +1 -0
- package/dist/webcomponents/p-e84b3616.entry.js +1 -0
- package/dist/webcomponents/p-ea03b424.entry.js +1 -0
- package/dist/webcomponents/p-ea2cca2a.js +1 -0
- package/dist/webcomponents/p-ec230480.entry.js +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/Identity-b6364aee.js +0 -27
- package/dist/cjs/business-additional-questions-schema-cbac27f2.js +0 -26
- package/dist/cjs/justifi-business-address-form-step.cjs.entry.js +0 -35
- package/dist/cjs/payload-parsers-25ed3936.js +0 -98
- package/dist/cjs/utils-f5d82f21.js +0 -10
- package/dist/collection/api/mockData/MockOnboardingData.js +0 -117
- package/dist/collection/api/mockData/MockPayments.js +0 -243
- package/dist/collection/api/mockData/MockSubAccount.js +0 -102
- package/dist/collection/api/mockData/mockGrossVolumeReport.js +0 -125
- package/dist/collection/components/business-forms/business-form/business-address/business-address-form.css +0 -2536
- package/dist/collection/components/business-forms/business-form/business-address/business-address-form.js +0 -97
- package/dist/collection/components/business-forms/business-form/business-address/test/business-address.e2e.js +0 -9
- package/dist/collection/components/business-forms/business-form-stepped/business-address/test/business-address-form-step.spec.js +0 -97
- package/dist/collection/components/business-forms/business-form-stepped/test/business-form-stepped.spec.js +0 -61
- package/dist/collection/components/business-forms/schemas/business-owners-schema.js +0 -16
- package/dist/collection/components/card-form/test/card-form.e2e.js +0 -13
- package/dist/esm/Identity-774788c0.js +0 -25
- package/dist/esm/business-additional-questions-schema-2cb80f70.js +0 -23
- package/dist/esm/justifi-business-address-form-step.entry.js +0 -31
- package/dist/esm/payload-parsers-1dd7474f.js +0 -90
- package/dist/esm/utils-546ca6aa.js +0 -8
- package/dist/module/justifi-business-address-form-step.d.ts +0 -11
- package/dist/module/justifi-business-address-form-step.js +0 -75
- package/dist/module/justifi-business-address-form.d.ts +0 -11
- package/dist/module/justifi-business-address-form.js +0 -6
- package/dist/module/justifi-business-form-stepped.d.ts +0 -11
- package/dist/types/api/mockData/MockOnboardingData.d.ts +0 -8
- package/dist/types/api/mockData/MockPayments.d.ts +0 -3
- package/dist/types/api/mockData/MockSubAccount.d.ts +0 -3
- package/dist/types/components/business-forms/business-form/business-address/business-address-form.d.ts +0 -9
- package/dist/types/components/business-forms/business-form-stepped/business-address/business-address-form-step.d.ts +0 -9
- package/dist/types/components/business-forms/schemas/business-owners-schema.d.ts +0 -33
- package/dist/webcomponents/p-04a98c63.js +0 -1
- package/dist/webcomponents/p-06888c2e.entry.js +0 -1
- package/dist/webcomponents/p-0811bc77.entry.js +0 -1
- package/dist/webcomponents/p-17d72f4a.js +0 -1
- package/dist/webcomponents/p-17f64853.entry.js +0 -1
- package/dist/webcomponents/p-22085999.entry.js +0 -1
- package/dist/webcomponents/p-252835df.entry.js +0 -1
- package/dist/webcomponents/p-28b38699.js +0 -1
- package/dist/webcomponents/p-374c44e6.entry.js +0 -1
- package/dist/webcomponents/p-4697ccfa.entry.js +0 -1
- package/dist/webcomponents/p-4781cd06.js +0 -1
- package/dist/webcomponents/p-4d806131.entry.js +0 -1
- package/dist/webcomponents/p-4e0b3206.entry.js +0 -1
- package/dist/webcomponents/p-583dd5a2.entry.js +0 -1
- package/dist/webcomponents/p-5be4e217.entry.js +0 -1
- package/dist/webcomponents/p-5da4fbe7.entry.js +0 -1
- package/dist/webcomponents/p-6103c20d.entry.js +0 -1
- package/dist/webcomponents/p-6ed680e9.js +0 -1
- package/dist/webcomponents/p-7654c70d.entry.js +0 -1
- package/dist/webcomponents/p-847441ce.entry.js +0 -1
- package/dist/webcomponents/p-861ba3fc.entry.js +0 -1
- package/dist/webcomponents/p-9207ccb2.entry.js +0 -1
- package/dist/webcomponents/p-9ce8d98c.entry.js +0 -1
- package/dist/webcomponents/p-9e4b81ad.entry.js +0 -1
- package/dist/webcomponents/p-a141c531.js +0 -1
- package/dist/webcomponents/p-a2dbe90f.entry.js +0 -1
- package/dist/webcomponents/p-a98eea84.entry.js +0 -1
- package/dist/webcomponents/p-b1bc23af.entry.js +0 -1
- package/dist/webcomponents/p-b27c9b0d.entry.js +0 -1
- package/dist/webcomponents/p-b8f22856.js +0 -1
- package/dist/webcomponents/p-c8d62072.entry.js +0 -1
- package/dist/webcomponents/p-e3748ea4.entry.js +0 -1
- package/dist/webcomponents/p-eef5ed19.entry.js +0 -1
- package/dist/webcomponents/p-efc7025c.entry.js +0 -1
- package/dist/webcomponents/p-f3453ca2.js +0 -1
- package/dist/webcomponents/p-f3ca6fda.entry.js +0 -1
- package/dist/webcomponents/p-fe2af0cf.entry.js +0 -19
- package/dist/webcomponents/p-fe8a94c1.entry.js +0 -1
- /package/dist/cjs/{state-options-96d05a98.js → state-options-4fbcb48a.js} +0 -0
- /package/dist/collection/components/business-forms/{business-form-stepped/business-address/business-address-form-step.css → owner-form/identity-address/identity-address-form.css} +0 -0
- /package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/additional-questions/test/business-additional-questions-form-step.spec.js +0 -0
- /package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/business-core-info/business-core-info-form-step.css +0 -0
- /package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/business-core-info/test/business-core-info-form-step.spec.js +0 -0
- /package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/business-owners/business-owners-form-step.css +0 -0
- /package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/business-owners/test/business-owners-form-step.spec.js +0 -0
- /package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/business-representative/business-representative-form-step.css +0 -0
- /package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/business-representative/test/business-representative-form-step.spec.js +0 -0
- /package/dist/collection/components/business-forms/{business-form-stepped → payment-provisioning}/legal-address-form/legal-address-form-step.css +0 -0
- /package/dist/collection/components/business-forms/{business-form-stepped/business-form-stepped.css → payment-provisioning/payment-provisioning.css} +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/{api → home/runner/work/web-component-library/web-component-library/packages/webcomponents/.stencil}/mockData/mockGrossVolumeReport.d.ts +0 -0
- /package/dist/types/home/runner/work/web-component-library/web-component-library/packages/webcomponents/.stencil/{config.d.ts → packages/webcomponents/config.d.ts} +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
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-05-03T22:49:41",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.10.0",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"props": [
|
|
39
39
|
{
|
|
40
40
|
"name": "additionalQuestions",
|
|
41
|
-
"type": "
|
|
41
|
+
"type": "IAdditionalQuestions",
|
|
42
42
|
"complexType": {
|
|
43
|
-
"original": "
|
|
44
|
-
"resolved": "
|
|
43
|
+
"original": "IAdditionalQuestions",
|
|
44
|
+
"resolved": "IAdditionalQuestions",
|
|
45
45
|
"references": {
|
|
46
|
-
"
|
|
46
|
+
"IAdditionalQuestions": {
|
|
47
47
|
"location": "import",
|
|
48
48
|
"path": "../../../api/Business",
|
|
49
|
-
"id": "src/api/Business.ts::
|
|
49
|
+
"id": "src/api/Business.ts::IAdditionalQuestions"
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
},
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"docsTags": [],
|
|
57
57
|
"values": [
|
|
58
58
|
{
|
|
59
|
-
"type": "
|
|
59
|
+
"type": "IAdditionalQuestions"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
62
|
"optional": false,
|
|
@@ -115,7 +115,28 @@
|
|
|
115
115
|
}
|
|
116
116
|
],
|
|
117
117
|
"methods": [],
|
|
118
|
-
"events": [
|
|
118
|
+
"events": [
|
|
119
|
+
{
|
|
120
|
+
"event": "error-event",
|
|
121
|
+
"detail": "ComponentError",
|
|
122
|
+
"bubbles": true,
|
|
123
|
+
"complexType": {
|
|
124
|
+
"original": "ComponentError",
|
|
125
|
+
"resolved": "ComponentError",
|
|
126
|
+
"references": {
|
|
127
|
+
"ComponentError": {
|
|
128
|
+
"location": "import",
|
|
129
|
+
"path": "../../api/ComponentError",
|
|
130
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"cancelable": true,
|
|
135
|
+
"composed": true,
|
|
136
|
+
"docs": "",
|
|
137
|
+
"docsTags": []
|
|
138
|
+
}
|
|
139
|
+
],
|
|
119
140
|
"listeners": [],
|
|
120
141
|
"styles": [],
|
|
121
142
|
"slots": [],
|
|
@@ -290,6 +311,7 @@
|
|
|
290
311
|
"reflectToAttr": false,
|
|
291
312
|
"docs": "",
|
|
292
313
|
"docsTags": [],
|
|
314
|
+
"default": "'day'",
|
|
293
315
|
"values": [
|
|
294
316
|
{
|
|
295
317
|
"value": "day",
|
|
@@ -464,10 +486,10 @@
|
|
|
464
486
|
},
|
|
465
487
|
{
|
|
466
488
|
"name": "name",
|
|
467
|
-
"type": "
|
|
489
|
+
"type": "string",
|
|
468
490
|
"complexType": {
|
|
469
|
-
"original": "
|
|
470
|
-
"resolved": "
|
|
491
|
+
"original": "string",
|
|
492
|
+
"resolved": "string",
|
|
471
493
|
"references": {}
|
|
472
494
|
},
|
|
473
495
|
"mutable": false,
|
|
@@ -477,7 +499,7 @@
|
|
|
477
499
|
"docsTags": [],
|
|
478
500
|
"values": [
|
|
479
501
|
{
|
|
480
|
-
"type": "
|
|
502
|
+
"type": "string"
|
|
481
503
|
}
|
|
482
504
|
],
|
|
483
505
|
"optional": false,
|
|
@@ -718,23 +740,13 @@
|
|
|
718
740
|
}
|
|
719
741
|
],
|
|
720
742
|
"dependents": [
|
|
721
|
-
"justifi-business-address-form",
|
|
722
|
-
"justifi-business-address-form-step",
|
|
723
743
|
"justifi-business-owners",
|
|
724
744
|
"justifi-business-representative",
|
|
725
745
|
"justifi-business-representative-form-step",
|
|
726
|
-
"justifi-legal-address-form",
|
|
727
|
-
"justifi-legal-address-form-step",
|
|
728
746
|
"justifi-owner-form"
|
|
729
747
|
],
|
|
730
748
|
"dependencies": [],
|
|
731
749
|
"dependencyGraph": {
|
|
732
|
-
"justifi-business-address-form": [
|
|
733
|
-
"form-control-number"
|
|
734
|
-
],
|
|
735
|
-
"justifi-business-address-form-step": [
|
|
736
|
-
"form-control-number"
|
|
737
|
-
],
|
|
738
750
|
"justifi-business-owners": [
|
|
739
751
|
"form-control-number"
|
|
740
752
|
],
|
|
@@ -744,12 +756,6 @@
|
|
|
744
756
|
"justifi-business-representative-form-step": [
|
|
745
757
|
"form-control-number"
|
|
746
758
|
],
|
|
747
|
-
"justifi-legal-address-form": [
|
|
748
|
-
"form-control-number"
|
|
749
|
-
],
|
|
750
|
-
"justifi-legal-address-form-step": [
|
|
751
|
-
"form-control-number"
|
|
752
|
-
],
|
|
753
759
|
"justifi-owner-form": [
|
|
754
760
|
"form-control-number"
|
|
755
761
|
]
|
|
@@ -1177,34 +1183,21 @@
|
|
|
1177
1183
|
}
|
|
1178
1184
|
],
|
|
1179
1185
|
"dependents": [
|
|
1180
|
-
"justifi-business-address-form",
|
|
1181
|
-
"justifi-business-address-form-step",
|
|
1182
1186
|
"justifi-business-core-info",
|
|
1183
1187
|
"justifi-business-core-info-form-step",
|
|
1184
|
-
"justifi-
|
|
1185
|
-
"justifi-business-representative-form-step",
|
|
1188
|
+
"justifi-identity-address-form",
|
|
1186
1189
|
"justifi-legal-address-form",
|
|
1187
|
-
"justifi-legal-address-form-step"
|
|
1188
|
-
"justifi-owner-form"
|
|
1190
|
+
"justifi-legal-address-form-step"
|
|
1189
1191
|
],
|
|
1190
1192
|
"dependencies": [],
|
|
1191
1193
|
"dependencyGraph": {
|
|
1192
|
-
"justifi-business-address-form": [
|
|
1193
|
-
"form-control-select"
|
|
1194
|
-
],
|
|
1195
|
-
"justifi-business-address-form-step": [
|
|
1196
|
-
"form-control-select"
|
|
1197
|
-
],
|
|
1198
1194
|
"justifi-business-core-info": [
|
|
1199
1195
|
"form-control-select"
|
|
1200
1196
|
],
|
|
1201
1197
|
"justifi-business-core-info-form-step": [
|
|
1202
1198
|
"form-control-select"
|
|
1203
1199
|
],
|
|
1204
|
-
"justifi-
|
|
1205
|
-
"form-control-select"
|
|
1206
|
-
],
|
|
1207
|
-
"justifi-business-representative-form-step": [
|
|
1200
|
+
"justifi-identity-address-form": [
|
|
1208
1201
|
"form-control-select"
|
|
1209
1202
|
],
|
|
1210
1203
|
"justifi-legal-address-form": [
|
|
@@ -1212,9 +1205,6 @@
|
|
|
1212
1205
|
],
|
|
1213
1206
|
"justifi-legal-address-form-step": [
|
|
1214
1207
|
"form-control-select"
|
|
1215
|
-
],
|
|
1216
|
-
"justifi-owner-form": [
|
|
1217
|
-
"form-control-select"
|
|
1218
1208
|
]
|
|
1219
1209
|
}
|
|
1220
1210
|
},
|
|
@@ -1310,6 +1300,26 @@
|
|
|
1310
1300
|
"optional": false,
|
|
1311
1301
|
"required": false
|
|
1312
1302
|
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "keyDownHandler",
|
|
1305
|
+
"type": "(event: any) => void",
|
|
1306
|
+
"complexType": {
|
|
1307
|
+
"original": "(event: any) => void",
|
|
1308
|
+
"resolved": "(event: any) => void",
|
|
1309
|
+
"references": {}
|
|
1310
|
+
},
|
|
1311
|
+
"mutable": false,
|
|
1312
|
+
"reflectToAttr": false,
|
|
1313
|
+
"docs": "",
|
|
1314
|
+
"docsTags": [],
|
|
1315
|
+
"values": [
|
|
1316
|
+
{
|
|
1317
|
+
"type": "(event: any) => void"
|
|
1318
|
+
}
|
|
1319
|
+
],
|
|
1320
|
+
"optional": true,
|
|
1321
|
+
"required": false
|
|
1322
|
+
},
|
|
1313
1323
|
{
|
|
1314
1324
|
"name": "label",
|
|
1315
1325
|
"type": "string",
|
|
@@ -1331,6 +1341,27 @@
|
|
|
1331
1341
|
"optional": false,
|
|
1332
1342
|
"required": false
|
|
1333
1343
|
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "maxLength",
|
|
1346
|
+
"type": "number",
|
|
1347
|
+
"complexType": {
|
|
1348
|
+
"original": "number",
|
|
1349
|
+
"resolved": "number",
|
|
1350
|
+
"references": {}
|
|
1351
|
+
},
|
|
1352
|
+
"mutable": false,
|
|
1353
|
+
"attr": "max-length",
|
|
1354
|
+
"reflectToAttr": false,
|
|
1355
|
+
"docs": "",
|
|
1356
|
+
"docsTags": [],
|
|
1357
|
+
"values": [
|
|
1358
|
+
{
|
|
1359
|
+
"type": "number"
|
|
1360
|
+
}
|
|
1361
|
+
],
|
|
1362
|
+
"optional": true,
|
|
1363
|
+
"required": false
|
|
1364
|
+
},
|
|
1334
1365
|
{
|
|
1335
1366
|
"name": "name",
|
|
1336
1367
|
"type": "any",
|
|
@@ -1394,13 +1425,12 @@
|
|
|
1394
1425
|
}
|
|
1395
1426
|
],
|
|
1396
1427
|
"dependents": [
|
|
1397
|
-
"justifi-business-address-form",
|
|
1398
|
-
"justifi-business-address-form-step",
|
|
1399
1428
|
"justifi-business-core-info",
|
|
1400
1429
|
"justifi-business-core-info-form-step",
|
|
1401
1430
|
"justifi-business-owners",
|
|
1402
1431
|
"justifi-business-representative",
|
|
1403
1432
|
"justifi-business-representative-form-step",
|
|
1433
|
+
"justifi-identity-address-form",
|
|
1404
1434
|
"justifi-legal-address-form",
|
|
1405
1435
|
"justifi-legal-address-form-step",
|
|
1406
1436
|
"justifi-owner-form",
|
|
@@ -1408,12 +1438,6 @@
|
|
|
1408
1438
|
],
|
|
1409
1439
|
"dependencies": [],
|
|
1410
1440
|
"dependencyGraph": {
|
|
1411
|
-
"justifi-business-address-form": [
|
|
1412
|
-
"form-control-text"
|
|
1413
|
-
],
|
|
1414
|
-
"justifi-business-address-form-step": [
|
|
1415
|
-
"form-control-text"
|
|
1416
|
-
],
|
|
1417
1441
|
"justifi-business-core-info": [
|
|
1418
1442
|
"form-control-text"
|
|
1419
1443
|
],
|
|
@@ -1429,6 +1453,9 @@
|
|
|
1429
1453
|
"justifi-business-representative-form-step": [
|
|
1430
1454
|
"form-control-text"
|
|
1431
1455
|
],
|
|
1456
|
+
"justifi-identity-address-form": [
|
|
1457
|
+
"form-control-text"
|
|
1458
|
+
],
|
|
1432
1459
|
"justifi-legal-address-form": [
|
|
1433
1460
|
"form-control-text"
|
|
1434
1461
|
],
|
|
@@ -1531,7 +1558,28 @@
|
|
|
1531
1558
|
}
|
|
1532
1559
|
],
|
|
1533
1560
|
"methods": [],
|
|
1534
|
-
"events": [
|
|
1561
|
+
"events": [
|
|
1562
|
+
{
|
|
1563
|
+
"event": "error-event",
|
|
1564
|
+
"detail": "ComponentError",
|
|
1565
|
+
"bubbles": true,
|
|
1566
|
+
"complexType": {
|
|
1567
|
+
"original": "ComponentError",
|
|
1568
|
+
"resolved": "ComponentError",
|
|
1569
|
+
"references": {
|
|
1570
|
+
"ComponentError": {
|
|
1571
|
+
"location": "import",
|
|
1572
|
+
"path": "../../api/ComponentError",
|
|
1573
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
"cancelable": true,
|
|
1578
|
+
"composed": true,
|
|
1579
|
+
"docs": "",
|
|
1580
|
+
"docsTags": []
|
|
1581
|
+
}
|
|
1582
|
+
],
|
|
1535
1583
|
"listeners": [],
|
|
1536
1584
|
"styles": [],
|
|
1537
1585
|
"slots": [],
|
|
@@ -1617,7 +1665,7 @@
|
|
|
1617
1665
|
}
|
|
1618
1666
|
},
|
|
1619
1667
|
{
|
|
1620
|
-
"filePath": "src/components/business-forms/
|
|
1668
|
+
"filePath": "src/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.tsx",
|
|
1621
1669
|
"encapsulation": "none",
|
|
1622
1670
|
"tag": "justifi-additional-questions-form-step",
|
|
1623
1671
|
"readme": "# justifi-additional-questions\n\n\n",
|
|
@@ -1638,6 +1686,27 @@
|
|
|
1638
1686
|
],
|
|
1639
1687
|
"usage": {},
|
|
1640
1688
|
"props": [
|
|
1689
|
+
{
|
|
1690
|
+
"name": "allowOptionalFields",
|
|
1691
|
+
"type": "boolean",
|
|
1692
|
+
"complexType": {
|
|
1693
|
+
"original": "boolean",
|
|
1694
|
+
"resolved": "boolean",
|
|
1695
|
+
"references": {}
|
|
1696
|
+
},
|
|
1697
|
+
"mutable": false,
|
|
1698
|
+
"attr": "allow-optional-fields",
|
|
1699
|
+
"reflectToAttr": false,
|
|
1700
|
+
"docs": "",
|
|
1701
|
+
"docsTags": [],
|
|
1702
|
+
"values": [
|
|
1703
|
+
{
|
|
1704
|
+
"type": "boolean"
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"optional": true,
|
|
1708
|
+
"required": false
|
|
1709
|
+
},
|
|
1641
1710
|
{
|
|
1642
1711
|
"name": "authToken",
|
|
1643
1712
|
"type": "string",
|
|
@@ -1778,7 +1847,7 @@
|
|
|
1778
1847
|
"slots": [],
|
|
1779
1848
|
"parts": [],
|
|
1780
1849
|
"dependents": [
|
|
1781
|
-
"justifi-
|
|
1850
|
+
"justifi-payment-provisioning"
|
|
1782
1851
|
],
|
|
1783
1852
|
"dependencies": [
|
|
1784
1853
|
"form-control-monetary"
|
|
@@ -1787,7 +1856,7 @@
|
|
|
1787
1856
|
"justifi-additional-questions-form-step": [
|
|
1788
1857
|
"form-control-monetary"
|
|
1789
1858
|
],
|
|
1790
|
-
"justifi-
|
|
1859
|
+
"justifi-payment-provisioning": [
|
|
1791
1860
|
"justifi-additional-questions-form-step"
|
|
1792
1861
|
]
|
|
1793
1862
|
}
|
|
@@ -2251,63 +2320,40 @@
|
|
|
2251
2320
|
}
|
|
2252
2321
|
},
|
|
2253
2322
|
{
|
|
2254
|
-
"filePath": "src/components/business-forms/business-form/business-
|
|
2255
|
-
"encapsulation": "
|
|
2256
|
-
"tag": "justifi-business-
|
|
2257
|
-
"readme": "# justifi-business-
|
|
2258
|
-
"docs": "",
|
|
2259
|
-
"docsTags": [
|
|
2260
|
-
"usage": {},
|
|
2261
|
-
"props": [
|
|
2323
|
+
"filePath": "src/components/business-forms/business-form/business-core-info/business-core-info.tsx",
|
|
2324
|
+
"encapsulation": "none",
|
|
2325
|
+
"tag": "justifi-business-core-info",
|
|
2326
|
+
"readme": "# justifi-business-generic-info-form\n\n\n",
|
|
2327
|
+
"docs": "\nThe difference between this component and business-core-info-details\nis that this component is meant to be a form and send data\nand the other one is meant to be just read only.",
|
|
2328
|
+
"docsTags": [
|
|
2262
2329
|
{
|
|
2263
|
-
"name": "
|
|
2264
|
-
"
|
|
2265
|
-
"complexType": {
|
|
2266
|
-
"original": "any",
|
|
2267
|
-
"resolved": "any",
|
|
2268
|
-
"references": {}
|
|
2269
|
-
},
|
|
2270
|
-
"mutable": false,
|
|
2271
|
-
"attr": "default-values",
|
|
2272
|
-
"reflectToAttr": false,
|
|
2273
|
-
"docs": "",
|
|
2274
|
-
"docsTags": [],
|
|
2275
|
-
"values": [
|
|
2276
|
-
{
|
|
2277
|
-
"type": "any"
|
|
2278
|
-
}
|
|
2279
|
-
],
|
|
2280
|
-
"optional": false,
|
|
2281
|
-
"required": false
|
|
2330
|
+
"name": "exportedPart",
|
|
2331
|
+
"text": "label: Label for inputs"
|
|
2282
2332
|
},
|
|
2283
2333
|
{
|
|
2284
|
-
"name": "
|
|
2285
|
-
"
|
|
2286
|
-
"complexType": {
|
|
2287
|
-
"original": "any",
|
|
2288
|
-
"resolved": "any",
|
|
2289
|
-
"references": {}
|
|
2290
|
-
},
|
|
2291
|
-
"mutable": false,
|
|
2292
|
-
"attr": "errors",
|
|
2293
|
-
"reflectToAttr": false,
|
|
2294
|
-
"docs": "",
|
|
2295
|
-
"docsTags": [],
|
|
2296
|
-
"values": [
|
|
2297
|
-
{
|
|
2298
|
-
"type": "any"
|
|
2299
|
-
}
|
|
2300
|
-
],
|
|
2301
|
-
"optional": false,
|
|
2302
|
-
"required": false
|
|
2334
|
+
"name": "exportedPart",
|
|
2335
|
+
"text": "input: The input fields"
|
|
2303
2336
|
},
|
|
2304
2337
|
{
|
|
2305
|
-
"name": "
|
|
2306
|
-
"
|
|
2338
|
+
"name": "exportedPart",
|
|
2339
|
+
"text": "input-invalid: Invalid state for inputfs"
|
|
2340
|
+
}
|
|
2341
|
+
],
|
|
2342
|
+
"usage": {},
|
|
2343
|
+
"props": [
|
|
2344
|
+
{
|
|
2345
|
+
"name": "formController",
|
|
2346
|
+
"type": "FormController",
|
|
2307
2347
|
"complexType": {
|
|
2308
|
-
"original": "
|
|
2309
|
-
"resolved": "
|
|
2310
|
-
"references": {
|
|
2348
|
+
"original": "FormController",
|
|
2349
|
+
"resolved": "FormController",
|
|
2350
|
+
"references": {
|
|
2351
|
+
"FormController": {
|
|
2352
|
+
"location": "import",
|
|
2353
|
+
"path": "../../../form/form",
|
|
2354
|
+
"id": "src/components/form/form.ts::FormController"
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2311
2357
|
},
|
|
2312
2358
|
"mutable": false,
|
|
2313
2359
|
"reflectToAttr": false,
|
|
@@ -2315,7 +2361,7 @@
|
|
|
2315
2361
|
"docsTags": [],
|
|
2316
2362
|
"values": [
|
|
2317
2363
|
{
|
|
2318
|
-
"type": "
|
|
2364
|
+
"type": "FormController"
|
|
2319
2365
|
}
|
|
2320
2366
|
],
|
|
2321
2367
|
"optional": false,
|
|
@@ -2329,220 +2375,67 @@
|
|
|
2329
2375
|
"slots": [],
|
|
2330
2376
|
"parts": [],
|
|
2331
2377
|
"dependents": [
|
|
2332
|
-
"justifi-business-
|
|
2333
|
-
"justifi-business-representative-form-step",
|
|
2334
|
-
"justifi-owner-form"
|
|
2378
|
+
"justifi-business-form"
|
|
2335
2379
|
],
|
|
2336
2380
|
"dependencies": [
|
|
2337
2381
|
"form-control-text",
|
|
2338
2382
|
"form-control-select",
|
|
2339
|
-
"form-control-number"
|
|
2383
|
+
"form-control-number-masked"
|
|
2340
2384
|
],
|
|
2341
2385
|
"dependencyGraph": {
|
|
2342
|
-
"justifi-business-
|
|
2386
|
+
"justifi-business-core-info": [
|
|
2343
2387
|
"form-control-text",
|
|
2344
2388
|
"form-control-select",
|
|
2345
|
-
"form-control-number"
|
|
2346
|
-
],
|
|
2347
|
-
"justifi-business-representative": [
|
|
2348
|
-
"justifi-business-address-form"
|
|
2349
|
-
],
|
|
2350
|
-
"justifi-business-representative-form-step": [
|
|
2351
|
-
"justifi-business-address-form"
|
|
2389
|
+
"form-control-number-masked"
|
|
2352
2390
|
],
|
|
2353
|
-
"justifi-
|
|
2354
|
-
"justifi-business-
|
|
2391
|
+
"justifi-business-form": [
|
|
2392
|
+
"justifi-business-core-info"
|
|
2355
2393
|
]
|
|
2356
2394
|
}
|
|
2357
2395
|
},
|
|
2358
2396
|
{
|
|
2359
|
-
"filePath": "src/components/business-forms/
|
|
2360
|
-
"encapsulation": "
|
|
2361
|
-
"tag": "justifi-business-
|
|
2362
|
-
"readme": "# justifi-business-
|
|
2363
|
-
"docs": "",
|
|
2364
|
-
"docsTags": [
|
|
2397
|
+
"filePath": "src/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.tsx",
|
|
2398
|
+
"encapsulation": "none",
|
|
2399
|
+
"tag": "justifi-business-core-info-form-step",
|
|
2400
|
+
"readme": "# justifi-business-generic-info-form\n\n\n",
|
|
2401
|
+
"docs": "\nThe difference between this component and business-generic-info-details\nis that this component is meant to be a form and send data\nand the other one is meant to be just read only.",
|
|
2402
|
+
"docsTags": [
|
|
2403
|
+
{
|
|
2404
|
+
"name": "exportedPart",
|
|
2405
|
+
"text": "label: Label for inputs"
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "exportedPart",
|
|
2409
|
+
"text": "input: The input fields"
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
"name": "exportedPart",
|
|
2413
|
+
"text": "input-invalid: Invalid state for inputfs"
|
|
2414
|
+
}
|
|
2415
|
+
],
|
|
2365
2416
|
"usage": {},
|
|
2366
2417
|
"props": [
|
|
2367
2418
|
{
|
|
2368
|
-
"name": "
|
|
2369
|
-
"type": "
|
|
2419
|
+
"name": "allowOptionalFields",
|
|
2420
|
+
"type": "boolean",
|
|
2370
2421
|
"complexType": {
|
|
2371
|
-
"original": "
|
|
2372
|
-
"resolved": "
|
|
2422
|
+
"original": "boolean",
|
|
2423
|
+
"resolved": "boolean",
|
|
2373
2424
|
"references": {}
|
|
2374
2425
|
},
|
|
2375
2426
|
"mutable": false,
|
|
2376
|
-
"attr": "
|
|
2427
|
+
"attr": "allow-optional-fields",
|
|
2377
2428
|
"reflectToAttr": false,
|
|
2378
2429
|
"docs": "",
|
|
2379
2430
|
"docsTags": [],
|
|
2380
2431
|
"values": [
|
|
2381
2432
|
{
|
|
2382
|
-
"type": "
|
|
2433
|
+
"type": "boolean"
|
|
2383
2434
|
}
|
|
2384
2435
|
],
|
|
2385
|
-
"optional":
|
|
2436
|
+
"optional": true,
|
|
2386
2437
|
"required": false
|
|
2387
2438
|
},
|
|
2388
|
-
{
|
|
2389
|
-
"name": "errors",
|
|
2390
|
-
"type": "any",
|
|
2391
|
-
"complexType": {
|
|
2392
|
-
"original": "any",
|
|
2393
|
-
"resolved": "any",
|
|
2394
|
-
"references": {}
|
|
2395
|
-
},
|
|
2396
|
-
"mutable": false,
|
|
2397
|
-
"attr": "errors",
|
|
2398
|
-
"reflectToAttr": false,
|
|
2399
|
-
"docs": "",
|
|
2400
|
-
"docsTags": [],
|
|
2401
|
-
"values": [
|
|
2402
|
-
{
|
|
2403
|
-
"type": "any"
|
|
2404
|
-
}
|
|
2405
|
-
],
|
|
2406
|
-
"optional": false,
|
|
2407
|
-
"required": false
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"name": "handleFormUpdate",
|
|
2411
|
-
"type": "(values: any) => void",
|
|
2412
|
-
"complexType": {
|
|
2413
|
-
"original": "(values: any) => void",
|
|
2414
|
-
"resolved": "(values: any) => void",
|
|
2415
|
-
"references": {}
|
|
2416
|
-
},
|
|
2417
|
-
"mutable": false,
|
|
2418
|
-
"reflectToAttr": false,
|
|
2419
|
-
"docs": "",
|
|
2420
|
-
"docsTags": [],
|
|
2421
|
-
"values": [
|
|
2422
|
-
{
|
|
2423
|
-
"type": "(values: any) => void"
|
|
2424
|
-
}
|
|
2425
|
-
],
|
|
2426
|
-
"optional": false,
|
|
2427
|
-
"required": false
|
|
2428
|
-
}
|
|
2429
|
-
],
|
|
2430
|
-
"methods": [],
|
|
2431
|
-
"events": [],
|
|
2432
|
-
"listeners": [],
|
|
2433
|
-
"styles": [],
|
|
2434
|
-
"slots": [],
|
|
2435
|
-
"parts": [],
|
|
2436
|
-
"dependents": [],
|
|
2437
|
-
"dependencies": [
|
|
2438
|
-
"form-control-text",
|
|
2439
|
-
"form-control-select",
|
|
2440
|
-
"form-control-number"
|
|
2441
|
-
],
|
|
2442
|
-
"dependencyGraph": {
|
|
2443
|
-
"justifi-business-address-form-step": [
|
|
2444
|
-
"form-control-text",
|
|
2445
|
-
"form-control-select",
|
|
2446
|
-
"form-control-number"
|
|
2447
|
-
]
|
|
2448
|
-
}
|
|
2449
|
-
},
|
|
2450
|
-
{
|
|
2451
|
-
"filePath": "src/components/business-forms/business-form/business-core-info/business-core-info.tsx",
|
|
2452
|
-
"encapsulation": "none",
|
|
2453
|
-
"tag": "justifi-business-core-info",
|
|
2454
|
-
"readme": "# justifi-business-generic-info-form\n\n\n",
|
|
2455
|
-
"docs": "\nThe difference between this component and business-core-info-details\nis that this component is meant to be a form and send data\nand the other one is meant to be just read only.",
|
|
2456
|
-
"docsTags": [
|
|
2457
|
-
{
|
|
2458
|
-
"name": "exportedPart",
|
|
2459
|
-
"text": "label: Label for inputs"
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"name": "exportedPart",
|
|
2463
|
-
"text": "input: The input fields"
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"name": "exportedPart",
|
|
2467
|
-
"text": "input-invalid: Invalid state for inputfs"
|
|
2468
|
-
}
|
|
2469
|
-
],
|
|
2470
|
-
"usage": {},
|
|
2471
|
-
"props": [
|
|
2472
|
-
{
|
|
2473
|
-
"name": "formController",
|
|
2474
|
-
"type": "FormController",
|
|
2475
|
-
"complexType": {
|
|
2476
|
-
"original": "FormController",
|
|
2477
|
-
"resolved": "FormController",
|
|
2478
|
-
"references": {
|
|
2479
|
-
"FormController": {
|
|
2480
|
-
"location": "import",
|
|
2481
|
-
"path": "../../../form/form",
|
|
2482
|
-
"id": "src/components/form/form.ts::FormController"
|
|
2483
|
-
}
|
|
2484
|
-
}
|
|
2485
|
-
},
|
|
2486
|
-
"mutable": false,
|
|
2487
|
-
"reflectToAttr": false,
|
|
2488
|
-
"docs": "",
|
|
2489
|
-
"docsTags": [],
|
|
2490
|
-
"values": [
|
|
2491
|
-
{
|
|
2492
|
-
"type": "FormController"
|
|
2493
|
-
}
|
|
2494
|
-
],
|
|
2495
|
-
"optional": false,
|
|
2496
|
-
"required": false
|
|
2497
|
-
}
|
|
2498
|
-
],
|
|
2499
|
-
"methods": [],
|
|
2500
|
-
"events": [],
|
|
2501
|
-
"listeners": [],
|
|
2502
|
-
"styles": [],
|
|
2503
|
-
"slots": [],
|
|
2504
|
-
"parts": [],
|
|
2505
|
-
"dependents": [
|
|
2506
|
-
"justifi-business-form"
|
|
2507
|
-
],
|
|
2508
|
-
"dependencies": [
|
|
2509
|
-
"form-control-text",
|
|
2510
|
-
"form-control-select",
|
|
2511
|
-
"form-control-number-masked"
|
|
2512
|
-
],
|
|
2513
|
-
"dependencyGraph": {
|
|
2514
|
-
"justifi-business-core-info": [
|
|
2515
|
-
"form-control-text",
|
|
2516
|
-
"form-control-select",
|
|
2517
|
-
"form-control-number-masked"
|
|
2518
|
-
],
|
|
2519
|
-
"justifi-business-form": [
|
|
2520
|
-
"justifi-business-core-info"
|
|
2521
|
-
]
|
|
2522
|
-
}
|
|
2523
|
-
},
|
|
2524
|
-
{
|
|
2525
|
-
"filePath": "src/components/business-forms/business-form-stepped/business-core-info/business-core-info-form-step.tsx",
|
|
2526
|
-
"encapsulation": "none",
|
|
2527
|
-
"tag": "justifi-business-core-info-form-step",
|
|
2528
|
-
"readme": "# justifi-business-generic-info-form\n\n\n",
|
|
2529
|
-
"docs": "\nThe difference between this component and business-generic-info-details\nis that this component is meant to be a form and send data\nand the other one is meant to be just read only.",
|
|
2530
|
-
"docsTags": [
|
|
2531
|
-
{
|
|
2532
|
-
"name": "exportedPart",
|
|
2533
|
-
"text": "label: Label for inputs"
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"name": "exportedPart",
|
|
2537
|
-
"text": "input: The input fields"
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"name": "exportedPart",
|
|
2541
|
-
"text": "input-invalid: Invalid state for inputfs"
|
|
2542
|
-
}
|
|
2543
|
-
],
|
|
2544
|
-
"usage": {},
|
|
2545
|
-
"props": [
|
|
2546
2439
|
{
|
|
2547
2440
|
"name": "authToken",
|
|
2548
2441
|
"type": "string",
|
|
@@ -2683,7 +2576,7 @@
|
|
|
2683
2576
|
"slots": [],
|
|
2684
2577
|
"parts": [],
|
|
2685
2578
|
"dependents": [
|
|
2686
|
-
"justifi-
|
|
2579
|
+
"justifi-payment-provisioning"
|
|
2687
2580
|
],
|
|
2688
2581
|
"dependencies": [
|
|
2689
2582
|
"form-control-text",
|
|
@@ -2696,7 +2589,7 @@
|
|
|
2696
2589
|
"form-control-select",
|
|
2697
2590
|
"form-control-number-masked"
|
|
2698
2591
|
],
|
|
2699
|
-
"justifi-
|
|
2592
|
+
"justifi-payment-provisioning": [
|
|
2700
2593
|
"justifi-business-core-info-form-step"
|
|
2701
2594
|
]
|
|
2702
2595
|
}
|
|
@@ -2775,149 +2668,19 @@
|
|
|
2775
2668
|
}
|
|
2776
2669
|
],
|
|
2777
2670
|
"methods": [],
|
|
2778
|
-
"events": [],
|
|
2779
|
-
"listeners": [],
|
|
2780
|
-
"styles": [],
|
|
2781
|
-
"slots": [],
|
|
2782
|
-
"parts": [],
|
|
2783
|
-
"dependents": [],
|
|
2784
|
-
"dependencies": [
|
|
2785
|
-
"business-details-core"
|
|
2786
|
-
],
|
|
2787
|
-
"dependencyGraph": {
|
|
2788
|
-
"justifi-business-details": [
|
|
2789
|
-
"business-details-core"
|
|
2790
|
-
],
|
|
2791
|
-
"business-details-core": [
|
|
2792
|
-
"generic-info-details",
|
|
2793
|
-
"legal-address-details",
|
|
2794
|
-
"representative-details",
|
|
2795
|
-
"owner-details",
|
|
2796
|
-
"additional-questions-details"
|
|
2797
|
-
]
|
|
2798
|
-
}
|
|
2799
|
-
},
|
|
2800
|
-
{
|
|
2801
|
-
"filePath": "src/components/business-forms/business-form/business-form.tsx",
|
|
2802
|
-
"encapsulation": "none",
|
|
2803
|
-
"tag": "justifi-business-form",
|
|
2804
|
-
"readme": "# justifi-business-info\n\n\n",
|
|
2805
|
-
"docs": "",
|
|
2806
|
-
"docsTags": [
|
|
2807
|
-
{
|
|
2808
|
-
"name": "exportedPart",
|
|
2809
|
-
"text": "label: Label for inputs"
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"name": "exportedPart",
|
|
2813
|
-
"text": "input: The input fields"
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"name": "exportedPart",
|
|
2817
|
-
"text": "input-invalid: Invalid state for inputfs"
|
|
2818
|
-
}
|
|
2819
|
-
],
|
|
2820
|
-
"usage": {},
|
|
2821
|
-
"props": [
|
|
2822
|
-
{
|
|
2823
|
-
"name": "authToken",
|
|
2824
|
-
"type": "string",
|
|
2825
|
-
"complexType": {
|
|
2826
|
-
"original": "string",
|
|
2827
|
-
"resolved": "string",
|
|
2828
|
-
"references": {}
|
|
2829
|
-
},
|
|
2830
|
-
"mutable": false,
|
|
2831
|
-
"attr": "auth-token",
|
|
2832
|
-
"reflectToAttr": false,
|
|
2833
|
-
"docs": "",
|
|
2834
|
-
"docsTags": [],
|
|
2835
|
-
"values": [
|
|
2836
|
-
{
|
|
2837
|
-
"type": "string"
|
|
2838
|
-
}
|
|
2839
|
-
],
|
|
2840
|
-
"optional": false,
|
|
2841
|
-
"required": false
|
|
2842
|
-
},
|
|
2843
|
-
{
|
|
2844
|
-
"name": "businessId",
|
|
2845
|
-
"type": "string",
|
|
2846
|
-
"complexType": {
|
|
2847
|
-
"original": "string",
|
|
2848
|
-
"resolved": "string",
|
|
2849
|
-
"references": {}
|
|
2850
|
-
},
|
|
2851
|
-
"mutable": false,
|
|
2852
|
-
"attr": "business-id",
|
|
2853
|
-
"reflectToAttr": false,
|
|
2854
|
-
"docs": "",
|
|
2855
|
-
"docsTags": [],
|
|
2856
|
-
"values": [
|
|
2857
|
-
{
|
|
2858
|
-
"type": "string"
|
|
2859
|
-
}
|
|
2860
|
-
],
|
|
2861
|
-
"optional": false,
|
|
2862
|
-
"required": false
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"name": "hideErrors",
|
|
2866
|
-
"type": "boolean",
|
|
2867
|
-
"complexType": {
|
|
2868
|
-
"original": "boolean",
|
|
2869
|
-
"resolved": "boolean",
|
|
2870
|
-
"references": {}
|
|
2871
|
-
},
|
|
2872
|
-
"mutable": false,
|
|
2873
|
-
"attr": "hide-errors",
|
|
2874
|
-
"reflectToAttr": false,
|
|
2875
|
-
"docs": "",
|
|
2876
|
-
"docsTags": [],
|
|
2877
|
-
"default": "false",
|
|
2878
|
-
"values": [
|
|
2879
|
-
{
|
|
2880
|
-
"type": "boolean"
|
|
2881
|
-
}
|
|
2882
|
-
],
|
|
2883
|
-
"optional": true,
|
|
2884
|
-
"required": false
|
|
2885
|
-
}
|
|
2886
|
-
],
|
|
2887
|
-
"methods": [],
|
|
2888
2671
|
"events": [
|
|
2889
2672
|
{
|
|
2890
|
-
"event": "
|
|
2891
|
-
"detail": "
|
|
2673
|
+
"event": "error-event",
|
|
2674
|
+
"detail": "ComponentError",
|
|
2892
2675
|
"bubbles": true,
|
|
2893
2676
|
"complexType": {
|
|
2894
|
-
"original": "
|
|
2895
|
-
"resolved": "
|
|
2677
|
+
"original": "ComponentError",
|
|
2678
|
+
"resolved": "ComponentError",
|
|
2896
2679
|
"references": {
|
|
2897
|
-
"
|
|
2680
|
+
"ComponentError": {
|
|
2898
2681
|
"location": "import",
|
|
2899
|
-
"path": "
|
|
2900
|
-
"id": "src/
|
|
2901
|
-
}
|
|
2902
|
-
}
|
|
2903
|
-
},
|
|
2904
|
-
"cancelable": true,
|
|
2905
|
-
"composed": true,
|
|
2906
|
-
"docs": "",
|
|
2907
|
-
"docsTags": []
|
|
2908
|
-
},
|
|
2909
|
-
{
|
|
2910
|
-
"event": "submitted",
|
|
2911
|
-
"detail": "BusinessFormSubmitEvent",
|
|
2912
|
-
"bubbles": true,
|
|
2913
|
-
"complexType": {
|
|
2914
|
-
"original": "BusinessFormSubmitEvent",
|
|
2915
|
-
"resolved": "BusinessFormSubmitEvent",
|
|
2916
|
-
"references": {
|
|
2917
|
-
"BusinessFormSubmitEvent": {
|
|
2918
|
-
"location": "import",
|
|
2919
|
-
"path": "../utils/business-form-types",
|
|
2920
|
-
"id": "src/components/business-forms/utils/business-form-types.ts::BusinessFormSubmitEvent"
|
|
2682
|
+
"path": "../../api/ComponentError",
|
|
2683
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
2921
2684
|
}
|
|
2922
2685
|
}
|
|
2923
2686
|
},
|
|
@@ -2933,50 +2696,25 @@
|
|
|
2933
2696
|
"parts": [],
|
|
2934
2697
|
"dependents": [],
|
|
2935
2698
|
"dependencies": [
|
|
2936
|
-
"
|
|
2937
|
-
"justifi-legal-address-form",
|
|
2938
|
-
"justifi-additional-questions",
|
|
2939
|
-
"justifi-business-representative"
|
|
2699
|
+
"business-details-core"
|
|
2940
2700
|
],
|
|
2941
2701
|
"dependencyGraph": {
|
|
2942
|
-
"justifi-business-
|
|
2943
|
-
"
|
|
2944
|
-
"justifi-legal-address-form",
|
|
2945
|
-
"justifi-additional-questions",
|
|
2946
|
-
"justifi-business-representative"
|
|
2947
|
-
],
|
|
2948
|
-
"justifi-business-core-info": [
|
|
2949
|
-
"form-control-text",
|
|
2950
|
-
"form-control-select",
|
|
2951
|
-
"form-control-number-masked"
|
|
2952
|
-
],
|
|
2953
|
-
"justifi-legal-address-form": [
|
|
2954
|
-
"form-control-text",
|
|
2955
|
-
"form-control-number",
|
|
2956
|
-
"form-control-select"
|
|
2957
|
-
],
|
|
2958
|
-
"justifi-additional-questions": [
|
|
2959
|
-
"form-control-monetary"
|
|
2960
|
-
],
|
|
2961
|
-
"justifi-business-representative": [
|
|
2962
|
-
"form-control-text",
|
|
2963
|
-
"form-control-select",
|
|
2964
|
-
"form-control-number-masked",
|
|
2965
|
-
"form-control-datepart",
|
|
2966
|
-
"form-control-number",
|
|
2967
|
-
"justifi-business-address-form"
|
|
2702
|
+
"justifi-business-details": [
|
|
2703
|
+
"business-details-core"
|
|
2968
2704
|
],
|
|
2969
|
-
"
|
|
2970
|
-
"
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2705
|
+
"business-details-core": [
|
|
2706
|
+
"generic-info-details",
|
|
2707
|
+
"legal-address-details",
|
|
2708
|
+
"representative-details",
|
|
2709
|
+
"owner-details",
|
|
2710
|
+
"additional-questions-details"
|
|
2973
2711
|
]
|
|
2974
2712
|
}
|
|
2975
2713
|
},
|
|
2976
2714
|
{
|
|
2977
|
-
"filePath": "src/components/business-forms/business-form
|
|
2715
|
+
"filePath": "src/components/business-forms/business-form/business-form.tsx",
|
|
2978
2716
|
"encapsulation": "none",
|
|
2979
|
-
"tag": "justifi-business-form
|
|
2717
|
+
"tag": "justifi-business-form",
|
|
2980
2718
|
"readme": "# justifi-business-info\n\n\n",
|
|
2981
2719
|
"docs": "",
|
|
2982
2720
|
"docsTags": [
|
|
@@ -3031,36 +2769,14 @@
|
|
|
3031
2769
|
"docsTags": [],
|
|
3032
2770
|
"values": [
|
|
3033
2771
|
{
|
|
3034
|
-
"type": "string"
|
|
3035
|
-
}
|
|
3036
|
-
],
|
|
3037
|
-
"optional": false,
|
|
3038
|
-
"required": false
|
|
3039
|
-
},
|
|
3040
|
-
{
|
|
3041
|
-
"name": "hideErrors",
|
|
3042
|
-
"type": "boolean",
|
|
3043
|
-
"complexType": {
|
|
3044
|
-
"original": "boolean",
|
|
3045
|
-
"resolved": "boolean",
|
|
3046
|
-
"references": {}
|
|
3047
|
-
},
|
|
3048
|
-
"mutable": false,
|
|
3049
|
-
"attr": "hide-errors",
|
|
3050
|
-
"reflectToAttr": false,
|
|
3051
|
-
"docs": "",
|
|
3052
|
-
"docsTags": [],
|
|
3053
|
-
"default": "false",
|
|
3054
|
-
"values": [
|
|
3055
|
-
{
|
|
3056
|
-
"type": "boolean"
|
|
2772
|
+
"type": "string"
|
|
3057
2773
|
}
|
|
3058
2774
|
],
|
|
3059
|
-
"optional":
|
|
2775
|
+
"optional": false,
|
|
3060
2776
|
"required": false
|
|
3061
2777
|
},
|
|
3062
2778
|
{
|
|
3063
|
-
"name": "
|
|
2779
|
+
"name": "hideErrors",
|
|
3064
2780
|
"type": "boolean",
|
|
3065
2781
|
"complexType": {
|
|
3066
2782
|
"original": "boolean",
|
|
@@ -3068,7 +2784,7 @@
|
|
|
3068
2784
|
"references": {}
|
|
3069
2785
|
},
|
|
3070
2786
|
"mutable": false,
|
|
3071
|
-
"attr": "
|
|
2787
|
+
"attr": "hide-errors",
|
|
3072
2788
|
"reflectToAttr": false,
|
|
3073
2789
|
"docs": "",
|
|
3074
2790
|
"docsTags": [],
|
|
@@ -3078,12 +2794,32 @@
|
|
|
3078
2794
|
"type": "boolean"
|
|
3079
2795
|
}
|
|
3080
2796
|
],
|
|
3081
|
-
"optional":
|
|
2797
|
+
"optional": true,
|
|
3082
2798
|
"required": false
|
|
3083
2799
|
}
|
|
3084
2800
|
],
|
|
3085
2801
|
"methods": [],
|
|
3086
2802
|
"events": [
|
|
2803
|
+
{
|
|
2804
|
+
"event": "click-event",
|
|
2805
|
+
"detail": "BusinessFormClickEvent",
|
|
2806
|
+
"bubbles": true,
|
|
2807
|
+
"complexType": {
|
|
2808
|
+
"original": "BusinessFormClickEvent",
|
|
2809
|
+
"resolved": "BusinessFormClickEvent",
|
|
2810
|
+
"references": {
|
|
2811
|
+
"BusinessFormClickEvent": {
|
|
2812
|
+
"location": "import",
|
|
2813
|
+
"path": "../utils/business-form-types",
|
|
2814
|
+
"id": "src/components/business-forms/utils/business-form-types.ts::BusinessFormClickEvent"
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2818
|
+
"cancelable": true,
|
|
2819
|
+
"composed": true,
|
|
2820
|
+
"docs": "",
|
|
2821
|
+
"docsTags": []
|
|
2822
|
+
},
|
|
3087
2823
|
{
|
|
3088
2824
|
"event": "clickEvent",
|
|
3089
2825
|
"detail": "BusinessFormClickEvent",
|
|
@@ -3103,6 +2839,26 @@
|
|
|
3103
2839
|
"composed": true,
|
|
3104
2840
|
"docs": "",
|
|
3105
2841
|
"docsTags": []
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"event": "submitted",
|
|
2845
|
+
"detail": "BusinessFormSubmitEvent",
|
|
2846
|
+
"bubbles": true,
|
|
2847
|
+
"complexType": {
|
|
2848
|
+
"original": "BusinessFormSubmitEvent",
|
|
2849
|
+
"resolved": "BusinessFormSubmitEvent",
|
|
2850
|
+
"references": {
|
|
2851
|
+
"BusinessFormSubmitEvent": {
|
|
2852
|
+
"location": "import",
|
|
2853
|
+
"path": "../utils/business-form-types",
|
|
2854
|
+
"id": "src/components/business-forms/utils/business-form-types.ts::BusinessFormSubmitEvent"
|
|
2855
|
+
}
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
"cancelable": true,
|
|
2859
|
+
"composed": true,
|
|
2860
|
+
"docs": "",
|
|
2861
|
+
"docsTags": []
|
|
3106
2862
|
}
|
|
3107
2863
|
],
|
|
3108
2864
|
"listeners": [],
|
|
@@ -3111,56 +2867,40 @@
|
|
|
3111
2867
|
"parts": [],
|
|
3112
2868
|
"dependents": [],
|
|
3113
2869
|
"dependencies": [
|
|
3114
|
-
"justifi-business-core-info
|
|
3115
|
-
"justifi-legal-address-form
|
|
3116
|
-
"justifi-additional-questions
|
|
3117
|
-
"justifi-business-representative
|
|
3118
|
-
"justifi-business-owners-form-step"
|
|
2870
|
+
"justifi-business-core-info",
|
|
2871
|
+
"justifi-legal-address-form",
|
|
2872
|
+
"justifi-additional-questions",
|
|
2873
|
+
"justifi-business-representative"
|
|
3119
2874
|
],
|
|
3120
2875
|
"dependencyGraph": {
|
|
3121
|
-
"justifi-business-form
|
|
3122
|
-
"justifi-business-core-info
|
|
3123
|
-
"justifi-legal-address-form
|
|
3124
|
-
"justifi-additional-questions
|
|
3125
|
-
"justifi-business-representative
|
|
3126
|
-
"justifi-business-owners-form-step"
|
|
2876
|
+
"justifi-business-form": [
|
|
2877
|
+
"justifi-business-core-info",
|
|
2878
|
+
"justifi-legal-address-form",
|
|
2879
|
+
"justifi-additional-questions",
|
|
2880
|
+
"justifi-business-representative"
|
|
3127
2881
|
],
|
|
3128
|
-
"justifi-business-core-info
|
|
2882
|
+
"justifi-business-core-info": [
|
|
3129
2883
|
"form-control-text",
|
|
3130
2884
|
"form-control-select",
|
|
3131
2885
|
"form-control-number-masked"
|
|
3132
2886
|
],
|
|
3133
|
-
"justifi-legal-address-form
|
|
2887
|
+
"justifi-legal-address-form": [
|
|
3134
2888
|
"form-control-text",
|
|
3135
|
-
"form-control-number",
|
|
3136
2889
|
"form-control-select"
|
|
3137
2890
|
],
|
|
3138
|
-
"justifi-additional-questions
|
|
2891
|
+
"justifi-additional-questions": [
|
|
3139
2892
|
"form-control-monetary"
|
|
3140
2893
|
],
|
|
3141
|
-
"justifi-business-representative
|
|
2894
|
+
"justifi-business-representative": [
|
|
3142
2895
|
"form-control-text",
|
|
3143
|
-
"form-control-select",
|
|
3144
2896
|
"form-control-number-masked",
|
|
3145
2897
|
"form-control-datepart",
|
|
3146
2898
|
"form-control-number",
|
|
3147
|
-
"justifi-
|
|
3148
|
-
],
|
|
3149
|
-
"justifi-business-address-form": [
|
|
3150
|
-
"form-control-text",
|
|
3151
|
-
"form-control-select",
|
|
3152
|
-
"form-control-number"
|
|
3153
|
-
],
|
|
3154
|
-
"justifi-business-owners-form-step": [
|
|
3155
|
-
"justifi-owner-form"
|
|
2899
|
+
"justifi-identity-address-form"
|
|
3156
2900
|
],
|
|
3157
|
-
"justifi-
|
|
2901
|
+
"justifi-identity-address-form": [
|
|
3158
2902
|
"form-control-text",
|
|
3159
|
-
"form-control-select"
|
|
3160
|
-
"form-control-number-masked",
|
|
3161
|
-
"form-control-datepart",
|
|
3162
|
-
"form-control-number",
|
|
3163
|
-
"justifi-business-address-form"
|
|
2903
|
+
"form-control-select"
|
|
3164
2904
|
]
|
|
3165
2905
|
}
|
|
3166
2906
|
},
|
|
@@ -3388,7 +3128,7 @@
|
|
|
3388
3128
|
}
|
|
3389
3129
|
},
|
|
3390
3130
|
{
|
|
3391
|
-
"filePath": "src/components/business-forms/
|
|
3131
|
+
"filePath": "src/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.tsx",
|
|
3392
3132
|
"encapsulation": "none",
|
|
3393
3133
|
"tag": "justifi-business-owners-form-step",
|
|
3394
3134
|
"readme": "# justifi-business-owners\n\n\n",
|
|
@@ -3409,6 +3149,27 @@
|
|
|
3409
3149
|
],
|
|
3410
3150
|
"usage": {},
|
|
3411
3151
|
"props": [
|
|
3152
|
+
{
|
|
3153
|
+
"name": "allowOptionalFields",
|
|
3154
|
+
"type": "boolean",
|
|
3155
|
+
"complexType": {
|
|
3156
|
+
"original": "boolean",
|
|
3157
|
+
"resolved": "boolean",
|
|
3158
|
+
"references": {}
|
|
3159
|
+
},
|
|
3160
|
+
"mutable": false,
|
|
3161
|
+
"attr": "allow-optional-fields",
|
|
3162
|
+
"reflectToAttr": false,
|
|
3163
|
+
"docs": "",
|
|
3164
|
+
"docsTags": [],
|
|
3165
|
+
"values": [
|
|
3166
|
+
{
|
|
3167
|
+
"type": "boolean"
|
|
3168
|
+
}
|
|
3169
|
+
],
|
|
3170
|
+
"optional": true,
|
|
3171
|
+
"required": false
|
|
3172
|
+
},
|
|
3412
3173
|
{
|
|
3413
3174
|
"name": "authToken",
|
|
3414
3175
|
"type": "string",
|
|
@@ -3489,6 +3250,26 @@
|
|
|
3489
3250
|
}
|
|
3490
3251
|
],
|
|
3491
3252
|
"events": [
|
|
3253
|
+
{
|
|
3254
|
+
"event": "click-event",
|
|
3255
|
+
"detail": "OwnerFormClickEvent",
|
|
3256
|
+
"bubbles": true,
|
|
3257
|
+
"complexType": {
|
|
3258
|
+
"original": "OwnerFormClickEvent",
|
|
3259
|
+
"resolved": "OwnerFormClickEvent",
|
|
3260
|
+
"references": {
|
|
3261
|
+
"OwnerFormClickEvent": {
|
|
3262
|
+
"location": "import",
|
|
3263
|
+
"path": "../../utils/business-form-types",
|
|
3264
|
+
"id": "src/components/business-forms/utils/business-form-types.ts::OwnerFormClickEvent"
|
|
3265
|
+
}
|
|
3266
|
+
}
|
|
3267
|
+
},
|
|
3268
|
+
"cancelable": true,
|
|
3269
|
+
"composed": true,
|
|
3270
|
+
"docs": "",
|
|
3271
|
+
"docsTags": []
|
|
3272
|
+
},
|
|
3492
3273
|
{
|
|
3493
3274
|
"event": "formLoading",
|
|
3494
3275
|
"detail": "boolean",
|
|
@@ -3549,7 +3330,7 @@
|
|
|
3549
3330
|
"slots": [],
|
|
3550
3331
|
"parts": [],
|
|
3551
3332
|
"dependents": [
|
|
3552
|
-
"justifi-
|
|
3333
|
+
"justifi-payment-provisioning"
|
|
3553
3334
|
],
|
|
3554
3335
|
"dependencies": [
|
|
3555
3336
|
"justifi-owner-form"
|
|
@@ -3560,18 +3341,16 @@
|
|
|
3560
3341
|
],
|
|
3561
3342
|
"justifi-owner-form": [
|
|
3562
3343
|
"form-control-text",
|
|
3563
|
-
"form-control-select",
|
|
3564
3344
|
"form-control-number-masked",
|
|
3565
3345
|
"form-control-datepart",
|
|
3566
3346
|
"form-control-number",
|
|
3567
|
-
"justifi-
|
|
3347
|
+
"justifi-identity-address-form"
|
|
3568
3348
|
],
|
|
3569
|
-
"justifi-
|
|
3349
|
+
"justifi-identity-address-form": [
|
|
3570
3350
|
"form-control-text",
|
|
3571
|
-
"form-control-select"
|
|
3572
|
-
"form-control-number"
|
|
3351
|
+
"form-control-select"
|
|
3573
3352
|
],
|
|
3574
|
-
"justifi-
|
|
3353
|
+
"justifi-payment-provisioning": [
|
|
3575
3354
|
"justifi-business-owners-form-step"
|
|
3576
3355
|
]
|
|
3577
3356
|
}
|
|
@@ -3628,25 +3407,22 @@
|
|
|
3628
3407
|
],
|
|
3629
3408
|
"dependencies": [
|
|
3630
3409
|
"form-control-text",
|
|
3631
|
-
"form-control-select",
|
|
3632
3410
|
"form-control-number-masked",
|
|
3633
3411
|
"form-control-datepart",
|
|
3634
3412
|
"form-control-number",
|
|
3635
|
-
"justifi-
|
|
3413
|
+
"justifi-identity-address-form"
|
|
3636
3414
|
],
|
|
3637
3415
|
"dependencyGraph": {
|
|
3638
3416
|
"justifi-business-representative": [
|
|
3639
3417
|
"form-control-text",
|
|
3640
|
-
"form-control-select",
|
|
3641
3418
|
"form-control-number-masked",
|
|
3642
3419
|
"form-control-datepart",
|
|
3643
3420
|
"form-control-number",
|
|
3644
|
-
"justifi-
|
|
3421
|
+
"justifi-identity-address-form"
|
|
3645
3422
|
],
|
|
3646
|
-
"justifi-
|
|
3423
|
+
"justifi-identity-address-form": [
|
|
3647
3424
|
"form-control-text",
|
|
3648
|
-
"form-control-select"
|
|
3649
|
-
"form-control-number"
|
|
3425
|
+
"form-control-select"
|
|
3650
3426
|
],
|
|
3651
3427
|
"justifi-business-form": [
|
|
3652
3428
|
"justifi-business-representative"
|
|
@@ -3654,7 +3430,7 @@
|
|
|
3654
3430
|
}
|
|
3655
3431
|
},
|
|
3656
3432
|
{
|
|
3657
|
-
"filePath": "src/components/business-forms/
|
|
3433
|
+
"filePath": "src/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.tsx",
|
|
3658
3434
|
"encapsulation": "none",
|
|
3659
3435
|
"tag": "justifi-business-representative-form-step",
|
|
3660
3436
|
"readme": "# justifi-business-representative-form-step\n\n\n",
|
|
@@ -3662,6 +3438,27 @@
|
|
|
3662
3438
|
"docsTags": [],
|
|
3663
3439
|
"usage": {},
|
|
3664
3440
|
"props": [
|
|
3441
|
+
{
|
|
3442
|
+
"name": "allowOptionalFields",
|
|
3443
|
+
"type": "boolean",
|
|
3444
|
+
"complexType": {
|
|
3445
|
+
"original": "boolean",
|
|
3446
|
+
"resolved": "boolean",
|
|
3447
|
+
"references": {}
|
|
3448
|
+
},
|
|
3449
|
+
"mutable": false,
|
|
3450
|
+
"attr": "allow-optional-fields",
|
|
3451
|
+
"reflectToAttr": false,
|
|
3452
|
+
"docs": "",
|
|
3453
|
+
"docsTags": [],
|
|
3454
|
+
"values": [
|
|
3455
|
+
{
|
|
3456
|
+
"type": "boolean"
|
|
3457
|
+
}
|
|
3458
|
+
],
|
|
3459
|
+
"optional": true,
|
|
3460
|
+
"required": false
|
|
3461
|
+
},
|
|
3665
3462
|
{
|
|
3666
3463
|
"name": "authToken",
|
|
3667
3464
|
"type": "string",
|
|
@@ -3807,31 +3604,28 @@
|
|
|
3807
3604
|
}
|
|
3808
3605
|
],
|
|
3809
3606
|
"dependents": [
|
|
3810
|
-
"justifi-
|
|
3607
|
+
"justifi-payment-provisioning"
|
|
3811
3608
|
],
|
|
3812
3609
|
"dependencies": [
|
|
3813
3610
|
"form-control-text",
|
|
3814
|
-
"form-control-select",
|
|
3815
3611
|
"form-control-number-masked",
|
|
3816
3612
|
"form-control-datepart",
|
|
3817
3613
|
"form-control-number",
|
|
3818
|
-
"justifi-
|
|
3614
|
+
"justifi-identity-address-form"
|
|
3819
3615
|
],
|
|
3820
3616
|
"dependencyGraph": {
|
|
3821
3617
|
"justifi-business-representative-form-step": [
|
|
3822
3618
|
"form-control-text",
|
|
3823
|
-
"form-control-select",
|
|
3824
3619
|
"form-control-number-masked",
|
|
3825
3620
|
"form-control-datepart",
|
|
3826
3621
|
"form-control-number",
|
|
3827
|
-
"justifi-
|
|
3622
|
+
"justifi-identity-address-form"
|
|
3828
3623
|
],
|
|
3829
|
-
"justifi-
|
|
3624
|
+
"justifi-identity-address-form": [
|
|
3830
3625
|
"form-control-text",
|
|
3831
|
-
"form-control-select"
|
|
3832
|
-
"form-control-number"
|
|
3626
|
+
"form-control-select"
|
|
3833
3627
|
],
|
|
3834
|
-
"justifi-
|
|
3628
|
+
"justifi-payment-provisioning": [
|
|
3835
3629
|
"justifi-business-representative-form-step"
|
|
3836
3630
|
]
|
|
3837
3631
|
}
|
|
@@ -4529,18 +4323,127 @@
|
|
|
4529
4323
|
"name": "authToken",
|
|
4530
4324
|
"type": "string",
|
|
4531
4325
|
"complexType": {
|
|
4532
|
-
"original": "string",
|
|
4533
|
-
"resolved": "string",
|
|
4326
|
+
"original": "string",
|
|
4327
|
+
"resolved": "string",
|
|
4328
|
+
"references": {}
|
|
4329
|
+
},
|
|
4330
|
+
"mutable": false,
|
|
4331
|
+
"attr": "auth-token",
|
|
4332
|
+
"reflectToAttr": false,
|
|
4333
|
+
"docs": "",
|
|
4334
|
+
"docsTags": [],
|
|
4335
|
+
"values": [
|
|
4336
|
+
{
|
|
4337
|
+
"type": "string"
|
|
4338
|
+
}
|
|
4339
|
+
],
|
|
4340
|
+
"optional": false,
|
|
4341
|
+
"required": false
|
|
4342
|
+
}
|
|
4343
|
+
],
|
|
4344
|
+
"methods": [],
|
|
4345
|
+
"events": [
|
|
4346
|
+
{
|
|
4347
|
+
"event": "error-event",
|
|
4348
|
+
"detail": "ComponentError",
|
|
4349
|
+
"bubbles": true,
|
|
4350
|
+
"complexType": {
|
|
4351
|
+
"original": "ComponentError",
|
|
4352
|
+
"resolved": "ComponentError",
|
|
4353
|
+
"references": {
|
|
4354
|
+
"ComponentError": {
|
|
4355
|
+
"location": "import",
|
|
4356
|
+
"path": "../../api/ComponentError",
|
|
4357
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
4360
|
+
},
|
|
4361
|
+
"cancelable": true,
|
|
4362
|
+
"composed": true,
|
|
4363
|
+
"docs": "",
|
|
4364
|
+
"docsTags": []
|
|
4365
|
+
}
|
|
4366
|
+
],
|
|
4367
|
+
"listeners": [],
|
|
4368
|
+
"styles": [],
|
|
4369
|
+
"slots": [],
|
|
4370
|
+
"parts": [],
|
|
4371
|
+
"dependents": [],
|
|
4372
|
+
"dependencies": [
|
|
4373
|
+
"gross-payment-chart-core"
|
|
4374
|
+
],
|
|
4375
|
+
"dependencyGraph": {
|
|
4376
|
+
"justifi-gross-payment-chart": [
|
|
4377
|
+
"gross-payment-chart-core"
|
|
4378
|
+
]
|
|
4379
|
+
}
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"filePath": "src/components/business-forms/owner-form/identity-address/identity-address-form.tsx",
|
|
4383
|
+
"encapsulation": "shadow",
|
|
4384
|
+
"tag": "justifi-identity-address-form",
|
|
4385
|
+
"readme": "# justifi-business-address\n\n\n",
|
|
4386
|
+
"docs": "",
|
|
4387
|
+
"docsTags": [],
|
|
4388
|
+
"usage": {},
|
|
4389
|
+
"props": [
|
|
4390
|
+
{
|
|
4391
|
+
"name": "defaultValues",
|
|
4392
|
+
"type": "any",
|
|
4393
|
+
"complexType": {
|
|
4394
|
+
"original": "any",
|
|
4395
|
+
"resolved": "any",
|
|
4396
|
+
"references": {}
|
|
4397
|
+
},
|
|
4398
|
+
"mutable": false,
|
|
4399
|
+
"attr": "default-values",
|
|
4400
|
+
"reflectToAttr": false,
|
|
4401
|
+
"docs": "",
|
|
4402
|
+
"docsTags": [],
|
|
4403
|
+
"values": [
|
|
4404
|
+
{
|
|
4405
|
+
"type": "any"
|
|
4406
|
+
}
|
|
4407
|
+
],
|
|
4408
|
+
"optional": false,
|
|
4409
|
+
"required": false
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"name": "errors",
|
|
4413
|
+
"type": "any",
|
|
4414
|
+
"complexType": {
|
|
4415
|
+
"original": "any",
|
|
4416
|
+
"resolved": "any",
|
|
4417
|
+
"references": {}
|
|
4418
|
+
},
|
|
4419
|
+
"mutable": false,
|
|
4420
|
+
"attr": "errors",
|
|
4421
|
+
"reflectToAttr": false,
|
|
4422
|
+
"docs": "",
|
|
4423
|
+
"docsTags": [],
|
|
4424
|
+
"values": [
|
|
4425
|
+
{
|
|
4426
|
+
"type": "any"
|
|
4427
|
+
}
|
|
4428
|
+
],
|
|
4429
|
+
"optional": false,
|
|
4430
|
+
"required": false
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"name": "handleFormUpdate",
|
|
4434
|
+
"type": "(values: any) => void",
|
|
4435
|
+
"complexType": {
|
|
4436
|
+
"original": "(values: any) => void",
|
|
4437
|
+
"resolved": "(values: any) => void",
|
|
4534
4438
|
"references": {}
|
|
4535
4439
|
},
|
|
4536
4440
|
"mutable": false,
|
|
4537
|
-
"attr": "auth-token",
|
|
4538
4441
|
"reflectToAttr": false,
|
|
4539
4442
|
"docs": "",
|
|
4540
4443
|
"docsTags": [],
|
|
4541
4444
|
"values": [
|
|
4542
4445
|
{
|
|
4543
|
-
"type": "
|
|
4446
|
+
"type": "(values: any) => void"
|
|
4544
4447
|
}
|
|
4545
4448
|
],
|
|
4546
4449
|
"optional": false,
|
|
@@ -4553,13 +4456,28 @@
|
|
|
4553
4456
|
"styles": [],
|
|
4554
4457
|
"slots": [],
|
|
4555
4458
|
"parts": [],
|
|
4556
|
-
"dependents": [
|
|
4459
|
+
"dependents": [
|
|
4460
|
+
"justifi-business-representative",
|
|
4461
|
+
"justifi-business-representative-form-step",
|
|
4462
|
+
"justifi-owner-form"
|
|
4463
|
+
],
|
|
4557
4464
|
"dependencies": [
|
|
4558
|
-
"
|
|
4465
|
+
"form-control-text",
|
|
4466
|
+
"form-control-select"
|
|
4559
4467
|
],
|
|
4560
4468
|
"dependencyGraph": {
|
|
4561
|
-
"justifi-
|
|
4562
|
-
"
|
|
4469
|
+
"justifi-identity-address-form": [
|
|
4470
|
+
"form-control-text",
|
|
4471
|
+
"form-control-select"
|
|
4472
|
+
],
|
|
4473
|
+
"justifi-business-representative": [
|
|
4474
|
+
"justifi-identity-address-form"
|
|
4475
|
+
],
|
|
4476
|
+
"justifi-business-representative-form-step": [
|
|
4477
|
+
"justifi-identity-address-form"
|
|
4478
|
+
],
|
|
4479
|
+
"justifi-owner-form": [
|
|
4480
|
+
"justifi-identity-address-form"
|
|
4563
4481
|
]
|
|
4564
4482
|
}
|
|
4565
4483
|
},
|
|
@@ -4623,13 +4541,11 @@
|
|
|
4623
4541
|
],
|
|
4624
4542
|
"dependencies": [
|
|
4625
4543
|
"form-control-text",
|
|
4626
|
-
"form-control-number",
|
|
4627
4544
|
"form-control-select"
|
|
4628
4545
|
],
|
|
4629
4546
|
"dependencyGraph": {
|
|
4630
4547
|
"justifi-legal-address-form": [
|
|
4631
4548
|
"form-control-text",
|
|
4632
|
-
"form-control-number",
|
|
4633
4549
|
"form-control-select"
|
|
4634
4550
|
],
|
|
4635
4551
|
"justifi-business-form": [
|
|
@@ -4638,7 +4554,7 @@
|
|
|
4638
4554
|
}
|
|
4639
4555
|
},
|
|
4640
4556
|
{
|
|
4641
|
-
"filePath": "src/components/business-forms/
|
|
4557
|
+
"filePath": "src/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.tsx",
|
|
4642
4558
|
"encapsulation": "none",
|
|
4643
4559
|
"tag": "justifi-legal-address-form-step",
|
|
4644
4560
|
"readme": "# legal-address-form\n\n\n",
|
|
@@ -4659,6 +4575,27 @@
|
|
|
4659
4575
|
],
|
|
4660
4576
|
"usage": {},
|
|
4661
4577
|
"props": [
|
|
4578
|
+
{
|
|
4579
|
+
"name": "allowOptionalFields",
|
|
4580
|
+
"type": "boolean",
|
|
4581
|
+
"complexType": {
|
|
4582
|
+
"original": "boolean",
|
|
4583
|
+
"resolved": "boolean",
|
|
4584
|
+
"references": {}
|
|
4585
|
+
},
|
|
4586
|
+
"mutable": false,
|
|
4587
|
+
"attr": "allow-optional-fields",
|
|
4588
|
+
"reflectToAttr": false,
|
|
4589
|
+
"docs": "",
|
|
4590
|
+
"docsTags": [],
|
|
4591
|
+
"values": [
|
|
4592
|
+
{
|
|
4593
|
+
"type": "boolean"
|
|
4594
|
+
}
|
|
4595
|
+
],
|
|
4596
|
+
"optional": true,
|
|
4597
|
+
"required": false
|
|
4598
|
+
},
|
|
4662
4599
|
{
|
|
4663
4600
|
"name": "authToken",
|
|
4664
4601
|
"type": "string",
|
|
@@ -4799,20 +4736,18 @@
|
|
|
4799
4736
|
"slots": [],
|
|
4800
4737
|
"parts": [],
|
|
4801
4738
|
"dependents": [
|
|
4802
|
-
"justifi-
|
|
4739
|
+
"justifi-payment-provisioning"
|
|
4803
4740
|
],
|
|
4804
4741
|
"dependencies": [
|
|
4805
4742
|
"form-control-text",
|
|
4806
|
-
"form-control-number",
|
|
4807
4743
|
"form-control-select"
|
|
4808
4744
|
],
|
|
4809
4745
|
"dependencyGraph": {
|
|
4810
4746
|
"justifi-legal-address-form-step": [
|
|
4811
4747
|
"form-control-text",
|
|
4812
|
-
"form-control-number",
|
|
4813
4748
|
"form-control-select"
|
|
4814
4749
|
],
|
|
4815
|
-
"justifi-
|
|
4750
|
+
"justifi-payment-provisioning": [
|
|
4816
4751
|
"justifi-legal-address-form-step"
|
|
4817
4752
|
]
|
|
4818
4753
|
}
|
|
@@ -5012,6 +4947,27 @@
|
|
|
5012
4947
|
"docsTags": [],
|
|
5013
4948
|
"usage": {},
|
|
5014
4949
|
"props": [
|
|
4950
|
+
{
|
|
4951
|
+
"name": "allowOptionalFields",
|
|
4952
|
+
"type": "boolean",
|
|
4953
|
+
"complexType": {
|
|
4954
|
+
"original": "boolean",
|
|
4955
|
+
"resolved": "boolean",
|
|
4956
|
+
"references": {}
|
|
4957
|
+
},
|
|
4958
|
+
"mutable": false,
|
|
4959
|
+
"attr": "allow-optional-fields",
|
|
4960
|
+
"reflectToAttr": false,
|
|
4961
|
+
"docs": "",
|
|
4962
|
+
"docsTags": [],
|
|
4963
|
+
"values": [
|
|
4964
|
+
{
|
|
4965
|
+
"type": "boolean"
|
|
4966
|
+
}
|
|
4967
|
+
],
|
|
4968
|
+
"optional": true,
|
|
4969
|
+
"required": false
|
|
4970
|
+
},
|
|
5015
4971
|
{
|
|
5016
4972
|
"name": "authToken",
|
|
5017
4973
|
"type": "string",
|
|
@@ -5185,6 +5141,26 @@
|
|
|
5185
5141
|
}
|
|
5186
5142
|
],
|
|
5187
5143
|
"events": [
|
|
5144
|
+
{
|
|
5145
|
+
"event": "click-event",
|
|
5146
|
+
"detail": "OwnerFormClickEvent",
|
|
5147
|
+
"bubbles": true,
|
|
5148
|
+
"complexType": {
|
|
5149
|
+
"original": "OwnerFormClickEvent",
|
|
5150
|
+
"resolved": "OwnerFormClickEvent",
|
|
5151
|
+
"references": {
|
|
5152
|
+
"OwnerFormClickEvent": {
|
|
5153
|
+
"location": "import",
|
|
5154
|
+
"path": "../utils/business-form-types",
|
|
5155
|
+
"id": "src/components/business-forms/utils/business-form-types.ts::OwnerFormClickEvent"
|
|
5156
|
+
}
|
|
5157
|
+
}
|
|
5158
|
+
},
|
|
5159
|
+
"cancelable": true,
|
|
5160
|
+
"composed": true,
|
|
5161
|
+
"docs": "",
|
|
5162
|
+
"docsTags": []
|
|
5163
|
+
},
|
|
5188
5164
|
{
|
|
5189
5165
|
"event": "formLoading",
|
|
5190
5166
|
"detail": "boolean",
|
|
@@ -5254,25 +5230,22 @@
|
|
|
5254
5230
|
],
|
|
5255
5231
|
"dependencies": [
|
|
5256
5232
|
"form-control-text",
|
|
5257
|
-
"form-control-select",
|
|
5258
5233
|
"form-control-number-masked",
|
|
5259
5234
|
"form-control-datepart",
|
|
5260
5235
|
"form-control-number",
|
|
5261
|
-
"justifi-
|
|
5236
|
+
"justifi-identity-address-form"
|
|
5262
5237
|
],
|
|
5263
5238
|
"dependencyGraph": {
|
|
5264
5239
|
"justifi-owner-form": [
|
|
5265
5240
|
"form-control-text",
|
|
5266
|
-
"form-control-select",
|
|
5267
5241
|
"form-control-number-masked",
|
|
5268
5242
|
"form-control-datepart",
|
|
5269
5243
|
"form-control-number",
|
|
5270
|
-
"justifi-
|
|
5244
|
+
"justifi-identity-address-form"
|
|
5271
5245
|
],
|
|
5272
|
-
"justifi-
|
|
5246
|
+
"justifi-identity-address-form": [
|
|
5273
5247
|
"form-control-text",
|
|
5274
|
-
"form-control-select"
|
|
5275
|
-
"form-control-number"
|
|
5248
|
+
"form-control-select"
|
|
5276
5249
|
],
|
|
5277
5250
|
"justifi-business-owners-form-step": [
|
|
5278
5251
|
"justifi-owner-form"
|
|
@@ -5509,7 +5482,28 @@
|
|
|
5509
5482
|
}
|
|
5510
5483
|
],
|
|
5511
5484
|
"methods": [],
|
|
5512
|
-
"events": [
|
|
5485
|
+
"events": [
|
|
5486
|
+
{
|
|
5487
|
+
"event": "error-event",
|
|
5488
|
+
"detail": "ComponentError",
|
|
5489
|
+
"bubbles": true,
|
|
5490
|
+
"complexType": {
|
|
5491
|
+
"original": "ComponentError",
|
|
5492
|
+
"resolved": "ComponentError",
|
|
5493
|
+
"references": {
|
|
5494
|
+
"ComponentError": {
|
|
5495
|
+
"location": "import",
|
|
5496
|
+
"path": "../../api/ComponentError",
|
|
5497
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
5498
|
+
}
|
|
5499
|
+
}
|
|
5500
|
+
},
|
|
5501
|
+
"cancelable": true,
|
|
5502
|
+
"composed": true,
|
|
5503
|
+
"docs": "",
|
|
5504
|
+
"docsTags": []
|
|
5505
|
+
}
|
|
5506
|
+
],
|
|
5513
5507
|
"listeners": [],
|
|
5514
5508
|
"styles": [],
|
|
5515
5509
|
"slots": [],
|
|
@@ -5665,6 +5659,28 @@
|
|
|
5665
5659
|
}
|
|
5666
5660
|
],
|
|
5667
5661
|
"methods": [
|
|
5662
|
+
{
|
|
5663
|
+
"name": "disableSubmitButton",
|
|
5664
|
+
"returns": {
|
|
5665
|
+
"type": "Promise<void>",
|
|
5666
|
+
"docs": ""
|
|
5667
|
+
},
|
|
5668
|
+
"complexType": {
|
|
5669
|
+
"signature": "() => Promise<void>",
|
|
5670
|
+
"parameters": [],
|
|
5671
|
+
"references": {
|
|
5672
|
+
"Promise": {
|
|
5673
|
+
"location": "global",
|
|
5674
|
+
"id": "global::Promise"
|
|
5675
|
+
}
|
|
5676
|
+
},
|
|
5677
|
+
"return": "Promise<void>"
|
|
5678
|
+
},
|
|
5679
|
+
"signature": "disableSubmitButton() => Promise<void>",
|
|
5680
|
+
"parameters": [],
|
|
5681
|
+
"docs": "",
|
|
5682
|
+
"docsTags": []
|
|
5683
|
+
},
|
|
5668
5684
|
{
|
|
5669
5685
|
"name": "enableSubmitButton",
|
|
5670
5686
|
"returns": {
|
|
@@ -5728,6 +5744,26 @@
|
|
|
5728
5744
|
}
|
|
5729
5745
|
],
|
|
5730
5746
|
"events": [
|
|
5747
|
+
{
|
|
5748
|
+
"event": "error-event",
|
|
5749
|
+
"detail": "ComponentError",
|
|
5750
|
+
"bubbles": true,
|
|
5751
|
+
"complexType": {
|
|
5752
|
+
"original": "ComponentError",
|
|
5753
|
+
"resolved": "ComponentError",
|
|
5754
|
+
"references": {
|
|
5755
|
+
"ComponentError": {
|
|
5756
|
+
"location": "import",
|
|
5757
|
+
"path": "../../api/ComponentError",
|
|
5758
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
5759
|
+
}
|
|
5760
|
+
}
|
|
5761
|
+
},
|
|
5762
|
+
"cancelable": true,
|
|
5763
|
+
"composed": true,
|
|
5764
|
+
"docs": "",
|
|
5765
|
+
"docsTags": []
|
|
5766
|
+
},
|
|
5731
5767
|
{
|
|
5732
5768
|
"event": "submitted",
|
|
5733
5769
|
"detail": "BankAccountCreateResponse | CardCreateResponse",
|
|
@@ -6315,30 +6351,192 @@
|
|
|
6315
6351
|
"usage": {},
|
|
6316
6352
|
"props": [
|
|
6317
6353
|
{
|
|
6318
|
-
"name": "selectedPaymentMethodType",
|
|
6319
|
-
"type": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card",
|
|
6354
|
+
"name": "selectedPaymentMethodType",
|
|
6355
|
+
"type": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card",
|
|
6356
|
+
"complexType": {
|
|
6357
|
+
"original": "PaymentMethodTypes",
|
|
6358
|
+
"resolved": "PaymentMethodTypes.bankAccount | PaymentMethodTypes.card",
|
|
6359
|
+
"references": {
|
|
6360
|
+
"PaymentMethodTypes": {
|
|
6361
|
+
"location": "import",
|
|
6362
|
+
"path": "../../api",
|
|
6363
|
+
"id": "src/api/index.ts::PaymentMethodTypes"
|
|
6364
|
+
}
|
|
6365
|
+
}
|
|
6366
|
+
},
|
|
6367
|
+
"mutable": false,
|
|
6368
|
+
"attr": "selected-payment-method-type",
|
|
6369
|
+
"reflectToAttr": false,
|
|
6370
|
+
"docs": "",
|
|
6371
|
+
"docsTags": [],
|
|
6372
|
+
"values": [
|
|
6373
|
+
{
|
|
6374
|
+
"type": "PaymentMethodTypes.bankAccount"
|
|
6375
|
+
},
|
|
6376
|
+
{
|
|
6377
|
+
"type": "PaymentMethodTypes.card"
|
|
6378
|
+
}
|
|
6379
|
+
],
|
|
6380
|
+
"optional": false,
|
|
6381
|
+
"required": false
|
|
6382
|
+
}
|
|
6383
|
+
],
|
|
6384
|
+
"methods": [],
|
|
6385
|
+
"events": [
|
|
6386
|
+
{
|
|
6387
|
+
"event": "paymentMethodSelected",
|
|
6388
|
+
"detail": "any",
|
|
6389
|
+
"bubbles": true,
|
|
6390
|
+
"complexType": {
|
|
6391
|
+
"original": "any",
|
|
6392
|
+
"resolved": "any",
|
|
6393
|
+
"references": {}
|
|
6394
|
+
},
|
|
6395
|
+
"cancelable": true,
|
|
6396
|
+
"composed": true,
|
|
6397
|
+
"docs": "",
|
|
6398
|
+
"docsTags": []
|
|
6399
|
+
}
|
|
6400
|
+
],
|
|
6401
|
+
"listeners": [],
|
|
6402
|
+
"styles": [],
|
|
6403
|
+
"slots": [],
|
|
6404
|
+
"parts": [],
|
|
6405
|
+
"dependents": [
|
|
6406
|
+
"justifi-payment-form"
|
|
6407
|
+
],
|
|
6408
|
+
"dependencies": [],
|
|
6409
|
+
"dependencyGraph": {
|
|
6410
|
+
"justifi-payment-form": [
|
|
6411
|
+
"justifi-payment-method-selector"
|
|
6412
|
+
]
|
|
6413
|
+
}
|
|
6414
|
+
},
|
|
6415
|
+
{
|
|
6416
|
+
"filePath": "src/components/business-forms/payment-provisioning/payment-provisioning.tsx",
|
|
6417
|
+
"encapsulation": "none",
|
|
6418
|
+
"tag": "justifi-payment-provisioning",
|
|
6419
|
+
"readme": "# justifi-business-info\n\n\n",
|
|
6420
|
+
"docs": "",
|
|
6421
|
+
"docsTags": [
|
|
6422
|
+
{
|
|
6423
|
+
"name": "exportedPart",
|
|
6424
|
+
"text": "label: Label for inputs"
|
|
6425
|
+
},
|
|
6426
|
+
{
|
|
6427
|
+
"name": "exportedPart",
|
|
6428
|
+
"text": "input: The input fields"
|
|
6429
|
+
},
|
|
6430
|
+
{
|
|
6431
|
+
"name": "exportedPart",
|
|
6432
|
+
"text": "input-invalid: Invalid state for inputfs"
|
|
6433
|
+
}
|
|
6434
|
+
],
|
|
6435
|
+
"usage": {},
|
|
6436
|
+
"props": [
|
|
6437
|
+
{
|
|
6438
|
+
"name": "allowOptionalFields",
|
|
6439
|
+
"type": "boolean",
|
|
6440
|
+
"complexType": {
|
|
6441
|
+
"original": "boolean",
|
|
6442
|
+
"resolved": "boolean",
|
|
6443
|
+
"references": {}
|
|
6444
|
+
},
|
|
6445
|
+
"mutable": false,
|
|
6446
|
+
"attr": "allow-optional-fields",
|
|
6447
|
+
"reflectToAttr": false,
|
|
6448
|
+
"docs": "",
|
|
6449
|
+
"docsTags": [],
|
|
6450
|
+
"default": "false",
|
|
6451
|
+
"values": [
|
|
6452
|
+
{
|
|
6453
|
+
"type": "boolean"
|
|
6454
|
+
}
|
|
6455
|
+
],
|
|
6456
|
+
"optional": true,
|
|
6457
|
+
"required": false
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
"name": "authToken",
|
|
6461
|
+
"type": "string",
|
|
6462
|
+
"complexType": {
|
|
6463
|
+
"original": "string",
|
|
6464
|
+
"resolved": "string",
|
|
6465
|
+
"references": {}
|
|
6466
|
+
},
|
|
6467
|
+
"mutable": false,
|
|
6468
|
+
"attr": "auth-token",
|
|
6469
|
+
"reflectToAttr": false,
|
|
6470
|
+
"docs": "",
|
|
6471
|
+
"docsTags": [],
|
|
6472
|
+
"values": [
|
|
6473
|
+
{
|
|
6474
|
+
"type": "string"
|
|
6475
|
+
}
|
|
6476
|
+
],
|
|
6477
|
+
"optional": false,
|
|
6478
|
+
"required": false
|
|
6479
|
+
},
|
|
6480
|
+
{
|
|
6481
|
+
"name": "businessId",
|
|
6482
|
+
"type": "string",
|
|
6320
6483
|
"complexType": {
|
|
6321
|
-
"original": "
|
|
6322
|
-
"resolved": "
|
|
6323
|
-
"references": {
|
|
6324
|
-
|
|
6325
|
-
|
|
6326
|
-
|
|
6327
|
-
|
|
6328
|
-
|
|
6484
|
+
"original": "string",
|
|
6485
|
+
"resolved": "string",
|
|
6486
|
+
"references": {}
|
|
6487
|
+
},
|
|
6488
|
+
"mutable": false,
|
|
6489
|
+
"attr": "business-id",
|
|
6490
|
+
"reflectToAttr": false,
|
|
6491
|
+
"docs": "",
|
|
6492
|
+
"docsTags": [],
|
|
6493
|
+
"values": [
|
|
6494
|
+
{
|
|
6495
|
+
"type": "string"
|
|
6329
6496
|
}
|
|
6497
|
+
],
|
|
6498
|
+
"optional": false,
|
|
6499
|
+
"required": false
|
|
6500
|
+
},
|
|
6501
|
+
{
|
|
6502
|
+
"name": "hideErrors",
|
|
6503
|
+
"type": "boolean",
|
|
6504
|
+
"complexType": {
|
|
6505
|
+
"original": "boolean",
|
|
6506
|
+
"resolved": "boolean",
|
|
6507
|
+
"references": {}
|
|
6330
6508
|
},
|
|
6331
6509
|
"mutable": false,
|
|
6332
|
-
"attr": "
|
|
6510
|
+
"attr": "hide-errors",
|
|
6333
6511
|
"reflectToAttr": false,
|
|
6334
6512
|
"docs": "",
|
|
6335
6513
|
"docsTags": [],
|
|
6514
|
+
"default": "false",
|
|
6336
6515
|
"values": [
|
|
6337
6516
|
{
|
|
6338
|
-
"type": "
|
|
6339
|
-
}
|
|
6517
|
+
"type": "boolean"
|
|
6518
|
+
}
|
|
6519
|
+
],
|
|
6520
|
+
"optional": true,
|
|
6521
|
+
"required": false
|
|
6522
|
+
},
|
|
6523
|
+
{
|
|
6524
|
+
"name": "testMode",
|
|
6525
|
+
"type": "boolean",
|
|
6526
|
+
"complexType": {
|
|
6527
|
+
"original": "boolean",
|
|
6528
|
+
"resolved": "boolean",
|
|
6529
|
+
"references": {}
|
|
6530
|
+
},
|
|
6531
|
+
"mutable": false,
|
|
6532
|
+
"attr": "test-mode",
|
|
6533
|
+
"reflectToAttr": false,
|
|
6534
|
+
"docs": "",
|
|
6535
|
+
"docsTags": [],
|
|
6536
|
+
"default": "false",
|
|
6537
|
+
"values": [
|
|
6340
6538
|
{
|
|
6341
|
-
"type": "
|
|
6539
|
+
"type": "boolean"
|
|
6342
6540
|
}
|
|
6343
6541
|
],
|
|
6344
6542
|
"optional": false,
|
|
@@ -6348,13 +6546,19 @@
|
|
|
6348
6546
|
"methods": [],
|
|
6349
6547
|
"events": [
|
|
6350
6548
|
{
|
|
6351
|
-
"event": "
|
|
6352
|
-
"detail": "
|
|
6549
|
+
"event": "click-event",
|
|
6550
|
+
"detail": "BusinessFormClickEvent",
|
|
6353
6551
|
"bubbles": true,
|
|
6354
6552
|
"complexType": {
|
|
6355
|
-
"original": "
|
|
6356
|
-
"resolved": "
|
|
6357
|
-
"references": {
|
|
6553
|
+
"original": "BusinessFormClickEvent",
|
|
6554
|
+
"resolved": "BusinessFormClickEvent",
|
|
6555
|
+
"references": {
|
|
6556
|
+
"BusinessFormClickEvent": {
|
|
6557
|
+
"location": "import",
|
|
6558
|
+
"path": "../utils/business-form-types",
|
|
6559
|
+
"id": "src/components/business-forms/utils/business-form-types.ts::BusinessFormClickEvent"
|
|
6560
|
+
}
|
|
6561
|
+
}
|
|
6358
6562
|
},
|
|
6359
6563
|
"cancelable": true,
|
|
6360
6564
|
"composed": true,
|
|
@@ -6366,13 +6570,54 @@
|
|
|
6366
6570
|
"styles": [],
|
|
6367
6571
|
"slots": [],
|
|
6368
6572
|
"parts": [],
|
|
6369
|
-
"dependents": [
|
|
6370
|
-
|
|
6573
|
+
"dependents": [],
|
|
6574
|
+
"dependencies": [
|
|
6575
|
+
"justifi-business-core-info-form-step",
|
|
6576
|
+
"justifi-legal-address-form-step",
|
|
6577
|
+
"justifi-additional-questions-form-step",
|
|
6578
|
+
"justifi-business-representative-form-step",
|
|
6579
|
+
"justifi-business-owners-form-step"
|
|
6371
6580
|
],
|
|
6372
|
-
"dependencies": [],
|
|
6373
6581
|
"dependencyGraph": {
|
|
6374
|
-
"justifi-payment-
|
|
6375
|
-
"justifi-
|
|
6582
|
+
"justifi-payment-provisioning": [
|
|
6583
|
+
"justifi-business-core-info-form-step",
|
|
6584
|
+
"justifi-legal-address-form-step",
|
|
6585
|
+
"justifi-additional-questions-form-step",
|
|
6586
|
+
"justifi-business-representative-form-step",
|
|
6587
|
+
"justifi-business-owners-form-step"
|
|
6588
|
+
],
|
|
6589
|
+
"justifi-business-core-info-form-step": [
|
|
6590
|
+
"form-control-text",
|
|
6591
|
+
"form-control-select",
|
|
6592
|
+
"form-control-number-masked"
|
|
6593
|
+
],
|
|
6594
|
+
"justifi-legal-address-form-step": [
|
|
6595
|
+
"form-control-text",
|
|
6596
|
+
"form-control-select"
|
|
6597
|
+
],
|
|
6598
|
+
"justifi-additional-questions-form-step": [
|
|
6599
|
+
"form-control-monetary"
|
|
6600
|
+
],
|
|
6601
|
+
"justifi-business-representative-form-step": [
|
|
6602
|
+
"form-control-text",
|
|
6603
|
+
"form-control-number-masked",
|
|
6604
|
+
"form-control-datepart",
|
|
6605
|
+
"form-control-number",
|
|
6606
|
+
"justifi-identity-address-form"
|
|
6607
|
+
],
|
|
6608
|
+
"justifi-identity-address-form": [
|
|
6609
|
+
"form-control-text",
|
|
6610
|
+
"form-control-select"
|
|
6611
|
+
],
|
|
6612
|
+
"justifi-business-owners-form-step": [
|
|
6613
|
+
"justifi-owner-form"
|
|
6614
|
+
],
|
|
6615
|
+
"justifi-owner-form": [
|
|
6616
|
+
"form-control-text",
|
|
6617
|
+
"form-control-number-masked",
|
|
6618
|
+
"form-control-datepart",
|
|
6619
|
+
"form-control-number",
|
|
6620
|
+
"justifi-identity-address-form"
|
|
6376
6621
|
]
|
|
6377
6622
|
}
|
|
6378
6623
|
},
|
|
@@ -6498,7 +6743,28 @@
|
|
|
6498
6743
|
}
|
|
6499
6744
|
],
|
|
6500
6745
|
"methods": [],
|
|
6501
|
-
"events": [
|
|
6746
|
+
"events": [
|
|
6747
|
+
{
|
|
6748
|
+
"event": "error-event",
|
|
6749
|
+
"detail": "ComponentError",
|
|
6750
|
+
"bubbles": true,
|
|
6751
|
+
"complexType": {
|
|
6752
|
+
"original": "ComponentError",
|
|
6753
|
+
"resolved": "ComponentError",
|
|
6754
|
+
"references": {
|
|
6755
|
+
"ComponentError": {
|
|
6756
|
+
"location": "import",
|
|
6757
|
+
"path": "../../api/ComponentError",
|
|
6758
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
6759
|
+
}
|
|
6760
|
+
}
|
|
6761
|
+
},
|
|
6762
|
+
"cancelable": true,
|
|
6763
|
+
"composed": true,
|
|
6764
|
+
"docs": "",
|
|
6765
|
+
"docsTags": []
|
|
6766
|
+
}
|
|
6767
|
+
],
|
|
6502
6768
|
"listeners": [],
|
|
6503
6769
|
"styles": [],
|
|
6504
6770
|
"slots": [],
|
|
@@ -6572,7 +6838,28 @@
|
|
|
6572
6838
|
}
|
|
6573
6839
|
],
|
|
6574
6840
|
"methods": [],
|
|
6575
|
-
"events": [
|
|
6841
|
+
"events": [
|
|
6842
|
+
{
|
|
6843
|
+
"event": "error-event",
|
|
6844
|
+
"detail": "ComponentError",
|
|
6845
|
+
"bubbles": true,
|
|
6846
|
+
"complexType": {
|
|
6847
|
+
"original": "ComponentError",
|
|
6848
|
+
"resolved": "ComponentError",
|
|
6849
|
+
"references": {
|
|
6850
|
+
"ComponentError": {
|
|
6851
|
+
"location": "import",
|
|
6852
|
+
"path": "../../api/ComponentError",
|
|
6853
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
6854
|
+
}
|
|
6855
|
+
}
|
|
6856
|
+
},
|
|
6857
|
+
"cancelable": true,
|
|
6858
|
+
"composed": true,
|
|
6859
|
+
"docs": "",
|
|
6860
|
+
"docsTags": []
|
|
6861
|
+
}
|
|
6862
|
+
],
|
|
6576
6863
|
"listeners": [],
|
|
6577
6864
|
"styles": [],
|
|
6578
6865
|
"slots": [],
|
|
@@ -6712,7 +6999,28 @@
|
|
|
6712
6999
|
}
|
|
6713
7000
|
],
|
|
6714
7001
|
"methods": [],
|
|
6715
|
-
"events": [
|
|
7002
|
+
"events": [
|
|
7003
|
+
{
|
|
7004
|
+
"event": "error-event",
|
|
7005
|
+
"detail": "ComponentError",
|
|
7006
|
+
"bubbles": true,
|
|
7007
|
+
"complexType": {
|
|
7008
|
+
"original": "ComponentError",
|
|
7009
|
+
"resolved": "ComponentError",
|
|
7010
|
+
"references": {
|
|
7011
|
+
"ComponentError": {
|
|
7012
|
+
"location": "import",
|
|
7013
|
+
"path": "../../api/ComponentError",
|
|
7014
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
7015
|
+
}
|
|
7016
|
+
}
|
|
7017
|
+
},
|
|
7018
|
+
"cancelable": true,
|
|
7019
|
+
"composed": true,
|
|
7020
|
+
"docs": "",
|
|
7021
|
+
"docsTags": []
|
|
7022
|
+
}
|
|
7023
|
+
],
|
|
6716
7024
|
"listeners": [],
|
|
6717
7025
|
"styles": [],
|
|
6718
7026
|
"slots": [],
|
|
@@ -7905,7 +8213,28 @@
|
|
|
7905
8213
|
}
|
|
7906
8214
|
],
|
|
7907
8215
|
"methods": [],
|
|
7908
|
-
"events": [
|
|
8216
|
+
"events": [
|
|
8217
|
+
{
|
|
8218
|
+
"event": "error-event",
|
|
8219
|
+
"detail": "ComponentError",
|
|
8220
|
+
"bubbles": true,
|
|
8221
|
+
"complexType": {
|
|
8222
|
+
"original": "ComponentError",
|
|
8223
|
+
"resolved": "ComponentError",
|
|
8224
|
+
"references": {
|
|
8225
|
+
"ComponentError": {
|
|
8226
|
+
"location": "import",
|
|
8227
|
+
"path": "../../api/ComponentError",
|
|
8228
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
8229
|
+
}
|
|
8230
|
+
}
|
|
8231
|
+
},
|
|
8232
|
+
"cancelable": true,
|
|
8233
|
+
"composed": true,
|
|
8234
|
+
"docs": "",
|
|
8235
|
+
"docsTags": []
|
|
8236
|
+
}
|
|
8237
|
+
],
|
|
7909
8238
|
"listeners": [],
|
|
7910
8239
|
"styles": [],
|
|
7911
8240
|
"slots": [],
|
|
@@ -7962,6 +8291,26 @@
|
|
|
7962
8291
|
],
|
|
7963
8292
|
"methods": [],
|
|
7964
8293
|
"events": [
|
|
8294
|
+
{
|
|
8295
|
+
"event": "error-event",
|
|
8296
|
+
"detail": "ComponentError",
|
|
8297
|
+
"bubbles": true,
|
|
8298
|
+
"complexType": {
|
|
8299
|
+
"original": "ComponentError",
|
|
8300
|
+
"resolved": "ComponentError",
|
|
8301
|
+
"references": {
|
|
8302
|
+
"ComponentError": {
|
|
8303
|
+
"location": "import",
|
|
8304
|
+
"path": "../../api/ComponentError",
|
|
8305
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
8306
|
+
}
|
|
8307
|
+
}
|
|
8308
|
+
},
|
|
8309
|
+
"cancelable": true,
|
|
8310
|
+
"composed": true,
|
|
8311
|
+
"docs": "",
|
|
8312
|
+
"docsTags": []
|
|
8313
|
+
},
|
|
7965
8314
|
{
|
|
7966
8315
|
"event": "payment-row-clicked",
|
|
7967
8316
|
"detail": "Payment",
|
|
@@ -8041,7 +8390,28 @@
|
|
|
8041
8390
|
}
|
|
8042
8391
|
],
|
|
8043
8392
|
"methods": [],
|
|
8044
|
-
"events": [
|
|
8393
|
+
"events": [
|
|
8394
|
+
{
|
|
8395
|
+
"event": "error-event",
|
|
8396
|
+
"detail": "ComponentError",
|
|
8397
|
+
"bubbles": true,
|
|
8398
|
+
"complexType": {
|
|
8399
|
+
"original": "ComponentError",
|
|
8400
|
+
"resolved": "ComponentError",
|
|
8401
|
+
"references": {
|
|
8402
|
+
"ComponentError": {
|
|
8403
|
+
"location": "import",
|
|
8404
|
+
"path": "../../api/ComponentError",
|
|
8405
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
8406
|
+
}
|
|
8407
|
+
}
|
|
8408
|
+
},
|
|
8409
|
+
"cancelable": true,
|
|
8410
|
+
"composed": true,
|
|
8411
|
+
"docs": "",
|
|
8412
|
+
"docsTags": []
|
|
8413
|
+
}
|
|
8414
|
+
],
|
|
8045
8415
|
"listeners": [],
|
|
8046
8416
|
"styles": [],
|
|
8047
8417
|
"slots": [],
|
|
@@ -8098,6 +8468,26 @@
|
|
|
8098
8468
|
],
|
|
8099
8469
|
"methods": [],
|
|
8100
8470
|
"events": [
|
|
8471
|
+
{
|
|
8472
|
+
"event": "error-event",
|
|
8473
|
+
"detail": "ComponentError",
|
|
8474
|
+
"bubbles": true,
|
|
8475
|
+
"complexType": {
|
|
8476
|
+
"original": "ComponentError",
|
|
8477
|
+
"resolved": "ComponentError",
|
|
8478
|
+
"references": {
|
|
8479
|
+
"ComponentError": {
|
|
8480
|
+
"location": "import",
|
|
8481
|
+
"path": "../../api/ComponentError",
|
|
8482
|
+
"id": "src/api/ComponentError.ts::ComponentError"
|
|
8483
|
+
}
|
|
8484
|
+
}
|
|
8485
|
+
},
|
|
8486
|
+
"cancelable": true,
|
|
8487
|
+
"composed": true,
|
|
8488
|
+
"docs": "",
|
|
8489
|
+
"docsTags": []
|
|
8490
|
+
},
|
|
8101
8491
|
{
|
|
8102
8492
|
"event": "payout-row-clicked",
|
|
8103
8493
|
"detail": "Payout",
|
|
@@ -8853,13 +9243,18 @@
|
|
|
8853
9243
|
"docstring": "",
|
|
8854
9244
|
"path": "../../node_modules/.pnpm/yup@1.3.3/node_modules/yup/index.d.ts"
|
|
8855
9245
|
},
|
|
8856
|
-
"src/api/
|
|
8857
|
-
"declaration": "export interface
|
|
9246
|
+
"src/api/ComponentError.ts::ComponentError": {
|
|
9247
|
+
"declaration": "export interface ComponentError {\n errorCode: ComponentErrorCodes; // A unique code identifying the error\n message: string; // A descriptive message about the error\n severity?: ComponentErrorSeverity; // Optional severity level\n data?: any; // Additional data pertinent to the error (optional)\n}",
|
|
9248
|
+
"docstring": "",
|
|
9249
|
+
"path": "src/api/ComponentError.ts"
|
|
9250
|
+
},
|
|
9251
|
+
"src/api/Business.ts::IAdditionalQuestions": {
|
|
9252
|
+
"declaration": "export interface IAdditionalQuestions {\n business_revenue?: string;\n business_payment_volume?: string;\n business_dispute_volume?: string;\n business_receivable_volume?: string;\n}",
|
|
8858
9253
|
"docstring": "",
|
|
8859
9254
|
"path": "src/api/Business.ts"
|
|
8860
9255
|
},
|
|
8861
9256
|
"src/api/Business.ts::IBusiness": {
|
|
8862
|
-
"declaration": "export interface IBusiness {\n additional_questions:
|
|
9257
|
+
"declaration": "export interface IBusiness {\n additional_questions: IAdditionalQuestions | {};\n business_structure: BusinessStructure;\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}",
|
|
8863
9258
|
"docstring": "",
|
|
8864
9259
|
"path": "src/api/Business.ts"
|
|
8865
9260
|
},
|
|
@@ -8873,13 +9268,13 @@
|
|
|
8873
9268
|
"docstring": "",
|
|
8874
9269
|
"path": "src/api/Identity.ts"
|
|
8875
9270
|
},
|
|
8876
|
-
"src/components/business-forms/utils/business-form-types.ts::
|
|
8877
|
-
"declaration": "export interface
|
|
9271
|
+
"src/components/business-forms/utils/business-form-types.ts::BusinessFormSubmitEvent": {
|
|
9272
|
+
"declaration": "export interface BusinessFormSubmitEvent {\n data: any;\n metadata?: BusinessFormEventMetaData;\n}",
|
|
8878
9273
|
"docstring": "",
|
|
8879
9274
|
"path": "src/components/business-forms/utils/business-form-types.ts"
|
|
8880
9275
|
},
|
|
8881
|
-
"src/components/business-forms/utils/business-form-types.ts::
|
|
8882
|
-
"declaration": "export interface
|
|
9276
|
+
"src/components/business-forms/utils/business-form-types.ts::BusinessFormClickEvent": {
|
|
9277
|
+
"declaration": "export interface BusinessFormClickEvent {\n data?: any;\n name: BusinessFormClickActions;\n}",
|
|
8883
9278
|
"docstring": "",
|
|
8884
9279
|
"path": "src/components/business-forms/utils/business-form-types.ts"
|
|
8885
9280
|
},
|
|
@@ -8888,13 +9283,13 @@
|
|
|
8888
9283
|
"docstring": "",
|
|
8889
9284
|
"path": "src/components/form/form.ts"
|
|
8890
9285
|
},
|
|
8891
|
-
"src/components/business-forms/utils/business-form-types.ts::
|
|
8892
|
-
"declaration": "export interface
|
|
9286
|
+
"src/components/business-forms/utils/business-form-types.ts::OwnerFormSubmitEvent": {
|
|
9287
|
+
"declaration": "export interface OwnerFormSubmitEvent {\n data: any;\n metadata?: any;\n}",
|
|
8893
9288
|
"docstring": "",
|
|
8894
9289
|
"path": "src/components/business-forms/utils/business-form-types.ts"
|
|
8895
9290
|
},
|
|
8896
|
-
"src/components/business-forms/utils/business-form-types.ts::
|
|
8897
|
-
"declaration": "export interface
|
|
9291
|
+
"src/components/business-forms/utils/business-form-types.ts::OwnerFormClickEvent": {
|
|
9292
|
+
"declaration": "export interface OwnerFormClickEvent {\n data?: any;\n name: OwnerFormClickActions;\n}",
|
|
8898
9293
|
"docstring": "",
|
|
8899
9294
|
"path": "src/components/business-forms/utils/business-form-types.ts"
|
|
8900
9295
|
},
|
|
@@ -8903,6 +9298,11 @@
|
|
|
8903
9298
|
"docstring": "",
|
|
8904
9299
|
"path": "src/components/business-forms/utils/business-form-types.ts"
|
|
8905
9300
|
},
|
|
9301
|
+
"src/components/business-forms/utils/business-form-types.ts::BusinessFormServerErrorEvent": {
|
|
9302
|
+
"declaration": "export interface BusinessFormServerErrorEvent {\n data?: any;\n message: BusinessFormServerErrors;\n}",
|
|
9303
|
+
"docstring": "",
|
|
9304
|
+
"path": "src/components/business-forms/utils/business-form-types.ts"
|
|
9305
|
+
},
|
|
8906
9306
|
"src/components/checkout/payment-method-option-utils.tsx::PaymentMethodOption": {
|
|
8907
9307
|
"declaration": "any",
|
|
8908
9308
|
"docstring": "",
|