@justifi/webcomponents 4.20.1 → 4.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (657) hide show
  1. package/dist/cjs/{Analytics-3c89cfb4.js → Analytics-9db96975.js} +2 -2
  2. package/dist/cjs/{Api-b98b256f.js → Api-f5280a80.js} +6 -4
  3. package/dist/cjs/Checkout-a528241d.js +85 -0
  4. package/dist/cjs/{Payment-1a8a8ca6.js → Payment-04a842f4.js} +15 -0
  5. package/dist/cjs/SubAccount-cc95a4a0.js +106 -0
  6. package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -2
  7. package/dist/cjs/{business-additional-questions-schema-26b0eecb.js → business-additional-questions-schema-19f08938.js} +2 -2
  8. package/dist/cjs/business-details-core.cjs.entry.js +2 -2
  9. package/dist/cjs/{business-form-types-6e1fcda3.js → business-form-types-719b7f52.js} +11 -0
  10. package/dist/cjs/{business-identity-schema-503ecb77.js → business-identity-schema-a8bb2276.js} +2 -2
  11. package/dist/cjs/{business.service-031c0084.js → business.service-7faffa0b.js} +1 -1
  12. package/dist/cjs/{check-pkg-version-4fa0367d.js → check-pkg-version-23a1cabd.js} +1 -1
  13. package/dist/cjs/checkout.service-160f3a9c.js +36 -0
  14. package/dist/cjs/checkouts-list-core.cjs.entry.js +181 -0
  15. package/dist/cjs/checkouts-list-filters.cjs.entry.js +35 -0
  16. package/dist/cjs/{custom-popper.cjs.entry.js → custom-popper_4.cjs.entry.js} +106 -2
  17. package/dist/cjs/dispute-30c806f6.js +10 -0
  18. package/dist/cjs/form-alert_5.cjs.entry.js +3 -3
  19. package/dist/cjs/form-control-checkbox_9.cjs.entry.js +56 -33
  20. package/dist/cjs/form-control-date.cjs.entry.js +83 -0
  21. package/dist/cjs/form-control-error-text.cjs.entry.js +21 -0
  22. package/dist/cjs/form-control-file.cjs.entry.js +1 -1
  23. package/dist/cjs/form-control-help-text.cjs.entry.js +21 -0
  24. package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
  25. package/dist/cjs/form-control-number-masked_2.cjs.entry.js +99 -0
  26. package/dist/cjs/form-control-number.cjs.entry.js +1 -1
  27. package/dist/cjs/form-control-radio.cjs.entry.js +44 -0
  28. package/dist/cjs/form-control-textarea.cjs.entry.js +49 -0
  29. package/dist/cjs/{get-payout-csv-3a3260ec.js → get-payout-csv-12dc9540.js} +4 -3
  30. package/dist/cjs/get-subaccounts-8f7a930f.js +54 -0
  31. package/dist/cjs/gross-payment-chart-core.cjs.entry.js +3 -3
  32. package/dist/cjs/justifi-additional-questions-form-step_10.cjs.entry.js +30 -17
  33. package/dist/cjs/justifi-additional-statement_11.cjs.entry.js +173 -0
  34. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +3 -3
  35. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +1679 -14
  36. package/dist/cjs/justifi-business-details.cjs.entry.js +6 -6
  37. package/dist/cjs/justifi-business-form.cjs.entry.js +14 -13
  38. package/dist/cjs/justifi-business-representative-form-inputs.cjs.entry.js +1 -1
  39. package/dist/cjs/justifi-card-form.cjs.entry.js +4 -4
  40. package/dist/cjs/justifi-checkout-core.cjs.entry.js +5 -10
  41. package/dist/cjs/justifi-checkout.cjs.entry.js +13 -28
  42. package/dist/cjs/justifi-checkouts-list.cjs.entry.js +119 -0
  43. package/dist/cjs/justifi-details.cjs.entry.js +3 -3
  44. package/dist/cjs/justifi-dispute-management-core.cjs.entry.js +28 -0
  45. package/dist/cjs/justifi-dispute-management.cjs.entry.js +16 -0
  46. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +5 -5
  47. package/dist/cjs/{justifi-new-payment-method_4.cjs.entry.js → justifi-new-payment-method_5.cjs.entry.js} +23 -6
  48. package/dist/cjs/justifi-owner-form_3.cjs.entry.js +8 -8
  49. package/dist/cjs/justifi-payment-details.cjs.entry.js +9 -8
  50. package/dist/cjs/justifi-payment-form.cjs.entry.js +12 -11
  51. package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +4 -3
  52. package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +2 -2
  53. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +5 -5
  54. package/dist/cjs/justifi-payments-list.cjs.entry.js +11 -12
  55. package/dist/cjs/justifi-payout-details.cjs.entry.js +10 -9
  56. package/dist/cjs/justifi-payouts-list.cjs.entry.js +12 -14
  57. package/dist/cjs/justifi-refund-form.cjs.entry.js +7 -6
  58. package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +4 -4
  59. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +8 -7
  60. package/dist/cjs/justifi-terminals-list.cjs.entry.js +137 -0
  61. package/dist/cjs/justifi-tokenize-payment-method.cjs.entry.js +59 -0
  62. package/dist/cjs/loader.cjs.js +1 -1
  63. package/dist/{esm/payments-list-filters_2.entry.js → cjs/lodash-dbf6a6a4.js} +2 -57
  64. package/dist/cjs/{package-3a9ac89d.js → package-41c8f38c.js} +1 -1
  65. package/dist/cjs/payment-details-core.cjs.entry.js +11 -10
  66. package/dist/cjs/{payment.service-47e2d84e.js → payment.service-83da752a.js} +4 -3
  67. package/dist/cjs/payments-list-core.cjs.entry.js +17 -17
  68. package/dist/cjs/payments-list-filters.cjs.entry.js +35 -0
  69. package/dist/cjs/payments-status-58e45b2e.js +26 -0
  70. package/dist/cjs/payout-details-core.cjs.entry.js +5 -4
  71. package/dist/cjs/payouts-list-core.cjs.entry.js +8 -24
  72. package/dist/cjs/payouts-status-2f7be07d.js +24 -0
  73. package/dist/cjs/{schema-validations-0a7e46a3.js → schema-validations-184a4356.js} +1 -1
  74. package/dist/cjs/styled-host-1adf46c3.js +14 -0
  75. package/dist/cjs/table-bb114e2f.js +20 -0
  76. package/dist/cjs/table-filters-menu.cjs.entry.js +35 -0
  77. package/dist/cjs/terminals-list-core.cjs.entry.js +166 -0
  78. package/dist/cjs/terminals-list-filters.cjs.entry.js +32 -0
  79. package/dist/cjs/{utils-af1b60a9.js → utils-3d84442d.js} +3 -44
  80. package/dist/cjs/webcomponents.cjs.js +1 -1
  81. package/dist/collection/api/Api.js +6 -4
  82. package/dist/collection/api/Checkout.js +77 -1
  83. package/dist/collection/api/Payment.js +15 -0
  84. package/dist/collection/api/SubAccount.js +33 -0
  85. package/dist/collection/api/Terminal.js +25 -0
  86. package/dist/collection/api/get-subaccounts.js +31 -0
  87. package/dist/collection/api/index.js +2 -0
  88. package/dist/collection/api/services/checkout.service.js +10 -1
  89. package/dist/collection/api/services/subaccounts.service.js +13 -0
  90. package/dist/collection/api/services/terminal.service.js +20 -0
  91. package/dist/collection/collection-manifest.json +37 -14
  92. package/dist/collection/components/billing-form/billing-form.js +3 -3
  93. package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +1 -1
  94. package/dist/collection/components/business-details/business-details-core.js +1 -1
  95. package/dist/collection/components/business-details/business-details.js +1 -1
  96. package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +1 -1
  97. package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +1 -1
  98. package/dist/collection/components/business-details/owner-details/owner-details.js +1 -1
  99. package/dist/collection/components/business-details/representative-details/representative-details.js +1 -1
  100. package/dist/collection/components/business-forms/business-form/additional-questions/additional-questions.js +2 -2
  101. package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +3 -3
  102. package/dist/collection/components/business-forms/business-form/business-form.js +2 -2
  103. package/dist/collection/components/business-forms/business-form/business-representative/business-representative.js +2 -2
  104. package/dist/collection/components/business-forms/business-form/legal-address-form/legal-address-form.js +4 -4
  105. package/dist/collection/components/business-forms/owner-form/identity-address/identity-address-form.js +2 -2
  106. package/dist/collection/components/business-forms/owner-form/owner-form-core.js +2 -2
  107. package/dist/collection/components/business-forms/owner-form/owner-form-inputs.js +3 -3
  108. package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step-core.js +43 -3
  109. package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.js +1 -1
  110. package/dist/collection/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.js +33 -5
  111. package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step-core.js +26 -3
  112. package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +1 -1
  113. package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step-core.js +25 -3
  114. package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.js +1 -1
  115. package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-inputs.js +3 -3
  116. package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step-core.js +25 -2
  117. package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +1 -1
  118. package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-document-upload-form-step.js +26 -3
  119. package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-document-upload-input-group.js +1 -1
  120. package/dist/collection/components/business-forms/payment-provisioning/document-uploads/input-configurations.js +17 -17
  121. package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step-core.js +26 -3
  122. package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.js +1 -1
  123. package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-form-step.js +25 -3
  124. package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-text.js +1 -1
  125. package/dist/collection/components/business-forms/utils/business-form-types.js +11 -0
  126. package/dist/collection/components/card-form/card-form.js +1 -1
  127. package/dist/collection/components/checkout/checkout-core.js +2 -2
  128. package/dist/collection/components/checkout/checkout.js +2 -2
  129. package/dist/collection/components/checkout/new-payment-method.js +1 -1
  130. package/dist/collection/components/checkout/payment-method-options.js +1 -1
  131. package/dist/collection/components/checkout/save-new-payment-method.js +1 -1
  132. package/dist/collection/components/checkout/saved-payment-method.js +1 -1
  133. package/dist/collection/components/checkout/sezzle-payment-method.js +1 -1
  134. package/dist/collection/components/checkouts-list/checkouts-list-core.js +257 -0
  135. package/dist/collection/components/checkouts-list/checkouts-list-filters.js +84 -0
  136. package/dist/collection/components/checkouts-list/checkouts-list.js +208 -0
  137. package/dist/collection/components/checkouts-list/checkouts-status.js +13 -0
  138. package/dist/collection/components/checkouts-list/checkouts-table.js +20 -0
  139. package/dist/collection/components/checkouts-list/get-checkouts.js +31 -0
  140. package/dist/collection/components/dispute-management/counter-dispute/additional-statement.js +8 -0
  141. package/dist/collection/components/dispute-management/counter-dispute/cancellation-policy.js +8 -0
  142. package/dist/collection/components/dispute-management/counter-dispute/counter-dispute.js +90 -0
  143. package/dist/collection/components/dispute-management/counter-dispute/customer-details.js +8 -0
  144. package/dist/collection/components/dispute-management/counter-dispute/dispute-reason.js +8 -0
  145. package/dist/collection/components/dispute-management/counter-dispute/duplicate-charge.js +8 -0
  146. package/dist/collection/components/dispute-management/counter-dispute/electronic-evidence.js +8 -0
  147. package/dist/collection/components/dispute-management/counter-dispute/product-or-service.js +16 -0
  148. package/dist/collection/components/dispute-management/counter-dispute/refund-policy.js +8 -0
  149. package/dist/collection/components/dispute-management/counter-dispute/shipping-details.js +12 -0
  150. package/dist/collection/components/dispute-management/dispute-management-core.js +53 -0
  151. package/dist/collection/components/dispute-management/dispute-management.js +8 -0
  152. package/dist/collection/components/dispute-management/dispute-notification.js +48 -0
  153. package/dist/collection/components/dispute-management/dispute.js +8 -0
  154. package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +2 -2
  155. package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +1 -1
  156. package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.js +2 -2
  157. package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +1 -1
  158. package/dist/collection/components/payment-details/payment-details-core.js +10 -9
  159. package/dist/collection/components/payment-details/payment-details.js +1 -1
  160. package/dist/collection/components/payment-form/payment-form.js +3 -3
  161. package/dist/collection/components/payment-form/payment-method-selector.js +1 -1
  162. package/dist/collection/components/payments-list/payments-list-core.js +14 -14
  163. package/dist/collection/components/payments-list/payments-list-filters.js +1 -1
  164. package/dist/collection/components/payments-list/payments-list.js +3 -5
  165. package/dist/collection/components/payments-list/payments-status.js +23 -0
  166. package/dist/collection/components/payout-details/payout-details-core.js +4 -3
  167. package/dist/collection/components/payout-details/payout-details.js +1 -1
  168. package/dist/collection/components/payouts-list/payouts-list-core.js +6 -22
  169. package/dist/collection/components/payouts-list/payouts-list.js +4 -7
  170. package/dist/collection/components/payouts-list/payouts-status.js +21 -0
  171. package/dist/collection/components/refund-form/refund-form.js +2 -2
  172. package/dist/collection/components/terminals-list/get-terminal-detail.js +29 -0
  173. package/dist/collection/components/terminals-list/get-terminals.js +31 -0
  174. package/dist/collection/components/terminals-list/terminals-list-core.js +257 -0
  175. package/dist/collection/components/terminals-list/terminals-list-filters.js +81 -0
  176. package/dist/collection/components/terminals-list/terminals-list.js +209 -0
  177. package/dist/collection/components/terminals-list/terminals-status.js +11 -0
  178. package/dist/collection/components/terminals-list/terminals-table.js +15 -0
  179. package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.css +9 -0
  180. package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +276 -0
  181. package/dist/collection/ui-components/custom-popper/custom-popper.js +8 -4
  182. package/dist/collection/{components → ui-components}/details/details.js +1 -1
  183. package/dist/collection/ui-components/filters/table-filters-menu.js +1 -1
  184. package/dist/collection/{components → ui-components}/form/form-control-checkbox.js +1 -1
  185. package/dist/collection/ui-components/form/form-control-date.js +284 -0
  186. package/dist/collection/{components → ui-components}/form/form-control-file.js +1 -1
  187. package/dist/collection/{components → ui-components}/form/form-control-monetary.js +1 -1
  188. package/dist/collection/{components → ui-components}/form/form-control-number-masked.js +1 -1
  189. package/dist/collection/{components → ui-components}/form/form-control-number.js +1 -1
  190. package/dist/collection/{components/form/form-control-date.js → ui-components/form/form-control-radio.js} +54 -36
  191. package/dist/collection/{components → ui-components}/form/form-control-select.js +1 -1
  192. package/dist/collection/{components → ui-components}/form/form-control-text.js +1 -1
  193. package/dist/collection/ui-components/form/form-control-textarea.js +229 -0
  194. package/dist/collection/ui-components/form/form-helpers/form-control-tooltip/form-control-tooltip.js +63 -0
  195. package/dist/collection/ui-components/index.js +1 -0
  196. package/dist/collection/utils/table.js +16 -0
  197. package/dist/collection/utils/utils.js +3 -42
  198. package/dist/docs.json +9561 -6219
  199. package/dist/esm/{Analytics-b0f6936a.js → Analytics-777962a4.js} +2 -2
  200. package/dist/esm/{Api-c8abc2e0.js → Api-391d00e2.js} +6 -4
  201. package/dist/esm/Checkout-0b4086f8.js +83 -0
  202. package/dist/esm/{Payment-6bf26fe2.js → Payment-30790721.js} +15 -0
  203. package/dist/esm/SubAccount-7f7e4c56.js +102 -0
  204. package/dist/esm/additional-questions-details_5.entry.js +2 -2
  205. package/dist/esm/{business-additional-questions-schema-a5583cf8.js → business-additional-questions-schema-97f52255.js} +2 -2
  206. package/dist/esm/business-details-core.entry.js +2 -2
  207. package/dist/esm/{business-form-types-1bc5fe08.js → business-form-types-8fd61b0e.js} +12 -1
  208. package/dist/esm/{business-identity-schema-9e3269fb.js → business-identity-schema-434e16bc.js} +2 -2
  209. package/dist/esm/{business.service-1f589b6e.js → business.service-97a3da69.js} +1 -1
  210. package/dist/esm/{check-pkg-version-10cadb08.js → check-pkg-version-bac8fac0.js} +1 -1
  211. package/dist/esm/checkout.service-ef1549c6.js +34 -0
  212. package/dist/esm/checkouts-list-core.entry.js +177 -0
  213. package/dist/esm/checkouts-list-filters.entry.js +31 -0
  214. package/dist/esm/{custom-popper.entry.js → custom-popper_4.entry.js} +105 -4
  215. package/dist/esm/dispute-4d2e0a04.js +10 -0
  216. package/dist/esm/form-alert_5.entry.js +3 -3
  217. package/dist/esm/form-control-checkbox_9.entry.js +56 -33
  218. package/dist/esm/form-control-date.entry.js +79 -0
  219. package/dist/esm/form-control-error-text.entry.js +17 -0
  220. package/dist/esm/form-control-file.entry.js +1 -1
  221. package/dist/esm/form-control-help-text.entry.js +17 -0
  222. package/dist/esm/form-control-monetary.entry.js +1 -1
  223. package/dist/esm/form-control-number-masked_2.entry.js +94 -0
  224. package/dist/esm/form-control-number.entry.js +1 -1
  225. package/dist/esm/form-control-radio.entry.js +40 -0
  226. package/dist/esm/form-control-textarea.entry.js +45 -0
  227. package/dist/esm/{get-payout-csv-93427146.js → get-payout-csv-70974763.js} +4 -3
  228. package/dist/esm/get-subaccounts-16c8ce40.js +51 -0
  229. package/dist/esm/gross-payment-chart-core.entry.js +3 -3
  230. package/dist/esm/justifi-additional-questions-form-step_10.entry.js +30 -17
  231. package/dist/esm/justifi-additional-statement_11.entry.js +159 -0
  232. package/dist/esm/justifi-bank-account-form.entry.js +3 -3
  233. package/dist/esm/justifi-billing-form_2.entry.js +1680 -15
  234. package/dist/esm/justifi-business-details.entry.js +6 -6
  235. package/dist/esm/justifi-business-form.entry.js +14 -13
  236. package/dist/esm/justifi-business-representative-form-inputs.entry.js +1 -1
  237. package/dist/esm/justifi-card-form.entry.js +4 -4
  238. package/dist/esm/justifi-checkout-core.entry.js +4 -9
  239. package/dist/esm/justifi-checkout.entry.js +11 -26
  240. package/dist/esm/justifi-checkouts-list.entry.js +115 -0
  241. package/dist/esm/justifi-details.entry.js +3 -3
  242. package/dist/esm/justifi-dispute-management-core.entry.js +24 -0
  243. package/dist/esm/justifi-dispute-management.entry.js +12 -0
  244. package/dist/esm/justifi-gross-payment-chart.entry.js +5 -5
  245. package/dist/esm/{justifi-new-payment-method_4.entry.js → justifi-new-payment-method_5.entry.js} +23 -7
  246. package/dist/esm/justifi-owner-form_3.entry.js +8 -8
  247. package/dist/esm/justifi-payment-details.entry.js +9 -8
  248. package/dist/esm/justifi-payment-form.entry.js +12 -11
  249. package/dist/esm/justifi-payment-method-selector.entry.js +4 -3
  250. package/dist/esm/justifi-payment-provisioning-core.entry.js +2 -2
  251. package/dist/esm/justifi-payment-provisioning.entry.js +5 -5
  252. package/dist/esm/justifi-payments-list.entry.js +11 -12
  253. package/dist/esm/justifi-payout-details.entry.js +9 -8
  254. package/dist/esm/justifi-payouts-list.entry.js +12 -14
  255. package/dist/esm/justifi-refund-form.entry.js +7 -6
  256. package/dist/esm/justifi-season-interruption-insurance-core.entry.js +4 -4
  257. package/dist/esm/justifi-season-interruption-insurance.entry.js +8 -7
  258. package/dist/esm/justifi-terminals-list.entry.js +133 -0
  259. package/dist/esm/justifi-tokenize-payment-method.entry.js +55 -0
  260. package/dist/esm/loader.js +1 -1
  261. package/dist/{cjs/payments-list-filters_2.cjs.entry.js → esm/lodash-faeb5a52.js} +1 -63
  262. package/dist/esm/{package-2ef16e2c.js → package-5144835c.js} +1 -1
  263. package/dist/esm/payment-details-core.entry.js +11 -10
  264. package/dist/esm/{payment.service-21a3e2d3.js → payment.service-2f67410b.js} +4 -3
  265. package/dist/esm/payments-list-core.entry.js +16 -16
  266. package/dist/esm/payments-list-filters.entry.js +31 -0
  267. package/dist/esm/payments-status-4937a170.js +24 -0
  268. package/dist/esm/payout-details-core.entry.js +5 -4
  269. package/dist/esm/payouts-list-core.entry.js +8 -24
  270. package/dist/esm/payouts-status-cd58e525.js +22 -0
  271. package/dist/esm/{schema-validations-e725d701.js → schema-validations-c1728516.js} +1 -1
  272. package/dist/esm/styled-host-e0ddb759.js +12 -0
  273. package/dist/esm/table-75364107.js +18 -0
  274. package/dist/esm/table-filters-menu.entry.js +31 -0
  275. package/dist/esm/terminals-list-core.entry.js +162 -0
  276. package/dist/esm/terminals-list-filters.entry.js +28 -0
  277. package/dist/esm/{utils-e66d8bca.js → utils-3daada24.js} +4 -43
  278. package/dist/esm/webcomponents.js +1 -1
  279. package/dist/module/Api.js +6 -4
  280. package/dist/module/Checkout.js +83 -0
  281. package/dist/module/Payment.js +15 -0
  282. package/dist/module/SubAccount.js +102 -0
  283. package/dist/module/additional-questions.js +22 -10
  284. package/dist/module/additional-statement.js +63 -0
  285. package/dist/module/billing-form.js +14 -8
  286. package/dist/module/business-additional-questions-form-step-core.js +42 -11
  287. package/dist/module/business-additional-questions-form-step.js +23 -11
  288. package/dist/module/business-bank-account-form-step.js +25 -11
  289. package/dist/module/business-core-info-form-step-core.js +19 -10
  290. package/dist/module/business-core-info-form-step.js +16 -10
  291. package/dist/module/business-core-info.js +16 -10
  292. package/dist/module/business-document-upload-form-step.js +14 -5
  293. package/dist/module/business-document-upload-input-group.js +28 -22
  294. package/dist/module/business-documents-on-file.js +1 -1
  295. package/dist/module/business-form-types.js +12 -1
  296. package/dist/module/business-owners-form-step-core.js +20 -12
  297. package/dist/module/business-owners-form-step.js +16 -10
  298. package/dist/module/business-representative-form-inputs.js +16 -10
  299. package/dist/module/business-representative-form-step-core.js +19 -10
  300. package/dist/module/business-representative-form-step.js +16 -10
  301. package/dist/module/business-representative.js +15 -9
  302. package/dist/module/business-terms-conditions-form-step.js +6 -3
  303. package/dist/module/business-terms-conditions-text.js +1 -1
  304. package/dist/module/cancellation-policy.js +63 -0
  305. package/dist/module/checkout-core.js +16 -15
  306. package/dist/module/checkout.service.js +34 -0
  307. package/dist/module/checkouts-list-core.d.ts +11 -0
  308. package/dist/module/checkouts-list-core.js +6 -0
  309. package/dist/module/checkouts-list-core2.js +249 -0
  310. package/dist/module/checkouts-list-filters.d.ts +11 -0
  311. package/dist/module/checkouts-list-filters.js +6 -0
  312. package/dist/module/checkouts-list-filters2.js +80 -0
  313. package/dist/module/counter-dispute.js +189 -0
  314. package/dist/module/custom-popper2.js +2 -2
  315. package/dist/module/customer-details.js +69 -0
  316. package/dist/module/details.js +1 -1
  317. package/dist/module/dispute-management-core.js +160 -0
  318. package/dist/module/dispute-notification.js +36 -0
  319. package/dist/module/dispute-reason.js +45 -0
  320. package/dist/module/duplicate-charge.js +69 -0
  321. package/dist/module/electronic-evidence.js +63 -0
  322. package/dist/module/exported-parts.js +1 -34
  323. package/dist/module/form-control-checkbox2.js +1 -1
  324. package/dist/module/form-control-date2.js +59 -10
  325. package/dist/module/form-control-file2.js +10 -4
  326. package/dist/module/form-control-monetary2.js +1 -1
  327. package/dist/module/form-control-number-masked2.js +10 -4
  328. package/dist/module/form-control-number.js +1 -1
  329. package/dist/module/form-control-radio.d.ts +11 -0
  330. package/dist/module/form-control-radio.js +6 -0
  331. package/dist/module/form-control-radio2.js +78 -0
  332. package/dist/module/form-control-select2.js +10 -4
  333. package/dist/module/form-control-text2.js +10 -4
  334. package/dist/module/form-control-textarea.d.ts +11 -0
  335. package/dist/module/form-control-textarea.js +6 -0
  336. package/dist/module/form-control-textarea2.js +84 -0
  337. package/dist/module/form-control-tooltip.d.ts +11 -0
  338. package/dist/module/form-control-tooltip.js +6 -0
  339. package/dist/module/form-control-tooltip2.js +49 -0
  340. package/dist/module/get-payout-csv.js +2 -1
  341. package/dist/module/get-subaccounts.js +51 -0
  342. package/dist/module/gross-payment-chart-core2.js +2 -2
  343. package/dist/module/identity-address-form.js +14 -8
  344. package/dist/module/justifi-additional-statement.d.ts +11 -0
  345. package/dist/module/justifi-additional-statement.js +6 -0
  346. package/dist/module/justifi-business-form.js +32 -19
  347. package/dist/module/justifi-cancellation-policy.d.ts +11 -0
  348. package/dist/module/justifi-cancellation-policy.js +6 -0
  349. package/dist/module/justifi-card-form.js +1 -1
  350. package/dist/module/justifi-checkout.js +16 -31
  351. package/dist/module/justifi-checkouts-list.d.ts +11 -0
  352. package/dist/module/justifi-checkouts-list.js +191 -0
  353. package/dist/module/justifi-counter-dispute.d.ts +11 -0
  354. package/dist/module/justifi-counter-dispute.js +6 -0
  355. package/dist/module/justifi-customer-details.d.ts +11 -0
  356. package/dist/module/justifi-customer-details.js +6 -0
  357. package/dist/module/justifi-dispute-management-core.d.ts +11 -0
  358. package/dist/module/justifi-dispute-management-core.js +6 -0
  359. package/dist/module/justifi-dispute-management.d.ts +11 -0
  360. package/dist/module/justifi-dispute-management.js +157 -0
  361. package/dist/module/justifi-dispute-notification.d.ts +11 -0
  362. package/dist/module/justifi-dispute-notification.js +6 -0
  363. package/dist/module/justifi-dispute-reason.d.ts +11 -0
  364. package/dist/module/justifi-dispute-reason.js +6 -0
  365. package/dist/module/justifi-duplicate-charge.d.ts +11 -0
  366. package/dist/module/justifi-duplicate-charge.js +6 -0
  367. package/dist/module/justifi-electronic-evidence.d.ts +11 -0
  368. package/dist/module/justifi-electronic-evidence.js +6 -0
  369. package/dist/module/justifi-payment-details.js +2 -1
  370. package/dist/module/justifi-payment-form.js +18 -11
  371. package/dist/module/justifi-payment-provisioning.js +30 -18
  372. package/dist/module/justifi-payments-list.js +12 -13
  373. package/dist/module/justifi-payout-details.js +2 -1
  374. package/dist/module/justifi-payouts-list.js +14 -10
  375. package/dist/module/justifi-product-or-service.d.ts +11 -0
  376. package/dist/module/justifi-product-or-service.js +6 -0
  377. package/dist/module/justifi-refund-form.js +23 -10
  378. package/dist/module/justifi-refund-policy.d.ts +11 -0
  379. package/dist/module/justifi-refund-policy.js +6 -0
  380. package/dist/module/justifi-season-interruption-insurance.js +3 -2
  381. package/dist/module/justifi-shipping-details.d.ts +11 -0
  382. package/dist/module/justifi-shipping-details.js +6 -0
  383. package/dist/module/justifi-terminals-list.d.ts +11 -0
  384. package/dist/module/justifi-terminals-list.js +216 -0
  385. package/dist/module/justifi-tokenize-payment-method.d.ts +11 -0
  386. package/dist/module/justifi-tokenize-payment-method.js +153 -0
  387. package/dist/module/legal-address-form-step-core.js +17 -8
  388. package/dist/module/legal-address-form-step.js +14 -8
  389. package/dist/module/legal-address-form.js +14 -8
  390. package/dist/module/lodash.js +17204 -0
  391. package/dist/module/new-payment-method.js +14 -8
  392. package/dist/module/owner-form-core2.js +17 -11
  393. package/dist/module/owner-form-inputs2.js +16 -10
  394. package/dist/module/owner-form.js +15 -9
  395. package/dist/module/package.js +1 -1
  396. package/dist/module/payment-details-core2.js +9 -8
  397. package/dist/module/payment-method-form.js +1 -1
  398. package/dist/module/payment-method-options.js +14 -8
  399. package/dist/module/payment-method-selector.js +3 -2
  400. package/dist/module/payment-provisioning-core.js +31 -19
  401. package/dist/module/payment-provisioning-form-buttons.js +1 -1
  402. package/dist/module/payment-provisioning-form-steps.js +30 -18
  403. package/dist/module/payment.service.js +2 -1
  404. package/dist/module/payments-list-core2.js +23 -22
  405. package/dist/module/payments-list-filters2.js +9 -17211
  406. package/dist/module/payments-status.js +24 -0
  407. package/dist/module/payout-details-core2.js +3 -2
  408. package/dist/module/payouts-list-core2.js +17 -26
  409. package/dist/module/payouts-status.js +22 -0
  410. package/dist/module/product-or-service.js +60 -0
  411. package/dist/module/refund-policy.js +63 -0
  412. package/dist/module/save-new-payment-method.js +1 -1
  413. package/dist/module/saved-payment-method.js +2 -2
  414. package/dist/module/season-interruption-insurance-core.js +3 -3
  415. package/dist/module/sezzle-payment-method.js +2 -2
  416. package/dist/module/shipping-details.js +79 -0
  417. package/dist/module/styled-host.js +1 -1
  418. package/dist/module/table-filters-menu2.js +1 -1
  419. package/dist/module/table-loading-state.js +34 -0
  420. package/dist/module/table.js +18 -0
  421. package/dist/module/terminals-list-core.d.ts +11 -0
  422. package/dist/module/terminals-list-core.js +6 -0
  423. package/dist/module/terminals-list-core2.js +240 -0
  424. package/dist/module/terminals-list-filters.d.ts +11 -0
  425. package/dist/module/terminals-list-filters.js +6 -0
  426. package/dist/module/terminals-list-filters2.js +83 -0
  427. package/dist/module/utils2.js +4 -43
  428. package/dist/types/api/Api.d.ts +1 -1
  429. package/dist/types/api/Checkout.d.ts +74 -2
  430. package/dist/types/api/Payment.d.ts +7 -0
  431. package/dist/types/api/SubAccount.d.ts +51 -0
  432. package/dist/types/api/Terminal.d.ts +48 -0
  433. package/dist/types/api/get-subaccounts.d.ts +10 -0
  434. package/dist/types/api/index.d.ts +2 -0
  435. package/dist/types/api/services/checkout.service.d.ts +3 -1
  436. package/dist/types/api/services/subaccounts.service.d.ts +7 -0
  437. package/dist/types/api/services/terminal.service.d.ts +9 -0
  438. package/dist/types/components/billing-form/billing-form.d.ts +1 -1
  439. package/dist/types/components/business-forms/business-form/additional-questions/additional-questions.d.ts +1 -1
  440. package/dist/types/components/business-forms/business-form/business-core-info/business-core-info.d.ts +1 -1
  441. package/dist/types/components/business-forms/business-form/business-representative/business-representative.d.ts +1 -1
  442. package/dist/types/components/business-forms/business-form/legal-address-form/legal-address-form.d.ts +1 -1
  443. package/dist/types/components/business-forms/owner-form/owner-form-core.d.ts +1 -1
  444. package/dist/types/components/business-forms/owner-form/owner-form-inputs.d.ts +1 -1
  445. package/dist/types/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step-core.d.ts +5 -2
  446. package/dist/types/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.d.ts +3 -2
  447. package/dist/types/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step-core.d.ts +3 -2
  448. package/dist/types/components/business-forms/payment-provisioning/business-owners/business-owners-form-step-core.d.ts +2 -1
  449. package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-inputs.d.ts +1 -1
  450. package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step-core.d.ts +3 -2
  451. package/dist/types/components/business-forms/payment-provisioning/document-uploads/business-document-upload-form-step.d.ts +3 -2
  452. package/dist/types/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step-core.d.ts +3 -2
  453. package/dist/types/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-form-step.d.ts +3 -2
  454. package/dist/types/components/business-forms/utils/business-form-types.d.ts +15 -0
  455. package/dist/types/components/business-forms/utils/input-handlers.d.ts +1 -1
  456. package/dist/types/components/checkouts-list/checkouts-list-core.d.ts +35 -0
  457. package/dist/types/components/checkouts-list/checkouts-list-filters.d.ts +15 -0
  458. package/dist/types/components/checkouts-list/checkouts-list.d.ts +44 -0
  459. package/dist/types/components/checkouts-list/checkouts-status.d.ts +1 -0
  460. package/dist/types/components/checkouts-list/checkouts-table.d.ts +17 -0
  461. package/dist/types/components/checkouts-list/get-checkouts.d.ts +10 -0
  462. package/dist/types/components/dispute-management/counter-dispute/additional-statement.d.ts +3 -0
  463. package/dist/types/components/dispute-management/counter-dispute/cancellation-policy.d.ts +3 -0
  464. package/dist/types/components/dispute-management/counter-dispute/counter-dispute.d.ts +14 -0
  465. package/dist/types/components/dispute-management/counter-dispute/customer-details.d.ts +3 -0
  466. package/dist/types/components/dispute-management/counter-dispute/dispute-reason.d.ts +3 -0
  467. package/dist/types/components/dispute-management/counter-dispute/duplicate-charge.d.ts +3 -0
  468. package/dist/types/components/dispute-management/counter-dispute/electronic-evidence.d.ts +3 -0
  469. package/dist/types/components/dispute-management/counter-dispute/product-or-service.d.ts +4 -0
  470. package/dist/types/components/dispute-management/counter-dispute/refund-policy.d.ts +3 -0
  471. package/dist/types/components/dispute-management/counter-dispute/shipping-details.d.ts +3 -0
  472. package/dist/types/components/dispute-management/dispute-management-core.d.ts +7 -0
  473. package/dist/types/components/dispute-management/dispute-management.d.ts +3 -0
  474. package/dist/types/components/dispute-management/dispute-notification.d.ts +8 -0
  475. package/dist/types/components/dispute-management/dispute.d.ts +7 -0
  476. package/dist/types/components/payments-list/payments-status.d.ts +1 -0
  477. package/dist/types/components/payouts-list/payouts-list-core.d.ts +1 -2
  478. package/dist/types/components/payouts-list/payouts-status.d.ts +1 -0
  479. package/dist/types/components/terminals-list/get-terminal-detail.d.ts +8 -0
  480. package/dist/types/components/terminals-list/get-terminals.d.ts +10 -0
  481. package/dist/types/components/terminals-list/terminals-list-core.d.ts +35 -0
  482. package/dist/types/components/terminals-list/terminals-list-filters.d.ts +13 -0
  483. package/dist/types/components/terminals-list/terminals-list.d.ts +44 -0
  484. package/dist/types/components/terminals-list/terminals-status.d.ts +1 -0
  485. package/dist/types/components/terminals-list/terminals-table.d.ts +13 -0
  486. package/dist/types/components/tokenize-payment-method/tokenize-payment-method.d.ts +22 -0
  487. package/dist/types/components.d.ts +779 -16
  488. package/dist/types/ui-components/custom-popper/custom-popper.d.ts +1 -1
  489. package/dist/types/{components → ui-components}/form/form-control-date.d.ts +6 -0
  490. package/dist/types/ui-components/form/form-control-radio.d.ts +19 -0
  491. package/dist/types/ui-components/form/form-control-textarea.d.ts +20 -0
  492. package/dist/types/ui-components/form/form-helpers/form-control-tooltip/form-control-tooltip.d.ts +8 -0
  493. package/dist/types/ui-components/index.d.ts +1 -0
  494. package/dist/types/utils/table.d.ts +13 -0
  495. package/dist/types/utils/utils.d.ts +1 -3
  496. package/dist/webcomponents/p-037e3545.entry.js +1 -0
  497. package/dist/webcomponents/{p-232016ba.entry.js → p-04d12939.entry.js} +1 -1
  498. package/dist/webcomponents/p-0ac35b39.entry.js +1 -0
  499. package/dist/webcomponents/p-0b686ada.entry.js +1 -0
  500. package/dist/webcomponents/p-0c79e368.entry.js +1 -0
  501. package/dist/webcomponents/p-0de9e97b.entry.js +1 -0
  502. package/dist/webcomponents/{p-7d3be485.js → p-0e180654.js} +1 -1
  503. package/dist/webcomponents/{p-056e75be.entry.js → p-11ff46df.entry.js} +1 -1
  504. package/dist/webcomponents/p-16d2932d.js +1 -0
  505. package/dist/webcomponents/p-206fde40.js +1 -0
  506. package/dist/webcomponents/p-24392a86.entry.js +1 -0
  507. package/dist/webcomponents/p-269ba6fe.entry.js +1 -0
  508. package/dist/webcomponents/{p-1eee25f3.entry.js → p-286a4e72.entry.js} +2 -2
  509. package/dist/webcomponents/p-2c2b57b3.js +1 -0
  510. package/dist/webcomponents/{p-d76002d5.entry.js → p-2c8c214f.entry.js} +1 -1
  511. package/dist/webcomponents/p-2de65000.entry.js +1 -0
  512. package/dist/webcomponents/{p-277aee05.js → p-3d3468a8.js} +1 -1
  513. package/dist/webcomponents/p-47dbe17d.js +1 -0
  514. package/dist/webcomponents/p-4b14abbf.entry.js +1 -0
  515. package/dist/webcomponents/p-4c0c88e4.entry.js +1 -0
  516. package/dist/webcomponents/p-52ca72cd.entry.js +1 -0
  517. package/dist/webcomponents/{p-707bdf68.js → p-56bda985.js} +1 -1
  518. package/dist/webcomponents/p-56d84fb3.entry.js +1 -0
  519. package/dist/webcomponents/p-638c6285.entry.js +1 -0
  520. package/dist/webcomponents/p-69ea7334.entry.js +1 -0
  521. package/dist/webcomponents/p-6caf6f09.entry.js +1 -0
  522. package/dist/webcomponents/{p-da1d174d.entry.js → p-72819173.entry.js} +1 -1
  523. package/dist/webcomponents/p-74da98da.js +1 -0
  524. package/dist/webcomponents/p-7fec2bcb.js +1 -0
  525. package/dist/webcomponents/p-8480e3ab.entry.js +1 -0
  526. package/dist/webcomponents/p-869ae0c7.entry.js +1 -0
  527. package/dist/webcomponents/p-8ec550d7.entry.js +1 -0
  528. package/dist/webcomponents/p-8f212554.entry.js +1 -0
  529. package/dist/webcomponents/p-907ba963.js +1 -0
  530. package/dist/webcomponents/p-919e6e67.entry.js +1 -0
  531. package/dist/webcomponents/p-927a147c.entry.js +1 -0
  532. package/dist/webcomponents/p-935188c8.entry.js +1 -0
  533. package/dist/webcomponents/p-9bd13e22.js +1 -0
  534. package/dist/webcomponents/p-9f56ad71.js +1 -0
  535. package/dist/webcomponents/p-a2be972d.entry.js +1 -0
  536. package/dist/webcomponents/p-a3143d62.entry.js +1 -0
  537. package/dist/webcomponents/p-a76ece26.js +1 -0
  538. package/dist/webcomponents/{p-5e2c9ec8.js → p-a8f22d4d.js} +1 -1
  539. package/dist/webcomponents/p-ad443df5.entry.js +1 -0
  540. package/dist/webcomponents/p-b0686897.entry.js +1 -0
  541. package/dist/webcomponents/p-b1aacd6b.entry.js +1 -0
  542. package/dist/webcomponents/p-b4a7307b.entry.js +1 -0
  543. package/dist/webcomponents/p-bfb990fc.entry.js +1 -0
  544. package/dist/webcomponents/p-c1bf9285.entry.js +1 -0
  545. package/dist/webcomponents/{p-35846553.js → p-c1cf7d5b.js} +1 -1
  546. package/dist/webcomponents/p-c30c8f39.entry.js +1 -0
  547. package/dist/webcomponents/p-c5c6e61d.js +1 -0
  548. package/dist/webcomponents/{p-d99a5f30.entry.js → p-c63825d8.entry.js} +1 -1
  549. package/dist/webcomponents/{p-5022f21c.js → p-c65b78cf.js} +1 -1
  550. package/dist/webcomponents/p-c6be72b0.js +10 -0
  551. package/dist/webcomponents/p-c717646f.entry.js +1 -0
  552. package/dist/webcomponents/{p-d9579cd6.entry.js → p-cb79f06c.entry.js} +1 -1
  553. package/dist/webcomponents/p-ccbff4fa.entry.js +1 -0
  554. package/dist/webcomponents/p-cd4eaeb7.js +1 -0
  555. package/dist/webcomponents/p-cd7e866c.entry.js +1 -0
  556. package/dist/webcomponents/p-d1248039.entry.js +1 -0
  557. package/dist/webcomponents/{p-c64ce69d.entry.js → p-d2eb61e6.entry.js} +1 -1
  558. package/dist/webcomponents/p-d516e700.js +1 -0
  559. package/dist/webcomponents/p-dae9b10e.entry.js +1 -0
  560. package/dist/webcomponents/p-e412a713.entry.js +1 -0
  561. package/dist/webcomponents/p-e69b2ff8.entry.js +1 -0
  562. package/dist/webcomponents/p-e6be8845.entry.js +1 -0
  563. package/dist/webcomponents/{p-b91bcbfc.js → p-e7d6609d.js} +1 -1
  564. package/dist/webcomponents/p-e8797be0.entry.js +1 -0
  565. package/dist/webcomponents/p-eb9ba917.entry.js +1 -0
  566. package/dist/webcomponents/p-ec7e69eb.entry.js +1 -0
  567. package/dist/webcomponents/p-eeb70281.entry.js +1 -0
  568. package/dist/webcomponents/{p-e31f0f3e.entry.js → p-efb56234.entry.js} +1 -1
  569. package/dist/webcomponents/p-f4a8215b.entry.js +1 -0
  570. package/dist/webcomponents/{p-401d6607.js → p-f6f8dabc.js} +1 -1
  571. package/dist/webcomponents/{p-1c04aacd.entry.js → p-f7077f93.entry.js} +1 -1
  572. package/dist/webcomponents/p-fc4de0d2.js +1 -0
  573. package/dist/webcomponents/{p-3c7fac29.entry.js → p-ffe27126.entry.js} +1 -1
  574. package/dist/webcomponents/webcomponents.esm.js +1 -1
  575. package/package.json +1 -1
  576. package/dist/cjs/Payout-a2dd7b01.js +0 -45
  577. package/dist/cjs/form-control-date_3.cjs.entry.js +0 -136
  578. package/dist/cjs/form-control-error-text_4.cjs.entry.js +0 -118
  579. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +0 -1688
  580. package/dist/cjs/styled-host-9e0b67b3.js +0 -14
  581. package/dist/esm/Payout-dfe15b00.js +0 -43
  582. package/dist/esm/form-control-date_3.entry.js +0 -130
  583. package/dist/esm/form-control-error-text_4.entry.js +0 -111
  584. package/dist/esm/justifi-payment-method-form.entry.js +0 -1684
  585. package/dist/esm/styled-host-3171ae1f.js +0 -12
  586. package/dist/module/Payout.js +0 -43
  587. package/dist/webcomponents/p-034fc302.entry.js +0 -1
  588. package/dist/webcomponents/p-37888614.entry.js +0 -1
  589. package/dist/webcomponents/p-430f81c6.entry.js +0 -1
  590. package/dist/webcomponents/p-44055818.js +0 -1
  591. package/dist/webcomponents/p-538fd427.entry.js +0 -1
  592. package/dist/webcomponents/p-55182a59.js +0 -1
  593. package/dist/webcomponents/p-570a0f02.entry.js +0 -1
  594. package/dist/webcomponents/p-57d7534f.entry.js +0 -1
  595. package/dist/webcomponents/p-59cf5391.entry.js +0 -1
  596. package/dist/webcomponents/p-60d3571e.entry.js +0 -1
  597. package/dist/webcomponents/p-6ac806ff.entry.js +0 -1
  598. package/dist/webcomponents/p-75139399.entry.js +0 -1
  599. package/dist/webcomponents/p-7771f64b.entry.js +0 -1
  600. package/dist/webcomponents/p-7ddfce86.entry.js +0 -1
  601. package/dist/webcomponents/p-7ff329b1.js +0 -1
  602. package/dist/webcomponents/p-8a7112a0.entry.js +0 -1
  603. package/dist/webcomponents/p-9add7d3e.entry.js +0 -1
  604. package/dist/webcomponents/p-9b154d98.entry.js +0 -1
  605. package/dist/webcomponents/p-ab92abb1.entry.js +0 -1
  606. package/dist/webcomponents/p-ad47f37c.entry.js +0 -1
  607. package/dist/webcomponents/p-aedb421f.entry.js +0 -1
  608. package/dist/webcomponents/p-b14da2fd.entry.js +0 -1
  609. package/dist/webcomponents/p-bbed6107.entry.js +0 -1
  610. package/dist/webcomponents/p-bdc91c61.entry.js +0 -1
  611. package/dist/webcomponents/p-c1772671.entry.js +0 -1
  612. package/dist/webcomponents/p-c740b6ca.entry.js +0 -1
  613. package/dist/webcomponents/p-ce5fe369.entry.js +0 -10
  614. package/dist/webcomponents/p-d8355f91.entry.js +0 -1
  615. package/dist/webcomponents/p-d89bad72.js +0 -1
  616. package/dist/webcomponents/p-dc048c3c.entry.js +0 -1
  617. package/dist/webcomponents/p-df21aaad.js +0 -1
  618. package/dist/webcomponents/p-e2c88817.entry.js +0 -1
  619. package/dist/webcomponents/p-e3fab0e2.js +0 -1
  620. package/dist/webcomponents/p-f0866375.entry.js +0 -1
  621. package/dist/webcomponents/p-f2924369.js +0 -1
  622. package/dist/webcomponents/p-fb7f7a8c.entry.js +0 -1
  623. package/dist/webcomponents/p-ffddac99.entry.js +0 -1
  624. /package/dist/cjs/{exported-parts-b18c68c2.js → exported-parts-a994d693.js} +0 -0
  625. /package/dist/cjs/{index.esm-52757963.js → index.esm-97cf6825.js} +0 -0
  626. /package/dist/cjs/{utils-c1d2e426.js → utils-189dc30d.js} +0 -0
  627. /package/dist/cjs/{utils-ddacfc44.js → utils-bc03ca40.js} +0 -0
  628. /package/dist/collection/{components → ui-components}/details/utils.js +0 -0
  629. /package/dist/collection/{components → ui-components}/form/form-helpers/form-alert/form-alert.js +0 -0
  630. /package/dist/collection/{components → ui-components}/form/form-helpers/form-control-error-text/form-control-error-text.js +0 -0
  631. /package/dist/collection/{components → ui-components}/form/form-helpers/form-control-help-text/form-control-help-text.js +0 -0
  632. /package/dist/collection/{components → ui-components}/form/form.js +0 -0
  633. /package/dist/collection/{components → ui-components}/form/utils.js +0 -0
  634. /package/dist/collection/{components → ui-components}/table/exported-parts.js +0 -0
  635. /package/dist/esm/{exported-parts-abd4c027.js → exported-parts-70e7a12b.js} +0 -0
  636. /package/dist/esm/{index.esm-fc4f5c0c.js → index.esm-ed37201b.js} +0 -0
  637. /package/dist/esm/{utils-3bb6347a.js → utils-20cdf321.js} +0 -0
  638. /package/dist/esm/{utils-01413a95.js → utils-218275b7.js} +0 -0
  639. /package/dist/types/{components → ui-components}/details/details.d.ts +0 -0
  640. /package/dist/types/{components → ui-components}/details/utils.d.ts +0 -0
  641. /package/dist/types/{components → ui-components}/form/form-control-checkbox.d.ts +0 -0
  642. /package/dist/types/{components → ui-components}/form/form-control-file.d.ts +0 -0
  643. /package/dist/types/{components → ui-components}/form/form-control-monetary.d.ts +0 -0
  644. /package/dist/types/{components → ui-components}/form/form-control-number-masked.d.ts +0 -0
  645. /package/dist/types/{components → ui-components}/form/form-control-number.d.ts +0 -0
  646. /package/dist/types/{components → ui-components}/form/form-control-select.d.ts +0 -0
  647. /package/dist/types/{components → ui-components}/form/form-control-text.d.ts +0 -0
  648. /package/dist/types/{components → ui-components}/form/form-helpers/form-alert/form-alert.d.ts +0 -0
  649. /package/dist/types/{components → ui-components}/form/form-helpers/form-control-error-text/form-control-error-text.d.ts +0 -0
  650. /package/dist/types/{components → ui-components}/form/form-helpers/form-control-help-text/form-control-help-text.d.ts +0 -0
  651. /package/dist/types/{components → ui-components}/form/form.d.ts +0 -0
  652. /package/dist/types/{components → ui-components}/form/utils.d.ts +0 -0
  653. /package/dist/types/{components → ui-components}/table/exported-parts.d.ts +0 -0
  654. /package/dist/webcomponents/{p-2eab3c90.js → p-3c654c07.js} +0 -0
  655. /package/dist/webcomponents/{p-2b6c9c4f.js → p-6cc30da2.js} +0 -0
  656. /package/dist/webcomponents/{p-dce846bf.js → p-a8b4f429.js} +0 -0
  657. /package/dist/webcomponents/{p-8df7bde8.js → p-e3c22aa9.js} +0 -0
@@ -0,0 +1,79 @@
1
+ import { r as registerInstance, c as createEvent, h, H as Host } from './index-57431c24.js';
2
+
3
+ const DateInput = class {
4
+ constructor(hostRef) {
5
+ registerInstance(this, hostRef);
6
+ this.formControlInput = createEvent(this, "formControlInput", 7);
7
+ this.formControlBlur = createEvent(this, "formControlBlur", 7);
8
+ this.handleFormControlInput = (event) => {
9
+ const target = event.target;
10
+ const localValue = target.value;
11
+ if (this.filterTimeZone) {
12
+ const utcDate = this.convertToUTC(localValue);
13
+ this.inputHandler(this.name, utcDate);
14
+ this.formControlInput.emit({ name: this.name, value: utcDate });
15
+ }
16
+ else {
17
+ this.inputHandler(this.name, localValue);
18
+ this.formControlInput.emit({ name: this.name, value: localValue });
19
+ }
20
+ };
21
+ this.name = undefined;
22
+ this.label = undefined;
23
+ this.inputHandler = undefined;
24
+ this.defaultValue = undefined;
25
+ this.helpText = undefined;
26
+ this.errorText = undefined;
27
+ this.disabled = undefined;
28
+ this.filterTimeZone = false;
29
+ this.showTime = undefined;
30
+ this.maxDate = this.currentDate;
31
+ }
32
+ handleDefaultValueChange(newValue) {
33
+ if (this.filterTimeZone) {
34
+ this.updateInput(this.convertToLocal(newValue));
35
+ }
36
+ else {
37
+ this.updateInput(newValue);
38
+ }
39
+ }
40
+ get currentDate() {
41
+ if (!this.showTime) {
42
+ return new Date().toISOString().split('T')[0];
43
+ }
44
+ else {
45
+ return new Date().toISOString().slice(0, 16);
46
+ }
47
+ }
48
+ componentDidLoad() {
49
+ if (this.filterTimeZone) {
50
+ this.updateInput(this.convertToLocal(this.defaultValue));
51
+ }
52
+ else {
53
+ this.updateInput(this.defaultValue);
54
+ }
55
+ }
56
+ updateInput(value) {
57
+ this.dateInput.value = value;
58
+ }
59
+ convertToUTC(value) {
60
+ const dateObj = new Date(value);
61
+ return new Date(dateObj.toUTCString()).toISOString();
62
+ }
63
+ convertToLocal(value) {
64
+ if (!value)
65
+ return value;
66
+ const date = new Date(value);
67
+ // Adjust the date to the local timezone
68
+ const localDate = new Date(date.getTime() - date.getTimezoneOffset() * 60000);
69
+ return this.showTime ? localDate.toISOString().slice(0, 16) : localDate.toISOString().split('T')[0];
70
+ }
71
+ render() {
72
+ return (h(Host, { key: 'd3fe13284d2f08b951f12d16ea6a56492864991e', exportparts: "label,input,input-invalid" }, h("div", { key: '4823a873c5a8851b094ae59869014ffc6e603328', class: "form-group d-flex flex-column" }, h("div", { key: 'c2205441e85bfe202ae80660eafb4a3f0bae3f82', class: "d-flex gap-2" }, h("label", { key: 'c82d9599db4f54b647bf930e2a44b2f82b07876c', part: "label", class: "form-label", htmlFor: this.name }, this.label), h("form-control-tooltip", { key: 'b2d8b21a6dba7f4e093081eb274e02d4484198e1', helpText: this.helpText })), h("input", { key: '579063f27122ec31f3818d3168060e43c51c1889', type: this.showTime ? 'datetime-local' : 'date', ref: el => (this.dateInput = el), id: this.name, name: this.name, onBlur: this.formControlBlur.emit, onInput: this.handleFormControlInput, part: `input ${this.errorText && 'input-invalid'}`, class: this.errorText ? 'form-control is-invalid' : 'form-control', disabled: this.disabled, max: this.maxDate }), h("form-control-error-text", { key: '75b7361712bbc65683b19a40398fa5b111b8b39b', errorText: this.errorText, name: this.name }))));
73
+ }
74
+ static get watchers() { return {
75
+ "defaultValue": ["handleDefaultValueChange"]
76
+ }; }
77
+ };
78
+
79
+ export { DateInput as form_control_date };
@@ -0,0 +1,17 @@
1
+ import { r as registerInstance, h } from './index-57431c24.js';
2
+
3
+ const FormControlErrorText = class {
4
+ constructor(hostRef) {
5
+ registerInstance(this, hostRef);
6
+ this.errorText = undefined;
7
+ this.name = undefined;
8
+ }
9
+ render() {
10
+ if (!this.errorText) {
11
+ return null;
12
+ }
13
+ return (h("small", { class: 'form-text text-danger', id: `form-error-text-${this.name}` }, this.errorText));
14
+ }
15
+ };
16
+
17
+ export { FormControlErrorText as form_control_error_text };
@@ -36,7 +36,7 @@ const FileInput = class {
36
36
  this.fileInput = this.el.querySelector('input');
37
37
  }
38
38
  render() {
39
- return (h(Host, { key: 'ed29128c1c4c811aa030697347adb88e0143b031', exportparts: "label,input,input-invalid" }, h("div", { key: '6c924bdbbccae8e98a382a92e54c5b9c288de8d4', class: "form-group d-flex flex-column" }, h("label", { key: 'dbacccea94e39815737683495e3df83b514b79af', part: "label", class: "form-label", htmlFor: this.name }, this.label), h("input", { key: 'a7eef53c9fff54eace8c6960b8c62a833d30bfa3', ref: (el) => this.fileInput = el, type: "file", name: this.name, part: `input ${this.errorText ? 'input-invalid ' : ''}${this.disabled ? ' input-disabled' : ''}`, class: this.errorText ? 'form-control is-invalid' : 'form-control', multiple: this.multiple, disabled: this.disabled, onChange: this.changeHandler, onInput: this.handleFormControlInput, onBlur: () => this.formControlBlur.emit() }), h("form-control-help-text", { key: 'a5abacb92bdb3fb59d0a2265114e858540f2c4b7', helpText: this.helpText, name: this.name }), h("form-control-error-text", { key: '6eeeef347237d363d3bc6616d58f19a7f0be7e3c', errorText: this.errorText, name: this.name }))));
39
+ return (h(Host, { key: 'd3928cd6013d8e1bd23921a3d73b57de3a3f4c8f', exportparts: "label,input,input-invalid" }, h("div", { key: '5c15b542801ed84a4bdd43b7a7cb8f9a70ab5016', class: "form-group d-flex flex-column" }, h("div", { key: '1636d3a16f0da8047361cbaa87423d35e042de40', class: "d-flex align-items-start gap-2" }, h("label", { key: 'bfce95a71327cf8dd69aee4de8f1ff72c2ddcd97', part: "label", class: "form-label", htmlFor: this.name }, this.label), h("form-control-tooltip", { key: '2f6167da52618938b39e3917332a74ac3c19aba0', helpText: this.helpText })), h("input", { key: '1b06c50ddb2c1bec731ceca89cc2a19a7329e3cd', ref: (el) => this.fileInput = el, type: "file", name: this.name, part: `input ${this.errorText ? "input-invalid " : ""}${this.disabled ? "input-disabled" : ""}`, class: this.errorText ? "form-control is-invalid" : "form-control", multiple: this.multiple, disabled: this.disabled, onChange: this.changeHandler, onInput: this.handleFormControlInput, onBlur: () => this.formControlBlur.emit() }), h("form-control-error-text", { key: '0f38dc541504c11d49afda08f5531d9612e4911d', errorText: this.errorText, name: this.name }))));
40
40
  }
41
41
  get el() { return getElement(this); }
42
42
  };
@@ -0,0 +1,17 @@
1
+ import { r as registerInstance, h } from './index-57431c24.js';
2
+
3
+ const FormControlHelpText = class {
4
+ constructor(hostRef) {
5
+ registerInstance(this, hostRef);
6
+ this.helpText = undefined;
7
+ this.name = undefined;
8
+ }
9
+ render() {
10
+ if (!this.helpText) {
11
+ return null;
12
+ }
13
+ return (h("small", { class: 'form-text text-muted', id: `form-help-text-${this.name}` }, this.helpText));
14
+ }
15
+ };
16
+
17
+ export { FormControlHelpText as form_control_help_text };
@@ -51,7 +51,7 @@ const MonetaryInput = class {
51
51
  (_a = this.imask) === null || _a === void 0 ? void 0 : _a.destroy();
52
52
  }
53
53
  render() {
54
- return (h(Host, { key: '8797b3aa5c6a30f472d51e2b9437b6158b0566fc', exportparts: "label,input,input-group-input,input-group-text,input-invalid" }, h("div", { key: '0d3e068cf104aec3f6250f5cd6c00a9342928fe8', class: "form-group d-flex flex-column" }, h("label", { key: '0e86db7c0d981bdae74c51dd75bf5579d07b4793', part: "label", class: "form-label", htmlFor: this.name }, this.label), h("div", { key: '8fc773de3995bb37e6fa00b34d8d9e2deaef4bbd', class: "input-group" }, h("span", { key: '83860eac764be9eeea31302d60525fb56af9dc1d', class: "input-group-text", part: "input-group-text" }, "$"), h("input", { key: 'b8c655c0b8eeb6ec328eeaed651773c293aa3100', ref: el => (this.textInput = el), id: this.name, name: this.name, onBlur: this.formControlBlur.emit, onInput: this.handleFormControlInput, part: `input input-group-input ${this.errorText && 'input-invalid'}`, class: this.errorText ? 'form-control monetary is-invalid' : 'form-control monetary', type: "text", disabled: this.disabled })), h("form-control-help-text", { key: 'b3f142b9c67a792a96b597bdaf91fd3abe1b7ce3', helpText: this.helpText, name: this.name }), h("form-control-error-text", { key: 'daefe97a15bde309c397a506de6cda9a0376323b', errorText: this.errorText, name: this.name }))));
54
+ return (h(Host, { key: '2a65acfea8e79d22dd09c7c116d80b12a2f2a47c', exportparts: "label,input,input-group-input,input-group-text,input-invalid" }, h("div", { key: '166dfb5c261c21d58db1a0e17d8bae149834c149', class: "form-group d-flex flex-column" }, h("label", { key: '1980871936440222e2b711ba2953d7b6287bf080', part: "label", class: "form-label", htmlFor: this.name }, this.label), h("div", { key: '4cfb60bf946fa7e745c93b391997218122c551a0', class: "input-group" }, h("span", { key: '711357a32f9dc1fef77359f15ec3167a468d0463', class: "input-group-text", part: "input-group-text" }, "$"), h("input", { key: '2489cab2ecb61096f781d339363dad50404e3c67', ref: el => (this.textInput = el), id: this.name, name: this.name, onBlur: this.formControlBlur.emit, onInput: this.handleFormControlInput, part: `input input-group-input ${this.errorText && 'input-invalid'}`, class: this.errorText ? 'form-control monetary is-invalid' : 'form-control monetary', type: "text", disabled: this.disabled })), h("form-control-help-text", { key: 'f7e89f0830ca0f453b02595303a245691f448d55', helpText: this.helpText, name: this.name }), h("form-control-error-text", { key: '61f03f0d09027237ab3f5c7979981ddc3dc4c916', errorText: this.errorText, name: this.name }))));
55
55
  }
56
56
  static get watchers() { return {
57
57
  "defaultValue": ["handleDefaultValueChange"]
@@ -0,0 +1,94 @@
1
+ import { r as registerInstance, c as createEvent, h, H as Host } from './index-57431c24.js';
2
+ import { I as IMask } from './index-d9a73ce3.js';
3
+ import { S as StateOptions } from './state-options-a356fb11.js';
4
+ import { n as numberOnlyHandler } from './utils-20cdf321.js';
5
+
6
+ const NumberInputMasked = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ this.formControlInput = createEvent(this, "formControlInput", 7);
10
+ this.formControlBlur = createEvent(this, "formControlBlur", 7);
11
+ this.imask = null;
12
+ this.initializeIMask = () => {
13
+ if (!this.textInput)
14
+ return;
15
+ this.imask = IMask(this.textInput, {
16
+ mask: this.mask,
17
+ });
18
+ this.imask.on('accept', () => {
19
+ var _a;
20
+ const rawValue = (_a = this.imask) === null || _a === void 0 ? void 0 : _a.unmaskedValue;
21
+ if (rawValue !== undefined) {
22
+ this.inputHandler(this.name, rawValue);
23
+ }
24
+ });
25
+ this.textInput.addEventListener('blur', () => this.formControlBlur.emit());
26
+ };
27
+ this.handleFormControlInput = (event) => {
28
+ const target = event.target;
29
+ const name = target.getAttribute('name');
30
+ this.formControlInput.emit({ name: name, value: target.value });
31
+ };
32
+ this.updateInput = (newValue) => {
33
+ if (this.imask && newValue) {
34
+ this.imask.value = String(newValue);
35
+ }
36
+ };
37
+ this.label = undefined;
38
+ this.name = undefined;
39
+ this.helpText = undefined;
40
+ this.errorText = undefined;
41
+ this.defaultValue = undefined;
42
+ this.inputHandler = undefined;
43
+ this.mask = undefined;
44
+ this.disabled = undefined;
45
+ }
46
+ handleDefaultValueChange(newValue) {
47
+ this.initializeIMask();
48
+ this.updateInput(newValue);
49
+ }
50
+ disconnectedCallback() {
51
+ var _a;
52
+ (_a = this.imask) === null || _a === void 0 ? void 0 : _a.destroy();
53
+ }
54
+ componentDidLoad() {
55
+ if (this.textInput) {
56
+ this.initializeIMask();
57
+ this.updateInput(this.defaultValue);
58
+ }
59
+ }
60
+ render() {
61
+ return (h(Host, { key: 'd22be5920cedfcbeb57164ba2d6909dc820fee6c', exportparts: "label,input,input-invalid" }, h("div", { key: '9ae430200ebdd26f5995dd2ccad7ad759d14ee11', class: "form-group d-flex flex-column" }, h("div", { key: '796880c67b2bd97977d09721f58357521cb76456', class: "d-flex align-items-start gap-2" }, h("label", { key: '8e4f342d1cebff5ba32b622448f759d83625d929', part: "label", class: "form-label", htmlFor: this.name }, this.label), h("form-control-tooltip", { key: '49b58ac4725e882732daefd29b3ce3c248fbe385', helpText: this.helpText })), h("input", { key: '566965701a60397807cc857813f839f56477dd81', ref: el => (this.textInput = el), id: this.name, name: this.name, onBlur: this.formControlBlur.emit, onInput: this.handleFormControlInput, part: `input ${this.errorText && 'input-invalid'}`, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "text", disabled: this.disabled }), h("form-control-error-text", { key: '783689f60c6aacab17be5a94a2b1abbd01232a42', errorText: this.errorText, name: this.name }))));
62
+ }
63
+ static get watchers() { return {
64
+ "defaultValue": ["handleDefaultValueChange"]
65
+ }; }
66
+ };
67
+
68
+ const IdentityAddressForm = class {
69
+ constructor(hostRef) {
70
+ registerInstance(this, hostRef);
71
+ this.inputHandler = (name, value) => {
72
+ this.address[name] = value;
73
+ this.address = Object.assign({}, this.address);
74
+ };
75
+ this.handleFormUpdate = undefined;
76
+ this.errors = undefined;
77
+ this.defaultValues = undefined;
78
+ this.address = {};
79
+ }
80
+ handleAddressChange(newValues) {
81
+ this.handleFormUpdate(newValues);
82
+ }
83
+ render() {
84
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
85
+ return (h(Host, { key: '5d9d020cdb5f9e0c422098f82fbd9b1c237515f2', exportparts: "label,input,input-invalid" }, h("div", { key: '280b3308698d51c8f3e60124f0433e12ff585abe', class: "row gy-3" }, h("div", { key: 'c31ef56c52561e2acaed2dac868117f6171a09cb', class: "col-12 col-md-8" }, h("form-control-text", { key: 'a53eb44a3b6ab0044ba1746025293fa5be1cd469', name: "line1", label: "Street Address", defaultValue: (_a = this.defaultValues) === null || _a === void 0 ? void 0 : _a.line1, errorText: (_b = this.errors) === null || _b === void 0 ? void 0 : _b.line1, inputHandler: this.inputHandler, helpText: "\u200B\u200BEnter your address exactly as stated on your driver's license. No PO Boxes." })), h("div", { key: 'cd62d3f1ea062f67ab71ced663954b172fa3c4ed', class: "col-12 col-md-4" }, h("form-control-text", { key: '24b4e359217b92c9d010c23f0a670f32a969c36e', name: "line2", label: "Apartment, Suite, etc. (optional)", defaultValue: (_c = this.defaultValues) === null || _c === void 0 ? void 0 : _c.line2, errorText: (_d = this.errors) === null || _d === void 0 ? void 0 : _d.line2, inputHandler: this.inputHandler })), h("div", { key: '5e2cf9ef49d42c736d8004e5063377a962857b35', class: "col-12" }, h("form-control-text", { key: 'b408fca949adc1e1f96ad1ab01d8265ef427cd18', name: "city", label: "City", defaultValue: (_e = this.defaultValues) === null || _e === void 0 ? void 0 : _e.city, errorText: (_f = this.errors) === null || _f === void 0 ? void 0 : _f.city, inputHandler: this.inputHandler })), h("div", { key: 'ab8c048e274784406a8a872650e68791d3aa5844', class: "col-12 col-md-6" }, h("form-control-select", { key: '76db258faf7a4b30f7f1b6c6e975e5ea7e7c61d6', name: "state", label: "State", defaultValue: (_g = this.defaultValues) === null || _g === void 0 ? void 0 : _g.state, options: StateOptions, errorText: (_h = this.errors) === null || _h === void 0 ? void 0 : _h.state, inputHandler: this.inputHandler })), h("div", { key: '8bd2661ad3e579a52f91ce58c6be680d9955584b', class: "col-12 col-md-6" }, h("form-control-text", { key: 'd8a2f3552e25bc57d8f09e61ee78f7f5a33e4bc7', name: "postal_code", label: "Postal Code", defaultValue: (_j = this.defaultValues) === null || _j === void 0 ? void 0 : _j.postal_code, errorText: (_k = this.errors) === null || _k === void 0 ? void 0 : _k.postal_code, maxLength: 5, keyDownHandler: numberOnlyHandler, inputHandler: this.inputHandler })), h("div", { key: '93be2db05699edaa12981e0d96a9626ecc169030', class: "col-12" }, h("form-control-select", { key: '5f99c15b72cec36dc3b895c4dadce328f4503f6a', name: "country", label: "Country", options: [{ label: 'United States', value: 'USA' }], inputHandler: this.inputHandler, defaultValue: (_l = this.defaultValues) === null || _l === void 0 ? void 0 : _l.country, errorText: (_m = this.errors) === null || _m === void 0 ? void 0 : _m.country,
86
+ // just for now so we skip handling country specificities
87
+ disabled: true })))));
88
+ }
89
+ static get watchers() { return {
90
+ "address": ["handleAddressChange"]
91
+ }; }
92
+ };
93
+
94
+ export { NumberInputMasked as form_control_number_masked, IdentityAddressForm as justifi_identity_address_form };
@@ -32,7 +32,7 @@ const NumberInput = class {
32
32
  this.updateInput(this.defaultValue);
33
33
  }
34
34
  render() {
35
- return (h(Host, { key: 'dd43d75b327c05e75b453b954346c6ffcd85a2f5', exportparts: 'label,input,input-invalid' }, h("div", { key: '5215f62251bd89be493ddffe46bf0c466b42e314', class: 'form-group d-flex flex-column' }, h("label", { key: 'f0409970f8d43bcdef92b81363cc24aa1bb691a0', part: "label", class: "form-label", htmlFor: this.name }, this.label), h("input", { key: '9c6a5899e64ba1a8af6af80c63b6a0895351da63', id: this.name, name: this.name, onBlur: this.formControlBlur.emit, onInput: this.handleFormControlInput, part: `input ${this.errorText && 'input-invalid'}`, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "number", disabled: this.disabled }), h("form-control-help-text", { key: 'cd7b4a724427383cafc04137f6feca473695b020', helpText: this.helpText, name: this.name }), h("form-control-error-text", { key: '04748d3c5b1067b0312a2b7c36369e2a21a7215f', errorText: this.errorText, name: this.name }))));
35
+ return (h(Host, { key: '2531e0e3e6ce1a477687be5f520f491256fb1841', exportparts: 'label,input,input-invalid' }, h("div", { key: '32df49f44e1a9737fbe62a6729007c048ed1ecac', class: 'form-group d-flex flex-column' }, h("label", { key: '33da2c09b1cf6b5d816bfa315061b4c5f211f0c5', part: "label", class: "form-label", htmlFor: this.name }, this.label), h("input", { key: 'a890c2d80dd744194f715ab148e6229d3bb524ac', id: this.name, name: this.name, onBlur: this.formControlBlur.emit, onInput: this.handleFormControlInput, part: `input ${this.errorText && 'input-invalid'}`, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "number", disabled: this.disabled }), h("form-control-help-text", { key: 'cb649de955887d02da58ab9934cadf5956cf7f8e', helpText: this.helpText, name: this.name }), h("form-control-error-text", { key: 'db06fb4008f3f66b3b726f67bd58ae96bd152bd8', errorText: this.errorText, name: this.name }))));
36
36
  }
37
37
  get el() { return getElement(this); }
38
38
  static get watchers() { return {
@@ -0,0 +1,40 @@
1
+ import { r as registerInstance, c as createEvent, h, H as Host } from './index-57431c24.js';
2
+
3
+ const RadioInput = class {
4
+ constructor(hostRef) {
5
+ registerInstance(this, hostRef);
6
+ this.formControlInput = createEvent(this, "formControlInput", 7);
7
+ this.formControlBlur = createEvent(this, "formControlBlur", 7);
8
+ this.handleFormControlInput = (event) => {
9
+ const target = event.target;
10
+ const name = target.getAttribute('name');
11
+ this.inputHandler(name, target.checked);
12
+ this.formControlInput.emit({ name, value: target.value });
13
+ };
14
+ this.updateInput = (checked) => {
15
+ this.radioElement.checked = checked;
16
+ };
17
+ this.label = undefined;
18
+ this.name = undefined;
19
+ this.value = undefined;
20
+ this.helpText = undefined;
21
+ this.errorText = undefined;
22
+ this.defaultChecked = undefined;
23
+ this.inputHandler = undefined;
24
+ this.disabled = undefined;
25
+ }
26
+ handleDefaultValueChange(checked) {
27
+ this.updateInput(checked);
28
+ }
29
+ componentDidLoad() {
30
+ this.updateInput(this.defaultChecked);
31
+ }
32
+ render() {
33
+ return (h(Host, { key: '00ddff45ec5c4c37ddd90f7e8c43559356e23d6a', exportparts: "label,input,input-invalid" }, h("div", { key: '8a853ad5c99ee78111494dff4772ba6ece292f17', class: 'form-group d-flex flex-column' }, h("div", { key: 'bd0fa6c02ad9b3b5900f53bd520f9628bac13fad', class: "form-check" }, h("input", { key: '4318242ddc4ac275660dd8daac0b86d741d6cdf3', ref: el => (this.radioElement = el), type: "radio", id: this.name, name: this.name, onBlur: this.formControlBlur.emit, onInput: this.handleFormControlInput, part: `input-radio ${this.errorText ? 'input-radio-invalid' : ''}`, class: this.errorText ? 'form-check-input is-invalid' : 'form-check-input', disabled: this.disabled, value: this.value }), h("label", { key: 'ece1080c9d76c1459649ae80dcf894623955a61c', class: "form-check-label", htmlFor: this.name }, this.label)), h("form-control-help-text", { key: '4862090450a3a9a2bab95a994d41bc54535007ec', helpText: this.helpText, name: this.name }), h("form-control-error-text", { key: '6cc9c5629e0f4bc6c7307a7f0a6f1726717d50fe', errorText: this.errorText, name: this.name }))));
34
+ }
35
+ static get watchers() { return {
36
+ "defaultChecked": ["handleDefaultValueChange"]
37
+ }; }
38
+ };
39
+
40
+ export { RadioInput as form_control_radio };
@@ -0,0 +1,45 @@
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-57431c24.js';
2
+
3
+ const TextInput = class {
4
+ constructor(hostRef) {
5
+ registerInstance(this, hostRef);
6
+ this.formControlInput = createEvent(this, "formControlInput", 7);
7
+ this.formControlBlur = createEvent(this, "formControlBlur", 7);
8
+ this.handleFormControlInput = (event) => {
9
+ const target = event.target;
10
+ const name = target.getAttribute('name');
11
+ this.inputHandler(name, target.value);
12
+ this.formControlInput.emit({ name, value: target.value });
13
+ };
14
+ this.updateInput = (newValue) => {
15
+ const inputElement = this.el.querySelector('input');
16
+ if (inputElement) {
17
+ inputElement.value = newValue || '';
18
+ }
19
+ };
20
+ this.label = undefined;
21
+ this.name = undefined;
22
+ this.helpText = undefined;
23
+ this.errorText = undefined;
24
+ this.defaultValue = undefined;
25
+ this.maxLength = undefined;
26
+ this.inputHandler = undefined;
27
+ this.keyDownHandler = undefined;
28
+ this.disabled = undefined;
29
+ }
30
+ handleDefaultValueChange(newValue) {
31
+ this.updateInput(newValue);
32
+ }
33
+ componentDidLoad() {
34
+ this.updateInput(this.defaultValue);
35
+ }
36
+ render() {
37
+ return (h(Host, { key: '0c4290f6731324ed511abb14a7b84e07f061e2d0', exportparts: "label,input,input-invalid" }, h("div", { key: '615c33ea0f0488b0d1224fb158d77cd1234fa311', class: "form-group d-flex flex-column" }, h("label", { key: '86f2ce13d24b447f84af7bc59a89267e988992ce', part: "label", class: "form-label", htmlFor: this.name }, this.label), h("textarea", { key: '1dbade53d02ac7a7daa1b546ab5d6d0e18c5fb46', id: this.name, name: this.name, onBlur: this.formControlBlur.emit, onInput: this.handleFormControlInput, onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: `input ${this.errorText ? 'input-invalid ' : ''}${this.disabled ? ' input-disabled' : ''}`, class: this.errorText ? 'form-control is-invalid' : 'form-control', disabled: this.disabled }), h("form-control-help-text", { key: '73974fe9a18995251e39ca494ec9cecbf90af21d', helpText: this.helpText, name: this.name }), h("form-control-error-text", { key: 'e8f10bd3ec0fbb215d113159d38888fe9b3f4689', errorText: this.errorText, name: this.name }))));
38
+ }
39
+ get el() { return getElement(this); }
40
+ static get watchers() { return {
41
+ "defaultValue": ["handleDefaultValueChange"]
42
+ }; }
43
+ };
44
+
45
+ export { TextInput as form_control_textarea };
@@ -1,7 +1,8 @@
1
- import { A as Api } from './Api-c8abc2e0.js';
1
+ import { A as Api } from './Api-391d00e2.js';
2
+ import './Checkout-0b4086f8.js';
2
3
  import './Pagination-afc8f96d.js';
3
- import './Payment-6bf26fe2.js';
4
- import './Payout-dfe15b00.js';
4
+ import './Payment-30790721.js';
5
+ import './SubAccount-7f7e4c56.js';
5
6
  import { c as config } from './config-27764a9d.js';
6
7
  import { C as ComponentErrorSeverity } from './ComponentError-3ce7f437.js';
7
8
  import { g as getErrorMessage, a as getErrorCode } from './utils-b10dae27.js';
@@ -0,0 +1,51 @@
1
+ import { A as Api } from './Api-391d00e2.js';
2
+ import './Checkout-0b4086f8.js';
3
+ import './Pagination-afc8f96d.js';
4
+ import './Payment-30790721.js';
5
+ import { S as SubAccount } from './SubAccount-7f7e4c56.js';
6
+ import { c as config } from './config-27764a9d.js';
7
+ import { C as ComponentErrorSeverity } from './ComponentError-3ce7f437.js';
8
+ import { g as getErrorMessage, a as getErrorCode } from './utils-b10dae27.js';
9
+
10
+ class SubAccountService {
11
+ async fetchSubAccounts(accountId, authToken, params, apiOrigin) {
12
+ if (!apiOrigin) {
13
+ apiOrigin = config.proxyApiOrigin;
14
+ }
15
+ const headers = { Account: accountId };
16
+ const api = Api({ authToken, apiOrigin: apiOrigin });
17
+ const endpoint = 'sub_accounts';
18
+ return api.get(endpoint, params, null, headers);
19
+ }
20
+ }
21
+
22
+ const makeGetSubAccounts = ({ accountId, authToken, service, apiOrigin }) => async ({ params, onSuccess, onError }) => {
23
+ var _a, _b;
24
+ try {
25
+ const response = await service.fetchSubAccounts(accountId, authToken, params, apiOrigin);
26
+ if (!response.error) {
27
+ const pagingInfo = Object.assign({}, response.page_info);
28
+ const subAccounts = ((_a = response.data) === null || _a === void 0 ? void 0 : _a.map((dataItem) => new SubAccount(dataItem))) || [];
29
+ onSuccess({ subAccounts, pagingInfo });
30
+ }
31
+ else {
32
+ const responseError = getErrorMessage(response.error);
33
+ const code = getErrorCode((_b = response.error) === null || _b === void 0 ? void 0 : _b.code);
34
+ return onError({
35
+ error: responseError,
36
+ code,
37
+ severity: ComponentErrorSeverity.ERROR,
38
+ });
39
+ }
40
+ }
41
+ catch (error) {
42
+ const code = getErrorCode(error === null || error === void 0 ? void 0 : error.code);
43
+ return onError({
44
+ error: error.message || error,
45
+ code,
46
+ severity: ComponentErrorSeverity.ERROR,
47
+ });
48
+ }
49
+ };
50
+
51
+ export { SubAccountService as S, makeGetSubAccounts as m };
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host } from './index-57431c24.js';
2
- import { f as formatCurrency, a as formatDisplayDate } from './utils-e66d8bca.js';
3
- import { E as ErrorState, L as LoadingState } from './utils-01413a95.js';
2
+ import { b as formatCurrency, c as formatDisplayDate } from './utils-3daada24.js';
3
+ import { E as ErrorState, L as LoadingState } from './utils-218275b7.js';
4
4
 
5
5
  /*!
6
6
  * @kurkle/color v0.3.2
@@ -11041,7 +11041,7 @@ const GrossPaymentChartCore = class {
11041
11041
  }
11042
11042
  }
11043
11043
  render() {
11044
- return (h(Host, { key: '463d7e132e647e1da6dc5ad5ea54abf95a60e715' }, this.loading && LoadingState(), !this.errorMessage ? h("canvas", { id: "chart", ref: (elem) => this.chartRef = elem }) : ErrorState(this.errorMessage)));
11044
+ return (h(Host, { key: '80dfc1ae805ac7e1d34222037de6f492feabf619' }, this.loading && LoadingState(), !this.errorMessage ? h("canvas", { id: "chart", ref: (elem) => this.chartRef = elem }) : ErrorState(this.errorMessage)));
11045
11045
  }
11046
11046
  static get watchers() { return {
11047
11047
  "getGrossPayment": ["propChanged"],
@@ -1,17 +1,18 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host } from './index-57431c24.js';
2
2
  import { a as ComponentErrorCodes, C as ComponentErrorSeverity } from './ComponentError-3ce7f437.js';
3
3
  import { m as makeGetBusiness, b as makePatchBusiness } from './payment-provisioning-actions-0635eff7.js';
4
- import { B as BusinessService } from './business.service-1f589b6e.js';
5
- import { c as create$3, F as FormController, e as create$7 } from './index.esm-fc4f5c0c.js';
6
- import { b as BusinessFormStep, a as BusinessFormClickActions } from './business-form-types-1bc5fe08.js';
7
- import { z as bankNameValidation, A as nicknameValidation, u as identityNameValidation, B as accountTypeValidation, C as accountNumberValidation, D as routingNumberValidation, E as voidedCheckValidation, F as governmentIdValidation, G as ss4Validation, H as otherDocumentValidation, I as balanceSheetValidation, J as bankStatementValidation, K as profitAndLossStatementValidation, L as EntityDocument, M as EntityDocumentStorage } from './schema-validations-e725d701.js';
4
+ import { B as BusinessService } from './business.service-97a3da69.js';
5
+ import { c as create$3, F as FormController, e as create$7 } from './index.esm-ed37201b.js';
6
+ import { b as BusinessFormStep, c as BusinessFormStepV2, a as BusinessFormClickActions } from './business-form-types-8fd61b0e.js';
7
+ import { z as bankNameValidation, A as nicknameValidation, u as identityNameValidation, B as accountTypeValidation, C as accountNumberValidation, D as routingNumberValidation, E as voidedCheckValidation, F as governmentIdValidation, G as ss4Validation, H as otherDocumentValidation, I as balanceSheetValidation, J as bankStatementValidation, K as profitAndLossStatementValidation, L as EntityDocument, M as EntityDocumentStorage } from './schema-validations-c1728516.js';
8
8
  import { c as bankAccountTypeOptions } from './business-form-options-d790973e.js';
9
- import { A as Api } from './Api-c8abc2e0.js';
9
+ import { A as Api } from './Api-391d00e2.js';
10
+ import './Checkout-0b4086f8.js';
10
11
  import './Pagination-afc8f96d.js';
11
- import './Payment-6bf26fe2.js';
12
- import './Payout-dfe15b00.js';
12
+ import './Payment-30790721.js';
13
+ import './SubAccount-7f7e4c56.js';
13
14
  import { c as config } from './config-27764a9d.js';
14
- import { n as numberOnlyHandler } from './utils-3bb6347a.js';
15
+ import { n as numberOnlyHandler } from './utils-20cdf321.js';
15
16
  import { B as Business } from './Business-b73d5055.js';
16
17
  import { S as Skeleton } from './skeleton-145a80d4.js';
17
18
  import { B as Button } from './button-34e75e0f.js';
@@ -60,7 +61,7 @@ const AdditionalQuestionsFormStep = class {
60
61
  }
61
62
  }
62
63
  render() {
63
- return (h("justifi-additional-questions-form-step-core", { key: 'ede8f1336c69d47c651a5b4b95ee2746aae3aa52', getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
64
+ return (h("justifi-additional-questions-form-step-core", { key: '6ca8443cbe837d993be4381a9d650caaaf51f2df', getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
64
65
  }
65
66
  static get watchers() { return {
66
67
  "authToken": ["propChanged"],
@@ -113,6 +114,7 @@ const BusinessBankAccountFormStep = class {
113
114
  constructor(hostRef) {
114
115
  registerInstance(this, hostRef);
115
116
  this.submitted = createEvent(this, "submitted", 7);
117
+ this.stepCompleted = createEvent(this, "form-step-completed", 7);
116
118
  this.formLoading = createEvent(this, "formLoading", 7);
117
119
  this.errorEvent = createEvent(this, "error-event", 7);
118
120
  this.fetchData = async () => {
@@ -192,10 +194,16 @@ const BusinessBankAccountFormStep = class {
192
194
  onSuccess();
193
195
  }
194
196
  this.submitted.emit({ data: response, metadata: { completedStep: BusinessFormStep.bankAccount } });
197
+ this.stepCompleted.emit({ data: response, formStep: BusinessFormStepV2.bankAccount });
195
198
  }
196
199
  async validateAndSubmit({ onSuccess }) {
197
- this.formDisabled ? onSuccess() :
200
+ if (this.formDisabled) {
201
+ this.stepCompleted.emit({ data: null, formStep: BusinessFormStepV2.bankAccount, metadata: 'no data submitted' });
202
+ onSuccess();
203
+ }
204
+ else {
198
205
  this.formController.validateAndSubmit(() => this.sendData(onSuccess));
206
+ }
199
207
  }
200
208
  ;
201
209
  componentWillLoad() {
@@ -213,7 +221,7 @@ const BusinessBankAccountFormStep = class {
213
221
  }
214
222
  render() {
215
223
  const bankAccountDefaultValue = this.formController.getInitialValues();
216
- return (h("form", { key: 'c2bdcd5ab6301d1a39e4d774df101281c41e2002' }, h("fieldset", { key: '7f6b607be5b7bc5fcd0dc1687adaa1ad00d7d2e9' }, h("legend", { key: '91b68746c65bb68f4fbd2eef151258e6915f8e35' }, "Bank Account Info"), h("hr", { key: '5eceedbf59faef10757c9e2b04d4dc4cd6b88a9b' }), h("div", { key: 'd3185db7fceb9851ccb44c1c89f8cbe5a37c24e0', class: "row gy-3" }, h("div", { key: '625caf0e9b93c244d94c69174ffff57126d39fa1', class: "col-12" }, h("form-control-text", { key: 'ddf3206b09047dfea56df850babe6c8f92ed33ee', name: "bank_name", label: "Bank Name", defaultValue: bankAccountDefaultValue.bank_name, errorText: this.errors.bank_name, inputHandler: this.inputHandler, disabled: this.formDisabled })), h("div", { key: 'd7d498353eec8e1947ce748aa35cbee63e793817', class: "col-12" }, h("form-control-text", { key: 'a80050dcd088db0209c2e5da65b310d7fc7877f5', name: "nickname", label: "Nickname", defaultValue: bankAccountDefaultValue.nickname, errorText: this.errors.nickname, inputHandler: this.inputHandler, disabled: this.formDisabled })), h("div", { key: 'ea5578470e0e4d0fd5b973807475a02c7764c9c8', class: "col-12" }, h("form-control-text", { key: 'dd8c77b43ddfca61cfd5ed39ce6e142654f18d9f', name: "account_owner_name", label: "Account Owner Name", defaultValue: bankAccountDefaultValue.account_owner_name, errorText: this.errors.account_owner_name, inputHandler: this.inputHandler, disabled: this.formDisabled })), h("div", { key: 'cb3256226c5fdfa5ff2a02c456a6c384e06d16a6', class: "col-12" }, h("form-control-select", { key: 'a865f48350a0ae6b6a2a540dc2d54de72a8af074', name: "account_type", label: "Account Type", options: bankAccountTypeOptions, defaultValue: bankAccountDefaultValue.account_type, errorText: this.errors.account_type, inputHandler: this.inputHandler, disabled: this.formDisabled })), h("div", { key: 'aa9062a25dade06db1f175d4233f2e5bb4e7ecd7', class: "col-12" }, h("form-control-text", { key: '1a87920e4df50178625446c770e4182d918664c7', name: "account_number", label: "Account Number", defaultValue: bankAccountDefaultValue.account_number, maxLength: 17, errorText: this.errors.account_number, inputHandler: this.inputHandler, keyDownHandler: numberOnlyHandler, disabled: this.formDisabled })), h("div", { key: 'c72858a29aa1289b367c0eb89d6cc0eded23346d', class: "col-12" }, h("form-control-text", { key: 'b7fb93bcf16c01689245d5aca11142b013fe6adc', name: "routing_number", label: "Routing Number", defaultValue: bankAccountDefaultValue.routing_number, maxLength: 9, errorText: this.errors.routing_number, inputHandler: this.inputHandler, keyDownHandler: numberOnlyHandler, disabled: this.formDisabled }))))));
224
+ return (h("form", { key: '7ae39afd400c9bc2a86f75aeb2a529a36ecd849c' }, h("fieldset", { key: 'd01072ed3710acfbb7916de8ffb9fb80770750af' }, h("div", { key: '75228827d492fcdbd603963a3574c1dca84530b4', class: "d-flex align-items-center gap-2" }, h("legend", { key: '23600460d0b1486d3d4cd612bc9532ba30d5da0e', class: "mb-0" }, "Bank Account Info"), h("form-control-tooltip", { key: 'fed3ad0eef074985a25488a9c093b9eb0cbafabb', helpText: "The Direct Deposit Account is the business bank account where your funds will be deposited. The name of this account must match the registered business name exactly. We are not able to accept personal accounts unless your business is a registered sole proprietorship." })), h("hr", { key: 'f7405cf23ee0a90d46f2c394d09ae421fe9472ee', class: "mt-2" }), h("div", { key: '4cc1d09daed6a897778440f69bd0a9dbd99c1270', class: "row gy-3" }, h("div", { key: 'f7e0e160adaf0925b4ea5ada12137dcf3e5c5d35', class: "col-12" }, h("form-control-text", { key: 'd7cbdb427b9bf332dd9da5885ccfc73d0dd4b40b', name: "bank_name", label: "Bank Name", defaultValue: bankAccountDefaultValue.bank_name, errorText: this.errors.bank_name, inputHandler: this.inputHandler, disabled: this.formDisabled })), h("div", { key: '010c5dd53d8d31f9edc4f0e7ca225c0d2c8a1e09', class: "col-12" }, h("form-control-text", { key: 'f524266d5fcd4e3e35539c130f6dfe742d620593', name: "nickname", label: "Nickname", defaultValue: bankAccountDefaultValue.nickname, errorText: this.errors.nickname, inputHandler: this.inputHandler, disabled: this.formDisabled })), h("div", { key: '1875fc9bb5e0741e1c2aff205effa030aafcd0e2', class: "col-12" }, h("form-control-text", { key: '343754af2350ca668f39270513fa44be416834ba', name: "account_owner_name", label: "Account Owner Name", defaultValue: bankAccountDefaultValue.account_owner_name, errorText: this.errors.account_owner_name, inputHandler: this.inputHandler, disabled: this.formDisabled })), h("div", { key: '9870781e41bd5879ec161569a7b60ecc049690cc', class: "col-12" }, h("form-control-select", { key: '1ade0e3e0f470e3165d227b67c9dd4054d8443fc', name: "account_type", label: "Account Type", options: bankAccountTypeOptions, defaultValue: bankAccountDefaultValue.account_type, errorText: this.errors.account_type, inputHandler: this.inputHandler, disabled: this.formDisabled })), h("div", { key: 'c5e531aaded367bd825913cb100dd3225d1c6f61', class: "col-12" }, h("form-control-text", { key: '39cd3bca5b86a0ca175c26be3982bc0e98953439', name: "account_number", label: "Account Number", defaultValue: bankAccountDefaultValue.account_number, maxLength: 17, errorText: this.errors.account_number, inputHandler: this.inputHandler, keyDownHandler: numberOnlyHandler, disabled: this.formDisabled, helpText: "Please copy the account number as shown on your statement/check. Do not include spaces or dashes." })), h("div", { key: '8c3306dde7149b49d1ad6ba426634674e318b4fd', class: "col-12" }, h("form-control-text", { key: '970305b04e9517f56bcb8217cd938b8971ca34b4', name: "routing_number", label: "Routing Number", defaultValue: bankAccountDefaultValue.routing_number, maxLength: 9, errorText: this.errors.routing_number, inputHandler: this.inputHandler, keyDownHandler: numberOnlyHandler, disabled: this.formDisabled, helpText: "A valid routing number is nine digits. Please include any leading or trailing zeroes." }))))));
217
225
  }
218
226
  };
219
227
 
@@ -258,7 +266,7 @@ const BusinessCoreInfoFormStep = class {
258
266
  }
259
267
  }
260
268
  render() {
261
- return (h("justifi-business-core-info-form-step-core", { key: '4ee53046d16fd42df4e09b10c338a740c22184ef', businessId: this.businessId, getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
269
+ return (h("justifi-business-core-info-form-step-core", { key: '8b034d8c728aef3683823a45083764a456d07545', businessId: this.businessId, getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
262
270
  }
263
271
  static get watchers() { return {
264
272
  "authToken": ["propChanged"],
@@ -292,6 +300,7 @@ const BusinessDocumentFormStep = class {
292
300
  constructor(hostRef) {
293
301
  registerInstance(this, hostRef);
294
302
  this.submitted = createEvent(this, "submitted", 7);
303
+ this.stepCompleted = createEvent(this, "form-step-completed", 7);
295
304
  this.formLoading = createEvent(this, "formLoading", 7);
296
305
  this.errorEvent = createEvent(this, "error-event", 7);
297
306
  this.inputHandler = (name, value) => {
@@ -381,6 +390,7 @@ const BusinessDocumentFormStep = class {
381
390
  }
382
391
  else {
383
392
  this.submitted.emit({ data: response, metadata: { completedStep: BusinessFormStep.documentUpload } });
393
+ this.stepCompleted.emit({ data: response, formStep: BusinessFormStepV2.documentUpload });
384
394
  return true;
385
395
  }
386
396
  };
@@ -394,6 +404,7 @@ const BusinessDocumentFormStep = class {
394
404
  try {
395
405
  const docArray = Object.values(this.documentData).flat();
396
406
  if (!docArray.length) {
407
+ this.stepCompleted.emit({ data: null, formStep: BusinessFormStepV2.documentUpload, metadata: 'no data submitted' });
397
408
  return onSuccess();
398
409
  }
399
410
  const documentRecords = docArray.map(docData => this.createDocumentRecord(docData));
@@ -463,7 +474,7 @@ const BusinessDocumentFormStep = class {
463
474
  return (h("justifi-business-document-upload-input-group", { paymentVolume: this.paymentVolume, inputHandler: this.inputHandler, storeFiles: this.storeFiles, errors: this.errors }));
464
475
  }
465
476
  render() {
466
- return (h("form", { key: '38bb9070ca04f773ec092ebb14ce8ad20f33d8cf' }, h("fieldset", { key: '9c736d11200bb9c5a37c1319f3bfb349b7a5e93f' }, h("legend", { key: '92ed2fb864e85e38532af364518c25ef4bd275a5' }, "Document Uploads"), h("p", { key: 'f5803df74a5d0bc4e544c6cc968333f2a3f77385' }, "Various file formats such as PDF, DOC, DOCX, JPEG, and others are accepted. Multiple files can be uploaded for each document category."), h("hr", { key: '0c696d1bdb614bdacb3cbadeee66c95149efda68' }), this.documentsOnFile, h("div", { key: '7919205dfda677526d810a9fa1507ed8a55eafb8', class: "d-flex flex-column" }, this.formInputs))));
477
+ return (h("form", { key: '5e0722b4d5ea462cf5ba6ed2de9d3a73b8bf910a' }, h("fieldset", { key: '09f3589465a6ad53080743018a57b959bef68309' }, h("div", { key: 'b6c1aa4cf4754126b11902a8b35c19e3044ba4ed', class: "d-flex align-items-center gap-2" }, h("legend", { key: '77b5d6847054afbfe6cc7e9e00762c226a582447', class: "mb-0" }, "Document Uploads"), h("form-control-tooltip", { key: '9fb518fbad5039c77436377e26e420dc01a84ca2', helpText: "Various file formats such as PDF, DOC, DOCX, JPEG, and others are accepted. Multiple files can be uploaded for each document category." })), h("hr", { key: 'e95938b42ad6d52d612bb654e39af7ee3442b454', class: "mt-2" }), this.documentsOnFile, h("div", { key: '8ee1cda96d28486faa2371bb1b82c57a57220071', class: "d-flex flex-column" }, this.formInputs))));
467
478
  }
468
479
  };
469
480
 
@@ -508,7 +519,7 @@ const BusinessOwnersFormStep = class {
508
519
  }
509
520
  }
510
521
  render() {
511
- return (h(Host, { key: '213a68fd3543eb912c6fed376128ba877ba75871' }, h("justifi-business-owners-form-step-core", { key: '5acee797bd35f5b60cadc5ddd50f560532dfe8b1', authToken: this.authToken, businessId: this.businessId, getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: (el) => this.coreComponent = el })));
522
+ return (h(Host, { key: '31bd33a08c9eb4a849db8898b3ec7e6fede7b843' }, h("justifi-business-owners-form-step-core", { key: '9e4c88686e1a5ebfd81ab5f1aebd21f58c4e6be5', authToken: this.authToken, businessId: this.businessId, getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: (el) => this.coreComponent = el })));
512
523
  }
513
524
  static get watchers() { return {
514
525
  "authToken": ["propChanged"],
@@ -557,7 +568,7 @@ const BusinessRepresentativeFormStep = class {
557
568
  }
558
569
  }
559
570
  render() {
560
- return (h("justifi-business-representative-form-step-core", { key: '866d8cf33d53eff562dac1d36898b4c5695bf39b', getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
571
+ return (h("justifi-business-representative-form-step-core", { key: '934b6204cfe78ffe17b3f975de3eedb64398168d', getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
561
572
  }
562
573
  static get watchers() { return {
563
574
  "authToken": ["propChanged"],
@@ -581,6 +592,7 @@ const BusinessTermsConditionsFormStep = class {
581
592
  constructor(hostRef) {
582
593
  registerInstance(this, hostRef);
583
594
  this.submitted = createEvent(this, "submitted", 7);
595
+ this.stepCompleted = createEvent(this, "form-step-completed", 7);
584
596
  this.formLoading = createEvent(this, "formLoading", 7);
585
597
  this.errorEvent = createEvent(this, "error-event", 7);
586
598
  this.fetchData = async () => {
@@ -666,6 +678,7 @@ const BusinessTermsConditionsFormStep = class {
666
678
  onSuccess();
667
679
  }
668
680
  this.submitted.emit({ data: response, metadata: { completedStep: BusinessFormStep.termsAndConditions } });
681
+ this.stepCompleted.emit({ data: response, formStep: BusinessFormStepV2.termsAndConditions });
669
682
  }
670
683
  async validateAndSubmit({ onSuccess }) {
671
684
  if (this.acceptedTermsBefore) {
@@ -683,7 +696,7 @@ const BusinessTermsConditionsFormStep = class {
683
696
  });
684
697
  }
685
698
  render() {
686
- return (h("form", { key: 'a292e2b1b69d152009000d9e7009e5ab07698bc8' }, h("fieldset", { key: '30843e9ed0029f64abcf076512af82974dd99598' }, h("legend", { key: '6453679a074056668bdd93cb91d2d725b73fb0da' }, "Terms and Conditions"), h("hr", { key: '6a44c1128e3dceb770b16533aa61fb5e81f5dda2' }), h("justifi-business-terms-conditions-text", { key: '714c9f81c1d1f91712a276259acf4eb6734b40d4' }), h("br", { key: '5e955908e53af5ade77fca9f2a47e8a9d10e7ad8' }), h("div", { key: '7c6ca9d2634c7cc6988292ffedf86b64c3865557', class: "row-gy-3" }, h("div", { key: 'e8f01c4bdcc07e0063e3b8f5f1acbabc9b3310f7', class: "col-12" }, h("form-control-checkbox", { key: 'e09eeb02dc30a9461e958bf43685d2c58f4a608f', name: "accepted", label: "I agree to the terms and conditions", inputHandler: this.inputHandler, errorText: this.errors.accepted, disabled: this.acceptedTermsBefore, helpText: this.formHelperText }))))));
699
+ return (h("form", { key: 'e675f117eb90a0690e148a1164fffde5d4f01419' }, h("fieldset", { key: 'e1cb1fe38b7365cc282eb91689afb40d6b01136c' }, h("legend", { key: 'e57a4bc006983c3ee3805445d750ea330bedd477' }, "Terms and Conditions"), h("hr", { key: '7b373693bd10d6493816b3dd9ae07d826bd7ff84' }), h("justifi-business-terms-conditions-text", { key: '984b3668240861df4947c60068c1be079a3eb7e1' }), h("br", { key: '15dfba53dd81d39be4ea216bf798f51881abf23d' }), h("div", { key: 'b426c709c11435911efb4289b68fa8f86c2569f2', class: "row-gy-3" }, h("div", { key: '307c51a7f78613807054a5d1480318fdb9316bff', class: "col-12" }, h("form-control-checkbox", { key: '6069cb9929c7ea0f2c1b2cbc99dad61806c80429', name: "accepted", label: "I agree to the terms and conditions", inputHandler: this.inputHandler, errorText: this.errors.accepted, disabled: this.acceptedTermsBefore, helpText: this.formHelperText }))))));
687
700
  }
688
701
  };
689
702
 
@@ -728,7 +741,7 @@ const LegalAddressFormStep = class {
728
741
  }
729
742
  }
730
743
  render() {
731
- return (h("justifi-legal-address-form-step-core", { key: '7455b4950e2ca1121004943ad81537c583438738', getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
744
+ return (h("justifi-legal-address-form-step-core", { key: '06ac5acac2cc9c167a86448b0e12d885d21361fb', getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
732
745
  }
733
746
  static get watchers() { return {
734
747
  "authToken": ["propChanged"],