@justifi/webcomponents 4.23.0 → 5.0.0-rc-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (957) hide show
  1. package/dist/cjs/{Business-aa799fec.js → Business-cfd6a2dd.js} +5 -0
  2. package/dist/cjs/Dispute-eb6bad54.js +59 -0
  3. package/dist/cjs/{Payment-87b47c43.js → Payment-d074b246.js} +7 -9
  4. package/dist/cjs/additional-questions-details_5.cjs.entry.js +9 -28
  5. package/dist/cjs/bank-account-form_9.cjs.entry.js +493 -0
  6. package/dist/cjs/{business-additional-questions-schema-0cddd038.js → business-additional-questions-schema-caa23e95.js} +2 -2
  7. package/dist/cjs/business-details-core.cjs.entry.js +26 -4
  8. package/dist/cjs/{business-form-options-5db0bd5e.js → business-form-options-4bcb8943.js} +1 -1
  9. package/dist/cjs/{business-identity-schema-f5a3b008.js → business-identity-schema-0c537067.js} +2 -2
  10. package/dist/cjs/button-94bdc1f0.js +20 -0
  11. package/dist/cjs/{Analytics-25d3d168.js → check-pkg-version-23c816dd.js} +22 -2
  12. package/dist/cjs/{checkout.service-aae1996c.js → checkout.service-9891a349.js} +1 -1
  13. package/dist/cjs/checkouts-list-core.cjs.entry.js +37 -30
  14. package/dist/cjs/checkouts-list-params-state-418c75a3.js +14 -0
  15. package/dist/cjs/checkouts-table-17648e93.js +48 -0
  16. package/dist/cjs/{custom-popper_4.cjs.entry.js → custom-popper.cjs.entry.js} +3 -107
  17. package/dist/cjs/dispute.service-2064ae0f.js +29 -0
  18. package/dist/cjs/event-types-180a85a9.js +23 -0
  19. package/dist/cjs/{table-ec9ce9f7.js → event-types-4df47396.js} +16 -8
  20. package/dist/cjs/event-types-8edaabbb.js +22 -0
  21. package/dist/cjs/form-alert_5.cjs.entry.js +9 -8
  22. package/dist/cjs/form-control-checkbox.cjs.entry.js +57 -0
  23. package/dist/cjs/form-control-date.cjs.entry.js +21 -2
  24. package/dist/cjs/form-control-error-text-a2fd5fc1.js +14 -0
  25. package/dist/cjs/form-control-file-v2_2.cjs.entry.js +90 -0
  26. package/dist/cjs/form-control-file.cjs.entry.js +21 -2
  27. package/dist/cjs/form-control-help-text-b6f7ae6e.js +14 -0
  28. package/dist/cjs/form-control-help-text.cjs.entry.js +1 -1
  29. package/dist/cjs/form-control-monetary.cjs.entry.js +22 -2
  30. package/dist/cjs/form-control-number-masked_2.cjs.entry.js +21 -3
  31. package/dist/cjs/form-control-number.cjs.entry.js +21 -2
  32. package/dist/cjs/form-control-radio.cjs.entry.js +25 -17
  33. package/dist/cjs/form-control-select_3.cjs.entry.js +145 -0
  34. package/dist/cjs/{get-payout-csv-1eed32ee.js → get-payout-csv-4e60474e.js} +1 -1
  35. package/dist/cjs/{get-subaccounts-1d2fb201.js → get-subaccounts-2ea9676c.js} +1 -1
  36. package/dist/cjs/gross-payment-chart-core.cjs.entry.js +6 -8
  37. package/dist/cjs/header-1-cb7af794.js +10 -0
  38. package/dist/cjs/header-3-75e50713.js +10 -0
  39. package/dist/cjs/iframe-input-styles-state-d0de0b24.js +26 -0
  40. package/dist/cjs/{justifi-billing-form_2.cjs.entry.js → iframe-input.cjs.entry.js} +73 -180
  41. package/dist/cjs/{index-fb499e95.js → index-5b9a3b5f.js} +1 -93
  42. package/dist/cjs/{insurance-state-80e24caf.js → index-d2d0b181.js} +2 -24
  43. package/dist/cjs/{index.esm-97cf6825.js → index.esm-a397536a.js} +1 -1
  44. package/dist/cjs/insurance-state-001cfe12.js +34 -0
  45. package/dist/cjs/justifi-additional-questions-form-step-core_8.cjs.entry.js +591 -0
  46. package/dist/cjs/justifi-additional-questions-form-step_10.cjs.entry.js +41 -41
  47. package/dist/cjs/justifi-additional-statement_8.cjs.entry.js +413 -0
  48. package/dist/cjs/justifi-business-details.cjs.entry.js +7 -7
  49. package/dist/cjs/justifi-business-form.cjs.entry.js +24 -31
  50. package/dist/cjs/justifi-business-representative-form-inputs.cjs.entry.js +3 -2
  51. package/dist/cjs/justifi-checkout-core.cjs.entry.js +15 -19
  52. package/dist/cjs/justifi-checkout.cjs.entry.js +9 -9
  53. package/dist/cjs/justifi-checkouts-list-filters.cjs.entry.js +38 -0
  54. package/dist/cjs/justifi-checkouts-list.cjs.entry.js +13 -13
  55. package/dist/cjs/justifi-details.cjs.entry.js +4 -4
  56. package/dist/cjs/justifi-dispute-management-core.cjs.entry.js +50 -11
  57. package/dist/cjs/justifi-dispute-management.cjs.entry.js +87 -2
  58. package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +378 -0
  59. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +6 -6
  60. package/dist/cjs/justifi-owner-form_3.cjs.entry.js +16 -26
  61. package/dist/cjs/justifi-payment-details.cjs.entry.js +9 -8
  62. package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +13 -8
  63. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +5 -6
  64. package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +43 -0
  65. package/dist/cjs/justifi-payments-list.cjs.entry.js +12 -12
  66. package/dist/cjs/justifi-payout-details.cjs.entry.js +9 -8
  67. package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +27 -0
  68. package/dist/cjs/justifi-payouts-list.cjs.entry.js +19 -13
  69. package/dist/cjs/justifi-refund-form.cjs.entry.js +6 -9
  70. package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +17 -18
  71. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +7 -7
  72. package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +35 -0
  73. package/dist/cjs/justifi-terminals-list.cjs.entry.js +11 -11
  74. package/dist/cjs/justifi-tokenize-payment-method.cjs.entry.js +10 -14
  75. package/dist/cjs/loader.cjs.js +2 -2
  76. package/dist/cjs/{package-bc606eae.js → package-1a3b3cdf.js} +1 -1
  77. package/dist/cjs/pagination-menu.cjs.entry.js +26 -0
  78. package/dist/cjs/parts-811ddb9c.js +119 -0
  79. package/dist/cjs/payment-details-core.cjs.entry.js +13 -11
  80. package/dist/cjs/{payment.service-86871f43.js → payment.service-0a8c3a01.js} +1 -1
  81. package/dist/cjs/payments-list-core.cjs.entry.js +34 -27
  82. package/dist/cjs/payments-list-params-state-0ff968a7.js +14 -0
  83. package/dist/cjs/payments-table-cf5d1c33.js +32 -0
  84. package/dist/cjs/payout-details-core.cjs.entry.js +8 -5
  85. package/dist/cjs/payouts-list-core.cjs.entry.js +37 -30
  86. package/dist/cjs/payouts-list-params-state-16348184.js +14 -0
  87. package/dist/cjs/payouts-table-58881d95.js +38 -0
  88. package/dist/cjs/{schema-validations-e8a17401.js → schema-validations-0be8068a.js} +3 -3
  89. package/dist/cjs/skeleton-5ca03840.js +13 -0
  90. package/dist/cjs/spinner-c11fcb44.js +12 -0
  91. package/dist/cjs/styled-host-94309bab.js +14 -0
  92. package/dist/cjs/table-filters-menu.cjs.entry.js +45 -0
  93. package/dist/cjs/terminals-list-core.cjs.entry.js +36 -29
  94. package/dist/cjs/terminals-list-params-state-95ff6a64.js +14 -0
  95. package/dist/cjs/terminals-table-91985249.js +33 -0
  96. package/dist/cjs/{utils-e88fbc94.js → utils-a21b7453.js} +31 -28
  97. package/dist/cjs/utils-fc17191b.js +29 -0
  98. package/dist/cjs/webcomponents.cjs.js +2 -2
  99. package/dist/collection/api/Analytics.js +1 -1
  100. package/dist/collection/api/Business.js +5 -0
  101. package/dist/collection/api/Dispute.js +55 -0
  102. package/dist/collection/api/DisputeEvidenceDocument.js +44 -0
  103. package/dist/collection/api/Payment.js +6 -9
  104. package/dist/collection/api/services/dispute.service.js +20 -0
  105. package/dist/collection/collection-manifest.json +16 -17
  106. package/dist/collection/components/billing-form/billing-form.js +2 -19
  107. package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +1 -19
  108. package/dist/collection/components/business-details/business-details-core.js +8 -7
  109. package/dist/collection/components/business-details/business-details-loading.js +6 -0
  110. package/dist/collection/components/business-details/business-details.js +5 -13
  111. package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +1 -11
  112. package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +1 -11
  113. package/dist/collection/components/business-details/owner-details/owner-details.js +1 -11
  114. package/dist/collection/components/business-details/representative-details/representative-details.js +1 -19
  115. package/dist/collection/components/business-forms/business-form/additional-questions/additional-questions.js +2 -6
  116. package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +2 -4
  117. package/dist/collection/components/business-forms/business-form/business-form.js +18 -59
  118. package/dist/collection/components/business-forms/business-form/business-representative/business-representative.js +2 -1
  119. package/dist/collection/components/business-forms/business-form/legal-address-form/legal-address-form.js +2 -6
  120. package/dist/collection/components/business-forms/owner-form/identity-address/identity-address-form.js +1 -1
  121. package/dist/collection/components/business-forms/owner-form/owner-form-core.js +22 -52
  122. package/dist/collection/components/business-forms/owner-form/owner-form-inputs.js +1 -1
  123. package/dist/collection/components/business-forms/owner-form/owner-form.js +6 -6
  124. package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step-core.js +18 -40
  125. package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.js +6 -11
  126. package/dist/collection/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.js +19 -44
  127. package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step-core.js +18 -40
  128. package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +6 -11
  129. package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step-core.js +26 -47
  130. package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.js +6 -11
  131. package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-inputs.js +2 -1
  132. package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step-core.js +17 -39
  133. package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +6 -6
  134. package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-document-upload-form-step.js +21 -42
  135. package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-document-upload-input-group.js +1 -1
  136. package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-documents-on-file.js +4 -3
  137. package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step-core.js +18 -39
  138. package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.js +6 -11
  139. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-core.js +32 -23
  140. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-buttons.js +2 -2
  141. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-steps.js +2 -20
  142. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +7 -11
  143. package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-form-step.js +30 -31
  144. package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-text.js +2 -11
  145. package/dist/collection/components/business-forms/schemas/schema-validations.js +1 -1
  146. package/dist/collection/components/business-forms/utils/event-types.js +21 -0
  147. package/dist/collection/components/business-forms/utils/index.js +4 -0
  148. package/dist/collection/components/checkout/bank-account-form/bank-account-form.js +65 -0
  149. package/dist/collection/components/checkout/card-form/card-form.js +67 -0
  150. package/dist/collection/components/checkout/checkout-core.js +19 -28
  151. package/dist/collection/components/checkout/checkout.js +7 -7
  152. package/dist/collection/components/checkout/message-event-types.js +4 -0
  153. package/dist/collection/components/checkout/new-payment-method.js +23 -15
  154. package/dist/collection/components/checkout/payment-method-options.js +1 -11
  155. package/dist/collection/components/checkout/save-new-payment-method.js +3 -4
  156. package/dist/collection/components/checkout/saved-payment-method.js +6 -5
  157. package/dist/collection/components/checkout/sezzle-payment-method.js +6 -4
  158. package/dist/collection/components/checkouts-list/checkouts-list-core.js +43 -36
  159. package/dist/collection/components/checkouts-list/checkouts-list-filters.js +8 -61
  160. package/dist/collection/components/checkouts-list/checkouts-list-params-state.js +8 -0
  161. package/dist/collection/components/checkouts-list/checkouts-list.js +7 -29
  162. package/dist/collection/components/checkouts-list/checkouts-table.js +13 -12
  163. package/dist/collection/components/dispute-management/dispute-actions.js +31 -0
  164. package/dist/collection/components/dispute-management/dispute-management-core.js +131 -17
  165. package/dist/collection/components/dispute-management/dispute-management.js +143 -2
  166. package/dist/collection/components/dispute-management/dispute-notification.js +135 -15
  167. package/dist/collection/components/dispute-management/dispute-response/additional-statement.js +110 -0
  168. package/dist/collection/components/dispute-management/dispute-response/cancellation-policy.js +106 -0
  169. package/dist/collection/components/dispute-management/dispute-response/customer-details.js +106 -0
  170. package/dist/collection/components/dispute-management/dispute-response/dispute-response-actions.js +117 -0
  171. package/dist/collection/components/dispute-management/dispute-response/dispute-response-core.js +362 -0
  172. package/dist/collection/components/dispute-management/dispute-response/dispute-response-form-types.js +12 -0
  173. package/dist/collection/components/dispute-management/dispute-response/dispute-response.js +186 -0
  174. package/dist/collection/components/dispute-management/dispute-response/duplicate-charge.js +106 -0
  175. package/dist/collection/components/dispute-management/dispute-response/electronic-evidence.js +106 -0
  176. package/dist/collection/components/dispute-management/dispute-response/product-or-service.js +106 -0
  177. package/dist/collection/components/dispute-management/dispute-response/refund-policy.js +106 -0
  178. package/dist/collection/components/dispute-management/dispute-response/schemas/additional-statement-schema.js +5 -0
  179. package/dist/collection/components/dispute-management/dispute-response/schemas/cancellation-policy-schema.js +6 -0
  180. package/dist/collection/components/dispute-management/dispute-response/schemas/customer-details-schema.js +7 -0
  181. package/dist/collection/components/dispute-management/dispute-response/schemas/dispute-reason-schema.js +5 -0
  182. package/dist/collection/components/dispute-management/dispute-response/schemas/duplicate-charge-schema.js +6 -0
  183. package/dist/collection/components/dispute-management/dispute-response/schemas/electronic-evidence-schema.js +5 -0
  184. package/dist/collection/components/dispute-management/dispute-response/schemas/product-or-service-schema.js +6 -0
  185. package/dist/collection/components/dispute-management/dispute-response/schemas/refund-policy-schema.js +6 -0
  186. package/dist/collection/components/dispute-management/dispute-response/schemas/shipping-details-schema.js +8 -0
  187. package/dist/collection/components/dispute-management/dispute-response/shipping-details.js +106 -0
  188. package/dist/collection/components/dispute-management/event-types.js +20 -0
  189. package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +8 -17
  190. package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +5 -5
  191. package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.js +19 -22
  192. package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +6 -6
  193. package/dist/collection/components/pagination-menu/pagination-menu.js +5 -4
  194. package/dist/collection/components/payment-details/payment-details-core.js +15 -13
  195. package/dist/collection/components/payment-details/payment-details.js +5 -28
  196. package/dist/collection/components/payments-list/payments-list-core.js +40 -33
  197. package/dist/collection/components/payments-list/payments-list-filters.js +8 -61
  198. package/dist/collection/components/payments-list/payments-list-params-state.js +8 -0
  199. package/dist/collection/components/payments-list/payments-list.js +7 -29
  200. package/dist/collection/components/payments-list/payments-table.js +15 -14
  201. package/dist/collection/components/payout-details/payout-details-core.js +10 -8
  202. package/dist/collection/components/payout-details/payout-details.js +5 -5
  203. package/dist/collection/components/payouts-list/payouts-list-core.js +43 -36
  204. package/dist/collection/components/payouts-list/payouts-list-filters.js +8 -60
  205. package/dist/collection/components/payouts-list/payouts-list-params-state.js +8 -0
  206. package/dist/collection/components/payouts-list/payouts-list.js +6 -28
  207. package/dist/collection/components/payouts-list/payouts-table.js +19 -18
  208. package/dist/collection/components/refund-form/refund-form.js +1 -11
  209. package/dist/collection/components/refund-form/refund-form.stories.js +1 -60
  210. package/dist/collection/components/terminals-list/terminals-list-core.js +43 -36
  211. package/dist/collection/components/terminals-list/terminals-list-filters.js +8 -61
  212. package/dist/collection/components/terminals-list/terminals-list-params-state.js +8 -0
  213. package/dist/collection/components/terminals-list/terminals-list.js +7 -29
  214. package/dist/collection/components/terminals-list/terminals-table.js +9 -8
  215. package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +20 -24
  216. package/dist/collection/styles/parts.js +74 -0
  217. package/dist/collection/ui-components/button.js +6 -12
  218. package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
  219. package/dist/collection/ui-components/details/details.js +2 -4
  220. package/dist/collection/ui-components/details/utils.js +7 -10
  221. package/dist/collection/ui-components/filters/table-filters-menu.js +5 -1
  222. package/dist/collection/ui-components/form/form-control-checkbox.js +31 -16
  223. package/dist/collection/ui-components/form/form-control-date.js +25 -1
  224. package/dist/collection/ui-components/form/form-control-file-v2.js +177 -0
  225. package/dist/collection/ui-components/form/form-control-file.js +22 -2
  226. package/dist/collection/ui-components/form/form-control-monetary.js +25 -1
  227. package/dist/collection/ui-components/form/form-control-number-masked.js +24 -1
  228. package/dist/collection/ui-components/form/form-control-number.js +24 -1
  229. package/dist/collection/ui-components/form/form-control-radio.js +50 -40
  230. package/dist/collection/ui-components/form/form-control-select.js +25 -1
  231. package/dist/collection/ui-components/form/form-control-text.js +24 -1
  232. package/dist/collection/ui-components/form/form-control-textarea.js +27 -2
  233. package/dist/collection/ui-components/form/form-helpers/form-alert/form-alert.js +2 -1
  234. package/dist/collection/ui-components/form/form-helpers/form-control-error-text.js +9 -0
  235. package/dist/collection/ui-components/form/form-helpers/form-control-help-text.js +9 -0
  236. package/dist/collection/ui-components/form/form-helpers/form-control-tooltip/form-control-tooltip.js +2 -1
  237. package/dist/collection/ui-components/form/form.js +1 -1
  238. package/dist/collection/ui-components/form/hidden-input.js +85 -0
  239. package/dist/collection/ui-components/form/iframe-input-styles-state.js +21 -0
  240. package/dist/collection/ui-components/form/iframe-input.js +215 -0
  241. package/dist/collection/ui-components/headers/header-1.js +5 -0
  242. package/dist/collection/ui-components/headers/header-2.js +5 -0
  243. package/dist/collection/ui-components/headers/header-3.js +5 -0
  244. package/dist/collection/ui-components/index.js +6 -0
  245. package/dist/collection/ui-components/skeleton.js +4 -34
  246. package/dist/collection/ui-components/spinner.js +6 -0
  247. package/dist/collection/ui-components/table/event-types.js +6 -0
  248. package/dist/collection/ui-components/table-empty-state.js +2 -1
  249. package/dist/collection/ui-components/table-error-state.js +2 -1
  250. package/dist/collection/ui-components/table-loading-state.js +3 -1
  251. package/dist/collection/utils/table.js +2 -2
  252. package/dist/collection/utils/utils.js +27 -26
  253. package/dist/docs.json +3573 -4721
  254. package/dist/esm/{Business-b73d5055.js → Business-29c69f22.js} +6 -1
  255. package/dist/esm/Dispute-5fd28ec9.js +57 -0
  256. package/dist/esm/{Payment-2a868d0c.js → Payment-4f72d277.js} +7 -9
  257. package/dist/esm/additional-questions-details_5.entry.js +9 -28
  258. package/dist/esm/bank-account-form_9.entry.js +481 -0
  259. package/dist/esm/{business-additional-questions-schema-af4aa8ae.js → business-additional-questions-schema-48e93928.js} +2 -2
  260. package/dist/esm/business-details-core.entry.js +26 -4
  261. package/dist/esm/{business-form-options-d790973e.js → business-form-options-018f62a5.js} +1 -1
  262. package/dist/esm/{business-identity-schema-1a5cb306.js → business-identity-schema-75126188.js} +2 -2
  263. package/dist/esm/button-1886a33d.js +18 -0
  264. package/dist/esm/{Analytics-810c3026.js → check-pkg-version-c2078b31.js} +22 -3
  265. package/dist/esm/{checkout.service-c1e44e0c.js → checkout.service-925ded8e.js} +1 -1
  266. package/dist/esm/checkouts-list-core.entry.js +36 -29
  267. package/dist/esm/checkouts-list-params-state-1d968971.js +10 -0
  268. package/dist/esm/checkouts-table-8b116232.js +44 -0
  269. package/dist/esm/{custom-popper_4.entry.js → custom-popper.entry.js} +4 -105
  270. package/dist/esm/dispute.service-588dd905.js +27 -0
  271. package/dist/esm/{table-44e3d1e7.js → event-types-01dcdcbd.js} +17 -9
  272. package/dist/esm/event-types-07cdb9a0.js +22 -0
  273. package/dist/esm/event-types-5c87de02.js +23 -0
  274. package/dist/esm/form-alert_5.entry.js +9 -8
  275. package/dist/esm/form-control-checkbox.entry.js +53 -0
  276. package/dist/esm/form-control-date.entry.js +21 -2
  277. package/dist/esm/form-control-error-text-3b2553b5.js +12 -0
  278. package/dist/esm/form-control-file-v2_2.entry.js +85 -0
  279. package/dist/esm/form-control-file.entry.js +21 -2
  280. package/dist/esm/form-control-help-text-a2fc3617.js +12 -0
  281. package/dist/esm/form-control-help-text.entry.js +1 -1
  282. package/dist/esm/form-control-monetary.entry.js +22 -2
  283. package/dist/esm/form-control-number-masked_2.entry.js +21 -3
  284. package/dist/esm/form-control-number.entry.js +21 -2
  285. package/dist/esm/form-control-radio.entry.js +25 -17
  286. package/dist/esm/form-control-select_3.entry.js +139 -0
  287. package/dist/esm/{get-payout-csv-3b83b088.js → get-payout-csv-b95a5d54.js} +1 -1
  288. package/dist/esm/{get-subaccounts-dd20cfa4.js → get-subaccounts-b9a00d48.js} +1 -1
  289. package/dist/esm/gross-payment-chart-core.entry.js +6 -8
  290. package/dist/esm/header-1-c6a00a22.js +8 -0
  291. package/dist/esm/header-3-a1c6d475.js +8 -0
  292. package/dist/esm/iframe-input-styles-state-ff730fe5.js +23 -0
  293. package/dist/esm/{justifi-billing-form_2.entry.js → iframe-input.entry.js} +73 -179
  294. package/dist/esm/{index-57431c24.js → index-29fcfdf5.js} +1 -93
  295. package/dist/esm/{insurance-state-8ce01e59.js → index-a47fdc7f.js} +2 -21
  296. package/dist/esm/{index.esm-ed37201b.js → index.esm-0b6849c2.js} +1 -1
  297. package/dist/esm/insurance-state-8fc9376f.js +28 -0
  298. package/dist/esm/justifi-additional-questions-form-step-core_8.entry.js +580 -0
  299. package/dist/esm/justifi-additional-questions-form-step_10.entry.js +41 -41
  300. package/dist/esm/justifi-additional-statement_8.entry.js +402 -0
  301. package/dist/esm/justifi-business-details.entry.js +6 -6
  302. package/dist/esm/justifi-business-form.entry.js +20 -27
  303. package/dist/esm/justifi-business-representative-form-inputs.entry.js +3 -2
  304. package/dist/esm/justifi-checkout-core.entry.js +15 -19
  305. package/dist/esm/justifi-checkout.entry.js +8 -8
  306. package/dist/esm/justifi-checkouts-list-filters.entry.js +34 -0
  307. package/dist/esm/justifi-checkouts-list.entry.js +12 -12
  308. package/dist/esm/justifi-details.entry.js +4 -4
  309. package/dist/esm/justifi-dispute-management-core.entry.js +50 -11
  310. package/dist/esm/justifi-dispute-management.entry.js +87 -2
  311. package/dist/esm/justifi-dispute-notification_3.entry.js +372 -0
  312. package/dist/esm/justifi-gross-payment-chart.entry.js +5 -5
  313. package/dist/esm/justifi-owner-form_3.entry.js +14 -24
  314. package/dist/esm/justifi-payment-details.entry.js +8 -7
  315. package/dist/esm/justifi-payment-provisioning-core.entry.js +12 -7
  316. package/dist/esm/justifi-payment-provisioning.entry.js +4 -5
  317. package/dist/esm/justifi-payments-list-filters.entry.js +39 -0
  318. package/dist/esm/justifi-payments-list.entry.js +11 -11
  319. package/dist/esm/justifi-payout-details.entry.js +8 -7
  320. package/dist/esm/justifi-payouts-list-filters.entry.js +23 -0
  321. package/dist/esm/justifi-payouts-list.entry.js +18 -12
  322. package/dist/esm/justifi-refund-form.entry.js +6 -9
  323. package/dist/esm/justifi-season-interruption-insurance-core.entry.js +17 -18
  324. package/dist/esm/justifi-season-interruption-insurance.entry.js +6 -6
  325. package/dist/esm/justifi-terminals-list-filters.entry.js +31 -0
  326. package/dist/esm/justifi-terminals-list.entry.js +10 -10
  327. package/dist/esm/justifi-tokenize-payment-method.entry.js +9 -13
  328. package/dist/esm/loader.js +3 -3
  329. package/dist/esm/{package-16f4801d.js → package-84f77b11.js} +1 -1
  330. package/dist/esm/pagination-menu.entry.js +22 -0
  331. package/dist/esm/parts-186d437f.js +72 -0
  332. package/dist/esm/payment-details-core.entry.js +13 -11
  333. package/dist/esm/{payment.service-ca6b5bc5.js → payment.service-064fac31.js} +1 -1
  334. package/dist/esm/payments-list-core.entry.js +33 -26
  335. package/dist/esm/payments-list-params-state-b3dab8bc.js +10 -0
  336. package/dist/esm/payments-table-d6fbab5b.js +28 -0
  337. package/dist/esm/payout-details-core.entry.js +8 -5
  338. package/dist/esm/payouts-list-core.entry.js +36 -29
  339. package/dist/esm/payouts-list-params-state-49618e7a.js +10 -0
  340. package/dist/esm/payouts-table-2e61a116.js +34 -0
  341. package/dist/esm/{schema-validations-5dc879a9.js → schema-validations-c7d4f9df.js} +3 -3
  342. package/dist/esm/skeleton-8f71cdf7.js +11 -0
  343. package/dist/esm/spinner-879489b3.js +10 -0
  344. package/dist/esm/styled-host-32228b45.js +12 -0
  345. package/dist/esm/table-filters-menu.entry.js +41 -0
  346. package/dist/esm/terminals-list-core.entry.js +35 -28
  347. package/dist/esm/terminals-list-params-state-2c48d35f.js +10 -0
  348. package/dist/esm/terminals-table-8e42977c.js +29 -0
  349. package/dist/esm/{utils-1df1e55a.js → utils-54543523.js} +31 -30
  350. package/dist/esm/utils-d7633e66.js +22 -0
  351. package/dist/esm/webcomponents.js +3 -3
  352. package/dist/module/Business.js +6 -1
  353. package/dist/module/Payment.js +62 -10
  354. package/dist/module/additional-questions-details2.js +1 -5
  355. package/dist/module/additional-questions.js +4 -15
  356. package/dist/module/additional-statement.js +52 -13
  357. package/dist/module/{justifi-card-form.d.ts → bank-account-form.d.ts} +4 -4
  358. package/dist/module/bank-account-form.js +6 -0
  359. package/dist/module/bank-account-form2.js +44 -0
  360. package/dist/module/billing-form.js +6 -18
  361. package/dist/module/business-additional-questions-form-step-core.js +8 -21
  362. package/dist/module/business-additional-questions-form-step.js +3 -15
  363. package/dist/module/business-bank-account-form-step.js +11 -18
  364. package/dist/module/business-core-info-form-step-core.js +11 -18
  365. package/dist/module/business-core-info-form-step.js +5 -11
  366. package/dist/module/business-core-info.js +6 -11
  367. package/dist/module/business-details-core2.js +25 -3
  368. package/dist/module/business-document-upload-form-step.js +12 -18
  369. package/dist/module/business-document-upload-input-group.js +3 -9
  370. package/dist/module/business-documents-on-file.js +4 -3
  371. package/dist/module/business-owners-form-step-core.js +12 -18
  372. package/dist/module/business-owners-form-step.js +5 -11
  373. package/dist/module/business-representative-form-inputs.js +6 -11
  374. package/dist/module/business-representative-form-step-core.js +9 -17
  375. package/dist/module/business-representative-form-step.js +5 -11
  376. package/dist/module/business-representative.js +6 -11
  377. package/dist/module/business-terms-conditions-form-step.js +16 -22
  378. package/dist/module/business-terms-conditions-text.js +2 -5
  379. package/dist/module/button.js +6 -12
  380. package/dist/module/cancellation-policy.js +49 -13
  381. package/dist/module/{justifi-payment-form.d.ts → card-form.d.ts} +4 -4
  382. package/dist/module/card-form.js +6 -0
  383. package/dist/module/card-form2.js +46 -0
  384. package/dist/module/check-pkg-version.js +76 -1
  385. package/dist/module/checkout-core.js +55 -30
  386. package/dist/module/checkouts-list-core2.js +47 -77
  387. package/dist/module/checkouts-list-params-state.js +10 -0
  388. package/dist/module/custom-popper2.js +2 -2
  389. package/dist/module/customer-details.js +50 -13
  390. package/dist/module/details.js +3 -5
  391. package/dist/module/dispute-management-core.js +74 -39
  392. package/dist/module/dispute-notification.js +41 -8
  393. package/dist/module/dispute-response-actions.js +117 -0
  394. package/dist/module/dispute-response-core.js +280 -0
  395. package/dist/module/dispute-response-form-types.js +59 -0
  396. package/dist/module/dispute-response.js +198 -0
  397. package/dist/module/duplicate-charge.js +49 -13
  398. package/dist/module/electronic-evidence.js +49 -20
  399. package/dist/module/{table.js → event-types.js} +16 -8
  400. package/dist/module/event-types2.js +23 -0
  401. package/dist/module/event-types3.js +22 -0
  402. package/dist/module/form-alert2.js +2 -1
  403. package/dist/module/form-control-checkbox2.js +29 -27
  404. package/dist/module/form-control-date2.js +25 -10
  405. package/dist/module/form-control-error-text.js +10 -4
  406. package/dist/module/{payouts-list-filters.d.ts → form-control-file-v2.d.ts} +4 -4
  407. package/dist/module/form-control-file-v2.js +6 -0
  408. package/dist/module/form-control-file-v22.js +59 -0
  409. package/dist/module/form-control-file2.js +25 -10
  410. package/dist/module/form-control-help-text.js +1 -1
  411. package/dist/module/form-control-help-text2.js +9 -32
  412. package/dist/module/form-control-help-text3.js +35 -0
  413. package/dist/module/form-control-monetary2.js +26 -16
  414. package/dist/module/form-control-number-masked2.js +25 -11
  415. package/dist/module/form-control-number.js +24 -15
  416. package/dist/module/form-control-radio2.js +31 -30
  417. package/dist/module/form-control-select2.js +25 -10
  418. package/dist/module/form-control-text2.js +24 -10
  419. package/dist/module/form-control-textarea2.js +26 -11
  420. package/dist/module/form-control-tooltip2.js +2 -1
  421. package/dist/module/form.js +1 -1
  422. package/dist/module/generic-info-details2.js +1 -5
  423. package/dist/module/get-payout-csv.js +1 -1
  424. package/dist/module/get-subaccounts.js +1 -1
  425. package/dist/module/gross-payment-chart-core2.js +3 -6
  426. package/dist/module/header-1.js +8 -0
  427. package/dist/module/{payments-list-filters.d.ts → hidden-input.d.ts} +4 -4
  428. package/dist/module/hidden-input.js +6 -0
  429. package/dist/module/hidden-input2.js +100 -0
  430. package/dist/module/identity-address-form.js +4 -10
  431. package/dist/module/iframe-input-styles-state.js +23 -0
  432. package/dist/module/iframe-input.d.ts +11 -0
  433. package/dist/module/iframe-input.js +6 -0
  434. package/dist/module/{payment-method-form.js → iframe-input2.js} +83 -131
  435. package/dist/module/index2.js +167 -3572
  436. package/dist/module/index3.js +3599 -0
  437. package/dist/module/insurance-state.js +6 -191
  438. package/dist/module/justifi-business-details.js +2 -3
  439. package/dist/module/justifi-business-form.js +16 -36
  440. package/dist/module/justifi-checkout.js +52 -23
  441. package/dist/module/justifi-checkouts-list-filters.d.ts +11 -0
  442. package/dist/module/justifi-checkouts-list-filters.js +77 -0
  443. package/dist/module/justifi-checkouts-list.js +8 -45
  444. package/dist/module/justifi-dispute-management.js +109 -34
  445. package/dist/module/justifi-dispute-response-core.d.ts +11 -0
  446. package/dist/module/justifi-dispute-response-core.js +6 -0
  447. package/dist/module/justifi-dispute-response.d.ts +11 -0
  448. package/dist/module/justifi-dispute-response.js +6 -0
  449. package/dist/module/justifi-gross-payment-chart.js +2 -3
  450. package/dist/module/justifi-payment-details.js +3 -4
  451. package/dist/module/justifi-payment-provisioning.js +12 -24
  452. package/dist/module/justifi-payments-list-filters.d.ts +11 -0
  453. package/dist/module/justifi-payments-list-filters.js +94 -0
  454. package/dist/module/justifi-payments-list.js +9 -58
  455. package/dist/module/justifi-payout-details.js +2 -3
  456. package/dist/module/justifi-payouts-list-filters.d.ts +11 -0
  457. package/dist/module/justifi-payouts-list-filters.js +66 -0
  458. package/dist/module/justifi-payouts-list.js +14 -45
  459. package/dist/module/justifi-refund-form.js +4 -19
  460. package/dist/module/justifi-season-interruption-insurance.js +16 -5
  461. package/dist/module/justifi-terminals-list-filters.d.ts +11 -0
  462. package/dist/module/{terminals-list-filters2.js → justifi-terminals-list-filters.js} +25 -28
  463. package/dist/module/justifi-terminals-list.js +8 -51
  464. package/dist/module/justifi-tokenize-payment-method.js +51 -25
  465. package/dist/module/legal-address-details2.js +1 -5
  466. package/dist/module/legal-address-form-step-core.js +10 -17
  467. package/dist/module/legal-address-form-step.js +3 -9
  468. package/dist/module/legal-address-form.js +5 -10
  469. package/dist/module/new-payment-method.js +72 -30
  470. package/dist/module/owner-details2.js +1 -5
  471. package/dist/module/owner-form-core2.js +10 -25
  472. package/dist/module/owner-form-inputs2.js +5 -11
  473. package/dist/module/owner-form.js +5 -11
  474. package/dist/module/package.js +1 -1
  475. package/dist/module/pagination-menu2.js +4 -3
  476. package/dist/module/parts.js +72 -0
  477. package/dist/module/payment-details-core2.js +11 -9
  478. package/dist/module/payment-method-options.js +47 -24
  479. package/dist/module/payment-provisioning-actions.js +1 -1
  480. package/dist/module/payment-provisioning-core.js +21 -28
  481. package/dist/module/payment-provisioning-form-buttons.js +4 -2
  482. package/dist/module/payment-provisioning-form-steps.js +11 -24
  483. package/dist/module/payments-list-core2.js +46 -88
  484. package/dist/module/payments-list-params-state.js +10 -0
  485. package/dist/module/payout-details-core2.js +6 -3
  486. package/dist/module/payouts-list-core2.js +53 -83
  487. package/dist/module/payouts-list-params-state.js +10 -0
  488. package/dist/module/product-or-service.js +46 -13
  489. package/dist/module/refund-policy.js +49 -13
  490. package/dist/module/representative-details2.js +1 -5
  491. package/dist/module/save-new-payment-method.js +10 -5
  492. package/dist/module/saved-payment-method.js +19 -6
  493. package/dist/module/schema-validations.js +1 -1
  494. package/dist/module/season-interruption-insurance-core.js +29 -19
  495. package/dist/module/sezzle-payment-method.js +19 -5
  496. package/dist/module/shipping-details.js +53 -19
  497. package/dist/module/skeleton.js +4 -34
  498. package/dist/module/spinner.js +10 -0
  499. package/dist/module/styled-host.js +1 -1
  500. package/dist/module/table-filters-menu2.js +12 -2
  501. package/dist/module/terminals-list-core2.js +43 -79
  502. package/dist/module/terminals-list-params-state.js +10 -0
  503. package/dist/module/utils.js +14 -19
  504. package/dist/module/utils2.js +31 -30
  505. package/dist/module/utils3.js +25 -30
  506. package/dist/module/utils4.js +23 -24
  507. package/dist/types/api/Business.d.ts +4 -0
  508. package/dist/types/api/Checkout.d.ts +1 -3
  509. package/dist/types/api/ComponentError.d.ts +0 -6
  510. package/dist/types/api/ComponentEvents.d.ts +23 -0
  511. package/dist/types/api/Dispute.d.ts +76 -0
  512. package/dist/types/api/DisputeEvidenceDocument.d.ts +23 -0
  513. package/dist/types/api/Payment.d.ts +6 -11
  514. package/dist/types/api/Payout.d.ts +1 -3
  515. package/dist/types/api/Terminal.d.ts +1 -4
  516. package/dist/types/api/services/dispute.service.d.ts +14 -0
  517. package/dist/types/components/billing-form/billing-form.d.ts +0 -5
  518. package/dist/types/components/business-details/additional-questions-details/additional-questions-details.d.ts +0 -8
  519. package/dist/types/components/business-details/business-details-core.d.ts +2 -2
  520. package/dist/types/components/business-details/business-details-loading.d.ts +1 -0
  521. package/dist/types/components/business-details/business-details.d.ts +2 -10
  522. package/dist/types/components/business-details/representative-details/representative-details.d.ts +0 -8
  523. package/dist/types/components/business-forms/business-form/additional-questions/additional-questions.d.ts +0 -5
  524. package/dist/types/components/business-forms/business-form/business-core-info/business-core-info.d.ts +0 -3
  525. package/dist/types/components/business-forms/business-form/business-form.d.ts +4 -11
  526. package/dist/types/components/business-forms/business-form/legal-address-form/legal-address-form.d.ts +0 -5
  527. package/dist/types/components/business-forms/owner-form/owner-form-core.d.ts +4 -6
  528. package/dist/types/components/business-forms/owner-form/owner-form.d.ts +2 -2
  529. package/dist/types/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step-core.d.ts +3 -5
  530. package/dist/types/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.d.ts +2 -7
  531. package/dist/types/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.d.ts +3 -8
  532. package/dist/types/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step-core.d.ts +3 -5
  533. package/dist/types/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.d.ts +2 -7
  534. package/dist/types/components/business-forms/payment-provisioning/business-owners/business-owners-form-step-core.d.ts +4 -6
  535. package/dist/types/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.d.ts +2 -7
  536. package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step-core.d.ts +3 -5
  537. package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.d.ts +2 -2
  538. package/dist/types/components/business-forms/payment-provisioning/document-uploads/business-document-upload-form-step.d.ts +3 -5
  539. package/dist/types/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step-core.d.ts +3 -5
  540. package/dist/types/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.d.ts +2 -7
  541. package/dist/types/components/business-forms/payment-provisioning/payment-provisioning-core.d.ts +5 -5
  542. package/dist/types/components/business-forms/payment-provisioning/payment-provisioning-form-steps.d.ts +0 -2
  543. package/dist/types/components/business-forms/payment-provisioning/payment-provisioning.d.ts +2 -7
  544. package/dist/types/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-form-step.d.ts +5 -5
  545. package/dist/types/components/business-forms/utils/event-types.d.ts +19 -0
  546. package/dist/types/components/business-forms/utils/index.d.ts +4 -0
  547. package/dist/types/components/checkout/bank-account-form/bank-account-form.d.ts +7 -0
  548. package/dist/types/components/checkout/card-form/card-form.d.ts +9 -0
  549. package/dist/types/components/checkout/checkout-core.d.ts +5 -4
  550. package/dist/types/components/checkout/checkout.d.ts +2 -2
  551. package/dist/types/components/checkout/message-event-types.d.ts +4 -0
  552. package/dist/types/components/checkout/new-payment-method.d.ts +3 -3
  553. package/dist/types/components/checkout/save-new-payment-method.d.ts +1 -1
  554. package/dist/types/components/checkout/saved-payment-method.d.ts +1 -1
  555. package/dist/types/components/checkout/sezzle-payment-method.d.ts +1 -1
  556. package/dist/types/components/checkouts-list/checkouts-list-core.d.ts +7 -8
  557. package/dist/types/components/checkouts-list/checkouts-list-filters.d.ts +1 -3
  558. package/dist/types/components/checkouts-list/checkouts-list-params-state.d.ts +5 -0
  559. package/dist/types/components/checkouts-list/checkouts-list.d.ts +2 -24
  560. package/dist/types/components/checkouts-list/checkouts-table.d.ts +6 -6
  561. package/dist/types/components/dispute-management/dispute-actions.d.ts +9 -0
  562. package/dist/types/components/dispute-management/dispute-management-core.d.ts +14 -3
  563. package/dist/types/components/dispute-management/dispute-management.d.ts +15 -0
  564. package/dist/types/components/dispute-management/dispute-notification.d.ts +9 -3
  565. package/dist/types/components/dispute-management/dispute-response/additional-statement.d.ts +17 -0
  566. package/dist/types/components/dispute-management/dispute-response/cancellation-policy.d.ts +15 -0
  567. package/dist/types/components/dispute-management/dispute-response/customer-details.d.ts +15 -0
  568. package/dist/types/components/dispute-management/dispute-response/dispute-response-actions.d.ts +40 -0
  569. package/dist/types/components/dispute-management/dispute-response/dispute-response-core.d.ts +46 -0
  570. package/dist/types/components/dispute-management/dispute-response/dispute-response-form-types.d.ts +20 -0
  571. package/dist/types/components/dispute-management/dispute-response/dispute-response.d.ts +35 -0
  572. package/dist/types/components/dispute-management/dispute-response/duplicate-charge.d.ts +15 -0
  573. package/dist/types/components/dispute-management/dispute-response/electronic-evidence.d.ts +15 -0
  574. package/dist/types/components/dispute-management/dispute-response/product-or-service.d.ts +15 -0
  575. package/dist/types/components/dispute-management/dispute-response/refund-policy.d.ts +15 -0
  576. package/dist/types/components/dispute-management/dispute-response/schemas/additional-statement-schema.d.ts +6 -0
  577. package/dist/types/components/dispute-management/dispute-response/schemas/cancellation-policy-schema.d.ts +8 -0
  578. package/dist/types/components/dispute-management/dispute-response/schemas/customer-details-schema.d.ts +10 -0
  579. package/dist/types/components/dispute-management/dispute-response/schemas/dispute-reason-schema.d.ts +6 -0
  580. package/dist/types/components/dispute-management/dispute-response/schemas/duplicate-charge-schema.d.ts +8 -0
  581. package/dist/types/components/dispute-management/dispute-response/schemas/electronic-evidence-schema.d.ts +6 -0
  582. package/dist/types/components/dispute-management/dispute-response/schemas/product-or-service-schema.d.ts +8 -0
  583. package/dist/types/components/dispute-management/dispute-response/schemas/refund-policy-schema.d.ts +8 -0
  584. package/dist/types/components/dispute-management/dispute-response/schemas/shipping-details-schema.d.ts +12 -0
  585. package/dist/types/components/dispute-management/dispute-response/shipping-details.d.ts +15 -0
  586. package/dist/types/components/dispute-management/event-types.d.ts +18 -0
  587. package/dist/types/components/gross-payment-chart/gross-payment-chart-core.d.ts +2 -2
  588. package/dist/types/components/gross-payment-chart/gross-payment-chart.d.ts +3 -3
  589. package/dist/types/components/insurance/season-interruption/season-interruption-insurance-core.d.ts +4 -4
  590. package/dist/types/components/insurance/season-interruption/season-interruption-insurance.d.ts +2 -2
  591. package/dist/types/components/payment-details/payment-details-core.d.ts +2 -2
  592. package/dist/types/components/payment-details/payment-details.d.ts +2 -25
  593. package/dist/types/components/payments-list/payments-list-core.d.ts +6 -7
  594. package/dist/types/components/payments-list/payments-list-filters.d.ts +1 -4
  595. package/dist/types/components/payments-list/payments-list-params-state.d.ts +5 -0
  596. package/dist/types/components/payments-list/payments-list.d.ts +2 -24
  597. package/dist/types/components/payments-list/payments-table.d.ts +7 -7
  598. package/dist/types/components/payout-details/payout-details-core.d.ts +2 -2
  599. package/dist/types/components/payout-details/payout-details.d.ts +3 -3
  600. package/dist/types/components/payouts-list/payouts-list-core.d.ts +7 -8
  601. package/dist/types/components/payouts-list/payouts-list-filters.d.ts +0 -3
  602. package/dist/types/components/payouts-list/payouts-list-params-state.d.ts +5 -0
  603. package/dist/types/components/payouts-list/payouts-list.d.ts +2 -24
  604. package/dist/types/components/payouts-list/payouts-table.d.ts +9 -9
  605. package/dist/types/components/terminals-list/terminals-list-core.d.ts +7 -8
  606. package/dist/types/components/terminals-list/terminals-list-filters.d.ts +1 -4
  607. package/dist/types/components/terminals-list/terminals-list-params-state.d.ts +5 -0
  608. package/dist/types/components/terminals-list/terminals-list.d.ts +2 -24
  609. package/dist/types/components/terminals-list/terminals-table.d.ts +4 -4
  610. package/dist/types/components/tokenize-payment-method/tokenize-payment-method.d.ts +4 -5
  611. package/dist/types/components.d.ts +465 -1338
  612. package/dist/types/styles/parts.d.ts +58 -0
  613. package/dist/types/ui-components/details/utils.d.ts +0 -1
  614. package/dist/types/ui-components/filters/table-filters-menu.d.ts +1 -0
  615. package/dist/types/ui-components/form/form-control-checkbox.d.ts +3 -3
  616. package/dist/types/ui-components/form/form-control-date.d.ts +2 -0
  617. package/dist/types/ui-components/form/form-control-file-v2.d.ts +15 -0
  618. package/dist/types/ui-components/form/form-control-file.d.ts +2 -0
  619. package/dist/types/ui-components/form/form-control-monetary.d.ts +2 -0
  620. package/dist/types/ui-components/form/form-control-number-masked.d.ts +2 -0
  621. package/dist/types/ui-components/form/form-control-number.d.ts +2 -0
  622. package/dist/types/ui-components/form/form-control-radio.d.ts +6 -7
  623. package/dist/types/ui-components/form/form-control-select.d.ts +2 -0
  624. package/dist/types/ui-components/form/form-control-text.d.ts +2 -0
  625. package/dist/types/ui-components/form/form-control-textarea.d.ts +2 -0
  626. package/dist/types/ui-components/form/form-helpers/form-control-error-text.d.ts +4 -0
  627. package/dist/types/ui-components/form/form-helpers/form-control-help-text.d.ts +4 -0
  628. package/dist/types/ui-components/form/form.d.ts +1 -1
  629. package/dist/types/ui-components/form/hidden-input.d.ts +11 -0
  630. package/dist/types/ui-components/form/iframe-input-styles-state.d.ts +3 -0
  631. package/dist/types/ui-components/form/iframe-input.d.ts +21 -0
  632. package/dist/types/ui-components/headers/header-1.d.ts +6 -0
  633. package/dist/types/ui-components/headers/header-2.d.ts +6 -0
  634. package/dist/types/ui-components/headers/header-3.d.ts +6 -0
  635. package/dist/types/ui-components/index.d.ts +6 -0
  636. package/dist/types/ui-components/skeleton.d.ts +1 -2
  637. package/dist/types/ui-components/spinner.d.ts +2 -0
  638. package/dist/types/ui-components/table/event-types.d.ts +5 -0
  639. package/dist/types/utils/utils.d.ts +3 -2
  640. package/dist/webcomponents/p-0201ec6c.entry.js +1 -0
  641. package/dist/webcomponents/p-02a0b21e.js +1 -0
  642. package/dist/webcomponents/p-08b8d1f0.entry.js +1 -0
  643. package/dist/webcomponents/p-0aa63869.entry.js +1 -0
  644. package/dist/webcomponents/p-0cc6c539.js +1 -0
  645. package/dist/webcomponents/p-0ccbc022.entry.js +1 -0
  646. package/dist/webcomponents/{p-1815a43b.js → p-0ea387a2.js} +1 -1
  647. package/dist/webcomponents/p-0eb86b3f.entry.js +1 -0
  648. package/dist/webcomponents/p-16ba9bea.js +1 -0
  649. package/dist/webcomponents/p-174b151e.js +1 -0
  650. package/dist/webcomponents/p-1ce22da6.entry.js +1 -0
  651. package/dist/webcomponents/p-1dbae48b.entry.js +1 -0
  652. package/dist/webcomponents/p-22034555.entry.js +1 -0
  653. package/dist/webcomponents/p-275f2154.js +1 -0
  654. package/dist/webcomponents/p-2783e363.js +2 -0
  655. package/dist/webcomponents/p-2a6f8329.entry.js +1 -0
  656. package/dist/webcomponents/p-2ed8e8db.entry.js +1 -0
  657. package/dist/webcomponents/p-323ba4df.entry.js +1 -0
  658. package/dist/webcomponents/p-32a5bf4e.js +1 -0
  659. package/dist/webcomponents/p-34c14f59.js +1 -0
  660. package/dist/webcomponents/p-438df53f.entry.js +1 -0
  661. package/dist/webcomponents/p-4a576796.js +1 -0
  662. package/dist/webcomponents/p-4cc3c7f9.js +1 -0
  663. package/dist/webcomponents/p-4d916b2d.js +1 -0
  664. package/dist/webcomponents/p-4f569cbf.entry.js +1 -0
  665. package/dist/webcomponents/p-53cf5687.entry.js +1 -0
  666. package/dist/webcomponents/{p-544a4e7a.js → p-54d36e97.js} +1 -1
  667. package/dist/webcomponents/p-57281853.entry.js +1 -0
  668. package/dist/webcomponents/p-5844a0f0.js +1 -0
  669. package/dist/webcomponents/p-597bd1e1.entry.js +1 -0
  670. package/dist/webcomponents/p-5cb947bc.entry.js +1 -0
  671. package/dist/webcomponents/p-5d3f81c0.entry.js +1 -0
  672. package/dist/webcomponents/p-663a00cd.entry.js +1 -0
  673. package/dist/webcomponents/p-6677c60d.entry.js +1 -0
  674. package/dist/webcomponents/p-667ebd79.js +1 -0
  675. package/dist/webcomponents/p-66c63ef7.entry.js +1 -0
  676. package/dist/webcomponents/p-68694a17.entry.js +1 -0
  677. package/dist/webcomponents/p-6b840696.entry.js +1 -0
  678. package/dist/webcomponents/p-6fbd6abb.js +1 -0
  679. package/dist/webcomponents/p-6feeb9f2.js +1 -0
  680. package/dist/webcomponents/p-7216ef00.entry.js +1 -0
  681. package/dist/webcomponents/p-733dc19b.entry.js +1 -0
  682. package/dist/webcomponents/p-73a18b5a.entry.js +1 -0
  683. package/dist/webcomponents/p-73f9be7c.js +1 -0
  684. package/dist/webcomponents/{p-7fc27a1a.js → p-79b7c30d.js} +1 -1
  685. package/dist/webcomponents/p-7a975a3c.js +1 -0
  686. package/dist/webcomponents/p-7b9f21cd.entry.js +1 -0
  687. package/dist/webcomponents/p-808bb677.entry.js +1 -0
  688. package/dist/webcomponents/p-8a550a5e.entry.js +1 -0
  689. package/dist/webcomponents/p-8a94d2c8.js +1 -0
  690. package/dist/webcomponents/p-8c7a81c1.js +1 -0
  691. package/dist/webcomponents/p-8da3667c.js +1 -0
  692. package/dist/webcomponents/p-90dc2f2c.js +1 -0
  693. package/dist/webcomponents/p-95e688bd.entry.js +1 -0
  694. package/dist/webcomponents/p-96ea95ce.entry.js +1 -0
  695. package/dist/webcomponents/p-99c92f1f.entry.js +1 -0
  696. package/dist/webcomponents/p-9c2e00cc.js +1 -0
  697. package/dist/webcomponents/p-9c652bc3.entry.js +1 -0
  698. package/dist/webcomponents/p-9e990e7d.entry.js +1 -0
  699. package/dist/webcomponents/p-9f773228.js +1 -0
  700. package/dist/webcomponents/p-a17be58e.entry.js +1 -0
  701. package/dist/webcomponents/p-a3949f32.js +1 -0
  702. package/dist/webcomponents/p-a41a1843.entry.js +1 -0
  703. package/dist/webcomponents/p-a520766d.entry.js +1 -0
  704. package/dist/webcomponents/p-abdbcd8e.js +1 -0
  705. package/dist/webcomponents/p-ac147eef.entry.js +1 -0
  706. package/dist/webcomponents/p-af620972.js +1 -0
  707. package/dist/webcomponents/{p-fd5f2836.js → p-af834eb8.js} +1 -1
  708. package/dist/webcomponents/p-b056034f.entry.js +1 -0
  709. package/dist/webcomponents/p-b1d4e520.entry.js +1 -0
  710. package/dist/webcomponents/p-b392ec21.js +1 -0
  711. package/dist/webcomponents/p-bb61c6e0.js +1 -0
  712. package/dist/webcomponents/p-bfe9748b.js +1 -0
  713. package/dist/webcomponents/p-c092cbb2.js +1 -0
  714. package/dist/webcomponents/p-c2a2b9fe.entry.js +1 -0
  715. package/dist/webcomponents/p-c740f609.entry.js +1 -0
  716. package/dist/webcomponents/p-c9670f3c.entry.js +1 -0
  717. package/dist/webcomponents/{p-bc8205ec.js → p-cb00d4f3.js} +1 -1
  718. package/dist/webcomponents/{p-89f6691e.js → p-d1c93dd3.js} +1 -1
  719. package/dist/webcomponents/p-d53c5ea5.entry.js +1 -0
  720. package/dist/webcomponents/p-d67bb568.entry.js +1 -0
  721. package/dist/webcomponents/p-d75b52c8.entry.js +1 -0
  722. package/dist/webcomponents/p-d960db89.entry.js +1 -0
  723. package/dist/webcomponents/{p-c8243721.js → p-e19589a2.js} +1 -1
  724. package/dist/webcomponents/p-ecced6e5.entry.js +1 -0
  725. package/dist/webcomponents/p-ed8918d1.entry.js +1 -0
  726. package/dist/webcomponents/p-ee4a2aac.entry.js +1 -0
  727. package/dist/webcomponents/p-ef4c49b9.js +1 -0
  728. package/dist/webcomponents/p-f0f3442e.entry.js +1 -0
  729. package/dist/webcomponents/p-f20b6ce1.js +1 -0
  730. package/dist/webcomponents/{p-c13a7d10.js → p-f4722957.js} +1 -1
  731. package/dist/webcomponents/p-f88d5c0d.entry.js +1 -0
  732. package/dist/webcomponents/{p-628693c1.entry.js → p-f9fdcc1a.entry.js} +4 -4
  733. package/dist/webcomponents/p-fa2e3dc7.entry.js +1 -0
  734. package/dist/webcomponents/{p-ccbff4fa.entry.js → p-faa35b47.entry.js} +1 -1
  735. package/dist/webcomponents/p-fc3daedd.js +1 -0
  736. package/dist/webcomponents/webcomponents.esm.js +1 -1
  737. package/package.json +1 -1
  738. package/dist/cjs/business-form-types-719b7f52.js +0 -50
  739. package/dist/cjs/button-3f400a66.js +0 -26
  740. package/dist/cjs/check-pkg-version-f5b03b02.js +0 -24
  741. package/dist/cjs/checkouts-list-filters.cjs.entry.js +0 -35
  742. package/dist/cjs/checkouts-table-00b6482f.js +0 -47
  743. package/dist/cjs/dispute-30c806f6.js +0 -10
  744. package/dist/cjs/exported-parts-a994d693.js +0 -9
  745. package/dist/cjs/form-control-checkbox_9.cjs.entry.js +0 -641
  746. package/dist/cjs/form-control-error-text.cjs.entry.js +0 -21
  747. package/dist/cjs/form-control-textarea.cjs.entry.js +0 -49
  748. package/dist/cjs/justifi-additional-statement_11.cjs.entry.js +0 -173
  749. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +0 -79
  750. package/dist/cjs/justifi-card-form.cjs.entry.js +0 -80
  751. package/dist/cjs/justifi-new-payment-method_5.cjs.entry.js +0 -320
  752. package/dist/cjs/justifi-payment-form.cjs.entry.js +0 -141
  753. package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +0 -34
  754. package/dist/cjs/pagination-menu_2.cjs.entry.js +0 -54
  755. package/dist/cjs/payments-list-filters.cjs.entry.js +0 -40
  756. package/dist/cjs/payments-table-7087e771.js +0 -31
  757. package/dist/cjs/payouts-list-filters.cjs.entry.js +0 -24
  758. package/dist/cjs/payouts-table-4858eb84.js +0 -37
  759. package/dist/cjs/skeleton-748c5dde.js +0 -43
  760. package/dist/cjs/styled-host-1adf46c3.js +0 -14
  761. package/dist/cjs/terminals-list-filters.cjs.entry.js +0 -32
  762. package/dist/cjs/terminals-table-12410159.js +0 -32
  763. package/dist/cjs/utils-189dc30d.js +0 -35
  764. package/dist/cjs/utils-ba79e868.js +0 -37
  765. package/dist/collection/components/bank-account-form/bank-account-form.js +0 -281
  766. package/dist/collection/components/billing-form/billing-form.css +0 -51
  767. package/dist/collection/components/business-details/shared-business-details.css +0 -3
  768. package/dist/collection/components/business-forms/business-form/business-form.css +0 -121
  769. package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-text.css +0 -18
  770. package/dist/collection/components/business-forms/utils/business-form-types.js +0 -48
  771. package/dist/collection/components/card-form/card-form.js +0 -300
  772. package/dist/collection/components/checkout/checkout-core.css +0 -110
  773. package/dist/collection/components/checkout/form-check-input.css +0 -20
  774. package/dist/collection/components/checkout/header.css +0 -4
  775. package/dist/collection/components/checkout/payment-method-options.css +0 -15
  776. package/dist/collection/components/dispute-management/counter-dispute/additional-statement.js +0 -8
  777. package/dist/collection/components/dispute-management/counter-dispute/cancellation-policy.js +0 -8
  778. package/dist/collection/components/dispute-management/counter-dispute/counter-dispute.js +0 -90
  779. package/dist/collection/components/dispute-management/counter-dispute/customer-details.js +0 -8
  780. package/dist/collection/components/dispute-management/counter-dispute/dispute-reason.js +0 -8
  781. package/dist/collection/components/dispute-management/counter-dispute/duplicate-charge.js +0 -8
  782. package/dist/collection/components/dispute-management/counter-dispute/electronic-evidence.js +0 -8
  783. package/dist/collection/components/dispute-management/counter-dispute/product-or-service.js +0 -16
  784. package/dist/collection/components/dispute-management/counter-dispute/refund-policy.js +0 -8
  785. package/dist/collection/components/dispute-management/counter-dispute/shipping-details.js +0 -12
  786. package/dist/collection/components/dispute-management/dispute.js +0 -8
  787. package/dist/collection/components/gross-payment-chart/gross-payment-chart.css +0 -3
  788. package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.css +0 -11
  789. package/dist/collection/components/payment-form/payment-form.css +0 -97
  790. package/dist/collection/components/payment-form/payment-form.js +0 -372
  791. package/dist/collection/components/payment-form/payment-method-selector.css +0 -39
  792. package/dist/collection/components/payment-form/payment-method-selector.js +0 -74
  793. package/dist/collection/components/payment-method-form/message-event-types.js +0 -16
  794. package/dist/collection/components/payment-method-form/payment-method-form.css +0 -13
  795. package/dist/collection/components/payment-method-form/payment-method-form.js +0 -298
  796. package/dist/collection/components/refund-form/refund-form.css +0 -59
  797. package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.css +0 -9
  798. package/dist/collection/ui-components/form/form-helpers/form-control-error-text/form-control-error-text.js +0 -52
  799. package/dist/collection/utils/get-computed-theme.js +0 -50
  800. package/dist/esm/business-form-types-8fd61b0e.js +0 -50
  801. package/dist/esm/button-34e75e0f.js +0 -24
  802. package/dist/esm/check-pkg-version-434f72bf.js +0 -22
  803. package/dist/esm/checkouts-list-filters.entry.js +0 -31
  804. package/dist/esm/checkouts-table-cd33b57c.js +0 -43
  805. package/dist/esm/dispute-4d2e0a04.js +0 -10
  806. package/dist/esm/exported-parts-70e7a12b.js +0 -7
  807. package/dist/esm/form-control-checkbox_9.entry.js +0 -629
  808. package/dist/esm/form-control-error-text.entry.js +0 -17
  809. package/dist/esm/form-control-textarea.entry.js +0 -45
  810. package/dist/esm/justifi-additional-statement_11.entry.js +0 -159
  811. package/dist/esm/justifi-bank-account-form.entry.js +0 -75
  812. package/dist/esm/justifi-card-form.entry.js +0 -76
  813. package/dist/esm/justifi-new-payment-method_5.entry.js +0 -312
  814. package/dist/esm/justifi-payment-form.entry.js +0 -137
  815. package/dist/esm/justifi-payment-method-selector.entry.js +0 -30
  816. package/dist/esm/pagination-menu_2.entry.js +0 -49
  817. package/dist/esm/payments-list-filters.entry.js +0 -36
  818. package/dist/esm/payments-table-bba91324.js +0 -27
  819. package/dist/esm/payouts-list-filters.entry.js +0 -20
  820. package/dist/esm/payouts-table-edff9bbe.js +0 -33
  821. package/dist/esm/skeleton-145a80d4.js +0 -41
  822. package/dist/esm/styled-host-e0ddb759.js +0 -12
  823. package/dist/esm/terminals-list-filters.entry.js +0 -28
  824. package/dist/esm/terminals-table-dc787616.js +0 -28
  825. package/dist/esm/utils-218275b7.js +0 -27
  826. package/dist/esm/utils-4006c425.js +0 -33
  827. package/dist/module/Analytics.js +0 -78
  828. package/dist/module/business-form-types.js +0 -50
  829. package/dist/module/checkouts-list-filters.d.ts +0 -11
  830. package/dist/module/checkouts-list-filters.js +0 -6
  831. package/dist/module/checkouts-list-filters2.js +0 -80
  832. package/dist/module/counter-dispute.js +0 -189
  833. package/dist/module/dispute-reason.js +0 -45
  834. package/dist/module/exported-parts.js +0 -7
  835. package/dist/module/form-control-error-text.d.ts +0 -11
  836. package/dist/module/form-control-error-text2.js +0 -35
  837. package/dist/module/justifi-bank-account-form.d.ts +0 -11
  838. package/dist/module/justifi-bank-account-form.js +0 -104
  839. package/dist/module/justifi-card-form.js +0 -106
  840. package/dist/module/justifi-counter-dispute.d.ts +0 -11
  841. package/dist/module/justifi-counter-dispute.js +0 -6
  842. package/dist/module/justifi-dispute-reason.d.ts +0 -11
  843. package/dist/module/justifi-dispute-reason.js +0 -6
  844. package/dist/module/justifi-payment-form.js +0 -216
  845. package/dist/module/justifi-payment-method-form.d.ts +0 -11
  846. package/dist/module/justifi-payment-method-form.js +0 -6
  847. package/dist/module/justifi-payment-method-selector.d.ts +0 -11
  848. package/dist/module/justifi-payment-method-selector.js +0 -6
  849. package/dist/module/payment-method-selector.js +0 -47
  850. package/dist/module/payments-list-filters.js +0 -6
  851. package/dist/module/payments-list-filters2.js +0 -97
  852. package/dist/module/payouts-list-filters.js +0 -6
  853. package/dist/module/payouts-list-filters2.js +0 -69
  854. package/dist/module/terminals-list-filters.d.ts +0 -11
  855. package/dist/module/terminals-list-filters.js +0 -6
  856. package/dist/module/utils5.js +0 -27
  857. package/dist/types/components/bank-account-form/bank-account-form.d.ts +0 -62
  858. package/dist/types/components/business-forms/utils/business-form-types.d.ts +0 -76
  859. package/dist/types/components/card-form/card-form.d.ts +0 -72
  860. package/dist/types/components/dispute-management/counter-dispute/additional-statement.d.ts +0 -3
  861. package/dist/types/components/dispute-management/counter-dispute/cancellation-policy.d.ts +0 -3
  862. package/dist/types/components/dispute-management/counter-dispute/counter-dispute.d.ts +0 -14
  863. package/dist/types/components/dispute-management/counter-dispute/customer-details.d.ts +0 -3
  864. package/dist/types/components/dispute-management/counter-dispute/dispute-reason.d.ts +0 -3
  865. package/dist/types/components/dispute-management/counter-dispute/duplicate-charge.d.ts +0 -3
  866. package/dist/types/components/dispute-management/counter-dispute/electronic-evidence.d.ts +0 -3
  867. package/dist/types/components/dispute-management/counter-dispute/product-or-service.d.ts +0 -4
  868. package/dist/types/components/dispute-management/counter-dispute/refund-policy.d.ts +0 -3
  869. package/dist/types/components/dispute-management/counter-dispute/shipping-details.d.ts +0 -3
  870. package/dist/types/components/dispute-management/dispute.d.ts +0 -7
  871. package/dist/types/components/payment-form/payment-form.d.ts +0 -36
  872. package/dist/types/components/payment-form/payment-method-selector.d.ts +0 -10
  873. package/dist/types/components/payment-form/tokenize.d.ts +0 -5
  874. package/dist/types/components/payment-method-form/message-event-types.d.ts +0 -16
  875. package/dist/types/components/payment-method-form/payment-method-form.d.ts +0 -25
  876. package/dist/types/ui-components/form/form-helpers/form-control-error-text/form-control-error-text.d.ts +0 -5
  877. package/dist/types/utils/get-computed-theme.d.ts +0 -3
  878. package/dist/webcomponents/p-08b0fb31.js +0 -1
  879. package/dist/webcomponents/p-0a963f7e.entry.js +0 -1
  880. package/dist/webcomponents/p-0d6ddff2.js +0 -1
  881. package/dist/webcomponents/p-0fbab710.entry.js +0 -1
  882. package/dist/webcomponents/p-10277025.entry.js +0 -1
  883. package/dist/webcomponents/p-157ddb71.entry.js +0 -1
  884. package/dist/webcomponents/p-17984027.entry.js +0 -1
  885. package/dist/webcomponents/p-229f2096.entry.js +0 -1
  886. package/dist/webcomponents/p-2338affa.js +0 -1
  887. package/dist/webcomponents/p-286b87ab.js +0 -1
  888. package/dist/webcomponents/p-28bd6dcd.js +0 -1
  889. package/dist/webcomponents/p-2f422aad.entry.js +0 -1
  890. package/dist/webcomponents/p-3186d1fb.entry.js +0 -1
  891. package/dist/webcomponents/p-3c654c07.js +0 -1
  892. package/dist/webcomponents/p-3ec27a31.entry.js +0 -1
  893. package/dist/webcomponents/p-3ed7fc42.entry.js +0 -1
  894. package/dist/webcomponents/p-4046e45c.entry.js +0 -1
  895. package/dist/webcomponents/p-420adedb.entry.js +0 -1
  896. package/dist/webcomponents/p-4408a32d.js +0 -1
  897. package/dist/webcomponents/p-448826a7.entry.js +0 -1
  898. package/dist/webcomponents/p-44d3f5ed.js +0 -1
  899. package/dist/webcomponents/p-469804a9.entry.js +0 -1
  900. package/dist/webcomponents/p-486da67e.entry.js +0 -1
  901. package/dist/webcomponents/p-4a5e5574.entry.js +0 -1
  902. package/dist/webcomponents/p-54145a37.entry.js +0 -1
  903. package/dist/webcomponents/p-56d84fb3.entry.js +0 -1
  904. package/dist/webcomponents/p-59959934.entry.js +0 -1
  905. package/dist/webcomponents/p-5e7c60d8.js +0 -1
  906. package/dist/webcomponents/p-673cf8c4.js +0 -1
  907. package/dist/webcomponents/p-69527219.entry.js +0 -1
  908. package/dist/webcomponents/p-6cc30da2.js +0 -1
  909. package/dist/webcomponents/p-72819173.entry.js +0 -1
  910. package/dist/webcomponents/p-74340f69.entry.js +0 -1
  911. package/dist/webcomponents/p-74da98da.js +0 -1
  912. package/dist/webcomponents/p-81635086.entry.js +0 -1
  913. package/dist/webcomponents/p-91de21cc.js +0 -1
  914. package/dist/webcomponents/p-95ec39f6.entry.js +0 -1
  915. package/dist/webcomponents/p-9690eca9.entry.js +0 -1
  916. package/dist/webcomponents/p-9c9c7dac.js +0 -1
  917. package/dist/webcomponents/p-a76ece26.js +0 -1
  918. package/dist/webcomponents/p-a7830e98.entry.js +0 -1
  919. package/dist/webcomponents/p-a856444a.entry.js +0 -1
  920. package/dist/webcomponents/p-a8b4f429.js +0 -1
  921. package/dist/webcomponents/p-a9775002.entry.js +0 -1
  922. package/dist/webcomponents/p-ada9ac19.entry.js +0 -1
  923. package/dist/webcomponents/p-b607a07f.entry.js +0 -1
  924. package/dist/webcomponents/p-bfb990fc.entry.js +0 -1
  925. package/dist/webcomponents/p-c1bf9285.entry.js +0 -1
  926. package/dist/webcomponents/p-c3fb5d3a.entry.js +0 -1
  927. package/dist/webcomponents/p-c420cb7d.entry.js +0 -1
  928. package/dist/webcomponents/p-c5175bd7.js +0 -1
  929. package/dist/webcomponents/p-cd19c597.entry.js +0 -1
  930. package/dist/webcomponents/p-ce94232f.js +0 -1
  931. package/dist/webcomponents/p-d09e9336.entry.js +0 -1
  932. package/dist/webcomponents/p-d1f75fa6.js +0 -1
  933. package/dist/webcomponents/p-d2eb61e6.entry.js +0 -1
  934. package/dist/webcomponents/p-d516e700.js +0 -1
  935. package/dist/webcomponents/p-daa7872f.entry.js +0 -1
  936. package/dist/webcomponents/p-dcb288a3.entry.js +0 -1
  937. package/dist/webcomponents/p-dd43bf3d.entry.js +0 -1
  938. package/dist/webcomponents/p-df3ca87f.entry.js +0 -1
  939. package/dist/webcomponents/p-df5a1202.entry.js +0 -1
  940. package/dist/webcomponents/p-e2ce097c.js +0 -1
  941. package/dist/webcomponents/p-e5790011.entry.js +0 -1
  942. package/dist/webcomponents/p-e69b2ff8.entry.js +0 -1
  943. package/dist/webcomponents/p-e9919d54.entry.js +0 -1
  944. package/dist/webcomponents/p-e99957ff.entry.js +0 -1
  945. package/dist/webcomponents/p-eab21e1f.entry.js +0 -1
  946. package/dist/webcomponents/p-eb9ba917.entry.js +0 -1
  947. package/dist/webcomponents/p-ed05a597.entry.js +0 -1
  948. package/dist/webcomponents/p-ed95feec.entry.js +0 -1
  949. package/dist/webcomponents/p-f698d6d9.entry.js +0 -1
  950. package/dist/webcomponents/p-fad19d75.js +0 -2
  951. package/dist/webcomponents/p-fea520c6.entry.js +0 -1
  952. package/dist/webcomponents/p-ff4bac14.entry.js +0 -1
  953. package/dist/webcomponents/p-ffe27126.entry.js +0 -1
  954. package/dist/webcomponents/webcomponents.css +0 -6
  955. /package/dist/collection/{components/payment-form/tokenize.js → api/ComponentEvents.js} +0 -0
  956. /package/dist/collection/components/{payment-method-form → checkout}/payment-method-responses.js +0 -0
  957. /package/dist/types/components/{payment-method-form → checkout}/payment-method-responses.d.ts +0 -0
@@ -0,0 +1,41 @@
1
+ import { r as registerInstance, h } from './index-29fcfdf5.js';
2
+ import { B as Button } from './button-1886a33d.js';
3
+ import { C as dropdownMenu } from './parts-186d437f.js';
4
+
5
+ const hasFilters = (params) => {
6
+ const paginationKeys = ['after_cursor', 'before_cursor'];
7
+ const paramKeys = Object.keys(params);
8
+ const filterKeys = paramKeys.filter((paramKey) => !paginationKeys.includes(paramKey));
9
+ return !!filterKeys.length;
10
+ };
11
+
12
+ const TableFiltersMenu = class {
13
+ constructor(hostRef) {
14
+ registerInstance(this, hostRef);
15
+ this.anchorButton = undefined;
16
+ this.menu = undefined;
17
+ this.showClearButton = false;
18
+ this.params = undefined;
19
+ this.clearParams = undefined;
20
+ }
21
+ watchParamsHandler(newValue) {
22
+ this.showClearButton = hasFilters(newValue);
23
+ }
24
+ show() {
25
+ this.menu.classList.add('show');
26
+ }
27
+ hide() {
28
+ this.menu.classList.remove('show');
29
+ }
30
+ componentWillLoad() {
31
+ this.showClearButton = hasFilters(this.params);
32
+ }
33
+ render() {
34
+ return (h("div", { key: 'b50b85bc459e9f217a70c49505479944572b5daf', class: "d-flex gap-2" }, h("div", { key: 'eedc2d34795d42f10b1db7b7f163096f06b519ff', class: "dropdown pb-3" }, h(Button, { key: '97d365b9c8ac6e5f33fa98768ffa55b988c90a17', variant: "primary", type: "button dropdown-toggle", ref: (el) => (this.anchorButton = el), class: "btn btn-primary dropdown-toggle", "data-test-id": "open-filters-button", "data-bs-toggle": "dropdown" }, "Filters"), h("custom-popper", { key: 'e0f52c3aeb555de14d1e999818468debc59a9fa7', offset: [20, 10], strategy: "fixed", anchorRef: this.anchorButton, trigger: "click" }, h("form", { key: 'bd83ec6ea2949b2313078431c91c711682c5ed53', class: "dropdown-menu", part: dropdownMenu, "data-test-id": "filter-menu", ref: (el) => (this.menu = el), onSubmit: (e) => e.preventDefault() }, h("slot", { key: '08a53808fffd6f029ac83229fa86d13bacf39a7b' })))), h("div", { key: 'f28533474420ac5d80ba3ab6bb5e919ebf644779' }, h(Button, { key: 'cde26e935489d12a34758cf766bcb87296e0f5e8', variant: "secondary", onClick: () => this.clearParams(), hidden: !this.showClearButton, "data-test-id": "clear-filters-button" }, "Clear Filters"))));
35
+ }
36
+ static get watchers() { return {
37
+ "params": ["watchParamsHandler"]
38
+ }; }
39
+ };
40
+
41
+ export { TableFiltersMenu as table_filters_menu };
@@ -1,40 +1,35 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-57431c24.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-29fcfdf5.js';
2
2
  import './Checkout-0b4086f8.js';
3
3
  import { p as pagingDefaults } from './Pagination-afc8f96d.js';
4
- import './Payment-2a868d0c.js';
4
+ import './Payment-4f72d277.js';
5
5
  import './SubAccount-99a00594.js';
6
- import { T as Table, a as TableLoadingState, b as TableEmptyState, c as TableErrorState } from './table-44e3d1e7.js';
7
- import { o as onFilterChange } from './utils-4006c425.js';
8
- import { t as terminalTableColumns, a as terminalTableCells } from './terminals-table-dc787616.js';
6
+ import { n as table, o as tableCell } from './parts-186d437f.js';
7
+ import { T as TableClickActions, a as Table, b as TableLoadingState, c as TableEmptyState, d as TableErrorState } from './event-types-01dcdcbd.js';
8
+ import { t as terminalTableColumns, a as terminalTableCells } from './terminals-table-8e42977c.js';
9
+ import { o as onQueryParamsChange, q as queryParams } from './terminals-list-params-state-2c48d35f.js';
10
+ import './Dispute-5fd28ec9.js';
11
+ import './spinner-879489b3.js';
12
+ import './index-a47fdc7f.js';
9
13
 
10
14
  const TerminalsListCore = class {
11
15
  constructor(hostRef) {
12
16
  registerInstance(this, hostRef);
13
- this.rowClicked = createEvent(this, "terminal-row-clicked", 7);
17
+ this.clickEvent = createEvent(this, "click-event", 7);
14
18
  this.errorEvent = createEvent(this, "error-event", 7);
15
19
  this.handleClickPrevious = (beforeCursor) => {
16
- const newParams = Object.assign({}, this.params);
17
- delete newParams.after_cursor;
18
- this.params = Object.assign(Object.assign({}, newParams), { before_cursor: beforeCursor });
20
+ this.pagingParams = { before_cursor: beforeCursor };
21
+ this.clickEvent.emit({ name: TableClickActions.previous });
19
22
  };
20
23
  this.handleClickNext = (afterCursor) => {
21
- const newParams = Object.assign({}, this.params);
22
- delete newParams.before_cursor;
23
- this.params = Object.assign(Object.assign({}, newParams), { after_cursor: afterCursor });
24
+ this.pagingParams = { after_cursor: afterCursor };
25
+ this.clickEvent.emit({ name: TableClickActions.next });
24
26
  };
25
27
  this.rowClickHandler = (e) => {
26
28
  const clickedTerminalID = e.target.closest('tr').dataset.rowEntityId;
27
29
  if (!clickedTerminalID)
28
30
  return;
29
- this.rowClicked.emit(this.terminals.find((terminal) => terminal.id === clickedTerminalID));
30
- };
31
- this.setParamsOnChange = (name, value) => {
32
- let newParams = { [name]: value };
33
- this.params = onFilterChange(newParams, this.params);
34
- };
35
- this.clearParams = () => {
36
- this.errorMessage = '';
37
- this.params = {};
31
+ const terminalData = this.terminals.find((terminal) => terminal.id === clickedTerminalID);
32
+ this.clickEvent.emit({ name: TableClickActions.row, data: terminalData });
38
33
  };
39
34
  this.getTerminals = undefined;
40
35
  this.getSubAccounts = undefined;
@@ -45,21 +40,28 @@ const TerminalsListCore = class {
45
40
  this.loading = true;
46
41
  this.errorMessage = undefined;
47
42
  this.paging = pagingDefaults;
48
- this.params = {};
43
+ this.pagingParams = {};
49
44
  }
50
45
  updateOnPropChange() {
51
- this.fetchTerminals();
46
+ this.fetchData();
52
47
  }
53
48
  componentWillLoad() {
54
49
  this.terminalsTable = new Table(this.terminals, this.columns, terminalTableColumns, terminalTableCells);
55
50
  if (this.getTerminals && this.getSubAccounts) {
56
- this.fetchTerminals();
51
+ this.fetchData();
57
52
  }
53
+ onQueryParamsChange('set', () => {
54
+ this.pagingParams = {};
55
+ });
56
+ onQueryParamsChange('reset', () => {
57
+ this.pagingParams = {};
58
+ this.errorMessage = '';
59
+ });
58
60
  }
59
- fetchTerminals() {
61
+ fetchData() {
60
62
  this.loading = true;
61
63
  this.getTerminals({
62
- params: this.params,
64
+ params: this.requestParams,
63
65
  onSuccess: async ({ terminals, pagingInfo }) => {
64
66
  this.terminals = terminals;
65
67
  this.paging = pagingInfo;
@@ -106,6 +108,10 @@ const TerminalsListCore = class {
106
108
  },
107
109
  });
108
110
  }
111
+ get requestParams() {
112
+ const combinedParams = Object.assign(Object.assign({}, queryParams), this.pagingParams);
113
+ return combinedParams;
114
+ }
109
115
  get subAccountParams() {
110
116
  let accountIdNumbers = this.terminals.map((terminal) => terminal.account_id);
111
117
  let uniqueAccountIds = [...new Set(accountIdNumbers)];
@@ -125,10 +131,11 @@ const TerminalsListCore = class {
125
131
  return !this.showEmptyState && !this.showErrorState && !this.loading;
126
132
  }
127
133
  render() {
128
- return (h("div", { key: 'd022a41666a6483bcb405bfe477b7eba1e5ca5dd' }, h("terminals-list-filters", { key: 'cb0d38d4b51c5cb9482c1f567dce4462bf12a055', params: this.params, setParamsOnChange: this.setParamsOnChange, clearParams: this.clearParams }), h("div", { key: '82cbf05382d9ecaf0d01c4e0b5f61618b1442690', class: "table-wrapper" }, h("table", { key: '5c8bd36b6523cf56542b016e3195188781b2cb03', class: "table table-hover" }, h("thead", { key: 'f35d86ae84f673437e0fc51ad3e26b1839153590', class: "table-head sticky-top", part: "table-head" }, h("tr", { key: '7727a4e30dddd62d6dc3c405c7ca505f91a71643', class: "table-light text-nowrap", part: "table-head-row" }, this.terminalsTable.columnData.map((column) => column))), h("tbody", { key: '4e0ee2053a33622037e7961ec289036e52632e3f', class: "table-body", part: "table-body" }, h(TableLoadingState, { key: '96cb647d4f5c2e4a1ecb33be46b868e1318762ca', columnSpan: this.terminalsTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: '062aeeb69a149b2f15e49c81bb3bd16a6d5a5dfd', isEmpty: this.showEmptyState, columnSpan: this.terminalsTable.columnKeys.length }), h(TableErrorState, { key: '750a04c3ecb53271b3affced7e9245733c64bd57', columnSpan: this.terminalsTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.terminalsTable.rowData.map((data, index) => (h("tr", { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler, part: `table-row ${index % 2 ? "table-row-even" : "table-row-odd"}` }, data)))), this.paging && (h("tfoot", { key: '19edc599b2ccd6212c03045b754fe251335fa665', class: "sticky-bottom" }, h("tr", { key: 'dd793c33355dd6b0448e327a62b3cc08a0d09bad', class: "table-light align-middle" }, h("td", { key: '0b142d2c1b658e1bb084741fa461d7f350c3449c', part: "pagination-bar", colSpan: this.terminalsTable.columnData.length }, h("pagination-menu", { key: '757d9ba17e1a768aa0bcf573a2d02b455bac3df3', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }), params: this.params })))))))));
134
+ return (h("div", { key: 'a293f76edb152df4636282a1bdb64526743ba62b' }, h("div", { key: '91c87549f3da243bcbc5e8c3f30690b4f3568312', class: "table-wrapper" }, h("table", { key: 'b8666ef07d7cddecfd576520004cb9ae369816d0', class: "table table-hover", part: table }, h("thead", { key: '82f882e9c8ad8cb8b86fdd8054b2db202f31aee6', class: "table-head sticky-top" }, h("tr", { key: 'db96b27008b1cdfb394f7480d163ba98a564e654', class: "table-light text-nowrap" }, this.terminalsTable.columnData.map((column) => column))), h("tbody", { key: 'afe168ca0facd25953f8e23c82ee40b37ff56418', class: "table-body" }, h(TableLoadingState, { key: 'fa4a276edaa35687efd922d987b51248670aad4c', columnSpan: this.terminalsTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: 'a7450b6fc3b6e659c46c57c4bb1e06c8102da809', isEmpty: this.showEmptyState, columnSpan: this.terminalsTable.columnKeys.length }), h(TableErrorState, { key: '89894e4c62d1ec4b4d10f1ca8fd50098e655dcf1', columnSpan: this.terminalsTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.terminalsTable.rowData.map((data, index) => (h("tr", { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h("tfoot", { key: 'ba93ff43a8562b4e77b48a0a026d75d9f84e5249', class: "sticky-bottom" }, h("tr", { key: 'bd75b89450eec1db55c7e92b2e79eab559605bba', class: "table-light align-middle" }, h("td", { key: 'b27b8a0bbe6c2d38393684752809d5e909948567', part: tableCell, colSpan: this.terminalsTable.columnData.length }, h("pagination-menu", { key: '959649b1f3c8099c5b929543557823eccd3e9dd9', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) })))))))));
129
135
  }
130
136
  static get watchers() { return {
131
- "params": ["updateOnPropChange"],
137
+ "queryParams": ["updateOnPropChange"],
138
+ "pagingParams": ["updateOnPropChange"],
132
139
  "getTerminals": ["updateOnPropChange"],
133
140
  "getSubAccounts": ["updateOnPropChange"],
134
141
  "columns": ["updateOnPropChange"]
@@ -0,0 +1,10 @@
1
+ import { c as createStore } from './index-a47fdc7f.js';
2
+
3
+ const initialState = {};
4
+ const terminalsListQueryParams = createStore(() => initialState);
5
+ const { state: queryParams, on: onQueryParamsChange } = terminalsListQueryParams;
6
+ const clearParams = () => {
7
+ terminalsListQueryParams.reset();
8
+ };
9
+
10
+ export { clearParams as c, onQueryParamsChange as o, queryParams as q };
@@ -0,0 +1,29 @@
1
+ import { h } from './index-29fcfdf5.js';
2
+ import { k as tableHeadCell, m as getAlternateTableCellPart } from './parts-186d437f.js';
3
+
4
+ const MapTerminalStatusToBadge = (status) => {
5
+ switch (status) {
6
+ case 'connected':
7
+ return "<span class='badge bg-success' title='This terminal is connected.'>Connected</span>";
8
+ case 'disconnected':
9
+ return "<span class='badge bg-danger' title='This terminal is disconnected.'>Disconnected</span>";
10
+ case 'unknown':
11
+ return "<span class='badge bg-secondary' title='The status of this terminal is unknown'>Unknown</span>";
12
+ }
13
+ };
14
+
15
+ const defaultColumnsKeys = 'nickname,provider_id,status';
16
+ const terminalTableColumns = {
17
+ nickname: () => (h("th", { part: tableHeadCell, scope: "col", title: "The nickname associated with the terminal" }, "Nickname")),
18
+ provider_id: () => (h("th", { part: tableHeadCell, scope: "col", title: "The provider ID of the terminal" }, "Provider ID")),
19
+ sub_account_name: () => (h("th", { part: tableHeadCell, scope: "col", title: "The sub account associated with the terminal" }, "Sub Account")),
20
+ status: () => (h("th", { part: tableHeadCell, scope: "col", title: "The current status of each terminal" }, "Status")),
21
+ };
22
+ const terminalTableCells = {
23
+ nickname: (value, index) => (h("td", { part: getAlternateTableCellPart(index) }, value)),
24
+ provider_id: (value, index) => (h("td", { part: getAlternateTableCellPart(index) }, value)),
25
+ sub_account_name: (value, index) => (h("td", { part: getAlternateTableCellPart(index) }, value)),
26
+ status: (value, index) => (h("td", { part: getAlternateTableCellPart(index), innerHTML: MapTerminalStatusToBadge(value) })),
27
+ };
28
+
29
+ export { terminalTableCells as a, defaultColumnsKeys as d, terminalTableColumns as t };
@@ -3924,7 +3924,9 @@ const convertToLocal = (dateString, options) => {
3924
3924
  if (!dateString)
3925
3925
  return '';
3926
3926
  const dateObj = new Date(dateString);
3927
- const localDate = new Date(dateObj.toLocaleString('en-US', { timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone }));
3927
+ const localDate = new Date(dateObj.toLocaleString('en-US', {
3928
+ timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone,
3929
+ }));
3928
3930
  if (showDisplayDate) {
3929
3931
  return format(localDate, 'MMM d, yyyy');
3930
3932
  }
@@ -3935,7 +3937,7 @@ const convertToLocal = (dateString, options) => {
3935
3937
  return format(localDate, 'h:mmaaa');
3936
3938
  }
3937
3939
  else if (showInputDateTime) {
3938
- return format(localDate, 'yyyy-MM-dd\'T\'HH:mm');
3940
+ return format(localDate, "yyyy-MM-dd'T'HH:mm");
3939
3941
  }
3940
3942
  };
3941
3943
  // String Manipulation
@@ -3959,31 +3961,30 @@ function isEmptyObject(obj) {
3959
3961
  const isInRange = (num, min, max) => {
3960
3962
  return num >= min && num <= max;
3961
3963
  };
3962
- // Font Loading
3963
- async function loadFontsOnParent() {
3964
- const parent = document.body;
3965
- const fontsToLoad = extractComputedFontsToLoad();
3966
- if (!parent || !fontsToLoad) {
3967
- return null;
3968
- }
3969
- // Construct the font URL
3970
- const fontHref = `https://fonts.googleapis.com/css2?family=${fontsToLoad}&display=swap`;
3971
- // Check if a link element with the same href already exists
3972
- const existingFontLink = Array.from(document.querySelectorAll('link')).find((link) => link.href === fontHref);
3973
- // If the font link already exists, there's no need to append a new one
3974
- if (existingFontLink) {
3975
- return;
3976
- }
3977
- // This approach is needed to load the font in a parent of the component
3978
- const fonts = document.createElement('link');
3979
- fonts.rel = 'stylesheet';
3980
- fonts.href = fontHref;
3981
- parent.append(fonts);
3982
- }
3983
- function extractComputedFontsToLoad() {
3984
- var _a;
3985
- const computedStyles = getComputedStyle(document.body);
3986
- return (((_a = computedStyles === null || computedStyles === void 0 ? void 0 : computedStyles.getPropertyValue('--jfi-load-google-font')) === null || _a === void 0 ? void 0 : _a.trim().replace(/'|"/g, '').replace(' ', '+')) || null);
3987
- }
3988
-
3989
- export { formatDate as a, formatCurrency as b, convertToLocal as c, formatDisplayDate as d, formatMediumDate as e, formatTime as f, convertToUTC as g, snakeToCamel as h, isEmptyObject as i, isInRange as j, formatTimeSeconds as k, loadFontsOnParent as l, snakeCaseToHumanReadable as s };
3964
+ function removeAttribute(htmlString, attribute) {
3965
+ const tempDiv = document.createElement('div');
3966
+ tempDiv.innerHTML = htmlString;
3967
+ const elementsWithStyle = tempDiv.querySelectorAll(`[${attribute}]`);
3968
+ elementsWithStyle.forEach((element) => {
3969
+ element.removeAttribute(attribute);
3970
+ });
3971
+ return tempDiv.innerHTML;
3972
+ }
3973
+ function addAttribute(htmlString, tagName, attribute, value) {
3974
+ const tempDiv = document.createElement('div');
3975
+ tempDiv.innerHTML = htmlString;
3976
+ const elements = tempDiv.getElementsByTagName(tagName);
3977
+ Array.from(elements).forEach((element) => {
3978
+ element.setAttribute(attribute, value);
3979
+ });
3980
+ return tempDiv.innerHTML;
3981
+ }
3982
+ function processHTML(htmlString, functions) {
3983
+ let processedHTML = htmlString;
3984
+ functions.forEach((func) => {
3985
+ processedHTML = func(processedHTML);
3986
+ });
3987
+ return processedHTML;
3988
+ }
3989
+
3990
+ export { formatDate as a, formatCurrency as b, convertToLocal as c, convertToUTC as d, formatDisplayDate as e, formatTime as f, addAttribute as g, formatMediumDate as h, isEmptyObject as i, snakeToCamel as j, isInRange as k, formatTimeSeconds as l, processHTML as p, removeAttribute as r, snakeCaseToHumanReadable as s };
@@ -0,0 +1,22 @@
1
+ import { h } from './index-29fcfdf5.js';
2
+ import { t as text, h as heading2, e as heading1 } from './parts-186d437f.js';
3
+
4
+ const ErrorState = (errorMessage) => (h("main", { class: "p-4 d-flex justify-content-center text-center", style: { fontSize: '1.2rem' } },
5
+ h("p", { part: text }, errorMessage)));
6
+ const DetailSectionTitle = (props) => (h("h2", { part: heading2, class: "mt-4 fs-5 border-bottom pb-3" }, props.sectionTitle));
7
+ const DetailItem = ({ title, value, }) => title && value ? (h("div", { class: "d-table-row gap-2" },
8
+ h("span", { class: "fw-bold d-table-cell px-2", part: text }, title),
9
+ h("span", { class: "flex-1 d-table-cell px-2 text-wrap", part: text, innerHTML: value }))) : null;
10
+ const EntityHeadInfoItem = ({ title, value, classes, }) => (h("div", { class: `d-flex flex-column ${classes}` },
11
+ h("span", { class: "fw-bold border-1 border-bottom ps-2 pe-2", part: heading2 }, title),
12
+ h("span", { class: "pt-2 ps-2 pe-2", part: text }, value)));
13
+ const EntityHeadInfo = ({ title, slot, badge }, children) => (h("div", { slot: slot, class: "p-2" },
14
+ h("div", { class: "d-flex flex-row align-items-center gap-2 mb-2" },
15
+ h("h1", { class: "m-0", part: heading1 }, title),
16
+ badge),
17
+ h("div", { class: "d-flex flex-row align-items-top", part: text }, children)));
18
+ const CodeBlock = ({ metadata }) => metadata && Object.keys(metadata).length ? (h("div", { class: 'mt-4' },
19
+ h("pre", { class: "p-2", "aria-label": "metadata content" },
20
+ h("code", null, JSON.stringify(metadata, null, 2))))) : null;
21
+
22
+ export { CodeBlock as C, DetailSectionTitle as D, ErrorState as E, EntityHeadInfo as a, EntityHeadInfoItem as b, DetailItem as c };
@@ -1,5 +1,5 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-57431c24.js';
2
- export { s as setNonce } from './index-57431c24.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-29fcfdf5.js';
2
+ export { s as setNonce } from './index-29fcfdf5.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  /*
@@ -16,5 +16,5 @@ var patchBrowser = () => {
16
16
 
17
17
  patchBrowser().then(async (options) => {
18
18
  await globalScripts();
19
- return bootstrapLazy(JSON.parse("[[\"form-control-error-text\",[[0,\"form-control-error-text\",{\"errorText\":[1,\"error-text\"],\"name\":[1]}]]],[\"justifi-payment-provisioning\",[[0,\"justifi-payment-provisioning\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formTitle\":[1,\"form-title\"],\"postProvisioning\":[32],\"getBusiness\":[32]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}]]],[\"justifi-dispute-management\",[[1,\"justifi-dispute-management\"]]],[\"justifi-business-form\",[[1,\"justifi-business-form\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"hideErrors\":[4,\"hide-errors\"],\"formTitle\":[1,\"form-title\"],\"removeTitle\":[4,\"remove-title\"],\"isLoading\":[32],\"errorMessage\":[32]}]]],[\"justifi-checkout\",[[4,\"justifi-checkout\",{\"iframeOrigin\":[1,\"iframe-origin\"],\"authToken\":[1,\"auth-token\"],\"checkoutId\":[1,\"checkout-id\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"disableBnpl\":[4,\"disable-bnpl\"],\"disablePaymentMethodGroup\":[4,\"disable-payment-method-group\"],\"getCheckout\":[32],\"complete\":[32],\"errorMessage\":[32],\"fillBillingForm\":[64]},null,{\"authToken\":[\"propChanged\"],\"checkoutId\":[\"propChanged\"]}]]],[\"justifi-tokenize-payment-method\",[[1,\"justifi-tokenize-payment-method\",{\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"isLoading\":[4,\"is-loading\"],\"submitButtonText\":[1,\"submit-button-text\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"tokenizePaymentMethod\":[64],\"fillBillingForm\":[64]}]]],[\"justifi-payments-list\",[[1,\"justifi-payments-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getPayments\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-terminals-list\",[[1,\"justifi-terminals-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getTerminals\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-checkouts-list\",[[1,\"justifi-checkouts-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getCheckouts\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payment-form\",[[1,\"justifi-payment-form\",{\"bankAccount\":[4,\"bank-account\"],\"card\":[4],\"email\":[1],\"clientId\":[1,\"client-id\"],\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"submitButtonText\":[1,\"submit-button-text\"],\"submitButtonEnabled\":[32],\"isLoading\":[32],\"selectedPaymentMethodType\":[32],\"fillBillingForm\":[64],\"enableSubmitButton\":[64],\"disableSubmitButton\":[64]}]]],[\"justifi-payouts-list\",[[1,\"justifi-payouts-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getPayouts\":[32],\"getPayoutCSV\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-business-details\",[[1,\"justifi-business-details\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"errorMessage\":[32],\"getBusiness\":[32]}]]],[\"form-control-monetary\",[[0,\"form-control-monetary\",{\"label\":[1],\"name\":[1],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"maskOptions\":[8,\"mask-options\"],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"justifi-refund-form\",[[1,\"justifi-refund-form\",{\"authToken\":[1,\"auth-token\"],\"paymentId\":[1,\"payment-id\"],\"amount\":[2],\"submitButtonText\":[1,\"submit-button-text\"],\"withButton\":[4,\"with-button\"],\"refundInfoText\":[1,\"refund-info-text\"],\"errors\":[32],\"isSubmitting\":[32]}]]],[\"form-control-number\",[[0,\"form-control-number\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"justifi-payment-details\",[[1,\"justifi-payment-details\",{\"paymentId\":[1,\"payment-id\"],\"authToken\":[1,\"auth-token\"],\"getPaymentDetails\":[32],\"errorMessage\":[32]},null,{\"paymentId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payout-details\",[[1,\"justifi-payout-details\",{\"payoutId\":[1,\"payout-id\"],\"authToken\":[1,\"auth-token\"],\"getPayout\":[32],\"getPayoutCSV\":[32],\"errorMessage\":[32]},null,{\"payoutId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-bank-account-form\",[[0,\"justifi-bank-account-form\",{\"validationMode\":[1025,\"validation-mode\"],\"iframeOrigin\":[1025,\"iframe-origin\"],\"internalStyleOverrides\":[32],\"tokenize\":[64],\"validate\":[64],\"resize\":[64]},[[0,\"paymentMethodFormReady\",\"readyHandler\"],[0,\"paymentMethodFormTokenized\",\"tokenizeHandler\"],[0,\"paymentMethodFormValidated\",\"validateHandler\"]]]]],[\"justifi-card-form\",[[0,\"justifi-card-form\",{\"validationMode\":[1025,\"validation-mode\"],\"iframeOrigin\":[1025,\"iframe-origin\"],\"singleLine\":[4,\"single-line\"],\"internalStyleOverrides\":[32],\"tokenize\":[64],\"validate\":[64],\"resize\":[64]},[[0,\"paymentMethodFormReady\",\"readyHandler\"],[0,\"paymentMethodFormTokenized\",\"tokenizeHandler\"],[0,\"paymentMethodFormValidated\",\"validateHandler\"]]]]],[\"custom-popper_4\",[[0,\"form-control-select\",{\"name\":[8],\"label\":[1],\"options\":[16],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-text\",{\"name\":[8],\"label\":[1],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"maxLength\":[2,\"max-length\"],\"keyDownHandler\":[16],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-tooltip\",{\"helpText\":[1,\"help-text\"],\"anchorIcon\":[32],\"tooltip\":[32]},[[0,\"showEvent\",\"show\"],[0,\"hideEvent\",\"hide\"]]],[4,\"custom-popper\",{\"placement\":[1],\"offset\":[16],\"strategy\":[1],\"trigger\":[1],\"anchorRef\":[16],\"isOpen\":[32]}]]],[\"justifi-additional-statement_11\",[[0,\"justifi-counter-dispute\",{\"currentStep\":[32],\"refs\":[32]}],[0,\"justifi-dispute-notification\"],[0,\"justifi-shipping-details\"],[0,\"justifi-customer-details\"],[0,\"justifi-duplicate-charge\"],[0,\"justifi-additional-statement\"],[0,\"justifi-cancellation-policy\"],[0,\"justifi-electronic-evidence\"],[0,\"justifi-refund-policy\"],[0,\"justifi-product-or-service\",{\"productOrService\":[32]}],[0,\"justifi-dispute-reason\"]]],[\"justifi-dispute-management-core\",[[0,\"justifi-dispute-management-core\",{\"showCounterDispute\":[32]},[[0,\"clickEvent\",\"counterDisputeHandler\"]]]]],[\"justifi-checkout-core\",[[1,\"justifi-checkout-core\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"authToken\":[1,\"auth-token\"],\"getCheckout\":[16],\"complete\":[16],\"checkoutId\":[1,\"checkout-id\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"disableBnpl\":[4,\"disable-bnpl\"],\"disablePaymentMethodGroup\":[4,\"disable-payment-method-group\"],\"hasLoadedFonts\":[32],\"checkout\":[32],\"serverError\":[32],\"renderState\":[32],\"creatingNewPaymentMethod\":[32],\"insuranceToggled\":[32],\"fillBillingForm\":[64]}]]],[\"gross-payment-chart-core\",[[0,\"gross-payment-chart-core\",{\"getGrossPayment\":[16],\"grossVolumeReport\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getGrossPayment\":[\"propChanged\"],\"grossVolumeReport\":[\"grossVolumeReportChanged\"]}]]],[\"justifi-gross-payment-chart\",[[1,\"justifi-gross-payment-chart\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"getGrossPayment\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-season-interruption-insurance\",[[1,\"justifi-season-interruption-insurance\",{\"authToken\":[1,\"auth-token\"],\"checkoutId\":[1,\"checkout-id\"],\"primaryIdentityFirstName\":[1,\"primary-identity-first-name\"],\"primaryIdentityLastName\":[1,\"primary-identity-last-name\"],\"primaryIdentityState\":[1,\"primary-identity-state\"],\"primaryIdentityPostalCode\":[1,\"primary-identity-postal-code\"],\"primaryIdentityCountry\":[1,\"primary-identity-country\"],\"primaryIdentityEmailAddress\":[1,\"primary-identity-email-address\"],\"policyAttributesInsurableAmount\":[2,\"policy-attributes-insurable-amount\"],\"policyAttributesStartDate\":[1,\"policy-attributes-start-date\"],\"policyAttributesEndDate\":[1,\"policy-attributes-end-date\"],\"coveredIdentityFirstName\":[1,\"covered-identity-first-name\"],\"coveredIdentityLastName\":[1,\"covered-identity-last-name\"],\"getQuote\":[32],\"toggleCoverage\":[32],\"quote\":[32],\"validate\":[64]}]]],[\"justifi-payment-provisioning-core\",[[1,\"justifi-payment-provisioning-core\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formTitle\":[1,\"form-title\"],\"getBusiness\":[16],\"postProvisioning\":[16],\"loading\":[32],\"businessProvisioned\":[32],\"currentStep\":[32],\"errorMessage\":[32]},[[0,\"formLoading\",\"handleFormLoading\"]]]]],[\"payments-list-core\",[[0,\"payments-list-core\",{\"getPayments\":[16],\"columns\":[1],\"payments\":[32],\"paymentsTable\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"params\":[32]},null,{\"params\":[\"updateOnPropChange\"],\"getPayments\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"terminals-list-core\",[[0,\"terminals-list-core\",{\"getTerminals\":[16],\"getSubAccounts\":[16],\"columns\":[1],\"terminals\":[32],\"terminalsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"params\":[32]},null,{\"params\":[\"updateOnPropChange\"],\"getTerminals\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"checkouts-list-core\",[[0,\"checkouts-list-core\",{\"getCheckouts\":[16],\"getSubAccounts\":[16],\"columns\":[1],\"checkouts\":[32],\"checkoutsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"params\":[32]},null,{\"params\":[\"updateOnPropChange\"],\"getCheckouts\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"payouts-list-core\",[[0,\"payouts-list-core\",{\"getPayouts\":[16],\"getSubAccounts\":[16],\"getPayoutCSV\":[16],\"columns\":[1],\"payouts\":[32],\"payoutsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"params\":[32]},null,{\"params\":[\"updateOnPropChange\"],\"getPayouts\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"]}]]],[\"business-details-core\",[[0,\"business-details-core\",{\"getBusiness\":[16],\"business\":[32],\"renderState\":[32],\"errorMessage\":[32]}]]],[\"payment-details-core\",[[0,\"payment-details-core\",{\"getPaymentDetails\":[16],\"payment\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getPaymentDetails\":[\"updateOnPropChange\"]}]]],[\"payout-details-core\",[[0,\"payout-details-core\",{\"getPayout\":[16],\"getPayoutCSV\":[16],\"payout\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getPayout\":[\"getPayoutWatcher\"]}]]],[\"justifi-payment-method-selector\",[[0,\"justifi-payment-method-selector\",{\"selectedPaymentMethodType\":[1,\"selected-payment-method-type\"]}]]],[\"justifi-season-interruption-insurance-core\",[[1,\"justifi-season-interruption-insurance-core\",{\"checkoutId\":[1,\"checkout-id\"],\"getQuote\":[16],\"toggleCoverage\":[16],\"primaryIdentityFirstName\":[1,\"primary-identity-first-name\"],\"primaryIdentityLastName\":[1,\"primary-identity-last-name\"],\"primaryIdentityState\":[1,\"primary-identity-state\"],\"primaryIdentityPostalCode\":[1,\"primary-identity-postal-code\"],\"primaryIdentityCountry\":[1,\"primary-identity-country\"],\"primaryIdentityEmailAddress\":[1,\"primary-identity-email-address\"],\"policyAttributesInsurableAmount\":[2,\"policy-attributes-insurable-amount\"],\"policyAttributesStartDate\":[1,\"policy-attributes-start-date\"],\"policyAttributesEndDate\":[1,\"policy-attributes-end-date\"],\"coveredIdentityFirstName\":[1,\"covered-identity-first-name\"],\"coveredIdentityLastName\":[1,\"covered-identity-last-name\"],\"quote\":[32],\"isLoading\":[32],\"accepted\":[32],\"validate\":[64]}]]],[\"pagination-menu_2\",[[0,\"pagination-menu\",{\"paging\":[16],\"params\":[16]}],[4,\"table-filters-menu\",{\"params\":[8],\"clearParams\":[16],\"anchorButton\":[32],\"menu\":[32],\"showClearButton\":[32]},[[0,\"showEvent\",\"show\"],[0,\"hideEvent\",\"hide\"]],{\"params\":[\"watchParamsHandler\"]}]]],[\"payments-list-filters\",[[0,\"payments-list-filters\",{\"params\":[16],\"setParamsOnChange\":[16],\"clearParams\":[16]}]]],[\"terminals-list-filters\",[[0,\"terminals-list-filters\",{\"params\":[16],\"setParamsOnChange\":[16],\"clearParams\":[16]}]]],[\"checkouts-list-filters\",[[0,\"checkouts-list-filters\",{\"params\":[16],\"setParamsOnChange\":[16],\"clearParams\":[16]}]]],[\"payouts-list-filters\",[[0,\"payouts-list-filters\",{\"params\":[16],\"setParamsOnChange\":[16],\"clearParams\":[16]}]]],[\"form-control-help-text\",[[0,\"form-control-help-text\",{\"helpText\":[1,\"help-text\"],\"name\":[1]}]]],[\"form-control-radio\",[[0,\"form-control-radio\",{\"label\":[1],\"name\":[8],\"value\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultChecked\":[4,\"default-checked\"],\"inputHandler\":[16],\"disabled\":[4]},null,{\"defaultChecked\":[\"handleDefaultValueChange\"]}]]],[\"justifi-details\",[[1,\"justifi-details\",{\"errorMessage\":[1,\"error-message\"]}]]],[\"form-alert_5\",[[0,\"justifi-business-representative\",{\"formController\":[16],\"errors\":[32],\"representative\":[32]}],[0,\"justifi-additional-questions\",{\"formController\":[16],\"errors\":[32],\"additional_questions\":[32]}],[0,\"justifi-business-core-info\",{\"formController\":[16],\"errors\":[32],\"coreInfo\":[32]}],[0,\"justifi-legal-address-form\",{\"formController\":[16],\"errors\":[32],\"legal_address\":[32]}],[0,\"form-alert\",{\"text\":[1],\"hideAlert\":[4,\"hide-alert\"]}]]],[\"justifi-business-representative-form-inputs\",[[0,\"justifi-business-representative-form-inputs\",{\"representativeDefaultValue\":[8,\"representative-default-value\"],\"errors\":[8],\"formController\":[16]}]]],[\"form-control-textarea\",[[0,\"form-control-textarea\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"maxLength\":[2,\"max-length\"],\"inputHandler\":[16],\"keyDownHandler\":[16],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"additional-questions-details_5\",[[0,\"additional-questions-details\",{\"additionalQuestions\":[16]}],[0,\"generic-info-details\",{\"business\":[16]}],[0,\"legal-address-details\",{\"legalAddress\":[16]}],[0,\"owner-details\",{\"owners\":[16]}],[0,\"representative-details\",{\"representative\":[16]}]]],[\"justifi-billing-form_2\",[[1,\"justifi-billing-form\",{\"legend\":[1025],\"formController\":[32],\"billingInfo\":[32],\"errors\":[32],\"getValues\":[64],\"fill\":[64],\"validate\":[64]}],[0,\"justifi-payment-method-form\",{\"paymentMethodFormType\":[1,\"payment-method-form-type\"],\"paymentMethodFormValidationMode\":[1025,\"payment-method-form-validation-mode\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"singleLine\":[4,\"single-line\"],\"resize\":[64],\"tokenize\":[64],\"validate\":[64]}]]],[\"form-control-file\",[[0,\"form-control-file\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"multiple\":[4],\"documentType\":[1,\"document-type\"],\"inputHandler\":[16],\"disabled\":[4],\"files\":[32],\"fileString\":[32]}]]],[\"justifi-owner-form_3\",[[0,\"justifi-owner-form\",{\"authToken\":[1,\"auth-token\"],\"ownerId\":[1,\"owner-id\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"removeOwner\":[16],\"newFormOpen\":[4,\"new-form-open\"],\"ownersLength\":[2,\"owners-length\"],\"getOwner\":[32],\"patchOwner\":[32],\"postOwner\":[32],\"validate\":[64],\"submit\":[64],\"validateAndSubmit\":[64]}],[0,\"owner-form-core\",{\"ownerId\":[1,\"owner-id\"],\"businessId\":[1,\"business-id\"],\"getOwner\":[16],\"patchOwner\":[16],\"postOwner\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"removeOwner\":[16],\"newFormOpen\":[4,\"new-form-open\"],\"ownersLength\":[2,\"owners-length\"],\"isLoading\":[32],\"formController\":[32],\"errors\":[32],\"owner\":[32],\"returnOwnerData\":[64],\"validate\":[64],\"submit\":[64],\"validateAndSubmit\":[64]},null,{\"isLoading\":[\"loadingWatcher\"]}],[0,\"owner-form-inputs\",{\"ownerDefaultValue\":[8,\"owner-default-value\"],\"errors\":[8],\"formController\":[16]}]]],[\"justifi-new-payment-method_5\",[[0,\"justifi-payment-method-options\",{\"showCard\":[4,\"show-card\"],\"showAch\":[4,\"show-ach\"],\"showBnpl\":[4,\"show-bnpl\"],\"showSavedPaymentMethods\":[4,\"show-saved-payment-methods\"],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"bnpl\":[16],\"insuranceToggled\":[4,\"insurance-toggled\"],\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"iframeOrigin\":[1025,\"iframe-origin\"],\"savedPaymentMethods\":[16],\"paymentAmount\":[2,\"payment-amount\"],\"selectedPaymentMethodId\":[32],\"paymentMethodOptions\":[32],\"fillBillingForm\":[64],\"resolvePaymentMethod\":[64]},[[0,\"paymentMethodOptionSelected\",\"paymentMethodOptionSelected\"]],{\"savedPaymentMethods\":[\"paymentMethodsChanged\"]}],[0,\"justifi-new-payment-method\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"paymentMethodOption\":[16],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"isSelected\":[4,\"is-selected\"],\"saveNewPaymentMethodChecked\":[32],\"fillBillingForm\":[64],\"resolvePaymentMethod\":[64]},[[0,\"checkboxChanged\",\"handleCheckboxChanged\"]]],[0,\"justifi-saved-payment-method\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"paymentMethodOption\":[16],\"isSelected\":[4,\"is-selected\"],\"resolvePaymentMethod\":[64]}],[0,\"justifi-sezzle-payment-method\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"bnpl\":[8],\"clientId\":[1,\"client-id\"],\"accountId\":[1,\"account-id\"],\"paymentMethodOption\":[16],\"isSelected\":[4,\"is-selected\"],\"paymentAmount\":[2,\"payment-amount\"],\"installmentPlan\":[32],\"sezzleCheckout\":[32],\"sezzlePromise\":[32],\"resolvePaymentMethod\":[64]}],[0,\"justifi-save-new-payment-method\",{\"isChecked\":[32]}]]],[\"form-control-date\",[[0,\"form-control-date\",{\"name\":[1],\"label\":[1],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"disabled\":[4],\"showTime\":[4,\"show-time\"],\"maxDate\":[1,\"max-date\"]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"form-control-number-masked_2\",[[0,\"justifi-identity-address-form\",{\"handleFormUpdate\":[16],\"errors\":[8],\"defaultValues\":[8,\"default-values\"],\"address\":[32]},null,{\"address\":[\"handleAddressChange\"]}],[0,\"form-control-number-masked\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"mask\":[1],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"form-control-checkbox_9\",[[0,\"justifi-business-owners-form-step-core\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"ownersPayload\":[32],\"refs\":[32],\"newFormOpen\":[32],\"validateAndSubmit\":[64]},[[0,\"ownerSubmitted\",\"handleOwnerSubmit\"]],{\"ownersPayload\":[\"ownersWatcher\"]}],[0,\"justifi-business-representative-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"representative\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-additional-questions-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"additional_questions\":[32],\"recurringPayments\":[32],\"validateAndSubmit\":[64]},null,{\"additional_questions\":[\"recurringPaymentsWatcher\"]}],[0,\"justifi-business-core-info-form-step-core\",{\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"coreInfo\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-legal-address-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"legal_address\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-business-document-upload-input-group\",{\"paymentVolume\":[1,\"payment-volume\"],\"inputHandler\":[16],\"storeFiles\":[16],\"errors\":[8]}],[0,\"form-control-checkbox\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[4,\"default-value\"],\"inputHandler\":[16],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"justifi-business-documents-on-file\",{\"documents\":[8]}],[0,\"justifi-business-terms-conditions-text\"]]],[\"justifi-additional-questions-form-step_10\",[[0,\"justifi-payment-provisioning-form-steps\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"refs\":[16],\"currentStep\":[2,\"current-step\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"handleFormLoading\":[16]}],[0,\"justifi-payment-provisioning-form-buttons\",{\"currentStep\":[2,\"current-step\"],\"totalSteps\":[2,\"total-steps\"],\"formLoading\":[4,\"form-loading\"],\"formDisabled\":[4,\"form-disabled\"],\"previousStepButtonOnClick\":[16],\"nextStepButtonOnClick\":[16]}],[0,\"justifi-business-owners-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-representative-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-additional-questions-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-core-info-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-document-upload-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"existingDocuments\":[32],\"paymentVolume\":[32],\"business\":[32],\"documentData\":[32],\"renderState\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-legal-address-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-bank-account-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"bankAccount\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-business-terms-conditions-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"acceptedTermsBefore\":[32],\"validateAndSubmit\":[64]}]]]]"), options);
19
+ return bootstrapLazy(JSON.parse("[[\"justifi-payment-provisioning\",[[1,\"justifi-payment-provisioning\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formTitle\":[1,\"form-title\"],\"postProvisioning\":[32],\"getBusiness\":[32]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}]]],[\"justifi-dispute-management\",[[0,\"justifi-dispute-management\",{\"disputeId\":[1,\"dispute-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"getDispute\":[32],\"errorMessage\":[32]},null,{\"disputeId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-checkout\",[[4,\"justifi-checkout\",{\"iframeOrigin\":[1,\"iframe-origin\"],\"authToken\":[1,\"auth-token\"],\"checkoutId\":[1,\"checkout-id\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"disableBnpl\":[4,\"disable-bnpl\"],\"disablePaymentMethodGroup\":[4,\"disable-payment-method-group\"],\"getCheckout\":[32],\"complete\":[32],\"errorMessage\":[32],\"fillBillingForm\":[64]},null,{\"authToken\":[\"propChanged\"],\"checkoutId\":[\"propChanged\"]}]]],[\"justifi-tokenize-payment-method\",[[1,\"justifi-tokenize-payment-method\",{\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"isLoading\":[4,\"is-loading\"],\"submitButtonText\":[1,\"submit-button-text\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"tokenizePaymentMethod\":[64],\"fillBillingForm\":[64]}]]],[\"justifi-business-form\",[[1,\"justifi-business-form\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"hideErrors\":[4,\"hide-errors\"],\"formTitle\":[1,\"form-title\"],\"removeTitle\":[4,\"remove-title\"],\"isLoading\":[32],\"errorMessage\":[32]}]]],[\"justifi-business-details\",[[1,\"justifi-business-details\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"errorMessage\":[32],\"getBusiness\":[32]}]]],[\"justifi-payments-list-filters\",[[1,\"justifi-payments-list-filters\"]]],[\"justifi-terminals-list-filters\",[[1,\"justifi-terminals-list-filters\"]]],[\"justifi-checkouts-list-filters\",[[1,\"justifi-checkouts-list-filters\"]]],[\"justifi-payouts-list-filters\",[[1,\"justifi-payouts-list-filters\"]]],[\"justifi-refund-form\",[[1,\"justifi-refund-form\",{\"authToken\":[1,\"auth-token\"],\"paymentId\":[1,\"payment-id\"],\"amount\":[2],\"submitButtonText\":[1,\"submit-button-text\"],\"withButton\":[4,\"with-button\"],\"refundInfoText\":[1,\"refund-info-text\"],\"errors\":[32],\"isSubmitting\":[32]}]]],[\"justifi-season-interruption-insurance\",[[1,\"justifi-season-interruption-insurance\",{\"authToken\":[1,\"auth-token\"],\"checkoutId\":[1,\"checkout-id\"],\"primaryIdentityFirstName\":[1,\"primary-identity-first-name\"],\"primaryIdentityLastName\":[1,\"primary-identity-last-name\"],\"primaryIdentityState\":[1,\"primary-identity-state\"],\"primaryIdentityPostalCode\":[1,\"primary-identity-postal-code\"],\"primaryIdentityCountry\":[1,\"primary-identity-country\"],\"primaryIdentityEmailAddress\":[1,\"primary-identity-email-address\"],\"policyAttributesInsurableAmount\":[2,\"policy-attributes-insurable-amount\"],\"policyAttributesStartDate\":[1,\"policy-attributes-start-date\"],\"policyAttributesEndDate\":[1,\"policy-attributes-end-date\"],\"coveredIdentityFirstName\":[1,\"covered-identity-first-name\"],\"coveredIdentityLastName\":[1,\"covered-identity-last-name\"],\"getQuote\":[32],\"toggleCoverage\":[32],\"quote\":[32],\"validate\":[64]}]]],[\"justifi-checkouts-list\",[[1,\"justifi-checkouts-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getCheckouts\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payment-details\",[[1,\"justifi-payment-details\",{\"paymentId\":[1,\"payment-id\"],\"authToken\":[1,\"auth-token\"],\"getPaymentDetails\":[32],\"errorMessage\":[32]},null,{\"paymentId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"payments-list-core\",[[0,\"payments-list-core\",{\"getPayments\":[16],\"columns\":[1],\"payments\":[32],\"paymentsTable\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"queryParams\":[\"updateOnPropChange\"],\"pagingParams\":[\"updateOnPropChange\"],\"getPayments\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"justifi-payments-list\",[[1,\"justifi-payments-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getPayments\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payout-details\",[[1,\"justifi-payout-details\",{\"payoutId\":[1,\"payout-id\"],\"authToken\":[1,\"auth-token\"],\"getPayout\":[32],\"getPayoutCSV\":[32],\"errorMessage\":[32]},null,{\"payoutId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payouts-list\",[[1,\"justifi-payouts-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getPayouts\":[32],\"getPayoutCSV\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-terminals-list\",[[1,\"justifi-terminals-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getTerminals\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-gross-payment-chart\",[[1,\"justifi-gross-payment-chart\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"getGrossPayment\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"form-control-number\",[[0,\"form-control-number\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"justifi-business-representative-form-inputs\",[[0,\"justifi-business-representative-form-inputs\",{\"representativeDefaultValue\":[8,\"representative-default-value\"],\"errors\":[8],\"formController\":[16]}]]],[\"form-control-monetary\",[[0,\"form-control-monetary\",{\"label\":[1],\"name\":[1],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"maskOptions\":[8,\"mask-options\"],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"custom-popper\",[[4,\"custom-popper\",{\"placement\":[1],\"offset\":[16],\"strategy\":[1],\"trigger\":[1],\"anchorRef\":[16],\"isOpen\":[32]}]]],[\"form-control-select_3\",[[0,\"form-control-select\",{\"name\":[8],\"label\":[1],\"options\":[16],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-text\",{\"name\":[8],\"label\":[1],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"maxLength\":[2,\"max-length\"],\"keyDownHandler\":[16],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-tooltip\",{\"helpText\":[1,\"help-text\"],\"anchorIcon\":[32],\"tooltip\":[32]},[[0,\"showEvent\",\"show\"],[0,\"hideEvent\",\"hide\"]]]]],[\"form-control-date\",[[0,\"form-control-date\",{\"name\":[1],\"label\":[1],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"disabled\":[4],\"showTime\":[4,\"show-time\"],\"maxDate\":[1,\"max-date\"],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"justifi-payment-provisioning-core\",[[0,\"justifi-payment-provisioning-core\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formTitle\":[1,\"form-title\"],\"getBusiness\":[16],\"postProvisioning\":[16],\"loading\":[32],\"businessProvisioned\":[32],\"currentStep\":[32],\"errorMessage\":[32]},[[0,\"formCompleted\",\"handleFormCompleted\"],[0,\"formLoading\",\"handleFormLoading\"]]]]],[\"form-control-help-text\",[[0,\"form-control-help-text\",{\"helpText\":[1,\"help-text\"],\"name\":[1]}]]],[\"form-control-file-v2_2\",[[0,\"form-control-textarea\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"maxLength\":[2,\"max-length\"],\"inputHandler\":[16],\"keyDownHandler\":[16],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-file-v2\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"multiple\":[4],\"inputHandler\":[16],\"disabled\":[4],\"files\":[32]}]]],[\"justifi-dispute-management-core\",[[0,\"justifi-dispute-management-core\",{\"getDispute\":[16],\"disputeId\":[1,\"dispute-id\"],\"authToken\":[1,\"auth-token\"],\"dispute\":[32],\"isLoading\":[32],\"showDisputeResponseForm\":[32]},[[0,\"click-event\",\"disputeResponseHandler\"],[0,\"submit-event\",\"disputeSubmittedHandler\"]],{\"getDispute\":[\"updateOnPropChange\"]}]]],[\"justifi-checkout-core\",[[1,\"justifi-checkout-core\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"authToken\":[1,\"auth-token\"],\"getCheckout\":[16],\"complete\":[16],\"checkoutId\":[1,\"checkout-id\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"disableBnpl\":[4,\"disable-bnpl\"],\"disablePaymentMethodGroup\":[4,\"disable-payment-method-group\"],\"hasLoadedFonts\":[32],\"checkout\":[32],\"serverError\":[32],\"renderState\":[32],\"creatingNewPaymentMethod\":[32],\"insuranceToggled\":[32],\"fillBillingForm\":[64]}]]],[\"business-details-core\",[[0,\"business-details-core\",{\"getBusiness\":[16],\"business\":[32],\"renderState\":[32],\"errorMessage\":[32]}]]],[\"justifi-season-interruption-insurance-core\",[[0,\"justifi-season-interruption-insurance-core\",{\"checkoutId\":[1,\"checkout-id\"],\"getQuote\":[16],\"toggleCoverage\":[16],\"primaryIdentityFirstName\":[1,\"primary-identity-first-name\"],\"primaryIdentityLastName\":[1,\"primary-identity-last-name\"],\"primaryIdentityState\":[1,\"primary-identity-state\"],\"primaryIdentityPostalCode\":[1,\"primary-identity-postal-code\"],\"primaryIdentityCountry\":[1,\"primary-identity-country\"],\"primaryIdentityEmailAddress\":[1,\"primary-identity-email-address\"],\"policyAttributesInsurableAmount\":[2,\"policy-attributes-insurable-amount\"],\"policyAttributesStartDate\":[1,\"policy-attributes-start-date\"],\"policyAttributesEndDate\":[1,\"policy-attributes-end-date\"],\"coveredIdentityFirstName\":[1,\"covered-identity-first-name\"],\"coveredIdentityLastName\":[1,\"covered-identity-last-name\"],\"quote\":[32],\"isLoading\":[32],\"accepted\":[32],\"validate\":[64]}]]],[\"checkouts-list-core\",[[0,\"checkouts-list-core\",{\"getCheckouts\":[16],\"getSubAccounts\":[16],\"columns\":[1],\"checkouts\":[32],\"checkoutsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"queryParams\":[\"updateOnPropChange\"],\"pagingParams\":[\"updateOnPropChange\"],\"getCheckouts\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"payment-details-core\",[[0,\"payment-details-core\",{\"getPaymentDetails\":[16],\"payment\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getPaymentDetails\":[\"updateOnPropChange\"]}]]],[\"payout-details-core\",[[0,\"payout-details-core\",{\"getPayout\":[16],\"getPayoutCSV\":[16],\"payout\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getPayout\":[\"getPayoutWatcher\"]}]]],[\"payouts-list-core\",[[0,\"payouts-list-core\",{\"getPayouts\":[16],\"getSubAccounts\":[16],\"getPayoutCSV\":[16],\"columns\":[1],\"payouts\":[32],\"payoutsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"queryParams\":[\"updateOnPropChange\"],\"pagingParams\":[\"updateOnPropChange\"],\"getPayouts\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"]}]]],[\"terminals-list-core\",[[0,\"terminals-list-core\",{\"getTerminals\":[16],\"getSubAccounts\":[16],\"columns\":[1],\"terminals\":[32],\"terminalsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"queryParams\":[\"updateOnPropChange\"],\"pagingParams\":[\"updateOnPropChange\"],\"getTerminals\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"gross-payment-chart-core\",[[0,\"gross-payment-chart-core\",{\"getGrossPayment\":[16],\"grossVolumeReport\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getGrossPayment\":[\"propChanged\"],\"grossVolumeReport\":[\"grossVolumeReportChanged\"]}]]],[\"table-filters-menu\",[[4,\"table-filters-menu\",{\"params\":[8],\"clearParams\":[16],\"anchorButton\":[32],\"menu\":[32],\"showClearButton\":[32]},[[0,\"showEvent\",\"show\"],[0,\"hideEvent\",\"hide\"]],{\"params\":[\"watchParamsHandler\"]}]]],[\"justifi-details\",[[4,\"justifi-details\",{\"errorMessage\":[1,\"error-message\"]}]]],[\"form-alert_5\",[[0,\"justifi-business-representative\",{\"formController\":[16],\"errors\":[32],\"representative\":[32]}],[0,\"justifi-business-core-info\",{\"formController\":[16],\"errors\":[32],\"coreInfo\":[32]}],[0,\"justifi-additional-questions\",{\"formController\":[16],\"errors\":[32],\"additional_questions\":[32]}],[0,\"justifi-legal-address-form\",{\"formController\":[16],\"errors\":[32],\"legal_address\":[32]}],[0,\"form-alert\",{\"text\":[1],\"hideAlert\":[4,\"hide-alert\"]}]]],[\"form-control-file\",[[0,\"form-control-file\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"multiple\":[4],\"documentType\":[1,\"document-type\"],\"inputHandler\":[16],\"disabled\":[4],\"files\":[32],\"fileString\":[32],\"isFocused\":[32]}]]],[\"justifi-dispute-notification_3\",[[1,\"justifi-dispute-response\",{\"authToken\":[1,\"auth-token\"],\"disputeId\":[1,\"dispute-id\"],\"disputeResponse\":[16],\"apiOrigin\":[1,\"api-origin\"],\"updateDisputeResponse\":[32],\"submitDisputeResponse\":[32],\"createDisputeEvidence\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}],[1,\"justifi-dispute-notification\",{\"dispute\":[16],\"authToken\":[1,\"auth-token\"],\"isLoading\":[4,\"is-loading\"]}],[0,\"justifi-dispute-response-core\",{\"updateDisputeResponse\":[16],\"submitDisputeResponse\":[16],\"createDisputeEvidence\":[16],\"disputeResponse\":[8,\"dispute-response\"],\"isLoading\":[32],\"documentList\":[32],\"currentStep\":[32],\"currentStepComponentRef\":[32]}]]],[\"iframe-input\",[[0,\"iframe-input\",{\"inputId\":[1,\"input-id\"],\"label\":[1],\"iframeOrigin\":[1,\"iframe-origin\"],\"isFocused\":[32],\"isValid\":[32],\"errorText\":[32],\"iframeLoaded\":[32],\"validate\":[64],\"tokenize\":[64]}]]],[\"pagination-menu\",[[0,\"pagination-menu\",{\"paging\":[16],\"params\":[16]}]]],[\"form-control-radio\",[[0,\"form-control-radio\",{\"label\":[1],\"name\":[8],\"value\":[1],\"helpText\":[1,\"help-text\"],\"inputHandler\":[16],\"disabled\":[4],\"errorText\":[1,\"error-text\"],\"checked\":[4],\"isFocused\":[32]}]]],[\"additional-questions-details_5\",[[0,\"additional-questions-details\",{\"additionalQuestions\":[16]}],[0,\"generic-info-details\",{\"business\":[16]}],[0,\"legal-address-details\",{\"legalAddress\":[16]}],[0,\"owner-details\",{\"owners\":[16]}],[0,\"representative-details\",{\"representative\":[16]}]]],[\"form-control-checkbox\",[[0,\"form-control-checkbox\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"checked\":[4],\"inputHandler\":[16],\"disabled\":[4],\"isFocused\":[32]}]]],[\"form-control-number-masked_2\",[[0,\"justifi-identity-address-form\",{\"handleFormUpdate\":[16],\"errors\":[8],\"defaultValues\":[8,\"default-values\"],\"address\":[32]},null,{\"address\":[\"handleAddressChange\"]}],[0,\"form-control-number-masked\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"mask\":[1],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"justifi-owner-form_3\",[[0,\"justifi-owner-form\",{\"authToken\":[1,\"auth-token\"],\"ownerId\":[1,\"owner-id\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"removeOwner\":[16],\"newFormOpen\":[4,\"new-form-open\"],\"ownersLength\":[2,\"owners-length\"],\"getOwner\":[32],\"patchOwner\":[32],\"postOwner\":[32],\"validate\":[64],\"submit\":[64],\"validateAndSubmit\":[64]}],[0,\"owner-form-core\",{\"ownerId\":[1,\"owner-id\"],\"businessId\":[1,\"business-id\"],\"getOwner\":[16],\"patchOwner\":[16],\"postOwner\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"removeOwner\":[16],\"newFormOpen\":[4,\"new-form-open\"],\"ownersLength\":[2,\"owners-length\"],\"isLoading\":[32],\"formController\":[32],\"errors\":[32],\"owner\":[32],\"returnOwnerData\":[64],\"validate\":[64],\"submit\":[64],\"validateAndSubmit\":[64]},null,{\"isLoading\":[\"loadingWatcher\"]}],[0,\"owner-form-inputs\",{\"ownerDefaultValue\":[8,\"owner-default-value\"],\"errors\":[8],\"formController\":[16]}]]],[\"justifi-additional-questions-form-step-core_8\",[[0,\"justifi-business-owners-form-step-core\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"ownersPayload\":[32],\"refs\":[32],\"newFormOpen\":[32],\"validateAndSubmit\":[64]},[[0,\"ownerSubmitted\",\"handleOwnerSubmit\"]],{\"ownersPayload\":[\"ownersWatcher\"]}],[0,\"justifi-business-representative-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"representative\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-business-core-info-form-step-core\",{\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"coreInfo\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-additional-questions-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"additional_questions\":[32],\"recurringPayments\":[32],\"validateAndSubmit\":[64]},null,{\"additional_questions\":[\"recurringPaymentsWatcher\"]}],[0,\"justifi-legal-address-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"legal_address\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-business-document-upload-input-group\",{\"paymentVolume\":[1,\"payment-volume\"],\"inputHandler\":[16],\"storeFiles\":[16],\"errors\":[8]}],[0,\"justifi-business-documents-on-file\",{\"documents\":[8]}],[0,\"justifi-business-terms-conditions-text\"]]],[\"justifi-additional-questions-form-step_10\",[[0,\"justifi-payment-provisioning-form-steps\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"refs\":[16],\"currentStep\":[2,\"current-step\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"handleFormLoading\":[16]}],[0,\"justifi-payment-provisioning-form-buttons\",{\"currentStep\":[2,\"current-step\"],\"totalSteps\":[2,\"total-steps\"],\"formLoading\":[4,\"form-loading\"],\"formDisabled\":[4,\"form-disabled\"],\"previousStepButtonOnClick\":[16],\"nextStepButtonOnClick\":[16]}],[0,\"justifi-business-owners-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-representative-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-core-info-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-additional-questions-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-document-upload-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"existingDocuments\":[32],\"paymentVolume\":[32],\"business\":[32],\"documentData\":[32],\"renderState\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-legal-address-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-bank-account-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"bankAccount\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-business-terms-conditions-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"acceptedTermsBefore\":[32],\"acceptedTerms\":[32],\"validateAndSubmit\":[64]}]]],[\"justifi-additional-statement_8\",[[0,\"justifi-shipping-details\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-customer-details\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-duplicate-charge\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-additional-statement\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"acceptedTerms\":[32],\"acceptedTermsErrorText\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-cancellation-policy\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-refund-policy\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-electronic-evidence\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-product-or-service\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}]]],[\"bank-account-form_9\",[[0,\"justifi-payment-method-options\",{\"showCard\":[4,\"show-card\"],\"showAch\":[4,\"show-ach\"],\"showBnpl\":[4,\"show-bnpl\"],\"showSavedPaymentMethods\":[4,\"show-saved-payment-methods\"],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"bnpl\":[16],\"insuranceToggled\":[4,\"insurance-toggled\"],\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"iframeOrigin\":[1025,\"iframe-origin\"],\"savedPaymentMethods\":[16],\"paymentAmount\":[2,\"payment-amount\"],\"selectedPaymentMethodId\":[32],\"paymentMethodOptions\":[32],\"fillBillingForm\":[64],\"resolvePaymentMethod\":[64]},[[0,\"paymentMethodOptionSelected\",\"paymentMethodOptionSelected\"]],{\"savedPaymentMethods\":[\"paymentMethodsChanged\"]}],[0,\"justifi-new-payment-method\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"paymentMethodOption\":[16],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"isSelected\":[4,\"is-selected\"],\"saveNewPaymentMethodChecked\":[32],\"fillBillingForm\":[64],\"resolvePaymentMethod\":[64]},[[0,\"checkboxChanged\",\"handleCheckboxChanged\"]]],[0,\"justifi-saved-payment-method\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"paymentMethodOption\":[16],\"isSelected\":[4,\"is-selected\"],\"resolvePaymentMethod\":[64]}],[0,\"justifi-sezzle-payment-method\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"bnpl\":[8],\"clientId\":[1,\"client-id\"],\"accountId\":[1,\"account-id\"],\"paymentMethodOption\":[16],\"isSelected\":[4,\"is-selected\"],\"paymentAmount\":[2,\"payment-amount\"],\"installmentPlan\":[32],\"sezzleCheckout\":[32],\"sezzlePromise\":[32],\"resolvePaymentMethod\":[64]}],[0,\"justifi-billing-form\",{\"legend\":[1025],\"formController\":[32],\"billingInfo\":[32],\"errors\":[32],\"getValues\":[64],\"fill\":[64],\"validate\":[64]}],[0,\"bank-account-form\",{\"validate\":[64],\"tokenize\":[64]}],[0,\"card-form\",{\"validate\":[64],\"tokenize\":[64]}],[0,\"justifi-save-new-payment-method\",{\"isChecked\":[32]}],[0,\"hidden-input\",{\"isFocused\":[32],\"errorText\":[32]}]]]]"), options);
20
20
  });
@@ -83,6 +83,11 @@ class Representative {
83
83
  }
84
84
  }
85
85
 
86
+ var BusinessFormServerErrors;
87
+ (function (BusinessFormServerErrors) {
88
+ BusinessFormServerErrors["fetchData"] = "Error retrieving business data";
89
+ BusinessFormServerErrors["patchData"] = "Error updating business data";
90
+ })(BusinessFormServerErrors || (BusinessFormServerErrors = {}));
86
91
  var BusinessClassification;
87
92
  (function (BusinessClassification) {
88
93
  BusinessClassification["sole_proprietor"] = "sole_proprietor";
@@ -218,4 +223,4 @@ class Business {
218
223
  }
219
224
  }
220
225
 
221
- export { AdditionalQuestions as A, BusinessClassification as B, CoreBusinessInfo as C, Owner as O, Representative as R, Business as a, Address as b };
226
+ export { AdditionalQuestions as A, BusinessClassification as B, CoreBusinessInfo as C, Owner as O, Representative as R, Business as a, BusinessFormServerErrors as b, Address as c };
@@ -1,3 +1,59 @@
1
+ var DisputeStatus;
2
+ (function (DisputeStatus) {
3
+ DisputeStatus["won"] = "won";
4
+ DisputeStatus["lost"] = "lost";
5
+ DisputeStatus["underReview"] = "under_review";
6
+ DisputeStatus["needsResponse"] = "needs_response";
7
+ })(DisputeStatus || (DisputeStatus = {}));
8
+ class Dispute {
9
+ get needsResponse() {
10
+ return this.status == DisputeStatus.needsResponse;
11
+ }
12
+ get underReview() {
13
+ return this.status == DisputeStatus.underReview;
14
+ }
15
+ get won() {
16
+ return this.status == DisputeStatus.won;
17
+ }
18
+ get lost() {
19
+ return this.status == DisputeStatus.lost;
20
+ }
21
+ constructor(dispute) {
22
+ this.id = dispute.id;
23
+ this.amount = dispute.amount;
24
+ this.currency = dispute.currency;
25
+ this.payment_id = dispute.payment_id;
26
+ this.reason = dispute.reason;
27
+ this.due_date = dispute.due_date;
28
+ this.status = dispute.status;
29
+ this.metadata = dispute.metadata;
30
+ this.created_at = dispute.created_at;
31
+ this.updated_at = dispute.updated_at;
32
+ this.dispute_response = dispute.dispute_response ? new DisputeResponse(dispute.dispute_response) : undefined;
33
+ }
34
+ }
35
+ class DisputeResponse {
36
+ constructor(response) {
37
+ this.additional_statement = response.additional_statement;
38
+ this.cancellation_policy_disclosure = response.cancellation_policy_disclosure;
39
+ this.cancellation_rebuttal = response.cancellation_rebuttal;
40
+ this.customer_billing_address = response.customer_billing_address;
41
+ this.customer_email_address = response.customer_email_address;
42
+ this.customer_name = response.customer_name;
43
+ this.customer_purchase_ip_address = response.customer_purchase_ip_address;
44
+ this.duplicate_charge_explanation = response.duplicate_charge_explanation;
45
+ this.product_description = response.product_description;
46
+ this.refund_policy_disclosure = response.refund_policy_disclosure;
47
+ this.refund_refusal_explanation = response.refund_refusal_explanation;
48
+ this.service_date = response.service_date;
49
+ this.shipping_address = response.shipping_address;
50
+ this.shipping_carrier = response.shipping_carrier;
51
+ this.shipping_date = response.shipping_date;
52
+ this.shipping_tracking_number = response.shipping_tracking_number;
53
+ this.duplicate_charge_original_payment_id = response.duplicate_charge_original_payment_id;
54
+ }
55
+ }
56
+
1
57
  var CaptureStrategy;
2
58
  (function (CaptureStrategy) {
3
59
  CaptureStrategy["automatic"] = "automatic";
@@ -28,12 +84,6 @@ var PaymentStatuses;
28
84
  PaymentStatuses["fully_refunded"] = "fully_refunded";
29
85
  PaymentStatuses["partially_refunded"] = "partially_refunded";
30
86
  })(PaymentStatuses || (PaymentStatuses = {}));
31
- var PaymentDisputedStatuses;
32
- (function (PaymentDisputedStatuses) {
33
- // if a dispute is 'won', we don't show a dispute status, just general status
34
- PaymentDisputedStatuses["lost"] = "lost";
35
- PaymentDisputedStatuses["open"] = "open";
36
- })(PaymentDisputedStatuses || (PaymentDisputedStatuses = {}));
37
87
  class PaymentMethod {
38
88
  constructor(paymentMethod) {
39
89
  this.card = paymentMethod.card ? new Card(paymentMethod.card) : undefined;
@@ -110,16 +160,18 @@ class Payment {
110
160
  this.updated_at = payment.updated_at;
111
161
  }
112
162
  get disputedStatus() {
113
- const lost = this.disputes.some((dispute) => dispute.status === PaymentDisputedStatuses.lost);
163
+ const lost = this.disputes.some((dispute) => dispute.status === DisputeStatus.lost);
114
164
  // if a dispute is 'won', we don't show a dispute status, just general status
165
+ // TODO: update this logic to work with new DisputeStatus enum
166
+ // (cast 'open' as DisputeStatus in the meantime to keep existing functionality)
115
167
  if (!this.disputed) {
116
168
  return null;
117
169
  }
118
170
  else if (lost) {
119
- return PaymentDisputedStatuses.lost;
171
+ return DisputeStatus.lost;
120
172
  }
121
173
  else {
122
- return PaymentDisputedStatuses.open;
174
+ return 'open';
123
175
  }
124
176
  }
125
177
  get payment_type() {
@@ -138,4 +190,4 @@ class Payment {
138
190
  }
139
191
  }
140
192
 
141
- export { PaymentMethodTypes as P, Payment as a };
193
+ export { Dispute as D, PaymentMethodTypes as P, DisputeStatus as a, Payment as b };