@justifi/webcomponents 4.4.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{Api-7303478d.js → Api-d2df6e84.js} +16 -4
- package/dist/cjs/Api-d2df6e84.js.map +1 -0
- package/dist/cjs/Payout-4906a445.js +116 -0
- package/dist/cjs/Payout-4906a445.js.map +1 -0
- package/dist/cjs/{business-form-schema-63b311b2.js → business-form-schema-725ec6f5.js} +40 -22
- package/dist/cjs/business-form-schema-725ec6f5.js.map +1 -0
- package/dist/cjs/form-control-datepart_2.cjs.entry.js +107 -0
- package/dist/cjs/form-control-datepart_2.cjs.entry.js.map +1 -0
- package/dist/cjs/form-control-monetary.cjs.entry.js +65 -0
- package/dist/cjs/form-control-monetary.cjs.entry.js.map +1 -0
- package/dist/cjs/{form-control-select_2.cjs.entry.js → form-control-number_3.cjs.entry.js} +99 -12
- package/dist/cjs/form-control-number_3.cjs.entry.js.map +1 -0
- package/dist/cjs/form-control-select.cjs.entry.js +47 -0
- package/dist/cjs/form-control-select.cjs.entry.js.map +1 -0
- package/dist/cjs/{index-83b2ec02.js → index-3533152c.js} +10 -6
- package/dist/cjs/index-3533152c.js.map +1 -0
- package/dist/cjs/index-5a880722.js +3233 -0
- package/dist/cjs/index-5a880722.js.map +1 -0
- package/dist/cjs/{index.esm-7e12ce07.js → index.esm-84a0a7a8.js} +1 -19
- package/dist/cjs/index.esm-84a0a7a8.js.map +1 -0
- package/dist/cjs/justifi-additional-questions_5.cjs.entry.js +396 -0
- package/dist/cjs/justifi-additional-questions_5.cjs.entry.js.map +1 -0
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +3 -1
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js.map +1 -1
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +2 -2
- package/dist/cjs/justifi-business-form.cjs.entry.js +98 -16
- package/dist/cjs/justifi-business-form.cjs.entry.js.map +1 -1
- package/dist/cjs/justifi-business-list.cjs.entry.js +189 -0
- package/dist/cjs/justifi-business-list.cjs.entry.js.map +1 -0
- package/dist/cjs/justifi-card-form.cjs.entry.js +3 -1
- package/dist/cjs/justifi-card-form.cjs.entry.js.map +1 -1
- package/dist/cjs/justifi-details.cjs.entry.js +30 -0
- package/dist/cjs/justifi-details.cjs.entry.js.map +1 -0
- package/dist/cjs/justifi-payment-details.cjs.entry.js +63 -0
- package/dist/cjs/justifi-payment-details.cjs.entry.js.map +1 -0
- package/dist/cjs/justifi-payment-form.cjs.entry.js +6 -5
- package/dist/cjs/justifi-payment-form.cjs.entry.js.map +1 -1
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +1487 -19
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js.map +1 -1
- package/dist/cjs/justifi-payments-list.cjs.entry.js +49 -47
- package/dist/cjs/justifi-payments-list.cjs.entry.js.map +1 -1
- package/dist/cjs/justifi-payout-details.cjs.entry.js +61 -0
- package/dist/cjs/justifi-payout-details.cjs.entry.js.map +1 -0
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +64 -54
- package/dist/cjs/justifi-payouts-list.cjs.entry.js.map +1 -1
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +156 -0
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js.map +1 -0
- package/dist/cjs/justifi-table.cjs.entry.js +68 -0
- package/dist/cjs/justifi-table.cjs.entry.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/select-input_2.cjs.entry.js +1 -1
- package/dist/cjs/table-utils-617126e5.js +13 -0
- package/dist/cjs/table-utils-617126e5.js.map +1 -0
- package/dist/cjs/{utils-4ee7e080.js → utils-0fd61dbd.js} +43 -104
- package/dist/cjs/utils-0fd61dbd.js.map +1 -0
- package/dist/cjs/utils-d95b09c2.js +35 -0
- package/dist/cjs/utils-d95b09c2.js.map +1 -0
- package/dist/cjs/webcomponents.cjs.js +3 -3
- package/dist/cjs/webcomponents.cjs.js.map +1 -1
- package/dist/collection/api/Api.js +15 -3
- package/dist/collection/api/Api.js.map +1 -1
- package/dist/collection/api/Business.js +50 -0
- package/dist/collection/api/Business.js.map +1 -0
- package/dist/collection/api/Payment.js.map +1 -1
- package/dist/collection/api/Payout.js +9 -0
- package/dist/collection/api/Payout.js.map +1 -1
- package/dist/collection/api/Proceed.js +42 -0
- package/dist/collection/api/Proceed.js.map +1 -0
- package/dist/collection/api/shared.js +2 -0
- package/dist/collection/api/shared.js.map +1 -0
- package/dist/collection/collection-manifest.json +13 -1
- package/dist/collection/components/bank-account-form/bank-account-form.js +6 -1
- package/dist/collection/components/bank-account-form/bank-account-form.js.map +1 -1
- package/dist/collection/components/bank-account-form/bank-account-form.stories.js +8 -0
- package/dist/collection/components/bank-account-form/bank-account-form.stories.js.map +1 -1
- package/dist/collection/components/business-form/additional-questions/additional-questions.js +59 -0
- package/dist/collection/components/business-form/additional-questions/additional-questions.js.map +1 -0
- package/dist/collection/components/business-form/business-address/business-address-form.js +1 -1
- package/dist/collection/components/business-form/business-address/business-address-form.js.map +1 -1
- package/dist/collection/components/business-form/business-address/test/business-address.spec.js +22 -18
- package/dist/collection/components/business-form/business-address/test/business-address.spec.js.map +1 -1
- package/dist/collection/components/business-form/business-form-schema.js +48 -37
- package/dist/collection/components/business-form/business-form-schema.js.map +1 -1
- package/dist/collection/components/business-form/business-form.css +5283 -43
- package/dist/collection/components/business-form/business-form.js +83 -6
- package/dist/collection/components/business-form/business-form.js.map +1 -1
- package/dist/collection/components/business-form/{businessForm.stories.js → business-form.stories.js} +8 -8
- package/dist/collection/components/business-form/business-form.stories.js.map +1 -0
- package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +10 -17
- package/dist/collection/components/business-form/business-generic-info/business-generic-info.js.map +1 -1
- package/dist/collection/components/business-form/business-owners/business-owners.css +5283 -0
- package/dist/collection/components/business-form/business-owners/business-owners.js +48 -37
- package/dist/collection/components/business-form/business-owners/business-owners.js.map +1 -1
- package/dist/collection/components/business-form/business-representative/business-representative.js +12 -17
- package/dist/collection/components/business-form/business-representative/business-representative.js.map +1 -1
- package/dist/collection/components/business-form/test/business-form.spec.js +44 -0
- package/dist/collection/components/business-form/test/business-form.spec.js.map +1 -0
- package/dist/collection/components/business-list/business-list.css +576 -0
- package/dist/collection/components/business-list/business-list.js +209 -0
- package/dist/collection/components/business-list/business-list.js.map +1 -0
- package/dist/collection/components/business-list/business-list.stories.js +68 -0
- package/dist/collection/components/business-list/business-list.stories.js.map +1 -0
- package/dist/collection/components/business-list/example.js +12 -0
- package/dist/collection/components/card-form/card-form.js +6 -1
- package/dist/collection/components/card-form/card-form.js.map +1 -1
- package/dist/collection/components/card-form/card-form.stories.js +8 -0
- package/dist/collection/components/card-form/card-form.stories.js.map +1 -1
- package/dist/collection/components/details/details.css +7983 -0
- package/dist/collection/components/details/details.js +66 -0
- package/dist/collection/components/details/details.js.map +1 -0
- package/dist/collection/components/details/utils.js +10 -0
- package/dist/collection/components/details/utils.js.map +1 -0
- package/dist/collection/components/form/form-control-datepart.js +233 -0
- package/dist/collection/components/form/form-control-datepart.js.map +1 -0
- package/dist/collection/components/form/form-control-monetary.js +186 -0
- package/dist/collection/components/form/form-control-monetary.js.map +1 -0
- package/dist/collection/components/form/form-control-number-masked.js +217 -0
- package/dist/collection/components/form/form-control-number-masked.js.map +1 -0
- package/dist/collection/components/form/form-control-number.css +1818 -0
- package/dist/collection/components/form/form-control-number.js +194 -0
- package/dist/collection/components/form/form-control-number.js.map +1 -0
- package/dist/collection/components/form/form-control-select.css +6 -0
- package/dist/collection/components/form/form-control-select.js +36 -4
- package/dist/collection/components/form/form-control-select.js.map +1 -1
- package/dist/collection/components/form/form-control-text.css +7 -0
- package/dist/collection/components/form/form-control-text.js +45 -3
- package/dist/collection/components/form/form-control-text.js.map +1 -1
- package/dist/collection/components/form/form.js +16 -8
- package/dist/collection/components/form/form.js.map +1 -1
- package/dist/collection/components/legal-address-form/legal-address-form-schema.js +11 -0
- package/dist/collection/components/legal-address-form/legal-address-form-schema.js.map +1 -0
- package/dist/collection/components/legal-address-form/legal-address-form.css +2489 -0
- package/dist/collection/components/legal-address-form/legal-address-form.js +90 -0
- package/dist/collection/components/legal-address-form/legal-address-form.js.map +1 -0
- package/dist/collection/components/payment-details/example.js +12 -0
- package/dist/collection/components/payment-details/payment-details.css +7983 -0
- package/dist/collection/components/payment-details/payment-details.js +129 -0
- package/dist/collection/components/payment-details/payment-details.js.map +1 -0
- package/dist/collection/components/payment-details/payment-details.stories.js +47 -0
- package/dist/collection/components/payment-details/payment-details.stories.js.map +1 -0
- package/dist/collection/components/payment-method-form/payment-method-form.css +5 -0
- package/dist/collection/components/payment-method-form/payment-method-form.js +25 -35
- package/dist/collection/components/payment-method-form/payment-method-form.js.map +1 -1
- package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js +7 -7
- package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js.map +1 -1
- package/dist/collection/components/payments-list/payments-list.css +0 -7380
- package/dist/collection/components/payments-list/payments-list.js +69 -43
- package/dist/collection/components/payments-list/payments-list.js.map +1 -1
- package/dist/collection/components/payments-list/payments-list.stories.js +10 -10
- package/dist/collection/components/payments-list/payments-list.stories.js.map +1 -1
- package/dist/collection/components/payments-list/test/payments-list.spec.js +3 -54
- package/dist/collection/components/payments-list/test/payments-list.spec.js.map +1 -1
- package/dist/collection/components/payout-details/example.js +12 -0
- package/dist/collection/components/payout-details/payout-details.css +7983 -0
- package/dist/collection/components/payout-details/payout-details.js +126 -0
- package/dist/collection/components/payout-details/payout-details.js.map +1 -0
- package/dist/collection/components/payout-details/payout-details.stories.js +47 -0
- package/dist/collection/components/payout-details/payout-details.stories.js.map +1 -0
- package/dist/collection/components/payouts-list/example.js +12 -0
- package/dist/collection/components/payouts-list/payouts-list.css +0 -7407
- package/dist/collection/components/payouts-list/payouts-list.js +82 -48
- package/dist/collection/components/payouts-list/payouts-list.js.map +1 -1
- package/dist/collection/components/payouts-list/payouts-list.stories.js +10 -10
- package/dist/collection/components/payouts-list/payouts-list.stories.js.map +1 -1
- package/dist/collection/components/proceeds-list/example.js +12 -0
- package/dist/collection/components/proceeds-list/proceeds-list.css +576 -0
- package/dist/collection/components/proceeds-list/proceeds-list.js +207 -0
- package/dist/collection/components/proceeds-list/proceeds-list.js.map +1 -0
- package/dist/collection/components/proceeds-list/proceeds-list.stories.js +69 -0
- package/dist/collection/components/proceeds-list/proceeds-list.stories.js.map +1 -0
- package/dist/collection/components/table/table-utils.js +8 -0
- package/dist/collection/components/table/table-utils.js.map +1 -0
- package/dist/collection/components/table/table.css +8077 -0
- package/dist/collection/components/table/table.js +215 -0
- package/dist/collection/components/table/table.js.map +1 -0
- package/dist/collection/components/table/test/table.spec.js +59 -0
- package/dist/collection/components/table/test/table.spec.js.map +1 -0
- package/dist/collection/utils/country-options.js +202 -0
- package/dist/collection/utils/country-options.js.map +1 -0
- package/dist/collection/utils/phone-masks.js +4 -0
- package/dist/collection/utils/phone-masks.js.map +1 -0
- package/dist/collection/utils/utils.js +40 -0
- package/dist/collection/utils/utils.js.map +1 -1
- package/dist/components/Api.js +15 -3
- package/dist/components/Api.js.map +1 -1
- package/dist/components/Payout.js +113 -0
- package/dist/components/Payout.js.map +1 -0
- package/dist/components/additional-questions.js +51 -0
- package/dist/components/additional-questions.js.map +1 -0
- package/dist/components/business-address-form.js +8 -2
- package/dist/components/business-address-form.js.map +1 -1
- package/dist/components/business-generic-info.js +61 -35
- package/dist/components/business-generic-info.js.map +1 -1
- package/dist/components/business-owners.js +52 -36
- package/dist/components/business-owners.js.map +1 -1
- package/dist/components/business-representative.js +31 -15
- package/dist/components/business-representative.js.map +1 -1
- package/dist/components/details.js +66 -0
- package/dist/components/details.js.map +1 -0
- package/dist/components/form-control-datepart.d.ts +11 -0
- package/dist/components/form-control-datepart.js +8 -0
- package/dist/components/form-control-datepart.js.map +1 -0
- package/dist/components/form-control-datepart2.js +97 -0
- package/dist/components/form-control-datepart2.js.map +1 -0
- package/dist/components/form-control-monetary.d.ts +11 -0
- package/dist/components/form-control-monetary.js +8 -0
- package/dist/components/form-control-monetary.js.map +1 -0
- package/dist/components/form-control-monetary2.js +82 -0
- package/dist/components/form-control-monetary2.js.map +1 -0
- package/dist/components/form-control-number-masked.d.ts +11 -0
- package/dist/components/form-control-number-masked.js +8 -0
- package/dist/components/form-control-number-masked.js.map +1 -0
- package/dist/components/form-control-number-masked2.js +81 -0
- package/dist/components/form-control-number-masked2.js.map +1 -0
- package/dist/components/form-control-number.d.ts +11 -0
- package/dist/components/form-control-number.js +8 -0
- package/dist/components/form-control-number.js.map +1 -0
- package/dist/components/form-control-number2.js +70 -0
- package/dist/components/form-control-number2.js.map +1 -0
- package/dist/components/form-control-select.js +2 -2
- package/dist/components/form-control-select2.js +20 -7
- package/dist/components/form-control-select2.js.map +1 -1
- package/dist/components/form-control-text2.js +23 -4
- package/dist/components/form-control-text2.js.map +1 -1
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.esm.js +1 -18
- package/dist/components/index.esm.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index2.js +3231 -0
- package/dist/components/index2.js.map +1 -0
- package/dist/components/justifi-additional-questions.d.ts +11 -0
- package/dist/components/justifi-additional-questions.js +8 -0
- package/dist/components/justifi-additional-questions.js.map +1 -0
- package/dist/components/justifi-bank-account-form.js +2 -0
- package/dist/components/justifi-bank-account-form.js.map +1 -1
- package/dist/components/justifi-business-form.js +146 -28
- package/dist/components/justifi-business-form.js.map +1 -1
- package/dist/components/justifi-business-generic-info.js +1 -1
- package/dist/components/justifi-business-list.d.ts +11 -0
- package/dist/components/justifi-business-list.js +215 -0
- package/dist/components/justifi-business-list.js.map +1 -0
- package/dist/components/justifi-card-form.js +2 -0
- package/dist/components/justifi-card-form.js.map +1 -1
- package/dist/components/justifi-details.d.ts +11 -0
- package/dist/components/justifi-details.js +8 -0
- package/dist/components/justifi-details.js.map +1 -0
- package/dist/components/justifi-legal-address-form.d.ts +11 -0
- package/dist/components/justifi-legal-address-form.js +8 -0
- package/dist/components/justifi-legal-address-form.js.map +1 -0
- package/dist/components/justifi-payment-details.d.ts +11 -0
- package/dist/components/justifi-payment-details.js +88 -0
- package/dist/components/justifi-payment-details.js.map +1 -0
- package/dist/components/justifi-payment-form.js +2 -1
- package/dist/components/justifi-payment-form.js.map +1 -1
- package/dist/components/justifi-payments-list.js +52 -45
- package/dist/components/justifi-payments-list.js.map +1 -1
- package/dist/components/justifi-payout-details.d.ts +11 -0
- package/dist/components/justifi-payout-details.js +86 -0
- package/dist/components/justifi-payout-details.js.map +1 -0
- package/dist/components/justifi-payouts-list.js +65 -50
- package/dist/components/justifi-payouts-list.js.map +1 -1
- package/dist/components/justifi-proceeds-list.d.ts +11 -0
- package/dist/components/justifi-proceeds-list.js +182 -0
- package/dist/components/justifi-proceeds-list.js.map +1 -0
- package/dist/components/justifi-table.d.ts +11 -0
- package/dist/components/justifi-table.js +8 -0
- package/dist/components/justifi-table.js.map +1 -0
- package/dist/components/legal-address-form.js +271 -0
- package/dist/components/legal-address-form.js.map +1 -0
- package/dist/components/payment-method-form.js +1488 -21
- package/dist/components/payment-method-form.js.map +1 -1
- package/dist/components/phone-masks.js +7 -0
- package/dist/components/phone-masks.js.map +1 -0
- package/dist/components/table.js +94 -0
- package/dist/components/table.js.map +1 -0
- package/dist/components/utils.js +41 -102
- package/dist/components/utils.js.map +1 -1
- package/dist/esm/{Api-436dfa09.js → Api-a95f17ac.js} +16 -4
- package/dist/esm/Api-a95f17ac.js.map +1 -0
- package/dist/esm/Payout-9a1f2859.js +113 -0
- package/dist/esm/Payout-9a1f2859.js.map +1 -0
- package/dist/esm/{business-form-schema-30c48693.js → business-form-schema-5885d3d6.js} +40 -22
- package/dist/esm/business-form-schema-5885d3d6.js.map +1 -0
- package/dist/esm/form-control-datepart_2.entry.js +102 -0
- package/dist/esm/form-control-datepart_2.entry.js.map +1 -0
- package/dist/esm/form-control-monetary.entry.js +61 -0
- package/dist/esm/form-control-monetary.entry.js.map +1 -0
- package/dist/esm/{form-control-select_2.entry.js → form-control-number_3.entry.js} +98 -12
- package/dist/esm/form-control-number_3.entry.js.map +1 -0
- package/dist/esm/form-control-select.entry.js +43 -0
- package/dist/esm/form-control-select.entry.js.map +1 -0
- package/dist/esm/index-5ed53c20.js +3231 -0
- package/dist/esm/index-5ed53c20.js.map +1 -0
- package/dist/esm/{index-c8f391de.js → index-fe877d03.js} +10 -7
- package/dist/esm/index-fe877d03.js.map +1 -0
- package/dist/esm/{index.esm-be2cd327.js → index.esm-89fe6af9.js} +2 -19
- package/dist/esm/index.esm-89fe6af9.js.map +1 -0
- package/dist/esm/justifi-additional-questions_5.entry.js +388 -0
- package/dist/esm/justifi-additional-questions_5.entry.js.map +1 -0
- package/dist/esm/justifi-bank-account-form.entry.js +3 -1
- package/dist/esm/justifi-bank-account-form.entry.js.map +1 -1
- package/dist/esm/justifi-billing-form_2.entry.js +2 -2
- package/dist/esm/justifi-business-form.entry.js +98 -16
- package/dist/esm/justifi-business-form.entry.js.map +1 -1
- package/dist/esm/justifi-business-list.entry.js +185 -0
- package/dist/esm/justifi-business-list.entry.js.map +1 -0
- package/dist/esm/justifi-card-form.entry.js +3 -1
- package/dist/esm/justifi-card-form.entry.js.map +1 -1
- package/dist/esm/justifi-details.entry.js +26 -0
- package/dist/esm/justifi-details.entry.js.map +1 -0
- package/dist/esm/justifi-payment-details.entry.js +59 -0
- package/dist/esm/justifi-payment-details.entry.js.map +1 -0
- package/dist/esm/justifi-payment-form.entry.js +3 -2
- package/dist/esm/justifi-payment-form.entry.js.map +1 -1
- package/dist/esm/justifi-payment-method-form.entry.js +1487 -19
- package/dist/esm/justifi-payment-method-form.entry.js.map +1 -1
- package/dist/esm/justifi-payments-list.entry.js +47 -45
- package/dist/esm/justifi-payments-list.entry.js.map +1 -1
- package/dist/esm/justifi-payout-details.entry.js +57 -0
- package/dist/esm/justifi-payout-details.entry.js.map +1 -0
- package/dist/esm/justifi-payouts-list.entry.js +60 -50
- package/dist/esm/justifi-payouts-list.entry.js.map +1 -1
- package/dist/esm/justifi-proceeds-list.entry.js +152 -0
- package/dist/esm/justifi-proceeds-list.entry.js.map +1 -0
- package/dist/esm/justifi-table.entry.js +64 -0
- package/dist/esm/justifi-table.entry.js.map +1 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/select-input_2.entry.js +1 -1
- package/dist/esm/table-utils-6cdcaa8c.js +11 -0
- package/dist/esm/table-utils-6cdcaa8c.js.map +1 -0
- package/dist/esm/utils-1e7d6279.js +28 -0
- package/dist/esm/utils-1e7d6279.js.map +1 -0
- package/dist/esm/{utils-e7782126.js → utils-ad0bbe03.js} +42 -103
- package/dist/esm/utils-ad0bbe03.js.map +1 -0
- package/dist/esm/webcomponents.js +4 -4
- package/dist/esm/webcomponents.js.map +1 -1
- package/dist/types/api/Api.d.ts +1 -1
- package/dist/types/api/Business.d.ts +133 -0
- package/dist/types/api/Payment.d.ts +1 -0
- package/dist/types/api/Payout.d.ts +10 -12
- package/dist/types/api/Proceed.d.ts +60 -0
- package/dist/types/api/shared.d.ts +11 -0
- package/dist/types/components/bank-account-form/bank-account-form.stories.d.ts +6 -0
- package/dist/types/components/business-form/additional-questions/additional-questions.d.ts +15 -0
- package/dist/types/components/business-form/business-form-schema.d.ts +47 -21
- package/dist/types/components/business-form/business-form.d.ts +7 -2
- package/dist/types/components/business-form/business-generic-info/business-generic-info.d.ts +1 -2
- package/dist/types/components/business-form/business-owners/business-owners.d.ts +3 -2
- package/dist/types/components/business-form/business-representative/business-representative.d.ts +1 -2
- package/dist/types/components/business-list/business-list.d.ts +35 -0
- package/dist/types/components/business-list/business-list.stories.d.ts +9 -0
- package/dist/types/components/card-form/card-form.stories.d.ts +6 -0
- package/dist/types/components/details/details.d.ts +7 -0
- package/dist/types/components/details/utils.d.ts +19 -0
- package/dist/types/components/form/form-control-datepart.d.ts +19 -0
- package/dist/types/components/form/form-control-monetary.d.ts +17 -0
- package/dist/types/components/form/form-control-number-masked.d.ts +19 -0
- package/dist/types/components/form/form-control-number.d.ts +18 -0
- package/dist/types/components/form/form-control-select.d.ts +6 -1
- package/dist/types/components/form/form-control-text.d.ts +6 -0
- package/dist/types/components/form/form.d.ts +5 -4
- package/dist/types/components/legal-address-form/legal-address-form-schema.d.ts +17 -0
- package/dist/types/components/legal-address-form/legal-address-form.d.ts +16 -0
- package/dist/types/components/payment-details/payment-details.d.ts +28 -0
- package/dist/types/components/payment-details/payment-details.stories.d.ts +8 -0
- package/dist/types/components/payment-method-form/payment-method-form.d.ts +1 -3
- package/dist/types/components/payments-list/payments-list.d.ts +6 -14
- package/dist/types/components/payments-list/payments-list.stories.d.ts +1 -8
- package/dist/types/components/payout-details/payout-details.d.ts +28 -0
- package/dist/types/components/payout-details/payout-details.stories.d.ts +8 -0
- package/dist/types/components/payouts-list/payouts-list.d.ts +7 -15
- package/dist/types/components/payouts-list/payouts-list.stories.d.ts +1 -8
- package/dist/types/components/proceeds-list/proceeds-list.d.ts +37 -0
- package/dist/types/components/proceeds-list/proceeds-list.stories.d.ts +9 -0
- package/dist/types/components/table/table-utils.d.ts +14 -0
- package/dist/types/components/table/table.d.ts +28 -0
- package/dist/types/components.d.ts +637 -12
- package/dist/types/stencil-public-runtime.d.ts +2 -0
- package/dist/types/utils/country-options.d.ts +5 -0
- package/dist/types/utils/phone-masks.d.ts +3 -0
- package/dist/types/utils/utils.d.ts +2 -0
- package/dist/webcomponents/{p-1953797f.entry.js → p-1beaaba3.entry.js} +2 -2
- package/dist/webcomponents/{p-33d69eb5.entry.js → p-2b6f5e35.entry.js} +2 -2
- package/dist/webcomponents/p-2b6f5e35.entry.js.map +1 -0
- package/dist/webcomponents/p-2c2cde2d.js +2 -0
- package/dist/webcomponents/p-2c2cde2d.js.map +1 -0
- package/dist/webcomponents/p-2e66512d.entry.js +2 -0
- package/dist/webcomponents/p-2e66512d.entry.js.map +1 -0
- package/dist/webcomponents/p-640bfa9f.entry.js +2 -0
- package/dist/webcomponents/p-640bfa9f.entry.js.map +1 -0
- package/dist/webcomponents/p-641883b2.entry.js +2 -0
- package/dist/webcomponents/p-641883b2.entry.js.map +1 -0
- package/dist/webcomponents/p-6d549d84.entry.js +2 -0
- package/dist/webcomponents/p-6d549d84.entry.js.map +1 -0
- package/dist/webcomponents/p-75292cca.entry.js +2 -0
- package/dist/webcomponents/p-75292cca.entry.js.map +1 -0
- package/dist/webcomponents/p-7d6c309d.entry.js +2 -0
- package/dist/webcomponents/p-7d6c309d.entry.js.map +1 -0
- package/dist/webcomponents/p-8f421dc6.js +2 -0
- package/dist/webcomponents/p-8f421dc6.js.map +1 -0
- package/dist/webcomponents/p-9346ae33.js +2 -0
- package/dist/webcomponents/p-9346ae33.js.map +1 -0
- package/dist/webcomponents/p-a2aae7c9.entry.js +2 -0
- package/dist/webcomponents/p-a2aae7c9.entry.js.map +1 -0
- package/dist/webcomponents/{p-23e9c7d4.entry.js → p-a922b908.entry.js} +2 -2
- package/dist/webcomponents/p-ab0756ff.js +2 -0
- package/dist/webcomponents/p-ab0756ff.js.map +1 -0
- package/dist/webcomponents/{p-0fd4aae2.js → p-c46241ba.js} +2 -2
- package/dist/webcomponents/p-c46241ba.js.map +1 -0
- package/dist/webcomponents/p-ccb0e1c5.js +2 -0
- package/dist/webcomponents/p-ccb0e1c5.js.map +1 -0
- package/dist/webcomponents/{p-d5cadc78.entry.js → p-cd0eca25.entry.js} +2 -2
- package/dist/webcomponents/{p-d5cadc78.entry.js.map → p-cd0eca25.entry.js.map} +1 -1
- package/dist/webcomponents/{p-7041a637.entry.js → p-d92116e6.entry.js} +2 -2
- package/dist/webcomponents/{p-7041a637.entry.js.map → p-d92116e6.entry.js.map} +1 -1
- package/dist/webcomponents/p-da4e6389.entry.js +2 -0
- package/dist/webcomponents/p-da4e6389.entry.js.map +1 -0
- package/dist/webcomponents/p-db9945b1.entry.js +2 -0
- package/dist/webcomponents/p-db9945b1.entry.js.map +1 -0
- package/dist/webcomponents/p-e1f6c8ec.entry.js +2 -0
- package/dist/webcomponents/p-e1f6c8ec.entry.js.map +1 -0
- package/dist/webcomponents/p-e6695628.js +2 -0
- package/dist/webcomponents/p-e6695628.js.map +1 -0
- package/dist/webcomponents/p-e70b2a21.js +3 -0
- package/dist/webcomponents/p-e70b2a21.js.map +1 -0
- package/dist/webcomponents/p-ee32a236.entry.js +2 -0
- package/dist/webcomponents/p-ee32a236.entry.js.map +1 -0
- package/dist/webcomponents/p-f6cc37a6.entry.js +2 -0
- package/dist/webcomponents/{p-309a886f.entry.js.map → p-f6cc37a6.entry.js.map} +1 -1
- package/dist/webcomponents/p-f72c3084.entry.js +2 -0
- package/dist/webcomponents/p-f72c3084.entry.js.map +1 -0
- package/dist/webcomponents/p-f8067330.entry.js +2 -0
- package/dist/webcomponents/p-f8067330.entry.js.map +1 -0
- package/dist/webcomponents/p-f9e127a5.js +2 -0
- package/dist/webcomponents/p-f9e127a5.js.map +1 -0
- package/dist/webcomponents/p-fe2ec58b.entry.js +2 -0
- package/dist/webcomponents/p-fe2ec58b.entry.js.map +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/dist/webcomponents/webcomponents.esm.js.map +1 -1
- package/package.json +8 -5
- package/dist/cjs/Api-7303478d.js.map +0 -1
- package/dist/cjs/business-form-schema-63b311b2.js.map +0 -1
- package/dist/cjs/form-control-select_2.cjs.entry.js.map +0 -1
- package/dist/cjs/index-83b2ec02.js.map +0 -1
- package/dist/cjs/index.esm-7e12ce07.js.map +0 -1
- package/dist/cjs/justifi-business-address-form.cjs.entry.js +0 -37
- package/dist/cjs/justifi-business-address-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-business-generic-info_3.cjs.entry.js +0 -148
- package/dist/cjs/justifi-business-generic-info_3.cjs.entry.js.map +0 -1
- package/dist/cjs/utils-4ee7e080.js.map +0 -1
- package/dist/collection/components/business-form/businessForm.stories.js.map +0 -1
- package/dist/esm/Api-436dfa09.js.map +0 -1
- package/dist/esm/business-form-schema-30c48693.js.map +0 -1
- package/dist/esm/form-control-select_2.entry.js.map +0 -1
- package/dist/esm/index-c8f391de.js.map +0 -1
- package/dist/esm/index.esm-be2cd327.js.map +0 -1
- package/dist/esm/justifi-business-address-form.entry.js +0 -33
- package/dist/esm/justifi-business-address-form.entry.js.map +0 -1
- package/dist/esm/justifi-business-generic-info_3.entry.js +0 -142
- package/dist/esm/justifi-business-generic-info_3.entry.js.map +0 -1
- package/dist/esm/utils-e7782126.js.map +0 -1
- package/dist/webcomponents/p-0fd4aae2.js.map +0 -1
- package/dist/webcomponents/p-1a1f2196.js +0 -2
- package/dist/webcomponents/p-1a1f2196.js.map +0 -1
- package/dist/webcomponents/p-309a886f.entry.js +0 -2
- package/dist/webcomponents/p-33d69eb5.entry.js.map +0 -1
- package/dist/webcomponents/p-3a80a2ec.entry.js +0 -2
- package/dist/webcomponents/p-3a80a2ec.entry.js.map +0 -1
- package/dist/webcomponents/p-45fea6a8.entry.js +0 -2
- package/dist/webcomponents/p-45fea6a8.entry.js.map +0 -1
- package/dist/webcomponents/p-79456add.js +0 -2
- package/dist/webcomponents/p-79456add.js.map +0 -1
- package/dist/webcomponents/p-af080b21.js +0 -2
- package/dist/webcomponents/p-af080b21.js.map +0 -1
- package/dist/webcomponents/p-bc969904.js +0 -3
- package/dist/webcomponents/p-bc969904.js.map +0 -1
- package/dist/webcomponents/p-cd097ce9.entry.js +0 -2
- package/dist/webcomponents/p-cd097ce9.entry.js.map +0 -1
- package/dist/webcomponents/p-d5bc9f22.entry.js +0 -2
- package/dist/webcomponents/p-d5bc9f22.entry.js.map +0 -1
- package/dist/webcomponents/p-dd1ebc0b.entry.js +0 -2
- package/dist/webcomponents/p-dd1ebc0b.entry.js.map +0 -1
- package/dist/webcomponents/p-e05e0c6b.entry.js +0 -2
- package/dist/webcomponents/p-e05e0c6b.entry.js.map +0 -1
- /package/dist/types/components/business-form/{businessForm.stories.d.ts → business-form.stories.d.ts} +0 -0
- /package/dist/webcomponents/{p-1953797f.entry.js.map → p-1beaaba3.entry.js.map} +0 -0
- /package/dist/webcomponents/{p-23e9c7d4.entry.js.map → p-a922b908.entry.js.map} +0 -0
|
@@ -5,19 +5,57 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { FormController } from "./components/form/form";
|
|
8
9
|
import { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
|
|
9
10
|
import { BillingFormFields } from "./components/billing-form/billing-form-schema";
|
|
10
11
|
import { ValidationError } from "yup";
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
12
|
+
import { Payment, PaymentMethodTypes, Payout } from "./api";
|
|
13
|
+
import { Proceed } from "./api/Proceed";
|
|
14
|
+
import { TableProps } from "./components/table/table";
|
|
15
|
+
export { FormController } from "./components/form/form";
|
|
13
16
|
export { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
|
|
14
17
|
export { BillingFormFields } from "./components/billing-form/billing-form-schema";
|
|
15
18
|
export { ValidationError } from "yup";
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
19
|
+
export { Payment, PaymentMethodTypes, Payout } from "./api";
|
|
20
|
+
export { Proceed } from "./api/Proceed";
|
|
21
|
+
export { TableProps } from "./components/table/table";
|
|
18
22
|
export namespace Components {
|
|
23
|
+
interface FormControlDatepart {
|
|
24
|
+
"defaultValue": string;
|
|
25
|
+
"disabled": boolean;
|
|
26
|
+
"error": string;
|
|
27
|
+
"inputHandler": (name: string, value: string) => void;
|
|
28
|
+
"label": string;
|
|
29
|
+
"name": string;
|
|
30
|
+
"type": 'day' | 'month' | 'year';
|
|
31
|
+
}
|
|
32
|
+
interface FormControlMonetary {
|
|
33
|
+
"defaultValue": string;
|
|
34
|
+
"error": string;
|
|
35
|
+
"inputHandler": (name: string, value: string) => void;
|
|
36
|
+
"label": string;
|
|
37
|
+
"name": any;
|
|
38
|
+
}
|
|
39
|
+
interface FormControlNumber {
|
|
40
|
+
"defaultValue": string;
|
|
41
|
+
"disabled": boolean;
|
|
42
|
+
"error": string;
|
|
43
|
+
"inputHandler": (name: string, value: string) => void;
|
|
44
|
+
"label": string;
|
|
45
|
+
"name": any;
|
|
46
|
+
}
|
|
47
|
+
interface FormControlNumberMasked {
|
|
48
|
+
"defaultValue": string;
|
|
49
|
+
"disabled": boolean;
|
|
50
|
+
"error": string;
|
|
51
|
+
"inputHandler": (name: string, value: string) => void;
|
|
52
|
+
"label": string;
|
|
53
|
+
"mask": string;
|
|
54
|
+
"name": any;
|
|
55
|
+
}
|
|
19
56
|
interface FormControlSelect {
|
|
20
57
|
"defaultValue": string;
|
|
58
|
+
"disabled": boolean;
|
|
21
59
|
"error": string;
|
|
22
60
|
"inputHandler": (name: string, value: string) => void;
|
|
23
61
|
"label": string;
|
|
@@ -26,11 +64,20 @@ export namespace Components {
|
|
|
26
64
|
}
|
|
27
65
|
interface FormControlText {
|
|
28
66
|
"defaultValue": string;
|
|
67
|
+
"disabled": boolean;
|
|
29
68
|
"error": string;
|
|
30
69
|
"inputHandler": (name: string, value: string) => void;
|
|
31
70
|
"label": string;
|
|
32
71
|
"name": any;
|
|
33
72
|
}
|
|
73
|
+
/**
|
|
74
|
+
* @exportedPart label: Label for inputs
|
|
75
|
+
* @exportedPart input: The input fields
|
|
76
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
77
|
+
*/
|
|
78
|
+
interface JustifiAdditionalQuestions {
|
|
79
|
+
"formController": FormController;
|
|
80
|
+
}
|
|
34
81
|
interface JustifiBankAccountForm {
|
|
35
82
|
/**
|
|
36
83
|
* URL for the rendered iFrame. End-users need not use this.
|
|
@@ -38,6 +85,7 @@ export namespace Components {
|
|
|
38
85
|
"iframeOrigin"?: string;
|
|
39
86
|
/**
|
|
40
87
|
* Manually resizes the iframe to fit the contents of the iframe
|
|
88
|
+
* @deprecated This method will be removed in future releases.
|
|
41
89
|
*/
|
|
42
90
|
"resize": () => Promise<void>;
|
|
43
91
|
/**
|
|
@@ -100,6 +148,27 @@ export namespace Components {
|
|
|
100
148
|
interface JustifiBusinessGenericInfo {
|
|
101
149
|
"formController": FormController;
|
|
102
150
|
}
|
|
151
|
+
/**
|
|
152
|
+
* @exportedPart table-head: Table head
|
|
153
|
+
* @exportedPart table-head-row: Head row
|
|
154
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
155
|
+
* @exportedPart table-body: Body of the table
|
|
156
|
+
* @exportedPart table-row: Row of the table
|
|
157
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
158
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
159
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
160
|
+
* @exportedPart error-state: Row for Error state
|
|
161
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
162
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
163
|
+
* @exportedPart arrow: Both paging buttons
|
|
164
|
+
* @exportedPart arrow-left: Previous page button
|
|
165
|
+
* @exportedPart arrow-right: Next page button
|
|
166
|
+
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
167
|
+
*/
|
|
168
|
+
interface JustifiBusinessList {
|
|
169
|
+
"accountId": string;
|
|
170
|
+
"authToken": string;
|
|
171
|
+
}
|
|
103
172
|
/**
|
|
104
173
|
* @exportedPart label: Label for inputs
|
|
105
174
|
* @exportedPart input: The input fields
|
|
@@ -107,6 +176,7 @@ export namespace Components {
|
|
|
107
176
|
*/
|
|
108
177
|
interface JustifiBusinessOwners {
|
|
109
178
|
"formController": FormController;
|
|
179
|
+
"isEditing": boolean;
|
|
110
180
|
}
|
|
111
181
|
interface JustifiBusinessRepresentative {
|
|
112
182
|
"formController": FormController;
|
|
@@ -118,6 +188,7 @@ export namespace Components {
|
|
|
118
188
|
"iframeOrigin"?: string;
|
|
119
189
|
/**
|
|
120
190
|
* Manually resizes the iframe to fit the contents of the iframe
|
|
191
|
+
* @deprecated This method will be removed in future releases.
|
|
121
192
|
*/
|
|
122
193
|
"resize": () => Promise<void>;
|
|
123
194
|
/**
|
|
@@ -137,6 +208,39 @@ export namespace Components {
|
|
|
137
208
|
*/
|
|
138
209
|
"validationMode": 'onChange' | 'onBlur' | 'onSubmit' | 'onTouched' | 'all';
|
|
139
210
|
}
|
|
211
|
+
interface JustifiDetails {
|
|
212
|
+
"entity": { metadata: any };
|
|
213
|
+
"errorMessage": string;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* @exportedPart label: Label for inputs
|
|
217
|
+
* @exportedPart input: The input fields
|
|
218
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
219
|
+
*/
|
|
220
|
+
interface JustifiLegalAddressForm {
|
|
221
|
+
"formController": FormController;
|
|
222
|
+
"legend": string;
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* @exportedPart detail-loading-spinner
|
|
226
|
+
* @exportedPart detail-loading-state
|
|
227
|
+
* @exportedPart detail-empty-state
|
|
228
|
+
* @exportedPart detail-head
|
|
229
|
+
* @exportedPart detail-title
|
|
230
|
+
* @exportedPart detail-method
|
|
231
|
+
* @exportedPart detail-info
|
|
232
|
+
* @exportedPart detail-info-item
|
|
233
|
+
* @exportedPart detail-info-item-title
|
|
234
|
+
* @exportedPart detail-info-item-data
|
|
235
|
+
* @exportedPart detail-metadata
|
|
236
|
+
* @exportedPart detail-metadata-title
|
|
237
|
+
* @exportedPart detail-method-title
|
|
238
|
+
* @exportedPart detail-method-data
|
|
239
|
+
*/
|
|
240
|
+
interface JustifiPaymentDetails {
|
|
241
|
+
"authToken": string;
|
|
242
|
+
"paymentId": string;
|
|
243
|
+
}
|
|
140
244
|
interface JustifiPaymentForm {
|
|
141
245
|
"accountId"?: string;
|
|
142
246
|
"bankAccount"?: boolean;
|
|
@@ -177,12 +281,34 @@ export namespace Components {
|
|
|
177
281
|
* @exportedPart arrow: Both paging buttons
|
|
178
282
|
* @exportedPart arrow-left: Previous page button
|
|
179
283
|
* @exportedPart arrow-right: Next page button
|
|
180
|
-
* @exportedPart
|
|
284
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
285
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
286
|
+
* @exportedPart next-button-text: Text for Next button
|
|
181
287
|
*/
|
|
182
288
|
interface JustifiPaymentsList {
|
|
183
289
|
"accountId": string;
|
|
184
290
|
"authToken": string;
|
|
185
291
|
}
|
|
292
|
+
/**
|
|
293
|
+
* @exportedPart detail-loading-spinner
|
|
294
|
+
* @exportedPart detail-loading-state
|
|
295
|
+
* @exportedPart detail-empty-state
|
|
296
|
+
* @exportedPart detail-head
|
|
297
|
+
* @exportedPart detail-title
|
|
298
|
+
* @exportedPart detail-method
|
|
299
|
+
* @exportedPart detail-info
|
|
300
|
+
* @exportedPart detail-info-item
|
|
301
|
+
* @exportedPart detail-info-item-title
|
|
302
|
+
* @exportedPart detail-info-item-data
|
|
303
|
+
* @exportedPart detail-metadata
|
|
304
|
+
* @exportedPart detail-metadata-title
|
|
305
|
+
* @exportedPart detail-method-title
|
|
306
|
+
* @exportedPart detail-method-data
|
|
307
|
+
*/
|
|
308
|
+
interface JustifiPayoutDetails {
|
|
309
|
+
"authToken": string;
|
|
310
|
+
"payoutId": string;
|
|
311
|
+
}
|
|
186
312
|
/**
|
|
187
313
|
* @exportedPart table-head: Table head
|
|
188
314
|
* @exportedPart table-head-row: Head row
|
|
@@ -198,12 +324,46 @@ export namespace Components {
|
|
|
198
324
|
* @exportedPart arrow: Both paging buttons
|
|
199
325
|
* @exportedPart arrow-left: Previous page button
|
|
200
326
|
* @exportedPart arrow-right: Next page button
|
|
201
|
-
* @exportedPart
|
|
327
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
328
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
329
|
+
* @exportedPart next-button-text: Text for Next button
|
|
202
330
|
*/
|
|
203
331
|
interface JustifiPayoutsList {
|
|
204
332
|
"accountId": string;
|
|
205
333
|
"authToken": string;
|
|
206
334
|
}
|
|
335
|
+
/**
|
|
336
|
+
* @exportedPart table-head: Table head
|
|
337
|
+
* @exportedPart table-head-row: Head row
|
|
338
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
339
|
+
* @exportedPart table-body: Body of the table
|
|
340
|
+
* @exportedPart table-row: Row of the table
|
|
341
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
342
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
343
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
344
|
+
* @exportedPart error-state: Row for Error state
|
|
345
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
346
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
347
|
+
* @exportedPart arrow: Both paging buttons
|
|
348
|
+
* @exportedPart arrow-left: Previous page button
|
|
349
|
+
* @exportedPart arrow-right: Next page button
|
|
350
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
351
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
352
|
+
* @exportedPart next-button-text: Text for Next button
|
|
353
|
+
*/
|
|
354
|
+
interface JustifiProceedsList {
|
|
355
|
+
"accountId": string;
|
|
356
|
+
"authToken": string;
|
|
357
|
+
}
|
|
358
|
+
interface JustifiTable {
|
|
359
|
+
"columnData": TableProps['columnData'];
|
|
360
|
+
"entityId": string[];
|
|
361
|
+
"errorMessage": TableProps['errorMessage'];
|
|
362
|
+
"loading": TableProps['loading'];
|
|
363
|
+
"paging": TableProps['paging'];
|
|
364
|
+
"rowClickHandler": (e: any) => any;
|
|
365
|
+
"rowData": TableProps['rowData'];
|
|
366
|
+
}
|
|
207
367
|
interface SelectInput {
|
|
208
368
|
"defaultValue": string;
|
|
209
369
|
"error": string;
|
|
@@ -218,6 +378,22 @@ export namespace Components {
|
|
|
218
378
|
"name": string;
|
|
219
379
|
}
|
|
220
380
|
}
|
|
381
|
+
export interface FormControlDatepartCustomEvent<T> extends CustomEvent<T> {
|
|
382
|
+
detail: T;
|
|
383
|
+
target: HTMLFormControlDatepartElement;
|
|
384
|
+
}
|
|
385
|
+
export interface FormControlMonetaryCustomEvent<T> extends CustomEvent<T> {
|
|
386
|
+
detail: T;
|
|
387
|
+
target: HTMLFormControlMonetaryElement;
|
|
388
|
+
}
|
|
389
|
+
export interface FormControlNumberCustomEvent<T> extends CustomEvent<T> {
|
|
390
|
+
detail: T;
|
|
391
|
+
target: HTMLFormControlNumberElement;
|
|
392
|
+
}
|
|
393
|
+
export interface FormControlNumberMaskedCustomEvent<T> extends CustomEvent<T> {
|
|
394
|
+
detail: T;
|
|
395
|
+
target: HTMLFormControlNumberMaskedElement;
|
|
396
|
+
}
|
|
221
397
|
export interface FormControlSelectCustomEvent<T> extends CustomEvent<T> {
|
|
222
398
|
detail: T;
|
|
223
399
|
target: HTMLFormControlSelectElement;
|
|
@@ -246,6 +422,18 @@ export interface JustifiPaymentMethodSelectorCustomEvent<T> extends CustomEvent<
|
|
|
246
422
|
detail: T;
|
|
247
423
|
target: HTMLJustifiPaymentMethodSelectorElement;
|
|
248
424
|
}
|
|
425
|
+
export interface JustifiPaymentsListCustomEvent<T> extends CustomEvent<T> {
|
|
426
|
+
detail: T;
|
|
427
|
+
target: HTMLJustifiPaymentsListElement;
|
|
428
|
+
}
|
|
429
|
+
export interface JustifiPayoutsListCustomEvent<T> extends CustomEvent<T> {
|
|
430
|
+
detail: T;
|
|
431
|
+
target: HTMLJustifiPayoutsListElement;
|
|
432
|
+
}
|
|
433
|
+
export interface JustifiProceedsListCustomEvent<T> extends CustomEvent<T> {
|
|
434
|
+
detail: T;
|
|
435
|
+
target: HTMLJustifiProceedsListElement;
|
|
436
|
+
}
|
|
249
437
|
export interface SelectInputCustomEvent<T> extends CustomEvent<T> {
|
|
250
438
|
detail: T;
|
|
251
439
|
target: HTMLSelectInputElement;
|
|
@@ -255,6 +443,30 @@ export interface TextInputCustomEvent<T> extends CustomEvent<T> {
|
|
|
255
443
|
target: HTMLTextInputElement;
|
|
256
444
|
}
|
|
257
445
|
declare global {
|
|
446
|
+
interface HTMLFormControlDatepartElement extends Components.FormControlDatepart, HTMLStencilElement {
|
|
447
|
+
}
|
|
448
|
+
var HTMLFormControlDatepartElement: {
|
|
449
|
+
prototype: HTMLFormControlDatepartElement;
|
|
450
|
+
new (): HTMLFormControlDatepartElement;
|
|
451
|
+
};
|
|
452
|
+
interface HTMLFormControlMonetaryElement extends Components.FormControlMonetary, HTMLStencilElement {
|
|
453
|
+
}
|
|
454
|
+
var HTMLFormControlMonetaryElement: {
|
|
455
|
+
prototype: HTMLFormControlMonetaryElement;
|
|
456
|
+
new (): HTMLFormControlMonetaryElement;
|
|
457
|
+
};
|
|
458
|
+
interface HTMLFormControlNumberElement extends Components.FormControlNumber, HTMLStencilElement {
|
|
459
|
+
}
|
|
460
|
+
var HTMLFormControlNumberElement: {
|
|
461
|
+
prototype: HTMLFormControlNumberElement;
|
|
462
|
+
new (): HTMLFormControlNumberElement;
|
|
463
|
+
};
|
|
464
|
+
interface HTMLFormControlNumberMaskedElement extends Components.FormControlNumberMasked, HTMLStencilElement {
|
|
465
|
+
}
|
|
466
|
+
var HTMLFormControlNumberMaskedElement: {
|
|
467
|
+
prototype: HTMLFormControlNumberMaskedElement;
|
|
468
|
+
new (): HTMLFormControlNumberMaskedElement;
|
|
469
|
+
};
|
|
258
470
|
interface HTMLFormControlSelectElement extends Components.FormControlSelect, HTMLStencilElement {
|
|
259
471
|
}
|
|
260
472
|
var HTMLFormControlSelectElement: {
|
|
@@ -267,6 +479,17 @@ declare global {
|
|
|
267
479
|
prototype: HTMLFormControlTextElement;
|
|
268
480
|
new (): HTMLFormControlTextElement;
|
|
269
481
|
};
|
|
482
|
+
/**
|
|
483
|
+
* @exportedPart label: Label for inputs
|
|
484
|
+
* @exportedPart input: The input fields
|
|
485
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
486
|
+
*/
|
|
487
|
+
interface HTMLJustifiAdditionalQuestionsElement extends Components.JustifiAdditionalQuestions, HTMLStencilElement {
|
|
488
|
+
}
|
|
489
|
+
var HTMLJustifiAdditionalQuestionsElement: {
|
|
490
|
+
prototype: HTMLJustifiAdditionalQuestionsElement;
|
|
491
|
+
new (): HTMLJustifiAdditionalQuestionsElement;
|
|
492
|
+
};
|
|
270
493
|
interface HTMLJustifiBankAccountFormElement extends Components.JustifiBankAccountForm, HTMLStencilElement {
|
|
271
494
|
}
|
|
272
495
|
var HTMLJustifiBankAccountFormElement: {
|
|
@@ -312,6 +535,29 @@ declare global {
|
|
|
312
535
|
prototype: HTMLJustifiBusinessGenericInfoElement;
|
|
313
536
|
new (): HTMLJustifiBusinessGenericInfoElement;
|
|
314
537
|
};
|
|
538
|
+
/**
|
|
539
|
+
* @exportedPart table-head: Table head
|
|
540
|
+
* @exportedPart table-head-row: Head row
|
|
541
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
542
|
+
* @exportedPart table-body: Body of the table
|
|
543
|
+
* @exportedPart table-row: Row of the table
|
|
544
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
545
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
546
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
547
|
+
* @exportedPart error-state: Row for Error state
|
|
548
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
549
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
550
|
+
* @exportedPart arrow: Both paging buttons
|
|
551
|
+
* @exportedPart arrow-left: Previous page button
|
|
552
|
+
* @exportedPart arrow-right: Next page button
|
|
553
|
+
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
554
|
+
*/
|
|
555
|
+
interface HTMLJustifiBusinessListElement extends Components.JustifiBusinessList, HTMLStencilElement {
|
|
556
|
+
}
|
|
557
|
+
var HTMLJustifiBusinessListElement: {
|
|
558
|
+
prototype: HTMLJustifiBusinessListElement;
|
|
559
|
+
new (): HTMLJustifiBusinessListElement;
|
|
560
|
+
};
|
|
315
561
|
/**
|
|
316
562
|
* @exportedPart label: Label for inputs
|
|
317
563
|
* @exportedPart input: The input fields
|
|
@@ -335,6 +581,45 @@ declare global {
|
|
|
335
581
|
prototype: HTMLJustifiCardFormElement;
|
|
336
582
|
new (): HTMLJustifiCardFormElement;
|
|
337
583
|
};
|
|
584
|
+
interface HTMLJustifiDetailsElement extends Components.JustifiDetails, HTMLStencilElement {
|
|
585
|
+
}
|
|
586
|
+
var HTMLJustifiDetailsElement: {
|
|
587
|
+
prototype: HTMLJustifiDetailsElement;
|
|
588
|
+
new (): HTMLJustifiDetailsElement;
|
|
589
|
+
};
|
|
590
|
+
/**
|
|
591
|
+
* @exportedPart label: Label for inputs
|
|
592
|
+
* @exportedPart input: The input fields
|
|
593
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
594
|
+
*/
|
|
595
|
+
interface HTMLJustifiLegalAddressFormElement extends Components.JustifiLegalAddressForm, HTMLStencilElement {
|
|
596
|
+
}
|
|
597
|
+
var HTMLJustifiLegalAddressFormElement: {
|
|
598
|
+
prototype: HTMLJustifiLegalAddressFormElement;
|
|
599
|
+
new (): HTMLJustifiLegalAddressFormElement;
|
|
600
|
+
};
|
|
601
|
+
/**
|
|
602
|
+
* @exportedPart detail-loading-spinner
|
|
603
|
+
* @exportedPart detail-loading-state
|
|
604
|
+
* @exportedPart detail-empty-state
|
|
605
|
+
* @exportedPart detail-head
|
|
606
|
+
* @exportedPart detail-title
|
|
607
|
+
* @exportedPart detail-method
|
|
608
|
+
* @exportedPart detail-info
|
|
609
|
+
* @exportedPart detail-info-item
|
|
610
|
+
* @exportedPart detail-info-item-title
|
|
611
|
+
* @exportedPart detail-info-item-data
|
|
612
|
+
* @exportedPart detail-metadata
|
|
613
|
+
* @exportedPart detail-metadata-title
|
|
614
|
+
* @exportedPart detail-method-title
|
|
615
|
+
* @exportedPart detail-method-data
|
|
616
|
+
*/
|
|
617
|
+
interface HTMLJustifiPaymentDetailsElement extends Components.JustifiPaymentDetails, HTMLStencilElement {
|
|
618
|
+
}
|
|
619
|
+
var HTMLJustifiPaymentDetailsElement: {
|
|
620
|
+
prototype: HTMLJustifiPaymentDetailsElement;
|
|
621
|
+
new (): HTMLJustifiPaymentDetailsElement;
|
|
622
|
+
};
|
|
338
623
|
interface HTMLJustifiPaymentFormElement extends Components.JustifiPaymentForm, HTMLStencilElement {
|
|
339
624
|
}
|
|
340
625
|
var HTMLJustifiPaymentFormElement: {
|
|
@@ -368,7 +653,9 @@ declare global {
|
|
|
368
653
|
* @exportedPart arrow: Both paging buttons
|
|
369
654
|
* @exportedPart arrow-left: Previous page button
|
|
370
655
|
* @exportedPart arrow-right: Next page button
|
|
371
|
-
* @exportedPart
|
|
656
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
657
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
658
|
+
* @exportedPart next-button-text: Text for Next button
|
|
372
659
|
*/
|
|
373
660
|
interface HTMLJustifiPaymentsListElement extends Components.JustifiPaymentsList, HTMLStencilElement {
|
|
374
661
|
}
|
|
@@ -376,6 +663,28 @@ declare global {
|
|
|
376
663
|
prototype: HTMLJustifiPaymentsListElement;
|
|
377
664
|
new (): HTMLJustifiPaymentsListElement;
|
|
378
665
|
};
|
|
666
|
+
/**
|
|
667
|
+
* @exportedPart detail-loading-spinner
|
|
668
|
+
* @exportedPart detail-loading-state
|
|
669
|
+
* @exportedPart detail-empty-state
|
|
670
|
+
* @exportedPart detail-head
|
|
671
|
+
* @exportedPart detail-title
|
|
672
|
+
* @exportedPart detail-method
|
|
673
|
+
* @exportedPart detail-info
|
|
674
|
+
* @exportedPart detail-info-item
|
|
675
|
+
* @exportedPart detail-info-item-title
|
|
676
|
+
* @exportedPart detail-info-item-data
|
|
677
|
+
* @exportedPart detail-metadata
|
|
678
|
+
* @exportedPart detail-metadata-title
|
|
679
|
+
* @exportedPart detail-method-title
|
|
680
|
+
* @exportedPart detail-method-data
|
|
681
|
+
*/
|
|
682
|
+
interface HTMLJustifiPayoutDetailsElement extends Components.JustifiPayoutDetails, HTMLStencilElement {
|
|
683
|
+
}
|
|
684
|
+
var HTMLJustifiPayoutDetailsElement: {
|
|
685
|
+
prototype: HTMLJustifiPayoutDetailsElement;
|
|
686
|
+
new (): HTMLJustifiPayoutDetailsElement;
|
|
687
|
+
};
|
|
379
688
|
/**
|
|
380
689
|
* @exportedPart table-head: Table head
|
|
381
690
|
* @exportedPart table-head-row: Head row
|
|
@@ -391,7 +700,9 @@ declare global {
|
|
|
391
700
|
* @exportedPart arrow: Both paging buttons
|
|
392
701
|
* @exportedPart arrow-left: Previous page button
|
|
393
702
|
* @exportedPart arrow-right: Next page button
|
|
394
|
-
* @exportedPart
|
|
703
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
704
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
705
|
+
* @exportedPart next-button-text: Text for Next button
|
|
395
706
|
*/
|
|
396
707
|
interface HTMLJustifiPayoutsListElement extends Components.JustifiPayoutsList, HTMLStencilElement {
|
|
397
708
|
}
|
|
@@ -399,6 +710,37 @@ declare global {
|
|
|
399
710
|
prototype: HTMLJustifiPayoutsListElement;
|
|
400
711
|
new (): HTMLJustifiPayoutsListElement;
|
|
401
712
|
};
|
|
713
|
+
/**
|
|
714
|
+
* @exportedPart table-head: Table head
|
|
715
|
+
* @exportedPart table-head-row: Head row
|
|
716
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
717
|
+
* @exportedPart table-body: Body of the table
|
|
718
|
+
* @exportedPart table-row: Row of the table
|
|
719
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
720
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
721
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
722
|
+
* @exportedPart error-state: Row for Error state
|
|
723
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
724
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
725
|
+
* @exportedPart arrow: Both paging buttons
|
|
726
|
+
* @exportedPart arrow-left: Previous page button
|
|
727
|
+
* @exportedPart arrow-right: Next page button
|
|
728
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
729
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
730
|
+
* @exportedPart next-button-text: Text for Next button
|
|
731
|
+
*/
|
|
732
|
+
interface HTMLJustifiProceedsListElement extends Components.JustifiProceedsList, HTMLStencilElement {
|
|
733
|
+
}
|
|
734
|
+
var HTMLJustifiProceedsListElement: {
|
|
735
|
+
prototype: HTMLJustifiProceedsListElement;
|
|
736
|
+
new (): HTMLJustifiProceedsListElement;
|
|
737
|
+
};
|
|
738
|
+
interface HTMLJustifiTableElement extends Components.JustifiTable, HTMLStencilElement {
|
|
739
|
+
}
|
|
740
|
+
var HTMLJustifiTableElement: {
|
|
741
|
+
prototype: HTMLJustifiTableElement;
|
|
742
|
+
new (): HTMLJustifiTableElement;
|
|
743
|
+
};
|
|
402
744
|
interface HTMLSelectInputElement extends Components.SelectInput, HTMLStencilElement {
|
|
403
745
|
}
|
|
404
746
|
var HTMLSelectInputElement: {
|
|
@@ -412,28 +754,82 @@ declare global {
|
|
|
412
754
|
new (): HTMLTextInputElement;
|
|
413
755
|
};
|
|
414
756
|
interface HTMLElementTagNameMap {
|
|
757
|
+
"form-control-datepart": HTMLFormControlDatepartElement;
|
|
758
|
+
"form-control-monetary": HTMLFormControlMonetaryElement;
|
|
759
|
+
"form-control-number": HTMLFormControlNumberElement;
|
|
760
|
+
"form-control-number-masked": HTMLFormControlNumberMaskedElement;
|
|
415
761
|
"form-control-select": HTMLFormControlSelectElement;
|
|
416
762
|
"form-control-text": HTMLFormControlTextElement;
|
|
763
|
+
"justifi-additional-questions": HTMLJustifiAdditionalQuestionsElement;
|
|
417
764
|
"justifi-bank-account-form": HTMLJustifiBankAccountFormElement;
|
|
418
765
|
"justifi-billing-form": HTMLJustifiBillingFormElement;
|
|
419
766
|
"justifi-business-address-form": HTMLJustifiBusinessAddressFormElement;
|
|
420
767
|
"justifi-business-form": HTMLJustifiBusinessFormElement;
|
|
421
768
|
"justifi-business-generic-info": HTMLJustifiBusinessGenericInfoElement;
|
|
769
|
+
"justifi-business-list": HTMLJustifiBusinessListElement;
|
|
422
770
|
"justifi-business-owners": HTMLJustifiBusinessOwnersElement;
|
|
423
771
|
"justifi-business-representative": HTMLJustifiBusinessRepresentativeElement;
|
|
424
772
|
"justifi-card-form": HTMLJustifiCardFormElement;
|
|
773
|
+
"justifi-details": HTMLJustifiDetailsElement;
|
|
774
|
+
"justifi-legal-address-form": HTMLJustifiLegalAddressFormElement;
|
|
775
|
+
"justifi-payment-details": HTMLJustifiPaymentDetailsElement;
|
|
425
776
|
"justifi-payment-form": HTMLJustifiPaymentFormElement;
|
|
426
777
|
"justifi-payment-method-form": HTMLJustifiPaymentMethodFormElement;
|
|
427
778
|
"justifi-payment-method-selector": HTMLJustifiPaymentMethodSelectorElement;
|
|
428
779
|
"justifi-payments-list": HTMLJustifiPaymentsListElement;
|
|
780
|
+
"justifi-payout-details": HTMLJustifiPayoutDetailsElement;
|
|
429
781
|
"justifi-payouts-list": HTMLJustifiPayoutsListElement;
|
|
782
|
+
"justifi-proceeds-list": HTMLJustifiProceedsListElement;
|
|
783
|
+
"justifi-table": HTMLJustifiTableElement;
|
|
430
784
|
"select-input": HTMLSelectInputElement;
|
|
431
785
|
"text-input": HTMLTextInputElement;
|
|
432
786
|
}
|
|
433
787
|
}
|
|
434
788
|
declare namespace LocalJSX {
|
|
789
|
+
interface FormControlDatepart {
|
|
790
|
+
"defaultValue"?: string;
|
|
791
|
+
"disabled"?: boolean;
|
|
792
|
+
"error"?: string;
|
|
793
|
+
"inputHandler"?: (name: string, value: string) => void;
|
|
794
|
+
"label"?: string;
|
|
795
|
+
"name"?: string;
|
|
796
|
+
"onFormControlBlur"?: (event: FormControlDatepartCustomEvent<any>) => void;
|
|
797
|
+
"onFormControlInput"?: (event: FormControlDatepartCustomEvent<any>) => void;
|
|
798
|
+
"type"?: 'day' | 'month' | 'year';
|
|
799
|
+
}
|
|
800
|
+
interface FormControlMonetary {
|
|
801
|
+
"defaultValue"?: string;
|
|
802
|
+
"error"?: string;
|
|
803
|
+
"inputHandler"?: (name: string, value: string) => void;
|
|
804
|
+
"label"?: string;
|
|
805
|
+
"name"?: any;
|
|
806
|
+
"onFormControlBlur"?: (event: FormControlMonetaryCustomEvent<any>) => void;
|
|
807
|
+
"onFormControlInput"?: (event: FormControlMonetaryCustomEvent<any>) => void;
|
|
808
|
+
}
|
|
809
|
+
interface FormControlNumber {
|
|
810
|
+
"defaultValue"?: string;
|
|
811
|
+
"disabled"?: boolean;
|
|
812
|
+
"error"?: string;
|
|
813
|
+
"inputHandler"?: (name: string, value: string) => void;
|
|
814
|
+
"label"?: string;
|
|
815
|
+
"name"?: any;
|
|
816
|
+
"onFormControlBlur"?: (event: FormControlNumberCustomEvent<any>) => void;
|
|
817
|
+
"onFormControlInput"?: (event: FormControlNumberCustomEvent<any>) => void;
|
|
818
|
+
}
|
|
819
|
+
interface FormControlNumberMasked {
|
|
820
|
+
"defaultValue"?: string;
|
|
821
|
+
"disabled"?: boolean;
|
|
822
|
+
"error"?: string;
|
|
823
|
+
"inputHandler"?: (name: string, value: string) => void;
|
|
824
|
+
"label"?: string;
|
|
825
|
+
"mask"?: string;
|
|
826
|
+
"name"?: any;
|
|
827
|
+
"onFormControlBlur"?: (event: FormControlNumberMaskedCustomEvent<any>) => void;
|
|
828
|
+
"onFormControlInput"?: (event: FormControlNumberMaskedCustomEvent<any>) => void;
|
|
829
|
+
}
|
|
435
830
|
interface FormControlSelect {
|
|
436
831
|
"defaultValue"?: string;
|
|
832
|
+
"disabled"?: boolean;
|
|
437
833
|
"error"?: string;
|
|
438
834
|
"inputHandler"?: (name: string, value: string) => void;
|
|
439
835
|
"label"?: string;
|
|
@@ -444,6 +840,7 @@ declare namespace LocalJSX {
|
|
|
444
840
|
}
|
|
445
841
|
interface FormControlText {
|
|
446
842
|
"defaultValue"?: string;
|
|
843
|
+
"disabled"?: boolean;
|
|
447
844
|
"error"?: string;
|
|
448
845
|
"inputHandler"?: (name: string, value: string) => void;
|
|
449
846
|
"label"?: string;
|
|
@@ -451,6 +848,14 @@ declare namespace LocalJSX {
|
|
|
451
848
|
"onFormControlBlur"?: (event: FormControlTextCustomEvent<any>) => void;
|
|
452
849
|
"onFormControlInput"?: (event: FormControlTextCustomEvent<any>) => void;
|
|
453
850
|
}
|
|
851
|
+
/**
|
|
852
|
+
* @exportedPart label: Label for inputs
|
|
853
|
+
* @exportedPart input: The input fields
|
|
854
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
855
|
+
*/
|
|
856
|
+
interface JustifiAdditionalQuestions {
|
|
857
|
+
"formController"?: FormController;
|
|
858
|
+
}
|
|
454
859
|
interface JustifiBankAccountForm {
|
|
455
860
|
/**
|
|
456
861
|
* URL for the rendered iFrame. End-users need not use this.
|
|
@@ -514,6 +919,27 @@ declare namespace LocalJSX {
|
|
|
514
919
|
interface JustifiBusinessGenericInfo {
|
|
515
920
|
"formController"?: FormController;
|
|
516
921
|
}
|
|
922
|
+
/**
|
|
923
|
+
* @exportedPart table-head: Table head
|
|
924
|
+
* @exportedPart table-head-row: Head row
|
|
925
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
926
|
+
* @exportedPart table-body: Body of the table
|
|
927
|
+
* @exportedPart table-row: Row of the table
|
|
928
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
929
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
930
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
931
|
+
* @exportedPart error-state: Row for Error state
|
|
932
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
933
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
934
|
+
* @exportedPart arrow: Both paging buttons
|
|
935
|
+
* @exportedPart arrow-left: Previous page button
|
|
936
|
+
* @exportedPart arrow-right: Next page button
|
|
937
|
+
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
938
|
+
*/
|
|
939
|
+
interface JustifiBusinessList {
|
|
940
|
+
"accountId"?: string;
|
|
941
|
+
"authToken"?: string;
|
|
942
|
+
}
|
|
517
943
|
/**
|
|
518
944
|
* @exportedPart label: Label for inputs
|
|
519
945
|
* @exportedPart input: The input fields
|
|
@@ -521,6 +947,7 @@ declare namespace LocalJSX {
|
|
|
521
947
|
*/
|
|
522
948
|
interface JustifiBusinessOwners {
|
|
523
949
|
"formController"?: FormController;
|
|
950
|
+
"isEditing"?: boolean;
|
|
524
951
|
}
|
|
525
952
|
interface JustifiBusinessRepresentative {
|
|
526
953
|
"formController"?: FormController;
|
|
@@ -559,6 +986,39 @@ declare namespace LocalJSX {
|
|
|
559
986
|
*/
|
|
560
987
|
"validationMode"?: 'onChange' | 'onBlur' | 'onSubmit' | 'onTouched' | 'all';
|
|
561
988
|
}
|
|
989
|
+
interface JustifiDetails {
|
|
990
|
+
"entity"?: { metadata: any };
|
|
991
|
+
"errorMessage"?: string;
|
|
992
|
+
}
|
|
993
|
+
/**
|
|
994
|
+
* @exportedPart label: Label for inputs
|
|
995
|
+
* @exportedPart input: The input fields
|
|
996
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
997
|
+
*/
|
|
998
|
+
interface JustifiLegalAddressForm {
|
|
999
|
+
"formController"?: FormController;
|
|
1000
|
+
"legend"?: string;
|
|
1001
|
+
}
|
|
1002
|
+
/**
|
|
1003
|
+
* @exportedPart detail-loading-spinner
|
|
1004
|
+
* @exportedPart detail-loading-state
|
|
1005
|
+
* @exportedPart detail-empty-state
|
|
1006
|
+
* @exportedPart detail-head
|
|
1007
|
+
* @exportedPart detail-title
|
|
1008
|
+
* @exportedPart detail-method
|
|
1009
|
+
* @exportedPart detail-info
|
|
1010
|
+
* @exportedPart detail-info-item
|
|
1011
|
+
* @exportedPart detail-info-item-title
|
|
1012
|
+
* @exportedPart detail-info-item-data
|
|
1013
|
+
* @exportedPart detail-metadata
|
|
1014
|
+
* @exportedPart detail-metadata-title
|
|
1015
|
+
* @exportedPart detail-method-title
|
|
1016
|
+
* @exportedPart detail-method-data
|
|
1017
|
+
*/
|
|
1018
|
+
interface JustifiPaymentDetails {
|
|
1019
|
+
"authToken"?: string;
|
|
1020
|
+
"paymentId"?: string;
|
|
1021
|
+
}
|
|
562
1022
|
interface JustifiPaymentForm {
|
|
563
1023
|
"accountId"?: string;
|
|
564
1024
|
"bankAccount"?: boolean;
|
|
@@ -597,11 +1057,34 @@ declare namespace LocalJSX {
|
|
|
597
1057
|
* @exportedPart arrow: Both paging buttons
|
|
598
1058
|
* @exportedPart arrow-left: Previous page button
|
|
599
1059
|
* @exportedPart arrow-right: Next page button
|
|
600
|
-
* @exportedPart
|
|
1060
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1061
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1062
|
+
* @exportedPart next-button-text: Text for Next button
|
|
601
1063
|
*/
|
|
602
1064
|
interface JustifiPaymentsList {
|
|
603
1065
|
"accountId"?: string;
|
|
604
1066
|
"authToken"?: string;
|
|
1067
|
+
"onPayment-row-clicked"?: (event: JustifiPaymentsListCustomEvent<Payment>) => void;
|
|
1068
|
+
}
|
|
1069
|
+
/**
|
|
1070
|
+
* @exportedPart detail-loading-spinner
|
|
1071
|
+
* @exportedPart detail-loading-state
|
|
1072
|
+
* @exportedPart detail-empty-state
|
|
1073
|
+
* @exportedPart detail-head
|
|
1074
|
+
* @exportedPart detail-title
|
|
1075
|
+
* @exportedPart detail-method
|
|
1076
|
+
* @exportedPart detail-info
|
|
1077
|
+
* @exportedPart detail-info-item
|
|
1078
|
+
* @exportedPart detail-info-item-title
|
|
1079
|
+
* @exportedPart detail-info-item-data
|
|
1080
|
+
* @exportedPart detail-metadata
|
|
1081
|
+
* @exportedPart detail-metadata-title
|
|
1082
|
+
* @exportedPart detail-method-title
|
|
1083
|
+
* @exportedPart detail-method-data
|
|
1084
|
+
*/
|
|
1085
|
+
interface JustifiPayoutDetails {
|
|
1086
|
+
"authToken"?: string;
|
|
1087
|
+
"payoutId"?: string;
|
|
605
1088
|
}
|
|
606
1089
|
/**
|
|
607
1090
|
* @exportedPart table-head: Table head
|
|
@@ -618,11 +1101,47 @@ declare namespace LocalJSX {
|
|
|
618
1101
|
* @exportedPart arrow: Both paging buttons
|
|
619
1102
|
* @exportedPart arrow-left: Previous page button
|
|
620
1103
|
* @exportedPart arrow-right: Next page button
|
|
621
|
-
* @exportedPart
|
|
1104
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1105
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1106
|
+
* @exportedPart next-button-text: Text for Next button
|
|
622
1107
|
*/
|
|
623
1108
|
interface JustifiPayoutsList {
|
|
624
1109
|
"accountId"?: string;
|
|
625
1110
|
"authToken"?: string;
|
|
1111
|
+
"onPayout-row-clicked"?: (event: JustifiPayoutsListCustomEvent<Payout>) => void;
|
|
1112
|
+
}
|
|
1113
|
+
/**
|
|
1114
|
+
* @exportedPart table-head: Table head
|
|
1115
|
+
* @exportedPart table-head-row: Head row
|
|
1116
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
1117
|
+
* @exportedPart table-body: Body of the table
|
|
1118
|
+
* @exportedPart table-row: Row of the table
|
|
1119
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
1120
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
1121
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
1122
|
+
* @exportedPart error-state: Row for Error state
|
|
1123
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
1124
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
1125
|
+
* @exportedPart arrow: Both paging buttons
|
|
1126
|
+
* @exportedPart arrow-left: Previous page button
|
|
1127
|
+
* @exportedPart arrow-right: Next page button
|
|
1128
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1129
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1130
|
+
* @exportedPart next-button-text: Text for Next button
|
|
1131
|
+
*/
|
|
1132
|
+
interface JustifiProceedsList {
|
|
1133
|
+
"accountId"?: string;
|
|
1134
|
+
"authToken"?: string;
|
|
1135
|
+
"onProceed-row-clicked"?: (event: JustifiProceedsListCustomEvent<Proceed>) => void;
|
|
1136
|
+
}
|
|
1137
|
+
interface JustifiTable {
|
|
1138
|
+
"columnData": TableProps['columnData'];
|
|
1139
|
+
"entityId"?: string[];
|
|
1140
|
+
"errorMessage"?: TableProps['errorMessage'];
|
|
1141
|
+
"loading"?: TableProps['loading'];
|
|
1142
|
+
"paging"?: TableProps['paging'];
|
|
1143
|
+
"rowClickHandler"?: (e: any) => any;
|
|
1144
|
+
"rowData"?: TableProps['rowData'];
|
|
626
1145
|
}
|
|
627
1146
|
interface SelectInput {
|
|
628
1147
|
"defaultValue"?: string;
|
|
@@ -640,21 +1159,33 @@ declare namespace LocalJSX {
|
|
|
640
1159
|
"onFieldReceivedInput"?: (event: TextInputCustomEvent<{ name: string; value: string }>) => void;
|
|
641
1160
|
}
|
|
642
1161
|
interface IntrinsicElements {
|
|
1162
|
+
"form-control-datepart": FormControlDatepart;
|
|
1163
|
+
"form-control-monetary": FormControlMonetary;
|
|
1164
|
+
"form-control-number": FormControlNumber;
|
|
1165
|
+
"form-control-number-masked": FormControlNumberMasked;
|
|
643
1166
|
"form-control-select": FormControlSelect;
|
|
644
1167
|
"form-control-text": FormControlText;
|
|
1168
|
+
"justifi-additional-questions": JustifiAdditionalQuestions;
|
|
645
1169
|
"justifi-bank-account-form": JustifiBankAccountForm;
|
|
646
1170
|
"justifi-billing-form": JustifiBillingForm;
|
|
647
1171
|
"justifi-business-address-form": JustifiBusinessAddressForm;
|
|
648
1172
|
"justifi-business-form": JustifiBusinessForm;
|
|
649
1173
|
"justifi-business-generic-info": JustifiBusinessGenericInfo;
|
|
1174
|
+
"justifi-business-list": JustifiBusinessList;
|
|
650
1175
|
"justifi-business-owners": JustifiBusinessOwners;
|
|
651
1176
|
"justifi-business-representative": JustifiBusinessRepresentative;
|
|
652
1177
|
"justifi-card-form": JustifiCardForm;
|
|
1178
|
+
"justifi-details": JustifiDetails;
|
|
1179
|
+
"justifi-legal-address-form": JustifiLegalAddressForm;
|
|
1180
|
+
"justifi-payment-details": JustifiPaymentDetails;
|
|
653
1181
|
"justifi-payment-form": JustifiPaymentForm;
|
|
654
1182
|
"justifi-payment-method-form": JustifiPaymentMethodForm;
|
|
655
1183
|
"justifi-payment-method-selector": JustifiPaymentMethodSelector;
|
|
656
1184
|
"justifi-payments-list": JustifiPaymentsList;
|
|
1185
|
+
"justifi-payout-details": JustifiPayoutDetails;
|
|
657
1186
|
"justifi-payouts-list": JustifiPayoutsList;
|
|
1187
|
+
"justifi-proceeds-list": JustifiProceedsList;
|
|
1188
|
+
"justifi-table": JustifiTable;
|
|
658
1189
|
"select-input": SelectInput;
|
|
659
1190
|
"text-input": TextInput;
|
|
660
1191
|
}
|
|
@@ -663,8 +1194,18 @@ export { LocalJSX as JSX };
|
|
|
663
1194
|
declare module "@stencil/core" {
|
|
664
1195
|
export namespace JSX {
|
|
665
1196
|
interface IntrinsicElements {
|
|
1197
|
+
"form-control-datepart": LocalJSX.FormControlDatepart & JSXBase.HTMLAttributes<HTMLFormControlDatepartElement>;
|
|
1198
|
+
"form-control-monetary": LocalJSX.FormControlMonetary & JSXBase.HTMLAttributes<HTMLFormControlMonetaryElement>;
|
|
1199
|
+
"form-control-number": LocalJSX.FormControlNumber & JSXBase.HTMLAttributes<HTMLFormControlNumberElement>;
|
|
1200
|
+
"form-control-number-masked": LocalJSX.FormControlNumberMasked & JSXBase.HTMLAttributes<HTMLFormControlNumberMaskedElement>;
|
|
666
1201
|
"form-control-select": LocalJSX.FormControlSelect & JSXBase.HTMLAttributes<HTMLFormControlSelectElement>;
|
|
667
1202
|
"form-control-text": LocalJSX.FormControlText & JSXBase.HTMLAttributes<HTMLFormControlTextElement>;
|
|
1203
|
+
/**
|
|
1204
|
+
* @exportedPart label: Label for inputs
|
|
1205
|
+
* @exportedPart input: The input fields
|
|
1206
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1207
|
+
*/
|
|
1208
|
+
"justifi-additional-questions": LocalJSX.JustifiAdditionalQuestions & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsElement>;
|
|
668
1209
|
"justifi-bank-account-form": LocalJSX.JustifiBankAccountForm & JSXBase.HTMLAttributes<HTMLJustifiBankAccountFormElement>;
|
|
669
1210
|
/**
|
|
670
1211
|
* @exportedPart label: Label for inputs
|
|
@@ -685,6 +1226,24 @@ declare module "@stencil/core" {
|
|
|
685
1226
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
686
1227
|
*/
|
|
687
1228
|
"justifi-business-generic-info": LocalJSX.JustifiBusinessGenericInfo & JSXBase.HTMLAttributes<HTMLJustifiBusinessGenericInfoElement>;
|
|
1229
|
+
/**
|
|
1230
|
+
* @exportedPart table-head: Table head
|
|
1231
|
+
* @exportedPart table-head-row: Head row
|
|
1232
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
1233
|
+
* @exportedPart table-body: Body of the table
|
|
1234
|
+
* @exportedPart table-row: Row of the table
|
|
1235
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
1236
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
1237
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
1238
|
+
* @exportedPart error-state: Row for Error state
|
|
1239
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
1240
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
1241
|
+
* @exportedPart arrow: Both paging buttons
|
|
1242
|
+
* @exportedPart arrow-left: Previous page button
|
|
1243
|
+
* @exportedPart arrow-right: Next page button
|
|
1244
|
+
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
1245
|
+
*/
|
|
1246
|
+
"justifi-business-list": LocalJSX.JustifiBusinessList & JSXBase.HTMLAttributes<HTMLJustifiBusinessListElement>;
|
|
688
1247
|
/**
|
|
689
1248
|
* @exportedPart label: Label for inputs
|
|
690
1249
|
* @exportedPart input: The input fields
|
|
@@ -693,6 +1252,30 @@ declare module "@stencil/core" {
|
|
|
693
1252
|
"justifi-business-owners": LocalJSX.JustifiBusinessOwners & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersElement>;
|
|
694
1253
|
"justifi-business-representative": LocalJSX.JustifiBusinessRepresentative & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeElement>;
|
|
695
1254
|
"justifi-card-form": LocalJSX.JustifiCardForm & JSXBase.HTMLAttributes<HTMLJustifiCardFormElement>;
|
|
1255
|
+
"justifi-details": LocalJSX.JustifiDetails & JSXBase.HTMLAttributes<HTMLJustifiDetailsElement>;
|
|
1256
|
+
/**
|
|
1257
|
+
* @exportedPart label: Label for inputs
|
|
1258
|
+
* @exportedPart input: The input fields
|
|
1259
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1260
|
+
*/
|
|
1261
|
+
"justifi-legal-address-form": LocalJSX.JustifiLegalAddressForm & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormElement>;
|
|
1262
|
+
/**
|
|
1263
|
+
* @exportedPart detail-loading-spinner
|
|
1264
|
+
* @exportedPart detail-loading-state
|
|
1265
|
+
* @exportedPart detail-empty-state
|
|
1266
|
+
* @exportedPart detail-head
|
|
1267
|
+
* @exportedPart detail-title
|
|
1268
|
+
* @exportedPart detail-method
|
|
1269
|
+
* @exportedPart detail-info
|
|
1270
|
+
* @exportedPart detail-info-item
|
|
1271
|
+
* @exportedPart detail-info-item-title
|
|
1272
|
+
* @exportedPart detail-info-item-data
|
|
1273
|
+
* @exportedPart detail-metadata
|
|
1274
|
+
* @exportedPart detail-metadata-title
|
|
1275
|
+
* @exportedPart detail-method-title
|
|
1276
|
+
* @exportedPart detail-method-data
|
|
1277
|
+
*/
|
|
1278
|
+
"justifi-payment-details": LocalJSX.JustifiPaymentDetails & JSXBase.HTMLAttributes<HTMLJustifiPaymentDetailsElement>;
|
|
696
1279
|
"justifi-payment-form": LocalJSX.JustifiPaymentForm & JSXBase.HTMLAttributes<HTMLJustifiPaymentFormElement>;
|
|
697
1280
|
"justifi-payment-method-form": LocalJSX.JustifiPaymentMethodForm & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodFormElement>;
|
|
698
1281
|
"justifi-payment-method-selector": LocalJSX.JustifiPaymentMethodSelector & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodSelectorElement>;
|
|
@@ -711,9 +1294,28 @@ declare module "@stencil/core" {
|
|
|
711
1294
|
* @exportedPart arrow: Both paging buttons
|
|
712
1295
|
* @exportedPart arrow-left: Previous page button
|
|
713
1296
|
* @exportedPart arrow-right: Next page button
|
|
714
|
-
* @exportedPart
|
|
1297
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1298
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1299
|
+
* @exportedPart next-button-text: Text for Next button
|
|
715
1300
|
*/
|
|
716
1301
|
"justifi-payments-list": LocalJSX.JustifiPaymentsList & JSXBase.HTMLAttributes<HTMLJustifiPaymentsListElement>;
|
|
1302
|
+
/**
|
|
1303
|
+
* @exportedPart detail-loading-spinner
|
|
1304
|
+
* @exportedPart detail-loading-state
|
|
1305
|
+
* @exportedPart detail-empty-state
|
|
1306
|
+
* @exportedPart detail-head
|
|
1307
|
+
* @exportedPart detail-title
|
|
1308
|
+
* @exportedPart detail-method
|
|
1309
|
+
* @exportedPart detail-info
|
|
1310
|
+
* @exportedPart detail-info-item
|
|
1311
|
+
* @exportedPart detail-info-item-title
|
|
1312
|
+
* @exportedPart detail-info-item-data
|
|
1313
|
+
* @exportedPart detail-metadata
|
|
1314
|
+
* @exportedPart detail-metadata-title
|
|
1315
|
+
* @exportedPart detail-method-title
|
|
1316
|
+
* @exportedPart detail-method-data
|
|
1317
|
+
*/
|
|
1318
|
+
"justifi-payout-details": LocalJSX.JustifiPayoutDetails & JSXBase.HTMLAttributes<HTMLJustifiPayoutDetailsElement>;
|
|
717
1319
|
/**
|
|
718
1320
|
* @exportedPart table-head: Table head
|
|
719
1321
|
* @exportedPart table-head-row: Head row
|
|
@@ -729,9 +1331,32 @@ declare module "@stencil/core" {
|
|
|
729
1331
|
* @exportedPart arrow: Both paging buttons
|
|
730
1332
|
* @exportedPart arrow-left: Previous page button
|
|
731
1333
|
* @exportedPart arrow-right: Next page button
|
|
732
|
-
* @exportedPart
|
|
1334
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1335
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1336
|
+
* @exportedPart next-button-text: Text for Next button
|
|
733
1337
|
*/
|
|
734
1338
|
"justifi-payouts-list": LocalJSX.JustifiPayoutsList & JSXBase.HTMLAttributes<HTMLJustifiPayoutsListElement>;
|
|
1339
|
+
/**
|
|
1340
|
+
* @exportedPart table-head: Table head
|
|
1341
|
+
* @exportedPart table-head-row: Head row
|
|
1342
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
1343
|
+
* @exportedPart table-body: Body of the table
|
|
1344
|
+
* @exportedPart table-row: Row of the table
|
|
1345
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
1346
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
1347
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
1348
|
+
* @exportedPart error-state: Row for Error state
|
|
1349
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
1350
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
1351
|
+
* @exportedPart arrow: Both paging buttons
|
|
1352
|
+
* @exportedPart arrow-left: Previous page button
|
|
1353
|
+
* @exportedPart arrow-right: Next page button
|
|
1354
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1355
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1356
|
+
* @exportedPart next-button-text: Text for Next button
|
|
1357
|
+
*/
|
|
1358
|
+
"justifi-proceeds-list": LocalJSX.JustifiProceedsList & JSXBase.HTMLAttributes<HTMLJustifiProceedsListElement>;
|
|
1359
|
+
"justifi-table": LocalJSX.JustifiTable & JSXBase.HTMLAttributes<HTMLJustifiTableElement>;
|
|
735
1360
|
"select-input": LocalJSX.SelectInput & JSXBase.HTMLAttributes<HTMLSelectInputElement>;
|
|
736
1361
|
"text-input": LocalJSX.TextInput & JSXBase.HTMLAttributes<HTMLTextInputElement>;
|
|
737
1362
|
}
|