@justifi/webcomponents 4.17.0 → 4.19.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-ff013cbc.js} +1 -1
- package/dist/cjs/{Payment-24f22eca.js → Payment-1a8a8ca6.js} +0 -21
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +13 -13
- package/dist/cjs/business-details-core.cjs.entry.js +6 -9
- package/dist/cjs/{business-form-types-11130bab.js → business-form-types-6e1fcda3.js} +4 -7
- package/dist/cjs/business.service-f63650f5.js +32 -0
- package/dist/cjs/button-3f400a66.js +26 -0
- package/dist/cjs/form-alert_5.cjs.entry.js +6 -6
- package/dist/cjs/{form-control-checkbox_5.cjs.entry.js → form-control-checkbox_9.cjs.entry.js} +437 -172
- package/dist/cjs/form-control-date_3.cjs.entry.js +15 -9
- package/dist/cjs/form-control-error-text_4.cjs.entry.js +3 -3
- package/dist/cjs/form-control-file.cjs.entry.js +2 -2
- package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
- package/dist/cjs/form-control-number.cjs.entry.js +2 -2
- package/dist/cjs/get-payout-csv-f3aee6d0.js +48 -0
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +5 -5
- package/dist/cjs/{index-b4498996.js → index-fb499e95.js} +15 -3
- package/dist/cjs/input-handlers-cff032bb.js +20 -0
- 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 +197 -482
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +4 -4
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +6 -5
- package/dist/cjs/justifi-business-details.cjs.entry.js +5 -5
- package/dist/cjs/justifi-business-form.cjs.entry.js +9 -8
- package/dist/cjs/justifi-business-representative-form-inputs.cjs.entry.js +30 -0
- package/dist/cjs/justifi-card-form.cjs.entry.js +4 -4
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +14 -9
- package/dist/cjs/justifi-checkout.cjs.entry.js +6 -6
- 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 +12 -9
- package/dist/cjs/justifi-owner-form_3.cjs.entry.js +268 -0
- package/dist/cjs/justifi-payment-details.cjs.entry.js +6 -6
- package/dist/cjs/justifi-payment-form.cjs.entry.js +11 -11
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +5 -5
- package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +9 -8
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +9 -65
- package/dist/cjs/justifi-payments-list.cjs.entry.js +6 -6
- package/dist/cjs/justifi-payout-details.cjs.entry.js +16 -11
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +16 -13
- package/dist/cjs/justifi-refund-form.cjs.entry.js +5 -4
- package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +14 -9
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +9 -4
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-7b63c02b.js → package-cb0f8cb1.js} +1 -1
- package/dist/cjs/pagination-menu.cjs.entry.js +25 -0
- package/dist/cjs/{payload-parsers-78445405.js → payload-parsers-1cbc3b57.js} +2 -0
- package/dist/cjs/payment-details-core.cjs.entry.js +11 -14
- package/dist/cjs/payment-provisioning-actions-06466dda.js +185 -0
- package/dist/cjs/{payment.service-35298e95.js → payment.service-0a64f9cd.js} +1 -1
- package/dist/cjs/payments-list-core.cjs.entry.js +73 -44
- package/dist/cjs/payout-details-core.cjs.entry.js +19 -8
- package/dist/cjs/payouts-list-core.cjs.entry.js +96 -59
- package/dist/cjs/skeleton-748c5dde.js +43 -0
- package/dist/cjs/styled-host-cc053016.js +14 -0
- package/dist/cjs/table-loading-state-8b406852.js +38 -0
- package/dist/cjs/{utils-80191fbe.js → utils-89d86e29.js} +0 -33
- package/dist/cjs/{utils-0c3168ef.js → utils-c1d2e426.js} +1 -1
- package/dist/cjs/{utils-742da2e3.js → utils-ddacfc44.js} +0 -5
- package/dist/cjs/webcomponents.cjs.js +2 -2
- package/dist/collection/api/Payment.js +0 -20
- package/dist/collection/api/services/business.service.js +18 -0
- package/dist/collection/api/services/payout.service.js +5 -0
- package/dist/collection/assets/download-icon.js +2 -0
- package/dist/collection/collection-manifest.json +9 -14
- package/dist/collection/components/bank-account-form/bank-account-form.js +1 -1
- 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/additional-questions/additional-questions.js +1 -1
- package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +1 -1
- 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/business-form/business-representative/business-representative.js +1 -1
- package/dist/collection/components/business-forms/business-form/legal-address-form/legal-address-form.js +1 -1
- package/dist/collection/components/business-forms/owner-form/identity-address/identity-address-form.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form-core.js +520 -0
- package/dist/collection/components/business-forms/owner-form/owner-form-inputs.js +80 -0
- package/dist/collection/components/business-forms/owner-form/owner-form.js +55 -225
- package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step-core.js +235 -0
- package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.js +41 -121
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.js +2 -2
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step-core.js +255 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +42 -131
- package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step-core.js +342 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.js +34 -189
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-inputs.js +81 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step-core.js +229 -0
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +42 -133
- package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-document-upload-form-step.js +23 -18
- package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-document-upload-input-group.js +2 -2
- package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-documents-on-file.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step-core.js +238 -0
- package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.js +41 -124
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-actions.js +122 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-core.js +19 -8
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-buttons.js +2 -2
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-steps.js +6 -6
- 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-form-step.js +2 -2
- 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/business-form-types.js +4 -7
- package/dist/collection/components/business-forms/utils/input-handlers.js +13 -0
- package/dist/collection/components/business-forms/utils/payload-parsers.js +2 -0
- package/dist/collection/components/card-form/card-form.js +1 -1
- package/dist/collection/components/checkout/checkout-core.css +3 -8147
- package/dist/collection/components/checkout/checkout-core.js +7 -7
- package/dist/collection/components/checkout/checkout.js +2 -2
- 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-checkbox.js +1 -1
- package/dist/collection/components/form/form-control-date.js +1 -1
- package/dist/collection/components/form/form-control-file.js +1 -1
- package/dist/collection/components/form/form-control-monetary.js +1 -1
- package/dist/collection/components/form/form-control-number-masked.js +11 -5
- package/dist/collection/components/form/form-control-number.js +1 -1
- package/dist/collection/components/form/form-control-select.js +1 -1
- package/dist/collection/components/form/form-control-text.js +1 -1
- package/dist/collection/components/form/utils.js +0 -2
- 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 +6 -2
- package/dist/collection/components/pagination-menu/pagination-menu.js +3 -14
- 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 -7
- 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/payment-method-form/payment-method-form.js +2 -2
- package/dist/collection/components/payments-list/payments-list-core.js +70 -48
- 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 +111 -65
- package/dist/collection/components/payouts-list/payouts-list.js +14 -6
- 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/ui-components/button-spinner.js +2 -0
- package/dist/collection/ui-components/button.js +19 -0
- package/dist/collection/ui-components/index.js +7 -0
- package/dist/collection/ui-components/skeleton.js +39 -0
- package/dist/collection/ui-components/styled-host/styled-host.js +5 -0
- package/dist/collection/ui-components/table-empty-state.js +8 -0
- package/dist/collection/ui-components/table-error-state.js +8 -0
- package/dist/collection/ui-components/table-loading-state.js +8 -0
- package/dist/collection/utils/utils.js +0 -21
- package/dist/docs.json +2153 -1711
- package/dist/esm/{Analytics-c52faca6.js → Analytics-33b8fa8d.js} +1 -1
- package/dist/esm/{Payment-3e94da9c.js → Payment-6bf26fe2.js} +1 -21
- package/dist/esm/additional-questions-details_5.entry.js +13 -13
- package/dist/esm/business-details-core.entry.js +6 -9
- package/dist/esm/{business-form-types-60f50b98.js → business-form-types-1bc5fe08.js} +5 -8
- package/dist/esm/business.service-74bd1212.js +29 -0
- package/dist/esm/button-34e75e0f.js +24 -0
- package/dist/esm/form-alert_5.entry.js +6 -6
- package/dist/esm/{form-control-checkbox_5.entry.js → form-control-checkbox_9.entry.js} +434 -173
- package/dist/esm/form-control-date_3.entry.js +15 -9
- package/dist/esm/form-control-error-text_4.entry.js +3 -3
- package/dist/esm/form-control-file.entry.js +2 -2
- package/dist/esm/form-control-monetary.entry.js +2 -2
- package/dist/esm/form-control-number.entry.js +2 -2
- package/dist/esm/get-payout-csv-b494abfe.js +45 -0
- package/dist/esm/gross-payment-chart-core.entry.js +5 -5
- package/dist/esm/{index-4bd1eae9.js → index-57431c24.js} +15 -3
- package/dist/esm/input-handlers-270ac806.js +16 -0
- package/dist/esm/{insurance-state-09754ab9.js → insurance-state-8ce01e59.js} +1 -1
- package/dist/esm/justifi-additional-questions-form-step_10.entry.js +198 -483
- package/dist/esm/justifi-bank-account-form.entry.js +4 -4
- package/dist/esm/justifi-billing-form_2.entry.js +6 -5
- package/dist/esm/justifi-business-details.entry.js +5 -5
- package/dist/esm/justifi-business-form.entry.js +9 -8
- package/dist/esm/justifi-business-representative-form-inputs.entry.js +26 -0
- package/dist/esm/justifi-card-form.entry.js +4 -4
- package/dist/esm/justifi-checkout-core.entry.js +14 -9
- package/dist/esm/justifi-checkout.entry.js +6 -6
- 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 +12 -9
- package/dist/esm/justifi-owner-form_3.entry.js +262 -0
- package/dist/esm/justifi-payment-details.entry.js +6 -6
- package/dist/esm/justifi-payment-form.entry.js +11 -11
- package/dist/esm/justifi-payment-method-form.entry.js +5 -5
- package/dist/esm/justifi-payment-method-selector.entry.js +4 -4
- package/dist/esm/justifi-payment-provisioning-core.entry.js +9 -8
- package/dist/esm/justifi-payment-provisioning.entry.js +8 -64
- package/dist/esm/justifi-payments-list.entry.js +6 -6
- package/dist/esm/justifi-payout-details.entry.js +15 -10
- package/dist/esm/justifi-payouts-list.entry.js +15 -12
- package/dist/esm/justifi-refund-form.entry.js +5 -4
- package/dist/esm/justifi-season-interruption-insurance-core.entry.js +14 -9
- package/dist/esm/justifi-season-interruption-insurance.entry.js +9 -4
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{package-8ab448a3.js → package-3e407c6d.js} +1 -1
- package/dist/esm/pagination-menu.entry.js +21 -0
- package/dist/esm/{payload-parsers-57289fc4.js → payload-parsers-acb719d1.js} +2 -0
- package/dist/esm/payment-details-core.entry.js +11 -14
- package/dist/esm/payment-provisioning-actions-0635eff7.js +178 -0
- package/dist/esm/{payment.service-c62d82d3.js → payment.service-3ca4a492.js} +1 -1
- package/dist/esm/payments-list-core.entry.js +73 -44
- package/dist/esm/payout-details-core.entry.js +19 -8
- package/dist/esm/payouts-list-core.entry.js +96 -59
- package/dist/esm/skeleton-145a80d4.js +41 -0
- package/dist/esm/styled-host-ab9da520.js +12 -0
- package/dist/esm/table-loading-state-356c7215.js +34 -0
- package/dist/esm/{utils-1e583166.js → utils-01413a95.js} +2 -2
- package/dist/esm/{utils-c7b3f21a.js → utils-3bb6347a.js} +1 -5
- package/dist/esm/{utils-5f4c4faa.js → utils-3c1dd2fa.js} +1 -31
- package/dist/esm/webcomponents.js +3 -3
- package/dist/module/Payment.js +1 -21
- package/dist/module/additional-questions-details2.js +3 -4
- package/dist/module/additional-questions.js +1 -1
- package/dist/module/billing-form.js +6 -5
- package/dist/module/business-additional-questions-form-step-core.js +141 -0
- package/dist/module/business-additional-questions-form-step.js +55 -100
- package/dist/module/business-additional-questions-schema.js +1 -1
- package/dist/module/business-address-schema.js +1 -1
- package/dist/module/business-bank-account-form-step.js +4 -4
- package/dist/module/business-core-info-form-step-core.js +151 -0
- package/dist/module/business-core-info-form-step.js +57 -106
- package/dist/module/business-core-info-schema.js +1 -1
- package/dist/module/business-core-info.js +1 -1
- package/dist/module/business-details-core2.js +5 -8
- package/dist/module/business-document-upload-form-step.js +34 -35
- package/dist/module/business-document-upload-input-group.js +2 -2
- package/dist/module/business-documents-on-file.js +1 -1
- package/dist/module/business-form-types.js +5 -8
- package/dist/module/business-identity-schema.js +1 -1
- package/dist/module/business-owners-form-step-core.js +216 -0
- package/dist/module/business-owners-form-step.js +67 -154
- package/dist/module/business-representative-form-inputs.js +85 -0
- package/dist/module/business-representative-form-step-core.js +152 -0
- package/dist/module/business-representative-form-step.js +63 -111
- package/dist/module/business-representative.js +1 -1
- package/dist/module/business-terms-conditions-form-step.js +3 -3
- package/dist/module/business-terms-conditions-text.js +2 -2
- package/dist/module/business.service.js +19 -1
- package/dist/module/button.js +24 -0
- package/dist/module/checkout-core.js +34 -35
- package/dist/module/details.js +3 -6
- package/dist/module/exported-parts.js +40 -0
- package/dist/module/form-control-checkbox2.js +1 -1
- package/dist/module/form-control-date2.js +1 -1
- package/dist/module/form-control-file2.js +1 -1
- package/dist/module/form-control-monetary2.js +1 -1
- package/dist/module/form-control-number-masked2.js +11 -5
- package/dist/module/form-control-number.js +1 -1
- package/dist/module/form-control-select2.js +1 -1
- package/dist/module/form-control-text2.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/identity-address-form.js +2 -2
- package/dist/module/input-handlers.js +16 -0
- package/dist/module/justifi-additional-questions-form-step-core.d.ts +11 -0
- package/dist/module/justifi-additional-questions-form-step-core.js +6 -0
- package/dist/module/justifi-bank-account-form.js +1 -1
- package/dist/module/justifi-business-core-info-form-step-core.d.ts +11 -0
- package/dist/module/justifi-business-core-info-form-step-core.js +6 -0
- package/dist/module/justifi-business-details.js +1 -1
- package/dist/module/justifi-business-form.js +5 -4
- package/dist/module/justifi-business-owners-form-step-core.d.ts +11 -0
- package/dist/module/justifi-business-owners-form-step-core.js +6 -0
- package/dist/module/justifi-business-representative-form-inputs.d.ts +11 -0
- package/dist/module/justifi-business-representative-form-inputs.js +6 -0
- package/dist/module/justifi-business-representative-form-step-core.d.ts +11 -0
- package/dist/module/justifi-business-representative-form-step-core.js +6 -0
- package/dist/module/justifi-card-form.js +1 -1
- package/dist/module/justifi-checkout.js +27 -33
- package/dist/module/justifi-gross-payment-chart.js +1 -1
- package/dist/module/justifi-legal-address-form-step-core.d.ts +11 -0
- package/dist/module/justifi-legal-address-form-step-core.js +6 -0
- package/dist/module/justifi-payment-details.js +2 -2
- package/dist/module/justifi-payment-form.js +8 -8
- package/dist/module/justifi-payment-provisioning.js +98 -114
- package/dist/module/justifi-payments-list.js +17 -5
- package/dist/module/justifi-payout-details.js +12 -6
- package/dist/module/justifi-payouts-list.js +28 -11
- package/dist/module/justifi-refund-form.js +5 -4
- package/dist/module/justifi-season-interruption-insurance.js +7 -3
- package/dist/module/legal-address-details2.js +3 -4
- package/dist/module/legal-address-form-step-core.js +138 -0
- package/dist/module/legal-address-form-step.js +53 -98
- package/dist/module/legal-address-form.js +2 -2
- package/dist/module/new-payment-method.js +1 -1
- package/dist/module/owner-details2.js +3 -4
- package/dist/module/{justifi-table.d.ts → owner-form-core.d.ts} +4 -4
- package/dist/module/owner-form-core.js +6 -0
- package/dist/module/owner-form-core2.js +264 -0
- package/dist/module/{justifi-skeleton.d.ts → owner-form-inputs.d.ts} +4 -4
- package/dist/module/owner-form-inputs.js +6 -0
- package/dist/module/owner-form-inputs2.js +85 -0
- package/dist/module/owner-form.js +62 -188
- 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-form.js +2 -2
- package/dist/module/payment-method-options.js +7 -4
- package/dist/module/payment-method-selector.js +3 -4
- package/dist/module/payment-provisioning-actions.js +178 -0
- package/dist/module/payment-provisioning-core.js +104 -60
- package/dist/module/payment-provisioning-form-buttons.js +2 -2
- package/dist/module/payment-provisioning-form-steps.js +94 -52
- package/dist/module/payments-list-core2.js +85 -45
- package/dist/module/payout-details-core2.js +18 -6
- package/dist/module/payouts-list-core2.js +110 -60
- 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/schema-validations.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 +18 -50
- package/dist/module/styled-host.js +12 -0
- package/dist/module/utils2.js +1 -31
- package/dist/module/utils3.js +23 -26
- package/dist/module/utils4.js +23 -24
- package/dist/types/api/Payment.d.ts +0 -28
- package/dist/types/api/services/business.service.d.ts +10 -0
- 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/business-forms/owner-form/owner-form-core.d.ts +43 -0
- package/dist/types/components/business-forms/owner-form/owner-form-inputs.d.ts +9 -0
- package/dist/types/components/business-forms/owner-form/owner-form.d.ts +9 -28
- package/dist/types/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step-core.d.ts +26 -0
- package/dist/types/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.d.ts +5 -15
- package/dist/types/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step-core.d.ts +27 -0
- package/dist/types/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.d.ts +6 -21
- package/dist/types/components/business-forms/payment-provisioning/business-owners/business-owners-form-step-core.d.ts +35 -0
- package/dist/types/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.d.ts +5 -21
- package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-inputs.d.ts +9 -0
- package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step-core.d.ts +25 -0
- package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.d.ts +5 -17
- package/dist/types/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step-core.d.ts +26 -0
- package/dist/types/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.d.ts +5 -15
- package/dist/types/components/business-forms/payment-provisioning/payment-provisioning-actions.d.ts +40 -1
- package/dist/types/components/business-forms/payment-provisioning/payment-provisioning-core.d.ts +2 -2
- package/dist/types/components/business-forms/schemas/business-form-schema.d.ts +1 -1
- package/dist/types/components/business-forms/utils/business-form-types.d.ts +6 -11
- package/dist/types/components/business-forms/utils/input-handlers.d.ts +4 -0
- package/dist/types/components/checkout/checkout-core.d.ts +0 -1
- package/dist/types/components/form/utils.d.ts +0 -1
- package/dist/types/components/insurance/season-interruption/season-interruption-insurance.d.ts +3 -0
- package/dist/types/components/payments-list/payments-list-core.d.ts +13 -2
- 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 +13 -3
- package/dist/types/components/payouts-list/payouts-list.d.ts +5 -1
- package/dist/types/components.d.ts +337 -482
- package/dist/types/ui-components/button-spinner.d.ts +1 -0
- package/dist/types/ui-components/button.d.ts +10 -0
- package/dist/types/ui-components/index.d.ts +7 -0
- package/dist/types/ui-components/skeleton.d.ts +13 -0
- package/dist/types/ui-components/styled-host/styled-host.d.ts +2 -0
- package/dist/types/ui-components/table-empty-state.d.ts +6 -0
- package/dist/types/ui-components/table-error-state.d.ts +6 -0
- package/dist/types/ui-components/table-loading-state.d.ts +6 -0
- package/dist/types/utils/utils.d.ts +0 -3
- package/dist/webcomponents/p-07109641.entry.js +1 -0
- package/dist/webcomponents/p-08b0fb31.js +1 -0
- package/dist/webcomponents/p-0f7b9555.entry.js +1 -0
- package/dist/webcomponents/p-17e4246f.entry.js +1 -0
- package/dist/webcomponents/{p-6006e085.entry.js → p-195f92e9.entry.js} +1 -1
- package/dist/webcomponents/p-1a43e355.entry.js +19 -0
- package/dist/webcomponents/p-23014988.entry.js +1 -0
- package/dist/webcomponents/{p-f7b6dcc4.js → p-2338affa.js} +1 -1
- package/dist/webcomponents/p-25dba252.entry.js +1 -0
- package/dist/webcomponents/{p-5309e887.entry.js → p-27981600.entry.js} +1 -1
- package/dist/webcomponents/{p-e7915927.entry.js → p-301e0493.entry.js} +1 -1
- package/dist/webcomponents/p-304dd644.entry.js +1 -0
- package/dist/webcomponents/p-30a493cd.entry.js +1 -0
- package/dist/webcomponents/p-462dc522.entry.js +1 -0
- package/dist/webcomponents/p-487b72a8.entry.js +1 -0
- package/dist/webcomponents/p-4abc17f0.entry.js +1 -0
- package/dist/webcomponents/{p-b7d9d9fa.js → p-4b4580dd.js} +1 -1
- package/dist/webcomponents/p-52021fa1.entry.js +1 -0
- package/dist/webcomponents/p-53e64f15.entry.js +1 -0
- package/dist/webcomponents/p-5968ff8a.js +1 -0
- package/dist/webcomponents/p-60a370fc.entry.js +1 -0
- package/dist/webcomponents/p-623a4479.entry.js +1 -0
- package/dist/webcomponents/p-62b32c4c.entry.js +1 -0
- package/dist/webcomponents/{p-edb605b3.js → p-63acf322.js} +1 -1
- package/dist/webcomponents/p-6f03b35a.entry.js +1 -0
- package/dist/webcomponents/p-75b4daef.js +1 -0
- package/dist/webcomponents/p-7d85af5c.js +1 -0
- package/dist/webcomponents/{p-e8c651b8.js → p-83125497.js} +1 -1
- package/dist/webcomponents/p-85fc69e5.js +1 -0
- package/dist/webcomponents/p-8603348a.js +1 -0
- package/dist/webcomponents/{p-a34c28af.entry.js → p-8c1e981b.entry.js} +1 -1
- package/dist/webcomponents/p-8df7bde8.js +1 -0
- package/dist/webcomponents/{p-a90a6703.entry.js → p-8e541a32.entry.js} +1 -1
- package/dist/webcomponents/p-9279aa49.entry.js +1 -0
- package/dist/webcomponents/{p-95c18035.entry.js → p-96b42e7d.entry.js} +1 -1
- package/dist/webcomponents/{p-fcf42299.entry.js → p-99022846.entry.js} +1 -1
- package/dist/webcomponents/p-9c9c7dac.js +1 -0
- package/dist/webcomponents/p-b16dfd5d.entry.js +1 -0
- package/dist/webcomponents/p-ba4bae6f.js +1 -0
- package/dist/webcomponents/p-bbed6107.entry.js +1 -0
- package/dist/webcomponents/p-bc92235c.entry.js +1 -0
- package/dist/webcomponents/p-be39c802.entry.js +1 -0
- package/dist/webcomponents/p-c4b87db2.entry.js +1 -0
- package/dist/webcomponents/p-c9f8f7ec.entry.js +1 -0
- package/dist/webcomponents/{p-c2d6a5e2.entry.js → p-cd7105dd.entry.js} +1 -1
- package/dist/webcomponents/p-d101c5db.js +1 -0
- package/dist/webcomponents/{p-1c60004a.entry.js → p-d1fbeae5.entry.js} +1 -1
- package/dist/webcomponents/p-d8355f91.entry.js +1 -0
- package/dist/webcomponents/p-d89bad72.js +1 -0
- package/dist/webcomponents/{p-cb68e8fa.js → p-dce846bf.js} +1 -1
- package/dist/webcomponents/{p-e8706cc4.js → p-df21aaad.js} +1 -1
- package/dist/webcomponents/p-e2c88817.entry.js +1 -0
- package/dist/webcomponents/{p-9936c393.entry.js → p-e31f0f3e.entry.js} +1 -1
- package/dist/webcomponents/p-e333620e.js +1 -0
- package/dist/webcomponents/p-e7067ef2.entry.js +1 -0
- package/dist/webcomponents/{p-84b3cead.entry.js → p-f0866375.entry.js} +1 -1
- package/dist/webcomponents/p-fad19d75.js +2 -0
- package/dist/webcomponents/p-fb58feb5.entry.js +1 -0
- package/dist/webcomponents/p-fe33151d.entry.js +1 -0
- package/dist/webcomponents/webcomponents.css +6 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/SubAccount-135ff8c8.js +0 -107
- package/dist/cjs/business.service-9214509a.js +0 -13
- package/dist/cjs/justifi-business-list.cjs.entry.js +0 -113
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +0 -89
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +0 -162
- package/dist/cjs/justifi-skeleton.cjs.entry.js +0 -54
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +0 -80
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +0 -105
- package/dist/cjs/justifi-table_2.cjs.entry.js +0 -84
- package/dist/cjs/payout.service-eec372aa.js +0 -22
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +0 -74
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +0 -23
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +0 -23
- package/dist/collection/api/Proceed.js +0 -41
- package/dist/collection/api/SubAccount.js +0 -103
- 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-forms/payment-provisioning/payment-provisioning.css +0 -9211
- package/dist/collection/components/business-list/business-list.css +0 -579
- package/dist/collection/components/business-list/business-list.js +0 -194
- package/dist/collection/components/business-list/business-list.stories.js +0 -68
- package/dist/collection/components/business-list/example.js +0 -12
- 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-balance-transactions/payment-balance-transactions.js +0 -153
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.stories.js +0 -32
- 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/example.js +0 -12
- package/dist/collection/components/proceeds-list/proceeds-list.css +0 -579
- package/dist/collection/components/proceeds-list/proceeds-list.js +0 -214
- package/dist/collection/components/proceeds-list/proceeds-list.stories.js +0 -69
- package/dist/collection/components/skeleton/skeleton.css +0 -583
- package/dist/collection/components/skeleton/skeleton.js +0 -160
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +0 -70
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +0 -48
- package/dist/collection/components/subaccount-details/subaccount-details.css +0 -7993
- package/dist/collection/components/subaccount-details/subaccount-details.js +0 -145
- package/dist/collection/components/subaccount-details/subaccount-details.stories.js +0 -25
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +0 -49
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +0 -49
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +0 -49
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +0 -48
- package/dist/collection/components/subaccounts-list/subaccounts-list.css +0 -3
- package/dist/collection/components/subaccounts-list/subaccounts-list.js +0 -179
- package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js +0 -69
- package/dist/collection/components/table/table.css +0 -8092
- package/dist/collection/components/table/table.js +0 -223
- package/dist/collection/components/table/utils.js +0 -4
- package/dist/esm/SubAccount-7fcb1450.js +0 -105
- package/dist/esm/business.service-19a0c8d3.js +0 -11
- package/dist/esm/justifi-business-list.entry.js +0 -109
- package/dist/esm/justifi-payment-balance-transactions.entry.js +0 -85
- package/dist/esm/justifi-proceeds-list.entry.js +0 -158
- package/dist/esm/justifi-skeleton.entry.js +0 -50
- package/dist/esm/justifi-subaccount-details.entry.js +0 -76
- package/dist/esm/justifi-subaccounts-list.entry.js +0 -101
- package/dist/esm/justifi-table_2.entry.js +0 -79
- package/dist/esm/payout.service-28b9594f.js +0 -20
- package/dist/esm/subaccount-account-details_4.entry.js +0 -67
- package/dist/esm/subaccount-bank-details.entry.js +0 -19
- package/dist/esm/subaccount-terms-details.entry.js +0 -19
- package/dist/module/SubAccount.js +0 -105
- package/dist/module/justifi-business-list.d.ts +0 -11
- package/dist/module/justifi-business-list.js +0 -150
- package/dist/module/justifi-payment-balance-transactions.d.ts +0 -11
- package/dist/module/justifi-payment-balance-transactions.js +0 -127
- package/dist/module/justifi-proceeds-list.d.ts +0 -11
- package/dist/module/justifi-proceeds-list.js +0 -201
- package/dist/module/justifi-skeleton.js +0 -6
- package/dist/module/justifi-subaccount-details.d.ts +0 -11
- package/dist/module/justifi-subaccount-details.js +0 -136
- package/dist/module/justifi-subaccounts-list.d.ts +0 -11
- package/dist/module/justifi-subaccounts-list.js +0 -144
- package/dist/module/justifi-table.js +0 -6
- package/dist/module/payout.service.js +0 -20
- package/dist/module/subaccount-account-details.d.ts +0 -11
- package/dist/module/subaccount-account-details.js +0 -6
- package/dist/module/subaccount-account-details2.js +0 -39
- package/dist/module/subaccount-bank-details.d.ts +0 -11
- package/dist/module/subaccount-bank-details.js +0 -40
- package/dist/module/subaccount-merchant-details.d.ts +0 -11
- package/dist/module/subaccount-merchant-details.js +0 -6
- package/dist/module/subaccount-merchant-details2.js +0 -38
- package/dist/module/subaccount-owners-details.d.ts +0 -11
- package/dist/module/subaccount-owners-details.js +0 -6
- package/dist/module/subaccount-owners-details2.js +0 -38
- package/dist/module/subaccount-representative-details.d.ts +0 -11
- package/dist/module/subaccount-representative-details.js +0 -6
- package/dist/module/subaccount-representative-details2.js +0 -38
- package/dist/module/subaccount-terms-details.d.ts +0 -11
- package/dist/module/subaccount-terms-details.js +0 -40
- package/dist/module/table.js +0 -94
- package/dist/types/api/Proceed.d.ts +0 -60
- package/dist/types/api/SubAccount.d.ts +0 -163
- package/dist/types/components/business-list/business-list.d.ts +0 -48
- package/dist/types/components/business-list/business-list.stories.d.ts +0 -9
- package/dist/types/components/payment-balance-transactions/payment-balance-transactions.d.ts +0 -17
- package/dist/types/components/payment-balance-transactions/payment-balance-transactions.stories.d.ts +0 -8
- package/dist/types/components/proceeds-list/proceeds-list.d.ts +0 -39
- package/dist/types/components/proceeds-list/proceeds-list.stories.d.ts +0 -9
- package/dist/types/components/skeleton/skeleton.d.ts +0 -12
- package/dist/types/components/subaccount-details/subaccount-account-details/subaccount-account-details.d.ts +0 -6
- package/dist/types/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.d.ts +0 -5
- package/dist/types/components/subaccount-details/subaccount-details.d.ts +0 -16
- package/dist/types/components/subaccount-details/subaccount-details.stories.d.ts +0 -7
- package/dist/types/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.d.ts +0 -5
- package/dist/types/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.d.ts +0 -5
- package/dist/types/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.d.ts +0 -5
- package/dist/types/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.d.ts +0 -5
- package/dist/types/components/subaccounts-list/subaccounts-list.d.ts +0 -19
- package/dist/types/components/subaccounts-list/subaccounts-list.stories.d.ts +0 -9
- package/dist/types/components/table/table.d.ts +0 -23
- package/dist/types/components/table/utils.d.ts +0 -3
- 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-0575daac.js +0 -1
- package/dist/webcomponents/p-0a09edbb.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-6700ac49.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-b53d7b7f.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-c4264aaf.js +0 -1
- package/dist/webcomponents/p-c69713c2.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-ed844504.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
- package/dist/module/{index.esm.js → form.js} +2733 -2733
|
@@ -9,38 +9,32 @@ import { IAdditionalQuestions, IAddress, IBusiness } from "./api/Business";
|
|
|
9
9
|
import { ComponentError } from "./api/ComponentError";
|
|
10
10
|
import { EntityDocumentType, FileSelectEvent } from "./api/Document";
|
|
11
11
|
import { FormController } from "./components/form/form";
|
|
12
|
-
import { BusinessFormClickEvent, BusinessFormSubmitEvent
|
|
12
|
+
import { BusinessFormClickEvent, BusinessFormSubmitEvent } from "./components/business-forms/utils/business-form-types";
|
|
13
|
+
import { ComponentError as ComponentError1 } from "./components";
|
|
13
14
|
import { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
|
|
14
15
|
import { BillingFormFields } from "./components/billing-form/billing-form-schema";
|
|
15
16
|
import { IBnpl, ILoadedEventResponse, Payment, PaymentMethodTypes, Payout } from "./api";
|
|
16
17
|
import { ICheckoutCompleteResponse, ILoadedEventResponse as ILoadedEventResponse1 } from "./api/Checkout";
|
|
17
18
|
import { PaymentMethodOption } from "./components/checkout/payment-method-option-utils";
|
|
18
19
|
import { PaymentMethodPayload } from "./components/checkout/payment-method-payload";
|
|
19
|
-
import { Proceed } from "./api/Proceed";
|
|
20
20
|
import { RefundFormFields } from "./components/refund-form/refund-form-schema";
|
|
21
|
-
import { IOnboardingData, SubAccount, SubaccountBankAccount, SubAccountIdentity as SubAccountIdentity1, Terms } from "./api/SubAccount";
|
|
22
|
-
import { TableProps } from "./components/table/table";
|
|
23
21
|
import { Identity } from "./api/Identity";
|
|
24
22
|
import { PaginationProps } from "./components/pagination-menu/pagination-menu";
|
|
25
|
-
import { IOnboardingData as IOnboardingData1, SubAccountIdentity } from "./components";
|
|
26
23
|
export { IAdditionalQuestions, IAddress, IBusiness } from "./api/Business";
|
|
27
24
|
export { ComponentError } from "./api/ComponentError";
|
|
28
25
|
export { EntityDocumentType, FileSelectEvent } from "./api/Document";
|
|
29
26
|
export { FormController } from "./components/form/form";
|
|
30
|
-
export { BusinessFormClickEvent, BusinessFormSubmitEvent
|
|
27
|
+
export { BusinessFormClickEvent, BusinessFormSubmitEvent } from "./components/business-forms/utils/business-form-types";
|
|
28
|
+
export { ComponentError as ComponentError1 } from "./components";
|
|
31
29
|
export { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
|
|
32
30
|
export { BillingFormFields } from "./components/billing-form/billing-form-schema";
|
|
33
31
|
export { IBnpl, ILoadedEventResponse, Payment, PaymentMethodTypes, Payout } from "./api";
|
|
34
32
|
export { ICheckoutCompleteResponse, ILoadedEventResponse as ILoadedEventResponse1 } from "./api/Checkout";
|
|
35
33
|
export { PaymentMethodOption } from "./components/checkout/payment-method-option-utils";
|
|
36
34
|
export { PaymentMethodPayload } from "./components/checkout/payment-method-payload";
|
|
37
|
-
export { Proceed } from "./api/Proceed";
|
|
38
35
|
export { RefundFormFields } from "./components/refund-form/refund-form-schema";
|
|
39
|
-
export { IOnboardingData, SubAccount, SubaccountBankAccount, SubAccountIdentity as SubAccountIdentity1, Terms } from "./api/SubAccount";
|
|
40
|
-
export { TableProps } from "./components/table/table";
|
|
41
36
|
export { Identity } from "./api/Identity";
|
|
42
37
|
export { PaginationProps } from "./components/pagination-menu/pagination-menu";
|
|
43
|
-
export { IOnboardingData as IOnboardingData1, SubAccountIdentity } from "./components";
|
|
44
38
|
export namespace Components {
|
|
45
39
|
/**
|
|
46
40
|
* @exportedPart detail-section
|
|
@@ -170,6 +164,12 @@ export namespace Components {
|
|
|
170
164
|
"businessId": string;
|
|
171
165
|
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
172
166
|
}
|
|
167
|
+
interface JustifiAdditionalQuestionsFormStepCore {
|
|
168
|
+
"allowOptionalFields"?: boolean;
|
|
169
|
+
"getBusiness": Function;
|
|
170
|
+
"patchBusiness": Function;
|
|
171
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
172
|
+
}
|
|
173
173
|
interface JustifiBankAccountForm {
|
|
174
174
|
/**
|
|
175
175
|
* URL for the rendered iFrame. End-users need not use this.
|
|
@@ -233,12 +233,9 @@ export namespace Components {
|
|
|
233
233
|
"formController": FormController;
|
|
234
234
|
}
|
|
235
235
|
/**
|
|
236
|
-
* The difference between this component and business-generic-info-details
|
|
237
|
-
* is that this component is meant to be a form and send data
|
|
238
|
-
* and the other one is meant to be just read only.
|
|
239
236
|
* @exportedPart label: Label for inputs
|
|
240
237
|
* @exportedPart input: The input fields
|
|
241
|
-
* @exportedPart input-invalid: Invalid state for
|
|
238
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
242
239
|
*/
|
|
243
240
|
interface JustifiBusinessCoreInfoFormStep {
|
|
244
241
|
"allowOptionalFields"?: boolean;
|
|
@@ -246,6 +243,13 @@ export namespace Components {
|
|
|
246
243
|
"businessId": string;
|
|
247
244
|
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
248
245
|
}
|
|
246
|
+
interface JustifiBusinessCoreInfoFormStepCore {
|
|
247
|
+
"allowOptionalFields"?: boolean;
|
|
248
|
+
"businessId": string;
|
|
249
|
+
"getBusiness": Function;
|
|
250
|
+
"patchBusiness": Function;
|
|
251
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
252
|
+
}
|
|
249
253
|
/**
|
|
250
254
|
* @exportedPart detail-section
|
|
251
255
|
* @exportedPart detail-section-title
|
|
@@ -284,38 +288,6 @@ export namespace Components {
|
|
|
284
288
|
"hideErrors"?: boolean;
|
|
285
289
|
"removeTitle"?: boolean;
|
|
286
290
|
}
|
|
287
|
-
/**
|
|
288
|
-
* @exportedPart table-head: Table head
|
|
289
|
-
* @exportedPart table-head-row: Head row
|
|
290
|
-
* @exportedPart table-head-cell: Individual head cell
|
|
291
|
-
* @exportedPart table-body: Body of the table
|
|
292
|
-
* @exportedPart table-row: Row of the table
|
|
293
|
-
* @exportedPart table-cell: Individual cell of the table
|
|
294
|
-
* @exportedPart loading-state-cell: Row for loading state
|
|
295
|
-
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
296
|
-
* @exportedPart error-state: Row for Error state
|
|
297
|
-
* @exportedPart empty-state: Row for Emtpy state
|
|
298
|
-
* @exportedPart pagination-bar: Pagination bar
|
|
299
|
-
* @exportedPart arrow: Both paging buttons
|
|
300
|
-
* @exportedPart arrow-left: Previous page button
|
|
301
|
-
* @exportedPart arrow-right: Next page button
|
|
302
|
-
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
303
|
-
*/
|
|
304
|
-
interface JustifiBusinessList {
|
|
305
|
-
/**
|
|
306
|
-
* The Account ID to fetch payments. This is required to fetch any data.
|
|
307
|
-
* @required
|
|
308
|
-
* @type {string}
|
|
309
|
-
* @memberof PaymentsList
|
|
310
|
-
*/
|
|
311
|
-
"accountId": string;
|
|
312
|
-
/**
|
|
313
|
-
* The Auth Token to fetch payments. This is required to fetch any data.
|
|
314
|
-
* @required
|
|
315
|
-
* @type {string}
|
|
316
|
-
*/
|
|
317
|
-
"authToken": string;
|
|
318
|
-
}
|
|
319
291
|
/**
|
|
320
292
|
* @exportedPart label: Label for inputs
|
|
321
293
|
* @exportedPart input: The input fields
|
|
@@ -327,15 +299,34 @@ export namespace Components {
|
|
|
327
299
|
"businessId": string;
|
|
328
300
|
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
329
301
|
}
|
|
302
|
+
interface JustifiBusinessOwnersFormStepCore {
|
|
303
|
+
"allowOptionalFields"?: boolean;
|
|
304
|
+
"authToken": string;
|
|
305
|
+
"businessId": string;
|
|
306
|
+
"getBusiness": Function;
|
|
307
|
+
"patchBusiness": Function;
|
|
308
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
309
|
+
}
|
|
330
310
|
interface JustifiBusinessRepresentative {
|
|
331
311
|
"formController": FormController;
|
|
332
312
|
}
|
|
313
|
+
interface JustifiBusinessRepresentativeFormInputs {
|
|
314
|
+
"errors": any;
|
|
315
|
+
"formController": FormController;
|
|
316
|
+
"representativeDefaultValue": any;
|
|
317
|
+
}
|
|
333
318
|
interface JustifiBusinessRepresentativeFormStep {
|
|
334
319
|
"allowOptionalFields"?: boolean;
|
|
335
320
|
"authToken": string;
|
|
336
321
|
"businessId": string;
|
|
337
322
|
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
338
323
|
}
|
|
324
|
+
interface JustifiBusinessRepresentativeFormStepCore {
|
|
325
|
+
"allowOptionalFields"?: boolean;
|
|
326
|
+
"getBusiness": Function;
|
|
327
|
+
"patchBusiness": Function;
|
|
328
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
329
|
+
}
|
|
339
330
|
interface JustifiBusinessTermsConditionsFormStep {
|
|
340
331
|
"allowOptionalFields"?: boolean;
|
|
341
332
|
"authToken": string;
|
|
@@ -427,6 +418,12 @@ export namespace Components {
|
|
|
427
418
|
"businessId": string;
|
|
428
419
|
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
429
420
|
}
|
|
421
|
+
interface JustifiLegalAddressFormStepCore {
|
|
422
|
+
"allowOptionalFields"?: boolean;
|
|
423
|
+
"getBusiness": Function;
|
|
424
|
+
"patchBusiness": Function;
|
|
425
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
426
|
+
}
|
|
430
427
|
interface JustifiNewPaymentMethod {
|
|
431
428
|
"accountId": string;
|
|
432
429
|
"authToken": string;
|
|
@@ -447,11 +444,7 @@ export namespace Components {
|
|
|
447
444
|
"removeOwner": (id: string) => void;
|
|
448
445
|
"submit": () => Promise<boolean>;
|
|
449
446
|
"validate": () => Promise<boolean>;
|
|
450
|
-
|
|
451
|
-
interface JustifiPaymentBalanceTransactions {
|
|
452
|
-
"accountId": string;
|
|
453
|
-
"authToken": string;
|
|
454
|
-
"paymentId": string;
|
|
447
|
+
"validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
|
|
455
448
|
}
|
|
456
449
|
/**
|
|
457
450
|
* @exportedPart detail-loading-spinner
|
|
@@ -560,6 +553,9 @@ export namespace Components {
|
|
|
560
553
|
"refs": any[];
|
|
561
554
|
}
|
|
562
555
|
/**
|
|
556
|
+
* @exportedPart label: Label for inputs
|
|
557
|
+
* @exportedPart input: The input fields
|
|
558
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
563
559
|
* @exportedPart table-head: Table head
|
|
564
560
|
* @exportedPart table-head-row: Head row
|
|
565
561
|
* @exportedPart table-head-cell: Individual head cell
|
|
@@ -587,6 +583,9 @@ export namespace Components {
|
|
|
587
583
|
"payoutId": string;
|
|
588
584
|
}
|
|
589
585
|
/**
|
|
586
|
+
* @exportedPart label: Label for inputs
|
|
587
|
+
* @exportedPart input: The input fields
|
|
588
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
590
589
|
* @exportedPart table-head: Table head
|
|
591
590
|
* @exportedPart table-head-row: Head row
|
|
592
591
|
* @exportedPart table-head-cell: Individual head cell
|
|
@@ -609,29 +608,6 @@ export namespace Components {
|
|
|
609
608
|
"accountId": string;
|
|
610
609
|
"authToken": string;
|
|
611
610
|
}
|
|
612
|
-
/**
|
|
613
|
-
* @exportedPart table-head: Table head
|
|
614
|
-
* @exportedPart table-head-row: Head row
|
|
615
|
-
* @exportedPart table-head-cell: Individual head cell
|
|
616
|
-
* @exportedPart table-body: Body of the table
|
|
617
|
-
* @exportedPart table-row: Row of the table
|
|
618
|
-
* @exportedPart table-cell: Individual cell of the table
|
|
619
|
-
* @exportedPart loading-state-cell: Row for loading state
|
|
620
|
-
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
621
|
-
* @exportedPart error-state: Row for Error state
|
|
622
|
-
* @exportedPart empty-state: Row for Emtpy state
|
|
623
|
-
* @exportedPart pagination-bar: Pagination bar
|
|
624
|
-
* @exportedPart arrow: Both paging buttons
|
|
625
|
-
* @exportedPart arrow-left: Previous page button
|
|
626
|
-
* @exportedPart arrow-right: Next page button
|
|
627
|
-
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
628
|
-
* @exportedPart previous-button-text: Text for Previous button
|
|
629
|
-
* @exportedPart next-button-text: Text for Next button
|
|
630
|
-
*/
|
|
631
|
-
interface JustifiProceedsList {
|
|
632
|
-
"accountId": string;
|
|
633
|
-
"authToken": string;
|
|
634
|
-
}
|
|
635
611
|
interface JustifiRefundForm {
|
|
636
612
|
/**
|
|
637
613
|
* The amount of the payment to be refunded.
|
|
@@ -709,39 +685,32 @@ export namespace Components {
|
|
|
709
685
|
"paymentMethodOption": PaymentMethodOption;
|
|
710
686
|
"resolvePaymentMethod": (insuranceValidation: any) => Promise<PaymentMethodPayload>;
|
|
711
687
|
}
|
|
712
|
-
interface JustifiSkeleton {
|
|
713
|
-
"component": string;
|
|
714
|
-
"componentClassName": string;
|
|
715
|
-
"height": string | number;
|
|
716
|
-
"styles": { [key: string]: any };
|
|
717
|
-
"variant": 'circular' | 'rectangular' | 'rounded' | 'text';
|
|
718
|
-
"width": string | number;
|
|
719
|
-
}
|
|
720
|
-
interface JustifiSubaccountDetails {
|
|
721
|
-
"accountId": string;
|
|
722
|
-
"authToken": string;
|
|
723
|
-
"subaccountId": string;
|
|
724
|
-
}
|
|
725
|
-
interface JustifiSubaccountsList {
|
|
726
|
-
"accountId": string;
|
|
727
|
-
"authToken": string;
|
|
728
|
-
}
|
|
729
|
-
interface JustifiTable {
|
|
730
|
-
"columnData": TableProps['columnData'];
|
|
731
|
-
"entityId": string[];
|
|
732
|
-
"errorMessage": TableProps['errorMessage'];
|
|
733
|
-
"loading": TableProps['loading'];
|
|
734
|
-
"paging": TableProps['paging'];
|
|
735
|
-
"params": TableProps['params'];
|
|
736
|
-
"rowClickHandler": (e: any) => any;
|
|
737
|
-
"rowData": TableProps['rowData'];
|
|
738
|
-
}
|
|
739
688
|
interface LegalAddressDetails {
|
|
740
689
|
"legalAddress": IAddress;
|
|
741
690
|
}
|
|
742
691
|
interface OwnerDetails {
|
|
743
692
|
"owners": Identity[];
|
|
744
693
|
}
|
|
694
|
+
interface OwnerFormCore {
|
|
695
|
+
"allowOptionalFields"?: boolean;
|
|
696
|
+
"businessId"?: string;
|
|
697
|
+
"getOwner": Function;
|
|
698
|
+
"newFormOpen"?: boolean;
|
|
699
|
+
"ownerId"?: string;
|
|
700
|
+
"ownersLength"?: number;
|
|
701
|
+
"patchOwner": Function;
|
|
702
|
+
"postOwner": Function;
|
|
703
|
+
"removeOwner": (id: string) => void;
|
|
704
|
+
"returnOwnerData": () => Promise<string>;
|
|
705
|
+
"submit": () => Promise<boolean>;
|
|
706
|
+
"validate": () => Promise<boolean>;
|
|
707
|
+
"validateAndSubmit": (event: any) => Promise<void>;
|
|
708
|
+
}
|
|
709
|
+
interface OwnerFormInputs {
|
|
710
|
+
"errors": any;
|
|
711
|
+
"formController": FormController;
|
|
712
|
+
"ownerDefaultValue": any;
|
|
713
|
+
}
|
|
745
714
|
interface PaginationMenu {
|
|
746
715
|
"paging": PaginationProps['paging'];
|
|
747
716
|
"params": PaginationProps['params'];
|
|
@@ -754,8 +723,10 @@ export namespace Components {
|
|
|
754
723
|
}
|
|
755
724
|
interface PayoutDetailsCore {
|
|
756
725
|
"getPayout": Function;
|
|
726
|
+
"getPayoutCSV": Function;
|
|
757
727
|
}
|
|
758
728
|
interface PayoutsListCore {
|
|
729
|
+
"getPayoutCSV": Function;
|
|
759
730
|
"getPayouts": Function;
|
|
760
731
|
}
|
|
761
732
|
/**
|
|
@@ -768,25 +739,6 @@ export namespace Components {
|
|
|
768
739
|
interface RepresentativeDetails {
|
|
769
740
|
"representative": Identity;
|
|
770
741
|
}
|
|
771
|
-
interface SubaccountAccountDetails {
|
|
772
|
-
"onboardingData": IOnboardingData;
|
|
773
|
-
"subaccount": SubAccount;
|
|
774
|
-
}
|
|
775
|
-
interface SubaccountBankDetails {
|
|
776
|
-
"data": SubaccountBankAccount;
|
|
777
|
-
}
|
|
778
|
-
interface SubaccountMerchantDetails {
|
|
779
|
-
"onboardingData": IOnboardingData1;
|
|
780
|
-
}
|
|
781
|
-
interface SubaccountOwnersDetails {
|
|
782
|
-
"data": SubAccountIdentity[];
|
|
783
|
-
}
|
|
784
|
-
interface SubaccountRepresentativeDetails {
|
|
785
|
-
"data": SubAccountIdentity1;
|
|
786
|
-
}
|
|
787
|
-
interface SubaccountTermsDetails {
|
|
788
|
-
"data": Terms;
|
|
789
|
-
}
|
|
790
742
|
}
|
|
791
743
|
export interface BusinessDetailsCoreCustomEvent<T> extends CustomEvent<T> {
|
|
792
744
|
detail: T;
|
|
@@ -832,6 +784,10 @@ export interface JustifiAdditionalQuestionsFormStepCustomEvent<T> extends Custom
|
|
|
832
784
|
detail: T;
|
|
833
785
|
target: HTMLJustifiAdditionalQuestionsFormStepElement;
|
|
834
786
|
}
|
|
787
|
+
export interface JustifiAdditionalQuestionsFormStepCoreCustomEvent<T> extends CustomEvent<T> {
|
|
788
|
+
detail: T;
|
|
789
|
+
target: HTMLJustifiAdditionalQuestionsFormStepCoreElement;
|
|
790
|
+
}
|
|
835
791
|
export interface JustifiBankAccountFormCustomEvent<T> extends CustomEvent<T> {
|
|
836
792
|
detail: T;
|
|
837
793
|
target: HTMLJustifiBankAccountFormElement;
|
|
@@ -844,6 +800,10 @@ export interface JustifiBusinessCoreInfoFormStepCustomEvent<T> extends CustomEve
|
|
|
844
800
|
detail: T;
|
|
845
801
|
target: HTMLJustifiBusinessCoreInfoFormStepElement;
|
|
846
802
|
}
|
|
803
|
+
export interface JustifiBusinessCoreInfoFormStepCoreCustomEvent<T> extends CustomEvent<T> {
|
|
804
|
+
detail: T;
|
|
805
|
+
target: HTMLJustifiBusinessCoreInfoFormStepCoreElement;
|
|
806
|
+
}
|
|
847
807
|
export interface JustifiBusinessDetailsCustomEvent<T> extends CustomEvent<T> {
|
|
848
808
|
detail: T;
|
|
849
809
|
target: HTMLJustifiBusinessDetailsElement;
|
|
@@ -860,10 +820,18 @@ export interface JustifiBusinessOwnersFormStepCustomEvent<T> extends CustomEvent
|
|
|
860
820
|
detail: T;
|
|
861
821
|
target: HTMLJustifiBusinessOwnersFormStepElement;
|
|
862
822
|
}
|
|
823
|
+
export interface JustifiBusinessOwnersFormStepCoreCustomEvent<T> extends CustomEvent<T> {
|
|
824
|
+
detail: T;
|
|
825
|
+
target: HTMLJustifiBusinessOwnersFormStepCoreElement;
|
|
826
|
+
}
|
|
863
827
|
export interface JustifiBusinessRepresentativeFormStepCustomEvent<T> extends CustomEvent<T> {
|
|
864
828
|
detail: T;
|
|
865
829
|
target: HTMLJustifiBusinessRepresentativeFormStepElement;
|
|
866
830
|
}
|
|
831
|
+
export interface JustifiBusinessRepresentativeFormStepCoreCustomEvent<T> extends CustomEvent<T> {
|
|
832
|
+
detail: T;
|
|
833
|
+
target: HTMLJustifiBusinessRepresentativeFormStepCoreElement;
|
|
834
|
+
}
|
|
867
835
|
export interface JustifiBusinessTermsConditionsFormStepCustomEvent<T> extends CustomEvent<T> {
|
|
868
836
|
detail: T;
|
|
869
837
|
target: HTMLJustifiBusinessTermsConditionsFormStepElement;
|
|
@@ -888,6 +856,10 @@ export interface JustifiLegalAddressFormStepCustomEvent<T> extends CustomEvent<T
|
|
|
888
856
|
detail: T;
|
|
889
857
|
target: HTMLJustifiLegalAddressFormStepElement;
|
|
890
858
|
}
|
|
859
|
+
export interface JustifiLegalAddressFormStepCoreCustomEvent<T> extends CustomEvent<T> {
|
|
860
|
+
detail: T;
|
|
861
|
+
target: HTMLJustifiLegalAddressFormStepCoreElement;
|
|
862
|
+
}
|
|
891
863
|
export interface JustifiNewPaymentMethodCustomEvent<T> extends CustomEvent<T> {
|
|
892
864
|
detail: T;
|
|
893
865
|
target: HTMLJustifiNewPaymentMethodElement;
|
|
@@ -940,10 +912,6 @@ export interface JustifiPayoutsListCustomEvent<T> extends CustomEvent<T> {
|
|
|
940
912
|
detail: T;
|
|
941
913
|
target: HTMLJustifiPayoutsListElement;
|
|
942
914
|
}
|
|
943
|
-
export interface JustifiProceedsListCustomEvent<T> extends CustomEvent<T> {
|
|
944
|
-
detail: T;
|
|
945
|
-
target: HTMLJustifiProceedsListElement;
|
|
946
|
-
}
|
|
947
915
|
export interface JustifiRefundFormCustomEvent<T> extends CustomEvent<T> {
|
|
948
916
|
detail: T;
|
|
949
917
|
target: HTMLJustifiRefundFormElement;
|
|
@@ -968,9 +936,9 @@ export interface JustifiSezzlePaymentMethodCustomEvent<T> extends CustomEvent<T>
|
|
|
968
936
|
detail: T;
|
|
969
937
|
target: HTMLJustifiSezzlePaymentMethodElement;
|
|
970
938
|
}
|
|
971
|
-
export interface
|
|
939
|
+
export interface OwnerFormCoreCustomEvent<T> extends CustomEvent<T> {
|
|
972
940
|
detail: T;
|
|
973
|
-
target:
|
|
941
|
+
target: HTMLOwnerFormCoreElement;
|
|
974
942
|
}
|
|
975
943
|
export interface PaymentDetailsCoreCustomEvent<T> extends CustomEvent<T> {
|
|
976
944
|
detail: T;
|
|
@@ -1217,8 +1185,6 @@ declare global {
|
|
|
1217
1185
|
new (): HTMLJustifiAdditionalQuestionsElement;
|
|
1218
1186
|
};
|
|
1219
1187
|
interface HTMLJustifiAdditionalQuestionsFormStepElementEventMap {
|
|
1220
|
-
"submitted": BusinessFormSubmitEvent;
|
|
1221
|
-
"formLoading": boolean;
|
|
1222
1188
|
"error-event": ComponentError;
|
|
1223
1189
|
}
|
|
1224
1190
|
/**
|
|
@@ -1240,6 +1206,25 @@ declare global {
|
|
|
1240
1206
|
prototype: HTMLJustifiAdditionalQuestionsFormStepElement;
|
|
1241
1207
|
new (): HTMLJustifiAdditionalQuestionsFormStepElement;
|
|
1242
1208
|
};
|
|
1209
|
+
interface HTMLJustifiAdditionalQuestionsFormStepCoreElementEventMap {
|
|
1210
|
+
"submitted": BusinessFormSubmitEvent;
|
|
1211
|
+
"formLoading": boolean;
|
|
1212
|
+
"error-event": ComponentError1;
|
|
1213
|
+
}
|
|
1214
|
+
interface HTMLJustifiAdditionalQuestionsFormStepCoreElement extends Components.JustifiAdditionalQuestionsFormStepCore, HTMLStencilElement {
|
|
1215
|
+
addEventListener<K extends keyof HTMLJustifiAdditionalQuestionsFormStepCoreElementEventMap>(type: K, listener: (this: HTMLJustifiAdditionalQuestionsFormStepCoreElement, ev: JustifiAdditionalQuestionsFormStepCoreCustomEvent<HTMLJustifiAdditionalQuestionsFormStepCoreElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1216
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1217
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1218
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1219
|
+
removeEventListener<K extends keyof HTMLJustifiAdditionalQuestionsFormStepCoreElementEventMap>(type: K, listener: (this: HTMLJustifiAdditionalQuestionsFormStepCoreElement, ev: JustifiAdditionalQuestionsFormStepCoreCustomEvent<HTMLJustifiAdditionalQuestionsFormStepCoreElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1220
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1221
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1222
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1223
|
+
}
|
|
1224
|
+
var HTMLJustifiAdditionalQuestionsFormStepCoreElement: {
|
|
1225
|
+
prototype: HTMLJustifiAdditionalQuestionsFormStepCoreElement;
|
|
1226
|
+
new (): HTMLJustifiAdditionalQuestionsFormStepCoreElement;
|
|
1227
|
+
};
|
|
1243
1228
|
interface HTMLJustifiBankAccountFormElementEventMap {
|
|
1244
1229
|
"bankAccountFormReady": any;
|
|
1245
1230
|
"ready": any;
|
|
@@ -1313,17 +1298,12 @@ declare global {
|
|
|
1313
1298
|
new (): HTMLJustifiBusinessCoreInfoElement;
|
|
1314
1299
|
};
|
|
1315
1300
|
interface HTMLJustifiBusinessCoreInfoFormStepElementEventMap {
|
|
1316
|
-
"submitted": BusinessFormSubmitEvent;
|
|
1317
|
-
"formLoading": boolean;
|
|
1318
1301
|
"error-event": ComponentError;
|
|
1319
1302
|
}
|
|
1320
1303
|
/**
|
|
1321
|
-
* The difference between this component and business-generic-info-details
|
|
1322
|
-
* is that this component is meant to be a form and send data
|
|
1323
|
-
* and the other one is meant to be just read only.
|
|
1324
1304
|
* @exportedPart label: Label for inputs
|
|
1325
1305
|
* @exportedPart input: The input fields
|
|
1326
|
-
* @exportedPart input-invalid: Invalid state for
|
|
1306
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
1327
1307
|
*/
|
|
1328
1308
|
interface HTMLJustifiBusinessCoreInfoFormStepElement extends Components.JustifiBusinessCoreInfoFormStep, HTMLStencilElement {
|
|
1329
1309
|
addEventListener<K extends keyof HTMLJustifiBusinessCoreInfoFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessCoreInfoFormStepElement, ev: JustifiBusinessCoreInfoFormStepCustomEvent<HTMLJustifiBusinessCoreInfoFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -1339,6 +1319,25 @@ declare global {
|
|
|
1339
1319
|
prototype: HTMLJustifiBusinessCoreInfoFormStepElement;
|
|
1340
1320
|
new (): HTMLJustifiBusinessCoreInfoFormStepElement;
|
|
1341
1321
|
};
|
|
1322
|
+
interface HTMLJustifiBusinessCoreInfoFormStepCoreElementEventMap {
|
|
1323
|
+
"submitted": BusinessFormSubmitEvent;
|
|
1324
|
+
"formLoading": boolean;
|
|
1325
|
+
"error-event": ComponentError;
|
|
1326
|
+
}
|
|
1327
|
+
interface HTMLJustifiBusinessCoreInfoFormStepCoreElement extends Components.JustifiBusinessCoreInfoFormStepCore, HTMLStencilElement {
|
|
1328
|
+
addEventListener<K extends keyof HTMLJustifiBusinessCoreInfoFormStepCoreElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessCoreInfoFormStepCoreElement, ev: JustifiBusinessCoreInfoFormStepCoreCustomEvent<HTMLJustifiBusinessCoreInfoFormStepCoreElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1329
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1330
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1331
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1332
|
+
removeEventListener<K extends keyof HTMLJustifiBusinessCoreInfoFormStepCoreElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessCoreInfoFormStepCoreElement, ev: JustifiBusinessCoreInfoFormStepCoreCustomEvent<HTMLJustifiBusinessCoreInfoFormStepCoreElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1333
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1334
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1335
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1336
|
+
}
|
|
1337
|
+
var HTMLJustifiBusinessCoreInfoFormStepCoreElement: {
|
|
1338
|
+
prototype: HTMLJustifiBusinessCoreInfoFormStepCoreElement;
|
|
1339
|
+
new (): HTMLJustifiBusinessCoreInfoFormStepCoreElement;
|
|
1340
|
+
};
|
|
1342
1341
|
interface HTMLJustifiBusinessDetailsElementEventMap {
|
|
1343
1342
|
"error-event": ComponentError;
|
|
1344
1343
|
}
|
|
@@ -1418,33 +1417,7 @@ declare global {
|
|
|
1418
1417
|
prototype: HTMLJustifiBusinessFormElement;
|
|
1419
1418
|
new (): HTMLJustifiBusinessFormElement;
|
|
1420
1419
|
};
|
|
1421
|
-
/**
|
|
1422
|
-
* @exportedPart table-head: Table head
|
|
1423
|
-
* @exportedPart table-head-row: Head row
|
|
1424
|
-
* @exportedPart table-head-cell: Individual head cell
|
|
1425
|
-
* @exportedPart table-body: Body of the table
|
|
1426
|
-
* @exportedPart table-row: Row of the table
|
|
1427
|
-
* @exportedPart table-cell: Individual cell of the table
|
|
1428
|
-
* @exportedPart loading-state-cell: Row for loading state
|
|
1429
|
-
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
1430
|
-
* @exportedPart error-state: Row for Error state
|
|
1431
|
-
* @exportedPart empty-state: Row for Emtpy state
|
|
1432
|
-
* @exportedPart pagination-bar: Pagination bar
|
|
1433
|
-
* @exportedPart arrow: Both paging buttons
|
|
1434
|
-
* @exportedPart arrow-left: Previous page button
|
|
1435
|
-
* @exportedPart arrow-right: Next page button
|
|
1436
|
-
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
1437
|
-
*/
|
|
1438
|
-
interface HTMLJustifiBusinessListElement extends Components.JustifiBusinessList, HTMLStencilElement {
|
|
1439
|
-
}
|
|
1440
|
-
var HTMLJustifiBusinessListElement: {
|
|
1441
|
-
prototype: HTMLJustifiBusinessListElement;
|
|
1442
|
-
new (): HTMLJustifiBusinessListElement;
|
|
1443
|
-
};
|
|
1444
1420
|
interface HTMLJustifiBusinessOwnersFormStepElementEventMap {
|
|
1445
|
-
"submitted": BusinessFormSubmitEvent;
|
|
1446
|
-
"click-event": OwnerFormClickEvent;
|
|
1447
|
-
"formLoading": boolean;
|
|
1448
1421
|
"error-event": ComponentError;
|
|
1449
1422
|
}
|
|
1450
1423
|
/**
|
|
@@ -1466,15 +1439,39 @@ declare global {
|
|
|
1466
1439
|
prototype: HTMLJustifiBusinessOwnersFormStepElement;
|
|
1467
1440
|
new (): HTMLJustifiBusinessOwnersFormStepElement;
|
|
1468
1441
|
};
|
|
1442
|
+
interface HTMLJustifiBusinessOwnersFormStepCoreElementEventMap {
|
|
1443
|
+
"submitted": BusinessFormSubmitEvent;
|
|
1444
|
+
"click-event": BusinessFormClickEvent;
|
|
1445
|
+
"formLoading": boolean;
|
|
1446
|
+
"error-event": ComponentError;
|
|
1447
|
+
}
|
|
1448
|
+
interface HTMLJustifiBusinessOwnersFormStepCoreElement extends Components.JustifiBusinessOwnersFormStepCore, HTMLStencilElement {
|
|
1449
|
+
addEventListener<K extends keyof HTMLJustifiBusinessOwnersFormStepCoreElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessOwnersFormStepCoreElement, ev: JustifiBusinessOwnersFormStepCoreCustomEvent<HTMLJustifiBusinessOwnersFormStepCoreElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1450
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1451
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1452
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1453
|
+
removeEventListener<K extends keyof HTMLJustifiBusinessOwnersFormStepCoreElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessOwnersFormStepCoreElement, ev: JustifiBusinessOwnersFormStepCoreCustomEvent<HTMLJustifiBusinessOwnersFormStepCoreElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1454
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1455
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1456
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1457
|
+
}
|
|
1458
|
+
var HTMLJustifiBusinessOwnersFormStepCoreElement: {
|
|
1459
|
+
prototype: HTMLJustifiBusinessOwnersFormStepCoreElement;
|
|
1460
|
+
new (): HTMLJustifiBusinessOwnersFormStepCoreElement;
|
|
1461
|
+
};
|
|
1469
1462
|
interface HTMLJustifiBusinessRepresentativeElement extends Components.JustifiBusinessRepresentative, HTMLStencilElement {
|
|
1470
1463
|
}
|
|
1471
1464
|
var HTMLJustifiBusinessRepresentativeElement: {
|
|
1472
1465
|
prototype: HTMLJustifiBusinessRepresentativeElement;
|
|
1473
1466
|
new (): HTMLJustifiBusinessRepresentativeElement;
|
|
1474
1467
|
};
|
|
1468
|
+
interface HTMLJustifiBusinessRepresentativeFormInputsElement extends Components.JustifiBusinessRepresentativeFormInputs, HTMLStencilElement {
|
|
1469
|
+
}
|
|
1470
|
+
var HTMLJustifiBusinessRepresentativeFormInputsElement: {
|
|
1471
|
+
prototype: HTMLJustifiBusinessRepresentativeFormInputsElement;
|
|
1472
|
+
new (): HTMLJustifiBusinessRepresentativeFormInputsElement;
|
|
1473
|
+
};
|
|
1475
1474
|
interface HTMLJustifiBusinessRepresentativeFormStepElementEventMap {
|
|
1476
|
-
"submitted": BusinessFormSubmitEvent;
|
|
1477
|
-
"formLoading": boolean;
|
|
1478
1475
|
"error-event": ComponentError;
|
|
1479
1476
|
}
|
|
1480
1477
|
interface HTMLJustifiBusinessRepresentativeFormStepElement extends Components.JustifiBusinessRepresentativeFormStep, HTMLStencilElement {
|
|
@@ -1491,6 +1488,25 @@ declare global {
|
|
|
1491
1488
|
prototype: HTMLJustifiBusinessRepresentativeFormStepElement;
|
|
1492
1489
|
new (): HTMLJustifiBusinessRepresentativeFormStepElement;
|
|
1493
1490
|
};
|
|
1491
|
+
interface HTMLJustifiBusinessRepresentativeFormStepCoreElementEventMap {
|
|
1492
|
+
"submitted": BusinessFormSubmitEvent;
|
|
1493
|
+
"formLoading": boolean;
|
|
1494
|
+
"error-event": ComponentError;
|
|
1495
|
+
}
|
|
1496
|
+
interface HTMLJustifiBusinessRepresentativeFormStepCoreElement extends Components.JustifiBusinessRepresentativeFormStepCore, HTMLStencilElement {
|
|
1497
|
+
addEventListener<K extends keyof HTMLJustifiBusinessRepresentativeFormStepCoreElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessRepresentativeFormStepCoreElement, ev: JustifiBusinessRepresentativeFormStepCoreCustomEvent<HTMLJustifiBusinessRepresentativeFormStepCoreElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1498
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1499
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1500
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1501
|
+
removeEventListener<K extends keyof HTMLJustifiBusinessRepresentativeFormStepCoreElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessRepresentativeFormStepCoreElement, ev: JustifiBusinessRepresentativeFormStepCoreCustomEvent<HTMLJustifiBusinessRepresentativeFormStepCoreElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1502
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1503
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1504
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1505
|
+
}
|
|
1506
|
+
var HTMLJustifiBusinessRepresentativeFormStepCoreElement: {
|
|
1507
|
+
prototype: HTMLJustifiBusinessRepresentativeFormStepCoreElement;
|
|
1508
|
+
new (): HTMLJustifiBusinessRepresentativeFormStepCoreElement;
|
|
1509
|
+
};
|
|
1494
1510
|
interface HTMLJustifiBusinessTermsConditionsFormStepElementEventMap {
|
|
1495
1511
|
"submitted": BusinessFormSubmitEvent;
|
|
1496
1512
|
"formLoading": boolean;
|
|
@@ -1614,8 +1630,6 @@ declare global {
|
|
|
1614
1630
|
new (): HTMLJustifiLegalAddressFormElement;
|
|
1615
1631
|
};
|
|
1616
1632
|
interface HTMLJustifiLegalAddressFormStepElementEventMap {
|
|
1617
|
-
"submitted": BusinessFormSubmitEvent;
|
|
1618
|
-
"formLoading": boolean;
|
|
1619
1633
|
"error-event": ComponentError;
|
|
1620
1634
|
}
|
|
1621
1635
|
/**
|
|
@@ -1637,6 +1651,25 @@ declare global {
|
|
|
1637
1651
|
prototype: HTMLJustifiLegalAddressFormStepElement;
|
|
1638
1652
|
new (): HTMLJustifiLegalAddressFormStepElement;
|
|
1639
1653
|
};
|
|
1654
|
+
interface HTMLJustifiLegalAddressFormStepCoreElementEventMap {
|
|
1655
|
+
"submitted": BusinessFormSubmitEvent;
|
|
1656
|
+
"formLoading": boolean;
|
|
1657
|
+
"error-event": ComponentError;
|
|
1658
|
+
}
|
|
1659
|
+
interface HTMLJustifiLegalAddressFormStepCoreElement extends Components.JustifiLegalAddressFormStepCore, HTMLStencilElement {
|
|
1660
|
+
addEventListener<K extends keyof HTMLJustifiLegalAddressFormStepCoreElementEventMap>(type: K, listener: (this: HTMLJustifiLegalAddressFormStepCoreElement, ev: JustifiLegalAddressFormStepCoreCustomEvent<HTMLJustifiLegalAddressFormStepCoreElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1661
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1662
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1663
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1664
|
+
removeEventListener<K extends keyof HTMLJustifiLegalAddressFormStepCoreElementEventMap>(type: K, listener: (this: HTMLJustifiLegalAddressFormStepCoreElement, ev: JustifiLegalAddressFormStepCoreCustomEvent<HTMLJustifiLegalAddressFormStepCoreElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1665
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1666
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1667
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1668
|
+
}
|
|
1669
|
+
var HTMLJustifiLegalAddressFormStepCoreElement: {
|
|
1670
|
+
prototype: HTMLJustifiLegalAddressFormStepCoreElement;
|
|
1671
|
+
new (): HTMLJustifiLegalAddressFormStepCoreElement;
|
|
1672
|
+
};
|
|
1640
1673
|
interface HTMLJustifiNewPaymentMethodElementEventMap {
|
|
1641
1674
|
"paymentMethodOptionSelected": any;
|
|
1642
1675
|
}
|
|
@@ -1655,9 +1688,6 @@ declare global {
|
|
|
1655
1688
|
new (): HTMLJustifiNewPaymentMethodElement;
|
|
1656
1689
|
};
|
|
1657
1690
|
interface HTMLJustifiOwnerFormElementEventMap {
|
|
1658
|
-
"submitted": OwnerFormSubmitEvent;
|
|
1659
|
-
"click-event": OwnerFormClickEvent;
|
|
1660
|
-
"formLoading": boolean;
|
|
1661
1691
|
"error-event": ComponentError;
|
|
1662
1692
|
}
|
|
1663
1693
|
interface HTMLJustifiOwnerFormElement extends Components.JustifiOwnerForm, HTMLStencilElement {
|
|
@@ -1674,12 +1704,6 @@ declare global {
|
|
|
1674
1704
|
prototype: HTMLJustifiOwnerFormElement;
|
|
1675
1705
|
new (): HTMLJustifiOwnerFormElement;
|
|
1676
1706
|
};
|
|
1677
|
-
interface HTMLJustifiPaymentBalanceTransactionsElement extends Components.JustifiPaymentBalanceTransactions, HTMLStencilElement {
|
|
1678
|
-
}
|
|
1679
|
-
var HTMLJustifiPaymentBalanceTransactionsElement: {
|
|
1680
|
-
prototype: HTMLJustifiPaymentBalanceTransactionsElement;
|
|
1681
|
-
new (): HTMLJustifiPaymentBalanceTransactionsElement;
|
|
1682
|
-
};
|
|
1683
1707
|
interface HTMLJustifiPaymentDetailsElementEventMap {
|
|
1684
1708
|
"error-event": ComponentError;
|
|
1685
1709
|
}
|
|
@@ -1859,6 +1883,9 @@ declare global {
|
|
|
1859
1883
|
"error-event": ComponentError;
|
|
1860
1884
|
}
|
|
1861
1885
|
/**
|
|
1886
|
+
* @exportedPart label: Label for inputs
|
|
1887
|
+
* @exportedPart input: The input fields
|
|
1888
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
1862
1889
|
* @exportedPart table-head: Table head
|
|
1863
1890
|
* @exportedPart table-head-row: Head row
|
|
1864
1891
|
* @exportedPart table-head-cell: Individual head cell
|
|
@@ -1912,6 +1939,9 @@ declare global {
|
|
|
1912
1939
|
"error-event": ComponentError;
|
|
1913
1940
|
}
|
|
1914
1941
|
/**
|
|
1942
|
+
* @exportedPart label: Label for inputs
|
|
1943
|
+
* @exportedPart input: The input fields
|
|
1944
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
1915
1945
|
* @exportedPart table-head: Table head
|
|
1916
1946
|
* @exportedPart table-head-row: Head row
|
|
1917
1947
|
* @exportedPart table-head-cell: Individual head cell
|
|
@@ -1944,42 +1974,6 @@ declare global {
|
|
|
1944
1974
|
prototype: HTMLJustifiPayoutsListElement;
|
|
1945
1975
|
new (): HTMLJustifiPayoutsListElement;
|
|
1946
1976
|
};
|
|
1947
|
-
interface HTMLJustifiProceedsListElementEventMap {
|
|
1948
|
-
"proceed-row-clicked": Proceed;
|
|
1949
|
-
}
|
|
1950
|
-
/**
|
|
1951
|
-
* @exportedPart table-head: Table head
|
|
1952
|
-
* @exportedPart table-head-row: Head row
|
|
1953
|
-
* @exportedPart table-head-cell: Individual head cell
|
|
1954
|
-
* @exportedPart table-body: Body of the table
|
|
1955
|
-
* @exportedPart table-row: Row of the table
|
|
1956
|
-
* @exportedPart table-cell: Individual cell of the table
|
|
1957
|
-
* @exportedPart loading-state-cell: Row for loading state
|
|
1958
|
-
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
1959
|
-
* @exportedPart error-state: Row for Error state
|
|
1960
|
-
* @exportedPart empty-state: Row for Emtpy state
|
|
1961
|
-
* @exportedPart pagination-bar: Pagination bar
|
|
1962
|
-
* @exportedPart arrow: Both paging buttons
|
|
1963
|
-
* @exportedPart arrow-left: Previous page button
|
|
1964
|
-
* @exportedPart arrow-right: Next page button
|
|
1965
|
-
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1966
|
-
* @exportedPart previous-button-text: Text for Previous button
|
|
1967
|
-
* @exportedPart next-button-text: Text for Next button
|
|
1968
|
-
*/
|
|
1969
|
-
interface HTMLJustifiProceedsListElement extends Components.JustifiProceedsList, HTMLStencilElement {
|
|
1970
|
-
addEventListener<K extends keyof HTMLJustifiProceedsListElementEventMap>(type: K, listener: (this: HTMLJustifiProceedsListElement, ev: JustifiProceedsListCustomEvent<HTMLJustifiProceedsListElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1971
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1972
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1973
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1974
|
-
removeEventListener<K extends keyof HTMLJustifiProceedsListElementEventMap>(type: K, listener: (this: HTMLJustifiProceedsListElement, ev: JustifiProceedsListCustomEvent<HTMLJustifiProceedsListElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1975
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1976
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1977
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1978
|
-
}
|
|
1979
|
-
var HTMLJustifiProceedsListElement: {
|
|
1980
|
-
prototype: HTMLJustifiProceedsListElement;
|
|
1981
|
-
new (): HTMLJustifiProceedsListElement;
|
|
1982
|
-
};
|
|
1983
1977
|
interface HTMLJustifiRefundFormElementEventMap {
|
|
1984
1978
|
"submitted": RefundFormFields;
|
|
1985
1979
|
}
|
|
@@ -2083,52 +2077,44 @@ declare global {
|
|
|
2083
2077
|
prototype: HTMLJustifiSezzlePaymentMethodElement;
|
|
2084
2078
|
new (): HTMLJustifiSezzlePaymentMethodElement;
|
|
2085
2079
|
};
|
|
2086
|
-
interface
|
|
2080
|
+
interface HTMLLegalAddressDetailsElement extends Components.LegalAddressDetails, HTMLStencilElement {
|
|
2087
2081
|
}
|
|
2088
|
-
var
|
|
2089
|
-
prototype:
|
|
2090
|
-
new ():
|
|
2082
|
+
var HTMLLegalAddressDetailsElement: {
|
|
2083
|
+
prototype: HTMLLegalAddressDetailsElement;
|
|
2084
|
+
new (): HTMLLegalAddressDetailsElement;
|
|
2091
2085
|
};
|
|
2092
|
-
interface
|
|
2086
|
+
interface HTMLOwnerDetailsElement extends Components.OwnerDetails, HTMLStencilElement {
|
|
2093
2087
|
}
|
|
2094
|
-
var
|
|
2095
|
-
prototype:
|
|
2096
|
-
new ():
|
|
2088
|
+
var HTMLOwnerDetailsElement: {
|
|
2089
|
+
prototype: HTMLOwnerDetailsElement;
|
|
2090
|
+
new (): HTMLOwnerDetailsElement;
|
|
2097
2091
|
};
|
|
2098
|
-
interface
|
|
2099
|
-
"
|
|
2092
|
+
interface HTMLOwnerFormCoreElementEventMap {
|
|
2093
|
+
"submitted": BusinessFormSubmitEvent;
|
|
2094
|
+
"ownerSubmitted": any;
|
|
2095
|
+
"click-event": BusinessFormClickEvent;
|
|
2096
|
+
"formLoading": boolean;
|
|
2097
|
+
"error-event": ComponentError;
|
|
2100
2098
|
}
|
|
2101
|
-
interface
|
|
2102
|
-
addEventListener<K extends keyof
|
|
2099
|
+
interface HTMLOwnerFormCoreElement extends Components.OwnerFormCore, HTMLStencilElement {
|
|
2100
|
+
addEventListener<K extends keyof HTMLOwnerFormCoreElementEventMap>(type: K, listener: (this: HTMLOwnerFormCoreElement, ev: OwnerFormCoreCustomEvent<HTMLOwnerFormCoreElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2103
2101
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2104
2102
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2105
2103
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2106
|
-
removeEventListener<K extends keyof
|
|
2104
|
+
removeEventListener<K extends keyof HTMLOwnerFormCoreElementEventMap>(type: K, listener: (this: HTMLOwnerFormCoreElement, ev: OwnerFormCoreCustomEvent<HTMLOwnerFormCoreElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2107
2105
|
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2108
2106
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2109
2107
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2110
2108
|
}
|
|
2111
|
-
var
|
|
2112
|
-
prototype:
|
|
2113
|
-
new ():
|
|
2114
|
-
};
|
|
2115
|
-
interface HTMLJustifiTableElement extends Components.JustifiTable, HTMLStencilElement {
|
|
2116
|
-
}
|
|
2117
|
-
var HTMLJustifiTableElement: {
|
|
2118
|
-
prototype: HTMLJustifiTableElement;
|
|
2119
|
-
new (): HTMLJustifiTableElement;
|
|
2109
|
+
var HTMLOwnerFormCoreElement: {
|
|
2110
|
+
prototype: HTMLOwnerFormCoreElement;
|
|
2111
|
+
new (): HTMLOwnerFormCoreElement;
|
|
2120
2112
|
};
|
|
2121
|
-
interface
|
|
2113
|
+
interface HTMLOwnerFormInputsElement extends Components.OwnerFormInputs, HTMLStencilElement {
|
|
2122
2114
|
}
|
|
2123
|
-
var
|
|
2124
|
-
prototype:
|
|
2125
|
-
new ():
|
|
2126
|
-
};
|
|
2127
|
-
interface HTMLOwnerDetailsElement extends Components.OwnerDetails, HTMLStencilElement {
|
|
2128
|
-
}
|
|
2129
|
-
var HTMLOwnerDetailsElement: {
|
|
2130
|
-
prototype: HTMLOwnerDetailsElement;
|
|
2131
|
-
new (): HTMLOwnerDetailsElement;
|
|
2115
|
+
var HTMLOwnerFormInputsElement: {
|
|
2116
|
+
prototype: HTMLOwnerFormInputsElement;
|
|
2117
|
+
new (): HTMLOwnerFormInputsElement;
|
|
2132
2118
|
};
|
|
2133
2119
|
interface HTMLPaginationMenuElement extends Components.PaginationMenu, HTMLStencilElement {
|
|
2134
2120
|
}
|
|
@@ -2219,42 +2205,6 @@ declare global {
|
|
|
2219
2205
|
prototype: HTMLRepresentativeDetailsElement;
|
|
2220
2206
|
new (): HTMLRepresentativeDetailsElement;
|
|
2221
2207
|
};
|
|
2222
|
-
interface HTMLSubaccountAccountDetailsElement extends Components.SubaccountAccountDetails, HTMLStencilElement {
|
|
2223
|
-
}
|
|
2224
|
-
var HTMLSubaccountAccountDetailsElement: {
|
|
2225
|
-
prototype: HTMLSubaccountAccountDetailsElement;
|
|
2226
|
-
new (): HTMLSubaccountAccountDetailsElement;
|
|
2227
|
-
};
|
|
2228
|
-
interface HTMLSubaccountBankDetailsElement extends Components.SubaccountBankDetails, HTMLStencilElement {
|
|
2229
|
-
}
|
|
2230
|
-
var HTMLSubaccountBankDetailsElement: {
|
|
2231
|
-
prototype: HTMLSubaccountBankDetailsElement;
|
|
2232
|
-
new (): HTMLSubaccountBankDetailsElement;
|
|
2233
|
-
};
|
|
2234
|
-
interface HTMLSubaccountMerchantDetailsElement extends Components.SubaccountMerchantDetails, HTMLStencilElement {
|
|
2235
|
-
}
|
|
2236
|
-
var HTMLSubaccountMerchantDetailsElement: {
|
|
2237
|
-
prototype: HTMLSubaccountMerchantDetailsElement;
|
|
2238
|
-
new (): HTMLSubaccountMerchantDetailsElement;
|
|
2239
|
-
};
|
|
2240
|
-
interface HTMLSubaccountOwnersDetailsElement extends Components.SubaccountOwnersDetails, HTMLStencilElement {
|
|
2241
|
-
}
|
|
2242
|
-
var HTMLSubaccountOwnersDetailsElement: {
|
|
2243
|
-
prototype: HTMLSubaccountOwnersDetailsElement;
|
|
2244
|
-
new (): HTMLSubaccountOwnersDetailsElement;
|
|
2245
|
-
};
|
|
2246
|
-
interface HTMLSubaccountRepresentativeDetailsElement extends Components.SubaccountRepresentativeDetails, HTMLStencilElement {
|
|
2247
|
-
}
|
|
2248
|
-
var HTMLSubaccountRepresentativeDetailsElement: {
|
|
2249
|
-
prototype: HTMLSubaccountRepresentativeDetailsElement;
|
|
2250
|
-
new (): HTMLSubaccountRepresentativeDetailsElement;
|
|
2251
|
-
};
|
|
2252
|
-
interface HTMLSubaccountTermsDetailsElement extends Components.SubaccountTermsDetails, HTMLStencilElement {
|
|
2253
|
-
}
|
|
2254
|
-
var HTMLSubaccountTermsDetailsElement: {
|
|
2255
|
-
prototype: HTMLSubaccountTermsDetailsElement;
|
|
2256
|
-
new (): HTMLSubaccountTermsDetailsElement;
|
|
2257
|
-
};
|
|
2258
2208
|
interface HTMLElementTagNameMap {
|
|
2259
2209
|
"additional-questions-details": HTMLAdditionalQuestionsDetailsElement;
|
|
2260
2210
|
"business-details-core": HTMLBusinessDetailsCoreElement;
|
|
@@ -2273,20 +2223,24 @@ declare global {
|
|
|
2273
2223
|
"gross-payment-chart-core": HTMLGrossPaymentChartCoreElement;
|
|
2274
2224
|
"justifi-additional-questions": HTMLJustifiAdditionalQuestionsElement;
|
|
2275
2225
|
"justifi-additional-questions-form-step": HTMLJustifiAdditionalQuestionsFormStepElement;
|
|
2226
|
+
"justifi-additional-questions-form-step-core": HTMLJustifiAdditionalQuestionsFormStepCoreElement;
|
|
2276
2227
|
"justifi-bank-account-form": HTMLJustifiBankAccountFormElement;
|
|
2277
2228
|
"justifi-billing-form": HTMLJustifiBillingFormElement;
|
|
2278
2229
|
"justifi-business-bank-account-form-step": HTMLJustifiBusinessBankAccountFormStepElement;
|
|
2279
2230
|
"justifi-business-core-info": HTMLJustifiBusinessCoreInfoElement;
|
|
2280
2231
|
"justifi-business-core-info-form-step": HTMLJustifiBusinessCoreInfoFormStepElement;
|
|
2232
|
+
"justifi-business-core-info-form-step-core": HTMLJustifiBusinessCoreInfoFormStepCoreElement;
|
|
2281
2233
|
"justifi-business-details": HTMLJustifiBusinessDetailsElement;
|
|
2282
2234
|
"justifi-business-document-upload-form-step": HTMLJustifiBusinessDocumentUploadFormStepElement;
|
|
2283
2235
|
"justifi-business-document-upload-input-group": HTMLJustifiBusinessDocumentUploadInputGroupElement;
|
|
2284
2236
|
"justifi-business-documents-on-file": HTMLJustifiBusinessDocumentsOnFileElement;
|
|
2285
2237
|
"justifi-business-form": HTMLJustifiBusinessFormElement;
|
|
2286
|
-
"justifi-business-list": HTMLJustifiBusinessListElement;
|
|
2287
2238
|
"justifi-business-owners-form-step": HTMLJustifiBusinessOwnersFormStepElement;
|
|
2239
|
+
"justifi-business-owners-form-step-core": HTMLJustifiBusinessOwnersFormStepCoreElement;
|
|
2288
2240
|
"justifi-business-representative": HTMLJustifiBusinessRepresentativeElement;
|
|
2241
|
+
"justifi-business-representative-form-inputs": HTMLJustifiBusinessRepresentativeFormInputsElement;
|
|
2289
2242
|
"justifi-business-representative-form-step": HTMLJustifiBusinessRepresentativeFormStepElement;
|
|
2243
|
+
"justifi-business-representative-form-step-core": HTMLJustifiBusinessRepresentativeFormStepCoreElement;
|
|
2290
2244
|
"justifi-business-terms-conditions-form-step": HTMLJustifiBusinessTermsConditionsFormStepElement;
|
|
2291
2245
|
"justifi-business-terms-conditions-text": HTMLJustifiBusinessTermsConditionsTextElement;
|
|
2292
2246
|
"justifi-card-form": HTMLJustifiCardFormElement;
|
|
@@ -2297,9 +2251,9 @@ declare global {
|
|
|
2297
2251
|
"justifi-identity-address-form": HTMLJustifiIdentityAddressFormElement;
|
|
2298
2252
|
"justifi-legal-address-form": HTMLJustifiLegalAddressFormElement;
|
|
2299
2253
|
"justifi-legal-address-form-step": HTMLJustifiLegalAddressFormStepElement;
|
|
2254
|
+
"justifi-legal-address-form-step-core": HTMLJustifiLegalAddressFormStepCoreElement;
|
|
2300
2255
|
"justifi-new-payment-method": HTMLJustifiNewPaymentMethodElement;
|
|
2301
2256
|
"justifi-owner-form": HTMLJustifiOwnerFormElement;
|
|
2302
|
-
"justifi-payment-balance-transactions": HTMLJustifiPaymentBalanceTransactionsElement;
|
|
2303
2257
|
"justifi-payment-details": HTMLJustifiPaymentDetailsElement;
|
|
2304
2258
|
"justifi-payment-form": HTMLJustifiPaymentFormElement;
|
|
2305
2259
|
"justifi-payment-method-form": HTMLJustifiPaymentMethodFormElement;
|
|
@@ -2312,31 +2266,22 @@ declare global {
|
|
|
2312
2266
|
"justifi-payments-list": HTMLJustifiPaymentsListElement;
|
|
2313
2267
|
"justifi-payout-details": HTMLJustifiPayoutDetailsElement;
|
|
2314
2268
|
"justifi-payouts-list": HTMLJustifiPayoutsListElement;
|
|
2315
|
-
"justifi-proceeds-list": HTMLJustifiProceedsListElement;
|
|
2316
2269
|
"justifi-refund-form": HTMLJustifiRefundFormElement;
|
|
2317
2270
|
"justifi-save-new-payment-method": HTMLJustifiSaveNewPaymentMethodElement;
|
|
2318
2271
|
"justifi-saved-payment-method": HTMLJustifiSavedPaymentMethodElement;
|
|
2319
2272
|
"justifi-season-interruption-insurance": HTMLJustifiSeasonInterruptionInsuranceElement;
|
|
2320
2273
|
"justifi-season-interruption-insurance-core": HTMLJustifiSeasonInterruptionInsuranceCoreElement;
|
|
2321
2274
|
"justifi-sezzle-payment-method": HTMLJustifiSezzlePaymentMethodElement;
|
|
2322
|
-
"justifi-skeleton": HTMLJustifiSkeletonElement;
|
|
2323
|
-
"justifi-subaccount-details": HTMLJustifiSubaccountDetailsElement;
|
|
2324
|
-
"justifi-subaccounts-list": HTMLJustifiSubaccountsListElement;
|
|
2325
|
-
"justifi-table": HTMLJustifiTableElement;
|
|
2326
2275
|
"legal-address-details": HTMLLegalAddressDetailsElement;
|
|
2327
2276
|
"owner-details": HTMLOwnerDetailsElement;
|
|
2277
|
+
"owner-form-core": HTMLOwnerFormCoreElement;
|
|
2278
|
+
"owner-form-inputs": HTMLOwnerFormInputsElement;
|
|
2328
2279
|
"pagination-menu": HTMLPaginationMenuElement;
|
|
2329
2280
|
"payment-details-core": HTMLPaymentDetailsCoreElement;
|
|
2330
2281
|
"payments-list-core": HTMLPaymentsListCoreElement;
|
|
2331
2282
|
"payout-details-core": HTMLPayoutDetailsCoreElement;
|
|
2332
2283
|
"payouts-list-core": HTMLPayoutsListCoreElement;
|
|
2333
2284
|
"representative-details": HTMLRepresentativeDetailsElement;
|
|
2334
|
-
"subaccount-account-details": HTMLSubaccountAccountDetailsElement;
|
|
2335
|
-
"subaccount-bank-details": HTMLSubaccountBankDetailsElement;
|
|
2336
|
-
"subaccount-merchant-details": HTMLSubaccountMerchantDetailsElement;
|
|
2337
|
-
"subaccount-owners-details": HTMLSubaccountOwnersDetailsElement;
|
|
2338
|
-
"subaccount-representative-details": HTMLSubaccountRepresentativeDetailsElement;
|
|
2339
|
-
"subaccount-terms-details": HTMLSubaccountTermsDetailsElement;
|
|
2340
2285
|
}
|
|
2341
2286
|
}
|
|
2342
2287
|
declare namespace LocalJSX {
|
|
@@ -2486,8 +2431,14 @@ declare namespace LocalJSX {
|
|
|
2486
2431
|
"authToken"?: string;
|
|
2487
2432
|
"businessId"?: string;
|
|
2488
2433
|
"onError-event"?: (event: JustifiAdditionalQuestionsFormStepCustomEvent<ComponentError>) => void;
|
|
2489
|
-
|
|
2490
|
-
|
|
2434
|
+
}
|
|
2435
|
+
interface JustifiAdditionalQuestionsFormStepCore {
|
|
2436
|
+
"allowOptionalFields"?: boolean;
|
|
2437
|
+
"getBusiness"?: Function;
|
|
2438
|
+
"onError-event"?: (event: JustifiAdditionalQuestionsFormStepCoreCustomEvent<ComponentError1>) => void;
|
|
2439
|
+
"onFormLoading"?: (event: JustifiAdditionalQuestionsFormStepCoreCustomEvent<boolean>) => void;
|
|
2440
|
+
"onSubmitted"?: (event: JustifiAdditionalQuestionsFormStepCoreCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
2441
|
+
"patchBusiness"?: Function;
|
|
2491
2442
|
}
|
|
2492
2443
|
interface JustifiBankAccountForm {
|
|
2493
2444
|
/**
|
|
@@ -2558,20 +2509,24 @@ declare namespace LocalJSX {
|
|
|
2558
2509
|
"formController"?: FormController;
|
|
2559
2510
|
}
|
|
2560
2511
|
/**
|
|
2561
|
-
* The difference between this component and business-generic-info-details
|
|
2562
|
-
* is that this component is meant to be a form and send data
|
|
2563
|
-
* and the other one is meant to be just read only.
|
|
2564
2512
|
* @exportedPart label: Label for inputs
|
|
2565
2513
|
* @exportedPart input: The input fields
|
|
2566
|
-
* @exportedPart input-invalid: Invalid state for
|
|
2514
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
2567
2515
|
*/
|
|
2568
2516
|
interface JustifiBusinessCoreInfoFormStep {
|
|
2569
2517
|
"allowOptionalFields"?: boolean;
|
|
2570
2518
|
"authToken"?: string;
|
|
2571
2519
|
"businessId"?: string;
|
|
2572
2520
|
"onError-event"?: (event: JustifiBusinessCoreInfoFormStepCustomEvent<ComponentError>) => void;
|
|
2573
|
-
|
|
2574
|
-
|
|
2521
|
+
}
|
|
2522
|
+
interface JustifiBusinessCoreInfoFormStepCore {
|
|
2523
|
+
"allowOptionalFields"?: boolean;
|
|
2524
|
+
"businessId"?: string;
|
|
2525
|
+
"getBusiness"?: Function;
|
|
2526
|
+
"onError-event"?: (event: JustifiBusinessCoreInfoFormStepCoreCustomEvent<ComponentError>) => void;
|
|
2527
|
+
"onFormLoading"?: (event: JustifiBusinessCoreInfoFormStepCoreCustomEvent<boolean>) => void;
|
|
2528
|
+
"onSubmitted"?: (event: JustifiBusinessCoreInfoFormStepCoreCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
2529
|
+
"patchBusiness"?: Function;
|
|
2575
2530
|
}
|
|
2576
2531
|
/**
|
|
2577
2532
|
* @exportedPart detail-section
|
|
@@ -2617,38 +2572,6 @@ declare namespace LocalJSX {
|
|
|
2617
2572
|
"onSubmitted"?: (event: JustifiBusinessFormCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
2618
2573
|
"removeTitle"?: boolean;
|
|
2619
2574
|
}
|
|
2620
|
-
/**
|
|
2621
|
-
* @exportedPart table-head: Table head
|
|
2622
|
-
* @exportedPart table-head-row: Head row
|
|
2623
|
-
* @exportedPart table-head-cell: Individual head cell
|
|
2624
|
-
* @exportedPart table-body: Body of the table
|
|
2625
|
-
* @exportedPart table-row: Row of the table
|
|
2626
|
-
* @exportedPart table-cell: Individual cell of the table
|
|
2627
|
-
* @exportedPart loading-state-cell: Row for loading state
|
|
2628
|
-
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
2629
|
-
* @exportedPart error-state: Row for Error state
|
|
2630
|
-
* @exportedPart empty-state: Row for Emtpy state
|
|
2631
|
-
* @exportedPart pagination-bar: Pagination bar
|
|
2632
|
-
* @exportedPart arrow: Both paging buttons
|
|
2633
|
-
* @exportedPart arrow-left: Previous page button
|
|
2634
|
-
* @exportedPart arrow-right: Next page button
|
|
2635
|
-
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
2636
|
-
*/
|
|
2637
|
-
interface JustifiBusinessList {
|
|
2638
|
-
/**
|
|
2639
|
-
* The Account ID to fetch payments. This is required to fetch any data.
|
|
2640
|
-
* @required
|
|
2641
|
-
* @type {string}
|
|
2642
|
-
* @memberof PaymentsList
|
|
2643
|
-
*/
|
|
2644
|
-
"accountId"?: string;
|
|
2645
|
-
/**
|
|
2646
|
-
* The Auth Token to fetch payments. This is required to fetch any data.
|
|
2647
|
-
* @required
|
|
2648
|
-
* @type {string}
|
|
2649
|
-
*/
|
|
2650
|
-
"authToken"?: string;
|
|
2651
|
-
}
|
|
2652
2575
|
/**
|
|
2653
2576
|
* @exportedPart label: Label for inputs
|
|
2654
2577
|
* @exportedPart input: The input fields
|
|
@@ -2658,21 +2581,40 @@ declare namespace LocalJSX {
|
|
|
2658
2581
|
"allowOptionalFields"?: boolean;
|
|
2659
2582
|
"authToken"?: string;
|
|
2660
2583
|
"businessId"?: string;
|
|
2661
|
-
"onClick-event"?: (event: JustifiBusinessOwnersFormStepCustomEvent<OwnerFormClickEvent>) => void;
|
|
2662
2584
|
"onError-event"?: (event: JustifiBusinessOwnersFormStepCustomEvent<ComponentError>) => void;
|
|
2663
|
-
|
|
2664
|
-
|
|
2585
|
+
}
|
|
2586
|
+
interface JustifiBusinessOwnersFormStepCore {
|
|
2587
|
+
"allowOptionalFields"?: boolean;
|
|
2588
|
+
"authToken"?: string;
|
|
2589
|
+
"businessId"?: string;
|
|
2590
|
+
"getBusiness"?: Function;
|
|
2591
|
+
"onClick-event"?: (event: JustifiBusinessOwnersFormStepCoreCustomEvent<BusinessFormClickEvent>) => void;
|
|
2592
|
+
"onError-event"?: (event: JustifiBusinessOwnersFormStepCoreCustomEvent<ComponentError>) => void;
|
|
2593
|
+
"onFormLoading"?: (event: JustifiBusinessOwnersFormStepCoreCustomEvent<boolean>) => void;
|
|
2594
|
+
"onSubmitted"?: (event: JustifiBusinessOwnersFormStepCoreCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
2595
|
+
"patchBusiness"?: Function;
|
|
2665
2596
|
}
|
|
2666
2597
|
interface JustifiBusinessRepresentative {
|
|
2667
2598
|
"formController"?: FormController;
|
|
2668
2599
|
}
|
|
2600
|
+
interface JustifiBusinessRepresentativeFormInputs {
|
|
2601
|
+
"errors"?: any;
|
|
2602
|
+
"formController"?: FormController;
|
|
2603
|
+
"representativeDefaultValue"?: any;
|
|
2604
|
+
}
|
|
2669
2605
|
interface JustifiBusinessRepresentativeFormStep {
|
|
2670
2606
|
"allowOptionalFields"?: boolean;
|
|
2671
2607
|
"authToken"?: string;
|
|
2672
2608
|
"businessId"?: string;
|
|
2673
2609
|
"onError-event"?: (event: JustifiBusinessRepresentativeFormStepCustomEvent<ComponentError>) => void;
|
|
2674
|
-
|
|
2675
|
-
|
|
2610
|
+
}
|
|
2611
|
+
interface JustifiBusinessRepresentativeFormStepCore {
|
|
2612
|
+
"allowOptionalFields"?: boolean;
|
|
2613
|
+
"getBusiness"?: Function;
|
|
2614
|
+
"onError-event"?: (event: JustifiBusinessRepresentativeFormStepCoreCustomEvent<ComponentError>) => void;
|
|
2615
|
+
"onFormLoading"?: (event: JustifiBusinessRepresentativeFormStepCoreCustomEvent<boolean>) => void;
|
|
2616
|
+
"onSubmitted"?: (event: JustifiBusinessRepresentativeFormStepCoreCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
2617
|
+
"patchBusiness"?: Function;
|
|
2676
2618
|
}
|
|
2677
2619
|
interface JustifiBusinessTermsConditionsFormStep {
|
|
2678
2620
|
"allowOptionalFields"?: boolean;
|
|
@@ -2777,8 +2719,14 @@ declare namespace LocalJSX {
|
|
|
2777
2719
|
"authToken"?: string;
|
|
2778
2720
|
"businessId"?: string;
|
|
2779
2721
|
"onError-event"?: (event: JustifiLegalAddressFormStepCustomEvent<ComponentError>) => void;
|
|
2780
|
-
|
|
2781
|
-
|
|
2722
|
+
}
|
|
2723
|
+
interface JustifiLegalAddressFormStepCore {
|
|
2724
|
+
"allowOptionalFields"?: boolean;
|
|
2725
|
+
"getBusiness"?: Function;
|
|
2726
|
+
"onError-event"?: (event: JustifiLegalAddressFormStepCoreCustomEvent<ComponentError>) => void;
|
|
2727
|
+
"onFormLoading"?: (event: JustifiLegalAddressFormStepCoreCustomEvent<boolean>) => void;
|
|
2728
|
+
"onSubmitted"?: (event: JustifiLegalAddressFormStepCoreCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
2729
|
+
"patchBusiness"?: Function;
|
|
2782
2730
|
}
|
|
2783
2731
|
interface JustifiNewPaymentMethod {
|
|
2784
2732
|
"accountId"?: string;
|
|
@@ -2794,19 +2742,11 @@ declare namespace LocalJSX {
|
|
|
2794
2742
|
"authToken"?: string;
|
|
2795
2743
|
"businessId"?: string;
|
|
2796
2744
|
"newFormOpen"?: boolean;
|
|
2797
|
-
"onClick-event"?: (event: JustifiOwnerFormCustomEvent<OwnerFormClickEvent>) => void;
|
|
2798
2745
|
"onError-event"?: (event: JustifiOwnerFormCustomEvent<ComponentError>) => void;
|
|
2799
|
-
"onFormLoading"?: (event: JustifiOwnerFormCustomEvent<boolean>) => void;
|
|
2800
|
-
"onSubmitted"?: (event: JustifiOwnerFormCustomEvent<OwnerFormSubmitEvent>) => void;
|
|
2801
2746
|
"ownerId"?: string;
|
|
2802
2747
|
"ownersLength"?: number;
|
|
2803
2748
|
"removeOwner"?: (id: string) => void;
|
|
2804
2749
|
}
|
|
2805
|
-
interface JustifiPaymentBalanceTransactions {
|
|
2806
|
-
"accountId"?: string;
|
|
2807
|
-
"authToken"?: string;
|
|
2808
|
-
"paymentId"?: string;
|
|
2809
|
-
}
|
|
2810
2750
|
/**
|
|
2811
2751
|
* @exportedPart detail-loading-spinner
|
|
2812
2752
|
* @exportedPart detail-loading-state
|
|
@@ -2919,6 +2859,9 @@ declare namespace LocalJSX {
|
|
|
2919
2859
|
"refs"?: any[];
|
|
2920
2860
|
}
|
|
2921
2861
|
/**
|
|
2862
|
+
* @exportedPart label: Label for inputs
|
|
2863
|
+
* @exportedPart input: The input fields
|
|
2864
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
2922
2865
|
* @exportedPart table-head: Table head
|
|
2923
2866
|
* @exportedPart table-head-row: Head row
|
|
2924
2867
|
* @exportedPart table-head-cell: Individual head cell
|
|
@@ -2948,6 +2891,9 @@ declare namespace LocalJSX {
|
|
|
2948
2891
|
"payoutId"?: string;
|
|
2949
2892
|
}
|
|
2950
2893
|
/**
|
|
2894
|
+
* @exportedPart label: Label for inputs
|
|
2895
|
+
* @exportedPart input: The input fields
|
|
2896
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
2951
2897
|
* @exportedPart table-head: Table head
|
|
2952
2898
|
* @exportedPart table-head-row: Head row
|
|
2953
2899
|
* @exportedPart table-head-cell: Individual head cell
|
|
@@ -2971,30 +2917,6 @@ declare namespace LocalJSX {
|
|
|
2971
2917
|
"authToken"?: string;
|
|
2972
2918
|
"onError-event"?: (event: JustifiPayoutsListCustomEvent<ComponentError>) => void;
|
|
2973
2919
|
}
|
|
2974
|
-
/**
|
|
2975
|
-
* @exportedPart table-head: Table head
|
|
2976
|
-
* @exportedPart table-head-row: Head row
|
|
2977
|
-
* @exportedPart table-head-cell: Individual head cell
|
|
2978
|
-
* @exportedPart table-body: Body of the table
|
|
2979
|
-
* @exportedPart table-row: Row of the table
|
|
2980
|
-
* @exportedPart table-cell: Individual cell of the table
|
|
2981
|
-
* @exportedPart loading-state-cell: Row for loading state
|
|
2982
|
-
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
2983
|
-
* @exportedPart error-state: Row for Error state
|
|
2984
|
-
* @exportedPart empty-state: Row for Emtpy state
|
|
2985
|
-
* @exportedPart pagination-bar: Pagination bar
|
|
2986
|
-
* @exportedPart arrow: Both paging buttons
|
|
2987
|
-
* @exportedPart arrow-left: Previous page button
|
|
2988
|
-
* @exportedPart arrow-right: Next page button
|
|
2989
|
-
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
2990
|
-
* @exportedPart previous-button-text: Text for Previous button
|
|
2991
|
-
* @exportedPart next-button-text: Text for Next button
|
|
2992
|
-
*/
|
|
2993
|
-
interface JustifiProceedsList {
|
|
2994
|
-
"accountId"?: string;
|
|
2995
|
-
"authToken"?: string;
|
|
2996
|
-
"onProceed-row-clicked"?: (event: JustifiProceedsListCustomEvent<Proceed>) => void;
|
|
2997
|
-
}
|
|
2998
2920
|
interface JustifiRefundForm {
|
|
2999
2921
|
/**
|
|
3000
2922
|
* The amount of the payment to be refunded.
|
|
@@ -3078,40 +3000,33 @@ declare namespace LocalJSX {
|
|
|
3078
3000
|
"paymentAmount"?: number;
|
|
3079
3001
|
"paymentMethodOption"?: PaymentMethodOption;
|
|
3080
3002
|
}
|
|
3081
|
-
interface JustifiSkeleton {
|
|
3082
|
-
"component"?: string;
|
|
3083
|
-
"componentClassName"?: string;
|
|
3084
|
-
"height"?: string | number;
|
|
3085
|
-
"styles"?: { [key: string]: any };
|
|
3086
|
-
"variant"?: 'circular' | 'rectangular' | 'rounded' | 'text';
|
|
3087
|
-
"width"?: string | number;
|
|
3088
|
-
}
|
|
3089
|
-
interface JustifiSubaccountDetails {
|
|
3090
|
-
"accountId"?: string;
|
|
3091
|
-
"authToken"?: string;
|
|
3092
|
-
"subaccountId"?: string;
|
|
3093
|
-
}
|
|
3094
|
-
interface JustifiSubaccountsList {
|
|
3095
|
-
"accountId"?: string;
|
|
3096
|
-
"authToken"?: string;
|
|
3097
|
-
"onSubaccount-row-clicked"?: (event: JustifiSubaccountsListCustomEvent<SubAccount>) => void;
|
|
3098
|
-
}
|
|
3099
|
-
interface JustifiTable {
|
|
3100
|
-
"columnData": TableProps['columnData'];
|
|
3101
|
-
"entityId"?: string[];
|
|
3102
|
-
"errorMessage"?: TableProps['errorMessage'];
|
|
3103
|
-
"loading"?: TableProps['loading'];
|
|
3104
|
-
"paging"?: TableProps['paging'];
|
|
3105
|
-
"params"?: TableProps['params'];
|
|
3106
|
-
"rowClickHandler"?: (e: any) => any;
|
|
3107
|
-
"rowData"?: TableProps['rowData'];
|
|
3108
|
-
}
|
|
3109
3003
|
interface LegalAddressDetails {
|
|
3110
3004
|
"legalAddress"?: IAddress;
|
|
3111
3005
|
}
|
|
3112
3006
|
interface OwnerDetails {
|
|
3113
3007
|
"owners"?: Identity[];
|
|
3114
3008
|
}
|
|
3009
|
+
interface OwnerFormCore {
|
|
3010
|
+
"allowOptionalFields"?: boolean;
|
|
3011
|
+
"businessId"?: string;
|
|
3012
|
+
"getOwner"?: Function;
|
|
3013
|
+
"newFormOpen"?: boolean;
|
|
3014
|
+
"onClick-event"?: (event: OwnerFormCoreCustomEvent<BusinessFormClickEvent>) => void;
|
|
3015
|
+
"onError-event"?: (event: OwnerFormCoreCustomEvent<ComponentError>) => void;
|
|
3016
|
+
"onFormLoading"?: (event: OwnerFormCoreCustomEvent<boolean>) => void;
|
|
3017
|
+
"onOwnerSubmitted"?: (event: OwnerFormCoreCustomEvent<any>) => void;
|
|
3018
|
+
"onSubmitted"?: (event: OwnerFormCoreCustomEvent<BusinessFormSubmitEvent>) => void;
|
|
3019
|
+
"ownerId"?: string;
|
|
3020
|
+
"ownersLength"?: number;
|
|
3021
|
+
"patchOwner"?: Function;
|
|
3022
|
+
"postOwner"?: Function;
|
|
3023
|
+
"removeOwner"?: (id: string) => void;
|
|
3024
|
+
}
|
|
3025
|
+
interface OwnerFormInputs {
|
|
3026
|
+
"errors"?: any;
|
|
3027
|
+
"formController"?: FormController;
|
|
3028
|
+
"ownerDefaultValue"?: any;
|
|
3029
|
+
}
|
|
3115
3030
|
interface PaginationMenu {
|
|
3116
3031
|
"paging"?: PaginationProps['paging'];
|
|
3117
3032
|
"params"?: PaginationProps['params'];
|
|
@@ -3127,9 +3042,11 @@ declare namespace LocalJSX {
|
|
|
3127
3042
|
}
|
|
3128
3043
|
interface PayoutDetailsCore {
|
|
3129
3044
|
"getPayout"?: Function;
|
|
3045
|
+
"getPayoutCSV"?: Function;
|
|
3130
3046
|
"onError-event"?: (event: PayoutDetailsCoreCustomEvent<ComponentError>) => void;
|
|
3131
3047
|
}
|
|
3132
3048
|
interface PayoutsListCore {
|
|
3049
|
+
"getPayoutCSV"?: Function;
|
|
3133
3050
|
"getPayouts"?: Function;
|
|
3134
3051
|
"onError-event"?: (event: PayoutsListCoreCustomEvent<ComponentError>) => void;
|
|
3135
3052
|
"onPayout-row-clicked"?: (event: PayoutsListCoreCustomEvent<Payout>) => void;
|
|
@@ -3144,25 +3061,6 @@ declare namespace LocalJSX {
|
|
|
3144
3061
|
interface RepresentativeDetails {
|
|
3145
3062
|
"representative"?: Identity;
|
|
3146
3063
|
}
|
|
3147
|
-
interface SubaccountAccountDetails {
|
|
3148
|
-
"onboardingData"?: IOnboardingData;
|
|
3149
|
-
"subaccount"?: SubAccount;
|
|
3150
|
-
}
|
|
3151
|
-
interface SubaccountBankDetails {
|
|
3152
|
-
"data"?: SubaccountBankAccount;
|
|
3153
|
-
}
|
|
3154
|
-
interface SubaccountMerchantDetails {
|
|
3155
|
-
"onboardingData"?: IOnboardingData1;
|
|
3156
|
-
}
|
|
3157
|
-
interface SubaccountOwnersDetails {
|
|
3158
|
-
"data"?: SubAccountIdentity[];
|
|
3159
|
-
}
|
|
3160
|
-
interface SubaccountRepresentativeDetails {
|
|
3161
|
-
"data"?: SubAccountIdentity1;
|
|
3162
|
-
}
|
|
3163
|
-
interface SubaccountTermsDetails {
|
|
3164
|
-
"data"?: Terms;
|
|
3165
|
-
}
|
|
3166
3064
|
interface IntrinsicElements {
|
|
3167
3065
|
"additional-questions-details": AdditionalQuestionsDetails;
|
|
3168
3066
|
"business-details-core": BusinessDetailsCore;
|
|
@@ -3181,20 +3079,24 @@ declare namespace LocalJSX {
|
|
|
3181
3079
|
"gross-payment-chart-core": GrossPaymentChartCore;
|
|
3182
3080
|
"justifi-additional-questions": JustifiAdditionalQuestions;
|
|
3183
3081
|
"justifi-additional-questions-form-step": JustifiAdditionalQuestionsFormStep;
|
|
3082
|
+
"justifi-additional-questions-form-step-core": JustifiAdditionalQuestionsFormStepCore;
|
|
3184
3083
|
"justifi-bank-account-form": JustifiBankAccountForm;
|
|
3185
3084
|
"justifi-billing-form": JustifiBillingForm;
|
|
3186
3085
|
"justifi-business-bank-account-form-step": JustifiBusinessBankAccountFormStep;
|
|
3187
3086
|
"justifi-business-core-info": JustifiBusinessCoreInfo;
|
|
3188
3087
|
"justifi-business-core-info-form-step": JustifiBusinessCoreInfoFormStep;
|
|
3088
|
+
"justifi-business-core-info-form-step-core": JustifiBusinessCoreInfoFormStepCore;
|
|
3189
3089
|
"justifi-business-details": JustifiBusinessDetails;
|
|
3190
3090
|
"justifi-business-document-upload-form-step": JustifiBusinessDocumentUploadFormStep;
|
|
3191
3091
|
"justifi-business-document-upload-input-group": JustifiBusinessDocumentUploadInputGroup;
|
|
3192
3092
|
"justifi-business-documents-on-file": JustifiBusinessDocumentsOnFile;
|
|
3193
3093
|
"justifi-business-form": JustifiBusinessForm;
|
|
3194
|
-
"justifi-business-list": JustifiBusinessList;
|
|
3195
3094
|
"justifi-business-owners-form-step": JustifiBusinessOwnersFormStep;
|
|
3095
|
+
"justifi-business-owners-form-step-core": JustifiBusinessOwnersFormStepCore;
|
|
3196
3096
|
"justifi-business-representative": JustifiBusinessRepresentative;
|
|
3097
|
+
"justifi-business-representative-form-inputs": JustifiBusinessRepresentativeFormInputs;
|
|
3197
3098
|
"justifi-business-representative-form-step": JustifiBusinessRepresentativeFormStep;
|
|
3099
|
+
"justifi-business-representative-form-step-core": JustifiBusinessRepresentativeFormStepCore;
|
|
3198
3100
|
"justifi-business-terms-conditions-form-step": JustifiBusinessTermsConditionsFormStep;
|
|
3199
3101
|
"justifi-business-terms-conditions-text": JustifiBusinessTermsConditionsText;
|
|
3200
3102
|
"justifi-card-form": JustifiCardForm;
|
|
@@ -3205,9 +3107,9 @@ declare namespace LocalJSX {
|
|
|
3205
3107
|
"justifi-identity-address-form": JustifiIdentityAddressForm;
|
|
3206
3108
|
"justifi-legal-address-form": JustifiLegalAddressForm;
|
|
3207
3109
|
"justifi-legal-address-form-step": JustifiLegalAddressFormStep;
|
|
3110
|
+
"justifi-legal-address-form-step-core": JustifiLegalAddressFormStepCore;
|
|
3208
3111
|
"justifi-new-payment-method": JustifiNewPaymentMethod;
|
|
3209
3112
|
"justifi-owner-form": JustifiOwnerForm;
|
|
3210
|
-
"justifi-payment-balance-transactions": JustifiPaymentBalanceTransactions;
|
|
3211
3113
|
"justifi-payment-details": JustifiPaymentDetails;
|
|
3212
3114
|
"justifi-payment-form": JustifiPaymentForm;
|
|
3213
3115
|
"justifi-payment-method-form": JustifiPaymentMethodForm;
|
|
@@ -3220,31 +3122,22 @@ declare namespace LocalJSX {
|
|
|
3220
3122
|
"justifi-payments-list": JustifiPaymentsList;
|
|
3221
3123
|
"justifi-payout-details": JustifiPayoutDetails;
|
|
3222
3124
|
"justifi-payouts-list": JustifiPayoutsList;
|
|
3223
|
-
"justifi-proceeds-list": JustifiProceedsList;
|
|
3224
3125
|
"justifi-refund-form": JustifiRefundForm;
|
|
3225
3126
|
"justifi-save-new-payment-method": JustifiSaveNewPaymentMethod;
|
|
3226
3127
|
"justifi-saved-payment-method": JustifiSavedPaymentMethod;
|
|
3227
3128
|
"justifi-season-interruption-insurance": JustifiSeasonInterruptionInsurance;
|
|
3228
3129
|
"justifi-season-interruption-insurance-core": JustifiSeasonInterruptionInsuranceCore;
|
|
3229
3130
|
"justifi-sezzle-payment-method": JustifiSezzlePaymentMethod;
|
|
3230
|
-
"justifi-skeleton": JustifiSkeleton;
|
|
3231
|
-
"justifi-subaccount-details": JustifiSubaccountDetails;
|
|
3232
|
-
"justifi-subaccounts-list": JustifiSubaccountsList;
|
|
3233
|
-
"justifi-table": JustifiTable;
|
|
3234
3131
|
"legal-address-details": LegalAddressDetails;
|
|
3235
3132
|
"owner-details": OwnerDetails;
|
|
3133
|
+
"owner-form-core": OwnerFormCore;
|
|
3134
|
+
"owner-form-inputs": OwnerFormInputs;
|
|
3236
3135
|
"pagination-menu": PaginationMenu;
|
|
3237
3136
|
"payment-details-core": PaymentDetailsCore;
|
|
3238
3137
|
"payments-list-core": PaymentsListCore;
|
|
3239
3138
|
"payout-details-core": PayoutDetailsCore;
|
|
3240
3139
|
"payouts-list-core": PayoutsListCore;
|
|
3241
3140
|
"representative-details": RepresentativeDetails;
|
|
3242
|
-
"subaccount-account-details": SubaccountAccountDetails;
|
|
3243
|
-
"subaccount-bank-details": SubaccountBankDetails;
|
|
3244
|
-
"subaccount-merchant-details": SubaccountMerchantDetails;
|
|
3245
|
-
"subaccount-owners-details": SubaccountOwnersDetails;
|
|
3246
|
-
"subaccount-representative-details": SubaccountRepresentativeDetails;
|
|
3247
|
-
"subaccount-terms-details": SubaccountTermsDetails;
|
|
3248
3141
|
}
|
|
3249
3142
|
}
|
|
3250
3143
|
export { LocalJSX as JSX };
|
|
@@ -3285,6 +3178,7 @@ declare module "@stencil/core" {
|
|
|
3285
3178
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
3286
3179
|
*/
|
|
3287
3180
|
"justifi-additional-questions-form-step": LocalJSX.JustifiAdditionalQuestionsFormStep & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsFormStepElement>;
|
|
3181
|
+
"justifi-additional-questions-form-step-core": LocalJSX.JustifiAdditionalQuestionsFormStepCore & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsFormStepCoreElement>;
|
|
3288
3182
|
"justifi-bank-account-form": LocalJSX.JustifiBankAccountForm & JSXBase.HTMLAttributes<HTMLJustifiBankAccountFormElement>;
|
|
3289
3183
|
/**
|
|
3290
3184
|
* @exportedPart label: Label for inputs
|
|
@@ -3311,14 +3205,12 @@ declare module "@stencil/core" {
|
|
|
3311
3205
|
*/
|
|
3312
3206
|
"justifi-business-core-info": LocalJSX.JustifiBusinessCoreInfo & JSXBase.HTMLAttributes<HTMLJustifiBusinessCoreInfoElement>;
|
|
3313
3207
|
/**
|
|
3314
|
-
* The difference between this component and business-generic-info-details
|
|
3315
|
-
* is that this component is meant to be a form and send data
|
|
3316
|
-
* and the other one is meant to be just read only.
|
|
3317
3208
|
* @exportedPart label: Label for inputs
|
|
3318
3209
|
* @exportedPart input: The input fields
|
|
3319
|
-
* @exportedPart input-invalid: Invalid state for
|
|
3210
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
3320
3211
|
*/
|
|
3321
3212
|
"justifi-business-core-info-form-step": LocalJSX.JustifiBusinessCoreInfoFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessCoreInfoFormStepElement>;
|
|
3213
|
+
"justifi-business-core-info-form-step-core": LocalJSX.JustifiBusinessCoreInfoFormStepCore & JSXBase.HTMLAttributes<HTMLJustifiBusinessCoreInfoFormStepCoreElement>;
|
|
3322
3214
|
/**
|
|
3323
3215
|
* @exportedPart detail-section
|
|
3324
3216
|
* @exportedPart detail-section-title
|
|
@@ -3336,32 +3228,17 @@ declare module "@stencil/core" {
|
|
|
3336
3228
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
3337
3229
|
*/
|
|
3338
3230
|
"justifi-business-form": LocalJSX.JustifiBusinessForm & JSXBase.HTMLAttributes<HTMLJustifiBusinessFormElement>;
|
|
3339
|
-
/**
|
|
3340
|
-
* @exportedPart table-head: Table head
|
|
3341
|
-
* @exportedPart table-head-row: Head row
|
|
3342
|
-
* @exportedPart table-head-cell: Individual head cell
|
|
3343
|
-
* @exportedPart table-body: Body of the table
|
|
3344
|
-
* @exportedPart table-row: Row of the table
|
|
3345
|
-
* @exportedPart table-cell: Individual cell of the table
|
|
3346
|
-
* @exportedPart loading-state-cell: Row for loading state
|
|
3347
|
-
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
3348
|
-
* @exportedPart error-state: Row for Error state
|
|
3349
|
-
* @exportedPart empty-state: Row for Emtpy state
|
|
3350
|
-
* @exportedPart pagination-bar: Pagination bar
|
|
3351
|
-
* @exportedPart arrow: Both paging buttons
|
|
3352
|
-
* @exportedPart arrow-left: Previous page button
|
|
3353
|
-
* @exportedPart arrow-right: Next page button
|
|
3354
|
-
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
3355
|
-
*/
|
|
3356
|
-
"justifi-business-list": LocalJSX.JustifiBusinessList & JSXBase.HTMLAttributes<HTMLJustifiBusinessListElement>;
|
|
3357
3231
|
/**
|
|
3358
3232
|
* @exportedPart label: Label for inputs
|
|
3359
3233
|
* @exportedPart input: The input fields
|
|
3360
3234
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
3361
3235
|
*/
|
|
3362
3236
|
"justifi-business-owners-form-step": LocalJSX.JustifiBusinessOwnersFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersFormStepElement>;
|
|
3237
|
+
"justifi-business-owners-form-step-core": LocalJSX.JustifiBusinessOwnersFormStepCore & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersFormStepCoreElement>;
|
|
3363
3238
|
"justifi-business-representative": LocalJSX.JustifiBusinessRepresentative & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeElement>;
|
|
3239
|
+
"justifi-business-representative-form-inputs": LocalJSX.JustifiBusinessRepresentativeFormInputs & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeFormInputsElement>;
|
|
3364
3240
|
"justifi-business-representative-form-step": LocalJSX.JustifiBusinessRepresentativeFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeFormStepElement>;
|
|
3241
|
+
"justifi-business-representative-form-step-core": LocalJSX.JustifiBusinessRepresentativeFormStepCore & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeFormStepCoreElement>;
|
|
3365
3242
|
"justifi-business-terms-conditions-form-step": LocalJSX.JustifiBusinessTermsConditionsFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessTermsConditionsFormStepElement>;
|
|
3366
3243
|
"justifi-business-terms-conditions-text": LocalJSX.JustifiBusinessTermsConditionsText & JSXBase.HTMLAttributes<HTMLJustifiBusinessTermsConditionsTextElement>;
|
|
3367
3244
|
"justifi-card-form": LocalJSX.JustifiCardForm & JSXBase.HTMLAttributes<HTMLJustifiCardFormElement>;
|
|
@@ -3382,9 +3259,9 @@ declare module "@stencil/core" {
|
|
|
3382
3259
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
3383
3260
|
*/
|
|
3384
3261
|
"justifi-legal-address-form-step": LocalJSX.JustifiLegalAddressFormStep & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormStepElement>;
|
|
3262
|
+
"justifi-legal-address-form-step-core": LocalJSX.JustifiLegalAddressFormStepCore & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormStepCoreElement>;
|
|
3385
3263
|
"justifi-new-payment-method": LocalJSX.JustifiNewPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiNewPaymentMethodElement>;
|
|
3386
3264
|
"justifi-owner-form": LocalJSX.JustifiOwnerForm & JSXBase.HTMLAttributes<HTMLJustifiOwnerFormElement>;
|
|
3387
|
-
"justifi-payment-balance-transactions": LocalJSX.JustifiPaymentBalanceTransactions & JSXBase.HTMLAttributes<HTMLJustifiPaymentBalanceTransactionsElement>;
|
|
3388
3265
|
/**
|
|
3389
3266
|
* @exportedPart detail-loading-spinner
|
|
3390
3267
|
* @exportedPart detail-loading-state
|
|
@@ -3423,6 +3300,9 @@ declare module "@stencil/core" {
|
|
|
3423
3300
|
"justifi-payment-provisioning-form-buttons": LocalJSX.JustifiPaymentProvisioningFormButtons & JSXBase.HTMLAttributes<HTMLJustifiPaymentProvisioningFormButtonsElement>;
|
|
3424
3301
|
"justifi-payment-provisioning-form-steps": LocalJSX.JustifiPaymentProvisioningFormSteps & JSXBase.HTMLAttributes<HTMLJustifiPaymentProvisioningFormStepsElement>;
|
|
3425
3302
|
/**
|
|
3303
|
+
* @exportedPart label: Label for inputs
|
|
3304
|
+
* @exportedPart input: The input fields
|
|
3305
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
3426
3306
|
* @exportedPart table-head: Table head
|
|
3427
3307
|
* @exportedPart table-head-row: Head row
|
|
3428
3308
|
* @exportedPart table-head-cell: Individual head cell
|
|
@@ -3444,6 +3324,9 @@ declare module "@stencil/core" {
|
|
|
3444
3324
|
"justifi-payments-list": LocalJSX.JustifiPaymentsList & JSXBase.HTMLAttributes<HTMLJustifiPaymentsListElement>;
|
|
3445
3325
|
"justifi-payout-details": LocalJSX.JustifiPayoutDetails & JSXBase.HTMLAttributes<HTMLJustifiPayoutDetailsElement>;
|
|
3446
3326
|
/**
|
|
3327
|
+
* @exportedPart label: Label for inputs
|
|
3328
|
+
* @exportedPart input: The input fields
|
|
3329
|
+
* @exportedPart input-invalid: Invalid state for inputs
|
|
3447
3330
|
* @exportedPart table-head: Table head
|
|
3448
3331
|
* @exportedPart table-head-row: Head row
|
|
3449
3332
|
* @exportedPart table-head-cell: Individual head cell
|
|
@@ -3463,38 +3346,16 @@ declare module "@stencil/core" {
|
|
|
3463
3346
|
* @exportedPart next-button-text: Text for Next button
|
|
3464
3347
|
*/
|
|
3465
3348
|
"justifi-payouts-list": LocalJSX.JustifiPayoutsList & JSXBase.HTMLAttributes<HTMLJustifiPayoutsListElement>;
|
|
3466
|
-
/**
|
|
3467
|
-
* @exportedPart table-head: Table head
|
|
3468
|
-
* @exportedPart table-head-row: Head row
|
|
3469
|
-
* @exportedPart table-head-cell: Individual head cell
|
|
3470
|
-
* @exportedPart table-body: Body of the table
|
|
3471
|
-
* @exportedPart table-row: Row of the table
|
|
3472
|
-
* @exportedPart table-cell: Individual cell of the table
|
|
3473
|
-
* @exportedPart loading-state-cell: Row for loading state
|
|
3474
|
-
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
3475
|
-
* @exportedPart error-state: Row for Error state
|
|
3476
|
-
* @exportedPart empty-state: Row for Emtpy state
|
|
3477
|
-
* @exportedPart pagination-bar: Pagination bar
|
|
3478
|
-
* @exportedPart arrow: Both paging buttons
|
|
3479
|
-
* @exportedPart arrow-left: Previous page button
|
|
3480
|
-
* @exportedPart arrow-right: Next page button
|
|
3481
|
-
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
3482
|
-
* @exportedPart previous-button-text: Text for Previous button
|
|
3483
|
-
* @exportedPart next-button-text: Text for Next button
|
|
3484
|
-
*/
|
|
3485
|
-
"justifi-proceeds-list": LocalJSX.JustifiProceedsList & JSXBase.HTMLAttributes<HTMLJustifiProceedsListElement>;
|
|
3486
3349
|
"justifi-refund-form": LocalJSX.JustifiRefundForm & JSXBase.HTMLAttributes<HTMLJustifiRefundFormElement>;
|
|
3487
3350
|
"justifi-save-new-payment-method": LocalJSX.JustifiSaveNewPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiSaveNewPaymentMethodElement>;
|
|
3488
3351
|
"justifi-saved-payment-method": LocalJSX.JustifiSavedPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiSavedPaymentMethodElement>;
|
|
3489
3352
|
"justifi-season-interruption-insurance": LocalJSX.JustifiSeasonInterruptionInsurance & JSXBase.HTMLAttributes<HTMLJustifiSeasonInterruptionInsuranceElement>;
|
|
3490
3353
|
"justifi-season-interruption-insurance-core": LocalJSX.JustifiSeasonInterruptionInsuranceCore & JSXBase.HTMLAttributes<HTMLJustifiSeasonInterruptionInsuranceCoreElement>;
|
|
3491
3354
|
"justifi-sezzle-payment-method": LocalJSX.JustifiSezzlePaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiSezzlePaymentMethodElement>;
|
|
3492
|
-
"justifi-skeleton": LocalJSX.JustifiSkeleton & JSXBase.HTMLAttributes<HTMLJustifiSkeletonElement>;
|
|
3493
|
-
"justifi-subaccount-details": LocalJSX.JustifiSubaccountDetails & JSXBase.HTMLAttributes<HTMLJustifiSubaccountDetailsElement>;
|
|
3494
|
-
"justifi-subaccounts-list": LocalJSX.JustifiSubaccountsList & JSXBase.HTMLAttributes<HTMLJustifiSubaccountsListElement>;
|
|
3495
|
-
"justifi-table": LocalJSX.JustifiTable & JSXBase.HTMLAttributes<HTMLJustifiTableElement>;
|
|
3496
3355
|
"legal-address-details": LocalJSX.LegalAddressDetails & JSXBase.HTMLAttributes<HTMLLegalAddressDetailsElement>;
|
|
3497
3356
|
"owner-details": LocalJSX.OwnerDetails & JSXBase.HTMLAttributes<HTMLOwnerDetailsElement>;
|
|
3357
|
+
"owner-form-core": LocalJSX.OwnerFormCore & JSXBase.HTMLAttributes<HTMLOwnerFormCoreElement>;
|
|
3358
|
+
"owner-form-inputs": LocalJSX.OwnerFormInputs & JSXBase.HTMLAttributes<HTMLOwnerFormInputsElement>;
|
|
3498
3359
|
"pagination-menu": LocalJSX.PaginationMenu & JSXBase.HTMLAttributes<HTMLPaginationMenuElement>;
|
|
3499
3360
|
"payment-details-core": LocalJSX.PaymentDetailsCore & JSXBase.HTMLAttributes<HTMLPaymentDetailsCoreElement>;
|
|
3500
3361
|
"payments-list-core": LocalJSX.PaymentsListCore & JSXBase.HTMLAttributes<HTMLPaymentsListCoreElement>;
|
|
@@ -3508,12 +3369,6 @@ declare module "@stencil/core" {
|
|
|
3508
3369
|
* @exportedPart detail-empty-state
|
|
3509
3370
|
*/
|
|
3510
3371
|
"representative-details": LocalJSX.RepresentativeDetails & JSXBase.HTMLAttributes<HTMLRepresentativeDetailsElement>;
|
|
3511
|
-
"subaccount-account-details": LocalJSX.SubaccountAccountDetails & JSXBase.HTMLAttributes<HTMLSubaccountAccountDetailsElement>;
|
|
3512
|
-
"subaccount-bank-details": LocalJSX.SubaccountBankDetails & JSXBase.HTMLAttributes<HTMLSubaccountBankDetailsElement>;
|
|
3513
|
-
"subaccount-merchant-details": LocalJSX.SubaccountMerchantDetails & JSXBase.HTMLAttributes<HTMLSubaccountMerchantDetailsElement>;
|
|
3514
|
-
"subaccount-owners-details": LocalJSX.SubaccountOwnersDetails & JSXBase.HTMLAttributes<HTMLSubaccountOwnersDetailsElement>;
|
|
3515
|
-
"subaccount-representative-details": LocalJSX.SubaccountRepresentativeDetails & JSXBase.HTMLAttributes<HTMLSubaccountRepresentativeDetailsElement>;
|
|
3516
|
-
"subaccount-terms-details": LocalJSX.SubaccountTermsDetails & JSXBase.HTMLAttributes<HTMLSubaccountTermsDetailsElement>;
|
|
3517
3372
|
}
|
|
3518
3373
|
}
|
|
3519
3374
|
}
|