@justifi/webcomponents 6.0.0-rc.2 → 6.0.0-rc.3
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/bank-account-document-form-inputs_4.cjs.entry.js +2 -2
- package/dist/cjs/{check-pkg-version-BfmeLSXP.js → check-pkg-version-DvwUM1uA.js} +1 -1
- package/dist/cjs/{checkout.store-Cn3Jj5gi.js → checkout.store-CV_fuGQw.js} +0 -1
- package/dist/cjs/custom-popper_2.cjs.entry.js +2 -2
- package/dist/cjs/form-control-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/form-control-date.cjs.entry.js +2 -2
- package/dist/cjs/form-control-file-v2_2.cjs.entry.js +3 -3
- package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
- package/dist/cjs/form-control-number-masked_2.cjs.entry.js +2 -2
- package/dist/cjs/form-control-number.cjs.entry.js +2 -2
- package/dist/cjs/form-control-radio.cjs.entry.js +2 -2
- package/dist/cjs/form-control-select_2.cjs.entry.js +2 -2
- package/dist/cjs/hidden-input_2.cjs.entry.js +5 -5
- package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +8 -8
- package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-business-form.cjs.entry.js +2 -2
- package/dist/cjs/justifi-checkout-summary_6.cjs.entry.js +11 -98
- package/dist/cjs/justifi-checkout.cjs.entry.js +3 -3
- package/dist/cjs/justifi-checkouts-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-dispute-management.cjs.entry.js +2 -2
- package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +2 -2
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
- package/dist/cjs/justifi-order-terminals.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-refund-payment.cjs.entry.js +2 -2
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +3 -3
- package/dist/cjs/justifi-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +2 -2
- package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +1 -1
- package/dist/cjs/justifi-terminals-list.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{package-CuNDvHTB.js → package-BLAsoHSG.js} +1 -1
- package/dist/cjs/payment-details-core.cjs.entry.js +8 -8
- package/dist/cjs/payment-method-option.cjs.entry.js +1 -1
- package/dist/cjs/payments-list-core.cjs.entry.js +1 -1
- package/dist/cjs/payout-details-core.cjs.entry.js +3 -3
- package/dist/cjs/payouts-list-core.cjs.entry.js +1 -1
- package/dist/cjs/terminal-orders-list-core.cjs.entry.js +1 -1
- package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
- package/dist/cjs/terminals-list-core.cjs.entry.js +1 -1
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +0 -1
- package/dist/collection/components/modular-checkout/modular-checkout.js +5 -92
- package/dist/collection/components/modular-checkout/sub-components/bank-account.js +2 -2
- package/dist/collection/components/modular-checkout/sub-components/card-form.js +2 -2
- package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +1 -1
- package/dist/collection/components/modular-checkout/sub-components/summary.js +1 -1
- package/dist/collection/components/order-terminals/order-terminals.js +1 -1
- package/dist/collection/components/order-terminals/terminal-quantity-selector/terminal-quantity-selector.js +1 -1
- package/dist/collection/components/payment-details/payment-details-core.js +8 -8
- package/dist/collection/components/payment-transactions-list/payment-transactions-list.js +1 -1
- package/dist/collection/components/payments-list/payments-list-core.js +1 -1
- package/dist/collection/components/payments-list/payments-list-filters.js +2 -2
- package/dist/collection/components/payments-list/payments-list.js +1 -1
- package/dist/collection/components/payout-details/payout-details-core.js +3 -3
- package/dist/collection/components/payout-transactions-list/payout-transactions-list.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-filters.js +2 -2
- package/dist/collection/components/payouts-list/payouts-list.js +1 -1
- package/dist/collection/components/terminal-orders-list/terminal-orders-list-core.js +1 -1
- package/dist/collection/components/terminal-orders-list/terminal-orders-list-filters.js +2 -2
- package/dist/collection/components/terminal-orders-list/terminal-orders-list.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list-core.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list-filters.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list.js +1 -1
- package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +1 -1
- package/dist/collection/store/checkout.store.js +0 -1
- package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
- package/dist/collection/ui-components/form/form-control-checkbox.js +2 -2
- package/dist/collection/ui-components/form/form-control-date.js +2 -2
- package/dist/collection/ui-components/form/form-control-file-v2.js +1 -1
- package/dist/collection/ui-components/form/form-control-file.js +2 -2
- package/dist/collection/ui-components/form/form-control-monetary.js +2 -2
- package/dist/collection/ui-components/form/form-control-number-masked.js +2 -2
- package/dist/collection/ui-components/form/form-control-number.js +2 -2
- package/dist/collection/ui-components/form/form-control-radio.js +2 -2
- package/dist/collection/ui-components/form/form-control-text.js +2 -2
- package/dist/collection/ui-components/form/form-control-textarea.js +2 -2
- package/dist/collection/ui-components/form/hidden-input.js +1 -1
- package/dist/collection/ui-components/form/iframe-input.js +3 -3
- package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +1 -1
- package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +1 -1
- package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +1 -1
- package/dist/docs.json +1 -463
- package/dist/esm/additional-questions-details_5.entry.js +2 -2
- package/dist/esm/{badge-D4ZXPFjL.js → badge-D_mzXSCQ.js} +1 -1
- package/dist/esm/bank-account-document-form-inputs_4.entry.js +5 -5
- package/dist/esm/bank-account-form.entry.js +2 -2
- package/dist/esm/business-details-core.entry.js +3 -3
- package/dist/esm/{button-C0wLsDP3.js → button-CeR8qVS3.js} +1 -1
- package/dist/esm/card-form.entry.js +2 -2
- package/dist/esm/{check-pkg-version-BuYkk-jV.js → check-pkg-version-D1hbenUd.js} +1 -1
- package/dist/esm/{checkout.store-OAv_iY1u.js → checkout.store-B60siz2l.js} +0 -1
- package/dist/esm/checkouts-list-core.entry.js +5 -5
- package/dist/esm/{checkouts-table-DjGKtqoc.js → checkouts-table-CFZYoYjn.js} +2 -2
- package/dist/esm/custom-popper_2.entry.js +3 -3
- package/dist/esm/form-alert_5.entry.js +1 -1
- package/dist/esm/form-control-checkbox.entry.js +5 -5
- package/dist/esm/form-control-date.entry.js +4 -4
- package/dist/esm/{form-control-error-text-Bzfs_rxk.js → form-control-error-text-D3ZwkOv-.js} +1 -1
- package/dist/esm/form-control-file-v2_2.entry.js +5 -5
- package/dist/esm/{form-control-help-text-ueLctOBN.js → form-control-help-text-C39ZW65w.js} +1 -1
- package/dist/esm/form-control-monetary-provisioning.entry.js +3 -3
- package/dist/esm/form-control-monetary.entry.js +5 -5
- package/dist/esm/form-control-number-masked_2.entry.js +4 -4
- package/dist/esm/form-control-number.entry.js +5 -5
- package/dist/esm/form-control-radio.entry.js +3 -3
- package/dist/esm/form-control-select_2.entry.js +4 -4
- package/dist/esm/gross-payment-chart-core.entry.js +3 -3
- package/dist/esm/{header-1-BMKEv9y6.js → header-1-E-hEi3wF.js} +1 -1
- package/dist/esm/{header-3-C3t3m27b.js → header-3-Dm7M85kz.js} +1 -1
- package/dist/esm/hidden-input_2.entry.js +7 -7
- package/dist/esm/{insurance-state-d4hjThzE.js → insurance-state-CB4l8sOv.js} +1 -1
- package/dist/esm/justifi-additional-questions-form-step-core_6.entry.js +3 -3
- package/dist/esm/justifi-additional-questions-form-step_9.entry.js +2 -2
- package/dist/esm/justifi-additional-statement_8.entry.js +1 -1
- package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +12 -12
- package/dist/esm/justifi-business-details.entry.js +4 -4
- package/dist/esm/justifi-business-form.entry.js +6 -6
- package/dist/esm/justifi-business-representative-form-inputs.entry.js +1 -1
- package/dist/esm/justifi-checkout-summary_6.entry.js +15 -102
- package/dist/esm/justifi-checkout.entry.js +4 -4
- package/dist/esm/justifi-checkouts-list-filters.entry.js +1 -1
- package/dist/esm/justifi-checkouts-list.entry.js +5 -5
- package/dist/esm/justifi-details.entry.js +2 -2
- package/dist/esm/justifi-dispute-management.entry.js +2 -2
- package/dist/esm/justifi-dispute-notification_3.entry.js +5 -5
- package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
- package/dist/esm/justifi-order-terminals.entry.js +5 -5
- package/dist/esm/justifi-owner-form_3.entry.js +2 -2
- package/dist/esm/justifi-payment-details.entry.js +4 -4
- package/dist/esm/justifi-payment-provisioning-core.entry.js +2 -2
- package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
- package/dist/esm/justifi-payment-transactions-list.entry.js +6 -6
- package/dist/esm/justifi-payments-list-filters.entry.js +3 -3
- package/dist/esm/justifi-payments-list.entry.js +7 -7
- package/dist/esm/justifi-payout-details.entry.js +4 -4
- package/dist/esm/justifi-payout-transactions-list.entry.js +6 -6
- package/dist/esm/justifi-payouts-list-filters.entry.js +3 -3
- package/dist/esm/justifi-payouts-list.entry.js +7 -7
- package/dist/esm/justifi-refund-payment.entry.js +5 -5
- package/dist/esm/justifi-saved-payment-method.entry.js +1 -1
- package/dist/esm/justifi-season-interruption-insurance.entry.js +6 -6
- package/dist/esm/justifi-skeleton.entry.js +3 -3
- package/dist/esm/justifi-terminal-orders-list-filters.entry.js +3 -3
- package/dist/esm/justifi-terminal-orders-list.entry.js +6 -6
- package/dist/esm/justifi-terminals-list-filters.entry.js +2 -2
- package/dist/esm/justifi-terminals-list.entry.js +6 -6
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{package-C60pS6qh.js → package-DqFAlAve.js} +1 -1
- package/dist/esm/pagination-menu.entry.js +1 -1
- package/dist/esm/{parts-RvUQ__Pq.js → parts-CfF8KKwx.js} +1 -1
- package/dist/esm/payment-details-core.entry.js +13 -13
- package/dist/esm/payment-method-option.entry.js +2 -2
- package/dist/esm/payments-list-core.entry.js +7 -7
- package/dist/esm/{payments-status-1yRdTNeS.js → payments-status-XoZrlbiZ.js} +1 -1
- package/dist/esm/{payments-table-8RADYkma.js → payments-table-Dh4P9mTb.js} +2 -2
- package/dist/esm/payout-details-core.entry.js +9 -9
- package/dist/esm/payouts-list-core.entry.js +7 -7
- package/dist/esm/{payouts-status-BqsQVtBp.js → payouts-status-Qm2jZG1-.js} +1 -1
- package/dist/esm/{payouts-table-DPw7yIx8.js → payouts-table-DMVAZp-r.js} +2 -2
- package/dist/esm/{skeleton-BmTjpTYa.js → skeleton-DrHwsgs_.js} +1 -1
- package/dist/esm/{spinner-YGDOI-CS.js → spinner-XBq6mVJW.js} +1 -1
- package/dist/esm/table-filters-menu.entry.js +2 -2
- package/dist/esm/{table-ybHxxc9f.js → table-qqt2Ew5y.js} +2 -2
- package/dist/esm/terminal-orders-list-core.entry.js +6 -6
- package/dist/esm/{terminal-orders-table-D-xP5WuM.js → terminal-orders-table-BN4Co4T8.js} +2 -2
- package/dist/esm/terminal-quantity-selector.entry.js +2 -2
- package/dist/esm/terminals-list-core.entry.js +6 -6
- package/dist/esm/{terminals-table-DVAPCgEr.js → terminals-table-C8LczeG_.js} +2 -2
- package/dist/esm/{utils-DG5aMFmf.js → utils-kWaZhFAd.js} +1 -1
- package/dist/esm/webcomponents.js +1 -1
- package/dist/module/bank-account.js +2 -2
- package/dist/module/card-form2.js +2 -2
- package/dist/module/checkout.store.js +0 -1
- package/dist/module/custom-popper2.js +2 -2
- package/dist/module/form-control-checkbox2.js +2 -2
- package/dist/module/form-control-date2.js +2 -2
- package/dist/module/form-control-file-v22.js +1 -1
- package/dist/module/form-control-file2.js +2 -2
- package/dist/module/form-control-monetary2.js +2 -2
- package/dist/module/form-control-number-masked2.js +2 -2
- package/dist/module/form-control-number.js +2 -2
- package/dist/module/form-control-radio2.js +2 -2
- package/dist/module/form-control-text2.js +2 -2
- package/dist/module/form-control-textarea2.js +2 -2
- package/dist/module/hidden-input2.js +1 -1
- package/dist/module/iframe-input2.js +3 -3
- package/dist/module/justifi-button2.js +1 -1
- package/dist/module/justifi-header2.js +1 -1
- package/dist/module/justifi-order-terminals.js +1 -1
- package/dist/module/justifi-payment-transactions-list.js +1 -1
- package/dist/module/justifi-payments-list-filters.js +2 -2
- package/dist/module/justifi-payments-list.js +1 -1
- package/dist/module/justifi-payout-transactions-list.js +1 -1
- package/dist/module/justifi-payouts-list-filters.js +2 -2
- package/dist/module/justifi-payouts-list.js +1 -1
- package/dist/module/justifi-skeleton.js +1 -1
- package/dist/module/justifi-terminal-orders-list-filters.js +2 -2
- package/dist/module/justifi-terminal-orders-list.js +1 -1
- package/dist/module/justifi-terminals-list-filters.js +1 -1
- package/dist/module/justifi-terminals-list.js +1 -1
- package/dist/module/modular-checkout.js +5 -92
- package/dist/module/package.js +1 -1
- package/dist/module/payment-details-core2.js +8 -8
- package/dist/module/payment-method-option.js +1 -1
- package/dist/module/payments-list-core2.js +1 -1
- package/dist/module/payout-details-core2.js +3 -3
- package/dist/module/payouts-list-core2.js +1 -1
- package/dist/module/summary.js +1 -1
- package/dist/module/terminal-orders-list-core2.js +1 -1
- package/dist/module/terminal-quantity-selector2.js +1 -1
- package/dist/module/terminals-list-core2.js +1 -1
- package/dist/module/tokenize-payment-method.js +1 -1
- package/dist/types/components/modular-checkout/modular-checkout.d.ts +0 -8
- package/dist/types/components.d.ts +0 -120
- package/dist/types/store/checkout.store.d.ts +0 -1
- package/dist/webcomponents/{p-387bcdee.entry.js → p-0935b6e5.entry.js} +1 -1
- package/dist/webcomponents/{p-dc245644.entry.js → p-0b790fa4.entry.js} +4 -4
- package/dist/webcomponents/{p-0e64cd09.entry.js → p-0cab7d5d.entry.js} +1 -1
- package/dist/webcomponents/p-0cc85003.entry.js +1 -0
- package/dist/webcomponents/{p-cbfc8269.entry.js → p-0e287092.entry.js} +1 -1
- package/dist/webcomponents/{p-a406bf1a.entry.js → p-15777cfe.entry.js} +1 -1
- package/dist/webcomponents/p-1975406a.entry.js +1 -0
- package/dist/webcomponents/{p-7b9fa1fb.entry.js → p-29b6f15a.entry.js} +1 -1
- package/dist/webcomponents/p-2a59547b.entry.js +1 -0
- package/dist/webcomponents/p-2da63719.entry.js +1 -0
- package/dist/webcomponents/{p-fbaf62a5.entry.js → p-35bbfbf8.entry.js} +1 -1
- package/dist/webcomponents/{p-cabaf013.entry.js → p-37445ce9.entry.js} +1 -1
- package/dist/webcomponents/{p-b04cc606.entry.js → p-3d85d046.entry.js} +1 -1
- package/dist/webcomponents/{p-0aee6da6.entry.js → p-43d693a3.entry.js} +1 -1
- package/dist/webcomponents/{p-03c7cee8.entry.js → p-48bccf3b.entry.js} +1 -1
- package/dist/webcomponents/p-4ae2a0b9.entry.js +1 -0
- package/dist/webcomponents/p-4b795b77.entry.js +1 -0
- package/dist/webcomponents/{p-c7e5245a.entry.js → p-4b808606.entry.js} +1 -1
- package/dist/webcomponents/{p-1202181b.entry.js → p-4bba4e66.entry.js} +1 -1
- package/dist/webcomponents/{p-d014a155.entry.js → p-5001e722.entry.js} +1 -1
- package/dist/webcomponents/{p-a1a8f6bd.entry.js → p-53c81d62.entry.js} +1 -1
- package/dist/webcomponents/p-5477c449.entry.js +1 -0
- package/dist/webcomponents/p-56980ef3.entry.js +1 -0
- package/dist/webcomponents/{p-a9d2dd5e.entry.js → p-57143978.entry.js} +1 -1
- package/dist/webcomponents/p-614fcef6.entry.js +1 -0
- package/dist/webcomponents/{p-f3be7b2b.entry.js → p-63b1fffd.entry.js} +1 -1
- package/dist/webcomponents/{p-5ad70aae.entry.js → p-6e18d13f.entry.js} +1 -1
- package/dist/webcomponents/{p-08a5cc2f.entry.js → p-738e0511.entry.js} +1 -1
- package/dist/webcomponents/p-739d6f13.entry.js +1 -0
- package/dist/webcomponents/p-74ae5db7.entry.js +1 -0
- package/dist/webcomponents/{p-76a95d07.entry.js → p-79055216.entry.js} +1 -1
- package/dist/webcomponents/{p-2169c3d1.entry.js → p-7ed7b2f6.entry.js} +1 -1
- package/dist/webcomponents/{p-281e36be.entry.js → p-84ce3bae.entry.js} +1 -1
- package/dist/webcomponents/{p-e8a198fa.entry.js → p-904a95e5.entry.js} +1 -1
- package/dist/webcomponents/{p-42994618.entry.js → p-93e7df50.entry.js} +1 -1
- package/dist/webcomponents/{p-bfc38bc2.entry.js → p-9a4c1990.entry.js} +1 -1
- package/dist/webcomponents/p-9ccd19f5.entry.js +1 -0
- package/dist/webcomponents/{p-1246b999.entry.js → p-9f289c31.entry.js} +1 -1
- package/dist/webcomponents/p-BC8YDY7M.js +1 -0
- package/dist/webcomponents/{p-BUadwxkh.js → p-BTkXk7ol.js} +1 -1
- package/dist/webcomponents/p-BbYVgLcf.js +1 -0
- package/dist/webcomponents/{p-CP_tg-uH.js → p-BeszVz87.js} +1 -1
- package/dist/webcomponents/{p-wyEq9Pa1.js → p-BisQ61nK.js} +1 -1
- package/dist/webcomponents/{p-HAk7yBNq.js → p-Bz164TKZ.js} +1 -1
- package/dist/webcomponents/p-C1fMfnu0.js +1 -0
- package/dist/webcomponents/{p-BXKEChoo.js → p-CCME-fyU.js} +1 -1
- package/dist/webcomponents/p-C_CXv7AN.js +1 -0
- package/dist/webcomponents/{p-RvUQ__Pq.js → p-CfF8KKwx.js} +1 -1
- package/dist/webcomponents/{p-DBsw4qpn.js → p-CsNubTqD.js} +1 -1
- package/dist/webcomponents/p-CwZKT93w.js +1 -0
- package/dist/webcomponents/{p-D9Sv4eV5.js → p-D456WTYf.js} +1 -1
- package/dist/webcomponents/p-D599ZMGU.js +1 -0
- package/dist/webcomponents/{p-DuXN7Akd.js → p-DO3INvI2.js} +1 -1
- package/dist/webcomponents/p-DqFAlAve.js +1 -0
- package/dist/webcomponents/{p-BhdBpAn9.js → p-Dvxpy_P1.js} +1 -1
- package/dist/webcomponents/{p-D48iERjQ.js → p-JgbsbAhz.js} +1 -1
- package/dist/webcomponents/{p-nWGo6sHu.js → p-YND5pTuF.js} +1 -1
- package/dist/webcomponents/{p-32cc081a.entry.js → p-a069c345.entry.js} +1 -1
- package/dist/webcomponents/{p-59e8f027.entry.js → p-a0b8c888.entry.js} +1 -1
- package/dist/webcomponents/p-a33ea645.entry.js +1 -0
- package/dist/webcomponents/{p-92efb3f2.entry.js → p-a3ab166f.entry.js} +1 -1
- package/dist/webcomponents/{p-4c994761.entry.js → p-a8205044.entry.js} +1 -1
- package/dist/webcomponents/{p-c6860f60.entry.js → p-b0bfa20f.entry.js} +1 -1
- package/dist/webcomponents/p-ba018d57.entry.js +1 -0
- package/dist/webcomponents/p-be06d86a.entry.js +1 -0
- package/dist/webcomponents/{p-4a79c737.entry.js → p-befda39d.entry.js} +1 -1
- package/dist/webcomponents/{p-ea1b161a.entry.js → p-c217869b.entry.js} +1 -1
- package/dist/webcomponents/{p-afc83e27.entry.js → p-c5b48e8d.entry.js} +1 -1
- package/dist/webcomponents/{p-4cf9168d.entry.js → p-c65f157f.entry.js} +1 -1
- package/dist/webcomponents/{p-55b7bdba.entry.js → p-d1a65c6d.entry.js} +1 -1
- package/dist/webcomponents/p-dd4ef924.entry.js +1 -0
- package/dist/webcomponents/p-df4f2af9.entry.js +1 -0
- package/dist/webcomponents/p-e1ba5735.entry.js +1 -0
- package/dist/webcomponents/{p-e6ca1872.entry.js → p-e2267656.entry.js} +1 -1
- package/dist/webcomponents/p-e4e30e84.entry.js +1 -0
- package/dist/webcomponents/{p-cf16498f.entry.js → p-e546b8f8.entry.js} +1 -1
- package/dist/webcomponents/{p-0aa78c58.entry.js → p-e6a1a851.entry.js} +1 -1
- package/dist/webcomponents/{p-2988e82c.entry.js → p-e898de89.entry.js} +1 -1
- package/dist/webcomponents/p-f200cbda.entry.js +1 -0
- package/dist/webcomponents/{p-1a83d9f2.entry.js → p-f21549f3.entry.js} +1 -1
- package/dist/webcomponents/p-f4645aef.entry.js +1 -0
- package/dist/webcomponents/{p-a70bc148.entry.js → p-f4f3cae8.entry.js} +1 -1
- package/dist/webcomponents/{p-1b892b3a.entry.js → p-f7e62bfa.entry.js} +1 -1
- package/dist/webcomponents/{p-C0AHrswP.js → p-qMrd7_Gp.js} +1 -1
- package/dist/webcomponents/{p-DKRXPZKS.js → p-vRhNRfmB.js} +1 -1
- package/dist/webcomponents/p-zrUQD0Wr.js +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/justifi-apple-pay.cjs.entry.js +0 -830
- package/dist/collection/api/ApplePay.js +0 -119
- package/dist/collection/api/services/apple-pay.service.js +0 -329
- package/dist/collection/components/modular-checkout/sub-components/apple-pay-skeleton.js +0 -10
- package/dist/collection/components/modular-checkout/sub-components/apple-pay.js +0 -554
- package/dist/collection/ui-components/apple-pay-button.js +0 -146
- package/dist/esm/justifi-apple-pay.entry.js +0 -828
- package/dist/module/justifi-apple-pay.d.ts +0 -11
- package/dist/module/justifi-apple-pay.js +0 -871
- package/dist/types/api/ApplePay.d.ts +0 -196
- package/dist/types/api/services/apple-pay.service.d.ts +0 -65
- package/dist/types/components/modular-checkout/sub-components/apple-pay-skeleton.d.ts +0 -6
- package/dist/types/components/modular-checkout/sub-components/apple-pay.d.ts +0 -38
- package/dist/types/ui-components/apple-pay-button.d.ts +0 -17
- package/dist/webcomponents/p-12c312a0.entry.js +0 -1
- package/dist/webcomponents/p-1c0c1d7b.entry.js +0 -1
- package/dist/webcomponents/p-1e206c92.entry.js +0 -1
- package/dist/webcomponents/p-2a0a907d.entry.js +0 -1
- package/dist/webcomponents/p-41416b5f.entry.js +0 -1
- package/dist/webcomponents/p-5510b57c.entry.js +0 -1
- package/dist/webcomponents/p-5a5f07be.entry.js +0 -1
- package/dist/webcomponents/p-5acd6add.entry.js +0 -1
- package/dist/webcomponents/p-5afbfafb.entry.js +0 -1
- package/dist/webcomponents/p-6974a44c.entry.js +0 -1
- package/dist/webcomponents/p-6f2b41f5.entry.js +0 -1
- package/dist/webcomponents/p-6f9755cc.entry.js +0 -1
- package/dist/webcomponents/p-7288473f.entry.js +0 -1
- package/dist/webcomponents/p-98939b74.entry.js +0 -1
- package/dist/webcomponents/p-BZzESzqz.js +0 -1
- package/dist/webcomponents/p-BmFoKOM3.js +0 -1
- package/dist/webcomponents/p-BtOB_CaO.js +0 -1
- package/dist/webcomponents/p-C60pS6qh.js +0 -1
- package/dist/webcomponents/p-D7eeJWA-.js +0 -1
- package/dist/webcomponents/p-DOd8HaWV.js +0 -1
- package/dist/webcomponents/p-DcE8SQPv.js +0 -1
- package/dist/webcomponents/p-Drz6LnIw.js +0 -1
- package/dist/webcomponents/p-b41d2b8f.entry.js +0 -1
- package/dist/webcomponents/p-b8f63e28.entry.js +0 -1
- package/dist/webcomponents/p-ba84c3bd.entry.js +0 -1
- package/dist/webcomponents/p-c62e23c1.entry.js +0 -1
- package/dist/webcomponents/p-eff0b0e9.entry.js +0 -1
- package/dist/webcomponents/p-f787bc18.entry.js +0 -1
- package/dist/webcomponents/p-fb1904d2.entry.js +0 -1
- package/dist/webcomponents/p-fcb6e870.entry.js +0 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as createEvent } from './index-kpoIU4v_.js';
|
|
2
2
|
import { d as formatDate, b as formatTime, s as snakeCaseToHumanReadable } from './utils-lb8p1Exq.js';
|
|
3
|
-
import { M as MapPaymentStatusToBadge } from './payments-status-
|
|
4
|
-
import { a as EntityHeadInfo, b as EntityHeadInfoItem, D as DetailSectionTitle, c as DetailItem, C as CodeBlock, E as ErrorState } from './utils-
|
|
3
|
+
import { M as MapPaymentStatusToBadge } from './payments-status-XoZrlbiZ.js';
|
|
4
|
+
import { a as EntityHeadInfo, b as EntityHeadInfoItem, D as DetailSectionTitle, c as DetailItem, C as CodeBlock, E as ErrorState } from './utils-kWaZhFAd.js';
|
|
5
5
|
import { S as StyledHost } from './styled-host-B_XBaM7z.js';
|
|
6
6
|
import './event-types-CZfYo5-1.js';
|
|
7
|
-
import { S as Skeleton } from './skeleton-
|
|
8
|
-
import { a as Badge, B as BadgeVariant } from './badge-
|
|
7
|
+
import { S as Skeleton } from './skeleton-DrHwsgs_.js';
|
|
8
|
+
import { a as Badge, B as BadgeVariant } from './badge-D_mzXSCQ.js';
|
|
9
9
|
import './dinero-HXpYMWUU.js';
|
|
10
|
-
import './parts-
|
|
10
|
+
import './parts-CfF8KKwx.js';
|
|
11
11
|
|
|
12
12
|
const PaymentDetailsLoading = () => (h("div", { class: "row gap-3" },
|
|
13
13
|
h("div", { class: "col-12" },
|
|
@@ -58,16 +58,16 @@ const PaymentDetailsCore = class {
|
|
|
58
58
|
});
|
|
59
59
|
}
|
|
60
60
|
render() {
|
|
61
|
-
return (h(StyledHost, { key: '
|
|
62
|
-
this.payment && (h("justifi-details", { key: '
|
|
63
|
-
h(DetailSectionTitle, { key: '
|
|
64
|
-
h("div", { key: '
|
|
61
|
+
return (h(StyledHost, { key: '9dbe79ee5e8311fd5aa7aad9e9a6301106aec61f' }, this.loading && h(PaymentDetailsLoading, { key: '3a7f568787c10143772c32d9dc4db523244b5f62' }), !this.loading && this.errorMessage && ErrorState(this.errorMessage), !this.loading && !this.errorMessage &&
|
|
62
|
+
this.payment && (h("justifi-details", { key: 'bfdf7c5345f7a32c86e4259db76764f7a00a20d8', "error-message": this.errorMessage }, h(EntityHeadInfo, { key: '2048b114978df6809242443777ab8235b7feb830', slot: "head-info", badge: (h("div", { class: "d-flex gap-1" }, MapPaymentStatusToBadge(this.payment.status), this.payment.expedited ? (h(Badge, { variant: BadgeVariant.WARNING, title: "Expedited", text: "Expedited" })) : null)), title: this.payment.formattedPaymentAmount(this.payment.amount) }, h(EntityHeadInfoItem, { key: '99d50622d37401cdd9ea1bd1176bf4dd340ef5f2', classes: "border-1 border-end", title: "Updated At", value: `${formatDate(this.payment.updated_at)} ${formatTime(this.payment.updated_at)}` }), h(EntityHeadInfoItem, { key: 'cb4a551f76d9fa28ef101aa3804942ae5ba83617', classes: "border-1 border-end", title: "Created At", value: `${formatDate(this.payment.created_at)} ${formatTime(this.payment.created_at)}` }), h(EntityHeadInfoItem, { key: 'b540de24dc63bb96e5e2220888de37ead33cefc9', title: "ID", value: this.payment.id })), h("div", { key: 'b865e3dbff94e8827ee1ed60dcec1c161cb60e44', slot: 'detail-sections' }, h(DetailSectionTitle, { key: 'e778e714c6324d876f3af9fe2f79bbdb45e84865', sectionTitle: "Details" }), h("div", { key: 'dff5e71357913940aa80d8019620959ad80758b5', class: "d-table gap-2 w-100" }, h(DetailItem, { key: 'abf3993aed218517de68e0617ea5d9e9d569c689', title: "Amount", value: this.payment.formattedPaymentAmount(this.payment.amount) }), h(DetailItem, { key: '6713575415bf8d9a4ff0e4c7697799be4e4f188b', title: "Fees", value: this.payment.formattedPaymentAmount(this.payment.fee_amount) }), h(DetailItem, { key: '4e40a4aaee847b0c25c25fedc9c26b95e73fdb46', title: "Refunded", value: this.payment.formattedPaymentAmount(this.payment.amount_refunded) }), h(DetailItem, { key: 'c40dce673a661011c72ae05812c4a14d5702621d', title: "Net", value: this.payment.formattedPaymentAmount(this.payment.balance) }), h(DetailItem, { key: '4e44f803a411a529daae43ce8ae5073e39ae4c38', title: "Status", value: MapPaymentStatusToBadge(this.payment.status) }), h(DetailItem, { key: '81dc148a871094e5fafeaf5ba204c12550542511', title: "Payment ID", value: this.payment.id }), h(DetailItem, { key: 'be76b2123eaa58eda0d4b69013207501b7a26e8a', title: "Processing Fees", value: this.payment.formattedPaymentAmount(this.payment.fee_amount) }), h(DetailItem, { key: '800b2f8d03684eb3b989d534c0896016e0647991', title: "Statement Descriptor", value: this.payment.statement_descriptor }), h(DetailItem, { key: '0934d177e63f90b8a36e9bbc4fa8d6f07e3b11af', title: "Description", value: this.payment.description }), h(DetailItem, { key: '281cbfd52c7833674ff818ad904abe07e8f8a538', title: "Expedited", value: this.payment.expedited ? 'Yes' : 'No' })), this.payment.payment_method.card && [
|
|
63
|
+
h(DetailSectionTitle, { key: 'a5ba0c704c0823d715ceafd08dc7159273feaf72', sectionTitle: "Payment Method" }),
|
|
64
|
+
h("div", { key: 'f54a43598fc6230eae222a50964757052fa1747a', class: "d-table gap-2 w-100" }, h(DetailItem, { key: '6edd355e37bf732fa9b8e6790c4a0333063604f0', title: "ID", value: this.payment.payment_method.card.id }), h(DetailItem, { key: '4d16f3e86070c2fea548bf964bca4c09d112c045', title: "Payment Type", value: "Card" }), h(DetailItem, { key: '0d6a7a66fff4c6e600d8ceda49283baf5f482bf6', title: "Last 4 Numbers", value: this.payment.payment_method.lastFourDigits }), h(DetailItem, { key: '1ec87d02c11900c8ad43e054e816663bde45da8a', title: "Brand", value: snakeCaseToHumanReadable(this.payment.payment_method.card.brand) }), h(DetailItem, { key: '74450dde3eca4648ebd39be643ae98f3f6d75110', title: "Cardholder", value: this.payment.payment_method.payersName }))
|
|
65
65
|
], this.payment.payment_method.bank_account && [
|
|
66
|
-
h(DetailSectionTitle, { key: '
|
|
67
|
-
h("div", { key: '
|
|
66
|
+
h(DetailSectionTitle, { key: 'ba48cf4acb779e1ba3f6cd84a77f91e85c9e21d4', sectionTitle: "Payment Method" }),
|
|
67
|
+
h("div", { key: '6b48866ab4926cd8e223a283ad61adc027e962ce', class: "d-table gap-2 w-100" }, h(DetailItem, { key: '81f448493fa8f77ab3f2105e0982ba2d9ec11ed5', title: "ID", value: this.payment.payment_method.bank_account.id }), h(DetailItem, { key: 'c7281ecb2655c6ae8ffc1d3579dc334c2e706071', title: "Last 4 Numbers", value: this.payment.last_four_digits }), h(DetailItem, { key: '80bf9485a7d00f64f5c2c9f3e8bf9a30c80f3e63', title: "Bank Name", value: this.payment.payment_method.bank_account.brand }), h(DetailItem, { key: '70e74a7a22418526db003d401bdabbdccd1d351b', title: "Account Owner", value: this.payment.payment_method.payersName }))
|
|
68
68
|
], this.payment.metadata && [
|
|
69
|
-
h(DetailSectionTitle, { key: '
|
|
70
|
-
h("div", { key: '
|
|
69
|
+
h(DetailSectionTitle, { key: '57aa7c929bf0823cd3cd5030f1853a7522cc6ec6', sectionTitle: 'Metadata' }),
|
|
70
|
+
h("div", { key: '26e14400b0eeb8e161ce22b769c8396814b7c73b', class: "d-table gap-2 w-100" }, h(CodeBlock, { key: '9446825737907a364594f6c75621ed72cf8ea389', metadata: this.payment.metadata }))
|
|
71
71
|
])))));
|
|
72
72
|
}
|
|
73
73
|
static get watchers() { return {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-kpoIU4v_.js';
|
|
2
|
-
import { r as radioListItem } from './parts-
|
|
2
|
+
import { r as radioListItem } from './parts-CfF8KKwx.js';
|
|
3
3
|
import { S as StyledHost } from './styled-host-B_XBaM7z.js';
|
|
4
4
|
import './event-types-CZfYo5-1.js';
|
|
5
5
|
|
|
@@ -8,7 +8,7 @@ const PaymentMethodOption = class {
|
|
|
8
8
|
registerInstance(this, hostRef);
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
|
-
return (h(StyledHost, { key: '
|
|
11
|
+
return (h(StyledHost, { key: 'aebf05239985d34458540500c4c499e27b89ae8b', class: "payment-method" }, h("div", { key: 'dec8e357a96e94ae3756c3e3b7d47bc43c6dcb93', class: "radio-list-item p-3", part: radioListItem, onClick: this.clickHandler, hidden: this.radioButtonHidden }, h("form-control-radio", { key: 'ea72465e4fbe8f4dff434dcad8ab6e908ff3a3b2', name: "paymentMethodType", value: this.paymentMethodOptionId, checked: this.isSelected, label: this.label }))));
|
|
12
12
|
}
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -6,18 +6,18 @@ import './Refund-Di6J0oN2.js';
|
|
|
6
6
|
import { p as pagingDefaults } from './Pagination-CLHwhyvu.js';
|
|
7
7
|
import './Business-BCoP0TAV.js';
|
|
8
8
|
import './Dispute-BH0Xfn-F.js';
|
|
9
|
-
import { T as Table, a as TableComponent, b as TableHead, c as TableHeadRow, d as TableBody, e as TableLoadingState, f as TableEmptyState, g as TableErrorState, h as TableRow, i as TableFoot, j as TableFootRow, k as TableFootCell, l as TableWrapper } from './table-
|
|
9
|
+
import { T as Table, a as TableComponent, b as TableHead, c as TableHeadRow, d as TableBody, e as TableLoadingState, f as TableEmptyState, g as TableErrorState, h as TableRow, i as TableFoot, j as TableFootRow, k as TableFootCell, l as TableWrapper } from './table-qqt2Ew5y.js';
|
|
10
10
|
import { T as TableClickActions } from './event-types-CZfYo5-1.js';
|
|
11
|
-
import { p as paymentTableColumns, a as paymentTableCells } from './payments-table-
|
|
11
|
+
import { p as paymentTableColumns, a as paymentTableCells } from './payments-table-Dh4P9mTb.js';
|
|
12
12
|
import { o as onQueryParamsChange, g as getRequestParams } from './payments-list-params-state-SMXQIZTt.js';
|
|
13
13
|
import './index-B9me4yN2.js';
|
|
14
14
|
import './utils-lb8p1Exq.js';
|
|
15
15
|
import './helpers-Mu7LQT-w.js';
|
|
16
16
|
import './state-options-BX8GieXu.js';
|
|
17
|
-
import './parts-
|
|
18
|
-
import './spinner-
|
|
19
|
-
import './payments-status-
|
|
20
|
-
import './badge-
|
|
17
|
+
import './parts-CfF8KKwx.js';
|
|
18
|
+
import './spinner-XBq6mVJW.js';
|
|
19
|
+
import './payments-status-XoZrlbiZ.js';
|
|
20
|
+
import './badge-D_mzXSCQ.js';
|
|
21
21
|
|
|
22
22
|
const PaymentsListCore = class {
|
|
23
23
|
constructor(hostRef) {
|
|
@@ -100,7 +100,7 @@ const PaymentsListCore = class {
|
|
|
100
100
|
return !this.showEmptyState && !this.showErrorState && !this.loading;
|
|
101
101
|
}
|
|
102
102
|
render() {
|
|
103
|
-
return (h(TableWrapper, { key: '
|
|
103
|
+
return (h(TableWrapper, { key: '3224fa4648e40065343765800160517c23cbf88d' }, h(TableComponent, { key: 'd492e8fd4383492cd8b70c9d50df6d568a2cbf58' }, h(TableHead, { key: 'f490bf8bf89c0babd2b7b58bf8d99467422e32b5' }, h(TableHeadRow, { key: '2c6fbf6f5c076b1c1dbfc3407362f64287da7c94' }, this.paymentsTable.columnData.map((column) => column))), h(TableBody, { key: 'a0ca397c345bf388191391208a751db90f214dc1' }, h(TableLoadingState, { key: 'cb09739c0aa7935621078738faecbcc6729abc99', columnSpan: this.paymentsTable.columnData.length, isLoading: this.loading }), h(TableEmptyState, { key: '9b5bd9da1f1f59e522795b2c8a849cb545d8afe4', isEmpty: this.showEmptyState, columnSpan: this.paymentsTable.columnData.length }), h(TableErrorState, { key: '0d89cfc7ed6c5b984582a03dba8ac3271512a89d', columnSpan: this.paymentsTable.columnData.length, errorMessage: this.errorMessage }), this.showRowData && this.paymentsTable.rowData.map((data, index) => (h(TableRow, { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h(TableFoot, { key: '2c15dc1c99ae44202cb4b857c1c0ab49252b2a42' }, h(TableFootRow, { key: '296be7b7c00b738dbc4c0087a7d1ab4921d59e53' }, h(TableFootCell, { key: '93bf1aef5ca433b49a83a3711a30cb3d8c9a5aa6', colSpan: this.paymentsTable.columnData.length }, h("pagination-menu", { key: 'de33bf049b17f1409daeaac52fa601ddf11aa464', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) }))))))));
|
|
104
104
|
}
|
|
105
105
|
static get watchers() { return {
|
|
106
106
|
"pagingParams": ["updateOnPropChange"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from './index-kpoIU4v_.js';
|
|
2
|
-
import { M as MapPaymentStatusToBadge } from './payments-status-
|
|
2
|
+
import { M as MapPaymentStatusToBadge } from './payments-status-XoZrlbiZ.js';
|
|
3
3
|
import { a as convertToLocal } from './utils-lb8p1Exq.js';
|
|
4
|
-
import {
|
|
4
|
+
import { R as tableHeadCell, S as getAlternateTableCellPart } from './parts-CfF8KKwx.js';
|
|
5
5
|
|
|
6
6
|
const defaultColumnsKeys = 'created_at,amount,status,payment_type,description,payers_name,last_four_digits';
|
|
7
7
|
const paymentTableColumns = {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as createEvent } from './index-kpoIU4v_.js';
|
|
2
2
|
import { d as formatDate, b as formatTime } from './utils-lb8p1Exq.js';
|
|
3
|
-
import { a as EntityHeadInfo, b as EntityHeadInfoItem, D as DetailSectionTitle, c as DetailItem, C as CodeBlock, E as ErrorState } from './utils-
|
|
4
|
-
import { B as Button } from './button-
|
|
3
|
+
import { a as EntityHeadInfo, b as EntityHeadInfoItem, D as DetailSectionTitle, c as DetailItem, C as CodeBlock, E as ErrorState } from './utils-kWaZhFAd.js';
|
|
4
|
+
import { B as Button } from './button-CeR8qVS3.js';
|
|
5
5
|
import { S as StyledHost } from './styled-host-B_XBaM7z.js';
|
|
6
6
|
import './event-types-CZfYo5-1.js';
|
|
7
|
-
import { M as MapPayoutStatusToBadge } from './payouts-status-
|
|
8
|
-
import { S as Skeleton } from './skeleton-
|
|
9
|
-
import { a as Badge, B as BadgeVariant } from './badge-
|
|
7
|
+
import { M as MapPayoutStatusToBadge } from './payouts-status-Qm2jZG1-.js';
|
|
8
|
+
import { S as Skeleton } from './skeleton-DrHwsgs_.js';
|
|
9
|
+
import { a as Badge, B as BadgeVariant } from './badge-D_mzXSCQ.js';
|
|
10
10
|
import './dinero-HXpYMWUU.js';
|
|
11
|
-
import './parts-
|
|
11
|
+
import './parts-CfF8KKwx.js';
|
|
12
12
|
|
|
13
13
|
const PayoutDetailsLoading = () => (h("div", { class: "row gap-3" },
|
|
14
14
|
h("div", { class: "col-12" },
|
|
@@ -73,9 +73,9 @@ const PayoutDetailsCore = class {
|
|
|
73
73
|
}
|
|
74
74
|
render() {
|
|
75
75
|
var _a;
|
|
76
|
-
return (h(StyledHost, { key: '
|
|
77
|
-
h(DetailSectionTitle, { key: '
|
|
78
|
-
h("div", { key: '
|
|
76
|
+
return (h(StyledHost, { key: '79a9fca76a04f85158b3a0fab953bfc45814b3e9' }, this.loading && h(PayoutDetailsLoading, { key: 'f5b4d16e4fd98086cd70261aa220e5f9a68e29f9' }), !this.loading && this.errorMessage && ErrorState(this.errorMessage), !this.loading && this.payout && (h("justifi-details", { key: '2840fa532729b93b86ee64eec7923950d318348b', "error-message": this.errorMessage }, h(EntityHeadInfo, { key: 'a6e2bf145153df2307ef6b0d1a29f9d10bf80775', slot: "head-info", badge: (h("div", { class: "d-flex gap-1" }, MapPayoutStatusToBadge((_a = this.payout) === null || _a === void 0 ? void 0 : _a.status), this.payout.settlement_priority === 'expedited' ? (h(Badge, { variant: BadgeVariant.WARNING, title: "Expedited", text: "Expedited" })) : (h(Badge, { variant: BadgeVariant.SECONDARY, title: "Standard", text: "Standard" })))), title: this.payout.formattedPaymentAmount(this.payout.amount) }, h(EntityHeadInfoItem, { key: '75fcbee460dd796e0245a4a490e0de0341ed73a5', classes: "border-1 border-end", title: "Updated At", value: `${formatDate(this.payout.updated_at)} ${formatTime(this.payout.updated_at)}` }), h(EntityHeadInfoItem, { key: 'fbd20466fe208579baaea0282d2e6604230b9107', classes: "border-1 border-end", title: "Created At", value: `${formatDate(this.payout.created_at)} ${formatTime(this.payout.created_at)}` }), h(EntityHeadInfoItem, { key: '69769324839f561a56bad67846d84bc70e4e4b67', title: "ID", value: this.payout.id }), h("div", { key: 'f431884d2f782ea764357c23e57482672f465848', class: "m-4" }, h(Button, { key: '6a92eb49c2d33717eb7750b6cb005ff231227b1b', variant: "secondary", class: "btn btn-outline-secondary d-flex align-items-center", onClick: this.downloadCSV }, "Export CSV"))), h("div", { key: 'aeec4b34d58873abd2b2c4bfe010924707f19c89', slot: 'detail-sections' }, h(DetailSectionTitle, { key: '20d0aef076d6312a21d26ea7fc8eed4510a2efab', sectionTitle: "Details" }), h("div", { key: '9bec2b5892f1e1776993acdd005cf0d82e2d81be', class: "d-table gap-2 w-100" }, h(DetailItem, { key: '2555b7af59b56b898565bf716f2f6879d3253445', title: "Date paid", value: formatDate(this.payout.deposits_at) }), h(DetailItem, { key: '2d8a47d6c9d828eca8574e4c1c5fdff6d354326c', title: "Statement Description", value: this.payout.description }), h(DetailItem, { key: '87bac39bf999a42f0659b0a1a3e57a8043dc809f', title: "Payout Method", value: this.payout.delivery_method }), h(DetailItem, { key: 'cabd31655600c512c8b5ce6fff5548f450970bff', title: "Amount", value: this.payout.formattedPaymentAmount(this.payout.amount) }), h(DetailItem, { key: 'bb48ff48161f15552c39cac8811abea68398a970', title: "Fee", value: this.payout.formattedPaymentAmount(this.payout.fees_total) })), h(DetailSectionTitle, { key: '28e45b962f7f89e1f57369a1cae1e70f936a42e8', sectionTitle: "Account" }), h("div", { key: 'b5b8da5baa563b80075cdbd46f43561877b3cd1c', class: "d-table gap-2 w-100" }, h(DetailItem, { key: '3b89b14e72589f838ec44eed4f80772edb470bd2', title: "ID", value: this.payout.account_id }), h(DetailItem, { key: 'e828740c47b8b9e02e483c2e9082bd2728a37043', title: "Account Type", value: this.payout.bank_account.account_type }), h(DetailItem, { key: 'ed703dd9d41106825ea5c4e5565f77aa8b7d012e', title: "Institution", value: this.payout.bank_account.account_type }), h(DetailItem, { key: '8ee66b765d45ab59ea501a8d3a168c8a43465c70', title: "Routing Number", value: this.payout.bank_account.routing_number }), h(DetailItem, { key: '04f7024fbe5c3def51bfc969204c484b471c024e', title: "Account Number", value: this.payout.bank_account.account_number_last4 })), this.payout.metadata && [
|
|
77
|
+
h(DetailSectionTitle, { key: 'f59c9b8e87cb13d650873159a2ac47d8ea915173', sectionTitle: 'Metadata' }),
|
|
78
|
+
h("div", { key: '4984916558e5cf4016972f110b507caaa41dd5e8', class: "d-table gap-2 w-100" }, h(CodeBlock, { key: '6659b53990aa222ffa6d65d9332670952efc44f0', metadata: this.payout.metadata }))
|
|
79
79
|
])))));
|
|
80
80
|
}
|
|
81
81
|
static get watchers() { return {
|
|
@@ -6,18 +6,18 @@ import './Refund-Di6J0oN2.js';
|
|
|
6
6
|
import { p as pagingDefaults } from './Pagination-CLHwhyvu.js';
|
|
7
7
|
import './Business-BCoP0TAV.js';
|
|
8
8
|
import './Dispute-BH0Xfn-F.js';
|
|
9
|
-
import { T as Table, a as TableComponent, b as TableHead, c as TableHeadRow, d as TableBody, e as TableLoadingState, f as TableEmptyState, g as TableErrorState, h as TableRow, i as TableFoot, j as TableFootRow, k as TableFootCell, l as TableWrapper } from './table-
|
|
9
|
+
import { T as Table, a as TableComponent, b as TableHead, c as TableHeadRow, d as TableBody, e as TableLoadingState, f as TableEmptyState, g as TableErrorState, h as TableRow, i as TableFoot, j as TableFootRow, k as TableFootCell, l as TableWrapper } from './table-qqt2Ew5y.js';
|
|
10
10
|
import { T as TableClickActions } from './event-types-CZfYo5-1.js';
|
|
11
|
-
import { p as payoutTableColumns, a as payoutTableCells } from './payouts-table-
|
|
11
|
+
import { p as payoutTableColumns, a as payoutTableCells } from './payouts-table-DMVAZp-r.js';
|
|
12
12
|
import { o as onQueryParamsChange, g as getRequestParams } from './payouts-list-params-state-SMXQIZTt.js';
|
|
13
13
|
import './index-B9me4yN2.js';
|
|
14
14
|
import './utils-lb8p1Exq.js';
|
|
15
15
|
import './helpers-Mu7LQT-w.js';
|
|
16
16
|
import './state-options-BX8GieXu.js';
|
|
17
|
-
import './parts-
|
|
18
|
-
import './spinner-
|
|
19
|
-
import './payouts-status-
|
|
20
|
-
import './badge-
|
|
17
|
+
import './parts-CfF8KKwx.js';
|
|
18
|
+
import './spinner-XBq6mVJW.js';
|
|
19
|
+
import './payouts-status-Qm2jZG1-.js';
|
|
20
|
+
import './badge-D_mzXSCQ.js';
|
|
21
21
|
|
|
22
22
|
const PayoutsListCore = class {
|
|
23
23
|
constructor(hostRef) {
|
|
@@ -151,7 +151,7 @@ const PayoutsListCore = class {
|
|
|
151
151
|
return !this.showEmptyState && !this.showErrorState && !this.loading;
|
|
152
152
|
}
|
|
153
153
|
render() {
|
|
154
|
-
return (h(TableWrapper, { key: '
|
|
154
|
+
return (h(TableWrapper, { key: '0e17374fe5656aebfb8ce0c054ac131a2ca7cc33' }, h(TableComponent, { key: '61ce9e69c6084d7ce9b6342a93debcb9c2764d23' }, h(TableHead, { key: 'ca28735991630d9362fbb14aae327c9bc646bca9' }, h(TableHeadRow, { key: '43e012787f232dd626cd4025e8c9223865f519da' }, this.payoutsTable.columnData.map((column) => column))), h(TableBody, { key: 'd21bded30edd81274f06d21c5f00ef75d7982ccc' }, h(TableLoadingState, { key: 'a437445d203db926cb32ef81579ef862d2644fa7', columnSpan: this.payoutsTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: '84accd5ae400e69061cdb66a59dc9272ff5edf1c', isEmpty: this.showEmptyState, columnSpan: this.payoutsTable.columnKeys.length }), h(TableErrorState, { key: '1f4e9998200515d714a8d1ca9476c4841272515d', columnSpan: this.payoutsTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.payoutsTable.rowData.map((data, index) => (h(TableRow, { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h(TableFoot, { key: '397b4d811f439511691826e1dc463f38cd97d016' }, h(TableFootRow, { key: '4e94eb5f5294ca470f29988bf11247e2e9576875' }, h(TableFootCell, { key: '6ab3af15817c9c9a184487348c3247ab25aa7f6b', colSpan: this.payoutsTable.columnData.length }, h("pagination-menu", { key: '8b378185a5f3833ac62e16d5cd07fc89aa9462aa', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) }))))))));
|
|
155
155
|
}
|
|
156
156
|
static get watchers() { return {
|
|
157
157
|
"pagingParams": ["updateOnPropChange"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from './index-kpoIU4v_.js';
|
|
2
2
|
import { a as convertToLocal } from './utils-lb8p1Exq.js';
|
|
3
|
-
import { M as MapPayoutStatusToBadge } from './payouts-status-
|
|
4
|
-
import {
|
|
3
|
+
import { M as MapPayoutStatusToBadge } from './payouts-status-Qm2jZG1-.js';
|
|
4
|
+
import { R as tableHeadCell, S as getAlternateTableCellPart } from './parts-CfF8KKwx.js';
|
|
5
5
|
|
|
6
6
|
const defaultColumnsKeys = 'created_at,amount,status,payments_total,refunds_total,fees_total,other_total,csv';
|
|
7
7
|
const payoutTableColumns = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-kpoIU4v_.js';
|
|
2
|
-
import {
|
|
2
|
+
import { C as skeleton } from './parts-CfF8KKwx.js';
|
|
3
3
|
|
|
4
4
|
const Skeleton = ({ component = 'div', height, width, className, styles = {}, }) => {
|
|
5
5
|
const combinedStyle = Object.assign(Object.assign({}, styles), { width,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-kpoIU4v_.js';
|
|
2
|
-
import { B as Button } from './button-
|
|
3
|
-
import { ag as dropdownMenuButton, ah as dropdownMenu } from './parts-
|
|
2
|
+
import { B as Button } from './button-CeR8qVS3.js';
|
|
3
|
+
import { ag as dropdownMenuButton, ah as dropdownMenu } from './parts-CfF8KKwx.js';
|
|
4
4
|
|
|
5
5
|
const hasFilters = (params) => {
|
|
6
6
|
const paginationKeys = ['after_cursor', 'before_cursor'];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h } from './index-kpoIU4v_.js';
|
|
2
|
-
import { aj as table, am as tableHead, an as tableHeadRow, ao as tableRow, ap as tableFoot, aq as tableFootRow, ar as tableFootCell, as as tableEmpty, at as tableError, ak as tableCell } from './parts-
|
|
3
|
-
import { S as Spinner } from './spinner-
|
|
2
|
+
import { aj as table, am as tableHead, an as tableHeadRow, ao as tableRow, ap as tableFoot, aq as tableFootRow, ar as tableFootCell, as as tableEmpty, at as tableError, ak as tableCell } from './parts-CfF8KKwx.js';
|
|
3
|
+
import { S as Spinner } from './spinner-XBq6mVJW.js';
|
|
4
4
|
|
|
5
5
|
const TableWrapper = (props, children) => {
|
|
6
6
|
return (h("div", Object.assign({ class: "table-wrapper", part: "table-wrapper" }, props), children));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-kpoIU4v_.js';
|
|
2
|
-
import { T as Table, a as TableComponent, b as TableHead, c as TableHeadRow, d as TableBody, e as TableLoadingState, f as TableEmptyState, g as TableErrorState, h as TableRow, i as TableFoot, j as TableFootRow, k as TableFootCell, l as TableWrapper } from './table-
|
|
2
|
+
import { T as Table, a as TableComponent, b as TableHead, c as TableHeadRow, d as TableBody, e as TableLoadingState, f as TableEmptyState, g as TableErrorState, h as TableRow, i as TableFoot, j as TableFootRow, k as TableFootCell, l as TableWrapper } from './table-qqt2Ew5y.js';
|
|
3
3
|
import { T as TableClickActions } from './event-types-CZfYo5-1.js';
|
|
4
4
|
import './config-state-BrllxiM0.js';
|
|
5
5
|
import './dinero-HXpYMWUU.js';
|
|
@@ -8,15 +8,15 @@ import './Refund-Di6J0oN2.js';
|
|
|
8
8
|
import { p as pagingDefaults } from './Pagination-CLHwhyvu.js';
|
|
9
9
|
import './Business-BCoP0TAV.js';
|
|
10
10
|
import './Dispute-BH0Xfn-F.js';
|
|
11
|
-
import { t as terminalOrdersTableColumns, a as terminalOrdersTableCells } from './terminal-orders-table-
|
|
11
|
+
import { t as terminalOrdersTableColumns, a as terminalOrdersTableCells } from './terminal-orders-table-BN4Co4T8.js';
|
|
12
12
|
import { o as onQueryParamsChange, g as getRequestParams } from './terminal-orders-list-params-state-SMXQIZTt.js';
|
|
13
|
-
import './parts-
|
|
14
|
-
import './spinner-
|
|
13
|
+
import './parts-CfF8KKwx.js';
|
|
14
|
+
import './spinner-XBq6mVJW.js';
|
|
15
15
|
import './index-B9me4yN2.js';
|
|
16
16
|
import './utils-lb8p1Exq.js';
|
|
17
17
|
import './helpers-Mu7LQT-w.js';
|
|
18
18
|
import './state-options-BX8GieXu.js';
|
|
19
|
-
import './badge-
|
|
19
|
+
import './badge-D_mzXSCQ.js';
|
|
20
20
|
|
|
21
21
|
const TerminalOrdersListCore = class {
|
|
22
22
|
constructor(hostRef) {
|
|
@@ -97,7 +97,7 @@ const TerminalOrdersListCore = class {
|
|
|
97
97
|
return !this.showEmptyState && !this.showErrorState && !this.loading;
|
|
98
98
|
}
|
|
99
99
|
render() {
|
|
100
|
-
return (h(TableWrapper, { key: '
|
|
100
|
+
return (h(TableWrapper, { key: '7ef0adc44be5987cbd02f5da80f7dc4330ff7a43' }, h(TableComponent, { key: 'efe8e403dae877a6529becae890b0e055726cc0f' }, h(TableHead, { key: 'ef981fa014144f9e237d9b258846e68cb50ea7f5' }, h(TableHeadRow, { key: '555df6bd09f4ccb01bada68933f362ef6f7679d7' }, this.terminalOrdersTable.columnData.map((column) => column))), h(TableBody, { key: '1a5b95e5c41e1162ff8907d3ba664d304b9c355e' }, h(TableLoadingState, { key: '546146a7390a96f2d2704e31cc84d9269bbdc28a', columnSpan: this.terminalOrdersTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: '3c32f5ec402f96e8f71b1f0edbb4d9e2169c23cc', isEmpty: this.showEmptyState, columnSpan: this.terminalOrdersTable.columnKeys.length }), h(TableErrorState, { key: 'e1154e1c4b320f8e23566821b56948e875b16174', columnSpan: this.terminalOrdersTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.terminalOrdersTable.rowData.map((data, index) => (h(TableRow, { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h(TableFoot, { key: '2b3f2d329baeff7ad8eb813a08335660ca037bd2' }, h(TableFootRow, { key: '651f18da8298dda7f2be2717cca0ab7c01cac14d' }, h(TableFootCell, { key: '7a25b264810334dbbf633079374c77ab745cb1bb', colSpan: this.terminalOrdersTable.columnData.length }, h("pagination-menu", { key: '996ae93faff3c83ab8022208c1a2c297bc1c9a27', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) }))))))));
|
|
101
101
|
}
|
|
102
102
|
static get watchers() { return {
|
|
103
103
|
"pagingParams": ["updateOnPropChange"],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-kpoIU4v_.js';
|
|
2
|
-
import {
|
|
2
|
+
import { R as tableHeadCell, S as getAlternateTableCellPart } from './parts-CfF8KKwx.js';
|
|
3
3
|
import { a as convertToLocal } from './utils-lb8p1Exq.js';
|
|
4
4
|
import './config-state-BrllxiM0.js';
|
|
5
5
|
import './ComponentError-Cjcsf8ku.js';
|
|
@@ -7,7 +7,7 @@ import { b as TerminalOrderType } from './Refund-Di6J0oN2.js';
|
|
|
7
7
|
import './Pagination-CLHwhyvu.js';
|
|
8
8
|
import './Business-BCoP0TAV.js';
|
|
9
9
|
import './Dispute-BH0Xfn-F.js';
|
|
10
|
-
import { B as BadgeVariant, a as Badge } from './badge-
|
|
10
|
+
import { B as BadgeVariant, a as Badge } from './badge-D_mzXSCQ.js';
|
|
11
11
|
|
|
12
12
|
const MapTerminalOrderStatusToBadge = (status) => {
|
|
13
13
|
const statusToBadgeProps = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-kpoIU4v_.js';
|
|
2
|
-
import { W as image, X as buttonLink, Y as card } from './parts-
|
|
2
|
+
import { W as image, X as buttonLink, Y as card } from './parts-CfF8KKwx.js';
|
|
3
3
|
|
|
4
4
|
const TerminalQuantitySelector = class {
|
|
5
5
|
constructor(hostRef) {
|
|
@@ -21,7 +21,7 @@ const TerminalQuantitySelector = class {
|
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
23
|
render() {
|
|
24
|
-
return (h("div", { key: '
|
|
24
|
+
return (h("div", { key: 'a1e81baf3c6db04cae113ec9efdbdf990210413f', class: "rounded shadow-sm card p-2", part: card }, h("div", { key: 'f8a1e39815a7932f7d452a055652a8cd22508310', class: "d-flex gap-3" }, h("div", { key: 'e7df0cd31126428f5ad374a855505e6c701b3f64', class: "d-flex align-items-center" }, h("img", { key: 'c32e1a286ffbf382c7400041df7573ea5c5ae736', src: this.imageUrl, alt: this.modelName, height: 75, width: 75, part: image })), h("div", { key: '05cf7f5c7ac3b9259334ff0a54a79e5f67bf89f8', class: "d-flex flex-column flex-grow-1 gap-3 p-4 justify-content-center" }, h("div", { key: '99031623ae281a4142710391361b0bfee8bb2fe0', class: "row" }, h("div", { key: 'c5e81e4acc36a90ae70aef260fb8304c70b2d3a1', class: "col-6 d-flex gap-2" }, this.modelName, h("form-control-tooltip", { key: '0a7484029de75b1591f3389929cd313261c53a52', helpText: this.description })), h("div", { key: 'bfe5d3dd9c758a46a0ddcf4919e98798703f9d73', class: "col-6 d-flex justify-content-end align-items-center" }, h("button", { key: 'de3891aad65c2865b3f4a8777eeadf0836c5ef39', class: "p-0 minus btn", onClick: this.removeUnit, part: buttonLink }, "-"), h("div", { key: 'a0c9ab81984ae26dca9636a26de2c7e24e3f9989', class: "w-25 text-center" }, this.selectedQuantity), h("button", { key: '206dc9d22cdd7cea8b3a8d70c9ce28156d8d1a4c', class: "p-0 plus btn", onClick: this.addUnit, part: buttonLink }, "+")))))));
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
27
|
|
|
@@ -6,17 +6,17 @@ import './Refund-Di6J0oN2.js';
|
|
|
6
6
|
import { p as pagingDefaults } from './Pagination-CLHwhyvu.js';
|
|
7
7
|
import './Business-BCoP0TAV.js';
|
|
8
8
|
import './Dispute-BH0Xfn-F.js';
|
|
9
|
-
import { T as Table, a as TableComponent, b as TableHead, c as TableHeadRow, d as TableBody, e as TableLoadingState, f as TableEmptyState, g as TableErrorState, h as TableRow, i as TableFoot, j as TableFootRow, k as TableFootCell, l as TableWrapper } from './table-
|
|
9
|
+
import { T as Table, a as TableComponent, b as TableHead, c as TableHeadRow, d as TableBody, e as TableLoadingState, f as TableEmptyState, g as TableErrorState, h as TableRow, i as TableFoot, j as TableFootRow, k as TableFootCell, l as TableWrapper } from './table-qqt2Ew5y.js';
|
|
10
10
|
import { T as TableClickActions } from './event-types-CZfYo5-1.js';
|
|
11
|
-
import { t as terminalTableColumns, a as terminalTableCells } from './terminals-table-
|
|
11
|
+
import { t as terminalTableColumns, a as terminalTableCells } from './terminals-table-C8LczeG_.js';
|
|
12
12
|
import { o as onQueryParamsChange, g as getRequestParams } from './terminals-list-params-state-SMXQIZTt.js';
|
|
13
13
|
import './index-B9me4yN2.js';
|
|
14
14
|
import './utils-lb8p1Exq.js';
|
|
15
15
|
import './helpers-Mu7LQT-w.js';
|
|
16
16
|
import './state-options-BX8GieXu.js';
|
|
17
|
-
import './parts-
|
|
18
|
-
import './spinner-
|
|
19
|
-
import './badge-
|
|
17
|
+
import './parts-CfF8KKwx.js';
|
|
18
|
+
import './spinner-XBq6mVJW.js';
|
|
19
|
+
import './badge-D_mzXSCQ.js';
|
|
20
20
|
|
|
21
21
|
const TerminalsListCore = class {
|
|
22
22
|
constructor(hostRef) {
|
|
@@ -134,7 +134,7 @@ const TerminalsListCore = class {
|
|
|
134
134
|
return !this.showEmptyState && !this.showErrorState && !this.loading;
|
|
135
135
|
}
|
|
136
136
|
render() {
|
|
137
|
-
return (h(TableWrapper, { key: '
|
|
137
|
+
return (h(TableWrapper, { key: 'aa119f199b02e20b2b48f7896eb45d24835ba5a7' }, h(TableComponent, { key: '039b8851d8edfe1ba82b177b518048273523eb10' }, h(TableHead, { key: 'c9990dc58cfe188217cc1f46f9f210c87ea2ca1e' }, h(TableHeadRow, { key: '6b934363f143e36c23f872ca1dd20c2befef0d90' }, this.terminalsTable.columnData.map((column) => column))), h(TableBody, { key: '9121d7efc3cf3c70fdf45b0d47e253e9d1632a2c' }, h(TableLoadingState, { key: '783490f80ac64791eb182fa741f9dec0b6970f5b', columnSpan: this.terminalsTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: '9d3662266c2de7325d4c98485bb10ad9699fad50', isEmpty: this.showEmptyState, columnSpan: this.terminalsTable.columnKeys.length }), h(TableErrorState, { key: 'ef1cad4fbeb112788c4cfc60b6f160dce6525e31', columnSpan: this.terminalsTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.terminalsTable.rowData.map((data, index) => (h(TableRow, { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h(TableFoot, { key: 'd789ae5d479374cf569fa2e196cbdc8817cf318a' }, h(TableFootRow, { key: '445e5bbe532ca217b07dc08591d1a620766a669d' }, h(TableFootCell, { key: '13e17ca1daf744f2c73bf6194572c864b7932b75', colSpan: this.terminalsTable.columnData.length }, h("pagination-menu", { key: '3031bda0078c0e61876c1cc4e67c06234e08729d', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) }))))))));
|
|
138
138
|
}
|
|
139
139
|
static get watchers() { return {
|
|
140
140
|
"pagingParams": ["updateOnPropChange"],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h } from './index-kpoIU4v_.js';
|
|
2
|
-
import { B as BadgeVariant, a as Badge } from './badge-
|
|
3
|
-
import {
|
|
2
|
+
import { B as BadgeVariant, a as Badge } from './badge-D_mzXSCQ.js';
|
|
3
|
+
import { R as tableHeadCell, S as getAlternateTableCellPart } from './parts-CfF8KKwx.js';
|
|
4
4
|
import { e as capitalFirstLetter } from './utils-lb8p1Exq.js';
|
|
5
5
|
|
|
6
6
|
const MapTerminalStatusToBadge = (status) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-kpoIU4v_.js';
|
|
2
|
-
import {
|
|
2
|
+
import { D as text, F as heading1, G as heading2 } from './parts-CfF8KKwx.js';
|
|
3
3
|
|
|
4
4
|
const ErrorState = (errorMessage) => (h("main", { class: "p-4 d-flex justify-content-center text-center", style: { fontSize: '1.2rem' } },
|
|
5
5
|
h("p", { part: text }, errorMessage)));
|