@justifi/webcomponents 4.4.0 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{Api-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-4ffc90c0.js} +10 -1
- package/dist/cjs/index-4ffc90c0.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 +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 +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 +7 -5
- 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-a5b5bfdf.js +35 -0
- package/dist/cjs/utils-a5b5bfdf.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/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/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/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-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-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 +6 -4
- 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-609a2c67.js} +10 -2
- package/dist/esm/index-609a2c67.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 +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 +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 +7 -5
- 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-e7782126.js → utils-ad0bbe03.js} +42 -103
- package/dist/esm/utils-ad0bbe03.js.map +1 -0
- package/dist/esm/utils-cdf0b984.js +28 -0
- package/dist/esm/utils-cdf0b984.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/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/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/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 +635 -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-33d69eb5.entry.js → p-0237a6bc.entry.js} +2 -2
- package/dist/webcomponents/p-0237a6bc.entry.js.map +1 -0
- package/dist/webcomponents/{p-7041a637.entry.js → p-0d6e9f76.entry.js} +2 -2
- package/dist/webcomponents/p-126146d4.js +2 -0
- package/dist/webcomponents/p-126146d4.js.map +1 -0
- package/dist/webcomponents/p-239564c6.entry.js +2 -0
- package/dist/webcomponents/p-239564c6.entry.js.map +1 -0
- package/dist/webcomponents/p-27b15fe8.entry.js +2 -0
- package/dist/webcomponents/p-27b15fe8.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-308b6784.js +3 -0
- package/dist/webcomponents/p-308b6784.js.map +1 -0
- package/dist/webcomponents/p-391b8f1d.entry.js +2 -0
- package/dist/webcomponents/p-391b8f1d.entry.js.map +1 -0
- package/dist/webcomponents/p-439fc294.entry.js +2 -0
- package/dist/webcomponents/p-439fc294.entry.js.map +1 -0
- package/dist/webcomponents/p-66f010e5.entry.js +2 -0
- package/dist/webcomponents/{p-d5bc9f22.entry.js.map → p-66f010e5.entry.js.map} +1 -1
- package/dist/webcomponents/p-7abb092c.entry.js +2 -0
- package/dist/webcomponents/{p-309a886f.entry.js.map → p-7abb092c.entry.js.map} +1 -1
- package/dist/webcomponents/{p-d5cadc78.entry.js → p-7e3bbe32.entry.js} +2 -2
- package/dist/webcomponents/p-86464cab.entry.js +2 -0
- package/dist/webcomponents/p-86464cab.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-ab0756ff.js +2 -0
- package/dist/webcomponents/p-ab0756ff.js.map +1 -0
- package/dist/webcomponents/p-b042bf80.entry.js +2 -0
- package/dist/webcomponents/p-b042bf80.entry.js.map +1 -0
- package/dist/webcomponents/{p-1953797f.entry.js → p-b967262f.entry.js} +2 -2
- package/dist/webcomponents/p-bf9c2be2.entry.js +2 -0
- package/dist/webcomponents/p-bf9c2be2.entry.js.map +1 -0
- package/dist/webcomponents/p-c18d876e.entry.js +2 -0
- package/dist/webcomponents/p-c18d876e.entry.js.map +1 -0
- package/dist/webcomponents/p-c1e4288d.entry.js +2 -0
- package/dist/webcomponents/p-c1e4288d.entry.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-d1bbf409.entry.js +2 -0
- package/dist/webcomponents/p-d1bbf409.entry.js.map +1 -0
- package/dist/webcomponents/p-e26d7eea.entry.js +2 -0
- package/dist/webcomponents/p-e26d7eea.entry.js.map +1 -0
- package/dist/webcomponents/{p-23e9c7d4.entry.js → p-e77d8c6e.entry.js} +2 -2
- package/dist/webcomponents/p-f0acb27e.entry.js +2 -0
- package/dist/webcomponents/p-f0acb27e.entry.js.map +1 -0
- package/dist/webcomponents/p-f8d49acb.entry.js +2 -0
- package/dist/webcomponents/p-f8d49acb.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/webcomponents.esm.js +1 -1
- package/dist/webcomponents/webcomponents.esm.js.map +1 -1
- package/package.json +7 -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-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-7041a637.entry.js.map → p-0d6e9f76.entry.js.map} +0 -0
- /package/dist/webcomponents/{p-d5cadc78.entry.js.map → p-7e3bbe32.entry.js.map} +0 -0
- /package/dist/webcomponents/{p-1953797f.entry.js.map → p-b967262f.entry.js.map} +0 -0
- /package/dist/webcomponents/{p-23e9c7d4.entry.js.map → p-e77d8c6e.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.
|
|
@@ -100,6 +147,27 @@ export namespace Components {
|
|
|
100
147
|
interface JustifiBusinessGenericInfo {
|
|
101
148
|
"formController": FormController;
|
|
102
149
|
}
|
|
150
|
+
/**
|
|
151
|
+
* @exportedPart table-head: Table head
|
|
152
|
+
* @exportedPart table-head-row: Head row
|
|
153
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
154
|
+
* @exportedPart table-body: Body of the table
|
|
155
|
+
* @exportedPart table-row: Row of the table
|
|
156
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
157
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
158
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
159
|
+
* @exportedPart error-state: Row for Error state
|
|
160
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
161
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
162
|
+
* @exportedPart arrow: Both paging buttons
|
|
163
|
+
* @exportedPart arrow-left: Previous page button
|
|
164
|
+
* @exportedPart arrow-right: Next page button
|
|
165
|
+
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
166
|
+
*/
|
|
167
|
+
interface JustifiBusinessList {
|
|
168
|
+
"accountId": string;
|
|
169
|
+
"authToken": string;
|
|
170
|
+
}
|
|
103
171
|
/**
|
|
104
172
|
* @exportedPart label: Label for inputs
|
|
105
173
|
* @exportedPart input: The input fields
|
|
@@ -107,6 +175,7 @@ export namespace Components {
|
|
|
107
175
|
*/
|
|
108
176
|
interface JustifiBusinessOwners {
|
|
109
177
|
"formController": FormController;
|
|
178
|
+
"isEditing": boolean;
|
|
110
179
|
}
|
|
111
180
|
interface JustifiBusinessRepresentative {
|
|
112
181
|
"formController": FormController;
|
|
@@ -137,6 +206,39 @@ export namespace Components {
|
|
|
137
206
|
*/
|
|
138
207
|
"validationMode": 'onChange' | 'onBlur' | 'onSubmit' | 'onTouched' | 'all';
|
|
139
208
|
}
|
|
209
|
+
interface JustifiDetails {
|
|
210
|
+
"entity": { metadata: any };
|
|
211
|
+
"errorMessage": string;
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* @exportedPart label: Label for inputs
|
|
215
|
+
* @exportedPart input: The input fields
|
|
216
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
217
|
+
*/
|
|
218
|
+
interface JustifiLegalAddressForm {
|
|
219
|
+
"formController": FormController;
|
|
220
|
+
"legend": string;
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* @exportedPart detail-loading-spinner
|
|
224
|
+
* @exportedPart detail-loading-state
|
|
225
|
+
* @exportedPart detail-empty-state
|
|
226
|
+
* @exportedPart detail-head
|
|
227
|
+
* @exportedPart detail-title
|
|
228
|
+
* @exportedPart detail-method
|
|
229
|
+
* @exportedPart detail-info
|
|
230
|
+
* @exportedPart detail-info-item
|
|
231
|
+
* @exportedPart detail-info-item-title
|
|
232
|
+
* @exportedPart detail-info-item-data
|
|
233
|
+
* @exportedPart detail-metadata
|
|
234
|
+
* @exportedPart detail-metadata-title
|
|
235
|
+
* @exportedPart detail-method-title
|
|
236
|
+
* @exportedPart detail-method-data
|
|
237
|
+
*/
|
|
238
|
+
interface JustifiPaymentDetails {
|
|
239
|
+
"authToken": string;
|
|
240
|
+
"paymentId": string;
|
|
241
|
+
}
|
|
140
242
|
interface JustifiPaymentForm {
|
|
141
243
|
"accountId"?: string;
|
|
142
244
|
"bankAccount"?: boolean;
|
|
@@ -177,12 +279,34 @@ export namespace Components {
|
|
|
177
279
|
* @exportedPart arrow: Both paging buttons
|
|
178
280
|
* @exportedPart arrow-left: Previous page button
|
|
179
281
|
* @exportedPart arrow-right: Next page button
|
|
180
|
-
* @exportedPart
|
|
282
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
283
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
284
|
+
* @exportedPart next-button-text: Text for Next button
|
|
181
285
|
*/
|
|
182
286
|
interface JustifiPaymentsList {
|
|
183
287
|
"accountId": string;
|
|
184
288
|
"authToken": string;
|
|
185
289
|
}
|
|
290
|
+
/**
|
|
291
|
+
* @exportedPart detail-loading-spinner
|
|
292
|
+
* @exportedPart detail-loading-state
|
|
293
|
+
* @exportedPart detail-empty-state
|
|
294
|
+
* @exportedPart detail-head
|
|
295
|
+
* @exportedPart detail-title
|
|
296
|
+
* @exportedPart detail-method
|
|
297
|
+
* @exportedPart detail-info
|
|
298
|
+
* @exportedPart detail-info-item
|
|
299
|
+
* @exportedPart detail-info-item-title
|
|
300
|
+
* @exportedPart detail-info-item-data
|
|
301
|
+
* @exportedPart detail-metadata
|
|
302
|
+
* @exportedPart detail-metadata-title
|
|
303
|
+
* @exportedPart detail-method-title
|
|
304
|
+
* @exportedPart detail-method-data
|
|
305
|
+
*/
|
|
306
|
+
interface JustifiPayoutDetails {
|
|
307
|
+
"authToken": string;
|
|
308
|
+
"payoutId": string;
|
|
309
|
+
}
|
|
186
310
|
/**
|
|
187
311
|
* @exportedPart table-head: Table head
|
|
188
312
|
* @exportedPart table-head-row: Head row
|
|
@@ -198,12 +322,46 @@ export namespace Components {
|
|
|
198
322
|
* @exportedPart arrow: Both paging buttons
|
|
199
323
|
* @exportedPart arrow-left: Previous page button
|
|
200
324
|
* @exportedPart arrow-right: Next page button
|
|
201
|
-
* @exportedPart
|
|
325
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
326
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
327
|
+
* @exportedPart next-button-text: Text for Next button
|
|
202
328
|
*/
|
|
203
329
|
interface JustifiPayoutsList {
|
|
204
330
|
"accountId": string;
|
|
205
331
|
"authToken": string;
|
|
206
332
|
}
|
|
333
|
+
/**
|
|
334
|
+
* @exportedPart table-head: Table head
|
|
335
|
+
* @exportedPart table-head-row: Head row
|
|
336
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
337
|
+
* @exportedPart table-body: Body of the table
|
|
338
|
+
* @exportedPart table-row: Row of the table
|
|
339
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
340
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
341
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
342
|
+
* @exportedPart error-state: Row for Error state
|
|
343
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
344
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
345
|
+
* @exportedPart arrow: Both paging buttons
|
|
346
|
+
* @exportedPart arrow-left: Previous page button
|
|
347
|
+
* @exportedPart arrow-right: Next page button
|
|
348
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
349
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
350
|
+
* @exportedPart next-button-text: Text for Next button
|
|
351
|
+
*/
|
|
352
|
+
interface JustifiProceedsList {
|
|
353
|
+
"accountId": string;
|
|
354
|
+
"authToken": string;
|
|
355
|
+
}
|
|
356
|
+
interface JustifiTable {
|
|
357
|
+
"columnData": TableProps['columnData'];
|
|
358
|
+
"entityId": string[];
|
|
359
|
+
"errorMessage": TableProps['errorMessage'];
|
|
360
|
+
"loading": TableProps['loading'];
|
|
361
|
+
"paging": TableProps['paging'];
|
|
362
|
+
"rowClickHandler": (e: any) => any;
|
|
363
|
+
"rowData": TableProps['rowData'];
|
|
364
|
+
}
|
|
207
365
|
interface SelectInput {
|
|
208
366
|
"defaultValue": string;
|
|
209
367
|
"error": string;
|
|
@@ -218,6 +376,22 @@ export namespace Components {
|
|
|
218
376
|
"name": string;
|
|
219
377
|
}
|
|
220
378
|
}
|
|
379
|
+
export interface FormControlDatepartCustomEvent<T> extends CustomEvent<T> {
|
|
380
|
+
detail: T;
|
|
381
|
+
target: HTMLFormControlDatepartElement;
|
|
382
|
+
}
|
|
383
|
+
export interface FormControlMonetaryCustomEvent<T> extends CustomEvent<T> {
|
|
384
|
+
detail: T;
|
|
385
|
+
target: HTMLFormControlMonetaryElement;
|
|
386
|
+
}
|
|
387
|
+
export interface FormControlNumberCustomEvent<T> extends CustomEvent<T> {
|
|
388
|
+
detail: T;
|
|
389
|
+
target: HTMLFormControlNumberElement;
|
|
390
|
+
}
|
|
391
|
+
export interface FormControlNumberMaskedCustomEvent<T> extends CustomEvent<T> {
|
|
392
|
+
detail: T;
|
|
393
|
+
target: HTMLFormControlNumberMaskedElement;
|
|
394
|
+
}
|
|
221
395
|
export interface FormControlSelectCustomEvent<T> extends CustomEvent<T> {
|
|
222
396
|
detail: T;
|
|
223
397
|
target: HTMLFormControlSelectElement;
|
|
@@ -246,6 +420,18 @@ export interface JustifiPaymentMethodSelectorCustomEvent<T> extends CustomEvent<
|
|
|
246
420
|
detail: T;
|
|
247
421
|
target: HTMLJustifiPaymentMethodSelectorElement;
|
|
248
422
|
}
|
|
423
|
+
export interface JustifiPaymentsListCustomEvent<T> extends CustomEvent<T> {
|
|
424
|
+
detail: T;
|
|
425
|
+
target: HTMLJustifiPaymentsListElement;
|
|
426
|
+
}
|
|
427
|
+
export interface JustifiPayoutsListCustomEvent<T> extends CustomEvent<T> {
|
|
428
|
+
detail: T;
|
|
429
|
+
target: HTMLJustifiPayoutsListElement;
|
|
430
|
+
}
|
|
431
|
+
export interface JustifiProceedsListCustomEvent<T> extends CustomEvent<T> {
|
|
432
|
+
detail: T;
|
|
433
|
+
target: HTMLJustifiProceedsListElement;
|
|
434
|
+
}
|
|
249
435
|
export interface SelectInputCustomEvent<T> extends CustomEvent<T> {
|
|
250
436
|
detail: T;
|
|
251
437
|
target: HTMLSelectInputElement;
|
|
@@ -255,6 +441,30 @@ export interface TextInputCustomEvent<T> extends CustomEvent<T> {
|
|
|
255
441
|
target: HTMLTextInputElement;
|
|
256
442
|
}
|
|
257
443
|
declare global {
|
|
444
|
+
interface HTMLFormControlDatepartElement extends Components.FormControlDatepart, HTMLStencilElement {
|
|
445
|
+
}
|
|
446
|
+
var HTMLFormControlDatepartElement: {
|
|
447
|
+
prototype: HTMLFormControlDatepartElement;
|
|
448
|
+
new (): HTMLFormControlDatepartElement;
|
|
449
|
+
};
|
|
450
|
+
interface HTMLFormControlMonetaryElement extends Components.FormControlMonetary, HTMLStencilElement {
|
|
451
|
+
}
|
|
452
|
+
var HTMLFormControlMonetaryElement: {
|
|
453
|
+
prototype: HTMLFormControlMonetaryElement;
|
|
454
|
+
new (): HTMLFormControlMonetaryElement;
|
|
455
|
+
};
|
|
456
|
+
interface HTMLFormControlNumberElement extends Components.FormControlNumber, HTMLStencilElement {
|
|
457
|
+
}
|
|
458
|
+
var HTMLFormControlNumberElement: {
|
|
459
|
+
prototype: HTMLFormControlNumberElement;
|
|
460
|
+
new (): HTMLFormControlNumberElement;
|
|
461
|
+
};
|
|
462
|
+
interface HTMLFormControlNumberMaskedElement extends Components.FormControlNumberMasked, HTMLStencilElement {
|
|
463
|
+
}
|
|
464
|
+
var HTMLFormControlNumberMaskedElement: {
|
|
465
|
+
prototype: HTMLFormControlNumberMaskedElement;
|
|
466
|
+
new (): HTMLFormControlNumberMaskedElement;
|
|
467
|
+
};
|
|
258
468
|
interface HTMLFormControlSelectElement extends Components.FormControlSelect, HTMLStencilElement {
|
|
259
469
|
}
|
|
260
470
|
var HTMLFormControlSelectElement: {
|
|
@@ -267,6 +477,17 @@ declare global {
|
|
|
267
477
|
prototype: HTMLFormControlTextElement;
|
|
268
478
|
new (): HTMLFormControlTextElement;
|
|
269
479
|
};
|
|
480
|
+
/**
|
|
481
|
+
* @exportedPart label: Label for inputs
|
|
482
|
+
* @exportedPart input: The input fields
|
|
483
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
484
|
+
*/
|
|
485
|
+
interface HTMLJustifiAdditionalQuestionsElement extends Components.JustifiAdditionalQuestions, HTMLStencilElement {
|
|
486
|
+
}
|
|
487
|
+
var HTMLJustifiAdditionalQuestionsElement: {
|
|
488
|
+
prototype: HTMLJustifiAdditionalQuestionsElement;
|
|
489
|
+
new (): HTMLJustifiAdditionalQuestionsElement;
|
|
490
|
+
};
|
|
270
491
|
interface HTMLJustifiBankAccountFormElement extends Components.JustifiBankAccountForm, HTMLStencilElement {
|
|
271
492
|
}
|
|
272
493
|
var HTMLJustifiBankAccountFormElement: {
|
|
@@ -312,6 +533,29 @@ declare global {
|
|
|
312
533
|
prototype: HTMLJustifiBusinessGenericInfoElement;
|
|
313
534
|
new (): HTMLJustifiBusinessGenericInfoElement;
|
|
314
535
|
};
|
|
536
|
+
/**
|
|
537
|
+
* @exportedPart table-head: Table head
|
|
538
|
+
* @exportedPart table-head-row: Head row
|
|
539
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
540
|
+
* @exportedPart table-body: Body of the table
|
|
541
|
+
* @exportedPart table-row: Row of the table
|
|
542
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
543
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
544
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
545
|
+
* @exportedPart error-state: Row for Error state
|
|
546
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
547
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
548
|
+
* @exportedPart arrow: Both paging buttons
|
|
549
|
+
* @exportedPart arrow-left: Previous page button
|
|
550
|
+
* @exportedPart arrow-right: Next page button
|
|
551
|
+
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
552
|
+
*/
|
|
553
|
+
interface HTMLJustifiBusinessListElement extends Components.JustifiBusinessList, HTMLStencilElement {
|
|
554
|
+
}
|
|
555
|
+
var HTMLJustifiBusinessListElement: {
|
|
556
|
+
prototype: HTMLJustifiBusinessListElement;
|
|
557
|
+
new (): HTMLJustifiBusinessListElement;
|
|
558
|
+
};
|
|
315
559
|
/**
|
|
316
560
|
* @exportedPart label: Label for inputs
|
|
317
561
|
* @exportedPart input: The input fields
|
|
@@ -335,6 +579,45 @@ declare global {
|
|
|
335
579
|
prototype: HTMLJustifiCardFormElement;
|
|
336
580
|
new (): HTMLJustifiCardFormElement;
|
|
337
581
|
};
|
|
582
|
+
interface HTMLJustifiDetailsElement extends Components.JustifiDetails, HTMLStencilElement {
|
|
583
|
+
}
|
|
584
|
+
var HTMLJustifiDetailsElement: {
|
|
585
|
+
prototype: HTMLJustifiDetailsElement;
|
|
586
|
+
new (): HTMLJustifiDetailsElement;
|
|
587
|
+
};
|
|
588
|
+
/**
|
|
589
|
+
* @exportedPart label: Label for inputs
|
|
590
|
+
* @exportedPart input: The input fields
|
|
591
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
592
|
+
*/
|
|
593
|
+
interface HTMLJustifiLegalAddressFormElement extends Components.JustifiLegalAddressForm, HTMLStencilElement {
|
|
594
|
+
}
|
|
595
|
+
var HTMLJustifiLegalAddressFormElement: {
|
|
596
|
+
prototype: HTMLJustifiLegalAddressFormElement;
|
|
597
|
+
new (): HTMLJustifiLegalAddressFormElement;
|
|
598
|
+
};
|
|
599
|
+
/**
|
|
600
|
+
* @exportedPart detail-loading-spinner
|
|
601
|
+
* @exportedPart detail-loading-state
|
|
602
|
+
* @exportedPart detail-empty-state
|
|
603
|
+
* @exportedPart detail-head
|
|
604
|
+
* @exportedPart detail-title
|
|
605
|
+
* @exportedPart detail-method
|
|
606
|
+
* @exportedPart detail-info
|
|
607
|
+
* @exportedPart detail-info-item
|
|
608
|
+
* @exportedPart detail-info-item-title
|
|
609
|
+
* @exportedPart detail-info-item-data
|
|
610
|
+
* @exportedPart detail-metadata
|
|
611
|
+
* @exportedPart detail-metadata-title
|
|
612
|
+
* @exportedPart detail-method-title
|
|
613
|
+
* @exportedPart detail-method-data
|
|
614
|
+
*/
|
|
615
|
+
interface HTMLJustifiPaymentDetailsElement extends Components.JustifiPaymentDetails, HTMLStencilElement {
|
|
616
|
+
}
|
|
617
|
+
var HTMLJustifiPaymentDetailsElement: {
|
|
618
|
+
prototype: HTMLJustifiPaymentDetailsElement;
|
|
619
|
+
new (): HTMLJustifiPaymentDetailsElement;
|
|
620
|
+
};
|
|
338
621
|
interface HTMLJustifiPaymentFormElement extends Components.JustifiPaymentForm, HTMLStencilElement {
|
|
339
622
|
}
|
|
340
623
|
var HTMLJustifiPaymentFormElement: {
|
|
@@ -368,7 +651,9 @@ declare global {
|
|
|
368
651
|
* @exportedPart arrow: Both paging buttons
|
|
369
652
|
* @exportedPart arrow-left: Previous page button
|
|
370
653
|
* @exportedPart arrow-right: Next page button
|
|
371
|
-
* @exportedPart
|
|
654
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
655
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
656
|
+
* @exportedPart next-button-text: Text for Next button
|
|
372
657
|
*/
|
|
373
658
|
interface HTMLJustifiPaymentsListElement extends Components.JustifiPaymentsList, HTMLStencilElement {
|
|
374
659
|
}
|
|
@@ -376,6 +661,28 @@ declare global {
|
|
|
376
661
|
prototype: HTMLJustifiPaymentsListElement;
|
|
377
662
|
new (): HTMLJustifiPaymentsListElement;
|
|
378
663
|
};
|
|
664
|
+
/**
|
|
665
|
+
* @exportedPart detail-loading-spinner
|
|
666
|
+
* @exportedPart detail-loading-state
|
|
667
|
+
* @exportedPart detail-empty-state
|
|
668
|
+
* @exportedPart detail-head
|
|
669
|
+
* @exportedPart detail-title
|
|
670
|
+
* @exportedPart detail-method
|
|
671
|
+
* @exportedPart detail-info
|
|
672
|
+
* @exportedPart detail-info-item
|
|
673
|
+
* @exportedPart detail-info-item-title
|
|
674
|
+
* @exportedPart detail-info-item-data
|
|
675
|
+
* @exportedPart detail-metadata
|
|
676
|
+
* @exportedPart detail-metadata-title
|
|
677
|
+
* @exportedPart detail-method-title
|
|
678
|
+
* @exportedPart detail-method-data
|
|
679
|
+
*/
|
|
680
|
+
interface HTMLJustifiPayoutDetailsElement extends Components.JustifiPayoutDetails, HTMLStencilElement {
|
|
681
|
+
}
|
|
682
|
+
var HTMLJustifiPayoutDetailsElement: {
|
|
683
|
+
prototype: HTMLJustifiPayoutDetailsElement;
|
|
684
|
+
new (): HTMLJustifiPayoutDetailsElement;
|
|
685
|
+
};
|
|
379
686
|
/**
|
|
380
687
|
* @exportedPart table-head: Table head
|
|
381
688
|
* @exportedPart table-head-row: Head row
|
|
@@ -391,7 +698,9 @@ declare global {
|
|
|
391
698
|
* @exportedPart arrow: Both paging buttons
|
|
392
699
|
* @exportedPart arrow-left: Previous page button
|
|
393
700
|
* @exportedPart arrow-right: Next page button
|
|
394
|
-
* @exportedPart
|
|
701
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
702
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
703
|
+
* @exportedPart next-button-text: Text for Next button
|
|
395
704
|
*/
|
|
396
705
|
interface HTMLJustifiPayoutsListElement extends Components.JustifiPayoutsList, HTMLStencilElement {
|
|
397
706
|
}
|
|
@@ -399,6 +708,37 @@ declare global {
|
|
|
399
708
|
prototype: HTMLJustifiPayoutsListElement;
|
|
400
709
|
new (): HTMLJustifiPayoutsListElement;
|
|
401
710
|
};
|
|
711
|
+
/**
|
|
712
|
+
* @exportedPart table-head: Table head
|
|
713
|
+
* @exportedPart table-head-row: Head row
|
|
714
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
715
|
+
* @exportedPart table-body: Body of the table
|
|
716
|
+
* @exportedPart table-row: Row of the table
|
|
717
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
718
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
719
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
720
|
+
* @exportedPart error-state: Row for Error state
|
|
721
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
722
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
723
|
+
* @exportedPart arrow: Both paging buttons
|
|
724
|
+
* @exportedPart arrow-left: Previous page button
|
|
725
|
+
* @exportedPart arrow-right: Next page button
|
|
726
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
727
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
728
|
+
* @exportedPart next-button-text: Text for Next button
|
|
729
|
+
*/
|
|
730
|
+
interface HTMLJustifiProceedsListElement extends Components.JustifiProceedsList, HTMLStencilElement {
|
|
731
|
+
}
|
|
732
|
+
var HTMLJustifiProceedsListElement: {
|
|
733
|
+
prototype: HTMLJustifiProceedsListElement;
|
|
734
|
+
new (): HTMLJustifiProceedsListElement;
|
|
735
|
+
};
|
|
736
|
+
interface HTMLJustifiTableElement extends Components.JustifiTable, HTMLStencilElement {
|
|
737
|
+
}
|
|
738
|
+
var HTMLJustifiTableElement: {
|
|
739
|
+
prototype: HTMLJustifiTableElement;
|
|
740
|
+
new (): HTMLJustifiTableElement;
|
|
741
|
+
};
|
|
402
742
|
interface HTMLSelectInputElement extends Components.SelectInput, HTMLStencilElement {
|
|
403
743
|
}
|
|
404
744
|
var HTMLSelectInputElement: {
|
|
@@ -412,28 +752,82 @@ declare global {
|
|
|
412
752
|
new (): HTMLTextInputElement;
|
|
413
753
|
};
|
|
414
754
|
interface HTMLElementTagNameMap {
|
|
755
|
+
"form-control-datepart": HTMLFormControlDatepartElement;
|
|
756
|
+
"form-control-monetary": HTMLFormControlMonetaryElement;
|
|
757
|
+
"form-control-number": HTMLFormControlNumberElement;
|
|
758
|
+
"form-control-number-masked": HTMLFormControlNumberMaskedElement;
|
|
415
759
|
"form-control-select": HTMLFormControlSelectElement;
|
|
416
760
|
"form-control-text": HTMLFormControlTextElement;
|
|
761
|
+
"justifi-additional-questions": HTMLJustifiAdditionalQuestionsElement;
|
|
417
762
|
"justifi-bank-account-form": HTMLJustifiBankAccountFormElement;
|
|
418
763
|
"justifi-billing-form": HTMLJustifiBillingFormElement;
|
|
419
764
|
"justifi-business-address-form": HTMLJustifiBusinessAddressFormElement;
|
|
420
765
|
"justifi-business-form": HTMLJustifiBusinessFormElement;
|
|
421
766
|
"justifi-business-generic-info": HTMLJustifiBusinessGenericInfoElement;
|
|
767
|
+
"justifi-business-list": HTMLJustifiBusinessListElement;
|
|
422
768
|
"justifi-business-owners": HTMLJustifiBusinessOwnersElement;
|
|
423
769
|
"justifi-business-representative": HTMLJustifiBusinessRepresentativeElement;
|
|
424
770
|
"justifi-card-form": HTMLJustifiCardFormElement;
|
|
771
|
+
"justifi-details": HTMLJustifiDetailsElement;
|
|
772
|
+
"justifi-legal-address-form": HTMLJustifiLegalAddressFormElement;
|
|
773
|
+
"justifi-payment-details": HTMLJustifiPaymentDetailsElement;
|
|
425
774
|
"justifi-payment-form": HTMLJustifiPaymentFormElement;
|
|
426
775
|
"justifi-payment-method-form": HTMLJustifiPaymentMethodFormElement;
|
|
427
776
|
"justifi-payment-method-selector": HTMLJustifiPaymentMethodSelectorElement;
|
|
428
777
|
"justifi-payments-list": HTMLJustifiPaymentsListElement;
|
|
778
|
+
"justifi-payout-details": HTMLJustifiPayoutDetailsElement;
|
|
429
779
|
"justifi-payouts-list": HTMLJustifiPayoutsListElement;
|
|
780
|
+
"justifi-proceeds-list": HTMLJustifiProceedsListElement;
|
|
781
|
+
"justifi-table": HTMLJustifiTableElement;
|
|
430
782
|
"select-input": HTMLSelectInputElement;
|
|
431
783
|
"text-input": HTMLTextInputElement;
|
|
432
784
|
}
|
|
433
785
|
}
|
|
434
786
|
declare namespace LocalJSX {
|
|
787
|
+
interface FormControlDatepart {
|
|
788
|
+
"defaultValue"?: string;
|
|
789
|
+
"disabled"?: boolean;
|
|
790
|
+
"error"?: string;
|
|
791
|
+
"inputHandler"?: (name: string, value: string) => void;
|
|
792
|
+
"label"?: string;
|
|
793
|
+
"name"?: string;
|
|
794
|
+
"onFormControlBlur"?: (event: FormControlDatepartCustomEvent<any>) => void;
|
|
795
|
+
"onFormControlInput"?: (event: FormControlDatepartCustomEvent<any>) => void;
|
|
796
|
+
"type"?: 'day' | 'month' | 'year';
|
|
797
|
+
}
|
|
798
|
+
interface FormControlMonetary {
|
|
799
|
+
"defaultValue"?: string;
|
|
800
|
+
"error"?: string;
|
|
801
|
+
"inputHandler"?: (name: string, value: string) => void;
|
|
802
|
+
"label"?: string;
|
|
803
|
+
"name"?: any;
|
|
804
|
+
"onFormControlBlur"?: (event: FormControlMonetaryCustomEvent<any>) => void;
|
|
805
|
+
"onFormControlInput"?: (event: FormControlMonetaryCustomEvent<any>) => void;
|
|
806
|
+
}
|
|
807
|
+
interface FormControlNumber {
|
|
808
|
+
"defaultValue"?: string;
|
|
809
|
+
"disabled"?: boolean;
|
|
810
|
+
"error"?: string;
|
|
811
|
+
"inputHandler"?: (name: string, value: string) => void;
|
|
812
|
+
"label"?: string;
|
|
813
|
+
"name"?: any;
|
|
814
|
+
"onFormControlBlur"?: (event: FormControlNumberCustomEvent<any>) => void;
|
|
815
|
+
"onFormControlInput"?: (event: FormControlNumberCustomEvent<any>) => void;
|
|
816
|
+
}
|
|
817
|
+
interface FormControlNumberMasked {
|
|
818
|
+
"defaultValue"?: string;
|
|
819
|
+
"disabled"?: boolean;
|
|
820
|
+
"error"?: string;
|
|
821
|
+
"inputHandler"?: (name: string, value: string) => void;
|
|
822
|
+
"label"?: string;
|
|
823
|
+
"mask"?: string;
|
|
824
|
+
"name"?: any;
|
|
825
|
+
"onFormControlBlur"?: (event: FormControlNumberMaskedCustomEvent<any>) => void;
|
|
826
|
+
"onFormControlInput"?: (event: FormControlNumberMaskedCustomEvent<any>) => void;
|
|
827
|
+
}
|
|
435
828
|
interface FormControlSelect {
|
|
436
829
|
"defaultValue"?: string;
|
|
830
|
+
"disabled"?: boolean;
|
|
437
831
|
"error"?: string;
|
|
438
832
|
"inputHandler"?: (name: string, value: string) => void;
|
|
439
833
|
"label"?: string;
|
|
@@ -444,6 +838,7 @@ declare namespace LocalJSX {
|
|
|
444
838
|
}
|
|
445
839
|
interface FormControlText {
|
|
446
840
|
"defaultValue"?: string;
|
|
841
|
+
"disabled"?: boolean;
|
|
447
842
|
"error"?: string;
|
|
448
843
|
"inputHandler"?: (name: string, value: string) => void;
|
|
449
844
|
"label"?: string;
|
|
@@ -451,6 +846,14 @@ declare namespace LocalJSX {
|
|
|
451
846
|
"onFormControlBlur"?: (event: FormControlTextCustomEvent<any>) => void;
|
|
452
847
|
"onFormControlInput"?: (event: FormControlTextCustomEvent<any>) => void;
|
|
453
848
|
}
|
|
849
|
+
/**
|
|
850
|
+
* @exportedPart label: Label for inputs
|
|
851
|
+
* @exportedPart input: The input fields
|
|
852
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
853
|
+
*/
|
|
854
|
+
interface JustifiAdditionalQuestions {
|
|
855
|
+
"formController"?: FormController;
|
|
856
|
+
}
|
|
454
857
|
interface JustifiBankAccountForm {
|
|
455
858
|
/**
|
|
456
859
|
* URL for the rendered iFrame. End-users need not use this.
|
|
@@ -514,6 +917,27 @@ declare namespace LocalJSX {
|
|
|
514
917
|
interface JustifiBusinessGenericInfo {
|
|
515
918
|
"formController"?: FormController;
|
|
516
919
|
}
|
|
920
|
+
/**
|
|
921
|
+
* @exportedPart table-head: Table head
|
|
922
|
+
* @exportedPart table-head-row: Head row
|
|
923
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
924
|
+
* @exportedPart table-body: Body of the table
|
|
925
|
+
* @exportedPart table-row: Row of the table
|
|
926
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
927
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
928
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
929
|
+
* @exportedPart error-state: Row for Error state
|
|
930
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
931
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
932
|
+
* @exportedPart arrow: Both paging buttons
|
|
933
|
+
* @exportedPart arrow-left: Previous page button
|
|
934
|
+
* @exportedPart arrow-right: Next page button
|
|
935
|
+
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
936
|
+
*/
|
|
937
|
+
interface JustifiBusinessList {
|
|
938
|
+
"accountId"?: string;
|
|
939
|
+
"authToken"?: string;
|
|
940
|
+
}
|
|
517
941
|
/**
|
|
518
942
|
* @exportedPart label: Label for inputs
|
|
519
943
|
* @exportedPart input: The input fields
|
|
@@ -521,6 +945,7 @@ declare namespace LocalJSX {
|
|
|
521
945
|
*/
|
|
522
946
|
interface JustifiBusinessOwners {
|
|
523
947
|
"formController"?: FormController;
|
|
948
|
+
"isEditing"?: boolean;
|
|
524
949
|
}
|
|
525
950
|
interface JustifiBusinessRepresentative {
|
|
526
951
|
"formController"?: FormController;
|
|
@@ -559,6 +984,39 @@ declare namespace LocalJSX {
|
|
|
559
984
|
*/
|
|
560
985
|
"validationMode"?: 'onChange' | 'onBlur' | 'onSubmit' | 'onTouched' | 'all';
|
|
561
986
|
}
|
|
987
|
+
interface JustifiDetails {
|
|
988
|
+
"entity"?: { metadata: any };
|
|
989
|
+
"errorMessage"?: string;
|
|
990
|
+
}
|
|
991
|
+
/**
|
|
992
|
+
* @exportedPart label: Label for inputs
|
|
993
|
+
* @exportedPart input: The input fields
|
|
994
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
995
|
+
*/
|
|
996
|
+
interface JustifiLegalAddressForm {
|
|
997
|
+
"formController"?: FormController;
|
|
998
|
+
"legend"?: string;
|
|
999
|
+
}
|
|
1000
|
+
/**
|
|
1001
|
+
* @exportedPart detail-loading-spinner
|
|
1002
|
+
* @exportedPart detail-loading-state
|
|
1003
|
+
* @exportedPart detail-empty-state
|
|
1004
|
+
* @exportedPart detail-head
|
|
1005
|
+
* @exportedPart detail-title
|
|
1006
|
+
* @exportedPart detail-method
|
|
1007
|
+
* @exportedPart detail-info
|
|
1008
|
+
* @exportedPart detail-info-item
|
|
1009
|
+
* @exportedPart detail-info-item-title
|
|
1010
|
+
* @exportedPart detail-info-item-data
|
|
1011
|
+
* @exportedPart detail-metadata
|
|
1012
|
+
* @exportedPart detail-metadata-title
|
|
1013
|
+
* @exportedPart detail-method-title
|
|
1014
|
+
* @exportedPart detail-method-data
|
|
1015
|
+
*/
|
|
1016
|
+
interface JustifiPaymentDetails {
|
|
1017
|
+
"authToken"?: string;
|
|
1018
|
+
"paymentId"?: string;
|
|
1019
|
+
}
|
|
562
1020
|
interface JustifiPaymentForm {
|
|
563
1021
|
"accountId"?: string;
|
|
564
1022
|
"bankAccount"?: boolean;
|
|
@@ -597,11 +1055,34 @@ declare namespace LocalJSX {
|
|
|
597
1055
|
* @exportedPart arrow: Both paging buttons
|
|
598
1056
|
* @exportedPart arrow-left: Previous page button
|
|
599
1057
|
* @exportedPart arrow-right: Next page button
|
|
600
|
-
* @exportedPart
|
|
1058
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1059
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1060
|
+
* @exportedPart next-button-text: Text for Next button
|
|
601
1061
|
*/
|
|
602
1062
|
interface JustifiPaymentsList {
|
|
603
1063
|
"accountId"?: string;
|
|
604
1064
|
"authToken"?: string;
|
|
1065
|
+
"onPayment-row-clicked"?: (event: JustifiPaymentsListCustomEvent<Payment>) => void;
|
|
1066
|
+
}
|
|
1067
|
+
/**
|
|
1068
|
+
* @exportedPart detail-loading-spinner
|
|
1069
|
+
* @exportedPart detail-loading-state
|
|
1070
|
+
* @exportedPart detail-empty-state
|
|
1071
|
+
* @exportedPart detail-head
|
|
1072
|
+
* @exportedPart detail-title
|
|
1073
|
+
* @exportedPart detail-method
|
|
1074
|
+
* @exportedPart detail-info
|
|
1075
|
+
* @exportedPart detail-info-item
|
|
1076
|
+
* @exportedPart detail-info-item-title
|
|
1077
|
+
* @exportedPart detail-info-item-data
|
|
1078
|
+
* @exportedPart detail-metadata
|
|
1079
|
+
* @exportedPart detail-metadata-title
|
|
1080
|
+
* @exportedPart detail-method-title
|
|
1081
|
+
* @exportedPart detail-method-data
|
|
1082
|
+
*/
|
|
1083
|
+
interface JustifiPayoutDetails {
|
|
1084
|
+
"authToken"?: string;
|
|
1085
|
+
"payoutId"?: string;
|
|
605
1086
|
}
|
|
606
1087
|
/**
|
|
607
1088
|
* @exportedPart table-head: Table head
|
|
@@ -618,11 +1099,47 @@ declare namespace LocalJSX {
|
|
|
618
1099
|
* @exportedPart arrow: Both paging buttons
|
|
619
1100
|
* @exportedPart arrow-left: Previous page button
|
|
620
1101
|
* @exportedPart arrow-right: Next page button
|
|
621
|
-
* @exportedPart
|
|
1102
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1103
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1104
|
+
* @exportedPart next-button-text: Text for Next button
|
|
622
1105
|
*/
|
|
623
1106
|
interface JustifiPayoutsList {
|
|
624
1107
|
"accountId"?: string;
|
|
625
1108
|
"authToken"?: string;
|
|
1109
|
+
"onPayout-row-clicked"?: (event: JustifiPayoutsListCustomEvent<Payout>) => void;
|
|
1110
|
+
}
|
|
1111
|
+
/**
|
|
1112
|
+
* @exportedPart table-head: Table head
|
|
1113
|
+
* @exportedPart table-head-row: Head row
|
|
1114
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
1115
|
+
* @exportedPart table-body: Body of the table
|
|
1116
|
+
* @exportedPart table-row: Row of the table
|
|
1117
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
1118
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
1119
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
1120
|
+
* @exportedPart error-state: Row for Error state
|
|
1121
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
1122
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
1123
|
+
* @exportedPart arrow: Both paging buttons
|
|
1124
|
+
* @exportedPart arrow-left: Previous page button
|
|
1125
|
+
* @exportedPart arrow-right: Next page button
|
|
1126
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1127
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1128
|
+
* @exportedPart next-button-text: Text for Next button
|
|
1129
|
+
*/
|
|
1130
|
+
interface JustifiProceedsList {
|
|
1131
|
+
"accountId"?: string;
|
|
1132
|
+
"authToken"?: string;
|
|
1133
|
+
"onProceed-row-clicked"?: (event: JustifiProceedsListCustomEvent<Proceed>) => void;
|
|
1134
|
+
}
|
|
1135
|
+
interface JustifiTable {
|
|
1136
|
+
"columnData": TableProps['columnData'];
|
|
1137
|
+
"entityId"?: string[];
|
|
1138
|
+
"errorMessage"?: TableProps['errorMessage'];
|
|
1139
|
+
"loading"?: TableProps['loading'];
|
|
1140
|
+
"paging"?: TableProps['paging'];
|
|
1141
|
+
"rowClickHandler"?: (e: any) => any;
|
|
1142
|
+
"rowData"?: TableProps['rowData'];
|
|
626
1143
|
}
|
|
627
1144
|
interface SelectInput {
|
|
628
1145
|
"defaultValue"?: string;
|
|
@@ -640,21 +1157,33 @@ declare namespace LocalJSX {
|
|
|
640
1157
|
"onFieldReceivedInput"?: (event: TextInputCustomEvent<{ name: string; value: string }>) => void;
|
|
641
1158
|
}
|
|
642
1159
|
interface IntrinsicElements {
|
|
1160
|
+
"form-control-datepart": FormControlDatepart;
|
|
1161
|
+
"form-control-monetary": FormControlMonetary;
|
|
1162
|
+
"form-control-number": FormControlNumber;
|
|
1163
|
+
"form-control-number-masked": FormControlNumberMasked;
|
|
643
1164
|
"form-control-select": FormControlSelect;
|
|
644
1165
|
"form-control-text": FormControlText;
|
|
1166
|
+
"justifi-additional-questions": JustifiAdditionalQuestions;
|
|
645
1167
|
"justifi-bank-account-form": JustifiBankAccountForm;
|
|
646
1168
|
"justifi-billing-form": JustifiBillingForm;
|
|
647
1169
|
"justifi-business-address-form": JustifiBusinessAddressForm;
|
|
648
1170
|
"justifi-business-form": JustifiBusinessForm;
|
|
649
1171
|
"justifi-business-generic-info": JustifiBusinessGenericInfo;
|
|
1172
|
+
"justifi-business-list": JustifiBusinessList;
|
|
650
1173
|
"justifi-business-owners": JustifiBusinessOwners;
|
|
651
1174
|
"justifi-business-representative": JustifiBusinessRepresentative;
|
|
652
1175
|
"justifi-card-form": JustifiCardForm;
|
|
1176
|
+
"justifi-details": JustifiDetails;
|
|
1177
|
+
"justifi-legal-address-form": JustifiLegalAddressForm;
|
|
1178
|
+
"justifi-payment-details": JustifiPaymentDetails;
|
|
653
1179
|
"justifi-payment-form": JustifiPaymentForm;
|
|
654
1180
|
"justifi-payment-method-form": JustifiPaymentMethodForm;
|
|
655
1181
|
"justifi-payment-method-selector": JustifiPaymentMethodSelector;
|
|
656
1182
|
"justifi-payments-list": JustifiPaymentsList;
|
|
1183
|
+
"justifi-payout-details": JustifiPayoutDetails;
|
|
657
1184
|
"justifi-payouts-list": JustifiPayoutsList;
|
|
1185
|
+
"justifi-proceeds-list": JustifiProceedsList;
|
|
1186
|
+
"justifi-table": JustifiTable;
|
|
658
1187
|
"select-input": SelectInput;
|
|
659
1188
|
"text-input": TextInput;
|
|
660
1189
|
}
|
|
@@ -663,8 +1192,18 @@ export { LocalJSX as JSX };
|
|
|
663
1192
|
declare module "@stencil/core" {
|
|
664
1193
|
export namespace JSX {
|
|
665
1194
|
interface IntrinsicElements {
|
|
1195
|
+
"form-control-datepart": LocalJSX.FormControlDatepart & JSXBase.HTMLAttributes<HTMLFormControlDatepartElement>;
|
|
1196
|
+
"form-control-monetary": LocalJSX.FormControlMonetary & JSXBase.HTMLAttributes<HTMLFormControlMonetaryElement>;
|
|
1197
|
+
"form-control-number": LocalJSX.FormControlNumber & JSXBase.HTMLAttributes<HTMLFormControlNumberElement>;
|
|
1198
|
+
"form-control-number-masked": LocalJSX.FormControlNumberMasked & JSXBase.HTMLAttributes<HTMLFormControlNumberMaskedElement>;
|
|
666
1199
|
"form-control-select": LocalJSX.FormControlSelect & JSXBase.HTMLAttributes<HTMLFormControlSelectElement>;
|
|
667
1200
|
"form-control-text": LocalJSX.FormControlText & JSXBase.HTMLAttributes<HTMLFormControlTextElement>;
|
|
1201
|
+
/**
|
|
1202
|
+
* @exportedPart label: Label for inputs
|
|
1203
|
+
* @exportedPart input: The input fields
|
|
1204
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1205
|
+
*/
|
|
1206
|
+
"justifi-additional-questions": LocalJSX.JustifiAdditionalQuestions & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsElement>;
|
|
668
1207
|
"justifi-bank-account-form": LocalJSX.JustifiBankAccountForm & JSXBase.HTMLAttributes<HTMLJustifiBankAccountFormElement>;
|
|
669
1208
|
/**
|
|
670
1209
|
* @exportedPart label: Label for inputs
|
|
@@ -685,6 +1224,24 @@ declare module "@stencil/core" {
|
|
|
685
1224
|
* @exportedPart input-invalid: Invalid state for inputfs
|
|
686
1225
|
*/
|
|
687
1226
|
"justifi-business-generic-info": LocalJSX.JustifiBusinessGenericInfo & JSXBase.HTMLAttributes<HTMLJustifiBusinessGenericInfoElement>;
|
|
1227
|
+
/**
|
|
1228
|
+
* @exportedPart table-head: Table head
|
|
1229
|
+
* @exportedPart table-head-row: Head row
|
|
1230
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
1231
|
+
* @exportedPart table-body: Body of the table
|
|
1232
|
+
* @exportedPart table-row: Row of the table
|
|
1233
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
1234
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
1235
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
1236
|
+
* @exportedPart error-state: Row for Error state
|
|
1237
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
1238
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
1239
|
+
* @exportedPart arrow: Both paging buttons
|
|
1240
|
+
* @exportedPart arrow-left: Previous page button
|
|
1241
|
+
* @exportedPart arrow-right: Next page button
|
|
1242
|
+
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
1243
|
+
*/
|
|
1244
|
+
"justifi-business-list": LocalJSX.JustifiBusinessList & JSXBase.HTMLAttributes<HTMLJustifiBusinessListElement>;
|
|
688
1245
|
/**
|
|
689
1246
|
* @exportedPart label: Label for inputs
|
|
690
1247
|
* @exportedPart input: The input fields
|
|
@@ -693,6 +1250,30 @@ declare module "@stencil/core" {
|
|
|
693
1250
|
"justifi-business-owners": LocalJSX.JustifiBusinessOwners & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersElement>;
|
|
694
1251
|
"justifi-business-representative": LocalJSX.JustifiBusinessRepresentative & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeElement>;
|
|
695
1252
|
"justifi-card-form": LocalJSX.JustifiCardForm & JSXBase.HTMLAttributes<HTMLJustifiCardFormElement>;
|
|
1253
|
+
"justifi-details": LocalJSX.JustifiDetails & JSXBase.HTMLAttributes<HTMLJustifiDetailsElement>;
|
|
1254
|
+
/**
|
|
1255
|
+
* @exportedPart label: Label for inputs
|
|
1256
|
+
* @exportedPart input: The input fields
|
|
1257
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
1258
|
+
*/
|
|
1259
|
+
"justifi-legal-address-form": LocalJSX.JustifiLegalAddressForm & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormElement>;
|
|
1260
|
+
/**
|
|
1261
|
+
* @exportedPart detail-loading-spinner
|
|
1262
|
+
* @exportedPart detail-loading-state
|
|
1263
|
+
* @exportedPart detail-empty-state
|
|
1264
|
+
* @exportedPart detail-head
|
|
1265
|
+
* @exportedPart detail-title
|
|
1266
|
+
* @exportedPart detail-method
|
|
1267
|
+
* @exportedPart detail-info
|
|
1268
|
+
* @exportedPart detail-info-item
|
|
1269
|
+
* @exportedPart detail-info-item-title
|
|
1270
|
+
* @exportedPart detail-info-item-data
|
|
1271
|
+
* @exportedPart detail-metadata
|
|
1272
|
+
* @exportedPart detail-metadata-title
|
|
1273
|
+
* @exportedPart detail-method-title
|
|
1274
|
+
* @exportedPart detail-method-data
|
|
1275
|
+
*/
|
|
1276
|
+
"justifi-payment-details": LocalJSX.JustifiPaymentDetails & JSXBase.HTMLAttributes<HTMLJustifiPaymentDetailsElement>;
|
|
696
1277
|
"justifi-payment-form": LocalJSX.JustifiPaymentForm & JSXBase.HTMLAttributes<HTMLJustifiPaymentFormElement>;
|
|
697
1278
|
"justifi-payment-method-form": LocalJSX.JustifiPaymentMethodForm & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodFormElement>;
|
|
698
1279
|
"justifi-payment-method-selector": LocalJSX.JustifiPaymentMethodSelector & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodSelectorElement>;
|
|
@@ -711,9 +1292,28 @@ declare module "@stencil/core" {
|
|
|
711
1292
|
* @exportedPart arrow: Both paging buttons
|
|
712
1293
|
* @exportedPart arrow-left: Previous page button
|
|
713
1294
|
* @exportedPart arrow-right: Next page button
|
|
714
|
-
* @exportedPart
|
|
1295
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1296
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1297
|
+
* @exportedPart next-button-text: Text for Next button
|
|
715
1298
|
*/
|
|
716
1299
|
"justifi-payments-list": LocalJSX.JustifiPaymentsList & JSXBase.HTMLAttributes<HTMLJustifiPaymentsListElement>;
|
|
1300
|
+
/**
|
|
1301
|
+
* @exportedPart detail-loading-spinner
|
|
1302
|
+
* @exportedPart detail-loading-state
|
|
1303
|
+
* @exportedPart detail-empty-state
|
|
1304
|
+
* @exportedPart detail-head
|
|
1305
|
+
* @exportedPart detail-title
|
|
1306
|
+
* @exportedPart detail-method
|
|
1307
|
+
* @exportedPart detail-info
|
|
1308
|
+
* @exportedPart detail-info-item
|
|
1309
|
+
* @exportedPart detail-info-item-title
|
|
1310
|
+
* @exportedPart detail-info-item-data
|
|
1311
|
+
* @exportedPart detail-metadata
|
|
1312
|
+
* @exportedPart detail-metadata-title
|
|
1313
|
+
* @exportedPart detail-method-title
|
|
1314
|
+
* @exportedPart detail-method-data
|
|
1315
|
+
*/
|
|
1316
|
+
"justifi-payout-details": LocalJSX.JustifiPayoutDetails & JSXBase.HTMLAttributes<HTMLJustifiPayoutDetailsElement>;
|
|
717
1317
|
/**
|
|
718
1318
|
* @exportedPart table-head: Table head
|
|
719
1319
|
* @exportedPart table-head-row: Head row
|
|
@@ -729,9 +1329,32 @@ declare module "@stencil/core" {
|
|
|
729
1329
|
* @exportedPart arrow: Both paging buttons
|
|
730
1330
|
* @exportedPart arrow-left: Previous page button
|
|
731
1331
|
* @exportedPart arrow-right: Next page button
|
|
732
|
-
* @exportedPart
|
|
1332
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1333
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1334
|
+
* @exportedPart next-button-text: Text for Next button
|
|
733
1335
|
*/
|
|
734
1336
|
"justifi-payouts-list": LocalJSX.JustifiPayoutsList & JSXBase.HTMLAttributes<HTMLJustifiPayoutsListElement>;
|
|
1337
|
+
/**
|
|
1338
|
+
* @exportedPart table-head: Table head
|
|
1339
|
+
* @exportedPart table-head-row: Head row
|
|
1340
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
1341
|
+
* @exportedPart table-body: Body of the table
|
|
1342
|
+
* @exportedPart table-row: Row of the table
|
|
1343
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
1344
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
1345
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
1346
|
+
* @exportedPart error-state: Row for Error state
|
|
1347
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
1348
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
1349
|
+
* @exportedPart arrow: Both paging buttons
|
|
1350
|
+
* @exportedPart arrow-left: Previous page button
|
|
1351
|
+
* @exportedPart arrow-right: Next page button
|
|
1352
|
+
* @exportedPart button-disabled: Disabled state for paging buttons
|
|
1353
|
+
* @exportedPart previous-button-text: Text for Previous button
|
|
1354
|
+
* @exportedPart next-button-text: Text for Next button
|
|
1355
|
+
*/
|
|
1356
|
+
"justifi-proceeds-list": LocalJSX.JustifiProceedsList & JSXBase.HTMLAttributes<HTMLJustifiProceedsListElement>;
|
|
1357
|
+
"justifi-table": LocalJSX.JustifiTable & JSXBase.HTMLAttributes<HTMLJustifiTableElement>;
|
|
735
1358
|
"select-input": LocalJSX.SelectInput & JSXBase.HTMLAttributes<HTMLSelectInputElement>;
|
|
736
1359
|
"text-input": LocalJSX.TextInput & JSXBase.HTMLAttributes<HTMLTextInputElement>;
|
|
737
1360
|
}
|