@justifi/webcomponents 4.19.3-rc-2 → 4.19.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/dist/cjs/{Analytics-adc90fc6.js → Analytics-a0a86d82.js} +4 -3
  2. package/dist/cjs/{Api-3bc6e43f.js → Api-b98b256f.js} +3 -3
  3. package/dist/cjs/{Business-aacbe893.js → Business-aa799fec.js} +104 -9
  4. package/dist/cjs/additional-questions-details_5.cjs.entry.js +1 -1
  5. package/dist/cjs/{business-additional-questions-schema-cf545610.js → business-additional-questions-schema-26b0eecb.js} +1 -1
  6. package/dist/cjs/{business-form-options-582467fe.js → business-form-options-5db0bd5e.js} +2 -2
  7. package/dist/cjs/{payload-parsers-1cbc3b57.js → business-identity-schema-503ecb77.js} +1 -47
  8. package/dist/cjs/{business.service-090a21e1.js → business.service-031c0084.js} +7 -6
  9. package/dist/cjs/config-05767cba.js +15 -0
  10. package/dist/cjs/form-alert_5.cjs.entry.js +2 -2
  11. package/dist/cjs/form-control-checkbox_9.cjs.entry.js +26 -26
  12. package/dist/cjs/{get-payout-csv-238e839a.js → get-payout-csv-3a3260ec.js} +5 -4
  13. package/dist/cjs/gross-payment-chart-core.cjs.entry.js +1 -1
  14. package/dist/cjs/justifi-additional-questions-form-step_10.cjs.entry.js +15 -14
  15. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +6 -5
  16. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +3 -3
  17. package/dist/cjs/justifi-business-details.cjs.entry.js +6 -5
  18. package/dist/cjs/justifi-business-form.cjs.entry.js +14 -13
  19. package/dist/cjs/justifi-card-form.cjs.entry.js +6 -5
  20. package/dist/cjs/justifi-checkout-core.cjs.entry.js +4 -4
  21. package/dist/cjs/justifi-checkout.cjs.entry.js +6 -5
  22. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +5 -4
  23. package/dist/cjs/justifi-new-payment-method_4.cjs.entry.js +10 -12
  24. package/dist/cjs/justifi-owner-form_3.cjs.entry.js +12 -11
  25. package/dist/cjs/justifi-payment-details.cjs.entry.js +5 -4
  26. package/dist/cjs/justifi-payment-form.cjs.entry.js +8 -7
  27. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +2 -2
  28. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +6 -5
  29. package/dist/cjs/justifi-payments-list.cjs.entry.js +5 -4
  30. package/dist/cjs/justifi-payout-details.cjs.entry.js +5 -4
  31. package/dist/cjs/justifi-payouts-list.cjs.entry.js +5 -4
  32. package/dist/cjs/justifi-refund-form.cjs.entry.js +4 -3
  33. package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +1 -1
  34. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +6 -5
  35. package/dist/cjs/{package-22d30c5d.js → package-99f4d813.js} +2 -2
  36. package/dist/cjs/payment-details-core.cjs.entry.js +1 -1
  37. package/dist/cjs/{payment.service-c92635c8.js → payment.service-4b1c0a20.js} +4 -3
  38. package/dist/cjs/payments-list-core.cjs.entry.js +1 -1
  39. package/dist/cjs/payout-details-core.cjs.entry.js +1 -1
  40. package/dist/cjs/payouts-list-core.cjs.entry.js +1 -1
  41. package/dist/cjs/{schema-validations-2733de42.js → schema-validations-0a7e46a3.js} +1 -1
  42. package/dist/cjs/{utils-89d86e29.js → utils-af1b60a9.js} +0 -16
  43. package/dist/collection/api/Api.js +3 -3
  44. package/dist/collection/api/Business.js +66 -7
  45. package/dist/collection/api/Identity.js +39 -3
  46. package/dist/collection/api/services/analytics.service.js +2 -1
  47. package/dist/collection/api/services/business.service.js +6 -5
  48. package/dist/collection/api/services/checkout.service.js +3 -2
  49. package/dist/collection/api/services/insurance.service.js +3 -2
  50. package/dist/collection/api/services/payment.service.js +3 -2
  51. package/dist/collection/api/services/payout.service.js +4 -3
  52. package/dist/collection/api/services/provision.service.js +2 -1
  53. package/dist/collection/api/services/reports.service.js +2 -1
  54. package/dist/collection/components/bank-account-form/bank-account-form.js +4 -3
  55. package/dist/collection/components/business-forms/business-form/business-form.js +5 -5
  56. package/dist/collection/components/business-forms/owner-form/owner-form-core.js +4 -5
  57. package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step-core.js +3 -3
  58. package/dist/collection/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.js +4 -3
  59. package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step-core.js +3 -5
  60. package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step-core.js +3 -3
  61. package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step-core.js +3 -4
  62. package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-document-upload-form-step.js +4 -3
  63. package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step-core.js +3 -4
  64. package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-form-step.js +4 -3
  65. package/dist/collection/components/business-forms/utils/business-form-options.js +1 -1
  66. package/dist/collection/components/card-form/card-form.js +4 -3
  67. package/dist/collection/components/checkout/checkout-core.js +4 -4
  68. package/dist/collection/components/checkout/new-payment-method.js +4 -6
  69. package/dist/collection/components/checkout/payment-method-options.js +4 -3
  70. package/dist/collection/components/checkout/saved-payment-method.js +4 -3
  71. package/dist/collection/components/checkout/sezzle-payment-method.js +4 -3
  72. package/dist/collection/components/payment-form/payment-form.js +4 -3
  73. package/dist/collection/components/refund-form/refund-form.js +3 -2
  74. package/dist/config.js +11 -0
  75. package/dist/docs.json +9 -9
  76. package/dist/{webcomponents/p-15eafa87.js → esm/Analytics-e460ab05.js} +4 -3
  77. package/dist/esm/{Api-b09a2f6a.js → Api-c8abc2e0.js} +3 -3
  78. package/dist/esm/{Business-e218b4f4.js → Business-b73d5055.js} +104 -9
  79. package/dist/esm/additional-questions-details_5.entry.js +1 -1
  80. package/dist/esm/{business-additional-questions-schema-956e3caf.js → business-additional-questions-schema-a5583cf8.js} +1 -1
  81. package/dist/esm/{business-form-options-7a9a74fc.js → business-form-options-d790973e.js} +2 -2
  82. package/dist/esm/{payload-parsers-acb719d1.js → business-identity-schema-9e3269fb.js} +2 -44
  83. package/dist/esm/{business.service-37d0cc72.js → business.service-1f589b6e.js} +7 -6
  84. package/dist/esm/config-27764a9d.js +13 -0
  85. package/dist/esm/form-alert_5.entry.js +2 -2
  86. package/dist/esm/form-control-checkbox_9.entry.js +21 -21
  87. package/dist/esm/{get-payout-csv-a702a0d9.js → get-payout-csv-93427146.js} +5 -4
  88. package/dist/esm/gross-payment-chart-core.entry.js +1 -1
  89. package/dist/esm/justifi-additional-questions-form-step_10.entry.js +15 -14
  90. package/dist/esm/justifi-bank-account-form.entry.js +6 -5
  91. package/dist/esm/justifi-billing-form_2.entry.js +3 -3
  92. package/dist/esm/justifi-business-details.entry.js +6 -5
  93. package/dist/esm/justifi-business-form.entry.js +13 -12
  94. package/dist/esm/justifi-card-form.entry.js +6 -5
  95. package/dist/esm/justifi-checkout-core.entry.js +4 -4
  96. package/dist/esm/justifi-checkout.entry.js +6 -5
  97. package/dist/esm/justifi-gross-payment-chart.entry.js +5 -4
  98. package/dist/esm/justifi-new-payment-method_4.entry.js +10 -12
  99. package/dist/esm/justifi-owner-form_3.entry.js +11 -10
  100. package/dist/esm/justifi-payment-details.entry.js +5 -4
  101. package/dist/esm/justifi-payment-form.entry.js +8 -7
  102. package/dist/esm/justifi-payment-method-form.entry.js +2 -2
  103. package/dist/esm/justifi-payment-provisioning.entry.js +6 -5
  104. package/dist/esm/justifi-payments-list.entry.js +5 -4
  105. package/dist/esm/justifi-payout-details.entry.js +5 -4
  106. package/dist/esm/justifi-payouts-list.entry.js +5 -4
  107. package/dist/esm/justifi-refund-form.entry.js +4 -3
  108. package/dist/esm/justifi-season-interruption-insurance-core.entry.js +1 -1
  109. package/dist/esm/justifi-season-interruption-insurance.entry.js +6 -5
  110. package/dist/{webcomponents/p-2e8f4937.js → esm/package-0935c5e5.js} +2 -2
  111. package/dist/esm/payment-details-core.entry.js +1 -1
  112. package/dist/esm/{payment.service-9359fe15.js → payment.service-02c596b9.js} +4 -3
  113. package/dist/esm/payments-list-core.entry.js +1 -1
  114. package/dist/esm/payout-details-core.entry.js +1 -1
  115. package/dist/esm/payouts-list-core.entry.js +1 -1
  116. package/dist/esm/{schema-validations-a83ff220.js → schema-validations-e725d701.js} +2 -2
  117. package/dist/esm/{utils-3c1dd2fa.js → utils-e66d8bca.js} +1 -16
  118. package/dist/module/Analytics.js +2 -1
  119. package/dist/module/Api.js +3 -3
  120. package/dist/module/Business.js +104 -9
  121. package/dist/module/business-additional-questions-form-step-core.js +3 -3
  122. package/dist/module/business-bank-account-form-step.js +4 -3
  123. package/dist/module/business-core-info-form-step-core.js +3 -5
  124. package/dist/module/business-document-upload-form-step.js +4 -3
  125. package/dist/module/business-document-upload-input-group.js +1 -1
  126. package/dist/module/business-documents-on-file.js +1 -1
  127. package/dist/module/business-form-options.js +1 -1
  128. package/dist/module/business-owners-form-step-core.js +3 -3
  129. package/dist/module/business-representative-form-step-core.js +3 -4
  130. package/dist/module/business-terms-conditions-form-step.js +4 -3
  131. package/dist/module/business.service.js +6 -5
  132. package/dist/module/checkout-core.js +3 -3
  133. package/dist/module/config.js +13 -0
  134. package/dist/module/get-payout-csv.js +4 -3
  135. package/dist/module/justifi-bank-account-form.js +3 -2
  136. package/dist/module/justifi-business-form.js +5 -5
  137. package/dist/module/justifi-card-form.js +3 -2
  138. package/dist/module/justifi-checkout.js +3 -2
  139. package/dist/module/justifi-gross-payment-chart.js +2 -1
  140. package/dist/module/justifi-payment-form.js +4 -3
  141. package/dist/module/justifi-payment-provisioning.js +2 -1
  142. package/dist/module/justifi-refund-form.js +3 -2
  143. package/dist/module/justifi-season-interruption-insurance.js +3 -2
  144. package/dist/module/legal-address-form-step-core.js +3 -4
  145. package/dist/module/new-payment-method.js +3 -5
  146. package/dist/module/owner-form-core2.js +4 -5
  147. package/dist/module/package.js +2 -2
  148. package/dist/module/payment-details-core2.js +1 -1
  149. package/dist/module/payment-method-options.js +3 -2
  150. package/dist/module/payment.service.js +3 -2
  151. package/dist/module/payments-list-core2.js +1 -1
  152. package/dist/module/payout-details-core2.js +1 -1
  153. package/dist/module/payouts-list-core2.js +1 -1
  154. package/dist/module/saved-payment-method.js +4 -3
  155. package/dist/module/sezzle-payment-method.js +3 -2
  156. package/dist/module/utils2.js +1 -16
  157. package/dist/types/api/Business.d.ts +87 -1
  158. package/dist/types/api/Identity.d.ts +45 -1
  159. package/dist/types/components/business-forms/owner-form/owner-form-core.d.ts +44 -1
  160. package/dist/types/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step-core.d.ts +11 -1
  161. package/dist/types/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step-core.d.ts +11 -1
  162. package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step-core.d.ts +24 -1
  163. package/dist/types/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step-core.d.ts +11 -1
  164. package/dist/types/components/checkout/new-payment-method.d.ts +0 -1
  165. package/dist/types/home/runner/work/web-component-library/web-component-library/packages/webcomponents/.stencil/packages/webcomponents/config.d.ts +11 -0
  166. package/dist/webcomponents/index.esm.js +0 -1
  167. package/dist/webcomponents/p-056e75be.entry.js +1 -0
  168. package/dist/webcomponents/p-07109641.entry.js +1 -0
  169. package/dist/webcomponents/p-08b0fb31.js +1 -41
  170. package/dist/webcomponents/p-0f7b9555.entry.js +1 -0
  171. package/dist/webcomponents/p-11b6ed0c.entry.js +1 -0
  172. package/dist/webcomponents/p-124c1ecd.entry.js +1 -0
  173. package/dist/webcomponents/p-14c91ffd.js +1 -20
  174. package/dist/webcomponents/p-15976984.entry.js +1 -0
  175. package/dist/webcomponents/p-1815a43b.js +1 -0
  176. package/dist/webcomponents/p-1ad5995e.js +1 -3599
  177. package/dist/webcomponents/p-1cf90026.entry.js +1 -0
  178. package/dist/webcomponents/p-1eee25f3.entry.js +19 -0
  179. package/dist/webcomponents/p-1ff8810b.js +1 -29
  180. package/dist/webcomponents/p-2338affa.js +1 -213
  181. package/dist/webcomponents/p-277aee05.js +1 -0
  182. package/dist/webcomponents/p-2b6c9c4f.js +1 -7
  183. package/dist/webcomponents/p-2eab3c90.js +1 -3052
  184. package/dist/webcomponents/p-3423ddfd.entry.js +1 -0
  185. package/dist/webcomponents/p-39c6f36a.entry.js +1 -0
  186. package/dist/webcomponents/p-401d6607.js +1 -0
  187. package/dist/webcomponents/p-421ed39d.entry.js +1 -0
  188. package/dist/webcomponents/p-487b72a8.entry.js +1 -0
  189. package/dist/webcomponents/p-4e017b58.js +1 -0
  190. package/dist/webcomponents/p-4e01fec8.entry.js +1 -0
  191. package/dist/webcomponents/p-5022f21c.js +1 -0
  192. package/dist/webcomponents/p-525db3e8.js +1 -22
  193. package/dist/webcomponents/p-55182a59.js +1 -0
  194. package/dist/webcomponents/p-56f6ce4c.js +1 -10
  195. package/dist/webcomponents/p-5968ff8a.js +1 -178
  196. package/dist/webcomponents/p-5a62fca2.js +1 -0
  197. package/dist/webcomponents/p-5e2c9ec8.js +1 -0
  198. package/dist/webcomponents/p-5e7c60d8.js +1 -0
  199. package/dist/webcomponents/p-6078a370.js +1 -244
  200. package/dist/webcomponents/p-69c18f39.entry.js +1 -0
  201. package/dist/webcomponents/p-6abb2a04.entry.js +1 -0
  202. package/dist/webcomponents/p-6ac806ff.entry.js +1 -0
  203. package/dist/webcomponents/p-721dcf51.entry.js +1 -0
  204. package/dist/webcomponents/p-7d3be485.js +1 -0
  205. package/dist/webcomponents/p-7d85af5c.js +1 -16
  206. package/dist/webcomponents/p-7ff329b1.js +1 -0
  207. package/dist/webcomponents/p-8115b2f4.js +1 -28
  208. package/dist/webcomponents/p-817da23c.entry.js +1 -0
  209. package/dist/webcomponents/p-8df7bde8.js +1 -27
  210. package/dist/webcomponents/p-9c9c7dac.js +1 -24
  211. package/dist/webcomponents/p-a99032e1.entry.js +1 -0
  212. package/dist/webcomponents/p-ad47f37c.entry.js +1 -0
  213. package/dist/webcomponents/p-aedb421f.entry.js +1 -0
  214. package/dist/webcomponents/p-b676bca5.entry.js +1 -0
  215. package/dist/webcomponents/p-b6c3b7bc.entry.js +1 -0
  216. package/dist/webcomponents/p-ba4bae6f.js +1 -12
  217. package/dist/webcomponents/p-bbed6107.entry.js +1 -0
  218. package/dist/webcomponents/p-bd278ff4.entry.js +1 -0
  219. package/dist/webcomponents/p-be39c802.entry.js +1 -0
  220. package/dist/webcomponents/p-c9f8f7ec.entry.js +1 -0
  221. package/dist/webcomponents/p-d4a44a1e.entry.js +1 -0
  222. package/dist/webcomponents/p-d76002d5.entry.js +1 -0
  223. package/dist/webcomponents/p-d78eb6ce.js +1 -0
  224. package/dist/webcomponents/p-d8355f91.entry.js +1 -0
  225. package/dist/webcomponents/p-d89bad72.js +1 -39
  226. package/dist/webcomponents/p-da1d174d.entry.js +1 -0
  227. package/dist/webcomponents/p-dce846bf.js +1 -27
  228. package/dist/webcomponents/p-df21aaad.js +1 -120
  229. package/dist/webcomponents/p-e1255160.js +1 -3
  230. package/dist/webcomponents/p-e2b2213f.entry.js +1 -0
  231. package/dist/webcomponents/p-e2c88817.entry.js +1 -0
  232. package/dist/webcomponents/p-e31f0f3e.entry.js +1 -0
  233. package/dist/webcomponents/p-e333620e.js +1 -34
  234. package/dist/webcomponents/p-e3f4a2a6.js +1 -0
  235. package/dist/webcomponents/p-e3fab0e2.js +1 -43
  236. package/dist/webcomponents/p-e7fd1357.entry.js +1 -0
  237. package/dist/webcomponents/p-eccf2e8e.entry.js +1 -0
  238. package/dist/webcomponents/p-edb62047.entry.js +1 -0
  239. package/dist/webcomponents/p-f0866375.entry.js +1 -0
  240. package/dist/webcomponents/p-f5ebca3e.entry.js +1 -0
  241. package/dist/webcomponents/p-fad19d75.js +2 -1638
  242. package/dist/webcomponents/p-fb58feb5.entry.js +1 -0
  243. package/dist/webcomponents/webcomponents.css +4 -362
  244. package/dist/webcomponents/webcomponents.esm.js +1 -20
  245. package/package.json +2 -2
  246. package/dist/collection/components/business-forms/utils/payload-parsers.js +0 -41
  247. package/dist/esm/Analytics-a8eb7344.js +0 -77
  248. package/dist/esm/package-ccb774a9.js +0 -79
  249. package/dist/module/payload-parsers.js +0 -43
  250. package/dist/types/components/business-forms/utils/payload-parsers.d.ts +0 -4
  251. package/dist/webcomponents/p-01a404ca.entry.js +0 -44
  252. package/dist/webcomponents/p-03d35880.entry.js +0 -130
  253. package/dist/webcomponents/p-06ff0429.entry.js +0 -65
  254. package/dist/webcomponents/p-0e1bc91e.js +0 -28
  255. package/dist/webcomponents/p-10875f3d.entry.js +0 -97
  256. package/dist/webcomponents/p-157acba8.entry.js +0 -98
  257. package/dist/webcomponents/p-18fa0479.entry.js +0 -131
  258. package/dist/webcomponents/p-1a5120f4.entry.js +0 -145
  259. package/dist/webcomponents/p-24dc023a.entry.js +0 -791
  260. package/dist/webcomponents/p-25d8cd65.entry.js +0 -102
  261. package/dist/webcomponents/p-27d87fe2.entry.js +0 -133
  262. package/dist/webcomponents/p-29c0b182.js +0 -114
  263. package/dist/webcomponents/p-3395e896.entry.js +0 -74
  264. package/dist/webcomponents/p-3fd13ca3.js +0 -52
  265. package/dist/webcomponents/p-47d79529.js +0 -18
  266. package/dist/webcomponents/p-53ecc8b9.entry.js +0 -261
  267. package/dist/webcomponents/p-5482d030.entry.js +0 -21
  268. package/dist/webcomponents/p-576826b1.entry.js +0 -43
  269. package/dist/webcomponents/p-5f835b89.entry.js +0 -606
  270. package/dist/webcomponents/p-6124b1b3.entry.js +0 -80
  271. package/dist/webcomponents/p-70a2aa74.entry.js +0 -76
  272. package/dist/webcomponents/p-7582b554.entry.js +0 -18
  273. package/dist/webcomponents/p-75fd6367.entry.js +0 -149
  274. package/dist/webcomponents/p-79646550.entry.js +0 -61
  275. package/dist/webcomponents/p-800d31fe.entry.js +0 -162
  276. package/dist/webcomponents/p-83125497.js +0 -4027
  277. package/dist/webcomponents/p-85fc69e5.js +0 -90
  278. package/dist/webcomponents/p-89887332.js +0 -301
  279. package/dist/webcomponents/p-8eb774df.entry.js +0 -54
  280. package/dist/webcomponents/p-9e17630d.entry.js +0 -1684
  281. package/dist/webcomponents/p-9f94bbb6.entry.js +0 -118
  282. package/dist/webcomponents/p-a4e8573e.entry.js +0 -94
  283. package/dist/webcomponents/p-a5a225d9.entry.js +0 -125
  284. package/dist/webcomponents/p-a5fb51dc.entry.js +0 -131
  285. package/dist/webcomponents/p-ab4816e1.entry.js +0 -117
  286. package/dist/webcomponents/p-ac086069.entry.js +0 -58
  287. package/dist/webcomponents/p-af244664.js +0 -126
  288. package/dist/webcomponents/p-b4b8b531.js +0 -44
  289. package/dist/webcomponents/p-b82c146f.entry.js +0 -111
  290. package/dist/webcomponents/p-ba5fae28.js +0 -90
  291. package/dist/webcomponents/p-bd66f9d2.entry.js +0 -101
  292. package/dist/webcomponents/p-cc39384f.entry.js +0 -99
  293. package/dist/webcomponents/p-d17aee2b.entry.js +0 -26
  294. package/dist/webcomponents/p-dad3e069.entry.js +0 -298
  295. package/dist/webcomponents/p-e1e7525b.entry.js +0 -73
  296. package/dist/webcomponents/p-e356f280.entry.js +0 -29
  297. package/dist/webcomponents/p-e9a5cb95.entry.js +0 -94
  298. package/dist/webcomponents/p-ec854a3e.entry.js +0 -11053
  299. package/dist/webcomponents/p-edc37d1f.entry.js +0 -75
  300. package/dist/webcomponents/p-f02b75dc.entry.js +0 -96
  301. package/dist/{globals.d.ts → types/global.d.ts} +1 -1
@@ -0,0 +1 @@
1
+ import{r as t,c as i,h as e,H as o,F as s}from"./p-fad19d75.js";import{c as d}from"./p-5a62fca2.js";import{a}from"./p-df21aaad.js";import{g as h,f as n}from"./p-5e2c9ec8.js";const r={bankAccount:"New bank account",card:"New credit or debit card"},c=class{constructor(e){t(this,e),this.paymentMethodOptionSelected=i(this,"paymentMethodOptionSelected",7),this.onPaymentMethodOptionClick=()=>{this.paymentMethodOptionSelected.emit(this.paymentMethodOption)},this.iframeOrigin=d.iframeOrigin,this.authToken=void 0,this.accountId=void 0,this.paymentMethodOption=void 0,this.paymentMethodGroupId=void 0,this.isSelected=void 0,this.saveNewPaymentMethodChecked=!1}handleCheckboxChanged(t){this.saveNewPaymentMethodChecked=t.detail}async fillBillingForm(t){this.billingFormRef.fill(t)}async resolvePaymentMethod(t){var i,e;if(!this.paymentMethodFormRef||!this.billingFormRef)return;if(!await this.validate()||!t.isValid)return{validationError:!0};const o=await this.tokenize();if(o.error)return{error:o.error};{const t=o.data;return{token:(null===(i=t.card)||void 0===i?void 0:i.token)||(null===(e=t.bank_account)||void 0===e?void 0:e.token)}}}async validate(){const t=await this.billingFormRef.validate(),i=await this.paymentMethodFormRef.validate();return t.isValid&&i.isValid}async tokenize(){try{const t=await this.billingFormRef.getValues();let i;i=this.saveNewPaymentMethodChecked?Object.assign(Object.assign({},t),{payment_method_group_id:this.paymentMethodGroupId}):Object.assign({},t);const e=this.authToken;return await this.paymentMethodFormRef.tokenize(e,i,this.accountId)}catch(t){return t}}showNewPaymentMethodForm(){var t;return e("div",{class:"mt-2 pb-4 border-bottom"},e("div",{class:"mb-3"},e("justifi-payment-method-form",{ref:t=>this.paymentMethodFormRef=t,"payment-method-form-type":null===(t=this.paymentMethodOption)||void 0===t?void 0:t.id,"iframe-origin":this.iframeOrigin})),e("h3",{class:"fs-6 fw-bold lh-lg mb-4"},"Billing address"),e("justifi-billing-form",{ref:t=>this.billingFormRef=t}),e("justifi-save-new-payment-method",{hidden:!this.paymentMethodGroupId}))}render(){var t,i,o,s;return e("div",{key:"7b17c9f060764f959286e739a2c05a43d1363f0e",class:"payment-method"},e("div",{key:"5f09658f3be4cf75ee6df659d02b9bb29a0af2c3",class:"payment-method-header p-3",onClick:()=>this.onPaymentMethodOptionClick()},e("input",{key:"5187b4d23e10272df064b554130b856332b77e43",type:"radio",name:"paymentMethodType",id:null===(t=this.paymentMethodOption)||void 0===t?void 0:t.id,value:null===(i=this.paymentMethodOption)||void 0===i?void 0:i.id,onClick:t=>t.preventDefault(),checked:this.isSelected,class:"form-check-input me-2"}),e("label",{key:"1814812e3246a5f9a5734cbb40af529a61e73f21",htmlFor:null===(o=this.paymentMethodOption)||void 0===o?void 0:o.id,class:"form-check-label"},r[null===(s=this.paymentMethodOption)||void 0===s?void 0:s.id])),this.isSelected?this.showNewPaymentMethodForm():null)}};class l{constructor(t){this.id=t.id,this.brand=t.brand,this.acct_last_four=t.acct_last_four,this.type=h(t.type)}}var v;!function(t){t.american_express="American Express",t.diners_club="Diners Club",t.discover="Discover",t.jcb="JCB",t.mastercard="Mastercard",t.china_unionpay="UnionPay",t.visa="Visa",t.unknown="Unknown"}(v||(v={}));const f=class{constructor(e){t(this,e),this.toggleCreatingNewPaymentMethod=i(this,"toggleCreatingNewPaymentMethod",7),this.showCard=void 0,this.showAch=void 0,this.showBnpl=void 0,this.showSavedPaymentMethods=void 0,this.paymentMethodGroupId=void 0,this.bnpl=void 0,this.insuranceToggled=void 0,this.authToken=void 0,this.accountId=void 0,this.iframeOrigin=d.iframeOrigin,this.savedPaymentMethods=[],this.paymentAmount=void 0,this.selectedPaymentMethodId=void 0,this.paymentMethodOptions=[]}async fillBillingForm(t){const i=this.selectedPaymentMethodOptionRef;i.fillBillingForm&&i.fillBillingForm(t)}connectedCallback(){this.paymentMethodsChanged()}paymentMethodsChanged(){var t,i;this.paymentMethodOptions=this.savedPaymentMethods.map((t=>new l(t))).filter((t=>(this.showCard||t.type!==a.card)&&(this.showAch||t.type!==a.bankAccount))),this.showBnpl&&"sezzle"===(null===(t=this.bnpl)||void 0===t?void 0:t.provider)&&!this.insuranceToggled&&this.paymentMethodOptions.push(new l({id:a.sezzle})),this.showCard&&this.paymentMethodOptions.push(new l({id:a.card})),this.showAch&&this.paymentMethodOptions.push(new l({id:a.bankAccount})),this.selectedPaymentMethodId||(this.selectedPaymentMethodId=null===(i=this.paymentMethodOptions[0])||void 0===i?void 0:i.id)}paymentMethodOptionSelected(t){this.selectedPaymentMethodId=t.detail.id}async resolvePaymentMethod(t){var i;return await(null===(i=this.selectedPaymentMethodOptionRef)||void 0===i?void 0:i.resolvePaymentMethod(t))}render(){var t;return e(o,{key:"86e309b90ab00f530dd803b00e5aab511f92300f"},null===(t=this.paymentMethodOptions)||void 0===t?void 0:t.map((t=>{const i=this.selectedPaymentMethodId===t.id,o=t.id===a.sezzle;return t.id===a.card||t.id===a.bankAccount?e("justifi-new-payment-method",{paymentMethodOption:t,authToken:this.authToken,"account-id":this.accountId,"is-selected":i,paymentMethodGroupId:this.paymentMethodGroupId,ref:t=>{i&&(this.selectedPaymentMethodOptionRef=t)}}):o?e("justifi-sezzle-payment-method",{paymentMethodOption:t,"is-selected":i,paymentAmount:this.paymentAmount,bnpl:this.bnpl,ref:t=>{i&&(this.selectedPaymentMethodOptionRef=t)}}):this.showSavedPaymentMethods?e("justifi-saved-payment-method",{paymentMethodOption:t,"is-selected":i,ref:t=>{i&&(this.selectedPaymentMethodOptionRef=t)}}):void 0})))}static get watchers(){return{savedPaymentMethods:["paymentMethodsChanged"]}}};f.style=":host{display:block}.payment-method-header{cursor:pointer;color:var(--jfi-radio-button-group-color);background-color:var(--jfi-radio-button-group-background-color);border-bottom:var(--jfi-radio-button-group-divider)}.payment-method-header:hover{color:var(--jfi-radio-button-group-color-hover);background-color:var(--jfi-radio-button-group-background-color-hover)}.form-check-input,label{cursor:pointer}.form-check-input{background-color:var(--jfi-radio-button-background-color);border-color:var(--jfi-radio-button-border-color)}.form-check-input:checked,.form-check-input:checked:focus{background-color:var(--jfi-radio-button-background-color-selected);border-color:var(--jfi-radio-button-border-color-selected)}.form-check-input:focus{border-color:var(--jfi-radio-button-border-color-focus);box-shadow:var(--jfi-radio-button-box-shadow-focus)}";const u=class{constructor(e){t(this,e),this.paymentMethodOptionSelected=i(this,"paymentMethodOptionSelected",7),this.onPaymentMethodOptionClick=()=>{this.paymentMethodOptionSelected.emit(this.paymentMethodOption)},this.iframeOrigin=d.iframeOrigin,this.paymentMethodOption=void 0,this.isSelected=void 0}async resolvePaymentMethod(t){var i;return t.isValid?{token:null===(i=this.paymentMethodOption)||void 0===i?void 0:i.id}:{validationError:!0}}render(){var t,i,o,d,a;return e(s,{key:"9c2174123f1675d60bc48d8109821c0bc2ad7682"},e("div",{key:"07bffce2603110d44f38ffb2f57a60f07faddb3b",class:"payment-method"},e("div",{key:"f489d3a05db45c2b2581bc8f0fc093afed453d91",class:"payment-method-header p-3",onClick:()=>this.onPaymentMethodOptionClick()},e("input",{key:"70681612520aa621c39a017b72b25a7dd3211282",type:"radio",name:"paymentMethodType",id:null===(t=this.paymentMethodOption)||void 0===t?void 0:t.id,value:null===(i=this.paymentMethodOption)||void 0===i?void 0:i.id,onClick:t=>t.preventDefault(),checked:this.isSelected,class:"form-check-input me-2"}),e("label",{key:"a58e14ae9d199b0e0eb01b4c0a4a8bd9c8fec41d",htmlFor:null===(o=this.paymentMethodOption)||void 0===o?void 0:o.id,class:"form-check-label"},v[null===(d=this.paymentMethodOption)||void 0===d?void 0:d.brand]," *",null===(a=this.paymentMethodOption)||void 0===a?void 0:a.acct_last_four))))}},m=e("img",{class:"sezzle-smart-button-logo-img",src:"https://media.sezzle.com/branding/2.0/Sezzle_Logo_FullColor.svg",alt:"Sezzle",style:{display:"inline",width:"80px",marginLeft:"5px",marginTop:"-5px"}}),b=class{constructor(e){t(this,e),this.paymentMethodOptionSelected=i(this,"paymentMethodOptionSelected",7),this.onPaymentMethodOptionClick=()=>{this.paymentMethodOptionSelected.emit(this.paymentMethodOption)},this.initializeSezzleCheckout=()=>{let t;this.sezzlePromise=new Promise((i=>{t=i}));const i=this.bnpl,e=+this.paymentAmount,o=new(0,window.Checkout)({mode:"popup",publicKey:i.provider_client_id,apiMode:i.provider_mode,apiVersion:i.provider_api_version});o.sezzleButtonElement=this.sezzleButtonRef,o.init({onClick:function(t){t.preventDefault(),o.startCheckout({checkout_url:i.provider_checkout_url})},onComplete:i=>t({bnpl:i.data}),onCancel:i=>t({bnpl:i.data}),onFailure:i=>t({bnpl:i.data})}),this.sezzleCheckout=o,this.installmentPlan=this.sezzleCheckout.getInstallmentPlan(e)},this.iframeOrigin=d.iframeOrigin,this.bnpl=void 0,this.clientId=void 0,this.accountId=void 0,this.paymentMethodOption=void 0,this.isSelected=void 0,this.paymentAmount=void 0,this.installmentPlan=void 0,this.sezzleCheckout=void 0,this.sezzlePromise=void 0}componentDidRender(){this.scriptRef.onload=()=>{this.sezzleButtonRef=document.createElement("button"),this.initializeSezzleCheckout()}}async resolvePaymentMethod(t){return t.isValid?(this.sezzleButtonRef.click(),this.sezzlePromise):{validationError:!0}}render(){var t,i,o,s,d;return e("div",{key:"a71ee3b09669bd27f82f13fc2e924978df3b3883",class:"payment-method"},e("script",{key:"def81ad89dfc5d5038ee0de6ea6e3d430f45842c",src:"https://checkout-sdk.sezzle.com/checkout.min.js",async:!0,ref:t=>this.scriptRef=t}),e("div",{key:"b7c0afa6b157a981d61b4825dcf7fa5d031d701e",class:"payment-method-header p-3",onClick:()=>this.onPaymentMethodOptionClick()},e("input",{key:"5c52a82646f941e7df87b99cd326c32b64ab1373",type:"radio",name:"paymentMethodType",id:null===(t=this.paymentMethodOption)||void 0===t?void 0:t.id,value:null===(i=this.paymentMethodOption)||void 0===i?void 0:i.id,onClick:t=>t.preventDefault(),checked:this.isSelected,class:"form-check-input me-2"}),e("label",{key:"bb520c7addf37652ad0f22cc5a08c3afb0a23cd8",htmlFor:null===(o=this.paymentMethodOption)||void 0===o?void 0:o.id,class:"form-check-label"},e("div",{key:"0e43ff1520bece6a98c61be7fa31acb3fd4711e9"},"Buy now, pay later with ",m),this.installmentPlan&&e("small",{key:"9413c186f4dd6ee5b5296a4e0e60d469f5bec5c0"},e("span",{key:"dbc4ff1d6c5c7d0a189ea4f09773de501b21d5d1"},null===(s=this.installmentPlan)||void 0===s?void 0:s.installments.length)," ",e("span",{key:"72a4d2a7b34fffaee04d466a981a1dab3160c639"},this.installmentPlan.schedule," payments of")," ",e("span",{key:"c2e2c5c4eaec1d03120239c00b47ae4bac548be6",class:"fw-bold"},n(null===(d=this.installmentPlan)||void 0===d?void 0:d.installments[0].amountInCents))))))}};export{c as justifi_new_payment_method,f as justifi_payment_method_options,u as justifi_saved_payment_method,b as justifi_sezzle_payment_method}
@@ -0,0 +1 @@
1
+ import{r as s,c as t,h as e,H as i}from"./p-fad19d75.js";import{a,C as n}from"./p-14c91ffd.js";import{m as o,b as r}from"./p-5968ff8a.js";import{B as h}from"./p-401d6607.js";import{c as d,F as c,e as u}from"./p-2eab3c90.js";import{b as f,a as b}from"./p-d89bad72.js";import{z as l,A as p,u as m,B as v,C as y,D as g,E as k,F as _,G as w,H as j,I as C,J as T,K as O,L as S,M as I}from"./p-5022f21c.js";import{c as x}from"./p-1815a43b.js";import{A as L}from"./p-7d3be485.js";import"./p-56f6ce4c.js";import"./p-df21aaad.js";import"./p-e3fab0e2.js";import{c as A}from"./p-5a62fca2.js";import{n as F}from"./p-8df7bde8.js";import{B}from"./p-5e7c60d8.js";import{S as E}from"./p-08b0fb31.js";import{B as H}from"./p-9c9c7dac.js";import"./p-8115b2f4.js";import"./p-6078a370.js";import"./p-1ff8810b.js";const D=class{constructor(e){s(this,e),this.errorEvent=t(this,"error-event",7),this.getBusiness=void 0,this.patchBusiness=void 0,this.authToken=void 0,this.businessId=void 0,this.allowOptionalFields=void 0}propChanged(){this.initializeApi()}async validateAndSubmit({onSuccess:s}){this.coreComponent.validateAndSubmit({onSuccess:s})}componentWillLoad(){this.initializeApi()}initializeApi(){this.authToken&&this.businessId?(this.getBusiness=o({authToken:this.authToken,businessId:this.businessId,service:new h}),this.patchBusiness=r({authToken:this.authToken,businessId:this.businessId,service:new h})):this.errorEvent.emit({message:"Missing required props",errorCode:a.MISSING_PROPS,severity:n.ERROR})}render(){return e("justifi-additional-questions-form-step-core",{key:"ede8f1336c69d47c651a5b4b95ee2746aae3aa52",getBusiness:this.getBusiness,patchBusiness:this.patchBusiness,allowOptionalFields:this.allowOptionalFields,ref:s=>this.coreComponent=s})}static get watchers(){return{authToken:["propChanged"],businessId:["propChanged"]}}};class P{constructor(s){this.id=s.id,this.account_owner_name=s.account_owner_name,this.full_name=s.full_name,this.account_type=s.account_type,this.acct_last_four=s.acct_last_four,this.account_number_last4=s.account_number_last4,this.routing_number=s.routing_number,this.bank_name=s.bank_name,this.country=s.country,this.currency=s.currency,this.nickname=s.nickname,this.metadata=s.metadata,this.business_id=s.business_id,this.platform_account_id=s.platform_account_id,this.created_at=s.created_at,this.updated_at=s.updated_at}}const q=class{constructor(e){s(this,e),this.submitted=t(this,"submitted",7),this.formLoading=t(this,"formLoading",7),this.errorEvent=t(this,"error-event",7),this.fetchData=async()=>{this.formLoading.emit(!0);try{const s=await this.api.get(this.businessEndpoint);this.bankAccount=Object.assign({},new P(s.data.bank_accounts.length>0?s.data.bank_accounts[0]:{})),this.formController.setInitialValues(Object.assign({},this.bankAccount))}catch(s){this.errorEvent.emit({errorCode:a.FETCH_ERROR,message:s.message,severity:n.ERROR,data:s})}finally{this.formLoading.emit(!1)}},this.sendData=async s=>{this.formLoading.emit(!0);try{const t=this.formController.values.getValue(),e=Object.assign(Object.assign({},t),{business_id:this.businessId}),i=await this.api.post(this.bankAccountEndpoint,e);this.handleResponse(i,s)}catch(s){this.errorEvent.emit({errorCode:a.POST_ERROR,message:s.message,severity:n.ERROR,data:s})}finally{this.formLoading.emit(!1)}},this.inputHandler=(s,t)=>{this.formController.setValues(Object.assign(Object.assign({},this.formController.values.getValue()),{[s]:t}))},this.formController=void 0,this.errors={},this.bankAccount=void 0,this.authToken=void 0,this.businessId=void 0,this.allowOptionalFields=void 0}get businessEndpoint(){return`entities/business/${this.businessId}`}get bankAccountEndpoint(){return"entities/bank_accounts"}get formDisabled(){var s;return!!(null===(s=this.bankAccount)||void 0===s?void 0:s.id)}handleResponse(s,t){s.error?this.errorEvent.emit({errorCode:a.POST_ERROR,message:s.error.message,severity:n.ERROR,data:s.error}):t(),this.submitted.emit({data:s,metadata:{completedStep:f.bankAccount}})}async validateAndSubmit({onSuccess:s}){this.formDisabled?s():this.formController.validateAndSubmit((()=>this.sendData(s)))}componentWillLoad(){this.formController=new c((s=>{const t=d({bank_name:l.required("Enter bank name"),nickname:p.required("Enter nickname"),account_owner_name:m.required("Enter account owner name"),account_type:v.required("Select account type"),account_number:y.required("Enter account number"),routing_number:g.required("Enter routing number")}),e=d({bank_name:l.nullable(),nickname:p.nullable(),account_owner_name:m.nullable(),account_type:v.nullable(),account_number:y.nullable(),routing_number:g.nullable()});return s?e:t})(this.allowOptionalFields)),this.api=L({authToken:this.authToken,apiOrigin:A.proxyApiOrigin}),this.businessId&&this.authToken&&this.fetchData()}componentDidLoad(){this.formController.values.subscribe((s=>this.bankAccount=Object.assign({},s))),this.formController.errors.subscribe((s=>{this.errors=Object.assign({},s)}))}render(){const s=this.formController.getInitialValues();return e("form",{key:"c2bdcd5ab6301d1a39e4d774df101281c41e2002"},e("fieldset",{key:"7f6b607be5b7bc5fcd0dc1687adaa1ad00d7d2e9"},e("legend",{key:"91b68746c65bb68f4fbd2eef151258e6915f8e35"},"Bank Account Info"),e("hr",{key:"5eceedbf59faef10757c9e2b04d4dc4cd6b88a9b"}),e("div",{key:"d3185db7fceb9851ccb44c1c89f8cbe5a37c24e0",class:"row gy-3"},e("div",{key:"625caf0e9b93c244d94c69174ffff57126d39fa1",class:"col-12"},e("form-control-text",{key:"ddf3206b09047dfea56df850babe6c8f92ed33ee",name:"bank_name",label:"Bank Name",defaultValue:s.bank_name,errorText:this.errors.bank_name,inputHandler:this.inputHandler,disabled:this.formDisabled})),e("div",{key:"d7d498353eec8e1947ce748aa35cbee63e793817",class:"col-12"},e("form-control-text",{key:"a80050dcd088db0209c2e5da65b310d7fc7877f5",name:"nickname",label:"Nickname",defaultValue:s.nickname,errorText:this.errors.nickname,inputHandler:this.inputHandler,disabled:this.formDisabled})),e("div",{key:"ea5578470e0e4d0fd5b973807475a02c7764c9c8",class:"col-12"},e("form-control-text",{key:"dd8c77b43ddfca61cfd5ed39ce6e142654f18d9f",name:"account_owner_name",label:"Account Owner Name",defaultValue:s.account_owner_name,errorText:this.errors.account_owner_name,inputHandler:this.inputHandler,disabled:this.formDisabled})),e("div",{key:"cb3256226c5fdfa5ff2a02c456a6c384e06d16a6",class:"col-12"},e("form-control-select",{key:"a865f48350a0ae6b6a2a540dc2d54de72a8af074",name:"account_type",label:"Account Type",options:x,defaultValue:s.account_type,errorText:this.errors.account_type,inputHandler:this.inputHandler,disabled:this.formDisabled})),e("div",{key:"aa9062a25dade06db1f175d4233f2e5bb4e7ecd7",class:"col-12"},e("form-control-text",{key:"1a87920e4df50178625446c770e4182d918664c7",name:"account_number",label:"Account Number",defaultValue:s.account_number,maxLength:17,errorText:this.errors.account_number,inputHandler:this.inputHandler,keyDownHandler:F,disabled:this.formDisabled})),e("div",{key:"c72858a29aa1289b367c0eb89d6cc0eded23346d",class:"col-12"},e("form-control-text",{key:"b7fb93bcf16c01689245d5aca11142b013fe6adc",name:"routing_number",label:"Routing Number",defaultValue:s.routing_number,maxLength:9,errorText:this.errors.routing_number,inputHandler:this.inputHandler,keyDownHandler:F,disabled:this.formDisabled})))))}},V=class{constructor(e){s(this,e),this.errorEvent=t(this,"error-event",7),this.getBusiness=void 0,this.patchBusiness=void 0,this.authToken=void 0,this.businessId=void 0,this.allowOptionalFields=void 0}propChanged(){this.initializeApi()}async validateAndSubmit({onSuccess:s}){this.coreComponent.validateAndSubmit({onSuccess:s})}componentWillLoad(){this.initializeApi()}initializeApi(){this.authToken&&this.businessId?(this.getBusiness=o({authToken:this.authToken,businessId:this.businessId,service:new h}),this.patchBusiness=r({authToken:this.authToken,businessId:this.businessId,service:new h})):this.errorEvent.emit({message:"Missing required props",errorCode:a.MISSING_PROPS,severity:n.ERROR})}render(){return e("justifi-business-core-info-form-step-core",{key:"4ee53046d16fd42df4e09b10c338a740c22184ef",businessId:this.businessId,getBusiness:this.getBusiness,patchBusiness:this.patchBusiness,allowOptionalFields:this.allowOptionalFields,ref:s=>this.coreComponent=s})}static get watchers(){return{authToken:["propChanged"],businessId:["propChanged"]}}},W=class{constructor(e){s(this,e),this.submitted=t(this,"submitted",7),this.formLoading=t(this,"formLoading",7),this.errorEvent=t(this,"error-event",7),this.inputHandler=(s,t)=>{this.formController.setValues(Object.assign(Object.assign({},this.formController.values.getValue()),{[s]:t}))},this.fetchData=async()=>{this.renderState="loading",this.formLoading.emit(!0);try{const s=await this.api.get(this.businessEndpoint);this.business=Object.assign({},new B(s.data)),this.existingDocuments=s.data.documents,this.paymentVolume=s.data.additional_questions.business_payment_volume}catch(s){this.errorEvent.emit({errorCode:a.FETCH_ERROR,message:s.message,severity:n.ERROR,data:s}),this.renderState="error"}finally{this.initializeFormController(),this.formLoading.emit(!1),this.renderState="success"}},this.initializeFormController=()=>{this.formController=new c(((s,t,e)=>{const i=d({voided_check:k(t,e),government_id:_.nullable(),ss4:w.nullable(),other:j.nullable(),balance_sheet:C(s,t,e),bank_statement:T(s,t,e),profit_and_loss_statement:O(s,t,e)}),a=d({voided_check:k(t,e),government_id:_.nullable(),ss4:w.nullable(),other:j.nullable(),balance_sheet:C(s,t,e),bank_statement:T(s,t,e),profit_and_loss_statement:O(s,t,e)});return e?a:i})(this.paymentVolume,this.existingDocuments,this.allowOptionalFields)),this.formController.errors.subscribe((s=>{this.errors=Object.assign({},s)}))},this.createDocumentRecord=async s=>{this.formLoading.emit(!0);const t=s.record_data;try{const e=await this.api.post(this.documentEndpoint,t);return this.handleDocRecordResponse(s,e)}catch(s){return this.errorEvent.emit({errorCode:a.POST_ERROR,message:s.message,severity:n.ERROR,data:s}),!1}},this.handleDocRecordResponse=(s,t)=>t.error?(this.errorEvent.emit({errorCode:a.POST_ERROR,message:t.error.message,severity:n.ERROR,data:t.error}),!1):(s.setPresignedUrl(t.data.presigned_url),!0),this.uploadDocument=async s=>{if(!s.presigned_url)throw new Error("Presigned URL is not set");const t=await fetch(s.presigned_url,{method:"PUT",body:s.fileString});return this.handleUploadResponse(t)},this.handleUploadResponse=s=>s.error?(this.errorEvent.emit({errorCode:a.POST_ERROR,message:s.error.message,severity:n.ERROR,data:s.error}),!1):(this.submitted.emit({data:s,metadata:{completedStep:f.documentUpload}}),!0),this.storeFiles=s=>{const t=Array.from(s.detail.fileList),e=s.detail.document_type,i=t.map((s=>new S({file:s,document_type:e},this.businessId)));this.documentData[e]=i},this.sendData=async s=>{try{const t=Object.values(this.documentData).flat();if(!t.length)return s();const e=t.map((s=>this.createDocumentRecord(s)));if(!await Promise.all(e))return;const i=t.map((s=>this.uploadDocument(s)));if(!await Promise.all(i))return;await s()}finally{this.formLoading.emit(!1)}},this.formController=void 0,this.errors={},this.existingDocuments=[],this.paymentVolume=void 0,this.business=void 0,this.documentData=new I,this.renderState="loading",this.authToken=void 0,this.businessId=void 0,this.allowOptionalFields=void 0}get businessEndpoint(){return`entities/business/${this.businessId}`}get documentEndpoint(){return"entities/document"}componentWillLoad(){this.api=L({authToken:this.authToken,apiOrigin:A.proxyApiOrigin}),this.businessId&&this.authToken&&this.fetchData()}async validateAndSubmit({onSuccess:s}){this.formController.validateAndSubmit((()=>this.sendData(s)))}get isLoading(){return"loading"===this.renderState}get isError(){return"error"===this.renderState}get documentsOnFile(){return this.isError?null:this.isLoading?e(E,{variant:"rounded",height:"50px"}):e("justifi-business-documents-on-file",{documents:this.existingDocuments})}get formInputs(){return this.isError?null:this.isLoading?e(E,{variant:"rounded",height:"350px"}):e("justifi-business-document-upload-input-group",{paymentVolume:this.paymentVolume,inputHandler:this.inputHandler,storeFiles:this.storeFiles,errors:this.errors})}render(){return e("form",{key:"38bb9070ca04f773ec092ebb14ce8ad20f33d8cf"},e("fieldset",{key:"9c736d11200bb9c5a37c1319f3bfb349b7a5e93f"},e("legend",{key:"92ed2fb864e85e38532af364518c25ef4bd275a5"},"Document Uploads"),e("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."),e("hr",{key:"0c696d1bdb614bdacb3cbadeee66c95149efda68"}),this.documentsOnFile,e("div",{key:"7919205dfda677526d810a9fa1507ed8a55eafb8",class:"d-flex flex-column"},this.formInputs)))}},M=class{constructor(e){s(this,e),this.errorEvent=t(this,"error-event",7),this.getBusiness=void 0,this.patchBusiness=void 0,this.authToken=void 0,this.businessId=void 0,this.allowOptionalFields=void 0}propChanged(){this.initializeApi()}async validateAndSubmit({onSuccess:s}){this.coreComponent.validateAndSubmit({onSuccess:s})}componentWillLoad(){this.initializeApi()}initializeApi(){this.authToken&&this.businessId?(this.getBusiness=o({authToken:this.authToken,businessId:this.businessId,service:new h}),this.patchBusiness=r({authToken:this.authToken,businessId:this.businessId,service:new h})):this.errorEvent.emit({message:"Missing required props",errorCode:a.MISSING_PROPS,severity:n.ERROR})}render(){return e(i,{key:"213a68fd3543eb912c6fed376128ba877ba75871"},e("justifi-business-owners-form-step-core",{key:"5acee797bd35f5b60cadc5ddd50f560532dfe8b1",authToken:this.authToken,businessId:this.businessId,getBusiness:this.getBusiness,patchBusiness:this.patchBusiness,allowOptionalFields:this.allowOptionalFields,ref:s=>this.coreComponent=s}))}static get watchers(){return{authToken:["propChanged"],businessId:["propChanged"]}}},N=class{constructor(e){s(this,e),this.errorEvent=t(this,"error-event",7),this.getBusiness=void 0,this.patchBusiness=void 0,this.authToken=void 0,this.businessId=void 0,this.allowOptionalFields=void 0}propChanged(){this.initializeApi()}async validateAndSubmit({onSuccess:s}){this.coreComponent.validateAndSubmit({onSuccess:s})}componentWillLoad(){this.initializeApi()}initializeApi(){this.authToken&&this.businessId?(this.getBusiness=o({authToken:this.authToken,businessId:this.businessId,service:new h}),this.patchBusiness=r({authToken:this.authToken,businessId:this.businessId,service:new h})):this.errorEvent.emit({message:"Missing required props",errorCode:a.MISSING_PROPS,severity:n.ERROR})}render(){return e("justifi-business-representative-form-step-core",{key:"866d8cf33d53eff562dac1d36898b4c5695bf39b",getBusiness:this.getBusiness,patchBusiness:this.patchBusiness,allowOptionalFields:this.allowOptionalFields,ref:s=>this.coreComponent=s})}static get watchers(){return{authToken:["propChanged"],businessId:["propChanged"]}}},z=class{constructor(e){s(this,e),this.submitted=t(this,"submitted",7),this.formLoading=t(this,"formLoading",7),this.errorEvent=t(this,"error-event",7),this.fetchData=async()=>{this.formLoading.emit(!0);try{const s=await this.api.get(this.businessEndpoint);this.acceptedTermsBefore=s.data.terms_conditions_accepted}catch(s){this.errorEvent.emit({errorCode:a.FETCH_ERROR,message:s.message,severity:n.ERROR,data:s})}finally{this.formLoading.emit(!1)}},this.sendData=async s=>{this.formLoading.emit(!0);try{const t=this.termsPayload,e=await this.api.post(this.termsConditionsEndpoint,t);this.handleResponse(e,s)}catch(s){this.errorEvent.emit({errorCode:a.POST_ERROR,message:s.message,severity:n.ERROR,data:s})}finally{this.formLoading.emit(!1)}},this.inputHandler=(s,t)=>{this.formController.setValues(Object.assign(Object.assign({},this.formController.values.getValue()),{[s]:t}))},this.formController=void 0,this.errors={},this.acceptedTermsBefore=void 0,this.authToken=void 0,this.businessId=void 0,this.allowOptionalFields=void 0}get businessEndpoint(){return`entities/business/${this.businessId}`}get termsConditionsEndpoint(){return"entities/terms_and_conditions"}get formHelperText(){return this.acceptedTermsBefore?"You have already accepted the terms and conditions.":null}get termsPayload(){return{business_id:this.businessId,accepted:this.formController.values.getValue().accepted,user_agent:window.navigator.userAgent}}async componentWillLoad(){this.api=L({authToken:this.authToken,apiOrigin:A.proxyApiOrigin}),this.formController=new c((s=>{const t=d({accepted:u().oneOf([!0],"You must agree to the terms and conditions to continue").required("You must agree to the terms and conditions to continue")}),e=d({accepted:u().nullable()});return s?e:t})(this.allowOptionalFields)),this.businessId&&this.authToken&&this.fetchData()}handleResponse(s,t){s.error?this.errorEvent.emit({errorCode:a.POST_ERROR,message:s.error.message,severity:n.ERROR,data:s.error}):t(),this.submitted.emit({data:s,metadata:{completedStep:f.termsAndConditions}})}async validateAndSubmit({onSuccess:s}){this.acceptedTermsBefore?(this.submitted.emit({metadata:{completedStep:f.termsAndConditions}}),s()):this.formController.validateAndSubmit((()=>this.sendData(s)))}componentDidLoad(){this.formController.errors.subscribe((s=>{this.errors=Object.assign({},s)}))}render(){return e("form",{key:"a292e2b1b69d152009000d9e7009e5ab07698bc8"},e("fieldset",{key:"30843e9ed0029f64abcf076512af82974dd99598"},e("legend",{key:"6453679a074056668bdd93cb91d2d725b73fb0da"},"Terms and Conditions"),e("hr",{key:"6a44c1128e3dceb770b16533aa61fb5e81f5dda2"}),e("justifi-business-terms-conditions-text",{key:"714c9f81c1d1f91712a276259acf4eb6734b40d4"}),e("br",{key:"5e955908e53af5ade77fca9f2a47e8a9d10e7ad8"}),e("div",{key:"7c6ca9d2634c7cc6988292ffedf86b64c3865557",class:"row-gy-3"},e("div",{key:"e8f01c4bdcc07e0063e3b8f5f1acbabc9b3310f7",class:"col-12"},e("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})))))}},R=class{constructor(e){s(this,e),this.errorEvent=t(this,"error-event",7),this.getBusiness=void 0,this.patchBusiness=void 0,this.authToken=void 0,this.businessId=void 0,this.allowOptionalFields=void 0}propChanged(){this.initializeApi()}async validateAndSubmit({onSuccess:s}){this.coreComponent.validateAndSubmit({onSuccess:s})}componentWillLoad(){this.initializeApi()}initializeApi(){this.authToken&&this.businessId?(this.getBusiness=o({authToken:this.authToken,businessId:this.businessId,service:new h}),this.patchBusiness=r({authToken:this.authToken,businessId:this.businessId,service:new h})):this.errorEvent.emit({message:"Missing required props",errorCode:a.MISSING_PROPS,severity:n.ERROR})}render(){return e("justifi-legal-address-form-step-core",{key:"7455b4950e2ca1121004943ad81537c583438738",getBusiness:this.getBusiness,patchBusiness:this.patchBusiness,allowOptionalFields:this.allowOptionalFields,ref:s=>this.coreComponent=s})}static get watchers(){return{authToken:["propChanged"],businessId:["propChanged"]}}},U=class{constructor(t){s(this,t),this.currentStep=void 0,this.totalSteps=void 0,this.formLoading=void 0,this.formDisabled=void 0,this.previousStepButtonOnClick=void 0,this.nextStepButtonOnClick=void 0}get showPreviousStepButton(){return this.currentStep>0}get showNextStepButton(){return this.currentStep<this.totalSteps}get showSubmitButton(){return this.currentStep===this.totalSteps}render(){return e("div",{key:"3df3796f2bb35819373564c0002e35d14c85e360",class:"d-flex gap-2"},e(H,{key:"3f8fd4e288b2eed6776c77b44dda816e8a0580cd",variant:"secondary",type:"button",onClick:()=>this.previousStepButtonOnClick(),disabled:this.formDisabled,hidden:!this.showPreviousStepButton},"Previous"),e(H,{key:"83c7d2405d6e4f88f721a95250aa847a6999a211",variant:"primary",type:"button",onClick:s=>this.nextStepButtonOnClick(s,b.nextStep),disabled:this.formDisabled,isLoading:this.formLoading,hidden:!this.showNextStepButton},"Next"),e(H,{key:"d87bcdc9bea52b11307e31bd1d99636be05d7156",variant:"primary",type:"submit",onClick:s=>this.nextStepButtonOnClick(s,b.submit),disabled:this.formDisabled,isLoading:this.formLoading,hidden:!this.showSubmitButton},"Submit"))}},Y=class{constructor(i){s(this,i),this.formCompleted=t(this,"formCompleted",7),this.componentStepMapping={0:()=>e("justifi-business-core-info-form-step",{businessId:this.businessId,authToken:this.authToken,ref:s=>this.refs[0]=s,allowOptionalFields:this.allowOptionalFields}),1:()=>e("justifi-legal-address-form-step",{businessId:this.businessId,authToken:this.authToken,ref:s=>this.refs[1]=s,allowOptionalFields:this.allowOptionalFields}),2:()=>e("justifi-additional-questions-form-step",{businessId:this.businessId,authToken:this.authToken,ref:s=>this.refs[2]=s,allowOptionalFields:this.allowOptionalFields}),3:()=>e("justifi-business-representative-form-step",{businessId:this.businessId,authToken:this.authToken,ref:s=>this.refs[3]=s,allowOptionalFields:this.allowOptionalFields}),4:()=>e("justifi-business-owners-form-step",{businessId:this.businessId,authToken:this.authToken,ref:s=>this.refs[4]=s,allowOptionalFields:this.allowOptionalFields}),5:()=>e("justifi-business-bank-account-form-step",{businessId:this.businessId,authToken:this.authToken,ref:s=>this.refs[5]=s,onFormLoading:this.handleFormLoading,allowOptionalFields:this.allowOptionalFields}),6:()=>e("justifi-business-document-upload-form-step",{businessId:this.businessId,authToken:this.authToken,ref:s=>this.refs[6]=s,onFormLoading:this.handleFormLoading,allowOptionalFields:this.allowOptionalFields}),7:()=>e("justifi-business-terms-conditions-form-step",{businessId:this.businessId,authToken:this.authToken,ref:s=>this.refs[7]=s,onFormLoading:this.handleFormLoading,allowOptionalFields:this.allowOptionalFields,onSubmitted:()=>this.formCompleted.emit()})},this.businessId=void 0,this.authToken=void 0,this.refs=void 0,this.currentStep=void 0,this.allowOptionalFields=!1,this.handleFormLoading=void 0}get currentStepComponent(){return this.componentStepMapping[this.currentStep]()}render(){return e("div",{key:"8f02aa3223e38cda70319c127f60e5d2f3c5abe5",class:"col-12 mb-4"},this.currentStepComponent)}};export{D as justifi_additional_questions_form_step,q as justifi_business_bank_account_form_step,V as justifi_business_core_info_form_step,W as justifi_business_document_upload_form_step,M as justifi_business_owners_form_step,N as justifi_business_representative_form_step,z as justifi_business_terms_conditions_form_step,R as justifi_legal_address_form_step,U as justifi_payment_provisioning_form_buttons,Y as justifi_payment_provisioning_form_steps}
@@ -0,0 +1 @@
1
+ import{r as e,c as t,h as r}from"./p-fad19d75.js";import{c as a}from"./p-5a62fca2.js";import{J as i}from"./p-4e017b58.js";import"./p-d78eb6ce.js";import"./p-7d3be485.js";const o=class{constructor(r){e(this,r),this.cardFormReady=t(this,"cardFormReady",7),this.ready=t(this,"ready",7),this.cardFormTokenized=t(this,"cardFormTokenize",7),this.cardFormValidated=t(this,"cardFormValidate",7),this.validationMode=void 0,this.iframeOrigin=a.iframeOrigin,this.singleLine=!1,this.internalStyleOverrides=void 0}readyHandler(e){console.warn("The 'cardFormReady' event is deprecated in the next major release and will be renamed to 'ready'"),this.cardFormReady.emit(e),this.ready.emit(e)}tokenizeHandler(e){console.warn("The 'cardFormTokenize' event is deprecated in the next major release. Please refer to the documentation for the migration process and alternative approach. This method will be removed in the future."),this.cardFormTokenized.emit(e)}validateHandler(e){console.warn("The 'cardFormValidate' event is deprecated in the next major release. Please refer to the documentation for the migration process and alternative approach. This method will be removed in the future."),this.cardFormValidated.emit(e)}componentWillLoad(){this.analytics=new i(this)}disconnectedCallback(){this.analytics.cleanup()}async tokenize(...e){if(!this.childRef)throw new Error("Cannot call tokenize");return this.childRef.tokenize(...e)}async validate(){if(!this.childRef)throw new Error("Cannot call validate");return this.childRef.validate()}async resize(){if(console.warn("The 'resize' method is deprecated and will be removed in the next major release. Please refer to the documentation for the migration process and alternative approach."),!this.childRef)throw new Error("Cannot call validate");return this.childRef.resize()}render(){return r("justifi-payment-method-form",{key:"58843b8a47f35d716845de11f6a66d8960bc0776",ref:e=>{e&&(this.childRef=e)},"iframe-origin":this.iframeOrigin,"payment-method-form-type":"card","single-line":this.singleLine,"payment-method-form-ready":this.cardFormReady,"payment-method-form-validate":this.cardFormValidated,"payment-method-form-tokenize":this.cardFormTokenized,"payment-method-form-validation-mode":this.validationMode||"onSubmit"})}};export{o as justifi_card_form}
@@ -0,0 +1 @@
1
+ import{r as o,c as r,h as t}from"./p-fad19d75.js";import{c as i,d as a,F as e}from"./p-2eab3c90.js";import{A as d}from"./p-7d3be485.js";import"./p-56f6ce4c.js";import"./p-df21aaad.js";import"./p-e3fab0e2.js";import{c as s}from"./p-5a62fca2.js";import{C as n}from"./p-525db3e8.js";import{S as f}from"./p-ba4bae6f.js";const b=i().shape({amount:a().required("Amount is required").typeError("Amount must be a number").positive("Amount must be positive").test("amount","Refund amount cannot be more than the original payment amount",(function(o){return o<=this.options.context.amount})).nullable()}),c=class{constructor(t){o(this,t),this.submitted=r(this,"submitted",7),this.authToken=void 0,this.paymentId=void 0,this.amount=0,this.submitButtonText="Submit",this.withButton=void 0,this.refundInfoText=void 0,this.errors={},this.isSubmitting=!1}componentWillLoad(){this.formController=new e(b),this.formController.setInitialValues({amount:this.amount,message:""}),this.initializeApi()}componentDidLoad(){this.formController.errors.subscribe((o=>{this.errors=Object.assign({},o)}))}async handleSubmit(o){o.preventDefault(),this.formController.validateAndSubmit(this.submitRefund.bind(this),{amount:this.amount})}async submitRefund(){this.isSubmitting=!0;const o=this.formController.values.getValue();try{await this.api.post(`payments/${this.paymentId}/refunds`,o),this.submitted.emit(o)}catch(o){console.error("Error submitting refund:",o),this.submitted.emit(o)}finally{this.isSubmitting=!1}}handleInput(o,r){this.formController.setValues(Object.assign(Object.assign({},this.formController.values.getValue()),{[o]:r}))}initializeApi(){this.authToken||console.warn("Warning: Missing auth-token."),this.api=d({authToken:this.authToken,apiOrigin:s.proxyApiOrigin})}render(){var o;return t(f,{key:"d0d0962eaecab749aa1eb124e86701a2fb4dfd53"},t("h1",{key:"cb3071d89c291b1664e551fcf2808a64569ba5eb"},"Refund"),this.refundInfoText&&t("div",{key:"01a6f4567f882d2eec492ef6d98db7d04747ecb4",class:"d-flex align-items-center flex-row gap-4 border-top border-bottom my-4 p-3",role:"alert"},t("img",{key:"8ae5928aaf8ead35a7ad180a01bdde05ebec3d5f",src:"/info-icon.svg",alt:"Information",height:"30",width:"30"}),t("p",{key:"425a7dfe9d8b886b55fd0878f3989373733c1758",class:"m-0",innerHTML:this.refundInfoText})),t("form",{key:"5516d2ac500611d2410b9b4c2a4d0d15e417b2d1",onSubmit:o=>this.handleSubmit(o),class:"d-grid gap-4"},t("div",{key:"b67a7c56f070a5a25d91aa0cc77755b27d420fdc",class:"form-group"},t("form-control-monetary",{key:"76b6cfdf2b39674434f4d880333dd5d5f603f0b6",name:"amount",label:"Refund Amount",defaultValue:(null===(o=this.amount)||void 0===o?void 0:o.toString())||"",maskOptions:n.DECIMAL,inputHandler:(o,r)=>this.handleInput(o,r),errorText:this.errors.amount})),t("div",{key:"5e581cdea69d2ce9dbad774214cd904923d199b3",class:"form-group"},t("form-control-text",{key:"926ae888676a4089d3381bd4d650e6f84f6e206a",name:"notes",label:"Additional Notes",inputHandler:(o,r)=>this.handleInput(o,r),errorText:this.errors.notes})),this.withButton&&t("div",{key:"de5df506b7b64a69a16241f117bf9bea4fd79b57",class:"form-group d-flex flex-row-reverse"},t("button",{key:"92ad4d43677587c2c20dc03c6f03a6cf1f20ac12",type:"submit",disabled:!!this.isSubmitting,class:"btn btn-primary ml-auto"},this.submitButtonText))))}};c.style=":host{display:block}*::part(input){font-family:var(--jfi-layout-font-family);background-color:var(--jfi-form-control-background-color);border-color:var(--jfi-form-control-border-color);border-width:var(--jfi-form-control-border-width);border-bottom-width:var(--jfi-form-control-border-bottom-width);border-left-width:var(--jfi-form-control-border-left-width);border-right-width:var(--jfi-form-control-border-right-width);border-top-width:var(--jfi-form-control-border-top-width);border-radius:var(--jfi-form-control-border-radius);border-style:var(--jfi-form-control-border-style);box-shadow:var(--jfi-form-control-box-shadow);color:var(--jfi-form-control-color);font-size:var(--jfi-form-control-font-size);font-weight:var(--jfi-form-control-font-weight);line-height:var(--jfi-form-control-line-height);margin:var(--jfi-form-control-margin);padding:var(--jfi-form-control-padding)}*::part(input):focus{color:var(--jfi-form-control-color-focus);border-color:var(--jfi-form-control-border-color-focus);box-shadow:var(--jfi-form-control-box-shadow-focus)}.btn{font-family:var(--jfi-layout-font-family);color:var(--jfi-submit-button-color);background-color:var(--jfi-submit-button-background-color);border-color:var(--jfi-submit-button-border-color);padding:var(--jfi-submit-button-padding);font-size:var(--jfi-submit-button-font-size);border-radius:var(--jfi-submit-button-border-radius);width:var(--jfi-submit-button-width);box-shadow:var(--jfi-submit-button-box-shadow)}.btn:hover{color:var(--jfi-submit-button-color-hover);background-color:var(--jfi-submit-button-background-color-hover);border-color:var(--jfi-submit-button-border-color-hover)}.btn:focus{color:var(--jfi-submit-button-color-focus);background-color:var(--jfi-submit-button-background-color-focus);border-color:var(--jfi-submit-button-border-color-focus)}.btn:active{color:var(--jfi-submit-button-color-active);background-color:var(--jfi-submit-button-background-color-active);border-color:var(--jfi-submit-button-border-color-active)}";export{c as justifi_refund_form}