@justifi/webcomponents 4.7.1-rc.0 → 4.7.2-rc.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/Api-548eaa62.js +0 -2
- package/dist/cjs/Pagination-cae1dcbd.js +0 -2
- package/dist/cjs/{Payout-68a99ee3.js → Payout-f8240e9c.js} +49 -3
- package/dist/cjs/SubAccount-f47c8522.js +0 -2
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -4
- package/dist/cjs/business-form-schema-fe831c30.js +0 -2
- package/dist/cjs/config-a156df17.js +0 -2
- package/dist/cjs/form-1e732a9d.js +0 -2
- package/dist/cjs/form-control-datepart_2.cjs.entry.js +1 -3
- package/dist/cjs/form-control-monetary.cjs.entry.js +0 -2
- package/dist/cjs/form-control-number_3.cjs.entry.js +0 -2
- package/dist/cjs/helpers-c505d861.js +0 -2
- package/dist/cjs/index-5a880722.js +0 -2
- package/dist/cjs/index-c5ace247.js +0 -2
- package/dist/cjs/index.cjs.js +0 -2
- package/dist/cjs/index.esm-91ec051e.js +0 -2
- package/dist/cjs/justifi-additional-questions_6.cjs.entry.js +0 -2
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +0 -2
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +0 -2
- package/dist/cjs/justifi-business-details.cjs.entry.js +16 -14
- package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +7 -3
- package/dist/cjs/justifi-business-form.cjs.entry.js +1 -3
- package/dist/cjs/justifi-business-list.cjs.entry.js +1 -3
- package/dist/cjs/justifi-card-form.cjs.entry.js +0 -2
- package/dist/cjs/justifi-details.cjs.entry.js +0 -2
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +22 -12
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +1 -3
- package/dist/cjs/justifi-payment-details.cjs.entry.js +20 -13
- package/dist/cjs/justifi-payment-form.cjs.entry.js +16 -8
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payments-list.cjs.entry.js +22 -25
- package/dist/cjs/justifi-payout-details.cjs.entry.js +19 -13
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +21 -13
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +1 -3
- package/dist/cjs/justifi-refund-form.cjs.entry.js +1 -3
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +3 -7
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +1 -3
- package/dist/cjs/justifi-table_2.cjs.entry.js +4 -6
- package/dist/cjs/loader.cjs.js +1 -3
- package/dist/cjs/select-input_2.cjs.entry.js +0 -2
- package/dist/cjs/state-options-83b52cd1.js +0 -2
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +0 -2
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +0 -2
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +0 -2
- package/dist/cjs/utils-13d069be.js +0 -2
- package/dist/cjs/utils-4622829d.js +0 -2
- package/dist/cjs/webcomponents.cjs.js +1 -3
- package/dist/collection/api/Api.js +0 -1
- package/dist/collection/api/Business.js +0 -1
- package/dist/collection/api/GrossVolume.js +0 -1
- package/dist/collection/api/Pagination.js +0 -1
- package/dist/collection/api/Payment.js +49 -2
- package/dist/collection/api/Payout.js +0 -1
- package/dist/collection/api/Proceed.js +0 -1
- package/dist/collection/api/SubAccount.js +0 -1
- package/dist/collection/api/index.js +0 -1
- package/dist/collection/api/mockData/MockOnboardingData.js +0 -1
- package/dist/collection/api/mockData/MockPayments.js +21 -22
- package/dist/collection/api/mockData/MockSubAccount.js +0 -1
- package/dist/collection/api/mockData/mockGrossVolumeReport.js +0 -1
- package/dist/collection/api/shared.js +0 -1
- package/dist/collection/components/bank-account-form/bank-account-form.js +0 -1
- package/dist/collection/components/bank-account-form/bank-account-form.stories.js +8 -1
- package/dist/collection/components/bank-account-form/test/bank-account-form.e2e.js +0 -1
- package/dist/collection/components/bank-account-form/test/bank-account-form.spec.js +0 -1
- package/dist/collection/components/billing-form/billing-form-schema.js +0 -1
- package/dist/collection/components/billing-form/billing-form.js +0 -1
- package/dist/collection/components/billing-form/billing-form.stories.js +0 -1
- package/dist/collection/components/billing-form/state-options.js +0 -1
- package/dist/collection/components/billing-form/test/billing-form.spec.js +0 -1
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +0 -1
- package/dist/collection/components/business-details/business-details.js +16 -13
- package/dist/collection/components/business-details/business-details.stories.js +0 -1
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +0 -1
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +0 -1
- package/dist/collection/components/business-details/owner-details/owner-details.js +0 -1
- package/dist/collection/components/business-details/representative-details/representative-details.js +2 -3
- package/dist/collection/components/business-form/additional-questions/additional-questions.js +0 -1
- package/dist/collection/components/business-form/business-address/business-address-form-schema.js +0 -1
- package/dist/collection/components/business-form/business-address/business-address-form.js +0 -1
- package/dist/collection/components/business-form/business-address/test/business-address.e2e.js +0 -1
- package/dist/collection/components/business-form/business-address/test/business-address.spec.js +0 -1
- package/dist/collection/components/business-form/business-form-example.js +12 -0
- package/dist/collection/components/business-form/business-form-schema.js +0 -1
- package/dist/collection/components/business-form/business-form-stepped-example.js +12 -0
- package/dist/collection/components/business-form/business-form-stepped.js +24 -1
- package/dist/collection/components/business-form/business-form-stepped.stories.js +1 -1
- package/dist/collection/components/business-form/business-form.js +0 -1
- package/dist/collection/components/business-form/business-form.stories.js +0 -1
- package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +0 -1
- package/dist/collection/components/business-form/business-owners/business-owners.js +0 -1
- package/dist/collection/components/business-form/business-representative/business-representative-schema.js +0 -1
- package/dist/collection/components/business-form/business-representative/business-representative.js +0 -1
- package/dist/collection/components/business-form/helpers.js +0 -1
- package/dist/collection/components/business-form/legal-address-form/legal-address-form-schema.js +0 -1
- package/dist/collection/components/business-form/legal-address-form/legal-address-form.js +0 -1
- package/dist/collection/components/business-form/test/business-form.spec.js +0 -1
- package/dist/collection/components/business-list/business-list.js +0 -1
- package/dist/collection/components/business-list/business-list.stories.js +0 -1
- package/dist/collection/components/card-form/card-form.js +0 -1
- package/dist/collection/components/card-form/card-form.stories.js +8 -1
- package/dist/collection/components/card-form/test/card-form.e2e.js +0 -1
- package/dist/collection/components/card-form/test/card-form.spec.js +0 -1
- package/dist/collection/components/details/details.js +0 -1
- package/dist/collection/components/details/utils.js +0 -1
- package/dist/collection/components/form/form-control-datepart.js +1 -2
- package/dist/collection/components/form/form-control-monetary.js +0 -1
- package/dist/collection/components/form/form-control-number-masked.js +0 -1
- package/dist/collection/components/form/form-control-number.js +0 -1
- package/dist/collection/components/form/form-control-select.js +0 -1
- package/dist/collection/components/form/form-control-text.js +0 -1
- package/dist/collection/components/form/form.js +0 -1
- package/dist/collection/components/gross-payment-chart/chart-utils.js +0 -1
- package/dist/collection/components/gross-payment-chart/example.js +12 -0
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +20 -9
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.stories.js +1 -2
- package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js +0 -1
- package/dist/collection/components/pagination-menu/pagination-menu.js +0 -1
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js +0 -1
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.stories.js +0 -1
- package/dist/collection/components/payment-details/payment-details.js +21 -13
- package/dist/collection/components/payment-details/payment-details.stories.js +0 -1
- package/dist/collection/components/payment-form/payment-form.js +16 -7
- package/dist/collection/components/payment-form/payment-form.stories.js +0 -1
- package/dist/collection/components/payment-form/payment-method-selector.js +0 -1
- package/dist/collection/components/payment-form/test/payment-form.e2e.js +0 -1
- package/dist/collection/components/payment-form/test/payment-form.spec.js +0 -1
- package/dist/collection/components/payment-form/tokenize.js +0 -1
- package/dist/collection/components/payment-method-form/get-computed-theme.js +0 -1
- package/dist/collection/components/payment-method-form/message-event-types.js +0 -1
- package/dist/collection/components/payment-method-form/payment-method-form.js +0 -1
- package/dist/collection/components/payment-method-form/payment-method-responses.js +0 -1
- package/dist/collection/components/payment-method-form/test/payment-method-form.e2e.js +0 -1
- package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js +0 -1
- package/dist/collection/components/payment-method-form/theme.js +0 -1
- package/dist/collection/components/payments-list/payments-list.js +21 -23
- package/dist/collection/components/payments-list/payments-list.stories.js +0 -1
- package/dist/collection/components/payments-list/test/payments-list.spec.js +0 -1
- package/dist/collection/components/payout-details/payout-details.js +19 -12
- package/dist/collection/components/payout-details/payout-details.stories.js +0 -1
- package/dist/collection/components/payouts-list/payouts-list.js +20 -11
- package/dist/collection/components/payouts-list/payouts-list.stories.js +0 -1
- package/dist/collection/components/proceeds-list/proceeds-list.js +0 -1
- package/dist/collection/components/proceeds-list/proceeds-list.stories.js +0 -1
- package/dist/collection/components/refund-form/refund-form-schema.js +0 -1
- package/dist/collection/components/refund-form/refund-form.js +0 -1
- package/dist/collection/components/refund-form/refund-form.stories.js +0 -1
- package/dist/collection/components/select-input/select-input.js +0 -1
- package/dist/collection/components/select-input/test/select-input.spec.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-details.js +2 -5
- package/dist/collection/components/subaccount-details/subaccount-details.stories.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +0 -1
- package/dist/collection/components/subaccount-details/test/subaccount-details.spec.js +0 -1
- package/dist/collection/components/subaccounts-list/subaccounts-list.js +0 -1
- package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js +0 -1
- package/dist/collection/components/subaccounts-list/test/subaccounts-list.e2e.js +0 -1
- package/dist/collection/components/subaccounts-list/test/subaccounts-list.spec.js +0 -1
- package/dist/collection/components/table/table.css +5 -0
- package/dist/collection/components/table/table.js +2 -3
- package/dist/collection/components/table/test/table.spec.js +0 -1
- package/dist/collection/components/text-input/test/text-input.spec.js +0 -1
- package/dist/collection/components/text-input/text-input.js +0 -1
- package/dist/collection/index.js +0 -1
- package/dist/collection/utils/country-options.js +0 -1
- package/dist/collection/utils/phone-masks.js +0 -1
- package/dist/collection/utils/utils.js +0 -1
- package/dist/components/Api.js +0 -2
- package/dist/components/Pagination.js +0 -2
- package/dist/components/Payout.js +50 -4
- package/dist/components/SubAccount.js +0 -2
- package/dist/components/additional-questions-details.js +0 -2
- package/dist/components/additional-questions-details2.js +0 -2
- package/dist/components/additional-questions.js +0 -2
- package/dist/components/billing-form.js +0 -2
- package/dist/components/business-address-form.js +0 -2
- package/dist/components/business-generic-info.js +0 -2
- package/dist/components/business-owners.js +0 -2
- package/dist/components/business-representative.js +0 -2
- package/dist/components/config.js +0 -2
- package/dist/components/details.js +0 -2
- package/dist/components/form-control-datepart.js +0 -2
- package/dist/components/form-control-datepart2.js +1 -3
- package/dist/components/form-control-monetary.js +0 -2
- package/dist/components/form-control-monetary2.js +0 -2
- package/dist/components/form-control-number-masked.js +0 -2
- package/dist/components/form-control-number-masked2.js +0 -2
- package/dist/components/form-control-number.js +0 -2
- package/dist/components/form-control-number2.js +0 -2
- package/dist/components/form-control-select.js +0 -2
- package/dist/components/form-control-select2.js +0 -2
- package/dist/components/form-control-text.js +0 -2
- package/dist/components/form-control-text2.js +0 -2
- package/dist/components/form.js +0 -2
- package/dist/components/generic-info-details.js +0 -2
- package/dist/components/generic-info-details2.js +0 -2
- package/dist/components/helpers.js +0 -2
- package/dist/components/index.esm.js +0 -2
- package/dist/components/index.js +0 -2
- package/dist/components/index2.js +0 -2
- package/dist/components/justifi-additional-questions.js +0 -2
- package/dist/components/justifi-bank-account-form.js +0 -2
- package/dist/components/justifi-billing-form.js +0 -2
- package/dist/components/justifi-business-address-form.js +0 -2
- package/dist/components/justifi-business-details.js +15 -13
- package/dist/components/justifi-business-form-stepped.js +7 -2
- package/dist/components/justifi-business-form.js +0 -2
- package/dist/components/justifi-business-generic-info.js +0 -2
- package/dist/components/justifi-business-list.js +0 -2
- package/dist/components/justifi-business-owners.js +0 -2
- package/dist/components/justifi-business-representative.js +0 -2
- package/dist/components/justifi-card-form.js +0 -2
- package/dist/components/justifi-details.js +0 -2
- package/dist/components/justifi-gross-payment-chart.js +21 -11
- package/dist/components/justifi-legal-address-form.js +0 -2
- package/dist/components/justifi-payment-balance-transactions.js +0 -2
- package/dist/components/justifi-payment-details.js +21 -14
- package/dist/components/justifi-payment-form.js +16 -8
- package/dist/components/justifi-payment-method-form.js +0 -2
- package/dist/components/justifi-payment-method-selector.js +0 -2
- package/dist/components/justifi-payments-list.js +22 -25
- package/dist/components/justifi-payout-details.js +19 -13
- package/dist/components/justifi-payouts-list.js +21 -13
- package/dist/components/justifi-proceeds-list.js +0 -2
- package/dist/components/justifi-refund-form.js +0 -2
- package/dist/components/justifi-subaccount-details.js +2 -6
- package/dist/components/justifi-subaccounts-list.js +0 -2
- package/dist/components/justifi-table.js +0 -2
- package/dist/components/legal-address-details.js +0 -2
- package/dist/components/legal-address-details2.js +0 -2
- package/dist/components/legal-address-form.js +0 -2
- package/dist/components/owner-details.js +0 -2
- package/dist/components/owner-details2.js +0 -2
- package/dist/components/pagination-menu.js +0 -2
- package/dist/components/pagination-menu2.js +1 -3
- package/dist/components/payment-method-form.js +4 -4
- package/dist/components/payment-method-selector.js +0 -2
- package/dist/components/phone-masks.js +0 -2
- package/dist/components/representative-details.js +0 -2
- package/dist/components/representative-details2.js +2 -4
- package/dist/components/select-input.js +0 -2
- package/dist/components/select-input2.js +0 -2
- package/dist/components/state-options.js +0 -2
- package/dist/components/subaccount-account-details.js +0 -2
- package/dist/components/subaccount-account-details2.js +0 -2
- package/dist/components/subaccount-bank-details.js +0 -2
- package/dist/components/subaccount-merchant-details.js +0 -2
- package/dist/components/subaccount-merchant-details2.js +0 -2
- package/dist/components/subaccount-owners-details.js +0 -2
- package/dist/components/subaccount-owners-details2.js +0 -2
- package/dist/components/subaccount-representative-details.js +0 -2
- package/dist/components/subaccount-representative-details2.js +0 -2
- package/dist/components/subaccount-terms-details.js +0 -2
- package/dist/components/table.js +3 -5
- package/dist/components/text-input.js +0 -2
- package/dist/components/text-input2.js +0 -2
- package/dist/components/utils.js +0 -2
- package/dist/components/utils2.js +0 -2
- package/dist/config.js +0 -1
- package/dist/esm/Api-c65d3ed8.js +0 -2
- package/dist/esm/Pagination-31f770d6.js +0 -2
- package/dist/esm/{Payout-fcf16887.js → Payout-586f06a3.js} +50 -4
- package/dist/esm/SubAccount-128190e9.js +0 -2
- package/dist/esm/additional-questions-details_5.entry.js +2 -4
- package/dist/esm/business-form-schema-30a3eadd.js +0 -2
- package/dist/esm/config-ceb0f902.js +0 -2
- package/dist/esm/form-32cf3d1e.js +0 -2
- package/dist/esm/form-control-datepart_2.entry.js +1 -3
- package/dist/esm/form-control-monetary.entry.js +0 -2
- package/dist/esm/form-control-number_3.entry.js +0 -2
- package/dist/esm/helpers-1d5ecdc8.js +0 -2
- package/dist/esm/index-5ed53c20.js +0 -2
- package/dist/esm/index-7471ed60.js +0 -2
- package/dist/esm/index.esm-9397ffa0.js +0 -2
- package/dist/esm/index.js +0 -2
- package/dist/esm/justifi-additional-questions_6.entry.js +0 -2
- package/dist/esm/justifi-bank-account-form.entry.js +0 -2
- package/dist/esm/justifi-billing-form_2.entry.js +0 -2
- package/dist/esm/justifi-business-details.entry.js +17 -15
- package/dist/esm/justifi-business-form-stepped.entry.js +7 -3
- package/dist/esm/justifi-business-form.entry.js +1 -3
- package/dist/esm/justifi-business-list.entry.js +1 -3
- package/dist/esm/justifi-card-form.entry.js +0 -2
- package/dist/esm/justifi-details.entry.js +0 -2
- package/dist/esm/justifi-gross-payment-chart.entry.js +22 -12
- package/dist/esm/justifi-payment-balance-transactions.entry.js +1 -3
- package/dist/esm/justifi-payment-details.entry.js +21 -14
- package/dist/esm/justifi-payment-form.entry.js +16 -8
- package/dist/esm/justifi-payment-method-form.entry.js +4 -4
- package/dist/esm/justifi-payments-list.entry.js +22 -25
- package/dist/esm/justifi-payout-details.entry.js +20 -14
- package/dist/esm/justifi-payouts-list.entry.js +21 -13
- package/dist/esm/justifi-proceeds-list.entry.js +1 -3
- package/dist/esm/justifi-refund-form.entry.js +1 -3
- package/dist/esm/justifi-subaccount-details.entry.js +4 -8
- package/dist/esm/justifi-subaccounts-list.entry.js +1 -3
- package/dist/esm/justifi-table_2.entry.js +4 -6
- package/dist/esm/loader.js +1 -3
- package/dist/esm/select-input_2.entry.js +0 -2
- package/dist/esm/state-options-ece00aa2.js +0 -2
- package/dist/esm/subaccount-account-details_4.entry.js +0 -2
- package/dist/esm/subaccount-bank-details.entry.js +0 -2
- package/dist/esm/subaccount-terms-details.entry.js +0 -2
- package/dist/esm/utils-40b7002c.js +0 -2
- package/dist/esm/utils-6352c002.js +0 -2
- package/dist/esm/webcomponents.js +1 -3
- package/dist/types/api/Payment.d.ts +32 -5
- package/dist/types/api/Payout.d.ts +2 -2
- package/dist/types/components/bank-account-form/bank-account-form.stories.d.ts +1 -0
- package/dist/types/components/business-details/business-details.d.ts +0 -1
- package/dist/types/components/business-form/business-form-stepped.d.ts +1 -0
- package/dist/types/components/card-form/card-form.stories.d.ts +1 -0
- package/dist/types/components/payment-method-form/payment-method-responses.d.ts +7 -1
- package/dist/types/components/payments-list/payments-list.d.ts +1 -3
- package/dist/types/components.d.ts +2 -0
- package/dist/webcomponents/index.esm.js +0 -2
- package/dist/webcomponents/p-0ce6fba2.entry.js +1 -0
- package/dist/webcomponents/p-0d5d02d7.js +1 -2
- package/dist/webcomponents/p-14f7229e.entry.js +1 -0
- package/dist/webcomponents/{p-3d82c8a3.entry.js → p-2140e9ba.entry.js} +1 -2
- package/dist/webcomponents/p-2c2cde2d.js +1 -2
- package/dist/webcomponents/p-311250e2.entry.js +1 -0
- package/dist/webcomponents/p-3501b0e8.entry.js +1 -0
- package/dist/webcomponents/p-3ee831ac.entry.js +1 -0
- package/dist/webcomponents/p-3fd6ff27.entry.js +1 -0
- package/dist/webcomponents/p-4214dbb8.entry.js +1 -0
- package/dist/webcomponents/p-46d5f717.entry.js +1 -0
- package/dist/webcomponents/p-47bc59b5.js +1 -2
- package/dist/webcomponents/p-4fb653a8.entry.js +1 -0
- package/dist/webcomponents/p-526cb161.js +1 -2
- package/dist/webcomponents/p-586c8a4f.entry.js +1 -0
- package/dist/webcomponents/p-59860ac8.js +1 -2
- package/dist/webcomponents/p-5df52341.entry.js +1 -0
- package/dist/webcomponents/p-6444d443.entry.js +1 -0
- package/dist/webcomponents/p-6a648652.entry.js +1 -0
- package/dist/webcomponents/p-742188d9.entry.js +1 -0
- package/dist/webcomponents/p-76dffeec.js +1 -2
- package/dist/webcomponents/p-77a8bcea.entry.js +1 -0
- package/dist/webcomponents/p-7d58db66.js +1 -2
- package/dist/webcomponents/p-8f37e3ee.js +1 -2
- package/dist/webcomponents/p-984ff1aa.entry.js +1 -0
- package/dist/webcomponents/p-988191bf.js +1 -2
- package/dist/webcomponents/p-9b6dcac5.js +1 -2
- package/dist/webcomponents/p-9d46e7f1.entry.js +1 -0
- package/dist/webcomponents/p-a1ef6b4c.entry.js +1 -0
- package/dist/webcomponents/p-ac8ee442.entry.js +1 -0
- package/dist/webcomponents/p-af771964.entry.js +1 -0
- package/dist/webcomponents/p-b157f6ae.js +1 -2
- package/dist/webcomponents/p-bab3fd56.entry.js +1 -0
- package/dist/webcomponents/p-bb70152e.entry.js +1 -0
- package/dist/webcomponents/p-bc91044c.entry.js +1 -0
- package/dist/webcomponents/p-c29c587f.entry.js +1 -0
- package/dist/webcomponents/p-cbb60191.js +2 -3
- package/dist/webcomponents/p-d0e4eca5.entry.js +1 -0
- package/dist/webcomponents/p-d4b66d74.entry.js +1 -0
- package/dist/webcomponents/p-d6347f27.entry.js +19 -0
- package/dist/webcomponents/p-d6b5793d.js +1 -2
- package/dist/webcomponents/{p-b12691c3.entry.js → p-d8d1f417.entry.js} +1 -2
- package/dist/webcomponents/p-e12ab547.js +1 -0
- package/dist/webcomponents/p-ed8c9b88.entry.js +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -2
- package/package.json +4 -3
- package/readme.md +40 -7
- package/dist/cjs/Api-548eaa62.js.map +0 -1
- package/dist/cjs/Pagination-cae1dcbd.js.map +0 -1
- package/dist/cjs/Payout-68a99ee3.js.map +0 -1
- package/dist/cjs/SubAccount-f47c8522.js.map +0 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js.map +0 -1
- package/dist/cjs/business-form-schema-fe831c30.js.map +0 -1
- package/dist/cjs/config-a156df17.js.map +0 -1
- package/dist/cjs/form-1e732a9d.js.map +0 -1
- package/dist/cjs/form-control-datepart_2.cjs.entry.js.map +0 -1
- package/dist/cjs/form-control-monetary.cjs.entry.js.map +0 -1
- package/dist/cjs/form-control-number_3.cjs.entry.js.map +0 -1
- package/dist/cjs/helpers-c505d861.js.map +0 -1
- package/dist/cjs/index-5a880722.js.map +0 -1
- package/dist/cjs/index-c5ace247.js.map +0 -1
- package/dist/cjs/index.cjs.js.map +0 -1
- package/dist/cjs/index.esm-91ec051e.js.map +0 -1
- package/dist/cjs/justifi-additional-questions_6.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-business-details.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-business-form-stepped.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-business-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-business-list.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-card-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-details.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payment-details.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payment-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payments-list.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payout-details.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payouts-list.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-refund-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-table_2.cjs.entry.js.map +0 -1
- package/dist/cjs/loader.cjs.js.map +0 -1
- package/dist/cjs/select-input_2.cjs.entry.js.map +0 -1
- package/dist/cjs/state-options-83b52cd1.js.map +0 -1
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js.map +0 -1
- package/dist/cjs/subaccount-bank-details.cjs.entry.js.map +0 -1
- package/dist/cjs/subaccount-terms-details.cjs.entry.js.map +0 -1
- package/dist/cjs/utils-13d069be.js.map +0 -1
- package/dist/cjs/utils-4622829d.js.map +0 -1
- package/dist/cjs/webcomponents.cjs.js.map +0 -1
- package/dist/collection/api/Api.js.map +0 -1
- package/dist/collection/api/Business.js.map +0 -1
- package/dist/collection/api/GrossVolume.js.map +0 -1
- package/dist/collection/api/Pagination.js.map +0 -1
- package/dist/collection/api/Payment.js.map +0 -1
- package/dist/collection/api/Payout.js.map +0 -1
- package/dist/collection/api/Proceed.js.map +0 -1
- package/dist/collection/api/SubAccount.js.map +0 -1
- package/dist/collection/api/index.js.map +0 -1
- package/dist/collection/api/mockData/MockOnboardingData.js.map +0 -1
- package/dist/collection/api/mockData/MockPayments.js.map +0 -1
- package/dist/collection/api/mockData/MockSubAccount.js.map +0 -1
- package/dist/collection/api/mockData/mockGrossVolumeReport.js.map +0 -1
- package/dist/collection/api/shared.js.map +0 -1
- package/dist/collection/components/bank-account-form/bank-account-form.js.map +0 -1
- package/dist/collection/components/bank-account-form/bank-account-form.stories.js.map +0 -1
- package/dist/collection/components/bank-account-form/test/bank-account-form.e2e.js.map +0 -1
- package/dist/collection/components/bank-account-form/test/bank-account-form.spec.js.map +0 -1
- package/dist/collection/components/billing-form/billing-form-schema.js.map +0 -1
- package/dist/collection/components/billing-form/billing-form.js.map +0 -1
- package/dist/collection/components/billing-form/billing-form.stories.js.map +0 -1
- package/dist/collection/components/billing-form/state-options.js.map +0 -1
- package/dist/collection/components/billing-form/test/billing-form.spec.js.map +0 -1
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js.map +0 -1
- package/dist/collection/components/business-details/business-details.js.map +0 -1
- package/dist/collection/components/business-details/business-details.stories.js.map +0 -1
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js.map +0 -1
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.js.map +0 -1
- package/dist/collection/components/business-details/owner-details/owner-details.js.map +0 -1
- package/dist/collection/components/business-details/representative-details/representative-details.js.map +0 -1
- package/dist/collection/components/business-form/additional-questions/additional-questions.js.map +0 -1
- package/dist/collection/components/business-form/business-address/business-address-form-schema.js.map +0 -1
- package/dist/collection/components/business-form/business-address/business-address-form.js.map +0 -1
- package/dist/collection/components/business-form/business-address/test/business-address.e2e.js.map +0 -1
- package/dist/collection/components/business-form/business-address/test/business-address.spec.js.map +0 -1
- package/dist/collection/components/business-form/business-form-schema.js.map +0 -1
- package/dist/collection/components/business-form/business-form-stepped.js.map +0 -1
- package/dist/collection/components/business-form/business-form-stepped.stories.js.map +0 -1
- package/dist/collection/components/business-form/business-form.js.map +0 -1
- package/dist/collection/components/business-form/business-form.stories.js.map +0 -1
- package/dist/collection/components/business-form/business-generic-info/business-generic-info.js.map +0 -1
- package/dist/collection/components/business-form/business-owners/business-owners.js.map +0 -1
- package/dist/collection/components/business-form/business-representative/business-representative-schema.js.map +0 -1
- package/dist/collection/components/business-form/business-representative/business-representative.js.map +0 -1
- package/dist/collection/components/business-form/helpers.js.map +0 -1
- package/dist/collection/components/business-form/legal-address-form/legal-address-form-schema.js.map +0 -1
- package/dist/collection/components/business-form/legal-address-form/legal-address-form.js.map +0 -1
- package/dist/collection/components/business-form/test/business-form.spec.js.map +0 -1
- package/dist/collection/components/business-list/business-list.js.map +0 -1
- package/dist/collection/components/business-list/business-list.stories.js.map +0 -1
- package/dist/collection/components/card-form/card-form.js.map +0 -1
- package/dist/collection/components/card-form/card-form.stories.js.map +0 -1
- package/dist/collection/components/card-form/test/card-form.e2e.js.map +0 -1
- package/dist/collection/components/card-form/test/card-form.spec.js.map +0 -1
- package/dist/collection/components/details/details.js.map +0 -1
- package/dist/collection/components/details/utils.js.map +0 -1
- package/dist/collection/components/form/form-control-datepart.js.map +0 -1
- package/dist/collection/components/form/form-control-monetary.js.map +0 -1
- package/dist/collection/components/form/form-control-number-masked.js.map +0 -1
- package/dist/collection/components/form/form-control-number.js.map +0 -1
- package/dist/collection/components/form/form-control-select.js.map +0 -1
- package/dist/collection/components/form/form-control-text.js.map +0 -1
- package/dist/collection/components/form/form.js.map +0 -1
- package/dist/collection/components/gross-payment-chart/chart-utils.js.map +0 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.js.map +0 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.stories.js.map +0 -1
- package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js.map +0 -1
- package/dist/collection/components/pagination-menu/pagination-menu.js.map +0 -1
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js.map +0 -1
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.stories.js.map +0 -1
- package/dist/collection/components/payment-details/payment-details.js.map +0 -1
- package/dist/collection/components/payment-details/payment-details.stories.js.map +0 -1
- package/dist/collection/components/payment-form/payment-form.js.map +0 -1
- package/dist/collection/components/payment-form/payment-form.stories.js.map +0 -1
- package/dist/collection/components/payment-form/payment-method-selector.js.map +0 -1
- package/dist/collection/components/payment-form/test/payment-form.e2e.js.map +0 -1
- package/dist/collection/components/payment-form/test/payment-form.spec.js.map +0 -1
- package/dist/collection/components/payment-form/tokenize.js.map +0 -1
- package/dist/collection/components/payment-method-form/get-computed-theme.js.map +0 -1
- package/dist/collection/components/payment-method-form/message-event-types.js.map +0 -1
- package/dist/collection/components/payment-method-form/payment-method-form.js.map +0 -1
- package/dist/collection/components/payment-method-form/payment-method-responses.js.map +0 -1
- package/dist/collection/components/payment-method-form/test/payment-method-form.e2e.js.map +0 -1
- package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js.map +0 -1
- package/dist/collection/components/payment-method-form/theme.js.map +0 -1
- package/dist/collection/components/payments-list/payments-list.js.map +0 -1
- package/dist/collection/components/payments-list/payments-list.stories.js.map +0 -1
- package/dist/collection/components/payments-list/test/payments-list.spec.js.map +0 -1
- package/dist/collection/components/payout-details/payout-details.js.map +0 -1
- package/dist/collection/components/payout-details/payout-details.stories.js.map +0 -1
- package/dist/collection/components/payouts-list/payouts-list.js.map +0 -1
- package/dist/collection/components/payouts-list/payouts-list.stories.js.map +0 -1
- package/dist/collection/components/proceeds-list/proceeds-list.js.map +0 -1
- package/dist/collection/components/proceeds-list/proceeds-list.stories.js.map +0 -1
- package/dist/collection/components/refund-form/refund-form-schema.js.map +0 -1
- package/dist/collection/components/refund-form/refund-form.js.map +0 -1
- package/dist/collection/components/refund-form/refund-form.stories.js.map +0 -1
- package/dist/collection/components/select-input/select-input.js.map +0 -1
- package/dist/collection/components/select-input/test/select-input.spec.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-details.stories.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/test/subaccount-details.spec.js.map +0 -1
- package/dist/collection/components/subaccounts-list/subaccounts-list.js.map +0 -1
- package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js.map +0 -1
- package/dist/collection/components/subaccounts-list/test/subaccounts-list.e2e.js.map +0 -1
- package/dist/collection/components/subaccounts-list/test/subaccounts-list.spec.js.map +0 -1
- package/dist/collection/components/table/table.js.map +0 -1
- package/dist/collection/components/table/test/table.spec.js.map +0 -1
- package/dist/collection/components/text-input/test/text-input.spec.js.map +0 -1
- package/dist/collection/components/text-input/text-input.js.map +0 -1
- package/dist/collection/index.js.map +0 -1
- package/dist/collection/utils/country-options.js.map +0 -1
- package/dist/collection/utils/phone-masks.js.map +0 -1
- package/dist/collection/utils/utils.js.map +0 -1
- package/dist/components/Api.js.map +0 -1
- package/dist/components/Pagination.js.map +0 -1
- package/dist/components/Payout.js.map +0 -1
- package/dist/components/SubAccount.js.map +0 -1
- package/dist/components/additional-questions-details.js.map +0 -1
- package/dist/components/additional-questions-details2.js.map +0 -1
- package/dist/components/additional-questions.js.map +0 -1
- package/dist/components/billing-form.js.map +0 -1
- package/dist/components/business-address-form.js.map +0 -1
- package/dist/components/business-generic-info.js.map +0 -1
- package/dist/components/business-owners.js.map +0 -1
- package/dist/components/business-representative.js.map +0 -1
- package/dist/components/config.js.map +0 -1
- package/dist/components/details.js.map +0 -1
- package/dist/components/form-control-datepart.js.map +0 -1
- package/dist/components/form-control-datepart2.js.map +0 -1
- package/dist/components/form-control-monetary.js.map +0 -1
- package/dist/components/form-control-monetary2.js.map +0 -1
- package/dist/components/form-control-number-masked.js.map +0 -1
- package/dist/components/form-control-number-masked2.js.map +0 -1
- package/dist/components/form-control-number.js.map +0 -1
- package/dist/components/form-control-number2.js.map +0 -1
- package/dist/components/form-control-select.js.map +0 -1
- package/dist/components/form-control-select2.js.map +0 -1
- package/dist/components/form-control-text.js.map +0 -1
- package/dist/components/form-control-text2.js.map +0 -1
- package/dist/components/form.js.map +0 -1
- package/dist/components/generic-info-details.js.map +0 -1
- package/dist/components/generic-info-details2.js.map +0 -1
- package/dist/components/helpers.js.map +0 -1
- package/dist/components/index.esm.js.map +0 -1
- package/dist/components/index.js.map +0 -1
- package/dist/components/index2.js.map +0 -1
- package/dist/components/justifi-additional-questions.js.map +0 -1
- package/dist/components/justifi-bank-account-form.js.map +0 -1
- package/dist/components/justifi-billing-form.js.map +0 -1
- package/dist/components/justifi-business-address-form.js.map +0 -1
- package/dist/components/justifi-business-details.js.map +0 -1
- package/dist/components/justifi-business-form-stepped.js.map +0 -1
- package/dist/components/justifi-business-form.js.map +0 -1
- package/dist/components/justifi-business-generic-info.js.map +0 -1
- package/dist/components/justifi-business-list.js.map +0 -1
- package/dist/components/justifi-business-owners.js.map +0 -1
- package/dist/components/justifi-business-representative.js.map +0 -1
- package/dist/components/justifi-card-form.js.map +0 -1
- package/dist/components/justifi-details.js.map +0 -1
- package/dist/components/justifi-gross-payment-chart.js.map +0 -1
- package/dist/components/justifi-legal-address-form.js.map +0 -1
- package/dist/components/justifi-payment-balance-transactions.js.map +0 -1
- package/dist/components/justifi-payment-details.js.map +0 -1
- package/dist/components/justifi-payment-form.js.map +0 -1
- package/dist/components/justifi-payment-method-form.js.map +0 -1
- package/dist/components/justifi-payment-method-selector.js.map +0 -1
- package/dist/components/justifi-payments-list.js.map +0 -1
- package/dist/components/justifi-payout-details.js.map +0 -1
- package/dist/components/justifi-payouts-list.js.map +0 -1
- package/dist/components/justifi-proceeds-list.js.map +0 -1
- package/dist/components/justifi-refund-form.js.map +0 -1
- package/dist/components/justifi-subaccount-details.js.map +0 -1
- package/dist/components/justifi-subaccounts-list.js.map +0 -1
- package/dist/components/justifi-table.js.map +0 -1
- package/dist/components/legal-address-details.js.map +0 -1
- package/dist/components/legal-address-details2.js.map +0 -1
- package/dist/components/legal-address-form.js.map +0 -1
- package/dist/components/owner-details.js.map +0 -1
- package/dist/components/owner-details2.js.map +0 -1
- package/dist/components/pagination-menu.js.map +0 -1
- package/dist/components/pagination-menu2.js.map +0 -1
- package/dist/components/payment-method-form.js.map +0 -1
- package/dist/components/payment-method-selector.js.map +0 -1
- package/dist/components/phone-masks.js.map +0 -1
- package/dist/components/representative-details.js.map +0 -1
- package/dist/components/representative-details2.js.map +0 -1
- package/dist/components/select-input.js.map +0 -1
- package/dist/components/select-input2.js.map +0 -1
- package/dist/components/state-options.js.map +0 -1
- package/dist/components/subaccount-account-details.js.map +0 -1
- package/dist/components/subaccount-account-details2.js.map +0 -1
- package/dist/components/subaccount-bank-details.js.map +0 -1
- package/dist/components/subaccount-merchant-details.js.map +0 -1
- package/dist/components/subaccount-merchant-details2.js.map +0 -1
- package/dist/components/subaccount-owners-details.js.map +0 -1
- package/dist/components/subaccount-owners-details2.js.map +0 -1
- package/dist/components/subaccount-representative-details.js.map +0 -1
- package/dist/components/subaccount-representative-details2.js.map +0 -1
- package/dist/components/subaccount-terms-details.js.map +0 -1
- package/dist/components/table.js.map +0 -1
- package/dist/components/text-input.js.map +0 -1
- package/dist/components/text-input2.js.map +0 -1
- package/dist/components/utils.js.map +0 -1
- package/dist/components/utils2.js.map +0 -1
- package/dist/config.js.map +0 -1
- package/dist/esm/Api-c65d3ed8.js.map +0 -1
- package/dist/esm/Pagination-31f770d6.js.map +0 -1
- package/dist/esm/Payout-fcf16887.js.map +0 -1
- package/dist/esm/SubAccount-128190e9.js.map +0 -1
- package/dist/esm/additional-questions-details_5.entry.js.map +0 -1
- package/dist/esm/business-form-schema-30a3eadd.js.map +0 -1
- package/dist/esm/config-ceb0f902.js.map +0 -1
- package/dist/esm/form-32cf3d1e.js.map +0 -1
- package/dist/esm/form-control-datepart_2.entry.js.map +0 -1
- package/dist/esm/form-control-monetary.entry.js.map +0 -1
- package/dist/esm/form-control-number_3.entry.js.map +0 -1
- package/dist/esm/helpers-1d5ecdc8.js.map +0 -1
- package/dist/esm/index-5ed53c20.js.map +0 -1
- package/dist/esm/index-7471ed60.js.map +0 -1
- package/dist/esm/index.esm-9397ffa0.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/justifi-additional-questions_6.entry.js.map +0 -1
- package/dist/esm/justifi-bank-account-form.entry.js.map +0 -1
- package/dist/esm/justifi-billing-form_2.entry.js.map +0 -1
- package/dist/esm/justifi-business-details.entry.js.map +0 -1
- package/dist/esm/justifi-business-form-stepped.entry.js.map +0 -1
- package/dist/esm/justifi-business-form.entry.js.map +0 -1
- package/dist/esm/justifi-business-list.entry.js.map +0 -1
- package/dist/esm/justifi-card-form.entry.js.map +0 -1
- package/dist/esm/justifi-details.entry.js.map +0 -1
- package/dist/esm/justifi-gross-payment-chart.entry.js.map +0 -1
- package/dist/esm/justifi-payment-balance-transactions.entry.js.map +0 -1
- package/dist/esm/justifi-payment-details.entry.js.map +0 -1
- package/dist/esm/justifi-payment-form.entry.js.map +0 -1
- package/dist/esm/justifi-payment-method-form.entry.js.map +0 -1
- package/dist/esm/justifi-payments-list.entry.js.map +0 -1
- package/dist/esm/justifi-payout-details.entry.js.map +0 -1
- package/dist/esm/justifi-payouts-list.entry.js.map +0 -1
- package/dist/esm/justifi-proceeds-list.entry.js.map +0 -1
- package/dist/esm/justifi-refund-form.entry.js.map +0 -1
- package/dist/esm/justifi-subaccount-details.entry.js.map +0 -1
- package/dist/esm/justifi-subaccounts-list.entry.js.map +0 -1
- package/dist/esm/justifi-table_2.entry.js.map +0 -1
- package/dist/esm/loader.js.map +0 -1
- package/dist/esm/select-input_2.entry.js.map +0 -1
- package/dist/esm/state-options-ece00aa2.js.map +0 -1
- package/dist/esm/subaccount-account-details_4.entry.js.map +0 -1
- package/dist/esm/subaccount-bank-details.entry.js.map +0 -1
- package/dist/esm/subaccount-terms-details.entry.js.map +0 -1
- package/dist/esm/utils-40b7002c.js.map +0 -1
- package/dist/esm/utils-6352c002.js.map +0 -1
- package/dist/esm/webcomponents.js.map +0 -1
- package/dist/webcomponents/index.esm.js.map +0 -1
- package/dist/webcomponents/p-0d5d02d7.js.map +0 -1
- package/dist/webcomponents/p-160c9fbb.entry.js +0 -2
- package/dist/webcomponents/p-160c9fbb.entry.js.map +0 -1
- package/dist/webcomponents/p-215b4c87.entry.js +0 -2
- package/dist/webcomponents/p-215b4c87.entry.js.map +0 -1
- package/dist/webcomponents/p-26245f01.entry.js +0 -20
- package/dist/webcomponents/p-26245f01.entry.js.map +0 -1
- package/dist/webcomponents/p-26dfa274.entry.js +0 -2
- package/dist/webcomponents/p-26dfa274.entry.js.map +0 -1
- package/dist/webcomponents/p-285a50a6.entry.js +0 -2
- package/dist/webcomponents/p-285a50a6.entry.js.map +0 -1
- package/dist/webcomponents/p-2c2cde2d.js.map +0 -1
- package/dist/webcomponents/p-2cd29187.entry.js +0 -2
- package/dist/webcomponents/p-2cd29187.entry.js.map +0 -1
- package/dist/webcomponents/p-355eabff.entry.js +0 -2
- package/dist/webcomponents/p-355eabff.entry.js.map +0 -1
- package/dist/webcomponents/p-356cf20d.entry.js +0 -2
- package/dist/webcomponents/p-356cf20d.entry.js.map +0 -1
- package/dist/webcomponents/p-378e163d.entry.js +0 -2
- package/dist/webcomponents/p-378e163d.entry.js.map +0 -1
- package/dist/webcomponents/p-397e0d5a.entry.js +0 -2
- package/dist/webcomponents/p-397e0d5a.entry.js.map +0 -1
- package/dist/webcomponents/p-3d82c8a3.entry.js.map +0 -1
- package/dist/webcomponents/p-47bc59b5.js.map +0 -1
- package/dist/webcomponents/p-526cb161.js.map +0 -1
- package/dist/webcomponents/p-59860ac8.js.map +0 -1
- package/dist/webcomponents/p-5b8f004d.entry.js +0 -2
- package/dist/webcomponents/p-5b8f004d.entry.js.map +0 -1
- package/dist/webcomponents/p-62872b87.entry.js +0 -2
- package/dist/webcomponents/p-62872b87.entry.js.map +0 -1
- package/dist/webcomponents/p-635a3b3e.entry.js +0 -2
- package/dist/webcomponents/p-635a3b3e.entry.js.map +0 -1
- package/dist/webcomponents/p-64af0ae9.entry.js +0 -2
- package/dist/webcomponents/p-64af0ae9.entry.js.map +0 -1
- package/dist/webcomponents/p-76983a7e.js +0 -2
- package/dist/webcomponents/p-76983a7e.js.map +0 -1
- package/dist/webcomponents/p-76dffeec.js.map +0 -1
- package/dist/webcomponents/p-77e732b2.entry.js +0 -2
- package/dist/webcomponents/p-77e732b2.entry.js.map +0 -1
- package/dist/webcomponents/p-7d58db66.js.map +0 -1
- package/dist/webcomponents/p-88fa33c1.entry.js +0 -2
- package/dist/webcomponents/p-88fa33c1.entry.js.map +0 -1
- package/dist/webcomponents/p-8f37e3ee.js.map +0 -1
- package/dist/webcomponents/p-931989e6.entry.js +0 -2
- package/dist/webcomponents/p-931989e6.entry.js.map +0 -1
- package/dist/webcomponents/p-96eecdff.entry.js +0 -2
- package/dist/webcomponents/p-96eecdff.entry.js.map +0 -1
- package/dist/webcomponents/p-988191bf.js.map +0 -1
- package/dist/webcomponents/p-9b6dcac5.js.map +0 -1
- package/dist/webcomponents/p-9ce9561a.entry.js +0 -2
- package/dist/webcomponents/p-9ce9561a.entry.js.map +0 -1
- package/dist/webcomponents/p-abc05a34.entry.js +0 -2
- package/dist/webcomponents/p-abc05a34.entry.js.map +0 -1
- package/dist/webcomponents/p-b12691c3.entry.js.map +0 -1
- package/dist/webcomponents/p-b157f6ae.js.map +0 -1
- package/dist/webcomponents/p-b98a3f94.entry.js +0 -2
- package/dist/webcomponents/p-b98a3f94.entry.js.map +0 -1
- package/dist/webcomponents/p-c1ae571b.entry.js +0 -2
- package/dist/webcomponents/p-c1ae571b.entry.js.map +0 -1
- package/dist/webcomponents/p-c4289027.entry.js +0 -2
- package/dist/webcomponents/p-c4289027.entry.js.map +0 -1
- package/dist/webcomponents/p-c43e9572.entry.js +0 -2
- package/dist/webcomponents/p-c43e9572.entry.js.map +0 -1
- package/dist/webcomponents/p-c4c8fb44.entry.js +0 -2
- package/dist/webcomponents/p-c4c8fb44.entry.js.map +0 -1
- package/dist/webcomponents/p-cbb60191.js.map +0 -1
- package/dist/webcomponents/p-d6b5793d.js.map +0 -1
- package/dist/webcomponents/p-dbbd2611.entry.js +0 -2
- package/dist/webcomponents/p-dbbd2611.entry.js.map +0 -1
- package/dist/webcomponents/p-ec1890fc.entry.js +0 -2
- package/dist/webcomponents/p-ec1890fc.entry.js.map +0 -1
- package/dist/webcomponents/p-f0897468.entry.js +0 -2
- package/dist/webcomponents/p-f0897468.entry.js.map +0 -1
- package/dist/webcomponents/webcomponents.esm.js.map +0 -1
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -6,10 +6,8 @@ const index = require('./index-c5ace247.js');
|
|
|
6
6
|
|
|
7
7
|
const defineCustomElements = (win, options) => {
|
|
8
8
|
if (typeof window === 'undefined') return undefined;
|
|
9
|
-
return index.bootstrapLazy([["justifi-business-form.cjs",[[0,"justifi-business-form",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"isLoading":[32]}]]],["justifi-business-form-stepped.cjs",[[0,"justifi-business-form-stepped",{"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"businessId":[1,"business-id"],"isLoading":[32],"currentStep":[32],"totalSteps":[32],"serverError":[32]}]]],["justifi-business-details.cjs",[[1,"justifi-business-details",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"business":[32],"renderState":[32],"errorMessage":[32]}]]],["justifi-payment-form.cjs",[[1,"justifi-payment-form",{"bankAccount":[4,"bank-account"],"card":[4],"email":[1],"iframeOrigin":[1,"iframe-origin"],"clientId":[1,"client-id"],"accountId":[1,"account-id"],"submitButtonText":[1,"submit-button-text"],"submitButtonEnabled":[32],"hasLoadedFonts":[32],"isLoading":[32],"selectedPaymentMethodType":[32],"allowedPaymentMethodTypes":[32],"fillBillingForm":[64],"enableSubmitButton":[64],"loadFontsOnParent":[64]},[[0,"paymentMethodSelected","paymentMethodSelectedHandler"]]]]],["justifi-subaccount-details.cjs",[[1,"justifi-subaccount-details",{"accountId":[1,"account-id"],"subaccountId":[1,"subaccount-id"],"authToken":[1,"auth-token"],"onboardingData":[32],"subaccount":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-business-list.cjs",[[1,"justifi-business-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"businesses":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payment-balance-transactions.cjs",[[1,"justifi-payment-balance-transactions",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"balanceTransactions":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payments-list.cjs",[[1,"justifi-payments-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"payments":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payouts-list.cjs",[[1,"justifi-payouts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"payouts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-proceeds-list.cjs",[[1,"justifi-proceeds-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"proceeds":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-refund-form.cjs",[[1,"justifi-refund-form",{"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"amount":[2],"submitButtonText":[1,"submit-button-text"],"withButton":[4,"with-button"],"refundInfoText":[1,"refund-info-text"],"errors":[32],"isSubmitting":[32]}]]],["justifi-subaccounts-list.cjs",[[1,"justifi-subaccounts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"subaccounts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payment-method-form.cjs",[[0,"justifi-payment-method-form",{"paymentMethodFormType":[1,"payment-method-form-type"],"paymentMethodFormValidationMode":[1025,"payment-method-form-validation-mode"],"iframeOrigin":[1,"iframe-origin"],"singleLine":[4,"single-line"],"resize":[64],"tokenize":[64],"validate":[64]}]]],["justifi-bank-account-form.cjs",[[0,"justifi-bank-account-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["justifi-card-form.cjs",[[0,"justifi-card-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"singleLine":[4,"single-line"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["justifi-payment-details.cjs",[[1,"justifi-payment-details",{"paymentId":[1,"payment-id"],"authToken":[1,"auth-token"],"payment":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-payout-details.cjs",[[1,"justifi-payout-details",{"payoutId":[1,"payout-id"],"authToken":[1,"auth-token"],"payout":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-gross-payment-chart.cjs",[[1,"justifi-gross-payment-chart",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"data":[32],"total":[32],"dates":[32],"endDate":[32],"loading":[32],"errorMessage":[32]}]]],["subaccount-bank-details.cjs",[[1,"subaccount-bank-details",{"data":[16]}]]],["subaccount-terms-details.cjs",[[1,"subaccount-terms-details",{"data":[16]}]]],["justifi-billing-form_2.cjs",[[1,"justifi-billing-form",{"legend":[1025],"billingFields":[32],"billingFieldsErrors":[32],"fill":[64],"validate":[64],"getValues":[64]},[[0,"fieldReceivedInput","setFormValue"]]],[1,"justifi-payment-method-selector",{"paymentMethodTypes":[16],"selectedPaymentMethodType":[1,"selected-payment-method-type"]}]]],["justifi-details.cjs",[[1,"justifi-details",{"errorMessage":[1,"error-message"]}]]],["subaccount-account-details_4.cjs",[[1,"subaccount-account-details",{"subaccount":[16],"onboardingData":[16]}],[1,"subaccount-merchant-details",{"onboardingData":[8,"onboarding-data"]}],[1,"subaccount-owners-details",{"data":[16]}],[1,"subaccount-representative-details",{"data":[16]}]]],["select-input_2.cjs",[[1,"select-input",{"name":[1],"label":[1],"defaultValue":[1,"default-value"],"error":[1],"options":[16],"internalValue":[32]}],[1,"text-input",{"name":[1],"label":[1],"defaultValue":[1,"default-value"],"error":[1],"internalValue":[32]}]]],["form-control-monetary.cjs",[[1,"form-control-monetary",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16]}]]],["additional-questions-details_5.cjs",[[1,"additional-questions-details",{"business":[16]}],[1,"generic-info-details",{"business":[16]}],[1,"legal-address-details",{"legalAddress":[16]}],[1,"owner-details",{"owners":[16]}],[1,"representative-details",{"representative":[16]}]]],["form-control-datepart_2.cjs",[[1,"form-control-datepart",{"label":[1],"name":[1],"error":[1],"defaultValue":[1,"default-value"],"type":[1],"inputHandler":[16],"disabled":[4]}],[1,"form-control-number-masked",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"mask":[1],"disabled":[4]}]]],["form-control-number_3.cjs",[[1,"form-control-select",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"options":[16],"disabled":[4]}],[1,"form-control-number",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"disabled":[4],"input":[32]}],[1,"form-control-text",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"disabled":[4],"inputHandler":[16],"input":[32]}]]],["justifi-additional-questions_6.cjs",[[0,"justifi-business-representative",{"formController":[16],"errors":[32],"representative":[32]}],[0,"justifi-business-generic-info",{"formController":[16],"errors":[32]}],[0,"justifi-business-owners",{"formController":[16],"isEditing":[4,"is-editing"],"errors":[32],"owners":[32]}],[0,"justifi-legal-address-form",{"formController":[16],"errors":[32],"legal_address":[32]}],[0,"justifi-additional-questions",{"formController":[16],"errors":[32],"additional_questions":[32]}],[1,"justifi-business-address-form",{"onFormUpdate":[16],"errors":[8],"defaultValues":[8,"default-values"],"address":[32]}]]],["justifi-table_2.cjs",[[1,"justifi-table",{"loading":[4],"errorMessage":[1,"error-message"],"rowData":[16],"columnData":[16],"paging":[16],"params":[8],"entityId":[16],"rowClickHandler":[16]}],[1,"pagination-menu",{"paging":[16],"params":[16]}]]]], options);
|
|
9
|
+
return index.bootstrapLazy([["justifi-business-form.cjs",[[0,"justifi-business-form",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"isLoading":[32]}]]],["justifi-business-form-stepped.cjs",[[0,"justifi-business-form-stepped",{"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"businessId":[1,"business-id"],"testMode":[4,"test-mode"],"isLoading":[32],"currentStep":[32],"totalSteps":[32],"serverError":[32]}]]],["justifi-business-details.cjs",[[1,"justifi-business-details",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"business":[32],"renderState":[32],"errorMessage":[32]}]]],["justifi-payment-form.cjs",[[1,"justifi-payment-form",{"bankAccount":[4,"bank-account"],"card":[4],"email":[1],"iframeOrigin":[1,"iframe-origin"],"clientId":[1,"client-id"],"accountId":[1,"account-id"],"submitButtonText":[1,"submit-button-text"],"submitButtonEnabled":[32],"hasLoadedFonts":[32],"isLoading":[32],"selectedPaymentMethodType":[32],"allowedPaymentMethodTypes":[32],"fillBillingForm":[64],"enableSubmitButton":[64],"loadFontsOnParent":[64]},[[0,"paymentMethodSelected","paymentMethodSelectedHandler"]]]]],["justifi-subaccount-details.cjs",[[1,"justifi-subaccount-details",{"accountId":[1,"account-id"],"subaccountId":[1,"subaccount-id"],"authToken":[1,"auth-token"],"onboardingData":[32],"subaccount":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-business-list.cjs",[[1,"justifi-business-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"businesses":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payment-balance-transactions.cjs",[[1,"justifi-payment-balance-transactions",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"balanceTransactions":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payments-list.cjs",[[1,"justifi-payments-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"payments":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payouts-list.cjs",[[1,"justifi-payouts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"payouts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-proceeds-list.cjs",[[1,"justifi-proceeds-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"proceeds":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-refund-form.cjs",[[1,"justifi-refund-form",{"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"amount":[2],"submitButtonText":[1,"submit-button-text"],"withButton":[4,"with-button"],"refundInfoText":[1,"refund-info-text"],"errors":[32],"isSubmitting":[32]}]]],["justifi-subaccounts-list.cjs",[[1,"justifi-subaccounts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"subaccounts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payment-method-form.cjs",[[0,"justifi-payment-method-form",{"paymentMethodFormType":[1,"payment-method-form-type"],"paymentMethodFormValidationMode":[1025,"payment-method-form-validation-mode"],"iframeOrigin":[1,"iframe-origin"],"singleLine":[4,"single-line"],"resize":[64],"tokenize":[64],"validate":[64]}]]],["justifi-bank-account-form.cjs",[[0,"justifi-bank-account-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["justifi-card-form.cjs",[[0,"justifi-card-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"singleLine":[4,"single-line"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["justifi-payment-details.cjs",[[1,"justifi-payment-details",{"paymentId":[1,"payment-id"],"authToken":[1,"auth-token"],"payment":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-payout-details.cjs",[[1,"justifi-payout-details",{"payoutId":[1,"payout-id"],"authToken":[1,"auth-token"],"payout":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-gross-payment-chart.cjs",[[1,"justifi-gross-payment-chart",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"data":[32],"total":[32],"dates":[32],"endDate":[32],"loading":[32],"errorMessage":[32]}]]],["subaccount-bank-details.cjs",[[1,"subaccount-bank-details",{"data":[16]}]]],["subaccount-terms-details.cjs",[[1,"subaccount-terms-details",{"data":[16]}]]],["justifi-billing-form_2.cjs",[[1,"justifi-billing-form",{"legend":[1025],"billingFields":[32],"billingFieldsErrors":[32],"fill":[64],"validate":[64],"getValues":[64]},[[0,"fieldReceivedInput","setFormValue"]]],[1,"justifi-payment-method-selector",{"paymentMethodTypes":[16],"selectedPaymentMethodType":[1,"selected-payment-method-type"]}]]],["justifi-details.cjs",[[1,"justifi-details",{"errorMessage":[1,"error-message"]}]]],["subaccount-account-details_4.cjs",[[1,"subaccount-account-details",{"subaccount":[16],"onboardingData":[16]}],[1,"subaccount-merchant-details",{"onboardingData":[8,"onboarding-data"]}],[1,"subaccount-owners-details",{"data":[16]}],[1,"subaccount-representative-details",{"data":[16]}]]],["select-input_2.cjs",[[1,"select-input",{"name":[1],"label":[1],"defaultValue":[1,"default-value"],"error":[1],"options":[16],"internalValue":[32]}],[1,"text-input",{"name":[1],"label":[1],"defaultValue":[1,"default-value"],"error":[1],"internalValue":[32]}]]],["form-control-monetary.cjs",[[1,"form-control-monetary",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16]}]]],["additional-questions-details_5.cjs",[[1,"additional-questions-details",{"business":[16]}],[1,"generic-info-details",{"business":[16]}],[1,"legal-address-details",{"legalAddress":[16]}],[1,"owner-details",{"owners":[16]}],[1,"representative-details",{"representative":[16]}]]],["form-control-datepart_2.cjs",[[1,"form-control-datepart",{"label":[1],"name":[1],"error":[1],"defaultValue":[1,"default-value"],"type":[1],"inputHandler":[16],"disabled":[4]}],[1,"form-control-number-masked",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"mask":[1],"disabled":[4]}]]],["form-control-number_3.cjs",[[1,"form-control-select",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"options":[16],"disabled":[4]}],[1,"form-control-number",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"disabled":[4],"input":[32]}],[1,"form-control-text",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"disabled":[4],"inputHandler":[16],"input":[32]}]]],["justifi-additional-questions_6.cjs",[[0,"justifi-business-representative",{"formController":[16],"errors":[32],"representative":[32]}],[0,"justifi-business-generic-info",{"formController":[16],"errors":[32]}],[0,"justifi-business-owners",{"formController":[16],"isEditing":[4,"is-editing"],"errors":[32],"owners":[32]}],[0,"justifi-legal-address-form",{"formController":[16],"errors":[32],"legal_address":[32]}],[0,"justifi-additional-questions",{"formController":[16],"errors":[32],"additional_questions":[32]}],[1,"justifi-business-address-form",{"onFormUpdate":[16],"errors":[8],"defaultValues":[8,"default-values"],"address":[32]}]]],["justifi-table_2.cjs",[[1,"justifi-table",{"loading":[4],"errorMessage":[1,"error-message"],"rowData":[16],"columnData":[16],"paging":[16],"params":[8],"entityId":[16],"rowClickHandler":[16]}],[1,"pagination-menu",{"paging":[16],"params":[16]}]]]], options);
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
exports.setNonce = index.setNonce;
|
|
13
13
|
exports.defineCustomElements = defineCustomElements;
|
|
14
|
-
|
|
15
|
-
//# sourceMappingURL=loader.cjs.js.map
|
|
@@ -68,5 +68,3 @@ exports.subaccount_account_details = SubaccountAccountDetails;
|
|
|
68
68
|
exports.subaccount_merchant_details = SubaccountMerchantDetails;
|
|
69
69
|
exports.subaccount_owners_details = SubaccountOwnersDetails;
|
|
70
70
|
exports.subaccount_representative_details = SubaccountRepresentativeDetails;
|
|
71
|
-
|
|
72
|
-
//# sourceMappingURL=subaccount-account-details_4.cjs.entry.js.map
|
|
@@ -17,9 +17,7 @@ const patchBrowser = () => {
|
|
|
17
17
|
};
|
|
18
18
|
|
|
19
19
|
patchBrowser().then(options => {
|
|
20
|
-
return index.bootstrapLazy([["justifi-business-form.cjs",[[0,"justifi-business-form",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"isLoading":[32]}]]],["justifi-business-form-stepped.cjs",[[0,"justifi-business-form-stepped",{"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"businessId":[1,"business-id"],"isLoading":[32],"currentStep":[32],"totalSteps":[32],"serverError":[32]}]]],["justifi-business-details.cjs",[[1,"justifi-business-details",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"business":[32],"renderState":[32],"errorMessage":[32]}]]],["justifi-payment-form.cjs",[[1,"justifi-payment-form",{"bankAccount":[4,"bank-account"],"card":[4],"email":[1],"iframeOrigin":[1,"iframe-origin"],"clientId":[1,"client-id"],"accountId":[1,"account-id"],"submitButtonText":[1,"submit-button-text"],"submitButtonEnabled":[32],"hasLoadedFonts":[32],"isLoading":[32],"selectedPaymentMethodType":[32],"allowedPaymentMethodTypes":[32],"fillBillingForm":[64],"enableSubmitButton":[64],"loadFontsOnParent":[64]},[[0,"paymentMethodSelected","paymentMethodSelectedHandler"]]]]],["justifi-subaccount-details.cjs",[[1,"justifi-subaccount-details",{"accountId":[1,"account-id"],"subaccountId":[1,"subaccount-id"],"authToken":[1,"auth-token"],"onboardingData":[32],"subaccount":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-business-list.cjs",[[1,"justifi-business-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"businesses":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payment-balance-transactions.cjs",[[1,"justifi-payment-balance-transactions",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"balanceTransactions":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payments-list.cjs",[[1,"justifi-payments-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"payments":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payouts-list.cjs",[[1,"justifi-payouts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"payouts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-proceeds-list.cjs",[[1,"justifi-proceeds-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"proceeds":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-refund-form.cjs",[[1,"justifi-refund-form",{"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"amount":[2],"submitButtonText":[1,"submit-button-text"],"withButton":[4,"with-button"],"refundInfoText":[1,"refund-info-text"],"errors":[32],"isSubmitting":[32]}]]],["justifi-subaccounts-list.cjs",[[1,"justifi-subaccounts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"subaccounts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payment-method-form.cjs",[[0,"justifi-payment-method-form",{"paymentMethodFormType":[1,"payment-method-form-type"],"paymentMethodFormValidationMode":[1025,"payment-method-form-validation-mode"],"iframeOrigin":[1,"iframe-origin"],"singleLine":[4,"single-line"],"resize":[64],"tokenize":[64],"validate":[64]}]]],["justifi-bank-account-form.cjs",[[0,"justifi-bank-account-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["justifi-card-form.cjs",[[0,"justifi-card-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"singleLine":[4,"single-line"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["justifi-payment-details.cjs",[[1,"justifi-payment-details",{"paymentId":[1,"payment-id"],"authToken":[1,"auth-token"],"payment":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-payout-details.cjs",[[1,"justifi-payout-details",{"payoutId":[1,"payout-id"],"authToken":[1,"auth-token"],"payout":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-gross-payment-chart.cjs",[[1,"justifi-gross-payment-chart",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"data":[32],"total":[32],"dates":[32],"endDate":[32],"loading":[32],"errorMessage":[32]}]]],["subaccount-bank-details.cjs",[[1,"subaccount-bank-details",{"data":[16]}]]],["subaccount-terms-details.cjs",[[1,"subaccount-terms-details",{"data":[16]}]]],["justifi-billing-form_2.cjs",[[1,"justifi-billing-form",{"legend":[1025],"billingFields":[32],"billingFieldsErrors":[32],"fill":[64],"validate":[64],"getValues":[64]},[[0,"fieldReceivedInput","setFormValue"]]],[1,"justifi-payment-method-selector",{"paymentMethodTypes":[16],"selectedPaymentMethodType":[1,"selected-payment-method-type"]}]]],["justifi-details.cjs",[[1,"justifi-details",{"errorMessage":[1,"error-message"]}]]],["subaccount-account-details_4.cjs",[[1,"subaccount-account-details",{"subaccount":[16],"onboardingData":[16]}],[1,"subaccount-merchant-details",{"onboardingData":[8,"onboarding-data"]}],[1,"subaccount-owners-details",{"data":[16]}],[1,"subaccount-representative-details",{"data":[16]}]]],["select-input_2.cjs",[[1,"select-input",{"name":[1],"label":[1],"defaultValue":[1,"default-value"],"error":[1],"options":[16],"internalValue":[32]}],[1,"text-input",{"name":[1],"label":[1],"defaultValue":[1,"default-value"],"error":[1],"internalValue":[32]}]]],["form-control-monetary.cjs",[[1,"form-control-monetary",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16]}]]],["additional-questions-details_5.cjs",[[1,"additional-questions-details",{"business":[16]}],[1,"generic-info-details",{"business":[16]}],[1,"legal-address-details",{"legalAddress":[16]}],[1,"owner-details",{"owners":[16]}],[1,"representative-details",{"representative":[16]}]]],["form-control-datepart_2.cjs",[[1,"form-control-datepart",{"label":[1],"name":[1],"error":[1],"defaultValue":[1,"default-value"],"type":[1],"inputHandler":[16],"disabled":[4]}],[1,"form-control-number-masked",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"mask":[1],"disabled":[4]}]]],["form-control-number_3.cjs",[[1,"form-control-select",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"options":[16],"disabled":[4]}],[1,"form-control-number",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"disabled":[4],"input":[32]}],[1,"form-control-text",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"disabled":[4],"inputHandler":[16],"input":[32]}]]],["justifi-additional-questions_6.cjs",[[0,"justifi-business-representative",{"formController":[16],"errors":[32],"representative":[32]}],[0,"justifi-business-generic-info",{"formController":[16],"errors":[32]}],[0,"justifi-business-owners",{"formController":[16],"isEditing":[4,"is-editing"],"errors":[32],"owners":[32]}],[0,"justifi-legal-address-form",{"formController":[16],"errors":[32],"legal_address":[32]}],[0,"justifi-additional-questions",{"formController":[16],"errors":[32],"additional_questions":[32]}],[1,"justifi-business-address-form",{"onFormUpdate":[16],"errors":[8],"defaultValues":[8,"default-values"],"address":[32]}]]],["justifi-table_2.cjs",[[1,"justifi-table",{"loading":[4],"errorMessage":[1,"error-message"],"rowData":[16],"columnData":[16],"paging":[16],"params":[8],"entityId":[16],"rowClickHandler":[16]}],[1,"pagination-menu",{"paging":[16],"params":[16]}]]]], options);
|
|
20
|
+
return index.bootstrapLazy([["justifi-business-form.cjs",[[0,"justifi-business-form",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"isLoading":[32]}]]],["justifi-business-form-stepped.cjs",[[0,"justifi-business-form-stepped",{"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"businessId":[1,"business-id"],"testMode":[4,"test-mode"],"isLoading":[32],"currentStep":[32],"totalSteps":[32],"serverError":[32]}]]],["justifi-business-details.cjs",[[1,"justifi-business-details",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"business":[32],"renderState":[32],"errorMessage":[32]}]]],["justifi-payment-form.cjs",[[1,"justifi-payment-form",{"bankAccount":[4,"bank-account"],"card":[4],"email":[1],"iframeOrigin":[1,"iframe-origin"],"clientId":[1,"client-id"],"accountId":[1,"account-id"],"submitButtonText":[1,"submit-button-text"],"submitButtonEnabled":[32],"hasLoadedFonts":[32],"isLoading":[32],"selectedPaymentMethodType":[32],"allowedPaymentMethodTypes":[32],"fillBillingForm":[64],"enableSubmitButton":[64],"loadFontsOnParent":[64]},[[0,"paymentMethodSelected","paymentMethodSelectedHandler"]]]]],["justifi-subaccount-details.cjs",[[1,"justifi-subaccount-details",{"accountId":[1,"account-id"],"subaccountId":[1,"subaccount-id"],"authToken":[1,"auth-token"],"onboardingData":[32],"subaccount":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-business-list.cjs",[[1,"justifi-business-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"businesses":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payment-balance-transactions.cjs",[[1,"justifi-payment-balance-transactions",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"balanceTransactions":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payments-list.cjs",[[1,"justifi-payments-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"payments":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payouts-list.cjs",[[1,"justifi-payouts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"payouts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-proceeds-list.cjs",[[1,"justifi-proceeds-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"proceeds":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-refund-form.cjs",[[1,"justifi-refund-form",{"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"amount":[2],"submitButtonText":[1,"submit-button-text"],"withButton":[4,"with-button"],"refundInfoText":[1,"refund-info-text"],"errors":[32],"isSubmitting":[32]}]]],["justifi-subaccounts-list.cjs",[[1,"justifi-subaccounts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"subaccounts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]}]]],["justifi-payment-method-form.cjs",[[0,"justifi-payment-method-form",{"paymentMethodFormType":[1,"payment-method-form-type"],"paymentMethodFormValidationMode":[1025,"payment-method-form-validation-mode"],"iframeOrigin":[1,"iframe-origin"],"singleLine":[4,"single-line"],"resize":[64],"tokenize":[64],"validate":[64]}]]],["justifi-bank-account-form.cjs",[[0,"justifi-bank-account-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["justifi-card-form.cjs",[[0,"justifi-card-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"singleLine":[4,"single-line"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["justifi-payment-details.cjs",[[1,"justifi-payment-details",{"paymentId":[1,"payment-id"],"authToken":[1,"auth-token"],"payment":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-payout-details.cjs",[[1,"justifi-payout-details",{"payoutId":[1,"payout-id"],"authToken":[1,"auth-token"],"payout":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-gross-payment-chart.cjs",[[1,"justifi-gross-payment-chart",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"data":[32],"total":[32],"dates":[32],"endDate":[32],"loading":[32],"errorMessage":[32]}]]],["subaccount-bank-details.cjs",[[1,"subaccount-bank-details",{"data":[16]}]]],["subaccount-terms-details.cjs",[[1,"subaccount-terms-details",{"data":[16]}]]],["justifi-billing-form_2.cjs",[[1,"justifi-billing-form",{"legend":[1025],"billingFields":[32],"billingFieldsErrors":[32],"fill":[64],"validate":[64],"getValues":[64]},[[0,"fieldReceivedInput","setFormValue"]]],[1,"justifi-payment-method-selector",{"paymentMethodTypes":[16],"selectedPaymentMethodType":[1,"selected-payment-method-type"]}]]],["justifi-details.cjs",[[1,"justifi-details",{"errorMessage":[1,"error-message"]}]]],["subaccount-account-details_4.cjs",[[1,"subaccount-account-details",{"subaccount":[16],"onboardingData":[16]}],[1,"subaccount-merchant-details",{"onboardingData":[8,"onboarding-data"]}],[1,"subaccount-owners-details",{"data":[16]}],[1,"subaccount-representative-details",{"data":[16]}]]],["select-input_2.cjs",[[1,"select-input",{"name":[1],"label":[1],"defaultValue":[1,"default-value"],"error":[1],"options":[16],"internalValue":[32]}],[1,"text-input",{"name":[1],"label":[1],"defaultValue":[1,"default-value"],"error":[1],"internalValue":[32]}]]],["form-control-monetary.cjs",[[1,"form-control-monetary",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16]}]]],["additional-questions-details_5.cjs",[[1,"additional-questions-details",{"business":[16]}],[1,"generic-info-details",{"business":[16]}],[1,"legal-address-details",{"legalAddress":[16]}],[1,"owner-details",{"owners":[16]}],[1,"representative-details",{"representative":[16]}]]],["form-control-datepart_2.cjs",[[1,"form-control-datepart",{"label":[1],"name":[1],"error":[1],"defaultValue":[1,"default-value"],"type":[1],"inputHandler":[16],"disabled":[4]}],[1,"form-control-number-masked",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"mask":[1],"disabled":[4]}]]],["form-control-number_3.cjs",[[1,"form-control-select",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"options":[16],"disabled":[4]}],[1,"form-control-number",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"disabled":[4],"input":[32]}],[1,"form-control-text",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"disabled":[4],"inputHandler":[16],"input":[32]}]]],["justifi-additional-questions_6.cjs",[[0,"justifi-business-representative",{"formController":[16],"errors":[32],"representative":[32]}],[0,"justifi-business-generic-info",{"formController":[16],"errors":[32]}],[0,"justifi-business-owners",{"formController":[16],"isEditing":[4,"is-editing"],"errors":[32],"owners":[32]}],[0,"justifi-legal-address-form",{"formController":[16],"errors":[32],"legal_address":[32]}],[0,"justifi-additional-questions",{"formController":[16],"errors":[32],"additional_questions":[32]}],[1,"justifi-business-address-form",{"onFormUpdate":[16],"errors":[8],"defaultValues":[8,"default-values"],"address":[32]}]]],["justifi-table_2.cjs",[[1,"justifi-table",{"loading":[4],"errorMessage":[1,"error-message"],"rowData":[16],"columnData":[16],"paging":[16],"params":[8],"entityId":[16],"rowClickHandler":[16]}],[1,"pagination-menu",{"paging":[16],"params":[16]}]]]], options);
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
exports.setNonce = index.setNonce;
|
|
24
|
-
|
|
25
|
-
//# sourceMappingURL=webcomponents.cjs.js.map
|
|
@@ -24,6 +24,54 @@ export var PaymentDisputedStatuses;
|
|
|
24
24
|
PaymentDisputedStatuses["lost"] = "lost";
|
|
25
25
|
PaymentDisputedStatuses["open"] = "open";
|
|
26
26
|
})(PaymentDisputedStatuses || (PaymentDisputedStatuses = {}));
|
|
27
|
+
export class PaymentMethod {
|
|
28
|
+
constructor(paymentMethod) {
|
|
29
|
+
this.card = paymentMethod.card ? new Card(paymentMethod.card) : undefined;
|
|
30
|
+
this.bank_account = paymentMethod.bank_account
|
|
31
|
+
? new BankAccount(paymentMethod.bank_account)
|
|
32
|
+
: undefined;
|
|
33
|
+
}
|
|
34
|
+
get payersName() {
|
|
35
|
+
if (this.card) {
|
|
36
|
+
return this.card.name;
|
|
37
|
+
}
|
|
38
|
+
else if (this.bank_account) {
|
|
39
|
+
return this.bank_account.name;
|
|
40
|
+
}
|
|
41
|
+
return null;
|
|
42
|
+
}
|
|
43
|
+
get lastFourDigits() {
|
|
44
|
+
if (this.card) {
|
|
45
|
+
return `**** ${this.card.acct_last_four}`;
|
|
46
|
+
}
|
|
47
|
+
else if (this.bank_account) {
|
|
48
|
+
return `**** ${this.bank_account.acct_last_four}`;
|
|
49
|
+
}
|
|
50
|
+
return null;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
export class BankAccount {
|
|
54
|
+
constructor(bankAccount) {
|
|
55
|
+
this.id = bankAccount.id;
|
|
56
|
+
this.acct_last_four = bankAccount.acct_last_four;
|
|
57
|
+
this.name = bankAccount.name;
|
|
58
|
+
this.brand = bankAccount.brand;
|
|
59
|
+
this.token = bankAccount.token;
|
|
60
|
+
this.created_at = bankAccount.created_at;
|
|
61
|
+
this.updated_at = bankAccount.updated_at;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
export class Card {
|
|
65
|
+
constructor(card) {
|
|
66
|
+
this.id = card.id || '';
|
|
67
|
+
this.acct_last_four = card.acct_last_four;
|
|
68
|
+
this.name = card.name;
|
|
69
|
+
this.brand = card.brand;
|
|
70
|
+
this.token = card.token;
|
|
71
|
+
this.created_at = card.created_at;
|
|
72
|
+
this.updated_at = card.updated_at;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
27
75
|
export class Payment {
|
|
28
76
|
constructor(payment) {
|
|
29
77
|
this.id = payment.id;
|
|
@@ -44,7 +92,7 @@ export class Payment {
|
|
|
44
92
|
this.fee_amount = payment.fee_amount;
|
|
45
93
|
this.is_test = payment.is_test;
|
|
46
94
|
this.metadata = payment.metadata;
|
|
47
|
-
this.payment_method = payment.payment_method;
|
|
95
|
+
this.payment_method = new PaymentMethod(payment.payment_method);
|
|
48
96
|
this.payment_intent_id = payment.payment_intent_id;
|
|
49
97
|
this.refunded = payment.refunded;
|
|
50
98
|
this.status = payment.status;
|
|
@@ -85,4 +133,3 @@ export class PaymentBalanceTransaction {
|
|
|
85
133
|
: this.source_id;
|
|
86
134
|
}
|
|
87
135
|
}
|
|
88
|
-
//# sourceMappingURL=Payment.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CaptureStrategy, Payment, PaymentStatuses } from "../Payment";
|
|
1
|
+
import { CaptureStrategy, Card, Payment, PaymentMethod, PaymentStatuses } from "../Payment";
|
|
2
2
|
const mockPayments = [
|
|
3
3
|
// payment 0: succeeded
|
|
4
4
|
new Payment({
|
|
@@ -39,8 +39,8 @@ const mockPayments = [
|
|
|
39
39
|
],
|
|
40
40
|
},
|
|
41
41
|
payment_intent_id: null,
|
|
42
|
-
payment_method: {
|
|
43
|
-
card: {
|
|
42
|
+
payment_method: new PaymentMethod({
|
|
43
|
+
card: new Card({
|
|
44
44
|
acct_last_four: '6449',
|
|
45
45
|
brand: 'mastercard',
|
|
46
46
|
created_at: '2022-01-13T14:19:11.803Z',
|
|
@@ -48,8 +48,8 @@ const mockPayments = [
|
|
|
48
48
|
name: 'Nick Name',
|
|
49
49
|
token: 'fake-token',
|
|
50
50
|
updated_at: '2022-01-13T14:19:11.803Z',
|
|
51
|
-
},
|
|
52
|
-
},
|
|
51
|
+
}),
|
|
52
|
+
}),
|
|
53
53
|
refunded: false,
|
|
54
54
|
status: PaymentStatuses.succeeded,
|
|
55
55
|
updated_at: '2022-01-10T15:29:58.940Z',
|
|
@@ -76,8 +76,8 @@ const mockPayments = [
|
|
|
76
76
|
is_test: false,
|
|
77
77
|
metadata: null,
|
|
78
78
|
payment_intent_id: null,
|
|
79
|
-
payment_method: {
|
|
80
|
-
card: {
|
|
79
|
+
payment_method: new PaymentMethod({
|
|
80
|
+
card: new Card({
|
|
81
81
|
acct_last_four: '1213',
|
|
82
82
|
brand: 'visa',
|
|
83
83
|
created_at: '2021-01-13T14:19:11.803Z',
|
|
@@ -85,8 +85,8 @@ const mockPayments = [
|
|
|
85
85
|
name: 'Good Customer',
|
|
86
86
|
token: 'fake-token',
|
|
87
87
|
updated_at: '2021-01-13T14:19:11.803Z',
|
|
88
|
-
},
|
|
89
|
-
},
|
|
88
|
+
}),
|
|
89
|
+
}),
|
|
90
90
|
refunded: true,
|
|
91
91
|
status: PaymentStatuses.fully_refunded,
|
|
92
92
|
updated_at: '2021-01-10T15:29:58.940Z',
|
|
@@ -113,8 +113,8 @@ const mockPayments = [
|
|
|
113
113
|
is_test: false,
|
|
114
114
|
metadata: null,
|
|
115
115
|
payment_intent_id: null,
|
|
116
|
-
payment_method: {
|
|
117
|
-
card: {
|
|
116
|
+
payment_method: new PaymentMethod({
|
|
117
|
+
card: new Card({
|
|
118
118
|
acct_last_four: '9780',
|
|
119
119
|
brand: 'american_express',
|
|
120
120
|
created_at: '2021-11-13T14:19:11.803Z',
|
|
@@ -122,8 +122,8 @@ const mockPayments = [
|
|
|
122
122
|
name: 'Sal Gleason',
|
|
123
123
|
token: 'fake-token',
|
|
124
124
|
updated_at: '2021-11-13T14:19:11.803Z',
|
|
125
|
-
},
|
|
126
|
-
},
|
|
125
|
+
}),
|
|
126
|
+
}),
|
|
127
127
|
refunded: true,
|
|
128
128
|
status: PaymentStatuses.partially_refunded,
|
|
129
129
|
updated_at: '2022-01-10T15:29:58.940Z',
|
|
@@ -162,8 +162,8 @@ const mockPayments = [
|
|
|
162
162
|
is_test: false,
|
|
163
163
|
metadata: null,
|
|
164
164
|
payment_intent_id: null,
|
|
165
|
-
payment_method: {
|
|
166
|
-
card: {
|
|
165
|
+
payment_method: new PaymentMethod({
|
|
166
|
+
card: new Card({
|
|
167
167
|
acct_last_four: '1554',
|
|
168
168
|
brand: 'discover',
|
|
169
169
|
created_at: '2021-09-13T14:19:11.803Z',
|
|
@@ -171,8 +171,8 @@ const mockPayments = [
|
|
|
171
171
|
name: 'Sal Gleason',
|
|
172
172
|
token: 'fake-token',
|
|
173
173
|
updated_at: '2021-09-13T14:19:11.803Z',
|
|
174
|
-
},
|
|
175
|
-
},
|
|
174
|
+
}),
|
|
175
|
+
}),
|
|
176
176
|
refunded: false,
|
|
177
177
|
status: PaymentStatuses.disputed,
|
|
178
178
|
updated_at: '2021-09-10T15:29:58.940Z',
|
|
@@ -199,8 +199,8 @@ const mockPayments = [
|
|
|
199
199
|
is_test: true,
|
|
200
200
|
metadata: null,
|
|
201
201
|
payment_intent_id: null,
|
|
202
|
-
payment_method: {
|
|
203
|
-
card: {
|
|
202
|
+
payment_method: new PaymentMethod({
|
|
203
|
+
card: new Card({
|
|
204
204
|
acct_last_four: '8774',
|
|
205
205
|
brand: 'diners_club',
|
|
206
206
|
created_at: '2022-01-18T15:07:15.975Z',
|
|
@@ -208,12 +208,11 @@ const mockPayments = [
|
|
|
208
208
|
name: 'Minnie Bernhard',
|
|
209
209
|
token: 'fake-token',
|
|
210
210
|
updated_at: '2022-01-18T15:07:15.975Z',
|
|
211
|
-
},
|
|
212
|
-
},
|
|
211
|
+
}),
|
|
212
|
+
}),
|
|
213
213
|
refunded: false,
|
|
214
214
|
status: PaymentStatuses.failed,
|
|
215
215
|
updated_at: '2022-01-18T12:54:44.822Z',
|
|
216
216
|
}),
|
|
217
217
|
];
|
|
218
218
|
export default mockPayments;
|
|
219
|
-
//# sourceMappingURL=MockPayments.js.map
|
|
@@ -52,6 +52,14 @@ export default {
|
|
|
52
52
|
},
|
|
53
53
|
},
|
|
54
54
|
},
|
|
55
|
+
decorators: [
|
|
56
|
+
story => `
|
|
57
|
+
<!-- Deprecated Notice -->
|
|
58
|
+
<p style="color: red; font-family: 'Roboto Mono', monospace;">Note: The 'resize' method is deprecated and will be removed in future releases.</p>
|
|
59
|
+
${story()}
|
|
60
|
+
<script>${addEvents()}</script>
|
|
61
|
+
`,
|
|
62
|
+
],
|
|
55
63
|
};
|
|
56
64
|
const handleValidateClick = async (bankForm) => {
|
|
57
65
|
const valid = await bankForm.validate();
|
|
@@ -122,4 +130,3 @@ export const Styled = Template.bind({});
|
|
|
122
130
|
Styled.args = {
|
|
123
131
|
'css-variables': CSSVars,
|
|
124
132
|
};
|
|
125
|
-
//# sourceMappingURL=bank-account-form.stories.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Host, h } from "@stencil/core";
|
|
2
2
|
import { Api } from "../../api";
|
|
3
|
-
import { ErrorState, LoadingState } from "../details/utils";
|
|
3
|
+
import { ErrorState, LoadingState } from "../details/utils";
|
|
4
4
|
import { config } from "../../../config";
|
|
5
5
|
var RENDER_STATES;
|
|
6
6
|
(function (RENDER_STATES) {
|
|
@@ -24,15 +24,16 @@ export class BusinessDetails {
|
|
|
24
24
|
this.renderState = RENDER_STATES.LOADING;
|
|
25
25
|
this.errorMessage = 'An error ocurred.';
|
|
26
26
|
this.fetchBusiness = this.fetchBusiness.bind(this);
|
|
27
|
-
this.setError = this.setError.bind(this);
|
|
28
27
|
}
|
|
29
28
|
async componentWillLoad() {
|
|
30
29
|
if (!this.authToken) {
|
|
31
|
-
this.
|
|
30
|
+
this.errorMessage = 'Missing auth-token. The form will not be functional without it.';
|
|
31
|
+
console.error(this.errorMessage);
|
|
32
32
|
return;
|
|
33
33
|
}
|
|
34
34
|
if (!this.businessId) {
|
|
35
|
-
this.
|
|
35
|
+
this.errorMessage = 'Missing business-id. The form will not be functional without it.';
|
|
36
|
+
console.error(this.errorMessage);
|
|
36
37
|
return;
|
|
37
38
|
}
|
|
38
39
|
this.api = Api(this.authToken, config.proxyApiOrigin);
|
|
@@ -43,27 +44,30 @@ export class BusinessDetails {
|
|
|
43
44
|
try {
|
|
44
45
|
const response = await this.api.get(`entities/business/${businessId}`);
|
|
45
46
|
if (response.error) {
|
|
46
|
-
this.
|
|
47
|
+
this.errorMessage = `${this.errorMessage}: ${response.error}`;
|
|
48
|
+
console.error(this.errorMessage);
|
|
49
|
+
this.renderState = RENDER_STATES.ERROR;
|
|
47
50
|
return;
|
|
48
51
|
}
|
|
49
52
|
this.business = response.data;
|
|
50
53
|
this.renderState = RENDER_STATES.READY;
|
|
51
54
|
}
|
|
52
55
|
catch (error) {
|
|
53
|
-
this.
|
|
56
|
+
this.errorMessage = `${this.errorMessage}: ${error}`;
|
|
57
|
+
console.error(this.errorMessage);
|
|
58
|
+
this.renderState = RENDER_STATES.ERROR;
|
|
59
|
+
}
|
|
60
|
+
finally {
|
|
61
|
+
this.renderState = RENDER_STATES.READY;
|
|
54
62
|
}
|
|
55
|
-
}
|
|
56
|
-
setError(error) {
|
|
57
|
-
this.errorMessage = error || this.errorMessage;
|
|
58
|
-
this.renderState = RENDER_STATES.ERROR;
|
|
59
63
|
}
|
|
60
64
|
render() {
|
|
61
65
|
var _a, _b, _c;
|
|
62
66
|
if (this.renderState === RENDER_STATES.LOADING) {
|
|
63
|
-
return LoadingState;
|
|
67
|
+
return h(Host, null, LoadingState);
|
|
64
68
|
}
|
|
65
69
|
if (this.renderState === RENDER_STATES.ERROR) {
|
|
66
|
-
return ErrorState(this.errorMessage);
|
|
70
|
+
return h(Host, null, ErrorState(this.errorMessage));
|
|
67
71
|
}
|
|
68
72
|
return (h(Host, null, h("generic-info-details", { business: this.business }), h("legal-address-details", { legalAddress: (_a = this.business) === null || _a === void 0 ? void 0 : _a.legal_address }), h("representative-details", { representative: (_b = this.business) === null || _b === void 0 ? void 0 : _b.representative }), h("owner-details", { owners: (_c = this.business) === null || _c === void 0 ? void 0 : _c.owners }), h("additional-questions-details", { business: this.business })));
|
|
69
73
|
}
|
|
@@ -125,4 +129,3 @@ export class BusinessDetails {
|
|
|
125
129
|
};
|
|
126
130
|
}
|
|
127
131
|
}
|
|
128
|
-
//# sourceMappingURL=business-details.js.map
|
package/dist/collection/components/business-details/representative-details/representative-details.js
CHANGED
|
@@ -14,8 +14,8 @@ export class JustifiRepresentativeDetails {
|
|
|
14
14
|
this.representative = undefined;
|
|
15
15
|
}
|
|
16
16
|
render() {
|
|
17
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
18
|
-
return (h(Host, null, h(DetailSection, { sectionTitle: "Representative Details" }, h("div", { class: "row gy-3" }, h("div", { class: "col-12 col-md-6" }, h(DetailItem, { title: "Name", value: (_a = this.representative) === null || _a === void 0 ? void 0 : _a.name }), h(DetailItem, { title: "ID", value: (_b = this.representative) === null || _b === void 0 ? void 0 : _b.id }), h(DetailItem, { title: "Representative Address", value: (_c = this.representative) === null || _c === void 0 ? void 0 : _c.address.line1 }), h(DetailItem, { title: "
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
18
|
+
return (h(Host, null, h(DetailSection, { sectionTitle: "Representative Details" }, h("div", { class: "row gy-3" }, h("div", { class: "col-12 col-md-6" }, h(DetailItem, { title: "Name", value: (_a = this.representative) === null || _a === void 0 ? void 0 : _a.name }), h(DetailItem, { title: "ID", value: (_b = this.representative) === null || _b === void 0 ? void 0 : _b.id }), h(DetailItem, { title: "Representative Address", value: (_c = this.representative) === null || _c === void 0 ? void 0 : _c.address.line1 }), h(DetailItem, { title: "Created At", value: ((_d = this.representative) === null || _d === void 0 ? void 0 : _d.created_at) && formatMediumDate((_e = this.representative) === null || _e === void 0 ? void 0 : _e.created_at) })), h("div", { class: "col-12 col-md-6" }, h(DetailItem, { title: "Title", value: (_f = this.representative) === null || _f === void 0 ? void 0 : _f.title }), h(DetailItem, { title: "Is Owner?", value: (_g = this.representative) === null || _g === void 0 ? void 0 : _g.is_owner.toString() }), h(DetailItem, { title: "Date Of Birth", value: this.representative && formatMediumDate(new Date(Number((_h = this.representative) === null || _h === void 0 ? void 0 : _h.dob_year), Number((_j = this.representative) === null || _j === void 0 ? void 0 : _j.dob_month) - 1, Number((_k = this.representative) === null || _k === void 0 ? void 0 : _k.dob_day))) }), h(DetailItem, { title: "Email", value: (_l = this.representative) === null || _l === void 0 ? void 0 : _l.email }), h(DetailItem, { title: "Phone", value: (_m = this.representative) === null || _m === void 0 ? void 0 : _m.phone }), h(DetailItem, { title: "Updated At", value: this.representative && formatMediumDate((_o = this.representative) === null || _o === void 0 ? void 0 : _o.updated_at) }))))));
|
|
19
19
|
}
|
|
20
20
|
static get is() { return "representative-details"; }
|
|
21
21
|
static get encapsulation() { return "shadow"; }
|
|
@@ -55,4 +55,3 @@ export class JustifiRepresentativeDetails {
|
|
|
55
55
|
};
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
//# sourceMappingURL=representative-details.js.map
|