@justifi/webcomponents 4.17.0 → 4.18.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/{Analytics-80336968.js → Analytics-d4aa8c07.js} +1 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +12 -12
- package/dist/cjs/business-details-core.cjs.entry.js +6 -9
- package/dist/cjs/form-alert_5.cjs.entry.js +2 -2
- package/dist/cjs/form-control-checkbox_5.cjs.entry.js +7 -7
- package/dist/cjs/form-control-date.cjs.entry.js +43 -0
- package/dist/cjs/form-control-error-text_2.cjs.entry.js +36 -0
- package/dist/cjs/form-control-file.cjs.entry.js +1 -1
- package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
- package/dist/cjs/{form-control-date_3.cjs.entry.js → form-control-number-masked_2.cjs.entry.js} +2 -39
- package/dist/cjs/form-control-number.cjs.entry.js +1 -1
- package/dist/cjs/{form-control-error-text_4.cjs.entry.js → form-control-select_2.cjs.entry.js} +1 -31
- package/dist/cjs/get-payout-csv-e4e4771a.js +48 -0
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +4 -4
- package/dist/cjs/{index-b4498996.js → index-fb499e95.js} +15 -3
- package/dist/cjs/{insurance-state-3f044af7.js → insurance-state-80e24caf.js} +1 -1
- package/dist/cjs/justifi-additional-questions-form-step_10.cjs.entry.js +3 -3
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +3 -3
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +6 -5
- package/dist/cjs/justifi-business-details.cjs.entry.js +4 -4
- package/dist/cjs/justifi-business-form.cjs.entry.js +7 -6
- package/dist/cjs/justifi-business-list.cjs.entry.js +3 -6
- package/dist/cjs/justifi-card-form.cjs.entry.js +3 -3
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +9 -5
- package/dist/cjs/justifi-checkout.cjs.entry.js +3 -3
- package/dist/cjs/justifi-details.cjs.entry.js +4 -7
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +4 -4
- package/dist/cjs/justifi-new-payment-method_4.cjs.entry.js +10 -7
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +3 -6
- package/dist/cjs/justifi-payment-details.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payment-form.cjs.entry.js +8 -7
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +7 -2
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +4 -8
- package/dist/cjs/justifi-payments-list.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payout-details.cjs.entry.js +15 -10
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +15 -12
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +3 -6
- package/dist/cjs/justifi-refund-form.cjs.entry.js +4 -3
- package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +13 -8
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +2 -3
- package/dist/cjs/justifi-skeleton.cjs.entry.js +3 -3
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +4 -7
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-table_2.cjs.entry.js +8 -12
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-7b63c02b.js → package-5fee1ffb.js} +1 -1
- package/dist/cjs/{payload-parsers-78445405.js → payload-parsers-1cbc3b57.js} +2 -0
- package/dist/cjs/payment-details-core.cjs.entry.js +10 -13
- package/dist/cjs/payments-list-core.cjs.entry.js +6 -6
- package/dist/cjs/payout-details-core.cjs.entry.js +18 -7
- package/dist/cjs/payouts-list-core.cjs.entry.js +28 -7
- package/dist/cjs/styled-host-b8bed12a.js +14 -0
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +6 -22
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +3 -7
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +3 -7
- package/dist/cjs/{utils-742da2e3.js → utils-8c3bf659.js} +1 -1
- package/dist/cjs/{utils-0c3168ef.js → utils-c1d2e426.js} +1 -1
- package/dist/cjs/webcomponents.cjs.js +2 -2
- package/dist/collection/api/services/payout.service.js +5 -0
- package/dist/collection/assets/download-icon.js +2 -0
- package/dist/collection/components/billing-form/billing-form.css +2 -8162
- package/dist/collection/components/billing-form/billing-form.js +4 -3
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +2 -3
- package/dist/collection/components/business-details/business-details-core.js +5 -14
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +2 -3
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +2 -3
- package/dist/collection/components/business-details/owner-details/owner-details.js +2 -3
- package/dist/collection/components/business-details/representative-details/representative-details.js +2 -3
- package/dist/collection/components/business-details/shared-business-details.css +3 -0
- package/dist/collection/components/business-forms/business-form/business-form.css +5 -8768
- package/dist/collection/components/business-forms/business-form/business-form.js +4 -3
- package/dist/collection/components/business-forms/owner-form/owner-form.js +2 -2
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-core.js +14 -2
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.css +4 -9155
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +1 -12
- package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-text.css +5 -763
- package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-text.js +2 -2
- package/dist/collection/components/business-forms/utils/payload-parsers.js +2 -0
- package/dist/collection/components/business-list/business-list.js +3 -12
- package/dist/collection/components/checkout/checkout-core.css +3 -8147
- package/dist/collection/components/checkout/checkout-core.js +5 -4
- package/dist/collection/components/checkout/form-check-input.css +20 -0
- package/dist/collection/components/checkout/header.css +4 -0
- package/dist/collection/components/checkout/new-payment-method.js +2 -2
- package/dist/collection/components/checkout/payment-method-options.css +1 -7088
- package/dist/collection/components/checkout/payment-method-options.js +4 -4
- package/dist/collection/components/checkout/save-new-payment-method.js +1 -1
- package/dist/collection/components/checkout/saved-payment-method.js +2 -2
- package/dist/collection/components/checkout/sezzle-payment-method.js +2 -2
- package/dist/collection/components/details/details.js +3 -12
- package/dist/collection/components/form/form-control-monetary.js +1 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +2 -2
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.css +1 -573
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.css +6 -8183
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.js +6 -7
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +1 -2
- package/dist/collection/components/pagination-menu/pagination-menu.js +3 -14
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js +3 -13
- package/dist/collection/components/payment-details/payment-details-core.js +9 -18
- package/dist/collection/components/payment-form/payment-form.css +3 -2513
- package/dist/collection/components/payment-form/payment-form.js +6 -5
- package/dist/collection/components/payment-form/payment-method-selector.css +5 -1881
- package/dist/collection/components/payment-form/payment-method-selector.js +2 -3
- package/dist/collection/components/payments-list/payments-list-core.js +6 -12
- package/dist/collection/components/payments-list/payments-list.js +3 -0
- package/dist/collection/components/payout-details/get-payout-csv.js +19 -0
- package/dist/collection/components/payout-details/payout-details-core.js +37 -12
- package/dist/collection/components/payout-details/payout-details.js +11 -4
- package/dist/collection/components/payouts-list/payouts-list-core.js +45 -14
- package/dist/collection/components/payouts-list/payouts-list.js +14 -6
- package/dist/collection/components/proceeds-list/proceeds-list.js +3 -12
- package/dist/collection/components/refund-form/refund-form.css +1 -7737
- package/dist/collection/components/refund-form/refund-form.js +4 -3
- package/dist/collection/components/skeleton/skeleton.css +1 -573
- package/dist/collection/components/skeleton/skeleton.js +2 -2
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-details.js +3 -12
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +1 -12
- package/dist/collection/components/subaccounts-list/subaccounts-list.js +1 -1
- package/dist/collection/components/table/table.css +0 -8085
- package/dist/collection/components/table/table.js +3 -4
- package/dist/collection/utils/styled-host/styled-host.js +6 -0
- package/dist/docs.json +132 -24
- package/dist/esm/{Analytics-c52faca6.js → Analytics-29fac206.js} +1 -1
- package/dist/esm/additional-questions-details_5.entry.js +12 -12
- package/dist/esm/business-details-core.entry.js +6 -9
- package/dist/esm/form-alert_5.entry.js +2 -2
- package/dist/esm/form-control-checkbox_5.entry.js +7 -7
- package/dist/esm/form-control-date.entry.js +39 -0
- package/dist/esm/form-control-error-text_2.entry.js +31 -0
- package/dist/esm/form-control-file.entry.js +1 -1
- package/dist/esm/form-control-monetary.entry.js +2 -2
- package/dist/esm/{form-control-date_3.entry.js → form-control-number-masked_2.entry.js} +3 -39
- package/dist/esm/form-control-number.entry.js +1 -1
- package/dist/esm/{form-control-error-text_4.entry.js → form-control-select_2.entry.js} +2 -30
- package/dist/esm/get-payout-csv-9b4aaada.js +45 -0
- package/dist/esm/gross-payment-chart-core.entry.js +4 -4
- package/dist/esm/{index-4bd1eae9.js → index-57431c24.js} +15 -3
- package/dist/esm/{insurance-state-09754ab9.js → insurance-state-8ce01e59.js} +1 -1
- package/dist/esm/justifi-additional-questions-form-step_10.entry.js +3 -3
- package/dist/esm/justifi-bank-account-form.entry.js +3 -3
- package/dist/esm/justifi-billing-form_2.entry.js +6 -5
- package/dist/esm/justifi-business-details.entry.js +4 -4
- package/dist/esm/justifi-business-form.entry.js +7 -6
- package/dist/esm/justifi-business-list.entry.js +3 -6
- package/dist/esm/justifi-card-form.entry.js +3 -3
- package/dist/esm/justifi-checkout-core.entry.js +9 -5
- package/dist/esm/justifi-checkout.entry.js +3 -3
- package/dist/esm/justifi-details.entry.js +4 -7
- package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
- package/dist/esm/justifi-new-payment-method_4.entry.js +10 -7
- package/dist/esm/justifi-payment-balance-transactions.entry.js +3 -6
- package/dist/esm/justifi-payment-details.entry.js +4 -4
- package/dist/esm/justifi-payment-form.entry.js +8 -7
- package/dist/esm/justifi-payment-method-form.entry.js +2 -2
- package/dist/esm/justifi-payment-method-selector.entry.js +3 -3
- package/dist/esm/justifi-payment-provisioning-core.entry.js +7 -2
- package/dist/esm/justifi-payment-provisioning.entry.js +4 -8
- package/dist/esm/justifi-payments-list.entry.js +4 -4
- package/dist/esm/justifi-payout-details.entry.js +14 -9
- package/dist/esm/justifi-payouts-list.entry.js +14 -11
- package/dist/esm/justifi-proceeds-list.entry.js +3 -6
- package/dist/esm/justifi-refund-form.entry.js +4 -3
- package/dist/esm/justifi-season-interruption-insurance-core.entry.js +13 -8
- package/dist/esm/justifi-season-interruption-insurance.entry.js +2 -3
- package/dist/esm/justifi-skeleton.entry.js +3 -3
- package/dist/esm/justifi-subaccount-details.entry.js +4 -7
- package/dist/esm/justifi-subaccounts-list.entry.js +2 -2
- package/dist/esm/justifi-table_2.entry.js +8 -12
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{package-8ab448a3.js → package-1123f528.js} +1 -1
- package/dist/esm/{payload-parsers-57289fc4.js → payload-parsers-acb719d1.js} +2 -0
- package/dist/esm/payment-details-core.entry.js +10 -13
- package/dist/esm/payments-list-core.entry.js +6 -6
- package/dist/esm/payout-details-core.entry.js +18 -7
- package/dist/esm/payouts-list-core.entry.js +28 -7
- package/dist/esm/styled-host-57aae7fa.js +12 -0
- package/dist/esm/subaccount-account-details_4.entry.js +6 -22
- package/dist/esm/subaccount-bank-details.entry.js +3 -7
- package/dist/esm/subaccount-terms-details.entry.js +3 -7
- package/dist/esm/{utils-1e583166.js → utils-56719d07.js} +1 -1
- package/dist/esm/{utils-c7b3f21a.js → utils-f4c4ba7d.js} +1 -1
- package/dist/esm/webcomponents.js +3 -3
- package/dist/module/additional-questions-details2.js +3 -4
- package/dist/module/billing-form.js +4 -3
- package/dist/module/business-details-core2.js +5 -8
- package/dist/module/business-terms-conditions-text.js +2 -2
- package/dist/module/checkout-core.js +8 -4
- package/dist/module/details.js +3 -6
- package/dist/module/form-control-monetary2.js +1 -1
- package/dist/module/generic-info-details2.js +3 -4
- package/dist/module/get-payout-csv.js +45 -0
- package/dist/module/gross-payment-chart-core2.js +2 -2
- package/dist/module/justifi-business-form.js +4 -3
- package/dist/module/justifi-business-list.js +3 -6
- package/dist/module/justifi-payment-balance-transactions.js +4 -8
- package/dist/module/justifi-payment-form.js +6 -5
- package/dist/module/justifi-payment-provisioning.js +2 -7
- package/dist/module/justifi-payments-list.js +19 -1
- package/dist/module/justifi-payout-details.js +11 -5
- package/dist/module/justifi-payouts-list.js +30 -8
- package/dist/module/justifi-proceeds-list.js +3 -6
- package/dist/module/justifi-refund-form.js +4 -3
- package/dist/module/justifi-season-interruption-insurance.js +1 -2
- package/dist/module/justifi-subaccount-details.js +3 -6
- package/dist/module/justifi-subaccounts-list.js +1 -1
- package/dist/module/legal-address-details2.js +3 -4
- package/dist/module/new-payment-method.js +1 -1
- package/dist/module/owner-details2.js +3 -4
- package/dist/module/owner-form.js +2 -2
- package/dist/module/package.js +1 -1
- package/dist/module/pagination-menu2.js +4 -9
- package/dist/module/payload-parsers.js +2 -0
- package/dist/module/payment-details-core2.js +9 -12
- package/dist/module/payment-method-options.js +7 -4
- package/dist/module/payment-method-selector.js +3 -4
- package/dist/module/payment-provisioning-core.js +9 -3
- package/dist/module/payments-list-core2.js +25 -7
- package/dist/module/payout-details-core2.js +18 -6
- package/dist/module/payouts-list-core2.js +48 -8
- package/dist/module/representative-details2.js +3 -4
- package/dist/module/save-new-payment-method.js +1 -1
- package/dist/module/saved-payment-method.js +1 -1
- package/dist/module/season-interruption-insurance-core.js +12 -7
- package/dist/module/sezzle-payment-method.js +1 -1
- package/dist/module/skeleton.js +2 -2
- package/dist/module/styled-host.js +12 -0
- package/dist/module/subaccount-account-details2.js +2 -7
- package/dist/module/subaccount-bank-details.js +2 -7
- package/dist/module/subaccount-merchant-details2.js +2 -7
- package/dist/module/subaccount-owners-details2.js +2 -7
- package/dist/module/subaccount-representative-details2.js +2 -7
- package/dist/module/subaccount-terms-details.js +2 -7
- package/dist/module/table.js +4 -5
- package/dist/types/api/services/payout.service.d.ts +2 -0
- package/dist/types/assets/download-icon.d.ts +1 -0
- package/dist/types/components/payments-list/payments-list-core.d.ts +1 -0
- package/dist/types/components/payments-list/payments-list.d.ts +3 -0
- package/dist/types/components/payout-details/get-payout-csv.d.ts +7 -0
- package/dist/types/components/payout-details/payout-details-core.d.ts +2 -0
- package/dist/types/components/payout-details/payout-details.d.ts +2 -1
- package/dist/types/components/payouts-list/payouts-list-core.d.ts +3 -0
- package/dist/types/components/payouts-list/payouts-list.d.ts +5 -1
- package/dist/types/components.d.ts +28 -0
- package/dist/types/utils/styled-host/styled-host.d.ts +3 -0
- package/dist/webcomponents/{p-edb605b3.js → p-092e080c.js} +1 -1
- package/dist/webcomponents/p-09affce4.entry.js +1 -0
- package/dist/webcomponents/p-0a4a9ccd.entry.js +1 -0
- package/dist/webcomponents/{p-5309e887.entry.js → p-0dca0770.entry.js} +1 -1
- package/dist/webcomponents/{p-95c18035.entry.js → p-0e4a54c8.entry.js} +1 -1
- package/dist/webcomponents/p-0ed3c1d2.entry.js +1 -0
- package/dist/webcomponents/p-10b57ac6.entry.js +1 -0
- package/dist/webcomponents/p-1737f6bf.entry.js +1 -0
- package/dist/webcomponents/{p-84b3cead.entry.js → p-2244e679.entry.js} +1 -1
- package/dist/webcomponents/p-2306d44d.entry.js +1 -0
- package/dist/webcomponents/{p-f7b6dcc4.js → p-2338affa.js} +1 -1
- package/dist/webcomponents/{p-0a09edbb.entry.js → p-2af3672b.entry.js} +1 -1
- package/dist/webcomponents/p-3294856b.entry.js +1 -0
- package/dist/webcomponents/p-3514b616.entry.js +1 -0
- package/dist/webcomponents/p-390157c9.entry.js +1 -0
- package/dist/webcomponents/p-412c7a22.entry.js +1 -0
- package/dist/webcomponents/p-464e4dfe.entry.js +1 -0
- package/dist/webcomponents/p-49b8e112.js +1 -0
- package/dist/webcomponents/{p-c69713c2.entry.js → p-4b9587ec.entry.js} +1 -1
- package/dist/webcomponents/p-531d873a.entry.js +1 -0
- package/dist/webcomponents/p-54287db6.entry.js +1 -0
- package/dist/webcomponents/p-547a2cd0.entry.js +1 -0
- package/dist/webcomponents/p-571d7f1a.entry.js +1 -0
- package/dist/webcomponents/p-5963bcdc.entry.js +1 -0
- package/dist/webcomponents/p-5b1451e7.entry.js +1 -0
- package/dist/webcomponents/{p-e7915927.entry.js → p-66758365.entry.js} +1 -1
- package/dist/webcomponents/{p-b7d9d9fa.js → p-667a5aa8.js} +1 -1
- package/dist/webcomponents/p-67e497aa.entry.js +1 -0
- package/dist/webcomponents/{p-0575daac.js → p-68fd8283.js} +1 -1
- package/dist/webcomponents/p-6bcf621a.entry.js +1 -0
- package/dist/webcomponents/p-6bd5d569.entry.js +1 -0
- package/dist/webcomponents/p-76180bb4.entry.js +1 -0
- package/dist/webcomponents/p-77dc159c.entry.js +1 -0
- package/dist/webcomponents/{p-a34c28af.entry.js → p-7a346c0b.entry.js} +1 -1
- package/dist/webcomponents/p-7d6aba64.entry.js +1 -0
- package/dist/webcomponents/p-81d3eda6.entry.js +1 -0
- package/dist/webcomponents/p-85fc69e5.js +1 -0
- package/dist/webcomponents/p-87932e16.js +1 -0
- package/dist/webcomponents/p-88c7ef46.entry.js +1 -0
- package/dist/webcomponents/p-8cc7a418.entry.js +1 -0
- package/dist/webcomponents/p-8dd22c8d.entry.js +1 -0
- package/dist/webcomponents/p-959b478a.entry.js +19 -0
- package/dist/webcomponents/{p-fcf42299.entry.js → p-9631b768.entry.js} +1 -1
- package/dist/webcomponents/p-9e7c3231.entry.js +1 -0
- package/dist/webcomponents/{p-c2d6a5e2.entry.js → p-bb32b91c.entry.js} +1 -1
- package/dist/webcomponents/p-bbc18b9f.entry.js +1 -0
- package/dist/webcomponents/p-cb9ee476.entry.js +1 -0
- package/dist/webcomponents/p-d083a342.entry.js +1 -0
- package/dist/webcomponents/{p-1c60004a.entry.js → p-d5612f35.entry.js} +1 -1
- package/dist/webcomponents/p-debeefbb.entry.js +1 -0
- package/dist/webcomponents/{p-9936c393.entry.js → p-df38dd21.entry.js} +1 -1
- package/dist/webcomponents/p-e0bcfdb5.entry.js +1 -0
- package/dist/webcomponents/{p-cb68e8fa.js → p-e1651130.js} +1 -1
- package/dist/webcomponents/p-e46929a1.entry.js +1 -0
- package/dist/webcomponents/{p-6006e085.entry.js → p-e85ef4af.entry.js} +1 -1
- package/dist/webcomponents/p-ea7c77a3.entry.js +1 -0
- package/dist/webcomponents/{p-a90a6703.entry.js → p-f3555f0b.entry.js} +1 -1
- package/dist/webcomponents/p-fad19d75.js +2 -0
- package/dist/webcomponents/webcomponents.css +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/payout.service-eec372aa.js +0 -22
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.css +0 -7348
- package/dist/collection/components/business-details/business-details.css +0 -6446
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.css +0 -7348
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.css +0 -7348
- package/dist/collection/components/business-details/owner-details/owner-details.css +0 -7348
- package/dist/collection/components/business-details/representative-details/representative-details.css +0 -7348
- package/dist/collection/components/business-list/business-list.css +0 -579
- package/dist/collection/components/details/details.css +0 -7993
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.css +0 -0
- package/dist/collection/components/payment-details/payment-details.css +0 -7993
- package/dist/collection/components/payments-list/payments-list.css +0 -579
- package/dist/collection/components/payout-details/payout-details.css +0 -7993
- package/dist/collection/components/payouts-list/payouts-list.css +0 -579
- package/dist/collection/components/proceeds-list/proceeds-list.css +0 -579
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-details.css +0 -7993
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.css +0 -7352
- package/dist/esm/payout.service-28b9594f.js +0 -20
- package/dist/module/payout.service.js +0 -20
- package/dist/webcomponents/p-00de4ae0.entry.js +0 -1
- package/dist/webcomponents/p-015ba24e.entry.js +0 -1
- package/dist/webcomponents/p-023fe908.entry.js +0 -1
- package/dist/webcomponents/p-0fc18c89.entry.js +0 -1
- package/dist/webcomponents/p-100cb35c.entry.js +0 -1
- package/dist/webcomponents/p-189dee9f.entry.js +0 -1
- package/dist/webcomponents/p-30a7bebc.entry.js +0 -19
- package/dist/webcomponents/p-378bb067.entry.js +0 -1
- package/dist/webcomponents/p-404d7c56.entry.js +0 -1
- package/dist/webcomponents/p-43326623.entry.js +0 -1
- package/dist/webcomponents/p-4c5f9260.entry.js +0 -1
- package/dist/webcomponents/p-61e486ad.entry.js +0 -1
- package/dist/webcomponents/p-64d1aeb8.entry.js +0 -1
- package/dist/webcomponents/p-68f3a7b0.entry.js +0 -1
- package/dist/webcomponents/p-738049aa.entry.js +0 -1
- package/dist/webcomponents/p-739f1e09.entry.js +0 -1
- package/dist/webcomponents/p-7f77d91f.entry.js +0 -1
- package/dist/webcomponents/p-8805d083.entry.js +0 -1
- package/dist/webcomponents/p-95c8c313.entry.js +0 -1
- package/dist/webcomponents/p-97220d5b.entry.js +0 -1
- package/dist/webcomponents/p-98985c7d.entry.js +0 -1
- package/dist/webcomponents/p-9d03464e.entry.js +0 -1
- package/dist/webcomponents/p-a63a6fb9.js +0 -2
- package/dist/webcomponents/p-a6477232.entry.js +0 -1
- package/dist/webcomponents/p-b1a24d24.entry.js +0 -1
- package/dist/webcomponents/p-b27d2ce1.entry.js +0 -1
- package/dist/webcomponents/p-be049573.entry.js +0 -1
- package/dist/webcomponents/p-bfe69314.entry.js +0 -1
- package/dist/webcomponents/p-c8c08fe3.js +0 -1
- package/dist/webcomponents/p-ca39c89f.js +0 -1
- package/dist/webcomponents/p-d779f2f2.entry.js +0 -1
- package/dist/webcomponents/p-da313a7e.entry.js +0 -1
- package/dist/webcomponents/p-e04f7070.entry.js +0 -1
- package/dist/webcomponents/p-eb142b8a.entry.js +0 -1
- package/dist/webcomponents/p-efe744ce.entry.js +0 -1
- package/dist/webcomponents/p-f6858597.entry.js +0 -1
- package/dist/webcomponents/p-f68cf935.entry.js +0 -1
|
@@ -24,7 +24,7 @@ export class Table {
|
|
|
24
24
|
}
|
|
25
25
|
render() {
|
|
26
26
|
var _a, _b;
|
|
27
|
-
return (h(Host, { key: '
|
|
27
|
+
return (h(Host, { key: '330ca720893ef70db96d4229c45a42f859567fd2', exportparts: tableExportedParts }, h("div", { key: '6a4aa680881ca619e88a1e505e9367f598633184', class: "table-wrapper" }, h("table", { key: '56129dafeccdda2e443f52d31efc7b68181988f7', class: "table table-hover" }, h("thead", { key: 'c3d407a15d350918df135f9e6f9f94d8ac751f65', class: "table-head sticky-top", part: "table-head" }, h("tr", { key: 'a1a8b3e9141ee6ecf1312b5d6d50f4b1a0488d9f', class: "table-light text-nowrap", part: 'table-head-row' }, (_a = this.columnData) === null || _a === void 0 ? void 0 : _a.map((column) => h("th", { part: "table-head-cell", scope: "col", title: Array.isArray(column) ? column[1] : '' }, !Array.isArray(column) ? column : column[0])))), h("tbody", { key: '232e450d33c1ea1088aab9a06ecb9a00d49788fd', class: "table-body", part: 'table-body' }, this.loading && LoadingState(this.columnData.length), this.showEmptyState && EmptyState(this.columnData.length), this.showErrorState && ErrorState(this.columnData.length, this.errorMessage), this.showRowData && (this.rowData.map((data, index) => {
|
|
28
28
|
return (h("tr", { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: e => this.rowClickHandler ? this.rowClickHandler(e) : null, part: `table-row ${index % 2 ? 'table-row-even' : 'table-row-odd'}` }, data.map((dataEntry) => {
|
|
29
29
|
let nestedHtml = dataEntry === null || dataEntry === void 0 ? void 0 : dataEntry.type;
|
|
30
30
|
if (nestedHtml) {
|
|
@@ -35,13 +35,12 @@ export class Table {
|
|
|
35
35
|
}
|
|
36
36
|
})));
|
|
37
37
|
}))), this.paging &&
|
|
38
|
-
h("tfoot", { key: '
|
|
38
|
+
h("tfoot", { key: '35f0a88e934a2483df8b62b037d54c2408011c9d', class: "sticky-bottom" }, h("tr", { key: '708dba5501439a728596f6985cd4f02f7cad2eb4', class: "table-light align-middle" }, h("td", { key: '14ac6f8ec26a436c7c68391ab1c53ebdf9322d26', part: "pagination-bar", colSpan: (_b = this.columnData) === null || _b === void 0 ? void 0 : _b.length }, h("pagination-menu", { key: 'e52783c0e2a3b650f77a0bca0cc462b2f1942caf', paging: this.paging, params: this.params }))))))));
|
|
39
39
|
}
|
|
40
40
|
static get is() { return "justifi-table"; }
|
|
41
|
-
static get encapsulation() { return "shadow"; }
|
|
42
41
|
static get originalStyleUrls() {
|
|
43
42
|
return {
|
|
44
|
-
"$": ["./table.
|
|
43
|
+
"$": ["./table.css"]
|
|
45
44
|
};
|
|
46
45
|
}
|
|
47
46
|
static get styleUrls() {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Host, h } from "@stencil/core";
|
|
2
|
+
import modifiedBootstrap from "./modified-bootstrap.css";
|
|
3
|
+
const StyledHost = (props, children) => {
|
|
4
|
+
return (h(Host, Object.assign({}, props, { class: "body" }), h("style", null, modifiedBootstrap), children));
|
|
5
|
+
};
|
|
6
|
+
export default StyledHost;
|
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-09-05T22:41:13",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.19.2",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
10
10
|
"filePath": "src/components/business-details/additional-questions-details/additional-questions-details.tsx",
|
|
11
|
-
"encapsulation": "
|
|
11
|
+
"encapsulation": "none",
|
|
12
12
|
"tag": "additional-questions-details",
|
|
13
13
|
"readme": "# additional-questions-details\n\n\n",
|
|
14
14
|
"docs": "",
|
|
@@ -642,7 +642,9 @@
|
|
|
642
642
|
"justifi-business-core-info-form-step",
|
|
643
643
|
"justifi-business-representative",
|
|
644
644
|
"justifi-business-representative-form-step",
|
|
645
|
-
"justifi-owner-form"
|
|
645
|
+
"justifi-owner-form",
|
|
646
|
+
"payments-list-core",
|
|
647
|
+
"payouts-list-core"
|
|
646
648
|
],
|
|
647
649
|
"dependencies": [
|
|
648
650
|
"form-control-help-text",
|
|
@@ -667,6 +669,12 @@
|
|
|
667
669
|
],
|
|
668
670
|
"justifi-owner-form": [
|
|
669
671
|
"form-control-date"
|
|
672
|
+
],
|
|
673
|
+
"payments-list-core": [
|
|
674
|
+
"form-control-date"
|
|
675
|
+
],
|
|
676
|
+
"payouts-list-core": [
|
|
677
|
+
"form-control-date"
|
|
670
678
|
]
|
|
671
679
|
}
|
|
672
680
|
},
|
|
@@ -1353,6 +1361,10 @@
|
|
|
1353
1361
|
"styles": [],
|
|
1354
1362
|
"slots": [],
|
|
1355
1363
|
"parts": [
|
|
1364
|
+
{
|
|
1365
|
+
"name": "input-group-text",
|
|
1366
|
+
"docs": ""
|
|
1367
|
+
},
|
|
1356
1368
|
{
|
|
1357
1369
|
"name": "label",
|
|
1358
1370
|
"docs": ""
|
|
@@ -2410,7 +2422,7 @@
|
|
|
2410
2422
|
},
|
|
2411
2423
|
{
|
|
2412
2424
|
"filePath": "src/components/business-details/generic-info-details/generic-info-details.tsx",
|
|
2413
|
-
"encapsulation": "
|
|
2425
|
+
"encapsulation": "none",
|
|
2414
2426
|
"tag": "generic-info-details",
|
|
2415
2427
|
"readme": "# generic-info-details\n\n\n",
|
|
2416
2428
|
"docs": "",
|
|
@@ -7071,7 +7083,7 @@
|
|
|
7071
7083
|
"PaymentMethodOption": {
|
|
7072
7084
|
"location": "import",
|
|
7073
7085
|
"path": "./payment-method-option-utils",
|
|
7074
|
-
"id": "src/components/checkout/payment-method-option-utils.
|
|
7086
|
+
"id": "src/components/checkout/payment-method-option-utils.ts::PaymentMethodOption"
|
|
7075
7087
|
}
|
|
7076
7088
|
}
|
|
7077
7089
|
},
|
|
@@ -7550,7 +7562,7 @@
|
|
|
7550
7562
|
},
|
|
7551
7563
|
{
|
|
7552
7564
|
"filePath": "src/components/payment-balance-transactions/payment-balance-transactions.tsx",
|
|
7553
|
-
"encapsulation": "
|
|
7565
|
+
"encapsulation": "none",
|
|
7554
7566
|
"tag": "justifi-payment-balance-transactions",
|
|
7555
7567
|
"readme": "# justifi-payment-balance-transactions\n\n\n",
|
|
7556
7568
|
"docs": "",
|
|
@@ -8854,7 +8866,7 @@
|
|
|
8854
8866
|
},
|
|
8855
8867
|
{
|
|
8856
8868
|
"filePath": "src/components/payment-form/payment-method-selector.tsx",
|
|
8857
|
-
"encapsulation": "
|
|
8869
|
+
"encapsulation": "none",
|
|
8858
8870
|
"tag": "justifi-payment-method-selector",
|
|
8859
8871
|
"readme": "<h1>\n <code><justifi-payment-form /></code>\n</h1>\n\n## Examples\n\n```html\n<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0\" />\n <title>justifi-payment-form: Simple example</title>\n\n <!--\n If you are including the components via CDN the src should be the following:\n https://cdn.jsdelivr.net/npm/@justifi/webcomponents@2.1.0/dist/webcomponents/webcomponents.esm.js\n -->\n <script type=\"module\" src=\"/build/webcomponents.esm.js\"></script>\n <script nomodule src=\"/build/webcomponents.js\"></script>\n </head>\n\n <body>\n <h1>PaymentForm</h1>\n <hr />\n <justifi-payment-form></justifi-payment-form>\n </body>\n\n <script>\n (function () {})();\n </script>\n</html>\n```\n",
|
|
8860
8872
|
"docs": "<h1>\n <code><justifi-payment-form /></code>\n</h1>",
|
|
@@ -8931,7 +8943,7 @@
|
|
|
8931
8943
|
},
|
|
8932
8944
|
{
|
|
8933
8945
|
"filePath": "src/components/business-forms/payment-provisioning/payment-provisioning.tsx",
|
|
8934
|
-
"encapsulation": "
|
|
8946
|
+
"encapsulation": "none",
|
|
8935
8947
|
"tag": "justifi-payment-provisioning",
|
|
8936
8948
|
"readme": "# justifi-business-info\n",
|
|
8937
8949
|
"docs": "",
|
|
@@ -9169,7 +9181,7 @@
|
|
|
9169
9181
|
},
|
|
9170
9182
|
{
|
|
9171
9183
|
"filePath": "src/components/business-forms/payment-provisioning/payment-provisioning-core.tsx",
|
|
9172
|
-
"encapsulation": "
|
|
9184
|
+
"encapsulation": "shadow",
|
|
9173
9185
|
"tag": "justifi-payment-provisioning-core",
|
|
9174
9186
|
"readme": "# justifi-business-info\n",
|
|
9175
9187
|
"docs": "",
|
|
@@ -9919,6 +9931,18 @@
|
|
|
9919
9931
|
"readme": "# justifi-payments-list\n\n\n",
|
|
9920
9932
|
"docs": "",
|
|
9921
9933
|
"docsTags": [
|
|
9934
|
+
{
|
|
9935
|
+
"name": "exportedPart",
|
|
9936
|
+
"text": "label: Label for inputs"
|
|
9937
|
+
},
|
|
9938
|
+
{
|
|
9939
|
+
"name": "exportedPart",
|
|
9940
|
+
"text": "input: The input fields"
|
|
9941
|
+
},
|
|
9942
|
+
{
|
|
9943
|
+
"name": "exportedPart",
|
|
9944
|
+
"text": "input-invalid: Invalid state for inputs"
|
|
9945
|
+
},
|
|
9922
9946
|
{
|
|
9923
9947
|
"name": "exportedPart",
|
|
9924
9948
|
"text": "table-head: Table head"
|
|
@@ -10069,8 +10093,13 @@
|
|
|
10069
10093
|
"payments-list-core"
|
|
10070
10094
|
],
|
|
10071
10095
|
"payments-list-core": [
|
|
10096
|
+
"form-control-date",
|
|
10072
10097
|
"justifi-table"
|
|
10073
10098
|
],
|
|
10099
|
+
"form-control-date": [
|
|
10100
|
+
"form-control-help-text",
|
|
10101
|
+
"form-control-error-text"
|
|
10102
|
+
],
|
|
10074
10103
|
"justifi-table": [
|
|
10075
10104
|
"pagination-menu"
|
|
10076
10105
|
]
|
|
@@ -10175,6 +10204,18 @@
|
|
|
10175
10204
|
"readme": "# justifi-payouts-list\n\n\n",
|
|
10176
10205
|
"docs": "",
|
|
10177
10206
|
"docsTags": [
|
|
10207
|
+
{
|
|
10208
|
+
"name": "exportedPart",
|
|
10209
|
+
"text": "label: Label for inputs"
|
|
10210
|
+
},
|
|
10211
|
+
{
|
|
10212
|
+
"name": "exportedPart",
|
|
10213
|
+
"text": "input: The input fields"
|
|
10214
|
+
},
|
|
10215
|
+
{
|
|
10216
|
+
"name": "exportedPart",
|
|
10217
|
+
"text": "input-invalid: Invalid state for inputs"
|
|
10218
|
+
},
|
|
10178
10219
|
{
|
|
10179
10220
|
"name": "exportedPart",
|
|
10180
10221
|
"text": "table-head: Table head"
|
|
@@ -10325,8 +10366,13 @@
|
|
|
10325
10366
|
"payouts-list-core"
|
|
10326
10367
|
],
|
|
10327
10368
|
"payouts-list-core": [
|
|
10369
|
+
"form-control-date",
|
|
10328
10370
|
"justifi-table"
|
|
10329
10371
|
],
|
|
10372
|
+
"form-control-date": [
|
|
10373
|
+
"form-control-help-text",
|
|
10374
|
+
"form-control-error-text"
|
|
10375
|
+
],
|
|
10330
10376
|
"justifi-table": [
|
|
10331
10377
|
"pagination-menu"
|
|
10332
10378
|
]
|
|
@@ -10780,7 +10826,7 @@
|
|
|
10780
10826
|
"PaymentMethodOption": {
|
|
10781
10827
|
"location": "import",
|
|
10782
10828
|
"path": "./payment-method-option-utils",
|
|
10783
|
-
"id": "src/components/checkout/payment-method-option-utils.
|
|
10829
|
+
"id": "src/components/checkout/payment-method-option-utils.ts::PaymentMethodOption"
|
|
10784
10830
|
}
|
|
10785
10831
|
}
|
|
10786
10832
|
},
|
|
@@ -11743,7 +11789,7 @@
|
|
|
11743
11789
|
"PaymentMethodOption": {
|
|
11744
11790
|
"location": "import",
|
|
11745
11791
|
"path": "./payment-method-option-utils",
|
|
11746
|
-
"id": "src/components/checkout/payment-method-option-utils.
|
|
11792
|
+
"id": "src/components/checkout/payment-method-option-utils.ts::PaymentMethodOption"
|
|
11747
11793
|
}
|
|
11748
11794
|
}
|
|
11749
11795
|
},
|
|
@@ -12198,7 +12244,7 @@
|
|
|
12198
12244
|
},
|
|
12199
12245
|
{
|
|
12200
12246
|
"filePath": "src/components/table/table.tsx",
|
|
12201
|
-
"encapsulation": "
|
|
12247
|
+
"encapsulation": "none",
|
|
12202
12248
|
"tag": "justifi-table",
|
|
12203
12249
|
"readme": "# justifi-table\n\n\n",
|
|
12204
12250
|
"docs": "",
|
|
@@ -12481,7 +12527,7 @@
|
|
|
12481
12527
|
},
|
|
12482
12528
|
{
|
|
12483
12529
|
"filePath": "src/components/business-details/legal-address-details/legal-address-details.tsx",
|
|
12484
|
-
"encapsulation": "
|
|
12530
|
+
"encapsulation": "none",
|
|
12485
12531
|
"tag": "legal-address-details",
|
|
12486
12532
|
"readme": "# legal-address-details\n\n\n",
|
|
12487
12533
|
"docs": "",
|
|
@@ -12533,7 +12579,7 @@
|
|
|
12533
12579
|
},
|
|
12534
12580
|
{
|
|
12535
12581
|
"filePath": "src/components/business-details/owner-details/owner-details.tsx",
|
|
12536
|
-
"encapsulation": "
|
|
12582
|
+
"encapsulation": "none",
|
|
12537
12583
|
"tag": "owner-details",
|
|
12538
12584
|
"readme": "# owner-details\n\n\n",
|
|
12539
12585
|
"docs": "",
|
|
@@ -12585,7 +12631,7 @@
|
|
|
12585
12631
|
},
|
|
12586
12632
|
{
|
|
12587
12633
|
"filePath": "src/components/pagination-menu/pagination-menu.tsx",
|
|
12588
|
-
"encapsulation": "
|
|
12634
|
+
"encapsulation": "none",
|
|
12589
12635
|
"tag": "pagination-menu",
|
|
12590
12636
|
"readme": "# pagination-menu\n\n\n",
|
|
12591
12637
|
"docs": "",
|
|
@@ -12835,12 +12881,18 @@
|
|
|
12835
12881
|
"justifi-payments-list"
|
|
12836
12882
|
],
|
|
12837
12883
|
"dependencies": [
|
|
12884
|
+
"form-control-date",
|
|
12838
12885
|
"justifi-table"
|
|
12839
12886
|
],
|
|
12840
12887
|
"dependencyGraph": {
|
|
12841
12888
|
"payments-list-core": [
|
|
12889
|
+
"form-control-date",
|
|
12842
12890
|
"justifi-table"
|
|
12843
12891
|
],
|
|
12892
|
+
"form-control-date": [
|
|
12893
|
+
"form-control-help-text",
|
|
12894
|
+
"form-control-error-text"
|
|
12895
|
+
],
|
|
12844
12896
|
"justifi-table": [
|
|
12845
12897
|
"pagination-menu"
|
|
12846
12898
|
],
|
|
@@ -12882,6 +12934,31 @@
|
|
|
12882
12934
|
],
|
|
12883
12935
|
"optional": false,
|
|
12884
12936
|
"required": false
|
|
12937
|
+
},
|
|
12938
|
+
{
|
|
12939
|
+
"name": "getPayoutCSV",
|
|
12940
|
+
"type": "Function",
|
|
12941
|
+
"complexType": {
|
|
12942
|
+
"original": "Function",
|
|
12943
|
+
"resolved": "Function",
|
|
12944
|
+
"references": {
|
|
12945
|
+
"Function": {
|
|
12946
|
+
"location": "global",
|
|
12947
|
+
"id": "global::Function"
|
|
12948
|
+
}
|
|
12949
|
+
}
|
|
12950
|
+
},
|
|
12951
|
+
"mutable": false,
|
|
12952
|
+
"reflectToAttr": false,
|
|
12953
|
+
"docs": "",
|
|
12954
|
+
"docsTags": [],
|
|
12955
|
+
"values": [
|
|
12956
|
+
{
|
|
12957
|
+
"type": "Function"
|
|
12958
|
+
}
|
|
12959
|
+
],
|
|
12960
|
+
"optional": false,
|
|
12961
|
+
"required": false
|
|
12885
12962
|
}
|
|
12886
12963
|
],
|
|
12887
12964
|
"methods": [],
|
|
@@ -12935,6 +13012,31 @@
|
|
|
12935
13012
|
"docsTags": [],
|
|
12936
13013
|
"usage": {},
|
|
12937
13014
|
"props": [
|
|
13015
|
+
{
|
|
13016
|
+
"name": "getPayoutCSV",
|
|
13017
|
+
"type": "Function",
|
|
13018
|
+
"complexType": {
|
|
13019
|
+
"original": "Function",
|
|
13020
|
+
"resolved": "Function",
|
|
13021
|
+
"references": {
|
|
13022
|
+
"Function": {
|
|
13023
|
+
"location": "global",
|
|
13024
|
+
"id": "global::Function"
|
|
13025
|
+
}
|
|
13026
|
+
}
|
|
13027
|
+
},
|
|
13028
|
+
"mutable": false,
|
|
13029
|
+
"reflectToAttr": false,
|
|
13030
|
+
"docs": "",
|
|
13031
|
+
"docsTags": [],
|
|
13032
|
+
"values": [
|
|
13033
|
+
{
|
|
13034
|
+
"type": "Function"
|
|
13035
|
+
}
|
|
13036
|
+
],
|
|
13037
|
+
"optional": false,
|
|
13038
|
+
"required": false
|
|
13039
|
+
},
|
|
12938
13040
|
{
|
|
12939
13041
|
"name": "getPayouts",
|
|
12940
13042
|
"type": "Function",
|
|
@@ -13012,12 +13114,18 @@
|
|
|
13012
13114
|
"justifi-payouts-list"
|
|
13013
13115
|
],
|
|
13014
13116
|
"dependencies": [
|
|
13117
|
+
"form-control-date",
|
|
13015
13118
|
"justifi-table"
|
|
13016
13119
|
],
|
|
13017
13120
|
"dependencyGraph": {
|
|
13018
13121
|
"payouts-list-core": [
|
|
13122
|
+
"form-control-date",
|
|
13019
13123
|
"justifi-table"
|
|
13020
13124
|
],
|
|
13125
|
+
"form-control-date": [
|
|
13126
|
+
"form-control-help-text",
|
|
13127
|
+
"form-control-error-text"
|
|
13128
|
+
],
|
|
13021
13129
|
"justifi-table": [
|
|
13022
13130
|
"pagination-menu"
|
|
13023
13131
|
],
|
|
@@ -13028,7 +13136,7 @@
|
|
|
13028
13136
|
},
|
|
13029
13137
|
{
|
|
13030
13138
|
"filePath": "src/components/business-details/representative-details/representative-details.tsx",
|
|
13031
|
-
"encapsulation": "
|
|
13139
|
+
"encapsulation": "none",
|
|
13032
13140
|
"tag": "representative-details",
|
|
13033
13141
|
"readme": "# representative-details\n\n\n",
|
|
13034
13142
|
"docs": "",
|
|
@@ -13101,7 +13209,7 @@
|
|
|
13101
13209
|
},
|
|
13102
13210
|
{
|
|
13103
13211
|
"filePath": "src/components/subaccount-details/subaccount-account-details/subaccount-account-details.tsx",
|
|
13104
|
-
"encapsulation": "
|
|
13212
|
+
"encapsulation": "none",
|
|
13105
13213
|
"tag": "subaccount-account-details",
|
|
13106
13214
|
"readme": "# subaccount-account-details\n\n\n",
|
|
13107
13215
|
"docs": "",
|
|
@@ -13179,7 +13287,7 @@
|
|
|
13179
13287
|
},
|
|
13180
13288
|
{
|
|
13181
13289
|
"filePath": "src/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.tsx",
|
|
13182
|
-
"encapsulation": "
|
|
13290
|
+
"encapsulation": "none",
|
|
13183
13291
|
"tag": "subaccount-bank-details",
|
|
13184
13292
|
"readme": "# subaccount-bank-details\n\n\n",
|
|
13185
13293
|
"docs": "",
|
|
@@ -13225,7 +13333,7 @@
|
|
|
13225
13333
|
},
|
|
13226
13334
|
{
|
|
13227
13335
|
"filePath": "src/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.tsx",
|
|
13228
|
-
"encapsulation": "
|
|
13336
|
+
"encapsulation": "none",
|
|
13229
13337
|
"tag": "subaccount-merchant-details",
|
|
13230
13338
|
"readme": "# subaccount-merchant-details\n\n\n",
|
|
13231
13339
|
"docs": "",
|
|
@@ -13277,7 +13385,7 @@
|
|
|
13277
13385
|
},
|
|
13278
13386
|
{
|
|
13279
13387
|
"filePath": "src/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.tsx",
|
|
13280
|
-
"encapsulation": "
|
|
13388
|
+
"encapsulation": "none",
|
|
13281
13389
|
"tag": "subaccount-owners-details",
|
|
13282
13390
|
"readme": "# subaccount-owners-details\n\n\n",
|
|
13283
13391
|
"docs": "",
|
|
@@ -13329,7 +13437,7 @@
|
|
|
13329
13437
|
},
|
|
13330
13438
|
{
|
|
13331
13439
|
"filePath": "src/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.tsx",
|
|
13332
|
-
"encapsulation": "
|
|
13440
|
+
"encapsulation": "none",
|
|
13333
13441
|
"tag": "subaccount-representative-details",
|
|
13334
13442
|
"readme": "# subaccount-representative-details\n\n\n",
|
|
13335
13443
|
"docs": "",
|
|
@@ -13381,7 +13489,7 @@
|
|
|
13381
13489
|
},
|
|
13382
13490
|
{
|
|
13383
13491
|
"filePath": "src/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.tsx",
|
|
13384
|
-
"encapsulation": "
|
|
13492
|
+
"encapsulation": "none",
|
|
13385
13493
|
"tag": "subaccount-terms-details",
|
|
13386
13494
|
"readme": "# subaccount-terms-details\n\n\n",
|
|
13387
13495
|
"docs": "",
|
|
@@ -13522,10 +13630,10 @@
|
|
|
13522
13630
|
"docstring": "",
|
|
13523
13631
|
"path": "src/api/index.ts"
|
|
13524
13632
|
},
|
|
13525
|
-
"src/components/checkout/payment-method-option-utils.
|
|
13633
|
+
"src/components/checkout/payment-method-option-utils.ts::PaymentMethodOption": {
|
|
13526
13634
|
"declaration": "any",
|
|
13527
13635
|
"docstring": "",
|
|
13528
|
-
"path": "src/components/checkout/payment-method-option-utils.
|
|
13636
|
+
"path": "src/components/checkout/payment-method-option-utils.ts"
|
|
13529
13637
|
},
|
|
13530
13638
|
"src/components/checkout/payment-method-payload.ts::PaymentMethodPayload": {
|
|
13531
13639
|
"declaration": "export interface PaymentMethodPayload {\n token?: string;\n bnpl?: {\n order_uuid: string;\n status: string;\n session_uuid: string;\n },\n error?: {\n code: string;\n message: string;\n decline_code: string;\n },\n validationError?: boolean;\n}",
|