@justifi/webcomponents 4.7.1-rc.0 → 4.7.2-rc.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-548eaa62.js +0 -2
- package/dist/cjs/Pagination-cae1dcbd.js +0 -2
- package/dist/cjs/{Payout-68a99ee3.js → Payout-f8240e9c.js} +49 -3
- package/dist/cjs/SubAccount-f47c8522.js +0 -2
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -4
- package/dist/cjs/business-form-schema-fe831c30.js +0 -2
- package/dist/cjs/config-a156df17.js +0 -2
- package/dist/cjs/form-1e732a9d.js +0 -2
- package/dist/cjs/form-control-datepart_2.cjs.entry.js +1 -3
- package/dist/cjs/form-control-monetary.cjs.entry.js +0 -2
- package/dist/cjs/form-control-number_3.cjs.entry.js +0 -2
- package/dist/cjs/helpers-c505d861.js +0 -2
- package/dist/cjs/index-5a880722.js +0 -2
- package/dist/cjs/index-c5ace247.js +0 -2
- package/dist/cjs/index.cjs.js +0 -2
- package/dist/cjs/index.esm-91ec051e.js +0 -2
- package/dist/cjs/justifi-additional-questions_6.cjs.entry.js +0 -2
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +0 -2
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +0 -2
- package/dist/cjs/justifi-business-details.cjs.entry.js +16 -14
- package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +7 -3
- package/dist/cjs/justifi-business-form.cjs.entry.js +1 -3
- package/dist/cjs/justifi-business-list.cjs.entry.js +1 -3
- package/dist/cjs/justifi-card-form.cjs.entry.js +0 -2
- package/dist/cjs/justifi-details.cjs.entry.js +0 -2
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +22 -12
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +1 -3
- package/dist/cjs/justifi-payment-details.cjs.entry.js +20 -13
- package/dist/cjs/justifi-payment-form.cjs.entry.js +16 -8
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payments-list.cjs.entry.js +22 -25
- package/dist/cjs/justifi-payout-details.cjs.entry.js +19 -13
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +21 -13
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +1 -3
- package/dist/cjs/justifi-refund-form.cjs.entry.js +1 -3
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +3 -7
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +1 -3
- package/dist/cjs/justifi-table_2.cjs.entry.js +4 -6
- package/dist/cjs/loader.cjs.js +1 -3
- package/dist/cjs/select-input_2.cjs.entry.js +0 -2
- package/dist/cjs/state-options-83b52cd1.js +0 -2
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +0 -2
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +0 -2
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +0 -2
- package/dist/cjs/utils-13d069be.js +0 -2
- package/dist/cjs/utils-4622829d.js +0 -2
- package/dist/cjs/webcomponents.cjs.js +1 -3
- package/dist/collection/api/Api.js +0 -1
- package/dist/collection/api/Business.js +0 -1
- package/dist/collection/api/GrossVolume.js +0 -1
- package/dist/collection/api/Pagination.js +0 -1
- package/dist/collection/api/Payment.js +49 -2
- package/dist/collection/api/Payout.js +0 -1
- package/dist/collection/api/Proceed.js +0 -1
- package/dist/collection/api/SubAccount.js +0 -1
- package/dist/collection/api/index.js +0 -1
- package/dist/collection/api/mockData/MockOnboardingData.js +0 -1
- package/dist/collection/api/mockData/MockPayments.js +21 -22
- package/dist/collection/api/mockData/MockSubAccount.js +0 -1
- package/dist/collection/api/mockData/mockGrossVolumeReport.js +0 -1
- package/dist/collection/api/shared.js +0 -1
- package/dist/collection/components/bank-account-form/bank-account-form.js +0 -1
- package/dist/collection/components/bank-account-form/bank-account-form.stories.js +8 -1
- package/dist/collection/components/bank-account-form/test/bank-account-form.e2e.js +0 -1
- package/dist/collection/components/bank-account-form/test/bank-account-form.spec.js +0 -1
- package/dist/collection/components/billing-form/billing-form-schema.js +0 -1
- package/dist/collection/components/billing-form/billing-form.js +0 -1
- package/dist/collection/components/billing-form/billing-form.stories.js +0 -1
- package/dist/collection/components/billing-form/state-options.js +0 -1
- package/dist/collection/components/billing-form/test/billing-form.spec.js +0 -1
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +0 -1
- package/dist/collection/components/business-details/business-details.js +16 -13
- package/dist/collection/components/business-details/business-details.stories.js +0 -1
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +0 -1
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +0 -1
- package/dist/collection/components/business-details/owner-details/owner-details.js +0 -1
- package/dist/collection/components/business-details/representative-details/representative-details.js +2 -3
- package/dist/collection/components/business-form/additional-questions/additional-questions.js +0 -1
- package/dist/collection/components/business-form/business-address/business-address-form-schema.js +0 -1
- package/dist/collection/components/business-form/business-address/business-address-form.js +0 -1
- package/dist/collection/components/business-form/business-address/test/business-address.e2e.js +0 -1
- package/dist/collection/components/business-form/business-address/test/business-address.spec.js +0 -1
- package/dist/collection/components/business-form/business-form-example.js +12 -0
- package/dist/collection/components/business-form/business-form-schema.js +0 -1
- package/dist/collection/components/business-form/business-form-stepped-example.js +12 -0
- package/dist/collection/components/business-form/business-form-stepped.js +24 -1
- package/dist/collection/components/business-form/business-form-stepped.stories.js +1 -1
- package/dist/collection/components/business-form/business-form.js +0 -1
- package/dist/collection/components/business-form/business-form.stories.js +0 -1
- package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +0 -1
- package/dist/collection/components/business-form/business-owners/business-owners.js +0 -1
- package/dist/collection/components/business-form/business-representative/business-representative-schema.js +0 -1
- package/dist/collection/components/business-form/business-representative/business-representative.js +0 -1
- package/dist/collection/components/business-form/helpers.js +0 -1
- package/dist/collection/components/business-form/legal-address-form/legal-address-form-schema.js +0 -1
- package/dist/collection/components/business-form/legal-address-form/legal-address-form.js +0 -1
- package/dist/collection/components/business-form/test/business-form.spec.js +0 -1
- package/dist/collection/components/business-list/business-list.js +0 -1
- package/dist/collection/components/business-list/business-list.stories.js +0 -1
- package/dist/collection/components/card-form/card-form.js +0 -1
- package/dist/collection/components/card-form/card-form.stories.js +8 -1
- package/dist/collection/components/card-form/test/card-form.e2e.js +0 -1
- package/dist/collection/components/card-form/test/card-form.spec.js +0 -1
- package/dist/collection/components/details/details.js +0 -1
- package/dist/collection/components/details/utils.js +0 -1
- package/dist/collection/components/form/form-control-datepart.js +1 -2
- package/dist/collection/components/form/form-control-monetary.js +0 -1
- package/dist/collection/components/form/form-control-number-masked.js +0 -1
- package/dist/collection/components/form/form-control-number.js +0 -1
- package/dist/collection/components/form/form-control-select.js +0 -1
- package/dist/collection/components/form/form-control-text.js +0 -1
- package/dist/collection/components/form/form.js +0 -1
- package/dist/collection/components/gross-payment-chart/chart-utils.js +0 -1
- package/dist/collection/components/gross-payment-chart/example.js +12 -0
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +20 -9
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.stories.js +1 -2
- package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js +0 -1
- package/dist/collection/components/pagination-menu/pagination-menu.js +0 -1
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js +0 -1
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.stories.js +0 -1
- package/dist/collection/components/payment-details/payment-details.js +21 -13
- package/dist/collection/components/payment-details/payment-details.stories.js +0 -1
- package/dist/collection/components/payment-form/payment-form.js +16 -7
- package/dist/collection/components/payment-form/payment-form.stories.js +0 -1
- package/dist/collection/components/payment-form/payment-method-selector.js +0 -1
- package/dist/collection/components/payment-form/test/payment-form.e2e.js +0 -1
- package/dist/collection/components/payment-form/test/payment-form.spec.js +0 -1
- package/dist/collection/components/payment-form/tokenize.js +0 -1
- package/dist/collection/components/payment-method-form/get-computed-theme.js +0 -1
- package/dist/collection/components/payment-method-form/message-event-types.js +0 -1
- package/dist/collection/components/payment-method-form/payment-method-form.js +0 -1
- package/dist/collection/components/payment-method-form/payment-method-responses.js +0 -1
- package/dist/collection/components/payment-method-form/test/payment-method-form.e2e.js +0 -1
- package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js +0 -1
- package/dist/collection/components/payment-method-form/theme.js +0 -1
- package/dist/collection/components/payments-list/payments-list.js +21 -23
- package/dist/collection/components/payments-list/payments-list.stories.js +0 -1
- package/dist/collection/components/payments-list/test/payments-list.spec.js +0 -1
- package/dist/collection/components/payout-details/payout-details.js +19 -12
- package/dist/collection/components/payout-details/payout-details.stories.js +0 -1
- package/dist/collection/components/payouts-list/payouts-list.js +20 -11
- package/dist/collection/components/payouts-list/payouts-list.stories.js +0 -1
- package/dist/collection/components/proceeds-list/proceeds-list.js +0 -1
- package/dist/collection/components/proceeds-list/proceeds-list.stories.js +0 -1
- package/dist/collection/components/refund-form/refund-form-schema.js +0 -1
- package/dist/collection/components/refund-form/refund-form.js +0 -1
- package/dist/collection/components/refund-form/refund-form.stories.js +0 -1
- package/dist/collection/components/select-input/select-input.js +0 -1
- package/dist/collection/components/select-input/test/select-input.spec.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-details.js +2 -5
- package/dist/collection/components/subaccount-details/subaccount-details.stories.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +0 -1
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +0 -1
- package/dist/collection/components/subaccount-details/test/subaccount-details.spec.js +0 -1
- package/dist/collection/components/subaccounts-list/subaccounts-list.js +0 -1
- package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js +0 -1
- package/dist/collection/components/subaccounts-list/test/subaccounts-list.e2e.js +0 -1
- package/dist/collection/components/subaccounts-list/test/subaccounts-list.spec.js +0 -1
- package/dist/collection/components/table/table.css +5 -0
- package/dist/collection/components/table/table.js +2 -3
- package/dist/collection/components/table/test/table.spec.js +0 -1
- package/dist/collection/components/text-input/test/text-input.spec.js +0 -1
- package/dist/collection/components/text-input/text-input.js +0 -1
- package/dist/collection/index.js +0 -1
- package/dist/collection/utils/country-options.js +0 -1
- package/dist/collection/utils/phone-masks.js +0 -1
- package/dist/collection/utils/utils.js +0 -1
- package/dist/components/Api.js +0 -2
- package/dist/components/Pagination.js +0 -2
- package/dist/components/Payout.js +50 -4
- package/dist/components/SubAccount.js +0 -2
- package/dist/components/additional-questions-details.js +0 -2
- package/dist/components/additional-questions-details2.js +0 -2
- package/dist/components/additional-questions.js +0 -2
- package/dist/components/billing-form.js +0 -2
- package/dist/components/business-address-form.js +0 -2
- package/dist/components/business-generic-info.js +0 -2
- package/dist/components/business-owners.js +0 -2
- package/dist/components/business-representative.js +0 -2
- package/dist/components/config.js +0 -2
- package/dist/components/details.js +0 -2
- package/dist/components/form-control-datepart.js +0 -2
- package/dist/components/form-control-datepart2.js +1 -3
- package/dist/components/form-control-monetary.js +0 -2
- package/dist/components/form-control-monetary2.js +0 -2
- package/dist/components/form-control-number-masked.js +0 -2
- package/dist/components/form-control-number-masked2.js +0 -2
- package/dist/components/form-control-number.js +0 -2
- package/dist/components/form-control-number2.js +0 -2
- package/dist/components/form-control-select.js +0 -2
- package/dist/components/form-control-select2.js +0 -2
- package/dist/components/form-control-text.js +0 -2
- package/dist/components/form-control-text2.js +0 -2
- package/dist/components/form.js +0 -2
- package/dist/components/generic-info-details.js +0 -2
- package/dist/components/generic-info-details2.js +0 -2
- package/dist/components/helpers.js +0 -2
- package/dist/components/index.esm.js +0 -2
- package/dist/components/index.js +0 -2
- package/dist/components/index2.js +0 -2
- package/dist/components/justifi-additional-questions.js +0 -2
- package/dist/components/justifi-bank-account-form.js +0 -2
- package/dist/components/justifi-billing-form.js +0 -2
- package/dist/components/justifi-business-address-form.js +0 -2
- package/dist/components/justifi-business-details.js +15 -13
- package/dist/components/justifi-business-form-stepped.js +7 -2
- package/dist/components/justifi-business-form.js +0 -2
- package/dist/components/justifi-business-generic-info.js +0 -2
- package/dist/components/justifi-business-list.js +0 -2
- package/dist/components/justifi-business-owners.js +0 -2
- package/dist/components/justifi-business-representative.js +0 -2
- package/dist/components/justifi-card-form.js +0 -2
- package/dist/components/justifi-details.js +0 -2
- package/dist/components/justifi-gross-payment-chart.js +21 -11
- package/dist/components/justifi-legal-address-form.js +0 -2
- package/dist/components/justifi-payment-balance-transactions.js +0 -2
- package/dist/components/justifi-payment-details.js +21 -14
- package/dist/components/justifi-payment-form.js +16 -8
- package/dist/components/justifi-payment-method-form.js +0 -2
- package/dist/components/justifi-payment-method-selector.js +0 -2
- package/dist/components/justifi-payments-list.js +22 -25
- package/dist/components/justifi-payout-details.js +19 -13
- package/dist/components/justifi-payouts-list.js +21 -13
- package/dist/components/justifi-proceeds-list.js +0 -2
- package/dist/components/justifi-refund-form.js +0 -2
- package/dist/components/justifi-subaccount-details.js +2 -6
- package/dist/components/justifi-subaccounts-list.js +0 -2
- package/dist/components/justifi-table.js +0 -2
- package/dist/components/legal-address-details.js +0 -2
- package/dist/components/legal-address-details2.js +0 -2
- package/dist/components/legal-address-form.js +0 -2
- package/dist/components/owner-details.js +0 -2
- package/dist/components/owner-details2.js +0 -2
- package/dist/components/pagination-menu.js +0 -2
- package/dist/components/pagination-menu2.js +1 -3
- package/dist/components/payment-method-form.js +4 -4
- package/dist/components/payment-method-selector.js +0 -2
- package/dist/components/phone-masks.js +0 -2
- package/dist/components/representative-details.js +0 -2
- package/dist/components/representative-details2.js +2 -4
- package/dist/components/select-input.js +0 -2
- package/dist/components/select-input2.js +0 -2
- package/dist/components/state-options.js +0 -2
- package/dist/components/subaccount-account-details.js +0 -2
- package/dist/components/subaccount-account-details2.js +0 -2
- package/dist/components/subaccount-bank-details.js +0 -2
- package/dist/components/subaccount-merchant-details.js +0 -2
- package/dist/components/subaccount-merchant-details2.js +0 -2
- package/dist/components/subaccount-owners-details.js +0 -2
- package/dist/components/subaccount-owners-details2.js +0 -2
- package/dist/components/subaccount-representative-details.js +0 -2
- package/dist/components/subaccount-representative-details2.js +0 -2
- package/dist/components/subaccount-terms-details.js +0 -2
- package/dist/components/table.js +3 -5
- package/dist/components/text-input.js +0 -2
- package/dist/components/text-input2.js +0 -2
- package/dist/components/utils.js +0 -2
- package/dist/components/utils2.js +0 -2
- package/dist/config.js +0 -1
- package/dist/esm/Api-c65d3ed8.js +0 -2
- package/dist/esm/Pagination-31f770d6.js +0 -2
- package/dist/esm/{Payout-fcf16887.js → Payout-586f06a3.js} +50 -4
- package/dist/esm/SubAccount-128190e9.js +0 -2
- package/dist/esm/additional-questions-details_5.entry.js +2 -4
- package/dist/esm/business-form-schema-30a3eadd.js +0 -2
- package/dist/esm/config-ceb0f902.js +0 -2
- package/dist/esm/form-32cf3d1e.js +0 -2
- package/dist/esm/form-control-datepart_2.entry.js +1 -3
- package/dist/esm/form-control-monetary.entry.js +0 -2
- package/dist/esm/form-control-number_3.entry.js +0 -2
- package/dist/esm/helpers-1d5ecdc8.js +0 -2
- package/dist/esm/index-5ed53c20.js +0 -2
- package/dist/esm/index-7471ed60.js +0 -2
- package/dist/esm/index.esm-9397ffa0.js +0 -2
- package/dist/esm/index.js +0 -2
- package/dist/esm/justifi-additional-questions_6.entry.js +0 -2
- package/dist/esm/justifi-bank-account-form.entry.js +0 -2
- package/dist/esm/justifi-billing-form_2.entry.js +0 -2
- package/dist/esm/justifi-business-details.entry.js +17 -15
- package/dist/esm/justifi-business-form-stepped.entry.js +7 -3
- package/dist/esm/justifi-business-form.entry.js +1 -3
- package/dist/esm/justifi-business-list.entry.js +1 -3
- package/dist/esm/justifi-card-form.entry.js +0 -2
- package/dist/esm/justifi-details.entry.js +0 -2
- package/dist/esm/justifi-gross-payment-chart.entry.js +22 -12
- package/dist/esm/justifi-payment-balance-transactions.entry.js +1 -3
- package/dist/esm/justifi-payment-details.entry.js +21 -14
- package/dist/esm/justifi-payment-form.entry.js +16 -8
- package/dist/esm/justifi-payment-method-form.entry.js +4 -4
- package/dist/esm/justifi-payments-list.entry.js +22 -25
- package/dist/esm/justifi-payout-details.entry.js +20 -14
- package/dist/esm/justifi-payouts-list.entry.js +21 -13
- package/dist/esm/justifi-proceeds-list.entry.js +1 -3
- package/dist/esm/justifi-refund-form.entry.js +1 -3
- package/dist/esm/justifi-subaccount-details.entry.js +4 -8
- package/dist/esm/justifi-subaccounts-list.entry.js +1 -3
- package/dist/esm/justifi-table_2.entry.js +4 -6
- package/dist/esm/loader.js +1 -3
- package/dist/esm/select-input_2.entry.js +0 -2
- package/dist/esm/state-options-ece00aa2.js +0 -2
- package/dist/esm/subaccount-account-details_4.entry.js +0 -2
- package/dist/esm/subaccount-bank-details.entry.js +0 -2
- package/dist/esm/subaccount-terms-details.entry.js +0 -2
- package/dist/esm/utils-40b7002c.js +0 -2
- package/dist/esm/utils-6352c002.js +0 -2
- package/dist/esm/webcomponents.js +1 -3
- package/dist/types/api/Payment.d.ts +32 -5
- package/dist/types/api/Payout.d.ts +2 -2
- package/dist/types/components/bank-account-form/bank-account-form.stories.d.ts +1 -0
- package/dist/types/components/business-details/business-details.d.ts +0 -1
- package/dist/types/components/business-form/business-form-stepped.d.ts +1 -0
- package/dist/types/components/card-form/card-form.stories.d.ts +1 -0
- package/dist/types/components/payment-method-form/payment-method-responses.d.ts +7 -1
- package/dist/types/components/payments-list/payments-list.d.ts +1 -3
- package/dist/types/components.d.ts +2 -0
- package/dist/webcomponents/index.esm.js +0 -2
- package/dist/webcomponents/p-0ce6fba2.entry.js +1 -0
- package/dist/webcomponents/p-0d5d02d7.js +1 -2
- package/dist/webcomponents/p-14f7229e.entry.js +1 -0
- package/dist/webcomponents/{p-3d82c8a3.entry.js → p-2140e9ba.entry.js} +1 -2
- package/dist/webcomponents/p-2c2cde2d.js +1 -2
- package/dist/webcomponents/p-311250e2.entry.js +1 -0
- package/dist/webcomponents/p-3501b0e8.entry.js +1 -0
- package/dist/webcomponents/p-3ee831ac.entry.js +1 -0
- package/dist/webcomponents/p-3fd6ff27.entry.js +1 -0
- package/dist/webcomponents/p-4214dbb8.entry.js +1 -0
- package/dist/webcomponents/p-46d5f717.entry.js +1 -0
- package/dist/webcomponents/p-47bc59b5.js +1 -2
- package/dist/webcomponents/p-4fb653a8.entry.js +1 -0
- package/dist/webcomponents/p-526cb161.js +1 -2
- package/dist/webcomponents/p-586c8a4f.entry.js +1 -0
- package/dist/webcomponents/p-59860ac8.js +1 -2
- package/dist/webcomponents/p-5df52341.entry.js +1 -0
- package/dist/webcomponents/p-6444d443.entry.js +1 -0
- package/dist/webcomponents/p-6a648652.entry.js +1 -0
- package/dist/webcomponents/p-742188d9.entry.js +1 -0
- package/dist/webcomponents/p-76dffeec.js +1 -2
- package/dist/webcomponents/p-77a8bcea.entry.js +1 -0
- package/dist/webcomponents/p-7d58db66.js +1 -2
- package/dist/webcomponents/p-8f37e3ee.js +1 -2
- package/dist/webcomponents/p-984ff1aa.entry.js +1 -0
- package/dist/webcomponents/p-988191bf.js +1 -2
- package/dist/webcomponents/p-9b6dcac5.js +1 -2
- package/dist/webcomponents/p-9d46e7f1.entry.js +1 -0
- package/dist/webcomponents/p-a1ef6b4c.entry.js +1 -0
- package/dist/webcomponents/p-ac8ee442.entry.js +1 -0
- package/dist/webcomponents/p-af771964.entry.js +1 -0
- package/dist/webcomponents/p-b157f6ae.js +1 -2
- package/dist/webcomponents/p-bab3fd56.entry.js +1 -0
- package/dist/webcomponents/p-bb70152e.entry.js +1 -0
- package/dist/webcomponents/p-bc91044c.entry.js +1 -0
- package/dist/webcomponents/p-c29c587f.entry.js +1 -0
- package/dist/webcomponents/p-cbb60191.js +2 -3
- package/dist/webcomponents/p-d0e4eca5.entry.js +1 -0
- package/dist/webcomponents/p-d4b66d74.entry.js +1 -0
- package/dist/webcomponents/p-d6347f27.entry.js +19 -0
- package/dist/webcomponents/p-d6b5793d.js +1 -2
- package/dist/webcomponents/{p-b12691c3.entry.js → p-d8d1f417.entry.js} +1 -2
- package/dist/webcomponents/p-e12ab547.js +1 -0
- package/dist/webcomponents/p-ed8c9b88.entry.js +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -2
- package/package.json +4 -3
- package/readme.md +40 -7
- package/dist/cjs/Api-548eaa62.js.map +0 -1
- package/dist/cjs/Pagination-cae1dcbd.js.map +0 -1
- package/dist/cjs/Payout-68a99ee3.js.map +0 -1
- package/dist/cjs/SubAccount-f47c8522.js.map +0 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js.map +0 -1
- package/dist/cjs/business-form-schema-fe831c30.js.map +0 -1
- package/dist/cjs/config-a156df17.js.map +0 -1
- package/dist/cjs/form-1e732a9d.js.map +0 -1
- package/dist/cjs/form-control-datepart_2.cjs.entry.js.map +0 -1
- package/dist/cjs/form-control-monetary.cjs.entry.js.map +0 -1
- package/dist/cjs/form-control-number_3.cjs.entry.js.map +0 -1
- package/dist/cjs/helpers-c505d861.js.map +0 -1
- package/dist/cjs/index-5a880722.js.map +0 -1
- package/dist/cjs/index-c5ace247.js.map +0 -1
- package/dist/cjs/index.cjs.js.map +0 -1
- package/dist/cjs/index.esm-91ec051e.js.map +0 -1
- package/dist/cjs/justifi-additional-questions_6.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-business-details.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-business-form-stepped.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-business-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-business-list.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-card-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-details.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payment-details.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payment-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payments-list.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payout-details.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-payouts-list.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-refund-form.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js.map +0 -1
- package/dist/cjs/justifi-table_2.cjs.entry.js.map +0 -1
- package/dist/cjs/loader.cjs.js.map +0 -1
- package/dist/cjs/select-input_2.cjs.entry.js.map +0 -1
- package/dist/cjs/state-options-83b52cd1.js.map +0 -1
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js.map +0 -1
- package/dist/cjs/subaccount-bank-details.cjs.entry.js.map +0 -1
- package/dist/cjs/subaccount-terms-details.cjs.entry.js.map +0 -1
- package/dist/cjs/utils-13d069be.js.map +0 -1
- package/dist/cjs/utils-4622829d.js.map +0 -1
- package/dist/cjs/webcomponents.cjs.js.map +0 -1
- package/dist/collection/api/Api.js.map +0 -1
- package/dist/collection/api/Business.js.map +0 -1
- package/dist/collection/api/GrossVolume.js.map +0 -1
- package/dist/collection/api/Pagination.js.map +0 -1
- package/dist/collection/api/Payment.js.map +0 -1
- package/dist/collection/api/Payout.js.map +0 -1
- package/dist/collection/api/Proceed.js.map +0 -1
- package/dist/collection/api/SubAccount.js.map +0 -1
- package/dist/collection/api/index.js.map +0 -1
- package/dist/collection/api/mockData/MockOnboardingData.js.map +0 -1
- package/dist/collection/api/mockData/MockPayments.js.map +0 -1
- package/dist/collection/api/mockData/MockSubAccount.js.map +0 -1
- package/dist/collection/api/mockData/mockGrossVolumeReport.js.map +0 -1
- package/dist/collection/api/shared.js.map +0 -1
- package/dist/collection/components/bank-account-form/bank-account-form.js.map +0 -1
- package/dist/collection/components/bank-account-form/bank-account-form.stories.js.map +0 -1
- package/dist/collection/components/bank-account-form/test/bank-account-form.e2e.js.map +0 -1
- package/dist/collection/components/bank-account-form/test/bank-account-form.spec.js.map +0 -1
- package/dist/collection/components/billing-form/billing-form-schema.js.map +0 -1
- package/dist/collection/components/billing-form/billing-form.js.map +0 -1
- package/dist/collection/components/billing-form/billing-form.stories.js.map +0 -1
- package/dist/collection/components/billing-form/state-options.js.map +0 -1
- package/dist/collection/components/billing-form/test/billing-form.spec.js.map +0 -1
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js.map +0 -1
- package/dist/collection/components/business-details/business-details.js.map +0 -1
- package/dist/collection/components/business-details/business-details.stories.js.map +0 -1
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js.map +0 -1
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.js.map +0 -1
- package/dist/collection/components/business-details/owner-details/owner-details.js.map +0 -1
- package/dist/collection/components/business-details/representative-details/representative-details.js.map +0 -1
- package/dist/collection/components/business-form/additional-questions/additional-questions.js.map +0 -1
- package/dist/collection/components/business-form/business-address/business-address-form-schema.js.map +0 -1
- package/dist/collection/components/business-form/business-address/business-address-form.js.map +0 -1
- package/dist/collection/components/business-form/business-address/test/business-address.e2e.js.map +0 -1
- package/dist/collection/components/business-form/business-address/test/business-address.spec.js.map +0 -1
- package/dist/collection/components/business-form/business-form-schema.js.map +0 -1
- package/dist/collection/components/business-form/business-form-stepped.js.map +0 -1
- package/dist/collection/components/business-form/business-form-stepped.stories.js.map +0 -1
- package/dist/collection/components/business-form/business-form.js.map +0 -1
- package/dist/collection/components/business-form/business-form.stories.js.map +0 -1
- package/dist/collection/components/business-form/business-generic-info/business-generic-info.js.map +0 -1
- package/dist/collection/components/business-form/business-owners/business-owners.js.map +0 -1
- package/dist/collection/components/business-form/business-representative/business-representative-schema.js.map +0 -1
- package/dist/collection/components/business-form/business-representative/business-representative.js.map +0 -1
- package/dist/collection/components/business-form/helpers.js.map +0 -1
- package/dist/collection/components/business-form/legal-address-form/legal-address-form-schema.js.map +0 -1
- package/dist/collection/components/business-form/legal-address-form/legal-address-form.js.map +0 -1
- package/dist/collection/components/business-form/test/business-form.spec.js.map +0 -1
- package/dist/collection/components/business-list/business-list.js.map +0 -1
- package/dist/collection/components/business-list/business-list.stories.js.map +0 -1
- package/dist/collection/components/card-form/card-form.js.map +0 -1
- package/dist/collection/components/card-form/card-form.stories.js.map +0 -1
- package/dist/collection/components/card-form/test/card-form.e2e.js.map +0 -1
- package/dist/collection/components/card-form/test/card-form.spec.js.map +0 -1
- package/dist/collection/components/details/details.js.map +0 -1
- package/dist/collection/components/details/utils.js.map +0 -1
- package/dist/collection/components/form/form-control-datepart.js.map +0 -1
- package/dist/collection/components/form/form-control-monetary.js.map +0 -1
- package/dist/collection/components/form/form-control-number-masked.js.map +0 -1
- package/dist/collection/components/form/form-control-number.js.map +0 -1
- package/dist/collection/components/form/form-control-select.js.map +0 -1
- package/dist/collection/components/form/form-control-text.js.map +0 -1
- package/dist/collection/components/form/form.js.map +0 -1
- package/dist/collection/components/gross-payment-chart/chart-utils.js.map +0 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.js.map +0 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.stories.js.map +0 -1
- package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js.map +0 -1
- package/dist/collection/components/pagination-menu/pagination-menu.js.map +0 -1
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js.map +0 -1
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.stories.js.map +0 -1
- package/dist/collection/components/payment-details/payment-details.js.map +0 -1
- package/dist/collection/components/payment-details/payment-details.stories.js.map +0 -1
- package/dist/collection/components/payment-form/payment-form.js.map +0 -1
- package/dist/collection/components/payment-form/payment-form.stories.js.map +0 -1
- package/dist/collection/components/payment-form/payment-method-selector.js.map +0 -1
- package/dist/collection/components/payment-form/test/payment-form.e2e.js.map +0 -1
- package/dist/collection/components/payment-form/test/payment-form.spec.js.map +0 -1
- package/dist/collection/components/payment-form/tokenize.js.map +0 -1
- package/dist/collection/components/payment-method-form/get-computed-theme.js.map +0 -1
- package/dist/collection/components/payment-method-form/message-event-types.js.map +0 -1
- package/dist/collection/components/payment-method-form/payment-method-form.js.map +0 -1
- package/dist/collection/components/payment-method-form/payment-method-responses.js.map +0 -1
- package/dist/collection/components/payment-method-form/test/payment-method-form.e2e.js.map +0 -1
- package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js.map +0 -1
- package/dist/collection/components/payment-method-form/theme.js.map +0 -1
- package/dist/collection/components/payments-list/payments-list.js.map +0 -1
- package/dist/collection/components/payments-list/payments-list.stories.js.map +0 -1
- package/dist/collection/components/payments-list/test/payments-list.spec.js.map +0 -1
- package/dist/collection/components/payout-details/payout-details.js.map +0 -1
- package/dist/collection/components/payout-details/payout-details.stories.js.map +0 -1
- package/dist/collection/components/payouts-list/payouts-list.js.map +0 -1
- package/dist/collection/components/payouts-list/payouts-list.stories.js.map +0 -1
- package/dist/collection/components/proceeds-list/proceeds-list.js.map +0 -1
- package/dist/collection/components/proceeds-list/proceeds-list.stories.js.map +0 -1
- package/dist/collection/components/refund-form/refund-form-schema.js.map +0 -1
- package/dist/collection/components/refund-form/refund-form.js.map +0 -1
- package/dist/collection/components/refund-form/refund-form.stories.js.map +0 -1
- package/dist/collection/components/select-input/select-input.js.map +0 -1
- package/dist/collection/components/select-input/test/select-input.spec.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-details.stories.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js.map +0 -1
- package/dist/collection/components/subaccount-details/test/subaccount-details.spec.js.map +0 -1
- package/dist/collection/components/subaccounts-list/subaccounts-list.js.map +0 -1
- package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js.map +0 -1
- package/dist/collection/components/subaccounts-list/test/subaccounts-list.e2e.js.map +0 -1
- package/dist/collection/components/subaccounts-list/test/subaccounts-list.spec.js.map +0 -1
- package/dist/collection/components/table/table.js.map +0 -1
- package/dist/collection/components/table/test/table.spec.js.map +0 -1
- package/dist/collection/components/text-input/test/text-input.spec.js.map +0 -1
- package/dist/collection/components/text-input/text-input.js.map +0 -1
- package/dist/collection/index.js.map +0 -1
- package/dist/collection/utils/country-options.js.map +0 -1
- package/dist/collection/utils/phone-masks.js.map +0 -1
- package/dist/collection/utils/utils.js.map +0 -1
- package/dist/components/Api.js.map +0 -1
- package/dist/components/Pagination.js.map +0 -1
- package/dist/components/Payout.js.map +0 -1
- package/dist/components/SubAccount.js.map +0 -1
- package/dist/components/additional-questions-details.js.map +0 -1
- package/dist/components/additional-questions-details2.js.map +0 -1
- package/dist/components/additional-questions.js.map +0 -1
- package/dist/components/billing-form.js.map +0 -1
- package/dist/components/business-address-form.js.map +0 -1
- package/dist/components/business-generic-info.js.map +0 -1
- package/dist/components/business-owners.js.map +0 -1
- package/dist/components/business-representative.js.map +0 -1
- package/dist/components/config.js.map +0 -1
- package/dist/components/details.js.map +0 -1
- package/dist/components/form-control-datepart.js.map +0 -1
- package/dist/components/form-control-datepart2.js.map +0 -1
- package/dist/components/form-control-monetary.js.map +0 -1
- package/dist/components/form-control-monetary2.js.map +0 -1
- package/dist/components/form-control-number-masked.js.map +0 -1
- package/dist/components/form-control-number-masked2.js.map +0 -1
- package/dist/components/form-control-number.js.map +0 -1
- package/dist/components/form-control-number2.js.map +0 -1
- package/dist/components/form-control-select.js.map +0 -1
- package/dist/components/form-control-select2.js.map +0 -1
- package/dist/components/form-control-text.js.map +0 -1
- package/dist/components/form-control-text2.js.map +0 -1
- package/dist/components/form.js.map +0 -1
- package/dist/components/generic-info-details.js.map +0 -1
- package/dist/components/generic-info-details2.js.map +0 -1
- package/dist/components/helpers.js.map +0 -1
- package/dist/components/index.esm.js.map +0 -1
- package/dist/components/index.js.map +0 -1
- package/dist/components/index2.js.map +0 -1
- package/dist/components/justifi-additional-questions.js.map +0 -1
- package/dist/components/justifi-bank-account-form.js.map +0 -1
- package/dist/components/justifi-billing-form.js.map +0 -1
- package/dist/components/justifi-business-address-form.js.map +0 -1
- package/dist/components/justifi-business-details.js.map +0 -1
- package/dist/components/justifi-business-form-stepped.js.map +0 -1
- package/dist/components/justifi-business-form.js.map +0 -1
- package/dist/components/justifi-business-generic-info.js.map +0 -1
- package/dist/components/justifi-business-list.js.map +0 -1
- package/dist/components/justifi-business-owners.js.map +0 -1
- package/dist/components/justifi-business-representative.js.map +0 -1
- package/dist/components/justifi-card-form.js.map +0 -1
- package/dist/components/justifi-details.js.map +0 -1
- package/dist/components/justifi-gross-payment-chart.js.map +0 -1
- package/dist/components/justifi-legal-address-form.js.map +0 -1
- package/dist/components/justifi-payment-balance-transactions.js.map +0 -1
- package/dist/components/justifi-payment-details.js.map +0 -1
- package/dist/components/justifi-payment-form.js.map +0 -1
- package/dist/components/justifi-payment-method-form.js.map +0 -1
- package/dist/components/justifi-payment-method-selector.js.map +0 -1
- package/dist/components/justifi-payments-list.js.map +0 -1
- package/dist/components/justifi-payout-details.js.map +0 -1
- package/dist/components/justifi-payouts-list.js.map +0 -1
- package/dist/components/justifi-proceeds-list.js.map +0 -1
- package/dist/components/justifi-refund-form.js.map +0 -1
- package/dist/components/justifi-subaccount-details.js.map +0 -1
- package/dist/components/justifi-subaccounts-list.js.map +0 -1
- package/dist/components/justifi-table.js.map +0 -1
- package/dist/components/legal-address-details.js.map +0 -1
- package/dist/components/legal-address-details2.js.map +0 -1
- package/dist/components/legal-address-form.js.map +0 -1
- package/dist/components/owner-details.js.map +0 -1
- package/dist/components/owner-details2.js.map +0 -1
- package/dist/components/pagination-menu.js.map +0 -1
- package/dist/components/pagination-menu2.js.map +0 -1
- package/dist/components/payment-method-form.js.map +0 -1
- package/dist/components/payment-method-selector.js.map +0 -1
- package/dist/components/phone-masks.js.map +0 -1
- package/dist/components/representative-details.js.map +0 -1
- package/dist/components/representative-details2.js.map +0 -1
- package/dist/components/select-input.js.map +0 -1
- package/dist/components/select-input2.js.map +0 -1
- package/dist/components/state-options.js.map +0 -1
- package/dist/components/subaccount-account-details.js.map +0 -1
- package/dist/components/subaccount-account-details2.js.map +0 -1
- package/dist/components/subaccount-bank-details.js.map +0 -1
- package/dist/components/subaccount-merchant-details.js.map +0 -1
- package/dist/components/subaccount-merchant-details2.js.map +0 -1
- package/dist/components/subaccount-owners-details.js.map +0 -1
- package/dist/components/subaccount-owners-details2.js.map +0 -1
- package/dist/components/subaccount-representative-details.js.map +0 -1
- package/dist/components/subaccount-representative-details2.js.map +0 -1
- package/dist/components/subaccount-terms-details.js.map +0 -1
- package/dist/components/table.js.map +0 -1
- package/dist/components/text-input.js.map +0 -1
- package/dist/components/text-input2.js.map +0 -1
- package/dist/components/utils.js.map +0 -1
- package/dist/components/utils2.js.map +0 -1
- package/dist/config.js.map +0 -1
- package/dist/esm/Api-c65d3ed8.js.map +0 -1
- package/dist/esm/Pagination-31f770d6.js.map +0 -1
- package/dist/esm/Payout-fcf16887.js.map +0 -1
- package/dist/esm/SubAccount-128190e9.js.map +0 -1
- package/dist/esm/additional-questions-details_5.entry.js.map +0 -1
- package/dist/esm/business-form-schema-30a3eadd.js.map +0 -1
- package/dist/esm/config-ceb0f902.js.map +0 -1
- package/dist/esm/form-32cf3d1e.js.map +0 -1
- package/dist/esm/form-control-datepart_2.entry.js.map +0 -1
- package/dist/esm/form-control-monetary.entry.js.map +0 -1
- package/dist/esm/form-control-number_3.entry.js.map +0 -1
- package/dist/esm/helpers-1d5ecdc8.js.map +0 -1
- package/dist/esm/index-5ed53c20.js.map +0 -1
- package/dist/esm/index-7471ed60.js.map +0 -1
- package/dist/esm/index.esm-9397ffa0.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/justifi-additional-questions_6.entry.js.map +0 -1
- package/dist/esm/justifi-bank-account-form.entry.js.map +0 -1
- package/dist/esm/justifi-billing-form_2.entry.js.map +0 -1
- package/dist/esm/justifi-business-details.entry.js.map +0 -1
- package/dist/esm/justifi-business-form-stepped.entry.js.map +0 -1
- package/dist/esm/justifi-business-form.entry.js.map +0 -1
- package/dist/esm/justifi-business-list.entry.js.map +0 -1
- package/dist/esm/justifi-card-form.entry.js.map +0 -1
- package/dist/esm/justifi-details.entry.js.map +0 -1
- package/dist/esm/justifi-gross-payment-chart.entry.js.map +0 -1
- package/dist/esm/justifi-payment-balance-transactions.entry.js.map +0 -1
- package/dist/esm/justifi-payment-details.entry.js.map +0 -1
- package/dist/esm/justifi-payment-form.entry.js.map +0 -1
- package/dist/esm/justifi-payment-method-form.entry.js.map +0 -1
- package/dist/esm/justifi-payments-list.entry.js.map +0 -1
- package/dist/esm/justifi-payout-details.entry.js.map +0 -1
- package/dist/esm/justifi-payouts-list.entry.js.map +0 -1
- package/dist/esm/justifi-proceeds-list.entry.js.map +0 -1
- package/dist/esm/justifi-refund-form.entry.js.map +0 -1
- package/dist/esm/justifi-subaccount-details.entry.js.map +0 -1
- package/dist/esm/justifi-subaccounts-list.entry.js.map +0 -1
- package/dist/esm/justifi-table_2.entry.js.map +0 -1
- package/dist/esm/loader.js.map +0 -1
- package/dist/esm/select-input_2.entry.js.map +0 -1
- package/dist/esm/state-options-ece00aa2.js.map +0 -1
- package/dist/esm/subaccount-account-details_4.entry.js.map +0 -1
- package/dist/esm/subaccount-bank-details.entry.js.map +0 -1
- package/dist/esm/subaccount-terms-details.entry.js.map +0 -1
- package/dist/esm/utils-40b7002c.js.map +0 -1
- package/dist/esm/utils-6352c002.js.map +0 -1
- package/dist/esm/webcomponents.js.map +0 -1
- package/dist/webcomponents/index.esm.js.map +0 -1
- package/dist/webcomponents/p-0d5d02d7.js.map +0 -1
- package/dist/webcomponents/p-160c9fbb.entry.js +0 -2
- package/dist/webcomponents/p-160c9fbb.entry.js.map +0 -1
- package/dist/webcomponents/p-215b4c87.entry.js +0 -2
- package/dist/webcomponents/p-215b4c87.entry.js.map +0 -1
- package/dist/webcomponents/p-26245f01.entry.js +0 -20
- package/dist/webcomponents/p-26245f01.entry.js.map +0 -1
- package/dist/webcomponents/p-26dfa274.entry.js +0 -2
- package/dist/webcomponents/p-26dfa274.entry.js.map +0 -1
- package/dist/webcomponents/p-285a50a6.entry.js +0 -2
- package/dist/webcomponents/p-285a50a6.entry.js.map +0 -1
- package/dist/webcomponents/p-2c2cde2d.js.map +0 -1
- package/dist/webcomponents/p-2cd29187.entry.js +0 -2
- package/dist/webcomponents/p-2cd29187.entry.js.map +0 -1
- package/dist/webcomponents/p-355eabff.entry.js +0 -2
- package/dist/webcomponents/p-355eabff.entry.js.map +0 -1
- package/dist/webcomponents/p-356cf20d.entry.js +0 -2
- package/dist/webcomponents/p-356cf20d.entry.js.map +0 -1
- package/dist/webcomponents/p-378e163d.entry.js +0 -2
- package/dist/webcomponents/p-378e163d.entry.js.map +0 -1
- package/dist/webcomponents/p-397e0d5a.entry.js +0 -2
- package/dist/webcomponents/p-397e0d5a.entry.js.map +0 -1
- package/dist/webcomponents/p-3d82c8a3.entry.js.map +0 -1
- package/dist/webcomponents/p-47bc59b5.js.map +0 -1
- package/dist/webcomponents/p-526cb161.js.map +0 -1
- package/dist/webcomponents/p-59860ac8.js.map +0 -1
- package/dist/webcomponents/p-5b8f004d.entry.js +0 -2
- package/dist/webcomponents/p-5b8f004d.entry.js.map +0 -1
- package/dist/webcomponents/p-62872b87.entry.js +0 -2
- package/dist/webcomponents/p-62872b87.entry.js.map +0 -1
- package/dist/webcomponents/p-635a3b3e.entry.js +0 -2
- package/dist/webcomponents/p-635a3b3e.entry.js.map +0 -1
- package/dist/webcomponents/p-64af0ae9.entry.js +0 -2
- package/dist/webcomponents/p-64af0ae9.entry.js.map +0 -1
- package/dist/webcomponents/p-76983a7e.js +0 -2
- package/dist/webcomponents/p-76983a7e.js.map +0 -1
- package/dist/webcomponents/p-76dffeec.js.map +0 -1
- package/dist/webcomponents/p-77e732b2.entry.js +0 -2
- package/dist/webcomponents/p-77e732b2.entry.js.map +0 -1
- package/dist/webcomponents/p-7d58db66.js.map +0 -1
- package/dist/webcomponents/p-88fa33c1.entry.js +0 -2
- package/dist/webcomponents/p-88fa33c1.entry.js.map +0 -1
- package/dist/webcomponents/p-8f37e3ee.js.map +0 -1
- package/dist/webcomponents/p-931989e6.entry.js +0 -2
- package/dist/webcomponents/p-931989e6.entry.js.map +0 -1
- package/dist/webcomponents/p-96eecdff.entry.js +0 -2
- package/dist/webcomponents/p-96eecdff.entry.js.map +0 -1
- package/dist/webcomponents/p-988191bf.js.map +0 -1
- package/dist/webcomponents/p-9b6dcac5.js.map +0 -1
- package/dist/webcomponents/p-9ce9561a.entry.js +0 -2
- package/dist/webcomponents/p-9ce9561a.entry.js.map +0 -1
- package/dist/webcomponents/p-abc05a34.entry.js +0 -2
- package/dist/webcomponents/p-abc05a34.entry.js.map +0 -1
- package/dist/webcomponents/p-b12691c3.entry.js.map +0 -1
- package/dist/webcomponents/p-b157f6ae.js.map +0 -1
- package/dist/webcomponents/p-b98a3f94.entry.js +0 -2
- package/dist/webcomponents/p-b98a3f94.entry.js.map +0 -1
- package/dist/webcomponents/p-c1ae571b.entry.js +0 -2
- package/dist/webcomponents/p-c1ae571b.entry.js.map +0 -1
- package/dist/webcomponents/p-c4289027.entry.js +0 -2
- package/dist/webcomponents/p-c4289027.entry.js.map +0 -1
- package/dist/webcomponents/p-c43e9572.entry.js +0 -2
- package/dist/webcomponents/p-c43e9572.entry.js.map +0 -1
- package/dist/webcomponents/p-c4c8fb44.entry.js +0 -2
- package/dist/webcomponents/p-c4c8fb44.entry.js.map +0 -1
- package/dist/webcomponents/p-cbb60191.js.map +0 -1
- package/dist/webcomponents/p-d6b5793d.js.map +0 -1
- package/dist/webcomponents/p-dbbd2611.entry.js +0 -2
- package/dist/webcomponents/p-dbbd2611.entry.js.map +0 -1
- package/dist/webcomponents/p-ec1890fc.entry.js +0 -2
- package/dist/webcomponents/p-ec1890fc.entry.js.map +0 -1
- package/dist/webcomponents/p-f0897468.entry.js +0 -2
- package/dist/webcomponents/p-f0897468.entry.js.map +0 -1
- package/dist/webcomponents/webcomponents.esm.js.map +0 -1
|
@@ -1,2 +1 @@
|
|
|
1
|
-
function n(t){"@babel/helpers - typeof";return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},n(t)}function t(n){if(n===null||n===true||n===false){return NaN}var t=Number(n);if(isNaN(t)){return t}return t<0?Math.ceil(t):Math.floor(t)}function e(n,t){if(t.length<n){throw new TypeError(n+" argument"+(n>1?"s":"")+" required, but only "+t.length+" present")}}function r(t){e(1,arguments);var r=Object.prototype.toString.call(t);if(t instanceof Date||n(t)==="object"&&r==="[object Date]"){return new Date(t.getTime())}else if(typeof t==="number"||r==="[object Number]"){return new Date(t)}else{if((typeof t==="string"||r==="[object String]")&&typeof console!=="undefined"){console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments");console.warn((new Error).stack)}return new Date(NaN)}}function a(n,a){e(2,arguments);var i=r(n).getTime();var o=t(a);return new Date(i+o)}var i={};function o(){return i}function u(n){var t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));t.setUTCFullYear(n.getFullYear());return n.getTime()-t.getTime()}function s(t){e(1,arguments);return t instanceof Date||n(t)==="object"&&Object.prototype.toString.call(t)==="[object Date]"}function c(n){e(1,arguments);if(!s(n)&&typeof n!=="number"){return false}var t=r(n);return!isNaN(Number(t))}function d(n,r){e(2,arguments);var i=t(r);return a(n,-i)}var f=864e5;function l(n){e(1,arguments);var t=r(n);var a=t.getTime();t.setUTCMonth(0,1);t.setUTCHours(0,0,0,0);var i=t.getTime();var o=a-i;return Math.floor(o/f)+1}function v(n){e(1,arguments);var t=1;var a=r(n);var i=a.getUTCDay();var o=(i<t?7:0)+i-t;a.setUTCDate(a.getUTCDate()-o);a.setUTCHours(0,0,0,0);return a}function h(n){e(1,arguments);var t=r(n);var a=t.getUTCFullYear();var i=new Date(0);i.setUTCFullYear(a+1,0,4);i.setUTCHours(0,0,0,0);var o=v(i);var u=new Date(0);u.setUTCFullYear(a,0,4);u.setUTCHours(0,0,0,0);var s=v(u);if(t.getTime()>=o.getTime()){return a+1}else if(t.getTime()>=s.getTime()){return a}else{return a-1}}function m(n){e(1,arguments);var t=h(n);var r=new Date(0);r.setUTCFullYear(t,0,4);r.setUTCHours(0,0,0,0);var a=v(r);return a}var b=6048e5;function g(n){e(1,arguments);var t=r(n);var a=v(t).getTime()-m(t).getTime();return Math.round(a/b)+1}function p(n,a){var i,u,s,c,d,f,l,v;e(1,arguments);var h=o();var m=t((i=(u=(s=(c=a===null||a===void 0?void 0:a.weekStartsOn)!==null&&c!==void 0?c:a===null||a===void 0?void 0:(d=a.locale)===null||d===void 0?void 0:(f=d.options)===null||f===void 0?void 0:f.weekStartsOn)!==null&&s!==void 0?s:h.weekStartsOn)!==null&&u!==void 0?u:(l=h.locale)===null||l===void 0?void 0:(v=l.options)===null||v===void 0?void 0:v.weekStartsOn)!==null&&i!==void 0?i:0);if(!(m>=0&&m<=6)){throw new RangeError("weekStartsOn must be between 0 and 6 inclusively")}var b=r(n);var g=b.getUTCDay();var p=(g<m?7:0)+g-m;b.setUTCDate(b.getUTCDate()-p);b.setUTCHours(0,0,0,0);return b}function w(n,a){var i,u,s,c,d,f,l,v;e(1,arguments);var h=r(n);var m=h.getUTCFullYear();var b=o();var g=t((i=(u=(s=(c=a===null||a===void 0?void 0:a.firstWeekContainsDate)!==null&&c!==void 0?c:a===null||a===void 0?void 0:(d=a.locale)===null||d===void 0?void 0:(f=d.options)===null||f===void 0?void 0:f.firstWeekContainsDate)!==null&&s!==void 0?s:b.firstWeekContainsDate)!==null&&u!==void 0?u:(l=b.locale)===null||l===void 0?void 0:(v=l.options)===null||v===void 0?void 0:v.firstWeekContainsDate)!==null&&i!==void 0?i:1);if(!(g>=1&&g<=7)){throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively")}var w=new Date(0);w.setUTCFullYear(m+1,0,g);w.setUTCHours(0,0,0,0);var y=p(w,a);var M=new Date(0);M.setUTCFullYear(m,0,g);M.setUTCHours(0,0,0,0);var S=p(M,a);if(h.getTime()>=y.getTime()){return m+1}else if(h.getTime()>=S.getTime()){return m}else{return m-1}}function y(n,r){var a,i,u,s,c,d,f,l;e(1,arguments);var v=o();var h=t((a=(i=(u=(s=r===null||r===void 0?void 0:r.firstWeekContainsDate)!==null&&s!==void 0?s:r===null||r===void 0?void 0:(c=r.locale)===null||c===void 0?void 0:(d=c.options)===null||d===void 0?void 0:d.firstWeekContainsDate)!==null&&u!==void 0?u:v.firstWeekContainsDate)!==null&&i!==void 0?i:(f=v.locale)===null||f===void 0?void 0:(l=f.options)===null||l===void 0?void 0:l.firstWeekContainsDate)!==null&&a!==void 0?a:1);var m=w(n,r);var b=new Date(0);b.setUTCFullYear(m,0,h);b.setUTCHours(0,0,0,0);var g=p(b,r);return g}var M=6048e5;function S(n,t){e(1,arguments);var a=r(n);var i=p(a,t).getTime()-y(a,t).getTime();return Math.round(i/M)+1}function x(n,t){var e=n<0?"-":"";var r=Math.abs(n).toString();while(r.length<t){r="0"+r}return e+r}var E={y:function n(t,e){var r=t.getUTCFullYear();var a=r>0?r:1-r;return x(e==="yy"?a%100:a,e.length)},M:function n(t,e){var r=t.getUTCMonth();return e==="M"?String(r+1):x(r+1,2)},d:function n(t,e){return x(t.getUTCDate(),e.length)},a:function n(t,e){var r=t.getUTCHours()/12>=1?"pm":"am";switch(e){case"a":case"aa":return r.toUpperCase();case"aaa":return r;case"aaaaa":return r[0];case"aaaa":default:return r==="am"?"a.m.":"p.m."}},h:function n(t,e){return x(t.getUTCHours()%12||12,e.length)},H:function n(t,e){return x(t.getUTCHours(),e.length)},m:function n(t,e){return x(t.getUTCMinutes(),e.length)},s:function n(t,e){return x(t.getUTCSeconds(),e.length)},S:function n(t,e){var r=e.length;var a=t.getUTCMilliseconds();var i=Math.floor(a*Math.pow(10,r-3));return x(i,e.length)}};var D={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"};var P={G:function n(t,e,r){var a=t.getUTCFullYear()>0?1:0;switch(e){case"G":case"GG":case"GGG":return r.era(a,{width:"abbreviated"});case"GGGGG":return r.era(a,{width:"narrow"});case"GGGG":default:return r.era(a,{width:"wide"})}},y:function n(t,e,r){if(e==="yo"){var a=t.getUTCFullYear();var i=a>0?a:1-a;return r.ordinalNumber(i,{unit:"year"})}return E.y(t,e)},Y:function n(t,e,r,a){var i=w(t,a);var o=i>0?i:1-i;if(e==="YY"){var u=o%100;return x(u,2)}if(e==="Yo"){return r.ordinalNumber(o,{unit:"year"})}return x(o,e.length)},R:function n(t,e){var r=h(t);return x(r,e.length)},u:function n(t,e){var r=t.getUTCFullYear();return x(r,e.length)},Q:function n(t,e,r){var a=Math.ceil((t.getUTCMonth()+1)/3);switch(e){case"Q":return String(a);case"QQ":return x(a,2);case"Qo":return r.ordinalNumber(a,{unit:"quarter"});case"QQQ":return r.quarter(a,{width:"abbreviated",context:"formatting"});case"QQQQQ":return r.quarter(a,{width:"narrow",context:"formatting"});case"QQQQ":default:return r.quarter(a,{width:"wide",context:"formatting"})}},q:function n(t,e,r){var a=Math.ceil((t.getUTCMonth()+1)/3);switch(e){case"q":return String(a);case"qq":return x(a,2);case"qo":return r.ordinalNumber(a,{unit:"quarter"});case"qqq":return r.quarter(a,{width:"abbreviated",context:"standalone"});case"qqqqq":return r.quarter(a,{width:"narrow",context:"standalone"});case"qqqq":default:return r.quarter(a,{width:"wide",context:"standalone"})}},M:function n(t,e,r){var a=t.getUTCMonth();switch(e){case"M":case"MM":return E.M(t,e);case"Mo":return r.ordinalNumber(a+1,{unit:"month"});case"MMM":return r.month(a,{width:"abbreviated",context:"formatting"});case"MMMMM":return r.month(a,{width:"narrow",context:"formatting"});case"MMMM":default:return r.month(a,{width:"wide",context:"formatting"})}},L:function n(t,e,r){var a=t.getUTCMonth();switch(e){case"L":return String(a+1);case"LL":return x(a+1,2);case"Lo":return r.ordinalNumber(a+1,{unit:"month"});case"LLL":return r.month(a,{width:"abbreviated",context:"standalone"});case"LLLLL":return r.month(a,{width:"narrow",context:"standalone"});case"LLLL":default:return r.month(a,{width:"wide",context:"standalone"})}},w:function n(t,e,r,a){var i=S(t,a);if(e==="wo"){return r.ordinalNumber(i,{unit:"week"})}return x(i,e.length)},I:function n(t,e,r){var a=g(t);if(e==="Io"){return r.ordinalNumber(a,{unit:"week"})}return x(a,e.length)},d:function n(t,e,r){if(e==="do"){return r.ordinalNumber(t.getUTCDate(),{unit:"date"})}return E.d(t,e)},D:function n(t,e,r){var a=l(t);if(e==="Do"){return r.ordinalNumber(a,{unit:"dayOfYear"})}return x(a,e.length)},E:function n(t,e,r){var a=t.getUTCDay();switch(e){case"E":case"EE":case"EEE":return r.day(a,{width:"abbreviated",context:"formatting"});case"EEEEE":return r.day(a,{width:"narrow",context:"formatting"});case"EEEEEE":return r.day(a,{width:"short",context:"formatting"});case"EEEE":default:return r.day(a,{width:"wide",context:"formatting"})}},e:function n(t,e,r,a){var i=t.getUTCDay();var o=(i-a.weekStartsOn+8)%7||7;switch(e){case"e":return String(o);case"ee":return x(o,2);case"eo":return r.ordinalNumber(o,{unit:"day"});case"eee":return r.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return r.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return r.day(i,{width:"short",context:"formatting"});case"eeee":default:return r.day(i,{width:"wide",context:"formatting"})}},c:function n(t,e,r,a){var i=t.getUTCDay();var o=(i-a.weekStartsOn+8)%7||7;switch(e){case"c":return String(o);case"cc":return x(o,e.length);case"co":return r.ordinalNumber(o,{unit:"day"});case"ccc":return r.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return r.day(i,{width:"narrow",context:"standalone"});case"cccccc":return r.day(i,{width:"short",context:"standalone"});case"cccc":default:return r.day(i,{width:"wide",context:"standalone"})}},i:function n(t,e,r){var a=t.getUTCDay();var i=a===0?7:a;switch(e){case"i":return String(i);case"ii":return x(i,e.length);case"io":return r.ordinalNumber(i,{unit:"day"});case"iii":return r.day(a,{width:"abbreviated",context:"formatting"});case"iiiii":return r.day(a,{width:"narrow",context:"formatting"});case"iiiiii":return r.day(a,{width:"short",context:"formatting"});case"iiii":default:return r.day(a,{width:"wide",context:"formatting"})}},a:function n(t,e,r){var a=t.getUTCHours();var i=a/12>=1?"pm":"am";switch(e){case"a":case"aa":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return r.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return r.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function n(t,e,r){var a=t.getUTCHours();var i;if(a===12){i=D.noon}else if(a===0){i=D.midnight}else{i=a/12>=1?"pm":"am"}switch(e){case"b":case"bb":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return r.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return r.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function n(t,e,r){var a=t.getUTCHours();var i;if(a>=17){i=D.evening}else if(a>=12){i=D.afternoon}else if(a>=4){i=D.morning}else{i=D.night}switch(e){case"B":case"BB":case"BBB":return r.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return r.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return r.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function n(t,e,r){if(e==="ho"){var a=t.getUTCHours()%12;if(a===0)a=12;return r.ordinalNumber(a,{unit:"hour"})}return E.h(t,e)},H:function n(t,e,r){if(e==="Ho"){return r.ordinalNumber(t.getUTCHours(),{unit:"hour"})}return E.H(t,e)},K:function n(t,e,r){var a=t.getUTCHours()%12;if(e==="Ko"){return r.ordinalNumber(a,{unit:"hour"})}return x(a,e.length)},k:function n(t,e,r){var a=t.getUTCHours();if(a===0)a=24;if(e==="ko"){return r.ordinalNumber(a,{unit:"hour"})}return x(a,e.length)},m:function n(t,e,r){if(e==="mo"){return r.ordinalNumber(t.getUTCMinutes(),{unit:"minute"})}return E.m(t,e)},s:function n(t,e,r){if(e==="so"){return r.ordinalNumber(t.getUTCSeconds(),{unit:"second"})}return E.s(t,e)},S:function n(t,e){return E.S(t,e)},X:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();if(o===0){return"Z"}switch(e){case"X":return O(o);case"XXXX":case"XX":return j(o);case"XXXXX":case"XXX":default:return j(o,":")}},x:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();switch(e){case"x":return O(o);case"xxxx":case"xx":return j(o);case"xxxxx":case"xxx":default:return j(o,":")}},O:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();switch(e){case"O":case"OO":case"OOO":return"GMT"+T(o,":");case"OOOO":default:return"GMT"+j(o,":")}},z:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTimezoneOffset();switch(e){case"z":case"zz":case"zzz":return"GMT"+T(o,":");case"zzzz":default:return"GMT"+j(o,":")}},t:function n(t,e,r,a){var i=a._originalDate||t;var o=Math.floor(i.getTime()/1e3);return x(o,e.length)},T:function n(t,e,r,a){var i=a._originalDate||t;var o=i.getTime();return x(o,e.length)}};function T(n,t){var e=n>0?"-":"+";var r=Math.abs(n);var a=Math.floor(r/60);var i=r%60;if(i===0){return e+String(a)}var o=t||"";return e+String(a)+o+x(i,2)}function O(n,t){if(n%60===0){var e=n>0?"-":"+";return e+x(Math.abs(n)/60,2)}return j(n,t)}function j(n,t){var e=t||"";var r=n>0?"-":"+";var a=Math.abs(n);var i=x(Math.floor(a/60),2);var o=x(a%60,2);return r+i+e+o}var A=function n(t,e){switch(t){case"P":return e.date({width:"short"});case"PP":return e.date({width:"medium"});case"PPP":return e.date({width:"long"});case"PPPP":default:return e.date({width:"full"})}};var W=function n(t,e){switch(t){case"p":return e.time({width:"short"});case"pp":return e.time({width:"medium"});case"ppp":return e.time({width:"long"});case"pppp":default:return e.time({width:"full"})}};var k=function n(t,e){var r=t.match(/(P+)(p+)?/)||[];var a=r[1];var i=r[2];if(!i){return A(t,e)}var o;switch(a){case"P":o=e.dateTime({width:"short"});break;case"PP":o=e.dateTime({width:"medium"});break;case"PPP":o=e.dateTime({width:"long"});break;case"PPPP":default:o=e.dateTime({width:"full"});break}return o.replace("{{date}}",A(a,e)).replace("{{time}}",W(i,e))};var N={p:W,P:k};var Y=["D","DD"];var q=["YY","YYYY"];function F(n){return Y.indexOf(n)!==-1}function L(n){return q.indexOf(n)!==-1}function R(n,t,e){if(n==="YYYY"){throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}else if(n==="YY"){throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}else if(n==="D"){throw new RangeError("Use `d` instead of `D` (in `".concat(t,"`) for formatting days of the month to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}else if(n==="DD"){throw new RangeError("Use `dd` instead of `DD` (in `".concat(t,"`) for formatting days of the month to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}}var X={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};var G=function n(t,e,r){var a;var i=X[t];if(typeof i==="string"){a=i}else if(e===1){a=i.one}else{a=i.other.replace("{{count}}",e.toString())}if(r!==null&&r!==void 0&&r.addSuffix){if(r.comparison&&r.comparison>0){return"in "+a}else{return a+" ago"}}return a};function z(n){return function(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};var e=t.width?String(t.width):n.defaultWidth;var r=n.formats[e]||n.formats[n.defaultWidth];return r}}var B={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"};var Q={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"};var C={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"};var _={date:z({formats:B,defaultWidth:"full"}),time:z({formats:Q,defaultWidth:"full"}),dateTime:z({formats:C,defaultWidth:"full"})};var H={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};var U=function n(t,e,r,a){return H[t]};function I(n){return function(t,e){var r=e!==null&&e!==void 0&&e.context?String(e.context):"standalone";var a;if(r==="formatting"&&n.formattingValues){var i=n.defaultFormattingWidth||n.defaultWidth;var o=e!==null&&e!==void 0&&e.width?String(e.width):i;a=n.formattingValues[o]||n.formattingValues[i]}else{var u=n.defaultWidth;var s=e!==null&&e!==void 0&&e.width?String(e.width):n.defaultWidth;a=n.values[s]||n.values[u]}var c=n.argumentCallback?n.argumentCallback(t):t;return a[c]}}var $={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]};var J={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]};var Z={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]};var V={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]};var K={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}};var nn={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}};var tn=function n(t,e){var r=Number(t);var a=r%100;if(a>20||a<10){switch(a%10){case 1:return r+"st";case 2:return r+"nd";case 3:return r+"rd"}}return r+"th"};var en={ordinalNumber:tn,era:I({values:$,defaultWidth:"wide"}),quarter:I({values:J,defaultWidth:"wide",argumentCallback:function n(t){return t-1}}),month:I({values:Z,defaultWidth:"wide"}),day:I({values:V,defaultWidth:"wide"}),dayPeriod:I({values:K,defaultWidth:"wide",formattingValues:nn,defaultFormattingWidth:"wide"})};function rn(n){return function(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var r=e.width;var a=r&&n.matchPatterns[r]||n.matchPatterns[n.defaultMatchWidth];var i=t.match(a);if(!i){return null}var o=i[0];var u=r&&n.parsePatterns[r]||n.parsePatterns[n.defaultParseWidth];var s=Array.isArray(u)?on(u,(function(n){return n.test(o)})):an(u,(function(n){return n.test(o)}));var c;c=n.valueCallback?n.valueCallback(s):s;c=e.valueCallback?e.valueCallback(c):c;var d=t.slice(o.length);return{value:c,rest:d}}}function an(n,t){for(var e in n){if(n.hasOwnProperty(e)&&t(n[e])){return e}}return undefined}function on(n,t){for(var e=0;e<n.length;e++){if(t(n[e])){return e}}return undefined}function un(n){return function(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var r=t.match(n.matchPattern);if(!r)return null;var a=r[0];var i=t.match(n.parsePattern);if(!i)return null;var o=n.valueCallback?n.valueCallback(i[0]):i[0];o=e.valueCallback?e.valueCallback(o):o;var u=t.slice(a.length);return{value:o,rest:u}}}var sn=/^(\d+)(th|st|nd|rd)?/i;var cn=/\d+/i;var dn={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i};var fn={any:[/^b/i,/^(a|c)/i]};var ln={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i};var vn={any:[/1/i,/2/i,/3/i,/4/i]};var hn={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i};var mn={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]};var bn={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i};var gn={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]};var pn={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i};var wn={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}};var yn={ordinalNumber:un({matchPattern:sn,parsePattern:cn,valueCallback:function n(t){return parseInt(t,10)}}),era:rn({matchPatterns:dn,defaultMatchWidth:"wide",parsePatterns:fn,defaultParseWidth:"any"}),quarter:rn({matchPatterns:ln,defaultMatchWidth:"wide",parsePatterns:vn,defaultParseWidth:"any",valueCallback:function n(t){return t+1}}),month:rn({matchPatterns:hn,defaultMatchWidth:"wide",parsePatterns:mn,defaultParseWidth:"any"}),day:rn({matchPatterns:bn,defaultMatchWidth:"wide",parsePatterns:gn,defaultParseWidth:"any"}),dayPeriod:rn({matchPatterns:pn,defaultMatchWidth:"any",parsePatterns:wn,defaultParseWidth:"any"})};var Mn={code:"en-US",formatDistance:G,formatLong:_,formatRelative:U,localize:en,match:yn,options:{weekStartsOn:0,firstWeekContainsDate:1}};var Sn=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g;var xn=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g;var En=/^'([^]*?)'?$/;var Dn=/''/g;var Pn=/[a-zA-Z]/;function Tn(n,a,i){var s,f,l,v,h,m,b,g,p,w,y,M,S,x,E,D,T,O;e(2,arguments);var j=String(a);var A=o();var W=(s=(f=i===null||i===void 0?void 0:i.locale)!==null&&f!==void 0?f:A.locale)!==null&&s!==void 0?s:Mn;var k=t((l=(v=(h=(m=i===null||i===void 0?void 0:i.firstWeekContainsDate)!==null&&m!==void 0?m:i===null||i===void 0?void 0:(b=i.locale)===null||b===void 0?void 0:(g=b.options)===null||g===void 0?void 0:g.firstWeekContainsDate)!==null&&h!==void 0?h:A.firstWeekContainsDate)!==null&&v!==void 0?v:(p=A.locale)===null||p===void 0?void 0:(w=p.options)===null||w===void 0?void 0:w.firstWeekContainsDate)!==null&&l!==void 0?l:1);if(!(k>=1&&k<=7)){throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively")}var Y=t((y=(M=(S=(x=i===null||i===void 0?void 0:i.weekStartsOn)!==null&&x!==void 0?x:i===null||i===void 0?void 0:(E=i.locale)===null||E===void 0?void 0:(D=E.options)===null||D===void 0?void 0:D.weekStartsOn)!==null&&S!==void 0?S:A.weekStartsOn)!==null&&M!==void 0?M:(T=A.locale)===null||T===void 0?void 0:(O=T.options)===null||O===void 0?void 0:O.weekStartsOn)!==null&&y!==void 0?y:0);if(!(Y>=0&&Y<=6)){throw new RangeError("weekStartsOn must be between 0 and 6 inclusively")}if(!W.localize){throw new RangeError("locale must contain localize property")}if(!W.formatLong){throw new RangeError("locale must contain formatLong property")}var q=r(n);if(!c(q)){throw new RangeError("Invalid time value")}var X=u(q);var G=d(q,X);var z={firstWeekContainsDate:k,weekStartsOn:Y,locale:W,_originalDate:q};var B=j.match(xn).map((function(n){var t=n[0];if(t==="p"||t==="P"){var e=N[t];return e(n,W.formatLong)}return n})).join("").match(Sn).map((function(t){if(t==="''"){return"'"}var e=t[0];if(e==="'"){return On(t)}var r=P[e];if(r){if(!(i!==null&&i!==void 0&&i.useAdditionalWeekYearTokens)&&L(t)){R(t,a,String(n))}if(!(i!==null&&i!==void 0&&i.useAdditionalDayOfYearTokens)&&F(t)){R(t,a,String(n))}return r(G,t,W.localize,z)}if(e.match(Pn)){throw new RangeError("Format string contains an unescaped latin alphabet character `"+e+"`")}return t})).join("");return B}function On(n){var t=n.match(En);if(!t){return n}return t[1].replace(Dn,"'")}var jn={defaultAmount:0,defaultCurrency:"USD",defaultPrecision:2};var An={globalLocale:"en-US",globalFormat:"$0,0.00",globalRoundingMode:"HALF_EVEN",globalFormatRoundingMode:"HALF_AWAY_FROM_ZERO",globalExchangeRatesApi:{endpoint:undefined,headers:undefined,propertyPath:undefined}};function Wn(n){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){Wn=function(n){return typeof n}}else{Wn=function(n){return n&&typeof Symbol==="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n}}return Wn(n)}function kn(n){return Nn(n)||Yn(n)||qn(n)||Ln()}function Nn(n){if(Array.isArray(n))return n}function Yn(n){if(typeof Symbol!=="undefined"&&Symbol.iterator in Object(n))return Array.from(n)}function qn(n,t){if(!n)return;if(typeof n==="string")return Fn(n,t);var e=Object.prototype.toString.call(n).slice(8,-1);if(e==="Object"&&n.constructor)e=n.constructor.name;if(e==="Map"||e==="Set")return Array.from(n);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return Fn(n,t)}function Fn(n,t){if(t==null||t>n.length)t=n.length;for(var e=0,r=new Array(t);e<t;e++)r[e]=n[e];return r}function Ln(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var Rn={normalizePrecision:function n(t){var e=t.reduce((function(n,t){return Math.max(n.getPrecision(),t.getPrecision())}));return t.map((function(n){return n.getPrecision()!==e?n.convertPrecision(e):n}))},minimum:function n(t){var e=kn(t),r=e[0],a=e.slice(1);var i=r;a.forEach((function(n){i=i.lessThan(n)?i:n}));return i},maximum:function n(t){var e=kn(t),r=e[0],a=e.slice(1);var i=r;a.forEach((function(n){i=i.greaterThan(n)?i:n}));return i}};function Xn(n){return!isNaN(parseInt(n))&&isFinite(n)}function Gn(n){return Xn(n)&&n<=100&&n>=0}function zn(n){return n.length>0&&n.every((function(n){return n>=0}))&&n.some((function(n){return n>0}))}function Bn(n){return n%2===0}function Qn(n){return Xn(n)&&!Number.isInteger(n)}function Cn(){var n=arguments.length>0&&arguments[0]!==undefined?arguments[0]:0;var t=n.toString();if(t.indexOf("e-")>0){return parseInt(t.split("e-")[1])}else{var e=t.split(".")[1];return e?e.length:0}}function _n(n){return Math.abs(n)%1===.5}function Hn(n){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};return new Promise((function(e,r){var a=Object.assign(new XMLHttpRequest,{onreadystatechange:function n(){if(a.readyState===4){if(a.status>=200&&a.status<400)e(JSON.parse(a.responseText));else r(new Error(a.statusText))}},onerror:function n(){r(new Error("Network error"))}});a.open("GET",n,true);Un(a,t.headers);a.send()}))}function Un(n){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};for(var e in t){n.setRequestHeader(e,t[e])}return n}function In(n){return typeof n==="undefined"}function $n(n){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:".";var e={};Object.entries(n).forEach((function(n){if(Wn(n[1])==="object"){var r=$n(n[1]);Object.entries(r).forEach((function(r){e[n[0]+t+r[0]]=r[1]}))}else{e[n[0]]=n[1]}}));return e}function Jn(n){return Boolean(n)&&(Wn(n)==="object"||typeof n==="function")&&typeof n.then==="function"}function Zn(){var n=function n(t,e){var r=function n(t){return Math.pow(10,Cn(t))};var a=Math.max(r(t),r(e));return Math.round(t*a)*Math.round(e*a)/(a*a)};var t={HALF_ODD:function n(t){var e=Math.round(t);return _n(t)?Bn(e)?e-1:e:e},HALF_EVEN:function n(t){var e=Math.round(t);return _n(t)?Bn(e)?e:e-1:e},HALF_UP:function n(t){return Math.round(t)},HALF_DOWN:function n(t){return _n(t)?Math.floor(t):Math.round(t)},HALF_TOWARDS_ZERO:function n(t){return _n(t)?Math.sign(t)*Math.floor(Math.abs(t)):Math.round(t)},HALF_AWAY_FROM_ZERO:function n(t){return _n(t)?Math.sign(t)*Math.ceil(Math.abs(t)):Math.round(t)},DOWN:function n(t){return Math.floor(t)}};return{add:function n(t,e){return t+e},subtract:function n(t,e){return t-e},multiply:function t(e,r){return Qn(e)||Qn(r)?n(e,r):e*r},divide:function n(t,e){return t/e},modulo:function n(t,e){return t%e},round:function n(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"HALF_EVEN";return t[r](e)}}}var Vn=Zn();function Kn(n){var t=/^(?:(\$|USD)?0(?:(,)0)?(\.)?(0+)?|0(?:(,)0)?(\.)?(0+)?\s?(dollar)?)$/gm.exec(n);return{getMatches:function n(){return t!==null?t.slice(1).filter((function(n){return!In(n)})):[]},getMinimumFractionDigits:function n(){var t=function n(t){return t==="."};return!In(this.getMatches().find(t))?this.getMatches()[Vn.add(this.getMatches().findIndex(t),1)].split("").length:0},getCurrencyDisplay:function n(){var t={USD:"code",dollar:"name",$:"symbol"};return t[this.getMatches().find((function(n){return n==="USD"||n==="dollar"||n==="$"}))]},getStyle:function n(){return!In(this.getCurrencyDisplay(this.getMatches()))?"currency":"decimal"},getUseGrouping:function n(){return!In(this.getMatches().find((function(n){return n===","})))}}}function nt(n){var t=function n(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:"";var e=arguments.length>1?arguments[1]:undefined;for(var r in e){t=t.replace("{{".concat(r,"}}"),e[r])}return t};var e=function e(r,a){return Hn(t(n.endpoint,{from:r,to:a}),{headers:n.headers})};return{getExchangeRate:function r(a,i){return(Jn(n.endpoint)?n.endpoint:e(a,i)).then((function(e){return $n(e)[t(n.propertyPath,{from:a,to:i})]}))}}}function tt(n,t){var e=arguments.length>2&&arguments[2]!==undefined?arguments[2]:Error;if(!n)throw new e(t)}function et(n){tt(Gn(n),"You must provide a numeric value between 0 and 100.",RangeError)}function rt(n){tt(zn(n),"You must provide a non-empty array of numeric values greater than 0.",TypeError)}function at(n){tt(Number.isInteger(n),"You must provide an integer.",TypeError)}var it=Zn();var ot=function n(t){var e=Object.assign({},{amount:n.defaultAmount,currency:n.defaultCurrency,precision:n.defaultPrecision},t),r=e.amount,a=e.currency,i=e.precision;at(r);at(i);var o=n.globalLocale,u=n.globalFormat,s=n.globalRoundingMode,c=n.globalFormatRoundingMode;var d=Object.assign({},n.globalExchangeRatesApi);var f=function t(e){var o=Object.assign({},Object.assign({},{amount:r,currency:a,precision:i},e),Object.assign({},{locale:this.locale},e));return Object.assign(n({amount:o.amount,currency:o.currency,precision:o.precision}),{locale:o.locale})};var l=function n(t){tt(this.hasSameCurrency(t),"You must provide a Dinero instance with the same currency.",TypeError)};return{getAmount:function n(){return r},getCurrency:function n(){return a},getLocale:function n(){return this.locale||o},setLocale:function n(t){return f.call(this,{locale:t})},getPrecision:function n(){return i},convertPrecision:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:c;at(t);var r=this.getPrecision();var a=t>r;var i=a?it.multiply:it.divide;var o=a?[t,r]:[r,t];var u=Math.pow(10,it.subtract.apply(it,o));return f.call(this,{amount:it.round(i(this.getAmount(),u),e),precision:t})},add:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return f.call(this,{amount:it.add(r[0].getAmount(),r[1].getAmount()),precision:r[0].getPrecision()})},subtract:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return f.call(this,{amount:it.subtract(r[0].getAmount(),r[1].getAmount()),precision:r[0].getPrecision()})},multiply:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:s;return f.call(this,{amount:it.round(it.multiply(this.getAmount(),t),e)})},divide:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:s;return f.call(this,{amount:it.round(it.divide(this.getAmount(),t),e)})},percentage:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:s;et(t);return this.multiply(it.divide(t,100),e)},allocate:function n(t){var e=this;rt(t);var r=t.reduce((function(n,t){return it.add(n,t)}));var a=this.getAmount();var i=t.map((function(n){var t=Math.floor(it.divide(it.multiply(e.getAmount(),n),r));a=it.subtract(a,t);return f.call(e,{amount:t})}));var o=0;while(a>0){if(t[o]>0){i[o]=i[o].add(f.call(this,{amount:1}));a=it.subtract(a,1)}o+=1}return i},convert:function n(t){var e=this;var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},a=r.endpoint,i=a===void 0?d.endpoint:a,o=r.propertyPath,u=o===void 0?d.propertyPath||"rates.{{to}}":o,c=r.headers,l=c===void 0?d.headers:c,v=r.roundingMode,h=v===void 0?s:v;var m=Object.assign({},{endpoint:i,propertyPath:u,headers:l,roundingMode:h});return nt(m).getExchangeRate(this.getCurrency(),t).then((function(n){tt(!In(n),'No rate was found for the destination currency "'.concat(t,'".'),TypeError);return f.call(e,{amount:it.round(it.multiply(e.getAmount(),parseFloat(n)),m.roundingMode),currency:t})}))},equalsTo:function n(t){return this.hasSameAmount(t)&&this.hasSameCurrency(t)},lessThan:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()<r[1].getAmount()},lessThanOrEqual:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()<=r[1].getAmount()},greaterThan:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()>r[1].getAmount()},greaterThanOrEqual:function t(e){l.call(this,e);var r=n.normalizePrecision([this,e]);return r[0].getAmount()>=r[1].getAmount()},isZero:function n(){return this.getAmount()===0},isPositive:function n(){return this.getAmount()>=0},isNegative:function n(){return this.getAmount()<0},hasSubUnits:function n(){return it.modulo(this.getAmount(),Math.pow(10,i))!==0},hasCents:function n(){return it.modulo(this.getAmount(),Math.pow(10,i))!==0},hasSameCurrency:function n(t){return this.getCurrency()===t.getCurrency()},hasSameAmount:function t(e){var r=n.normalizePrecision([this,e]);return r[0].getAmount()===r[1].getAmount()},toFormat:function n(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:u;var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:c;var r=Kn(t);return this.toRoundedUnit(r.getMinimumFractionDigits(),e).toLocaleString(this.getLocale(),{currencyDisplay:r.getCurrencyDisplay(),useGrouping:r.getUseGrouping(),minimumFractionDigits:r.getMinimumFractionDigits(),style:r.getStyle(),currency:this.getCurrency()})},toUnit:function n(){return it.divide(this.getAmount(),Math.pow(10,i))},toRoundedUnit:function n(t){var e=arguments.length>1&&arguments[1]!==undefined?arguments[1]:c;var r=Math.pow(10,t);return it.divide(it.round(it.multiply(this.toUnit(),r),e),r)},toObject:function n(){return{amount:r,currency:a,precision:i}},toJSON:function n(){return this.toObject()}}};var ut=Object.assign(ot,jn,An,Rn);function st(n,t=true){if(!n)n=0;function e(n){const e=t?"$0,0.00":"0,0.00";return ut({amount:n,currency:"USD"}).toFormat(e)}return n<0?`(${e(-n)})`:e(n)}function ct(n){if(!n)n=0;function t(n){const t=n/100;return t.toFixed(2).toString()+"%"}return t(n)}function dt(n){if(!n)return"";const t=new Date(n);return Tn(t,"MMM d, yyyy")}function ft(n){if(typeof n==="string"){n=new Date(n)}if(Object.prototype.toString.call(n)==="[object Date]"){if(isNaN(n.getTime())){return"Invalid date"}}else{return"Invalid input"}const t={year:"numeric",month:"short",day:"numeric"};return n.toLocaleDateString("en-US",t)}function lt(n,t){const e=n===t;return e?"Today":Tn(new Date(n.replace(/-/g,"/")),"MMM d")}function vt(n){if(!n)return"";const t=new Date(n);return Tn(t,"h:mmaaa")}function ht(n){return`${n.address_line1}, ${n.address_city}, ${n.address_state}, ${n.address_postal_code}`}function mt(){var n;const t=getComputedStyle(document.body);return((n=t===null||t===void 0?void 0:t.getPropertyValue("--jfi-load-google-font"))===null||n===void 0?void 0:n.trim().replace(/'|"/g,"").replace(" ","+"))||null}const bt=n=>{switch(n){case"authorized":return"<span class='badge bg-primary' title='This card payment was authorized, but not captured. It could still succeed or fail.'>Authorized</span>";case"disputed":return"<span class='badge bg-primary' title='The account holder disputed this payment. The amount has been returned and a fee assessed.'>Disputed</span>";case"achFailed":return"<span class='badge bg-danger' title='The funds couldn't be collected for this ACH payment (in addition to the original payment, an ACH return and fee will appear in a payout)'>Failed</span>";case"failed":return"<span class='badge bg-danger' title='This card payment didn't go through (it won't appear in a payout)'>Failed</span>";case"fully_refunded":return"<span class='badge bg-primary' title='The full amount of this payment has been refunded'>Fully Refunded</span>";case"partially_refunded":return"<span class='badge bg-primary' title='A portion of this payment has been refunded'>Partially Refunded</span>";case"pending":return"<span class='badge bg-secondary' title='This ACH payment was processed, but the funds haven't settled. It could still succeed or fail.'>Pending</span>";case"succeeded":return"<span class='badge bg-success' title='This payment was successfully captured'>Successful</span>"}};const gt=n=>{switch(n){case"canceled":return"<span class='badge bg-danger' title='Transfer to your bank account failed'>Canceled</span>";case"failed":return"<span class='badge bg-danger' title='Transfer to your bank account failed'>Failed</span>";case"forwarded":return"<span class='badge bg-secondary' title='This payout initially failed; the funds have been forwarded to your next successful payout'>Forwarded</span>";case"in_transit":return"<span class='badge bg-primary' title='Transfer to your bank account has been initiated'>In Transit</span>";case"paid":return"<span class='badge bg-success' title='Successfully deposited into your bank account'>Paid</span>";case"pending":return"<span class='badge bg-primary' title='Batched and scheduled to be transferred'>Pending</span>";case"scheduled":return"<span class='badge bg-primary' title='Batched and scheduled to be transferred'>Scheduled</span>";case"withdrawn":return"<span class='badge bg-success' title='Negative payout balance successfully withdrawn from your bank account'>Withdrawn</span>"}};const pt=n=>{switch(n){case"created":return"<span class='badge bg-primary' title='This sub account has been created, but we haven't received their onboarding yet'>Canceled</span>";case"submitted":return"<span class='badge bg-info' title='We've received this sub account's onboarding and we're reviewing their information'>Submitted</span>";case"information_needed":return"<span class='badge bg-warning' title='We've reviewed this sub account's onboarding information and found an issue'>Information Needed</span>";case"enabled":return"<span class='badge bg-success' title='This sub account is approved to process payments'>Enabled</span>";case"disabled":return"<span class='badge bg-danger' title='This sub account was previously approved, but has since become ineligible to process payments'>Disabled</span>";case"rejected":return"<span class='badge bg-danger' title='This sub account didn't pass approval, so they won't be able to process payments'>Rejected</span>";case"archived":return"<span class='badge bg-primary' title='This sub account has been archived. They won't be able to process payments unless they are restored'>Archived</span>"}};function wt(n){return n.split("_").map((n=>n.charAt(0).toUpperCase()+n.slice(1))).join(" ")}export{bt as M,st as a,lt as b,vt as c,gt as d,mt as e,dt as f,pt as g,ct as h,ft as i,ht as j,wt as s};
|
|
2
|
-
//# sourceMappingURL=p-d6b5793d.js.map
|
|
1
|
+
function t(n){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(n)}function n(t){if(null===t||!0===t||!1===t)return NaN;var n=Number(t);return isNaN(n)?n:n<0?Math.ceil(n):Math.floor(n)}function e(t,n){if(n.length<t)throw new TypeError(t+" argument"+(t>1?"s":"")+" required, but only "+n.length+" present")}function r(n){e(1,arguments);var r=Object.prototype.toString.call(n);return n instanceof Date||"object"===t(n)&&"[object Date]"===r?new Date(n.getTime()):"number"==typeof n||"[object Number]"===r?new Date(n):("string"!=typeof n&&"[object String]"!==r||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn((new Error).stack)),new Date(NaN))}var a={};function i(){return a}function o(t){e(1,arguments);var n=r(t),a=n.getUTCDay(),i=(a<1?7:0)+a-1;return n.setUTCDate(n.getUTCDate()-i),n.setUTCHours(0,0,0,0),n}function u(t){e(1,arguments);var n=r(t),a=n.getUTCFullYear(),i=new Date(0);i.setUTCFullYear(a+1,0,4),i.setUTCHours(0,0,0,0);var u=o(i),s=new Date(0);s.setUTCFullYear(a,0,4),s.setUTCHours(0,0,0,0);var c=o(s);return n.getTime()>=u.getTime()?a+1:n.getTime()>=c.getTime()?a:a-1}function s(t,a){var o,u,s,c,d,f,l,h;e(1,arguments);var m=i(),v=n(null!==(o=null!==(u=null!==(s=null!==(c=null==a?void 0:a.weekStartsOn)&&void 0!==c?c:null==a||null===(d=a.locale)||void 0===d||null===(f=d.options)||void 0===f?void 0:f.weekStartsOn)&&void 0!==s?s:m.weekStartsOn)&&void 0!==u?u:null===(l=m.locale)||void 0===l||null===(h=l.options)||void 0===h?void 0:h.weekStartsOn)&&void 0!==o?o:0);if(!(v>=0&&v<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var b=r(t),g=b.getUTCDay(),w=(g<v?7:0)+g-v;return b.setUTCDate(b.getUTCDate()-w),b.setUTCHours(0,0,0,0),b}function c(t,a){var o,u,c,d,f,l,h,m;e(1,arguments);var v=r(t),b=v.getUTCFullYear(),g=i(),w=n(null!==(o=null!==(u=null!==(c=null!==(d=null==a?void 0:a.firstWeekContainsDate)&&void 0!==d?d:null==a||null===(f=a.locale)||void 0===f||null===(l=f.options)||void 0===l?void 0:l.firstWeekContainsDate)&&void 0!==c?c:g.firstWeekContainsDate)&&void 0!==u?u:null===(h=g.locale)||void 0===h||null===(m=h.options)||void 0===m?void 0:m.firstWeekContainsDate)&&void 0!==o?o:1);if(!(w>=1&&w<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var p=new Date(0);p.setUTCFullYear(b+1,0,w),p.setUTCHours(0,0,0,0);var y=s(p,a),M=new Date(0);M.setUTCFullYear(b,0,w),M.setUTCHours(0,0,0,0);var S=s(M,a);return v.getTime()>=y.getTime()?b+1:v.getTime()>=S.getTime()?b:b-1}function d(t,n){for(var e=t<0?"-":"",r=Math.abs(t).toString();r.length<n;)r="0"+r;return e+r}var f={G:function(t,n,e){var r=t.getUTCFullYear()>0?1:0;switch(n){case"G":case"GG":case"GGG":return e.era(r,{width:"abbreviated"});case"GGGGG":return e.era(r,{width:"narrow"});default:return e.era(r,{width:"wide"})}},y:function(t,n,e){if("yo"===n){var r=t.getUTCFullYear();return e.ordinalNumber(r>0?r:1-r,{unit:"year"})}return function(t,n){var e=t.getUTCFullYear(),r=e>0?e:1-e;return d("yy"===n?r%100:r,n.length)}(t,n)},Y:function(t,n,e,r){var a=c(t,r),i=a>0?a:1-a;return"YY"===n?d(i%100,2):"Yo"===n?e.ordinalNumber(i,{unit:"year"}):d(i,n.length)},R:function(t,n){return d(u(t),n.length)},u:function(t,n){return d(t.getUTCFullYear(),n.length)},Q:function(t,n,e){var r=Math.ceil((t.getUTCMonth()+1)/3);switch(n){case"Q":return String(r);case"QQ":return d(r,2);case"Qo":return e.ordinalNumber(r,{unit:"quarter"});case"QQQ":return e.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(r,{width:"narrow",context:"formatting"});default:return e.quarter(r,{width:"wide",context:"formatting"})}},q:function(t,n,e){var r=Math.ceil((t.getUTCMonth()+1)/3);switch(n){case"q":return String(r);case"qq":return d(r,2);case"qo":return e.ordinalNumber(r,{unit:"quarter"});case"qqq":return e.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(r,{width:"narrow",context:"standalone"});default:return e.quarter(r,{width:"wide",context:"standalone"})}},M:function(t,n,e){var r=t.getUTCMonth();switch(n){case"M":case"MM":return function(t,n){var e=t.getUTCMonth();return"M"===n?String(e+1):d(e+1,2)}(t,n);case"Mo":return e.ordinalNumber(r+1,{unit:"month"});case"MMM":return e.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(r,{width:"narrow",context:"formatting"});default:return e.month(r,{width:"wide",context:"formatting"})}},L:function(t,n,e){var r=t.getUTCMonth();switch(n){case"L":return String(r+1);case"LL":return d(r+1,2);case"Lo":return e.ordinalNumber(r+1,{unit:"month"});case"LLL":return e.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(r,{width:"narrow",context:"standalone"});default:return e.month(r,{width:"wide",context:"standalone"})}},w:function(t,a,o,u){var f=function(t,a){e(1,arguments);var o=r(t),u=s(o,a).getTime()-function(t,r){var a,o,u,d,f,l,h,m;e(1,arguments);var v=i(),b=n(null!==(a=null!==(o=null!==(u=null!==(d=null==r?void 0:r.firstWeekContainsDate)&&void 0!==d?d:null==r||null===(f=r.locale)||void 0===f||null===(l=f.options)||void 0===l?void 0:l.firstWeekContainsDate)&&void 0!==u?u:v.firstWeekContainsDate)&&void 0!==o?o:null===(h=v.locale)||void 0===h||null===(m=h.options)||void 0===m?void 0:m.firstWeekContainsDate)&&void 0!==a?a:1),g=c(t,r),w=new Date(0);return w.setUTCFullYear(g,0,b),w.setUTCHours(0,0,0,0),s(w,r)}(o,a).getTime();return Math.round(u/6048e5)+1}(t,u);return"wo"===a?o.ordinalNumber(f,{unit:"week"}):d(f,a.length)},I:function(t,n,a){var i=function(t){e(1,arguments);var n=r(t),a=o(n).getTime()-function(t){e(1,arguments);var n=u(t),r=new Date(0);return r.setUTCFullYear(n,0,4),r.setUTCHours(0,0,0,0),o(r)}(n).getTime();return Math.round(a/6048e5)+1}(t);return"Io"===n?a.ordinalNumber(i,{unit:"week"}):d(i,n.length)},d:function(t,n,e){return"do"===n?e.ordinalNumber(t.getUTCDate(),{unit:"date"}):function(t,n){return d(t.getUTCDate(),n.length)}(t,n)},D:function(t,n,a){var i=function(t){e(1,arguments);var n=r(t),a=n.getTime();n.setUTCMonth(0,1),n.setUTCHours(0,0,0,0);var i=n.getTime();return Math.floor((a-i)/864e5)+1}(t);return"Do"===n?a.ordinalNumber(i,{unit:"dayOfYear"}):d(i,n.length)},E:function(t,n,e){var r=t.getUTCDay();switch(n){case"E":case"EE":case"EEE":return e.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(r,{width:"short",context:"formatting"});default:return e.day(r,{width:"wide",context:"formatting"})}},e:function(t,n,e,r){var a=t.getUTCDay(),i=(a-r.weekStartsOn+8)%7||7;switch(n){case"e":return String(i);case"ee":return d(i,2);case"eo":return e.ordinalNumber(i,{unit:"day"});case"eee":return e.day(a,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(a,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(a,{width:"short",context:"formatting"});default:return e.day(a,{width:"wide",context:"formatting"})}},c:function(t,n,e,r){var a=t.getUTCDay(),i=(a-r.weekStartsOn+8)%7||7;switch(n){case"c":return String(i);case"cc":return d(i,n.length);case"co":return e.ordinalNumber(i,{unit:"day"});case"ccc":return e.day(a,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(a,{width:"narrow",context:"standalone"});case"cccccc":return e.day(a,{width:"short",context:"standalone"});default:return e.day(a,{width:"wide",context:"standalone"})}},i:function(t,n,e){var r=t.getUTCDay(),a=0===r?7:r;switch(n){case"i":return String(a);case"ii":return d(a,n.length);case"io":return e.ordinalNumber(a,{unit:"day"});case"iii":return e.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(r,{width:"short",context:"formatting"});default:return e.day(r,{width:"wide",context:"formatting"})}},a:function(t,n,e){var r=t.getUTCHours()/12>=1?"pm":"am";switch(n){case"a":case"aa":return e.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(r,{width:"narrow",context:"formatting"});default:return e.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(t,n,e){var r,a=t.getUTCHours();switch(r=12===a?"noon":0===a?"midnight":a/12>=1?"pm":"am",n){case"b":case"bb":return e.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(r,{width:"narrow",context:"formatting"});default:return e.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(t,n,e){var r,a=t.getUTCHours();switch(r=a>=17?"evening":a>=12?"afternoon":a>=4?"morning":"night",n){case"B":case"BB":case"BBB":return e.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(r,{width:"narrow",context:"formatting"});default:return e.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(t,n,e){if("ho"===n){var r=t.getUTCHours()%12;return 0===r&&(r=12),e.ordinalNumber(r,{unit:"hour"})}return function(t,n){return d(t.getUTCHours()%12||12,n.length)}(t,n)},H:function(t,n,e){return"Ho"===n?e.ordinalNumber(t.getUTCHours(),{unit:"hour"}):function(t,n){return d(t.getUTCHours(),n.length)}(t,n)},K:function(t,n,e){var r=t.getUTCHours()%12;return"Ko"===n?e.ordinalNumber(r,{unit:"hour"}):d(r,n.length)},k:function(t,n,e){var r=t.getUTCHours();return 0===r&&(r=24),"ko"===n?e.ordinalNumber(r,{unit:"hour"}):d(r,n.length)},m:function(t,n,e){return"mo"===n?e.ordinalNumber(t.getUTCMinutes(),{unit:"minute"}):function(t,n){return d(t.getUTCMinutes(),n.length)}(t,n)},s:function(t,n,e){return"so"===n?e.ordinalNumber(t.getUTCSeconds(),{unit:"second"}):function(t,n){return d(t.getUTCSeconds(),n.length)}(t,n)},S:function(t,n){return function(t,n){var e=n.length,r=t.getUTCMilliseconds();return d(Math.floor(r*Math.pow(10,e-3)),n.length)}(t,n)},X:function(t,n,e,r){var a=(r._originalDate||t).getTimezoneOffset();if(0===a)return"Z";switch(n){case"X":return h(a);case"XXXX":case"XX":return m(a);default:return m(a,":")}},x:function(t,n,e,r){var a=(r._originalDate||t).getTimezoneOffset();switch(n){case"x":return h(a);case"xxxx":case"xx":return m(a);default:return m(a,":")}},O:function(t,n,e,r){var a=(r._originalDate||t).getTimezoneOffset();switch(n){case"O":case"OO":case"OOO":return"GMT"+l(a,":");default:return"GMT"+m(a,":")}},z:function(t,n,e,r){var a=(r._originalDate||t).getTimezoneOffset();switch(n){case"z":case"zz":case"zzz":return"GMT"+l(a,":");default:return"GMT"+m(a,":")}},t:function(t,n,e,r){return d(Math.floor((r._originalDate||t).getTime()/1e3),n.length)},T:function(t,n,e,r){return d((r._originalDate||t).getTime(),n.length)}};function l(t,n){var e=t>0?"-":"+",r=Math.abs(t),a=Math.floor(r/60),i=r%60;if(0===i)return e+String(a);var o=n||"";return e+String(a)+o+d(i,2)}function h(t,n){return t%60==0?(t>0?"-":"+")+d(Math.abs(t)/60,2):m(t,n)}function m(t,n){var e=n||"",r=t>0?"-":"+",a=Math.abs(t);return r+d(Math.floor(a/60),2)+e+d(a%60,2)}var v=function(t,n){switch(t){case"P":return n.date({width:"short"});case"PP":return n.date({width:"medium"});case"PPP":return n.date({width:"long"});default:return n.date({width:"full"})}},b=function(t,n){switch(t){case"p":return n.time({width:"short"});case"pp":return n.time({width:"medium"});case"ppp":return n.time({width:"long"});default:return n.time({width:"full"})}},g={p:b,P:function(t,n){var e,r=t.match(/(P+)(p+)?/)||[],a=r[1],i=r[2];if(!i)return v(t,n);switch(a){case"P":e=n.dateTime({width:"short"});break;case"PP":e=n.dateTime({width:"medium"});break;case"PPP":e=n.dateTime({width:"long"});break;default:e=n.dateTime({width:"full"})}return e.replace("{{date}}",v(a,n)).replace("{{time}}",b(i,n))}},w=["D","DD"],p=["YY","YYYY"];function y(t,n,e){if("YYYY"===t)throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(n,"`) for formatting years to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if("YY"===t)throw new RangeError("Use `yy` instead of `YY` (in `".concat(n,"`) for formatting years to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if("D"===t)throw new RangeError("Use `d` instead of `D` (in `".concat(n,"`) for formatting days of the month to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if("DD"===t)throw new RangeError("Use `dd` instead of `DD` (in `".concat(n,"`) for formatting days of the month to the input `").concat(e,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}var M={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function S(t){return function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=n.width?String(n.width):t.defaultWidth;return t.formats[e]||t.formats[t.defaultWidth]}}var D={date:S({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:S({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:S({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},x={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function E(t){return function(n,e){var r;if("formatting"===(null!=e&&e.context?String(e.context):"standalone")&&t.formattingValues){var a=t.defaultFormattingWidth||t.defaultWidth,i=null!=e&&e.width?String(e.width):a;r=t.formattingValues[i]||t.formattingValues[a]}else{var o=t.defaultWidth,u=null!=e&&e.width?String(e.width):t.defaultWidth;r=t.values[u]||t.values[o]}return r[t.argumentCallback?t.argumentCallback(n):n]}}function P(t){return function(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=e.width,a=n.match(r&&t.matchPatterns[r]||t.matchPatterns[t.defaultMatchWidth]);if(!a)return null;var i,o=a[0],u=r&&t.parsePatterns[r]||t.parsePatterns[t.defaultParseWidth],s=Array.isArray(u)?function(t){for(var n=0;n<t.length;n++)if(t[n].test(o))return n}(u):function(t){for(var n in t)if(t.hasOwnProperty(n)&&t[n].test(o))return n}(u);return i=t.valueCallback?t.valueCallback(s):s,{value:i=e.valueCallback?e.valueCallback(i):i,rest:n.slice(o.length)}}}var T,O={code:"en-US",formatDistance:function(t,n,e){var r,a=M[t];return r="string"==typeof a?a:1===n?a.one:a.other.replace("{{count}}",n.toString()),null!=e&&e.addSuffix?e.comparison&&e.comparison>0?"in "+r:r+" ago":r},formatLong:D,formatRelative:function(t){return x[t]},localize:{ordinalNumber:function(t){var n=Number(t),e=n%100;if(e>20||e<10)switch(e%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:E({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:E({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(t){return t-1}}),month:E({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:E({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:E({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:(T={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(t){return parseInt(t,10)}},function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=t.match(T.matchPattern);if(!e)return null;var r=e[0],a=t.match(T.parsePattern);if(!a)return null;var i=T.valueCallback?T.valueCallback(a[0]):a[0];return{value:i=n.valueCallback?n.valueCallback(i):i,rest:t.slice(r.length)}}),era:P({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:P({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(t){return t+1}}),month:P({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:P({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:P({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},options:{weekStartsOn:0,firstWeekContainsDate:1}},j=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,A=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,W=/^'([^]*?)'?$/,k=/''/g,N=/[a-zA-Z]/;function Y(a,o,u){var s,c,d,l,h,m,v,b,M,S,D,x,E,P,T,Y,F,R;e(2,arguments);var q=String(o),L=i(),C=null!==(s=null!==(c=null==u?void 0:u.locale)&&void 0!==c?c:L.locale)&&void 0!==s?s:O,G=n(null!==(d=null!==(l=null!==(h=null!==(m=null==u?void 0:u.firstWeekContainsDate)&&void 0!==m?m:null==u||null===(v=u.locale)||void 0===v||null===(b=v.options)||void 0===b?void 0:b.firstWeekContainsDate)&&void 0!==h?h:L.firstWeekContainsDate)&&void 0!==l?l:null===(M=L.locale)||void 0===M||null===(S=M.options)||void 0===S?void 0:S.firstWeekContainsDate)&&void 0!==d?d:1);if(!(G>=1&&G<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var z=n(null!==(D=null!==(x=null!==(E=null!==(P=null==u?void 0:u.weekStartsOn)&&void 0!==P?P:null==u||null===(T=u.locale)||void 0===T||null===(Y=T.options)||void 0===Y?void 0:Y.weekStartsOn)&&void 0!==E?E:L.weekStartsOn)&&void 0!==x?x:null===(F=L.locale)||void 0===F||null===(R=F.options)||void 0===R?void 0:R.weekStartsOn)&&void 0!==D?D:0);if(!(z>=0&&z<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!C.localize)throw new RangeError("locale must contain localize property");if(!C.formatLong)throw new RangeError("locale must contain formatLong property");var _=r(a);if(!function(n){if(e(1,arguments),!function(n){return e(1,arguments),n instanceof Date||"object"===t(n)&&"[object Date]"===Object.prototype.toString.call(n)}(n)&&"number"!=typeof n)return!1;var a=r(n);return!isNaN(Number(a))}(_))throw new RangeError("Invalid time value");var B=function(t){var n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),t.getTime()-n.getTime()}(_),Q=function(t,a){return e(2,arguments),function(t,a){e(2,arguments);var i=r(t).getTime(),o=n(a);return new Date(i+o)}(t,-n(a))}(_,B),U={firstWeekContainsDate:G,weekStartsOn:z,locale:C,_originalDate:_};return q.match(A).map((function(t){var n=t[0];return"p"===n||"P"===n?(0,g[n])(t,C.formatLong):t})).join("").match(j).map((function(t){if("''"===t)return"'";var n,e,r=t[0];if("'"===r)return(e=(n=t).match(W))?e[1].replace(k,"'"):n;var i=f[r];if(i)return null!=u&&u.useAdditionalWeekYearTokens||-1===p.indexOf(t)||y(t,o,String(a)),null!=u&&u.useAdditionalDayOfYearTokens||!(-1!==w.indexOf(t))||y(t,o,String(a)),i(Q,t,C.localize,U);if(r.match(N))throw new RangeError("Format string contains an unescaped latin alphabet character `"+r+"`");return t})).join("")}function F(t){return F="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},F(t)}function R(t){return function(t){if(Array.isArray(t))return t}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,n){if(t){if("string"==typeof t)return q(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?q(t,n):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function q(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}var L={normalizePrecision:function(t){var n=t.reduce((function(t,n){return Math.max(t.getPrecision(),n.getPrecision())}));return t.map((function(t){return t.getPrecision()!==n?t.convertPrecision(n):t}))},minimum:function(t){var n=R(t),e=n[0],r=n.slice(1),a=e;return r.forEach((function(t){a=a.lessThan(t)?a:t})),a},maximum:function(t){var n=R(t),e=n[0],r=n.slice(1),a=e;return r.forEach((function(t){a=a.greaterThan(t)?a:t})),a}};function C(t){return!isNaN(parseInt(t))&&isFinite(t)}function G(t){return t%2==0}function z(t){return C(t)&&!Number.isInteger(t)}function _(t){return Math.abs(t)%1==.5}function B(t){return void 0===t}function Q(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:".",e={};return Object.entries(t).forEach((function(t){if("object"===F(t[1])){var r=Q(t[1]);Object.entries(r).forEach((function(r){e[t[0]+n+r[0]]=r[1]}))}else e[t[0]]=t[1]})),e}function U(){var t={HALF_ODD:function(t){var n=Math.round(t);return _(t)&&G(n)?n-1:n},HALF_EVEN:function(t){var n=Math.round(t);return _(t)?G(n)?n:n-1:n},HALF_UP:function(t){return Math.round(t)},HALF_DOWN:function(t){return _(t)?Math.floor(t):Math.round(t)},HALF_TOWARDS_ZERO:function(t){return _(t)?Math.sign(t)*Math.floor(Math.abs(t)):Math.round(t)},HALF_AWAY_FROM_ZERO:function(t){return _(t)?Math.sign(t)*Math.ceil(Math.abs(t)):Math.round(t)},DOWN:function(t){return Math.floor(t)}};return{add:function(t,n){return t+n},subtract:function(t,n){return t-n},multiply:function(t,n){return z(t)||z(n)?function(t,n){var e=function(t){return Math.pow(10,function(){var t=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:0).toString();if(t.indexOf("e-")>0)return parseInt(t.split("e-")[1]);var n=t.split(".")[1];return n?n.length:0}(t))},r=Math.max(e(t),e(n));return Math.round(t*r)*Math.round(n*r)/(r*r)}(t,n):t*n},divide:function(t,n){return t/n},modulo:function(t,n){return t%n},round:function(n){return t[arguments.length>1&&void 0!==arguments[1]?arguments[1]:"HALF_EVEN"](n)}}}var H=U();function I(t){var n=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1?arguments[1]:void 0;for(var e in n)t=t.replace("{{".concat(e,"}}"),n[e]);return t};return{getExchangeRate:function(e,r){return(a=t.endpoint,!Boolean(a)||"object"!==F(a)&&"function"!=typeof a||"function"!=typeof a.then?function(e,r){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new Promise((function(e,r){var a=Object.assign(new XMLHttpRequest,{onreadystatechange:function(){4===a.readyState&&(a.status>=200&&a.status<400?e(JSON.parse(a.responseText)):r(new Error(a.statusText)))},onerror:function(){r(new Error("Network error"))}});a.open("GET",t,!0),function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var e in n)t.setRequestHeader(e,n[e])}(a,n.headers),a.send()}))}(n(t.endpoint,{from:e,to:r}),{headers:t.headers})}(e,r):t.endpoint).then((function(a){return Q(a)[n(t.propertyPath,{from:e,to:r})]}));var a}}}function X(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Error;if(!t)throw new e(n)}function $(t){X(Number.isInteger(t),"You must provide an integer.",TypeError)}var J=U(),Z=Object.assign((function t(n){var e=Object.assign({},{amount:t.defaultAmount,currency:t.defaultCurrency,precision:t.defaultPrecision},n),r=e.amount,a=e.currency,i=e.precision;$(r),$(i);var o=t.globalLocale,u=t.globalFormat,s=t.globalRoundingMode,c=t.globalFormatRoundingMode,d=Object.assign({},t.globalExchangeRatesApi),f=function(n){var e=Object.assign({},Object.assign({},{amount:r,currency:a,precision:i},n),Object.assign({},{locale:this.locale},n));return Object.assign(t({amount:e.amount,currency:e.currency,precision:e.precision}),{locale:e.locale})},l=function(t){X(this.hasSameCurrency(t),"You must provide a Dinero instance with the same currency.",TypeError)};return{getAmount:function(){return r},getCurrency:function(){return a},getLocale:function(){return this.locale||o},setLocale:function(t){return f.call(this,{locale:t})},getPrecision:function(){return i},convertPrecision:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c;$(t);var e=this.getPrecision(),r=t>e,a=r?J.multiply:J.divide,i=Math.pow(10,J.subtract.apply(J,r?[t,e]:[e,t]));return f.call(this,{amount:J.round(a(this.getAmount(),i),n),precision:t})},add:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return f.call(this,{amount:J.add(e[0].getAmount(),e[1].getAmount()),precision:e[0].getPrecision()})},subtract:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return f.call(this,{amount:J.subtract(e[0].getAmount(),e[1].getAmount()),precision:e[0].getPrecision()})},multiply:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:s;return f.call(this,{amount:J.round(J.multiply(this.getAmount(),t),n)})},divide:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:s;return f.call(this,{amount:J.round(J.divide(this.getAmount(),t),n)})},percentage:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:s;return X(function(t){return C(t)&&t<=100&&t>=0}(t),"You must provide a numeric value between 0 and 100.",RangeError),this.multiply(J.divide(t,100),n)},allocate:function(t){var n=this;!function(t){X(function(t){return t.length>0&&t.every((function(t){return t>=0}))&&t.some((function(t){return t>0}))}(t),"You must provide a non-empty array of numeric values greater than 0.",TypeError)}(t);for(var e=t.reduce((function(t,n){return J.add(t,n)})),r=this.getAmount(),a=t.map((function(t){var a=Math.floor(J.divide(J.multiply(n.getAmount(),t),e));return r=J.subtract(r,a),f.call(n,{amount:a})})),i=0;r>0;)t[i]>0&&(a[i]=a[i].add(f.call(this,{amount:1})),r=J.subtract(r,1)),i+=1;return a},convert:function(t){var n=this,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=e.endpoint,a=e.propertyPath,i=e.headers,o=e.roundingMode,u=Object.assign({},{endpoint:void 0===r?d.endpoint:r,propertyPath:void 0===a?d.propertyPath||"rates.{{to}}":a,headers:void 0===i?d.headers:i,roundingMode:void 0===o?s:o});return I(u).getExchangeRate(this.getCurrency(),t).then((function(e){return X(!B(e),'No rate was found for the destination currency "'.concat(t,'".'),TypeError),f.call(n,{amount:J.round(J.multiply(n.getAmount(),parseFloat(e)),u.roundingMode),currency:t})}))},equalsTo:function(t){return this.hasSameAmount(t)&&this.hasSameCurrency(t)},lessThan:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return e[0].getAmount()<e[1].getAmount()},lessThanOrEqual:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return e[0].getAmount()<=e[1].getAmount()},greaterThan:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return e[0].getAmount()>e[1].getAmount()},greaterThanOrEqual:function(n){l.call(this,n);var e=t.normalizePrecision([this,n]);return e[0].getAmount()>=e[1].getAmount()},isZero:function(){return 0===this.getAmount()},isPositive:function(){return this.getAmount()>=0},isNegative:function(){return this.getAmount()<0},hasSubUnits:function(){return 0!==J.modulo(this.getAmount(),Math.pow(10,i))},hasCents:function(){return 0!==J.modulo(this.getAmount(),Math.pow(10,i))},hasSameCurrency:function(t){return this.getCurrency()===t.getCurrency()},hasSameAmount:function(n){var e=t.normalizePrecision([this,n]);return e[0].getAmount()===e[1].getAmount()},toFormat:function(){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c,n=function(t){var n=/^(?:(\$|USD)?0(?:(,)0)?(\.)?(0+)?|0(?:(,)0)?(\.)?(0+)?\s?(dollar)?)$/gm.exec(t);return{getMatches:function(){return null!==n?n.slice(1).filter((function(t){return!B(t)})):[]},getMinimumFractionDigits:function(){var t=function(t){return"."===t};return B(this.getMatches().find(t))?0:this.getMatches()[H.add(this.getMatches().findIndex(t),1)].split("").length},getCurrencyDisplay:function(){return{USD:"code",dollar:"name",$:"symbol"}[this.getMatches().find((function(t){return"USD"===t||"dollar"===t||"$"===t}))]},getStyle:function(){return B(this.getCurrencyDisplay(this.getMatches()))?"decimal":"currency"},getUseGrouping:function(){return!B(this.getMatches().find((function(t){return","===t})))}}}(arguments.length>0&&void 0!==arguments[0]?arguments[0]:u);return this.toRoundedUnit(n.getMinimumFractionDigits(),t).toLocaleString(this.getLocale(),{currencyDisplay:n.getCurrencyDisplay(),useGrouping:n.getUseGrouping(),minimumFractionDigits:n.getMinimumFractionDigits(),style:n.getStyle(),currency:this.getCurrency()})},toUnit:function(){return J.divide(this.getAmount(),Math.pow(10,i))},toRoundedUnit:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c,e=Math.pow(10,t);return J.divide(J.round(J.multiply(this.toUnit(),e),n),e)},toObject:function(){return{amount:r,currency:a,precision:i}},toJSON:function(){return this.toObject()}}}),{defaultAmount:0,defaultCurrency:"USD",defaultPrecision:2},{globalLocale:"en-US",globalFormat:"$0,0.00",globalRoundingMode:"HALF_EVEN",globalFormatRoundingMode:"HALF_AWAY_FROM_ZERO",globalExchangeRatesApi:{endpoint:void 0,headers:void 0,propertyPath:void 0}},L);function K(t,n=!0){function e(t){const e=n?"$0,0.00":"0,0.00";return Z({amount:t,currency:"USD"}).toFormat(e)}return t||(t=0),t<0?`(${e(-t)})`:e(t)}function V(t){return t||(t=0),function(t){return(t/100).toFixed(2).toString()+"%"}(t)}function tt(t){return t?Y(new Date(t),"MMM d, yyyy"):""}function nt(t){return"string"==typeof t&&(t=new Date(t)),"[object Date]"!==Object.prototype.toString.call(t)?"Invalid input":isNaN(t.getTime())?"Invalid date":t.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"})}function et(t,n){return t===n?"Today":Y(new Date(t.replace(/-/g,"/")),"MMM d")}function rt(t){return t?Y(new Date(t),"h:mmaaa"):""}function at(t){return`${t.address_line1}, ${t.address_city}, ${t.address_state}, ${t.address_postal_code}`}function it(){var t;const n=getComputedStyle(document.body);return(null===(t=null==n?void 0:n.getPropertyValue("--jfi-load-google-font"))||void 0===t?void 0:t.trim().replace(/'|"/g,"").replace(" ","+"))||null}const ot=t=>{switch(t){case"authorized":return"<span class='badge bg-primary' title='This card payment was authorized, but not captured. It could still succeed or fail.'>Authorized</span>";case"disputed":return"<span class='badge bg-primary' title='The account holder disputed this payment. The amount has been returned and a fee assessed.'>Disputed</span>";case"achFailed":return"<span class='badge bg-danger' title='The funds couldn't be collected for this ACH payment (in addition to the original payment, an ACH return and fee will appear in a payout)'>Failed</span>";case"failed":return"<span class='badge bg-danger' title='This card payment didn't go through (it won't appear in a payout)'>Failed</span>";case"fully_refunded":return"<span class='badge bg-primary' title='The full amount of this payment has been refunded'>Fully Refunded</span>";case"partially_refunded":return"<span class='badge bg-primary' title='A portion of this payment has been refunded'>Partially Refunded</span>";case"pending":return"<span class='badge bg-secondary' title='This ACH payment was processed, but the funds haven't settled. It could still succeed or fail.'>Pending</span>";case"succeeded":return"<span class='badge bg-success' title='This payment was successfully captured'>Successful</span>"}},ut=t=>{switch(t){case"canceled":return"<span class='badge bg-danger' title='Transfer to your bank account failed'>Canceled</span>";case"failed":return"<span class='badge bg-danger' title='Transfer to your bank account failed'>Failed</span>";case"forwarded":return"<span class='badge bg-secondary' title='This payout initially failed; the funds have been forwarded to your next successful payout'>Forwarded</span>";case"in_transit":return"<span class='badge bg-primary' title='Transfer to your bank account has been initiated'>In Transit</span>";case"paid":return"<span class='badge bg-success' title='Successfully deposited into your bank account'>Paid</span>";case"pending":return"<span class='badge bg-primary' title='Batched and scheduled to be transferred'>Pending</span>";case"scheduled":return"<span class='badge bg-primary' title='Batched and scheduled to be transferred'>Scheduled</span>";case"withdrawn":return"<span class='badge bg-success' title='Negative payout balance successfully withdrawn from your bank account'>Withdrawn</span>"}},st=t=>{switch(t){case"created":return"<span class='badge bg-primary' title='This sub account has been created, but we haven't received their onboarding yet'>Canceled</span>";case"submitted":return"<span class='badge bg-info' title='We've received this sub account's onboarding and we're reviewing their information'>Submitted</span>";case"information_needed":return"<span class='badge bg-warning' title='We've reviewed this sub account's onboarding information and found an issue'>Information Needed</span>";case"enabled":return"<span class='badge bg-success' title='This sub account is approved to process payments'>Enabled</span>";case"disabled":return"<span class='badge bg-danger' title='This sub account was previously approved, but has since become ineligible to process payments'>Disabled</span>";case"rejected":return"<span class='badge bg-danger' title='This sub account didn't pass approval, so they won't be able to process payments'>Rejected</span>";case"archived":return"<span class='badge bg-primary' title='This sub account has been archived. They won't be able to process payments unless they are restored'>Archived</span>"}};function ct(t){return t.split("_").map((t=>t.charAt(0).toUpperCase()+t.slice(1))).join(" ")}export{ot as M,K as a,et as b,rt as c,ut as d,it as e,tt as f,st as g,V as h,nt as i,at as j,ct as s}
|