@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
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { p as promiseResolve, b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
1
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-fe877d03.js';
|
|
2
|
+
export { s as setNonce } from './index-fe877d03.js';
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Patch Browser v4.0
|
|
5
|
+
Stencil Client Patch Browser v4.1.0 | MIT Licensed | https://stenciljs.com
|
|
6
6
|
*/
|
|
7
7
|
const patchBrowser = () => {
|
|
8
8
|
const importMeta = import.meta.url;
|
|
@@ -14,7 +14,7 @@ const patchBrowser = () => {
|
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
patchBrowser().then(options => {
|
|
17
|
-
return bootstrapLazy([["justifi-business-form",[[
|
|
17
|
+
return bootstrapLazy([["justifi-business-form",[[0,"justifi-business-form",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"isLoading":[32]}]]],["justifi-payment-form",[[1,"justifi-payment-form",{"bankAccount":[4,"bank-account"],"card":[4],"email":[1],"iframeOrigin":[1,"iframe-origin"],"clientId":[1,"client-id"],"accountId":[1,"account-id"],"submitButtonText":[1,"submit-button-text"],"submitButtonEnabled":[32],"hasLoadedFonts":[32],"isLoading":[32],"selectedPaymentMethodType":[32],"allowedPaymentMethodTypes":[32],"fillBillingForm":[64],"enableSubmitButton":[64],"loadFontsOnParent":[64]},[[0,"paymentMethodSelected","paymentMethodSelectedHandler"]]]]],["justifi-bank-account-form",[[0,"justifi-bank-account-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["justifi-business-list",[[1,"justifi-business-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"businesses":[32],"loading":[32],"errorMessage":[32],"paging":[32]}]]],["justifi-card-form",[[0,"justifi-card-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"singleLine":[4,"single-line"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenize","tokenizeHandler"],[0,"paymentMethodFormValidate","validateHandler"]]]]],["justifi-details",[[1,"justifi-details",{"errorMessage":[1,"error-message"],"entity":[16]}]]],["justifi-payment-details",[[1,"justifi-payment-details",{"paymentId":[1,"payment-id"],"authToken":[1,"auth-token"],"payment":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-table",[[1,"justifi-table",{"loading":[4],"errorMessage":[1,"error-message"],"rowData":[16],"columnData":[16],"paging":[16],"entityId":[16],"rowClickHandler":[16]}]]],["justifi-payments-list",[[1,"justifi-payments-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"payments":[32],"loading":[32],"errorMessage":[32],"paging":[32]}]]],["justifi-payout-details",[[1,"justifi-payout-details",{"payoutId":[1,"payout-id"],"authToken":[1,"auth-token"],"payout":[32],"loading":[32],"errorMessage":[32]}]]],["justifi-payouts-list",[[1,"justifi-payouts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"payouts":[32],"loading":[32],"errorMessage":[32],"paging":[32]}]]],["justifi-proceeds-list",[[1,"justifi-proceeds-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"proceeds":[32],"loading":[32],"errorMessage":[32],"paging":[32]}]]],["select-input_2",[[1,"select-input",{"name":[1],"label":[1],"defaultValue":[1,"default-value"],"error":[1],"options":[16],"internalValue":[32]}],[1,"text-input",{"name":[1],"label":[1],"defaultValue":[1,"default-value"],"error":[1],"internalValue":[32]}]]],["justifi-billing-form_2",[[1,"justifi-billing-form",{"legend":[1025],"billingFields":[32],"billingFieldsErrors":[32],"fill":[64],"validate":[64],"getValues":[64]},[[0,"fieldReceivedInput","setFormValue"]]],[1,"justifi-payment-method-selector",{"paymentMethodTypes":[16],"selectedPaymentMethodType":[1,"selected-payment-method-type"]}]]],["form-control-monetary",[[1,"form-control-monetary",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16]}]]],["justifi-payment-method-form",[[0,"justifi-payment-method-form",{"paymentMethodFormType":[1,"payment-method-form-type"],"paymentMethodFormValidationMode":[1025,"payment-method-form-validation-mode"],"iframeOrigin":[1,"iframe-origin"],"singleLine":[4,"single-line"],"resize":[64],"tokenize":[64],"validate":[64]}]]],["form-control-select",[[1,"form-control-select",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"options":[16],"disabled":[4]}]]],["form-control-number_3",[[1,"form-control-number-masked",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"mask":[1],"disabled":[4]}],[1,"form-control-number",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"inputHandler":[16],"disabled":[4],"input":[32]}],[1,"form-control-text",{"label":[1],"name":[8],"error":[1],"defaultValue":[1,"default-value"],"disabled":[4],"inputHandler":[16],"input":[32]}]]],["form-control-datepart_2",[[1,"justifi-business-address-form",{"onFormUpdate":[16],"errors":[8],"defaultValues":[8,"default-values"],"address":[32]}],[1,"form-control-datepart",{"label":[1],"name":[1],"error":[1],"defaultValue":[1,"default-value"],"type":[1],"inputHandler":[16],"disabled":[4]}]]],["justifi-additional-questions_5",[[0,"justifi-business-representative",{"formController":[16],"errors":[32],"representative":[32]}],[0,"justifi-business-generic-info",{"formController":[16],"errors":[32],"business":[32]}],[0,"justifi-business-owners",{"formController":[16],"isEditing":[4,"is-editing"],"errors":[32],"owners":[32]}],[0,"justifi-legal-address-form",{"formController":[16],"legend":[1],"errors":[32],"legal_address":[32]}],[0,"justifi-additional-questions",{"formController":[16],"errors":[32],"additional_questions":[32]}]]]], options);
|
|
18
18
|
});
|
|
19
19
|
|
|
20
20
|
//# sourceMappingURL=webcomponents.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"webcomponents.js","mappings":";;;AAAA;AACA;AACA;AAGA,MAAM,YAAY,GAAG,MAAM;AAyB3B,IAAI,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;AACvC,IAAI,MAAM,IAAI,GAAiE,EAAE,CAAC;AAClF,IAAI,IAAI,UAAU,KAAK,EAAE,EAAE;AAC3B,QAAQ,IAAI,CAAC,YAAY,GAAG,IAAI,GAAG,CAAC,GAAG,EAAE,UAAU,CAAC,CAAC,IAAI,CAAC;AAC1D,KAAK;AACL,IAAI,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;AAChC,CAAC;;AChCD,YAAY,EAAE,CAAC,IAAI,CAAC,OAAO,IAAI;AAE/B,EAAE,OAAO,aAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;AAC9D,CAAC,CAAC","names":[],"sources":["../node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.0
|
|
1
|
+
{"file":"webcomponents.js","mappings":";;;AAAA;AACA;AACA;AAGA,MAAM,YAAY,GAAG,MAAM;AAyB3B,IAAI,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;AACvC,IAAI,MAAM,IAAI,GAAiE,EAAE,CAAC;AAClF,IAAI,IAAI,UAAU,KAAK,EAAE,EAAE;AAC3B,QAAQ,IAAI,CAAC,YAAY,GAAG,IAAI,GAAG,CAAC,GAAG,EAAE,UAAU,CAAC,CAAC,IAAI,CAAC;AAC1D,KAAK;AACL,IAAI,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;AAChC,CAAC;;AChCD,YAAY,EAAE,CAAC,IAAI,CAAC,OAAO,IAAI;AAE/B,EAAE,OAAO,aAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;AAC9D,CAAC,CAAC","names":[],"sources":["../node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.1.0 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, doc, promiseResolve, H } from '@stencil/core';\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n if (importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n return promiseResolve(opts);\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"version":3}
|
package/dist/types/api/Api.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export interface IErrorObject {
|
|
|
16
16
|
export interface IApiResponseCollection<T> extends IApiResponse<T> {
|
|
17
17
|
page_info: IPagination;
|
|
18
18
|
}
|
|
19
|
-
declare const Api: (authToken: string) => {
|
|
19
|
+
declare const Api: (authToken: string, customApiOrigin?: string) => {
|
|
20
20
|
get: (endpoint: string, params?: any, signal?: AbortSignal) => Promise<any>;
|
|
21
21
|
post: (endpoint: string, body?: any, params?: any, signal?: AbortSignal) => Promise<any>;
|
|
22
22
|
patch: (endpoint: string, body?: any, params?: any, signal?: AbortSignal) => Promise<any>;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { BankAccount } from './shared';
|
|
2
|
+
export declare enum BusinessStructure {
|
|
3
|
+
sole_proprietorship = "sole_proprietorship",
|
|
4
|
+
single_llc = "single_llc",
|
|
5
|
+
multi_llc = "multi_llc",
|
|
6
|
+
private_partnership = "private_partnership",
|
|
7
|
+
private_corporation = "private_corporation",
|
|
8
|
+
unincorporated_association = "unincorporated_association",
|
|
9
|
+
public_partnership = "public_partnership",
|
|
10
|
+
public_corporation = "public_corporation",
|
|
11
|
+
incorporated = "incorporated",
|
|
12
|
+
unincorporated = "unincorporated",
|
|
13
|
+
government_unit = "government_unit",
|
|
14
|
+
government_instrumentality = "government_instrumentality",
|
|
15
|
+
tax_exempt_government_instrumentality = "tax_exempt_government_instrumentality"
|
|
16
|
+
}
|
|
17
|
+
export declare enum BusinessType {
|
|
18
|
+
individual = "individual",
|
|
19
|
+
for_profit = "for_profit",
|
|
20
|
+
non_profit = "non_profit",
|
|
21
|
+
government_entity = "government_entity"
|
|
22
|
+
}
|
|
23
|
+
export interface Address {
|
|
24
|
+
id: string;
|
|
25
|
+
platform_account_id: string;
|
|
26
|
+
line1: string;
|
|
27
|
+
line2: string;
|
|
28
|
+
postal_code: string;
|
|
29
|
+
city: string;
|
|
30
|
+
state: string;
|
|
31
|
+
country: string;
|
|
32
|
+
created_at: string;
|
|
33
|
+
updated_at: string;
|
|
34
|
+
}
|
|
35
|
+
export interface Document {
|
|
36
|
+
business_id: string;
|
|
37
|
+
created_at: string;
|
|
38
|
+
description: string | null;
|
|
39
|
+
document_type: string;
|
|
40
|
+
file_name: string;
|
|
41
|
+
file_type: string;
|
|
42
|
+
id: string;
|
|
43
|
+
identity_id: string;
|
|
44
|
+
metadata: any;
|
|
45
|
+
platform_account_id: string;
|
|
46
|
+
presigned_url: string | null;
|
|
47
|
+
status: string;
|
|
48
|
+
updated_at: string;
|
|
49
|
+
}
|
|
50
|
+
export interface Identity {
|
|
51
|
+
address: Address;
|
|
52
|
+
created_at: string;
|
|
53
|
+
dob_day: string;
|
|
54
|
+
dob_month: string;
|
|
55
|
+
dob_year: string;
|
|
56
|
+
documents: Document[];
|
|
57
|
+
email: string;
|
|
58
|
+
id: string;
|
|
59
|
+
is_owner: boolean;
|
|
60
|
+
metadata: any;
|
|
61
|
+
name: string;
|
|
62
|
+
phone: string;
|
|
63
|
+
platform_account_id: string;
|
|
64
|
+
ssn_last4: string;
|
|
65
|
+
title: string;
|
|
66
|
+
updated_at: string;
|
|
67
|
+
}
|
|
68
|
+
export interface ProductCategories {
|
|
69
|
+
credit: boolean;
|
|
70
|
+
insurance: boolean;
|
|
71
|
+
lending: boolean;
|
|
72
|
+
payment: boolean;
|
|
73
|
+
}
|
|
74
|
+
export interface IBusiness {
|
|
75
|
+
business_structure: string;
|
|
76
|
+
business_type: string;
|
|
77
|
+
bank_accounts: BankAccount[];
|
|
78
|
+
created_at: string;
|
|
79
|
+
documents: Document[];
|
|
80
|
+
doing_business_as: string;
|
|
81
|
+
email: string;
|
|
82
|
+
id: string;
|
|
83
|
+
industry: string;
|
|
84
|
+
legal_address: Address;
|
|
85
|
+
legal_name: string;
|
|
86
|
+
metadata: any;
|
|
87
|
+
owners: Identity[];
|
|
88
|
+
phone: string;
|
|
89
|
+
platform_account_id: string;
|
|
90
|
+
representative: Identity | null;
|
|
91
|
+
tax_id: string;
|
|
92
|
+
updated_at: string;
|
|
93
|
+
website_url: string;
|
|
94
|
+
product_categories: ProductCategories;
|
|
95
|
+
}
|
|
96
|
+
export declare class Business implements IBusiness {
|
|
97
|
+
business_structure: string;
|
|
98
|
+
business_type: string;
|
|
99
|
+
bank_accounts: BankAccount[];
|
|
100
|
+
created_at: string;
|
|
101
|
+
documents: Document[];
|
|
102
|
+
doing_business_as: string;
|
|
103
|
+
email: string;
|
|
104
|
+
id: string;
|
|
105
|
+
industry: string;
|
|
106
|
+
legal_address: Address;
|
|
107
|
+
legal_name: string;
|
|
108
|
+
metadata: any;
|
|
109
|
+
owners: Identity[];
|
|
110
|
+
phone: string;
|
|
111
|
+
platform_account_id: string;
|
|
112
|
+
representative: Identity | null;
|
|
113
|
+
tax_id: string;
|
|
114
|
+
updated_at: string;
|
|
115
|
+
website_url: string;
|
|
116
|
+
product_categories: ProductCategories;
|
|
117
|
+
constructor(business: IBusiness);
|
|
118
|
+
}
|
|
119
|
+
export interface IProductReadiness {
|
|
120
|
+
business_id: string;
|
|
121
|
+
created_at: string;
|
|
122
|
+
id: string;
|
|
123
|
+
last_verified_at: string;
|
|
124
|
+
missing_optional_fields: string[];
|
|
125
|
+
missing_required_fields: string[];
|
|
126
|
+
percentage_complete: number;
|
|
127
|
+
percentage_ready: number;
|
|
128
|
+
platform_account_id: string;
|
|
129
|
+
product_category: string;
|
|
130
|
+
product_name: string;
|
|
131
|
+
required_ready: boolean;
|
|
132
|
+
updated_at: string;
|
|
133
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BankAccount } from "./shared";
|
|
1
2
|
export declare enum PayoutStatuses {
|
|
2
3
|
paid = "paid",
|
|
3
4
|
failed = "failed",
|
|
@@ -6,22 +7,19 @@ export declare enum PayoutStatuses {
|
|
|
6
7
|
in_transit = "in_transit",
|
|
7
8
|
canceled = "canceled"
|
|
8
9
|
}
|
|
9
|
-
export
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
currency: string;
|
|
17
|
-
nickname: string;
|
|
18
|
-
account_type: string;
|
|
10
|
+
export declare enum PayoutStatusesSafeNames {
|
|
11
|
+
paid = "Paid",
|
|
12
|
+
failed = "Failed",
|
|
13
|
+
forwarded = "Forwarded",
|
|
14
|
+
scheduled = "Scheduled",
|
|
15
|
+
in_transit = "In Transit",
|
|
16
|
+
canceled = "Canceled"
|
|
19
17
|
}
|
|
20
18
|
export interface IPayout {
|
|
21
19
|
id: string;
|
|
22
20
|
account_id: string;
|
|
23
21
|
amount: number;
|
|
24
|
-
bank_account:
|
|
22
|
+
bank_account: BankAccount;
|
|
25
23
|
currency: 'usd';
|
|
26
24
|
delivery_method: string;
|
|
27
25
|
description: string;
|
|
@@ -42,7 +40,7 @@ export declare class Payout implements IPayout {
|
|
|
42
40
|
id: string;
|
|
43
41
|
account_id: string;
|
|
44
42
|
amount: number;
|
|
45
|
-
bank_account:
|
|
43
|
+
bank_account: BankAccount;
|
|
46
44
|
currency: 'usd';
|
|
47
45
|
delivery_method: string;
|
|
48
46
|
description: string;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { BankAccount } from "./shared";
|
|
2
|
+
export declare enum ProceedStatuses {
|
|
3
|
+
paid = "paid",
|
|
4
|
+
failed = "failed",
|
|
5
|
+
forwarded = "forwarded",
|
|
6
|
+
scheduled = "scheduled",
|
|
7
|
+
in_transit = "in_transit",
|
|
8
|
+
canceled = "canceled"
|
|
9
|
+
}
|
|
10
|
+
export declare enum ProceedStatusesSafeNames {
|
|
11
|
+
paid = "Paid",
|
|
12
|
+
failed = "Failed",
|
|
13
|
+
forwarded = "Forwarded",
|
|
14
|
+
scheduled = "Scheduled",
|
|
15
|
+
in_transit = "In Transit",
|
|
16
|
+
canceled = "Canceled"
|
|
17
|
+
}
|
|
18
|
+
export interface IProceed {
|
|
19
|
+
id: string;
|
|
20
|
+
account_id: string;
|
|
21
|
+
amount: number;
|
|
22
|
+
bank_account: BankAccount;
|
|
23
|
+
currency: 'usd';
|
|
24
|
+
delivery_method: string;
|
|
25
|
+
description: string;
|
|
26
|
+
deposits_at: string;
|
|
27
|
+
fees_total: number;
|
|
28
|
+
refunds_count: number;
|
|
29
|
+
refunds_total: number;
|
|
30
|
+
payments_count: number;
|
|
31
|
+
payments_total: number;
|
|
32
|
+
payout_type: 'ach' | 'cc';
|
|
33
|
+
other_total: number;
|
|
34
|
+
status: ProceedStatuses;
|
|
35
|
+
metadata: any;
|
|
36
|
+
created_at: string;
|
|
37
|
+
updated_at: string;
|
|
38
|
+
}
|
|
39
|
+
export declare class Proceed implements IProceed {
|
|
40
|
+
id: string;
|
|
41
|
+
account_id: string;
|
|
42
|
+
amount: number;
|
|
43
|
+
bank_account: BankAccount;
|
|
44
|
+
currency: 'usd';
|
|
45
|
+
delivery_method: string;
|
|
46
|
+
description: string;
|
|
47
|
+
deposits_at: string;
|
|
48
|
+
fees_total: number;
|
|
49
|
+
refunds_count: number;
|
|
50
|
+
refunds_total: number;
|
|
51
|
+
payments_count: number;
|
|
52
|
+
payments_total: number;
|
|
53
|
+
payout_type: 'ach' | 'cc';
|
|
54
|
+
other_total: number;
|
|
55
|
+
status: ProceedStatuses;
|
|
56
|
+
metadata: any;
|
|
57
|
+
created_at: string;
|
|
58
|
+
updated_at: string;
|
|
59
|
+
constructor(payout: IProceed);
|
|
60
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FormController } from '../../form/form';
|
|
2
|
+
/**
|
|
3
|
+
* @exportedPart label: Label for inputs
|
|
4
|
+
* @exportedPart input: The input fields
|
|
5
|
+
* @exportedPart input-invalid: Invalid state for inputfs
|
|
6
|
+
*/
|
|
7
|
+
export declare class AdditionalQuestions {
|
|
8
|
+
formController: FormController;
|
|
9
|
+
errors: any;
|
|
10
|
+
additional_questions: any;
|
|
11
|
+
constructor();
|
|
12
|
+
componentDidLoad(): void;
|
|
13
|
+
inputHandler(name: string, value: string): void;
|
|
14
|
+
render(): any;
|
|
15
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as Yup from 'yup';
|
|
2
1
|
export declare const RegExZip: RegExp;
|
|
3
2
|
type BusinessType = 'for_profit' | 'non_profit' | 'government_entity' | 'individual' | '';
|
|
4
3
|
type BusinessStructure = 'sole_proprietorship' | 'single_llc' | 'multi_llc' | 'private_partnership' | 'private_corporation' | 'unincorporated_association' | 'public_partnership' | 'public_corporation' | 'incorporated' | 'unincorporated' | 'government_unit' | 'government_instrumentality' | 'tax_exempt_government_instrumentality' | '';
|
|
@@ -22,15 +21,21 @@ export declare const BusinessStructureOptions: {
|
|
|
22
21
|
label: string;
|
|
23
22
|
value: BusinessStructure;
|
|
24
23
|
}[];
|
|
25
|
-
declare const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
24
|
+
declare const businessFormSchema: import("yup").ObjectSchema<{
|
|
25
|
+
legal_address: {
|
|
26
|
+
city?: string;
|
|
27
|
+
state?: string;
|
|
28
|
+
line1?: string;
|
|
29
|
+
line2?: string;
|
|
30
|
+
postal_code?: string;
|
|
31
|
+
country?: string;
|
|
32
|
+
};
|
|
33
|
+
additional_questions: {
|
|
34
|
+
business_revenue?: string;
|
|
35
|
+
business_payment_volume?: string;
|
|
36
|
+
business_dispute_volume?: string;
|
|
37
|
+
business_receivable_volume?: string;
|
|
38
|
+
};
|
|
34
39
|
representative: {
|
|
35
40
|
address?: {
|
|
36
41
|
city?: string;
|
|
@@ -54,7 +59,6 @@ declare const BusinessFormSchema: Yup.ObjectSchema<{
|
|
|
54
59
|
postal_code?: string;
|
|
55
60
|
};
|
|
56
61
|
title?: string;
|
|
57
|
-
metadata?: any;
|
|
58
62
|
name?: string;
|
|
59
63
|
email?: string;
|
|
60
64
|
phone?: string;
|
|
@@ -64,15 +68,29 @@ declare const BusinessFormSchema: Yup.ObjectSchema<{
|
|
|
64
68
|
identification_number?: string;
|
|
65
69
|
is_owner?: boolean;
|
|
66
70
|
}[];
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
71
|
+
legal_name: unknown;
|
|
72
|
+
website_url: unknown;
|
|
73
|
+
email: unknown;
|
|
74
|
+
phone: unknown;
|
|
75
|
+
doing_business_as: unknown;
|
|
76
|
+
business_type: unknown;
|
|
77
|
+
business_structure: unknown;
|
|
78
|
+
industry: unknown;
|
|
79
|
+
}, import("yup").AnyObject, {
|
|
80
|
+
legal_address: {
|
|
81
|
+
line1: undefined;
|
|
82
|
+
line2: undefined;
|
|
83
|
+
city: undefined;
|
|
84
|
+
state: undefined;
|
|
85
|
+
postal_code: undefined;
|
|
86
|
+
country: undefined;
|
|
87
|
+
};
|
|
88
|
+
additional_questions: {
|
|
89
|
+
business_revenue: undefined;
|
|
90
|
+
business_payment_volume: undefined;
|
|
91
|
+
business_dispute_volume: undefined;
|
|
92
|
+
business_receivable_volume: undefined;
|
|
93
|
+
};
|
|
76
94
|
representative: {
|
|
77
95
|
name: undefined;
|
|
78
96
|
email: undefined;
|
|
@@ -89,5 +107,13 @@ declare const BusinessFormSchema: Yup.ObjectSchema<{
|
|
|
89
107
|
};
|
|
90
108
|
};
|
|
91
109
|
owners: "";
|
|
110
|
+
legal_name: undefined;
|
|
111
|
+
website_url: undefined;
|
|
112
|
+
email: undefined;
|
|
113
|
+
phone: undefined;
|
|
114
|
+
doing_business_as: undefined;
|
|
115
|
+
business_type: undefined;
|
|
116
|
+
business_structure: undefined;
|
|
117
|
+
industry: undefined;
|
|
92
118
|
}, "">;
|
|
93
|
-
export default
|
|
119
|
+
export default businessFormSchema;
|
|
@@ -6,9 +6,14 @@
|
|
|
6
6
|
export declare class BusinessForm {
|
|
7
7
|
authToken: string;
|
|
8
8
|
businessId?: string;
|
|
9
|
+
isLoading: boolean;
|
|
9
10
|
private formController;
|
|
11
|
+
private api;
|
|
10
12
|
constructor();
|
|
11
|
-
|
|
12
|
-
|
|
13
|
+
componentWillLoad(): void;
|
|
14
|
+
private parseForPatching;
|
|
15
|
+
private sendData;
|
|
16
|
+
private fetchData;
|
|
17
|
+
private validateAndSubmit;
|
|
13
18
|
render(): any;
|
|
14
19
|
}
|
package/dist/types/components/business-form/business-generic-info/business-generic-info.d.ts
CHANGED
|
@@ -7,9 +7,8 @@ import { FormController } from '../../form/form';
|
|
|
7
7
|
export declare class BusinessGenericInfo {
|
|
8
8
|
formController: FormController;
|
|
9
9
|
errors: any;
|
|
10
|
-
defaultValues: any;
|
|
11
10
|
business: any;
|
|
12
|
-
|
|
11
|
+
constructor();
|
|
13
12
|
componentDidLoad(): void;
|
|
14
13
|
inputHandler(name: string, value: string): void;
|
|
15
14
|
render(): any;
|
|
@@ -19,12 +19,13 @@ declare class BusinessOwner {
|
|
|
19
19
|
*/
|
|
20
20
|
export declare class BusinessOwners {
|
|
21
21
|
formController: FormController;
|
|
22
|
-
|
|
22
|
+
isEditing: boolean;
|
|
23
23
|
errors: any[];
|
|
24
24
|
owners: BusinessOwner[];
|
|
25
|
-
|
|
25
|
+
constructor();
|
|
26
26
|
componentDidLoad(): void;
|
|
27
27
|
inputHandler(name: string, value: string, index: number): void;
|
|
28
|
+
addressInputHandler(name: string, value: string, index: number): void;
|
|
28
29
|
addOwner(event: MouseEvent): void;
|
|
29
30
|
removeOwner(event: MouseEvent, index: number): void;
|
|
30
31
|
render(): any;
|
package/dist/types/components/business-form/business-representative/business-representative.d.ts
CHANGED
|
@@ -2,9 +2,8 @@ import { FormController } from '../../form/form';
|
|
|
2
2
|
export declare class BusinessRepresentative {
|
|
3
3
|
formController: FormController;
|
|
4
4
|
errors: any;
|
|
5
|
-
defaultValues: any;
|
|
6
5
|
representative: any;
|
|
7
|
-
|
|
6
|
+
constructor();
|
|
8
7
|
componentDidLoad(): void;
|
|
9
8
|
inputHandler(name: string, value: string): void;
|
|
10
9
|
onAddressFormUpdate(values: any): void;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { PagingInfo } from '../table/table-utils';
|
|
2
|
+
import { Business } from '../../api/Business';
|
|
3
|
+
/**
|
|
4
|
+
* @exportedPart table-head: Table head
|
|
5
|
+
* @exportedPart table-head-row: Head row
|
|
6
|
+
* @exportedPart table-head-cell: Individual head cell
|
|
7
|
+
* @exportedPart table-body: Body of the table
|
|
8
|
+
* @exportedPart table-row: Row of the table
|
|
9
|
+
* @exportedPart table-cell: Individual cell of the table
|
|
10
|
+
* @exportedPart loading-state-cell: Row for loading state
|
|
11
|
+
* @exportedPart loading-state-spinner: Spinner element for loading state
|
|
12
|
+
* @exportedPart error-state: Row for Error state
|
|
13
|
+
* @exportedPart empty-state: Row for Emtpy state
|
|
14
|
+
* @exportedPart pagination-bar: Pagination bar
|
|
15
|
+
* @exportedPart arrow: Both paging buttons
|
|
16
|
+
* @exportedPart arrow-left: Previous page button
|
|
17
|
+
* @exportedPart arrow-right: Next page button
|
|
18
|
+
* @exportedPart arrow-disabled: Disabled state for paging buttons
|
|
19
|
+
*/
|
|
20
|
+
export declare class BusinessList {
|
|
21
|
+
accountId: string;
|
|
22
|
+
authToken: string;
|
|
23
|
+
businesses: Business[];
|
|
24
|
+
loading: boolean;
|
|
25
|
+
errorMessage: string;
|
|
26
|
+
paging: PagingInfo;
|
|
27
|
+
updateOnPropChange(): void;
|
|
28
|
+
connectedCallback(): void;
|
|
29
|
+
onPageChange: (direction: string) => () => void;
|
|
30
|
+
mapProductStatusToBadge: (status: boolean) => "bg-success" | "bg-secondary";
|
|
31
|
+
mapBusinessType: (type: string) => "Individual" | "For Profit" | "Non Profit" | "Government Entity";
|
|
32
|
+
mapBusinessStructure: (type: string) => "Sole Proprietorship" | "Private Partnership" | "Private Corporation" | "Unincorporated Association" | "Public Partnership" | "Public Corporation" | "Incorporated" | "Unincorporated" | "Government Unit" | "Government Instrumentality" | "Tax Exempt Government Instrumentality" | "Single LLC" | "Multi LLC";
|
|
33
|
+
fetchData(direction?: string): Promise<void>;
|
|
34
|
+
render(): any;
|
|
35
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const LoadingState: any;
|
|
2
|
+
export declare const ErrorState: (errorMessage: string) => any;
|
|
3
|
+
export declare const DetailSection: ({ sectionTitle }: {
|
|
4
|
+
sectionTitle: string;
|
|
5
|
+
}, children: any) => any;
|
|
6
|
+
export declare const DetailItem: ({ title, value }: {
|
|
7
|
+
title: string;
|
|
8
|
+
value: string;
|
|
9
|
+
}) => any;
|
|
10
|
+
export declare const EntityHeadInfoItem: ({ title, value, classes }: {
|
|
11
|
+
title: string;
|
|
12
|
+
value: any;
|
|
13
|
+
classes?: string;
|
|
14
|
+
}) => any;
|
|
15
|
+
export declare const EntityHeadInfo: ({ title, slot, badge }: {
|
|
16
|
+
title: any;
|
|
17
|
+
slot: any;
|
|
18
|
+
badge: any;
|
|
19
|
+
}, children: any) => any;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class DatePartInput {
|
|
3
|
+
label: string;
|
|
4
|
+
name: string;
|
|
5
|
+
error: string;
|
|
6
|
+
defaultValue: string;
|
|
7
|
+
type: 'day' | 'month' | 'year';
|
|
8
|
+
inputHandler: (name: string, value: string) => void;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
private imask;
|
|
11
|
+
textInput: HTMLInputElement;
|
|
12
|
+
formControlInput: EventEmitter<any>;
|
|
13
|
+
formControlBlur: EventEmitter<any>;
|
|
14
|
+
handleDefaultValueChange(newValue: string): void;
|
|
15
|
+
componentDidLoad(): void;
|
|
16
|
+
updateInput(newValue: any): void;
|
|
17
|
+
disconnectedCallback(): void;
|
|
18
|
+
render(): any;
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class MonetaryInput {
|
|
3
|
+
label: string;
|
|
4
|
+
name: any;
|
|
5
|
+
error: string;
|
|
6
|
+
defaultValue: string;
|
|
7
|
+
inputHandler: (name: string, value: string) => void;
|
|
8
|
+
private imask;
|
|
9
|
+
textInput: HTMLInputElement;
|
|
10
|
+
formControlInput: EventEmitter<any>;
|
|
11
|
+
formControlBlur: EventEmitter<any>;
|
|
12
|
+
handleDefaultValueChange(newValue: string): void;
|
|
13
|
+
componentDidLoad(): void;
|
|
14
|
+
disconnectedCallback(): void;
|
|
15
|
+
updateInput(newValue: any): void;
|
|
16
|
+
render(): any;
|
|
17
|
+
}
|