@justifi/webcomponents 4.18.0 → 4.19.0-rc

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 (545) hide show
  1. package/dist/cjs/{Analytics-d4aa8c07.js → Analytics-e1fdfdb7.js} +2 -2
  2. package/dist/cjs/{Payment-24f22eca.js → Payment-1a8a8ca6.js} +0 -21
  3. package/dist/cjs/additional-questions-details_5.cjs.entry.js +1 -1
  4. package/dist/cjs/business-details-core.cjs.entry.js +1 -1
  5. package/dist/cjs/{business-form-types-11130bab.js → business-form-types-6e1fcda3.js} +4 -7
  6. package/dist/cjs/business.service-c384784d.js +32 -0
  7. package/dist/cjs/button-3f400a66.js +26 -0
  8. package/dist/cjs/{config-ff2dda66.js → config-037e67d0.js} +2 -2
  9. package/dist/cjs/form-alert_5.cjs.entry.js +5 -5
  10. package/dist/cjs/{form-control-checkbox_5.cjs.entry.js → form-control-checkbox_9.cjs.entry.js} +434 -169
  11. package/dist/cjs/{form-control-number-masked_2.cjs.entry.js → form-control-date_3.cjs.entry.js} +50 -7
  12. package/dist/cjs/{form-control-select_2.cjs.entry.js → form-control-error-text_4.cjs.entry.js} +32 -2
  13. package/dist/cjs/form-control-file.cjs.entry.js +1 -1
  14. package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
  15. package/dist/cjs/form-control-number.cjs.entry.js +1 -1
  16. package/dist/cjs/{get-payout-csv-e4e4771a.js → get-payout-csv-51a02be7.js} +2 -2
  17. package/dist/cjs/gross-payment-chart-core.cjs.entry.js +2 -2
  18. package/dist/cjs/input-handlers-cff032bb.js +20 -0
  19. package/dist/cjs/justifi-additional-questions-form-step_10.cjs.entry.js +197 -482
  20. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +4 -4
  21. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +4 -4
  22. package/dist/cjs/justifi-business-details.cjs.entry.js +4 -4
  23. package/dist/cjs/justifi-business-form.cjs.entry.js +7 -7
  24. package/dist/cjs/justifi-business-representative-form-inputs.cjs.entry.js +30 -0
  25. package/dist/cjs/justifi-card-form.cjs.entry.js +4 -4
  26. package/dist/cjs/justifi-checkout-core.cjs.entry.js +8 -7
  27. package/dist/cjs/justifi-checkout.cjs.entry.js +6 -6
  28. package/dist/cjs/justifi-details.cjs.entry.js +2 -2
  29. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +3 -3
  30. package/dist/cjs/justifi-new-payment-method_4.cjs.entry.js +7 -7
  31. package/dist/cjs/justifi-owner-form_3.cjs.entry.js +268 -0
  32. package/dist/cjs/justifi-payment-details.cjs.entry.js +5 -5
  33. package/dist/cjs/justifi-payment-form.cjs.entry.js +10 -11
  34. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +4 -4
  35. package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +2 -2
  36. package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +8 -12
  37. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +9 -61
  38. package/dist/cjs/justifi-payments-list.cjs.entry.js +5 -5
  39. package/dist/cjs/justifi-payout-details.cjs.entry.js +5 -5
  40. package/dist/cjs/justifi-payouts-list.cjs.entry.js +5 -5
  41. package/dist/cjs/justifi-refund-form.cjs.entry.js +4 -4
  42. package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +4 -4
  43. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +9 -3
  44. package/dist/cjs/loader.cjs.js +1 -1
  45. package/dist/cjs/{package-5fee1ffb.js → package-95cc171f.js} +1 -1
  46. package/dist/cjs/pagination-menu.cjs.entry.js +25 -0
  47. package/dist/cjs/payment-details-core.cjs.entry.js +9 -9
  48. package/dist/cjs/payment-provisioning-actions-06466dda.js +185 -0
  49. package/dist/cjs/{payment.service-35298e95.js → payment.service-2dbfb83d.js} +2 -2
  50. package/dist/cjs/payments-list-core.cjs.entry.js +69 -40
  51. package/dist/cjs/payout-details-core.cjs.entry.js +3 -3
  52. package/dist/cjs/payouts-list-core.cjs.entry.js +90 -74
  53. package/dist/cjs/skeleton-748c5dde.js +43 -0
  54. package/dist/cjs/styled-host-cc053016.js +14 -0
  55. package/dist/cjs/table-loading-state-8b406852.js +38 -0
  56. package/dist/cjs/{utils-80191fbe.js → utils-89d86e29.js} +0 -33
  57. package/dist/cjs/{utils-8c3bf659.js → utils-ddacfc44.js} +0 -5
  58. package/dist/cjs/webcomponents.cjs.js +1 -1
  59. package/dist/collection/api/Payment.js +0 -20
  60. package/dist/collection/api/services/business.service.js +18 -0
  61. package/dist/collection/collection-manifest.json +9 -14
  62. package/dist/collection/components/bank-account-form/bank-account-form.js +1 -1
  63. package/dist/collection/components/billing-form/billing-form.js +2 -2
  64. package/dist/collection/components/business-details/business-details-core.js +1 -1
  65. package/dist/collection/components/business-forms/business-form/additional-questions/additional-questions.js +1 -1
  66. package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +1 -1
  67. package/dist/collection/components/business-forms/business-form/business-form.js +2 -2
  68. package/dist/collection/components/business-forms/business-form/business-representative/business-representative.js +1 -1
  69. package/dist/collection/components/business-forms/business-form/legal-address-form/legal-address-form.js +1 -1
  70. package/dist/collection/components/business-forms/owner-form/identity-address/identity-address-form.js +1 -1
  71. package/dist/collection/components/business-forms/owner-form/owner-form-core.js +520 -0
  72. package/dist/collection/components/business-forms/owner-form/owner-form-inputs.js +80 -0
  73. package/dist/collection/components/business-forms/owner-form/owner-form.js +55 -225
  74. package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step-core.js +235 -0
  75. package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.js +41 -121
  76. package/dist/collection/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.js +2 -2
  77. package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step-core.js +255 -0
  78. package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +42 -131
  79. package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step-core.js +342 -0
  80. package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.js +34 -189
  81. package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-inputs.js +81 -0
  82. package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step-core.js +229 -0
  83. package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +42 -133
  84. package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-document-upload-form-step.js +23 -18
  85. package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-document-upload-input-group.js +2 -2
  86. package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-documents-on-file.js +1 -1
  87. package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step-core.js +238 -0
  88. package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.js +41 -124
  89. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-actions.js +122 -1
  90. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-core.js +17 -18
  91. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-buttons.js +2 -2
  92. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-steps.js +6 -6
  93. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +1 -1
  94. package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-form-step.js +2 -2
  95. package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-text.js +1 -1
  96. package/dist/collection/components/business-forms/utils/business-form-types.js +4 -7
  97. package/dist/collection/components/business-forms/utils/input-handlers.js +13 -0
  98. package/dist/collection/components/card-form/card-form.js +1 -1
  99. package/dist/collection/components/checkout/checkout-core.js +4 -5
  100. package/dist/collection/components/checkout/checkout.js +2 -2
  101. package/dist/collection/components/checkout/new-payment-method.js +1 -1
  102. package/dist/collection/components/checkout/payment-method-options.js +1 -1
  103. package/dist/collection/components/checkout/save-new-payment-method.js +1 -1
  104. package/dist/collection/components/checkout/saved-payment-method.js +1 -1
  105. package/dist/collection/components/checkout/sezzle-payment-method.js +1 -1
  106. package/dist/collection/components/details/details.js +2 -2
  107. package/dist/collection/components/form/form-control-checkbox.js +1 -1
  108. package/dist/collection/components/form/form-control-date.js +1 -1
  109. package/dist/collection/components/form/form-control-file.js +1 -1
  110. package/dist/collection/components/form/form-control-monetary.js +1 -1
  111. package/dist/collection/components/form/form-control-number-masked.js +11 -5
  112. package/dist/collection/components/form/form-control-number.js +1 -1
  113. package/dist/collection/components/form/form-control-select.js +1 -1
  114. package/dist/collection/components/form/form-control-text.js +1 -1
  115. package/dist/collection/components/form/utils.js +0 -2
  116. package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +1 -1
  117. package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.js +3 -3
  118. package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +6 -1
  119. package/dist/collection/components/pagination-menu/pagination-menu.js +3 -3
  120. package/dist/collection/components/payment-details/payment-details-core.js +8 -8
  121. package/dist/collection/components/payment-form/payment-form.js +4 -6
  122. package/dist/collection/components/payment-form/payment-method-selector.js +1 -1
  123. package/dist/collection/components/payment-method-form/payment-method-form.js +2 -2
  124. package/dist/collection/components/payments-list/payments-list-core.js +66 -38
  125. package/dist/collection/components/payout-details/payout-details-core.js +2 -2
  126. package/dist/collection/components/payouts-list/payouts-list-core.js +88 -73
  127. package/dist/collection/components/refund-form/refund-form.js +2 -2
  128. package/dist/collection/ui-components/button-spinner.js +2 -0
  129. package/dist/collection/ui-components/button.js +19 -0
  130. package/dist/collection/ui-components/index.js +7 -0
  131. package/dist/collection/ui-components/skeleton.js +39 -0
  132. package/dist/collection/ui-components/styled-host/styled-host.js +5 -0
  133. package/dist/collection/ui-components/table-empty-state.js +8 -0
  134. package/dist/collection/ui-components/table-error-state.js +8 -0
  135. package/dist/collection/ui-components/table-loading-state.js +8 -0
  136. package/dist/collection/utils/utils.js +0 -21
  137. package/dist/config.js +2 -2
  138. package/dist/docs.json +2080 -1746
  139. package/dist/esm/{Analytics-29fac206.js → Analytics-8638c01f.js} +2 -2
  140. package/dist/esm/{Payment-3e94da9c.js → Payment-6bf26fe2.js} +1 -21
  141. package/dist/esm/additional-questions-details_5.entry.js +2 -2
  142. package/dist/esm/business-details-core.entry.js +2 -2
  143. package/dist/esm/{business-form-types-60f50b98.js → business-form-types-1bc5fe08.js} +5 -8
  144. package/dist/esm/business.service-eee46ab1.js +29 -0
  145. package/dist/esm/button-34e75e0f.js +24 -0
  146. package/dist/esm/{config-476c7241.js → config-58e393e2.js} +2 -2
  147. package/dist/esm/form-alert_5.entry.js +5 -5
  148. package/dist/esm/{form-control-checkbox_5.entry.js → form-control-checkbox_9.entry.js} +432 -171
  149. package/dist/esm/form-control-date_3.entry.js +130 -0
  150. package/dist/esm/{form-control-select_2.entry.js → form-control-error-text_4.entry.js} +32 -4
  151. package/dist/esm/form-control-file.entry.js +1 -1
  152. package/dist/esm/form-control-monetary.entry.js +1 -1
  153. package/dist/esm/form-control-number.entry.js +1 -1
  154. package/dist/esm/{get-payout-csv-9b4aaada.js → get-payout-csv-4d6b29d8.js} +2 -2
  155. package/dist/esm/gross-payment-chart-core.entry.js +3 -3
  156. package/dist/esm/input-handlers-270ac806.js +16 -0
  157. package/dist/esm/justifi-additional-questions-form-step_10.entry.js +198 -483
  158. package/dist/esm/justifi-bank-account-form.entry.js +4 -4
  159. package/dist/esm/justifi-billing-form_2.entry.js +4 -4
  160. package/dist/esm/justifi-business-details.entry.js +5 -5
  161. package/dist/esm/justifi-business-form.entry.js +7 -7
  162. package/dist/esm/justifi-business-representative-form-inputs.entry.js +26 -0
  163. package/dist/esm/justifi-card-form.entry.js +4 -4
  164. package/dist/esm/justifi-checkout-core.entry.js +8 -7
  165. package/dist/esm/justifi-checkout.entry.js +6 -6
  166. package/dist/esm/justifi-details.entry.js +3 -3
  167. package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
  168. package/dist/esm/justifi-new-payment-method_4.entry.js +7 -7
  169. package/dist/esm/justifi-owner-form_3.entry.js +262 -0
  170. package/dist/esm/justifi-payment-details.entry.js +6 -6
  171. package/dist/esm/justifi-payment-form.entry.js +10 -11
  172. package/dist/esm/justifi-payment-method-form.entry.js +4 -4
  173. package/dist/esm/justifi-payment-method-selector.entry.js +2 -2
  174. package/dist/esm/justifi-payment-provisioning-core.entry.js +8 -12
  175. package/dist/esm/justifi-payment-provisioning.entry.js +8 -60
  176. package/dist/esm/justifi-payments-list.entry.js +6 -6
  177. package/dist/esm/justifi-payout-details.entry.js +6 -6
  178. package/dist/esm/justifi-payouts-list.entry.js +6 -6
  179. package/dist/esm/justifi-refund-form.entry.js +4 -4
  180. package/dist/esm/justifi-season-interruption-insurance-core.entry.js +4 -4
  181. package/dist/esm/justifi-season-interruption-insurance.entry.js +9 -3
  182. package/dist/esm/loader.js +1 -1
  183. package/dist/esm/{package-1123f528.js → package-5a05ecb7.js} +1 -1
  184. package/dist/esm/pagination-menu.entry.js +21 -0
  185. package/dist/esm/payment-details-core.entry.js +10 -10
  186. package/dist/esm/payment-provisioning-actions-0635eff7.js +178 -0
  187. package/dist/esm/{payment.service-c62d82d3.js → payment.service-9005a501.js} +2 -2
  188. package/dist/esm/payments-list-core.entry.js +69 -40
  189. package/dist/esm/payout-details-core.entry.js +4 -4
  190. package/dist/esm/payouts-list-core.entry.js +90 -74
  191. package/dist/esm/skeleton-145a80d4.js +41 -0
  192. package/dist/esm/styled-host-ab9da520.js +12 -0
  193. package/dist/esm/table-loading-state-356c7215.js +34 -0
  194. package/dist/esm/{utils-56719d07.js → utils-01413a95.js} +1 -1
  195. package/dist/esm/{utils-f4c4ba7d.js → utils-3bb6347a.js} +1 -5
  196. package/dist/esm/{utils-5f4c4faa.js → utils-3c1dd2fa.js} +1 -31
  197. package/dist/esm/webcomponents.js +1 -1
  198. package/dist/module/Payment.js +1 -21
  199. package/dist/module/additional-questions.js +1 -1
  200. package/dist/module/billing-form.js +3 -3
  201. package/dist/module/business-additional-questions-form-step-core.js +141 -0
  202. package/dist/module/business-additional-questions-form-step.js +55 -100
  203. package/dist/module/business-additional-questions-schema.js +1 -1
  204. package/dist/module/business-address-schema.js +1 -1
  205. package/dist/module/business-bank-account-form-step.js +4 -4
  206. package/dist/module/business-core-info-form-step-core.js +151 -0
  207. package/dist/module/business-core-info-form-step.js +57 -106
  208. package/dist/module/business-core-info-schema.js +1 -1
  209. package/dist/module/business-core-info.js +1 -1
  210. package/dist/module/business-document-upload-form-step.js +34 -35
  211. package/dist/module/business-document-upload-input-group.js +2 -2
  212. package/dist/module/business-documents-on-file.js +1 -1
  213. package/dist/module/business-form-types.js +5 -8
  214. package/dist/module/business-identity-schema.js +1 -1
  215. package/dist/module/business-owners-form-step-core.js +216 -0
  216. package/dist/module/business-owners-form-step.js +67 -154
  217. package/dist/module/business-representative-form-inputs.js +85 -0
  218. package/dist/module/business-representative-form-step-core.js +152 -0
  219. package/dist/module/business-representative-form-step.js +63 -111
  220. package/dist/module/business-representative.js +1 -1
  221. package/dist/module/business-terms-conditions-form-step.js +3 -3
  222. package/dist/module/business-terms-conditions-text.js +1 -1
  223. package/dist/module/business.service.js +19 -1
  224. package/dist/module/button.js +24 -0
  225. package/dist/module/checkout-core.js +27 -32
  226. package/dist/module/config.js +2 -2
  227. package/dist/module/details.js +1 -1
  228. package/dist/module/exported-parts.js +40 -0
  229. package/dist/module/form-control-checkbox2.js +1 -1
  230. package/dist/module/form-control-date2.js +1 -1
  231. package/dist/module/form-control-file2.js +1 -1
  232. package/dist/module/form-control-monetary2.js +1 -1
  233. package/dist/module/form-control-number-masked2.js +11 -5
  234. package/dist/module/form-control-number.js +1 -1
  235. package/dist/module/form-control-select2.js +1 -1
  236. package/dist/module/form-control-text2.js +1 -1
  237. package/dist/module/get-payout-csv.js +1 -1
  238. package/dist/module/gross-payment-chart-core2.js +1 -1
  239. package/dist/module/identity-address-form.js +2 -2
  240. package/dist/module/input-handlers.js +16 -0
  241. package/dist/module/justifi-additional-questions-form-step-core.d.ts +11 -0
  242. package/dist/module/justifi-additional-questions-form-step-core.js +6 -0
  243. package/dist/module/justifi-bank-account-form.js +1 -1
  244. package/dist/module/justifi-business-core-info-form-step-core.d.ts +11 -0
  245. package/dist/module/justifi-business-core-info-form-step-core.js +6 -0
  246. package/dist/module/justifi-business-details.js +1 -1
  247. package/dist/module/justifi-business-form.js +2 -2
  248. package/dist/module/justifi-business-owners-form-step-core.d.ts +11 -0
  249. package/dist/module/justifi-business-owners-form-step-core.js +6 -0
  250. package/dist/module/justifi-business-representative-form-inputs.d.ts +11 -0
  251. package/dist/module/justifi-business-representative-form-inputs.js +6 -0
  252. package/dist/module/justifi-business-representative-form-step-core.d.ts +11 -0
  253. package/dist/module/justifi-business-representative-form-step-core.js +6 -0
  254. package/dist/module/justifi-card-form.js +1 -1
  255. package/dist/module/justifi-checkout.js +27 -33
  256. package/dist/module/justifi-gross-payment-chart.js +1 -1
  257. package/dist/module/justifi-legal-address-form-step-core.d.ts +11 -0
  258. package/dist/module/justifi-legal-address-form-step-core.js +6 -0
  259. package/dist/module/justifi-payment-details.js +2 -2
  260. package/dist/module/justifi-payment-form.js +5 -6
  261. package/dist/module/justifi-payment-provisioning.js +97 -108
  262. package/dist/module/justifi-payments-list.js +8 -14
  263. package/dist/module/justifi-payout-details.js +1 -1
  264. package/dist/module/justifi-payouts-list.js +8 -13
  265. package/dist/module/justifi-refund-form.js +2 -2
  266. package/dist/module/justifi-season-interruption-insurance.js +7 -2
  267. package/dist/module/legal-address-form-step-core.js +138 -0
  268. package/dist/module/legal-address-form-step.js +53 -98
  269. package/dist/module/legal-address-form.js +2 -2
  270. package/dist/module/new-payment-method.js +1 -1
  271. package/dist/module/{justifi-table.d.ts → owner-form-core.d.ts} +4 -4
  272. package/dist/module/owner-form-core.js +6 -0
  273. package/dist/module/owner-form-core2.js +264 -0
  274. package/dist/module/{justifi-skeleton.d.ts → owner-form-inputs.d.ts} +4 -4
  275. package/dist/module/owner-form-inputs.js +6 -0
  276. package/dist/module/owner-form-inputs2.js +85 -0
  277. package/dist/module/owner-form.js +62 -188
  278. package/dist/module/package.js +1 -1
  279. package/dist/module/pagination-menu2.js +3 -3
  280. package/dist/module/payment-details-core2.js +7 -7
  281. package/dist/module/payment-method-form.js +2 -2
  282. package/dist/module/payment-method-options.js +1 -1
  283. package/dist/module/payment-method-selector.js +1 -1
  284. package/dist/module/payment-provisioning-actions.js +178 -0
  285. package/dist/module/payment-provisioning-core.js +100 -62
  286. package/dist/module/payment-provisioning-form-buttons.js +2 -2
  287. package/dist/module/payment-provisioning-form-steps.js +94 -52
  288. package/dist/module/payments-list-core2.js +71 -49
  289. package/dist/module/payout-details-core2.js +1 -1
  290. package/dist/module/payouts-list-core2.js +92 -82
  291. package/dist/module/save-new-payment-method.js +1 -1
  292. package/dist/module/saved-payment-method.js +1 -1
  293. package/dist/module/schema-validations.js +1 -1
  294. package/dist/module/season-interruption-insurance-core.js +2 -2
  295. package/dist/module/sezzle-payment-method.js +1 -1
  296. package/dist/module/skeleton.js +18 -50
  297. package/dist/module/styled-host.js +4 -4
  298. package/dist/module/utils2.js +1 -31
  299. package/dist/module/utils3.js +23 -26
  300. package/dist/module/utils4.js +23 -24
  301. package/dist/types/api/Payment.d.ts +0 -28
  302. package/dist/types/api/services/business.service.d.ts +10 -0
  303. package/dist/types/components/business-forms/owner-form/owner-form-core.d.ts +43 -0
  304. package/dist/types/components/business-forms/owner-form/owner-form-inputs.d.ts +9 -0
  305. package/dist/types/components/business-forms/owner-form/owner-form.d.ts +9 -28
  306. package/dist/types/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step-core.d.ts +26 -0
  307. package/dist/types/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.d.ts +5 -15
  308. package/dist/types/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step-core.d.ts +27 -0
  309. package/dist/types/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.d.ts +6 -21
  310. package/dist/types/components/business-forms/payment-provisioning/business-owners/business-owners-form-step-core.d.ts +35 -0
  311. package/dist/types/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.d.ts +5 -21
  312. package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-inputs.d.ts +9 -0
  313. package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step-core.d.ts +25 -0
  314. package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.d.ts +5 -17
  315. package/dist/types/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step-core.d.ts +26 -0
  316. package/dist/types/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.d.ts +5 -15
  317. package/dist/types/components/business-forms/payment-provisioning/payment-provisioning-actions.d.ts +40 -1
  318. package/dist/types/components/business-forms/payment-provisioning/payment-provisioning-core.d.ts +2 -2
  319. package/dist/types/components/business-forms/schemas/business-form-schema.d.ts +1 -1
  320. package/dist/types/components/business-forms/utils/business-form-types.d.ts +6 -11
  321. package/dist/types/components/business-forms/utils/input-handlers.d.ts +4 -0
  322. package/dist/types/components/checkout/checkout-core.d.ts +0 -1
  323. package/dist/types/components/form/utils.d.ts +0 -1
  324. package/dist/types/components/insurance/season-interruption/season-interruption-insurance.d.ts +3 -0
  325. package/dist/types/components/payments-list/payments-list-core.d.ts +12 -2
  326. package/dist/types/components/payouts-list/payouts-list-core.d.ts +11 -4
  327. package/dist/types/components.d.ts +309 -482
  328. package/dist/types/ui-components/button-spinner.d.ts +1 -0
  329. package/dist/types/ui-components/button.d.ts +10 -0
  330. package/dist/types/ui-components/index.d.ts +7 -0
  331. package/dist/types/ui-components/skeleton.d.ts +13 -0
  332. package/dist/types/ui-components/styled-host/styled-host.d.ts +2 -0
  333. package/dist/types/ui-components/table-empty-state.d.ts +6 -0
  334. package/dist/types/ui-components/table-error-state.d.ts +6 -0
  335. package/dist/types/ui-components/table-loading-state.d.ts +6 -0
  336. package/dist/types/utils/utils.d.ts +0 -3
  337. package/dist/webcomponents/{p-67e497aa.entry.js → p-023779ee.entry.js} +1 -1
  338. package/dist/webcomponents/p-07109641.entry.js +1 -0
  339. package/dist/webcomponents/p-08b0fb31.js +1 -0
  340. package/dist/webcomponents/p-0f7b9555.entry.js +1 -0
  341. package/dist/webcomponents/p-17e4246f.entry.js +1 -0
  342. package/dist/webcomponents/{p-959b478a.entry.js → p-1a43e355.entry.js} +2 -2
  343. package/dist/webcomponents/p-30a493cd.entry.js +1 -0
  344. package/dist/webcomponents/p-335e58a6.entry.js +1 -0
  345. package/dist/webcomponents/{p-e0bcfdb5.entry.js → p-337893fe.entry.js} +1 -1
  346. package/dist/webcomponents/p-3f5e7e86.js +1 -0
  347. package/dist/webcomponents/p-462dc522.entry.js +1 -0
  348. package/dist/webcomponents/{p-09affce4.entry.js → p-487b72a8.entry.js} +1 -1
  349. package/dist/webcomponents/{p-571d7f1a.entry.js → p-4abc17f0.entry.js} +1 -1
  350. package/dist/webcomponents/p-52021fa1.entry.js +1 -0
  351. package/dist/webcomponents/p-53e64f15.entry.js +1 -0
  352. package/dist/webcomponents/p-57e1f2fd.js +1 -0
  353. package/dist/webcomponents/{p-464e4dfe.entry.js → p-59415873.entry.js} +1 -1
  354. package/dist/webcomponents/p-5968ff8a.js +1 -0
  355. package/dist/webcomponents/p-60dcd24c.entry.js +1 -0
  356. package/dist/webcomponents/{p-3294856b.entry.js → p-62b32c4c.entry.js} +1 -1
  357. package/dist/webcomponents/p-69faef3f.entry.js +1 -0
  358. package/dist/webcomponents/p-7d85af5c.js +1 -0
  359. package/dist/webcomponents/{p-e8c651b8.js → p-83125497.js} +1 -1
  360. package/dist/webcomponents/{p-9631b768.entry.js → p-88b6ed9b.entry.js} +1 -1
  361. package/dist/webcomponents/p-8df7bde8.js +1 -0
  362. package/dist/webcomponents/{p-f3555f0b.entry.js → p-8e541a32.entry.js} +1 -1
  363. package/dist/webcomponents/p-9c057196.js +1 -0
  364. package/dist/webcomponents/p-9c9c7dac.js +1 -0
  365. package/dist/webcomponents/{p-bb32b91c.entry.js → p-9f29820f.entry.js} +1 -1
  366. package/dist/webcomponents/p-a8220709.entry.js +1 -0
  367. package/dist/webcomponents/p-b20364d8.entry.js +1 -0
  368. package/dist/webcomponents/{p-e85ef4af.entry.js → p-b3a8ee6c.entry.js} +1 -1
  369. package/dist/webcomponents/p-b87b27ba.js +1 -0
  370. package/dist/webcomponents/p-ba4bae6f.js +1 -0
  371. package/dist/webcomponents/{p-0dca0770.entry.js → p-bb86a0da.entry.js} +1 -1
  372. package/dist/webcomponents/p-bbed6107.entry.js +1 -0
  373. package/dist/webcomponents/p-be39c802.entry.js +1 -0
  374. package/dist/webcomponents/p-c28db166.js +1 -0
  375. package/dist/webcomponents/p-c9f8f7ec.entry.js +1 -0
  376. package/dist/webcomponents/{p-66758365.entry.js → p-d535bc5d.entry.js} +1 -1
  377. package/dist/webcomponents/{p-092e080c.js → p-d6619366.js} +1 -1
  378. package/dist/webcomponents/p-d8355f91.entry.js +1 -0
  379. package/dist/webcomponents/p-d89bad72.js +1 -0
  380. package/dist/webcomponents/{p-d5612f35.entry.js → p-da2837f9.entry.js} +1 -1
  381. package/dist/webcomponents/{p-e1651130.js → p-dce846bf.js} +1 -1
  382. package/dist/webcomponents/{p-0e4a54c8.entry.js → p-def4b4b2.entry.js} +1 -1
  383. package/dist/webcomponents/{p-e8706cc4.js → p-df21aaad.js} +1 -1
  384. package/dist/webcomponents/{p-531d873a.entry.js → p-e2c88817.entry.js} +1 -1
  385. package/dist/webcomponents/{p-df38dd21.entry.js → p-e31f0f3e.entry.js} +1 -1
  386. package/dist/webcomponents/p-e333620e.js +1 -0
  387. package/dist/webcomponents/{p-7a346c0b.entry.js → p-eae46810.entry.js} +1 -1
  388. package/dist/webcomponents/p-ef23c091.entry.js +1 -0
  389. package/dist/webcomponents/{p-2244e679.entry.js → p-f0866375.entry.js} +1 -1
  390. package/dist/webcomponents/{p-3514b616.entry.js → p-f3f3d544.entry.js} +1 -1
  391. package/dist/webcomponents/p-f49b7170.entry.js +1 -0
  392. package/dist/webcomponents/{p-debeefbb.entry.js → p-fb58feb5.entry.js} +1 -1
  393. package/dist/webcomponents/p-fe33151d.entry.js +1 -0
  394. package/dist/webcomponents/webcomponents.css +6 -1
  395. package/dist/webcomponents/webcomponents.esm.js +1 -1
  396. package/package.json +1 -1
  397. package/dist/cjs/SubAccount-135ff8c8.js +0 -107
  398. package/dist/cjs/business.service-9214509a.js +0 -13
  399. package/dist/cjs/form-control-date.cjs.entry.js +0 -43
  400. package/dist/cjs/form-control-error-text_2.cjs.entry.js +0 -36
  401. package/dist/cjs/justifi-business-list.cjs.entry.js +0 -110
  402. package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +0 -86
  403. package/dist/cjs/justifi-proceeds-list.cjs.entry.js +0 -159
  404. package/dist/cjs/justifi-skeleton.cjs.entry.js +0 -54
  405. package/dist/cjs/justifi-subaccount-details.cjs.entry.js +0 -77
  406. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +0 -105
  407. package/dist/cjs/justifi-table_2.cjs.entry.js +0 -80
  408. package/dist/cjs/styled-host-b8bed12a.js +0 -14
  409. package/dist/cjs/subaccount-account-details_4.cjs.entry.js +0 -58
  410. package/dist/cjs/subaccount-bank-details.cjs.entry.js +0 -19
  411. package/dist/cjs/subaccount-terms-details.cjs.entry.js +0 -19
  412. package/dist/collection/api/Proceed.js +0 -41
  413. package/dist/collection/api/SubAccount.js +0 -103
  414. package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.css +0 -60
  415. package/dist/collection/components/business-list/business-list.js +0 -185
  416. package/dist/collection/components/business-list/business-list.stories.js +0 -68
  417. package/dist/collection/components/business-list/example.js +0 -12
  418. package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js +0 -143
  419. package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.stories.js +0 -32
  420. package/dist/collection/components/proceeds-list/example.js +0 -12
  421. package/dist/collection/components/proceeds-list/proceeds-list.js +0 -205
  422. package/dist/collection/components/proceeds-list/proceeds-list.stories.js +0 -69
  423. package/dist/collection/components/skeleton/skeleton.css +0 -11
  424. package/dist/collection/components/skeleton/skeleton.js +0 -160
  425. package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +0 -59
  426. package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +0 -37
  427. package/dist/collection/components/subaccount-details/subaccount-details.js +0 -136
  428. package/dist/collection/components/subaccount-details/subaccount-details.stories.js +0 -25
  429. package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +0 -38
  430. package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +0 -38
  431. package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +0 -38
  432. package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +0 -37
  433. package/dist/collection/components/subaccounts-list/subaccounts-list.css +0 -3
  434. package/dist/collection/components/subaccounts-list/subaccounts-list.js +0 -179
  435. package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js +0 -69
  436. package/dist/collection/components/table/table.css +0 -7
  437. package/dist/collection/components/table/table.js +0 -222
  438. package/dist/collection/components/table/utils.js +0 -4
  439. package/dist/collection/utils/styled-host/styled-host.js +0 -6
  440. package/dist/esm/SubAccount-7fcb1450.js +0 -105
  441. package/dist/esm/business.service-19a0c8d3.js +0 -11
  442. package/dist/esm/form-control-date.entry.js +0 -39
  443. package/dist/esm/form-control-error-text_2.entry.js +0 -31
  444. package/dist/esm/form-control-number-masked_2.entry.js +0 -88
  445. package/dist/esm/justifi-business-list.entry.js +0 -106
  446. package/dist/esm/justifi-payment-balance-transactions.entry.js +0 -82
  447. package/dist/esm/justifi-proceeds-list.entry.js +0 -155
  448. package/dist/esm/justifi-skeleton.entry.js +0 -50
  449. package/dist/esm/justifi-subaccount-details.entry.js +0 -73
  450. package/dist/esm/justifi-subaccounts-list.entry.js +0 -101
  451. package/dist/esm/justifi-table_2.entry.js +0 -75
  452. package/dist/esm/styled-host-57aae7fa.js +0 -12
  453. package/dist/esm/subaccount-account-details_4.entry.js +0 -51
  454. package/dist/esm/subaccount-bank-details.entry.js +0 -15
  455. package/dist/esm/subaccount-terms-details.entry.js +0 -15
  456. package/dist/module/SubAccount.js +0 -105
  457. package/dist/module/justifi-business-list.d.ts +0 -11
  458. package/dist/module/justifi-business-list.js +0 -147
  459. package/dist/module/justifi-payment-balance-transactions.d.ts +0 -11
  460. package/dist/module/justifi-payment-balance-transactions.js +0 -123
  461. package/dist/module/justifi-proceeds-list.d.ts +0 -11
  462. package/dist/module/justifi-proceeds-list.js +0 -198
  463. package/dist/module/justifi-skeleton.js +0 -6
  464. package/dist/module/justifi-subaccount-details.d.ts +0 -11
  465. package/dist/module/justifi-subaccount-details.js +0 -133
  466. package/dist/module/justifi-subaccounts-list.d.ts +0 -11
  467. package/dist/module/justifi-subaccounts-list.js +0 -144
  468. package/dist/module/justifi-table.js +0 -6
  469. package/dist/module/subaccount-account-details.d.ts +0 -11
  470. package/dist/module/subaccount-account-details.js +0 -6
  471. package/dist/module/subaccount-account-details2.js +0 -34
  472. package/dist/module/subaccount-bank-details.d.ts +0 -11
  473. package/dist/module/subaccount-bank-details.js +0 -35
  474. package/dist/module/subaccount-merchant-details.d.ts +0 -11
  475. package/dist/module/subaccount-merchant-details.js +0 -6
  476. package/dist/module/subaccount-merchant-details2.js +0 -33
  477. package/dist/module/subaccount-owners-details.d.ts +0 -11
  478. package/dist/module/subaccount-owners-details.js +0 -6
  479. package/dist/module/subaccount-owners-details2.js +0 -33
  480. package/dist/module/subaccount-representative-details.d.ts +0 -11
  481. package/dist/module/subaccount-representative-details.js +0 -6
  482. package/dist/module/subaccount-representative-details2.js +0 -33
  483. package/dist/module/subaccount-terms-details.d.ts +0 -11
  484. package/dist/module/subaccount-terms-details.js +0 -35
  485. package/dist/module/table.js +0 -93
  486. package/dist/types/api/Proceed.d.ts +0 -60
  487. package/dist/types/api/SubAccount.d.ts +0 -163
  488. package/dist/types/components/business-list/business-list.d.ts +0 -48
  489. package/dist/types/components/business-list/business-list.stories.d.ts +0 -9
  490. package/dist/types/components/payment-balance-transactions/payment-balance-transactions.d.ts +0 -17
  491. package/dist/types/components/payment-balance-transactions/payment-balance-transactions.stories.d.ts +0 -8
  492. package/dist/types/components/proceeds-list/proceeds-list.d.ts +0 -39
  493. package/dist/types/components/proceeds-list/proceeds-list.stories.d.ts +0 -9
  494. package/dist/types/components/skeleton/skeleton.d.ts +0 -12
  495. package/dist/types/components/subaccount-details/subaccount-account-details/subaccount-account-details.d.ts +0 -6
  496. package/dist/types/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.d.ts +0 -5
  497. package/dist/types/components/subaccount-details/subaccount-details.d.ts +0 -16
  498. package/dist/types/components/subaccount-details/subaccount-details.stories.d.ts +0 -7
  499. package/dist/types/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.d.ts +0 -5
  500. package/dist/types/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.d.ts +0 -5
  501. package/dist/types/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.d.ts +0 -5
  502. package/dist/types/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.d.ts +0 -5
  503. package/dist/types/components/subaccounts-list/subaccounts-list.d.ts +0 -19
  504. package/dist/types/components/subaccounts-list/subaccounts-list.stories.d.ts +0 -9
  505. package/dist/types/components/table/table.d.ts +0 -23
  506. package/dist/types/components/table/utils.d.ts +0 -3
  507. package/dist/types/utils/styled-host/styled-host.d.ts +0 -3
  508. package/dist/webcomponents/p-0a4a9ccd.entry.js +0 -1
  509. package/dist/webcomponents/p-0ed3c1d2.entry.js +0 -1
  510. package/dist/webcomponents/p-10b57ac6.entry.js +0 -1
  511. package/dist/webcomponents/p-1737f6bf.entry.js +0 -1
  512. package/dist/webcomponents/p-2306d44d.entry.js +0 -1
  513. package/dist/webcomponents/p-2af3672b.entry.js +0 -1
  514. package/dist/webcomponents/p-390157c9.entry.js +0 -1
  515. package/dist/webcomponents/p-412c7a22.entry.js +0 -1
  516. package/dist/webcomponents/p-49b8e112.js +0 -1
  517. package/dist/webcomponents/p-4b9587ec.entry.js +0 -1
  518. package/dist/webcomponents/p-54287db6.entry.js +0 -1
  519. package/dist/webcomponents/p-547a2cd0.entry.js +0 -1
  520. package/dist/webcomponents/p-5963bcdc.entry.js +0 -1
  521. package/dist/webcomponents/p-5b1451e7.entry.js +0 -1
  522. package/dist/webcomponents/p-667a5aa8.js +0 -1
  523. package/dist/webcomponents/p-6700ac49.js +0 -1
  524. package/dist/webcomponents/p-68fd8283.js +0 -1
  525. package/dist/webcomponents/p-6bcf621a.entry.js +0 -1
  526. package/dist/webcomponents/p-6bd5d569.entry.js +0 -1
  527. package/dist/webcomponents/p-76180bb4.entry.js +0 -1
  528. package/dist/webcomponents/p-77dc159c.entry.js +0 -1
  529. package/dist/webcomponents/p-7d6aba64.entry.js +0 -1
  530. package/dist/webcomponents/p-81d3eda6.entry.js +0 -1
  531. package/dist/webcomponents/p-87932e16.js +0 -1
  532. package/dist/webcomponents/p-88c7ef46.entry.js +0 -1
  533. package/dist/webcomponents/p-8cc7a418.entry.js +0 -1
  534. package/dist/webcomponents/p-8dd22c8d.entry.js +0 -1
  535. package/dist/webcomponents/p-9e7c3231.entry.js +0 -1
  536. package/dist/webcomponents/p-ae263544.js +0 -1
  537. package/dist/webcomponents/p-b53d7b7f.js +0 -1
  538. package/dist/webcomponents/p-bbc18b9f.entry.js +0 -1
  539. package/dist/webcomponents/p-c4264aaf.js +0 -1
  540. package/dist/webcomponents/p-cb9ee476.entry.js +0 -1
  541. package/dist/webcomponents/p-d083a342.entry.js +0 -1
  542. package/dist/webcomponents/p-e46929a1.entry.js +0 -1
  543. package/dist/webcomponents/p-ea7c77a3.entry.js +0 -1
  544. package/dist/webcomponents/p-ed844504.js +0 -1
  545. package/dist/module/{index.esm.js → form.js} +2733 -2733
@@ -1 +1 @@
1
- import{p as e,b as t}from"./p-fad19d75.js";export{s as setNonce}from"./p-fad19d75.js";import{g as a}from"./p-e1255160.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((async e=>(await a(),t(JSON.parse('[["p-10b57ac6",[[0,"justifi-payment-provisioning",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"allowOptionalFields":[4,"allow-optional-fields"],"formTitle":[1,"form-title"],"postProvisioning":[32],"getBusiness":[32]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}]]],["p-e0bcfdb5",[[1,"justifi-business-form",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"hideErrors":[4,"hide-errors"],"formTitle":[1,"form-title"],"removeTitle":[4,"remove-title"],"isLoading":[32],"errorMessage":[32]}]]],["p-66758365",[[4,"justifi-checkout",{"iframeOrigin":[1,"iframe-origin"],"authToken":[1,"auth-token"],"checkoutId":[1,"checkout-id"],"disableCreditCard":[4,"disable-credit-card"],"disableBankAccount":[4,"disable-bank-account"],"disableBnpl":[4,"disable-bnpl"],"disablePaymentMethodGroup":[4,"disable-payment-method-group"],"getCheckout":[32],"complete":[32],"errorMessage":[32],"fillBillingForm":[64]},null,{"authToken":["propChanged"],"checkoutId":["propChanged"]}]]],["p-76180bb4",[[1,"justifi-payment-form",{"bankAccount":[4,"bank-account"],"card":[4],"email":[1],"clientId":[1,"client-id"],"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"submitButtonText":[1,"submit-button-text"],"submitButtonEnabled":[32],"isLoading":[32],"selectedPaymentMethodType":[32],"fillBillingForm":[64],"enableSubmitButton":[64],"disableSubmitButton":[64]}]]],["p-0dca0770",[[1,"justifi-business-details",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"errorMessage":[32],"getBusiness":[32]}]]],["p-bb32b91c",[[1,"justifi-payments-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"getPayments":[32],"errorMessage":[32]},null,{"accountId":["propChanged"],"authToken":["propChanged"]}]]],["p-464e4dfe",[[1,"justifi-payouts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"getPayouts":[32],"getPayoutCSV":[32],"errorMessage":[32]},null,{"accountId":["propChanged"],"authToken":["propChanged"]}]]],["p-54287db6",[[1,"justifi-subaccount-details",{"accountId":[1,"account-id"],"subaccountId":[1,"subaccount-id"],"authToken":[1,"auth-token"],"onboardingData":[32],"subaccount":[32],"loading":[32],"errorMessage":[32]},null,{"subaccountId":["updateOnPropChange"],"authToken":["updateOnPropChange"]}]]],["p-67e497aa",[[1,"justifi-refund-form",{"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"amount":[2],"submitButtonText":[1,"submit-button-text"],"withButton":[4,"with-button"],"refundInfoText":[1,"refund-info-text"],"errors":[32],"isSubmitting":[32]}]]],["p-df38dd21",[[0,"form-control-number",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-390157c9",[[1,"justifi-business-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"businesses":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]},null,{"accountId":["updateOnPropChange"],"authToken":["updateOnPropChange"],"params":["updateOnPropChange"]}]]],["p-2306d44d",[[0,"justifi-payment-balance-transactions",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"balanceTransactions":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]},null,{"params":["updateOnPropChange"]}]]],["p-e85ef4af",[[1,"justifi-payment-details",{"paymentId":[1,"payment-id"],"authToken":[1,"auth-token"],"getPaymentDetails":[32],"errorMessage":[32]},null,{"paymentId":["propChanged"],"authToken":["propChanged"]}]]],["p-3514b616",[[1,"justifi-payout-details",{"payoutId":[1,"payout-id"],"authToken":[1,"auth-token"],"getPayout":[32],"getPayoutCSV":[32],"errorMessage":[32]},null,{"payoutId":["propChanged"],"authToken":["propChanged"]}]]],["p-cb9ee476",[[1,"justifi-proceeds-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"proceeds":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]},null,{"accountId":["updateOnPropChange"],"authToken":["updateOnPropChange"],"params":["updateOnPropChange"]}]]],["p-4b9587ec",[[1,"justifi-subaccounts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"subaccounts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]},null,{"accountId":["updateOnPropChange"],"authToken":["updateOnPropChange"],"params":["updateOnPropChange"]}]]],["p-d5612f35",[[0,"justifi-bank-account-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenized","tokenizeHandler"],[0,"paymentMethodFormValidated","validateHandler"]]]]],["p-7a346c0b",[[0,"justifi-card-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"singleLine":[4,"single-line"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenized","tokenizeHandler"],[0,"paymentMethodFormValidated","validateHandler"]]]]],["p-959b478a",[[0,"gross-payment-chart-core",{"getGrossPayment":[16],"grossVolumeReport":[32],"loading":[32],"errorMessage":[32]},null,{"getGrossPayment":["propChanged"],"grossVolumeReport":["grossVolumeReportChanged"]}]]],["p-9631b768",[[1,"justifi-gross-payment-chart",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"getGrossPayment":[32],"errorMessage":[32]},null,{"accountId":["propChanged"],"authToken":["propChanged"]}]]],["p-547a2cd0",[[1,"justifi-season-interruption-insurance",{"authToken":[1,"auth-token"],"checkoutId":[1,"checkout-id"],"primaryIdentityFirstName":[1,"primary-identity-first-name"],"primaryIdentityLastName":[1,"primary-identity-last-name"],"primaryIdentityState":[1,"primary-identity-state"],"primaryIdentityPostalCode":[1,"primary-identity-postal-code"],"primaryIdentityCountry":[1,"primary-identity-country"],"primaryIdentityEmailAddress":[1,"primary-identity-email-address"],"policyAttributesInsurableAmount":[2,"policy-attributes-insurable-amount"],"policyAttributesStartDate":[1,"policy-attributes-start-date"],"policyAttributesEndDate":[1,"policy-attributes-end-date"],"coveredIdentityFirstName":[1,"covered-identity-first-name"],"coveredIdentityLastName":[1,"covered-identity-last-name"],"getQuote":[32],"toggleCoverage":[32],"quote":[32],"validate":[64]}]]],["p-88c7ef46",[[0,"subaccount-bank-details",{"data":[16]}]]],["p-7d6aba64",[[0,"subaccount-terms-details",{"data":[16]}]]],["p-1737f6bf",[[0,"form-control-error-text",{"errorText":[1,"error-text"],"name":[1]}],[0,"form-control-help-text",{"helpText":[1,"help-text"],"name":[1]}]]],["p-5b1451e7",[[0,"form-control-date",{"label":[1],"name":[1],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[8,"input-handler"],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-e46929a1",[[1,"justifi-payment-provisioning-core",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"allowOptionalFields":[4,"allow-optional-fields"],"formTitle":[1,"form-title"],"getBusiness":[16],"postProvisioning":[16],"formLoading":[32],"businessProvisioned":[32],"currentStep":[32],"errorMessage":[32]}]]],["p-8dd22c8d",[[1,"justifi-checkout-core",{"iframeOrigin":[1025,"iframe-origin"],"authToken":[1,"auth-token"],"getCheckout":[16],"complete":[16],"checkoutId":[1,"checkout-id"],"disableCreditCard":[4,"disable-credit-card"],"disableBankAccount":[4,"disable-bank-account"],"disableBnpl":[4,"disable-bnpl"],"disablePaymentMethodGroup":[4,"disable-payment-method-group"],"hasLoadedFonts":[32],"checkout":[32],"serverError":[32],"renderState":[32],"creatingNewPaymentMethod":[32],"insuranceToggled":[32],"fillBillingForm":[64]}]]],["p-debeefbb",[[0,"business-details-core",{"getBusiness":[16],"business":[32],"renderState":[32],"errorMessage":[32]}]]],["p-412c7a22",[[0,"payments-list-core",{"getPayments":[16],"payments":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]},null,{"params":["updateOnPropChange"],"getPayments":["updateOnPropChange"]}]]],["p-0a4a9ccd",[[0,"payouts-list-core",{"getPayouts":[16],"getPayoutCSV":[16],"payouts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]},null,{"params":["updateOnPropChange"],"getPayouts":["updateOnPropChange"]}]]],["p-5963bcdc",[[0,"payment-details-core",{"getPaymentDetails":[16],"payment":[32],"loading":[32],"errorMessage":[32]},null,{"getPaymentDetails":["updateOnPropChange"]}]]],["p-6bcf621a",[[0,"payout-details-core",{"getPayout":[16],"getPayoutCSV":[16],"payout":[32],"loading":[32],"errorMessage":[32]},null,{"getPayout":["getPayoutWatcher"]}]]],["p-531d873a",[[0,"justifi-payment-method-selector",{"selectedPaymentMethodType":[1,"selected-payment-method-type"]}]]],["p-3294856b",[[1,"justifi-season-interruption-insurance-core",{"checkoutId":[1,"checkout-id"],"getQuote":[16],"toggleCoverage":[16],"primaryIdentityFirstName":[1,"primary-identity-first-name"],"primaryIdentityLastName":[1,"primary-identity-last-name"],"primaryIdentityState":[1,"primary-identity-state"],"primaryIdentityPostalCode":[1,"primary-identity-postal-code"],"primaryIdentityCountry":[1,"primary-identity-country"],"primaryIdentityEmailAddress":[1,"primary-identity-email-address"],"policyAttributesInsurableAmount":[2,"policy-attributes-insurable-amount"],"policyAttributesStartDate":[1,"policy-attributes-start-date"],"policyAttributesEndDate":[1,"policy-attributes-end-date"],"coveredIdentityFirstName":[1,"covered-identity-first-name"],"coveredIdentityLastName":[1,"covered-identity-last-name"],"quote":[32],"isLoading":[32],"accepted":[32],"validate":[64]}]]],["p-ea7c77a3",[[0,"subaccount-account-details",{"subaccount":[16],"onboardingData":[16]}],[0,"subaccount-merchant-details",{"onboardingData":[16]}],[0,"subaccount-owners-details",{"data":[16]}],[0,"subaccount-representative-details",{"data":[16]}]]],["p-77dc159c",[[0,"form-control-select",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"options":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}],[0,"form-control-text",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"maxLength":[2,"max-length"],"inputHandler":[16],"keyDownHandler":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-8cc7a418",[[0,"justifi-identity-address-form",{"handleFormUpdate":[16],"errors":[8],"defaultValues":[8,"default-values"],"address":[32]},null,{"address":["handleAddressChange"]}],[0,"form-control-number-masked",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"mask":[1],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-f3555f0b",[[0,"justifi-business-representative",{"formController":[16],"errors":[32],"representative":[32]}],[0,"justifi-business-core-info",{"formController":[16],"errors":[32],"coreInfo":[32]}],[0,"justifi-additional-questions",{"formController":[16],"errors":[32],"additional_questions":[32]}],[0,"justifi-legal-address-form",{"formController":[16],"errors":[32],"legal_address":[32]}],[0,"form-alert",{"text":[1],"hideAlert":[4,"hide-alert"]}]]],["p-2244e679",[[0,"form-control-file",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"multiple":[4],"documentType":[1,"document-type"],"inputHandler":[16],"disabled":[4],"files":[32],"fileString":[32]}]]],["p-09affce4",[[1,"justifi-details",{"errorMessage":[1,"error-message"]}]]],["p-9e7c3231",[[1,"justifi-skeleton",{"component":[1],"height":[8],"width":[8],"variant":[1],"componentClassName":[1,"component-class-name"],"styles":[16]}]]],["p-81d3eda6",[[0,"form-control-monetary",{"label":[1],"name":[1],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"maskOptions":[8,"mask-options"],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-0e4a54c8",[[0,"justifi-payment-method-form",{"paymentMethodFormType":[1,"payment-method-form-type"],"paymentMethodFormValidationMode":[1025,"payment-method-form-validation-mode"],"iframeOrigin":[1,"iframe-origin"],"singleLine":[4,"single-line"],"resize":[64],"tokenize":[64],"validate":[64]}]]],["p-6bd5d569",[[0,"justifi-save-new-payment-method",{"isChecked":[32]}],[1,"justifi-billing-form",{"legend":[1025],"formController":[32],"billingInfo":[32],"errors":[32],"getValues":[64],"fill":[64],"validate":[64]}]]],["p-571d7f1a",[[0,"additional-questions-details",{"additionalQuestions":[16]}],[0,"generic-info-details",{"business":[16]}],[0,"legal-address-details",{"legalAddress":[16]}],[0,"owner-details",{"owners":[16]}],[0,"representative-details",{"representative":[16]}]]],["p-bbc18b9f",[[0,"justifi-payment-method-options",{"showCard":[4,"show-card"],"showAch":[4,"show-ach"],"showBnpl":[4,"show-bnpl"],"showSavedPaymentMethods":[4,"show-saved-payment-methods"],"paymentMethodGroupId":[1,"payment-method-group-id"],"bnpl":[16],"insuranceToggled":[4,"insurance-toggled"],"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"iframeOrigin":[1025,"iframe-origin"],"savedPaymentMethods":[16],"paymentAmount":[2,"payment-amount"],"selectedPaymentMethodId":[32],"paymentMethodOptions":[32],"fillBillingForm":[64],"resolvePaymentMethod":[64]},[[0,"paymentMethodOptionSelected","paymentMethodOptionSelected"]],{"savedPaymentMethods":["paymentMethodsChanged"]}],[0,"justifi-new-payment-method",{"iframeOrigin":[1025,"iframe-origin"],"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"paymentMethodOption":[16],"paymentMethodGroupId":[1,"payment-method-group-id"],"isSelected":[4,"is-selected"],"saveNewPaymentMethodChecked":[32],"fillBillingForm":[64],"resolvePaymentMethod":[64]},[[0,"checkboxChanged","handleCheckboxChanged"]]],[0,"justifi-saved-payment-method",{"iframeOrigin":[1025,"iframe-origin"],"paymentMethodOption":[16],"isSelected":[4,"is-selected"],"resolvePaymentMethod":[64]}],[0,"justifi-sezzle-payment-method",{"iframeOrigin":[1025,"iframe-origin"],"bnpl":[8],"clientId":[1,"client-id"],"accountId":[1,"account-id"],"paymentMethodOption":[16],"isSelected":[4,"is-selected"],"paymentAmount":[2,"payment-amount"],"installmentPlan":[32],"sezzleCheckout":[32],"sezzlePromise":[32],"resolvePaymentMethod":[64]}]]],["p-0ed3c1d2",[[0,"justifi-table",{"loading":[4],"errorMessage":[1,"error-message"],"rowData":[16],"columnData":[16],"paging":[16],"params":[8],"entityId":[16],"rowClickHandler":[16]}],[0,"pagination-menu",{"paging":[16],"params":[16]}]]],["p-d083a342",[[0,"justifi-owner-form",{"authToken":[1,"auth-token"],"ownerId":[1,"owner-id"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"removeOwner":[16],"newFormOpen":[4,"new-form-open"],"ownersLength":[2,"owners-length"],"isLoading":[32],"formController":[32],"errors":[32],"owner":[32],"validate":[64],"submit":[64]},null,{"isLoading":["loadingWatcher"]}],[0,"justifi-business-document-upload-input-group",{"paymentVolume":[1,"payment-volume"],"inputHandler":[16],"storeFiles":[16],"errors":[8]}],[0,"form-control-checkbox",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[4,"default-value"],"inputHandler":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}],[0,"justifi-business-documents-on-file",{"documents":[8]}],[0,"justifi-business-terms-conditions-text"]]],["p-2af3672b",[[0,"justifi-payment-provisioning-form-steps",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"refs":[16],"currentStep":[2,"current-step"],"allowOptionalFields":[4,"allow-optional-fields"],"handleFormLoading":[16]}],[0,"justifi-payment-provisioning-form-buttons",{"currentStep":[2,"current-step"],"totalSteps":[2,"total-steps"],"formLoading":[4,"form-loading"],"formDisabled":[4,"form-disabled"],"previousStepButtonOnClick":[16],"nextStepButtonOnClick":[16]}],[0,"justifi-business-owners-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"owners":[32],"newFormOpen":[32],"refs":[32],"validateAndSubmit":[64]},null,{"owners":["onOwnersUpdated"]}],[0,"justifi-business-representative-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"representative":[32],"validateAndSubmit":[64]}],[0,"justifi-business-core-info-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"coreInfo":[32],"validateAndSubmit":[64]}],[0,"justifi-business-document-upload-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"existingDocuments":[32],"paymentVolume":[32],"business":[32],"documentData":[32],"renderState":[32],"validateAndSubmit":[64]}],[0,"justifi-additional-questions-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"additional_questions":[32],"validateAndSubmit":[64]}],[0,"justifi-business-bank-account-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"bankAccount":[32],"validateAndSubmit":[64]}],[0,"justifi-business-terms-conditions-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"acceptedTermsBefore":[32],"validateAndSubmit":[64]}],[0,"justifi-legal-address-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"legal_address":[32],"validateAndSubmit":[64]}]]]]'),e))));
1
+ import{p as e,b as t}from"./p-fad19d75.js";export{s as setNonce}from"./p-fad19d75.js";import{g as a}from"./p-e1255160.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((async e=>(await a(),t(JSON.parse('[["p-60dcd24c",[[0,"justifi-payment-provisioning",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"allowOptionalFields":[4,"allow-optional-fields"],"formTitle":[1,"form-title"],"postProvisioning":[32],"getBusiness":[32]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}]]],["p-337893fe",[[1,"justifi-business-form",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"hideErrors":[4,"hide-errors"],"formTitle":[1,"form-title"],"removeTitle":[4,"remove-title"],"isLoading":[32],"errorMessage":[32]}]]],["p-d535bc5d",[[4,"justifi-checkout",{"iframeOrigin":[1,"iframe-origin"],"authToken":[1,"auth-token"],"checkoutId":[1,"checkout-id"],"disableCreditCard":[4,"disable-credit-card"],"disableBankAccount":[4,"disable-bank-account"],"disableBnpl":[4,"disable-bnpl"],"disablePaymentMethodGroup":[4,"disable-payment-method-group"],"getCheckout":[32],"complete":[32],"errorMessage":[32],"fillBillingForm":[64]},null,{"authToken":["propChanged"],"checkoutId":["propChanged"]}]]],["p-b20364d8",[[1,"justifi-payment-form",{"bankAccount":[4,"bank-account"],"card":[4],"email":[1],"clientId":[1,"client-id"],"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"submitButtonText":[1,"submit-button-text"],"submitButtonEnabled":[32],"isLoading":[32],"selectedPaymentMethodType":[32],"fillBillingForm":[64],"enableSubmitButton":[64],"disableSubmitButton":[64]}]]],["p-bb86a0da",[[1,"justifi-business-details",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"errorMessage":[32],"getBusiness":[32]}]]],["p-9f29820f",[[1,"justifi-payments-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"getPayments":[32],"errorMessage":[32]},null,{"accountId":["propChanged"],"authToken":["propChanged"]}]]],["p-59415873",[[1,"justifi-payouts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"getPayouts":[32],"getPayoutCSV":[32],"errorMessage":[32]},null,{"accountId":["propChanged"],"authToken":["propChanged"]}]]],["p-023779ee",[[1,"justifi-refund-form",{"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"amount":[2],"submitButtonText":[1,"submit-button-text"],"withButton":[4,"with-button"],"refundInfoText":[1,"refund-info-text"],"errors":[32],"isSubmitting":[32]}]]],["p-e31f0f3e",[[0,"form-control-number",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-b3a8ee6c",[[1,"justifi-payment-details",{"paymentId":[1,"payment-id"],"authToken":[1,"auth-token"],"getPaymentDetails":[32],"errorMessage":[32]},null,{"paymentId":["propChanged"],"authToken":["propChanged"]}]]],["p-f3f3d544",[[1,"justifi-payout-details",{"payoutId":[1,"payout-id"],"authToken":[1,"auth-token"],"getPayout":[32],"getPayoutCSV":[32],"errorMessage":[32]},null,{"payoutId":["propChanged"],"authToken":["propChanged"]}]]],["p-da2837f9",[[0,"justifi-bank-account-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenized","tokenizeHandler"],[0,"paymentMethodFormValidated","validateHandler"]]]]],["p-eae46810",[[0,"justifi-card-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"singleLine":[4,"single-line"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenized","tokenizeHandler"],[0,"paymentMethodFormValidated","validateHandler"]]]]],["p-1a43e355",[[0,"gross-payment-chart-core",{"getGrossPayment":[16],"grossVolumeReport":[32],"loading":[32],"errorMessage":[32]},null,{"getGrossPayment":["propChanged"],"grossVolumeReport":["grossVolumeReportChanged"]}]]],["p-88b6ed9b",[[1,"justifi-gross-payment-chart",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"getGrossPayment":[32],"errorMessage":[32]},null,{"accountId":["propChanged"],"authToken":["propChanged"]}]]],["p-335e58a6",[[1,"justifi-season-interruption-insurance",{"authToken":[1,"auth-token"],"checkoutId":[1,"checkout-id"],"primaryIdentityFirstName":[1,"primary-identity-first-name"],"primaryIdentityLastName":[1,"primary-identity-last-name"],"primaryIdentityState":[1,"primary-identity-state"],"primaryIdentityPostalCode":[1,"primary-identity-postal-code"],"primaryIdentityCountry":[1,"primary-identity-country"],"primaryIdentityEmailAddress":[1,"primary-identity-email-address"],"policyAttributesInsurableAmount":[2,"policy-attributes-insurable-amount"],"policyAttributesStartDate":[1,"policy-attributes-start-date"],"policyAttributesEndDate":[1,"policy-attributes-end-date"],"coveredIdentityFirstName":[1,"covered-identity-first-name"],"coveredIdentityLastName":[1,"covered-identity-last-name"],"getQuote":[32],"toggleCoverage":[32],"quote":[32],"validate":[64]}]]],["p-07109641",[[0,"form-control-select",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"options":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}],[0,"form-control-text",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"maxLength":[2,"max-length"],"inputHandler":[16],"keyDownHandler":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}],[0,"form-control-error-text",{"errorText":[1,"error-text"],"name":[1]}],[0,"form-control-help-text",{"helpText":[1,"help-text"],"name":[1]}]]],["p-bbed6107",[[0,"justifi-business-representative-form-inputs",{"representativeDefaultValue":[8,"representative-default-value"],"errors":[8],"formController":[16]}]]],["p-f0866375",[[0,"form-control-file",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"multiple":[4],"documentType":[1,"document-type"],"inputHandler":[16],"disabled":[4],"files":[32],"fileString":[32]}]]],["p-d8355f91",[[0,"form-control-monetary",{"label":[1],"name":[1],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"maskOptions":[8,"mask-options"],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-c9f8f7ec",[[0,"justifi-identity-address-form",{"handleFormUpdate":[16],"errors":[8],"defaultValues":[8,"default-values"],"address":[32]},null,{"address":["handleAddressChange"]}],[0,"form-control-number-masked",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"mask":[1],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}],[0,"form-control-date",{"label":[1],"name":[1],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[8,"input-handler"],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-be39c802",[[1,"justifi-payment-provisioning-core",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"allowOptionalFields":[4,"allow-optional-fields"],"formTitle":[1,"form-title"],"getBusiness":[16],"postProvisioning":[16],"loading":[32],"businessProvisioned":[32],"currentStep":[32],"errorMessage":[32]},[[0,"formLoading","handleFormLoading"]]]]],["p-69faef3f",[[1,"justifi-checkout-core",{"iframeOrigin":[1025,"iframe-origin"],"authToken":[1,"auth-token"],"getCheckout":[16],"complete":[16],"checkoutId":[1,"checkout-id"],"disableCreditCard":[4,"disable-credit-card"],"disableBankAccount":[4,"disable-bank-account"],"disableBnpl":[4,"disable-bnpl"],"disablePaymentMethodGroup":[4,"disable-payment-method-group"],"hasLoadedFonts":[32],"checkout":[32],"serverError":[32],"renderState":[32],"creatingNewPaymentMethod":[32],"insuranceToggled":[32],"fillBillingForm":[64]}]]],["p-fb58feb5",[[0,"business-details-core",{"getBusiness":[16],"business":[32],"renderState":[32],"errorMessage":[32]}]]],["p-52021fa1",[[0,"payments-list-core",{"getPayments":[16],"payments":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]},null,{"params":["updateOnPropChange"],"getPayments":["updateOnPropChange"]}]]],["p-fe33151d",[[0,"payouts-list-core",{"getPayouts":[16],"getPayoutCSV":[16],"payouts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]},null,{"params":["updateOnPropChange"],"getPayouts":["updateOnPropChange"]}]]],["p-462dc522",[[0,"payment-details-core",{"getPaymentDetails":[16],"payment":[32],"loading":[32],"errorMessage":[32]},null,{"getPaymentDetails":["updateOnPropChange"]}]]],["p-53e64f15",[[0,"payout-details-core",{"getPayout":[16],"getPayoutCSV":[16],"payout":[32],"loading":[32],"errorMessage":[32]},null,{"getPayout":["getPayoutWatcher"]}]]],["p-e2c88817",[[0,"justifi-payment-method-selector",{"selectedPaymentMethodType":[1,"selected-payment-method-type"]}]]],["p-62b32c4c",[[1,"justifi-season-interruption-insurance-core",{"checkoutId":[1,"checkout-id"],"getQuote":[16],"toggleCoverage":[16],"primaryIdentityFirstName":[1,"primary-identity-first-name"],"primaryIdentityLastName":[1,"primary-identity-last-name"],"primaryIdentityState":[1,"primary-identity-state"],"primaryIdentityPostalCode":[1,"primary-identity-postal-code"],"primaryIdentityCountry":[1,"primary-identity-country"],"primaryIdentityEmailAddress":[1,"primary-identity-email-address"],"policyAttributesInsurableAmount":[2,"policy-attributes-insurable-amount"],"policyAttributesStartDate":[1,"policy-attributes-start-date"],"policyAttributesEndDate":[1,"policy-attributes-end-date"],"coveredIdentityFirstName":[1,"covered-identity-first-name"],"coveredIdentityLastName":[1,"covered-identity-last-name"],"quote":[32],"isLoading":[32],"accepted":[32],"validate":[64]}]]],["p-487b72a8",[[1,"justifi-details",{"errorMessage":[1,"error-message"]}]]],["p-0f7b9555",[[0,"pagination-menu",{"paging":[16],"params":[16]}]]],["p-8e541a32",[[0,"justifi-business-representative",{"formController":[16],"errors":[32],"representative":[32]}],[0,"justifi-business-core-info",{"formController":[16],"errors":[32],"coreInfo":[32]}],[0,"justifi-additional-questions",{"formController":[16],"errors":[32],"additional_questions":[32]}],[0,"justifi-legal-address-form",{"formController":[16],"errors":[32],"legal_address":[32]}],[0,"form-alert",{"text":[1],"hideAlert":[4,"hide-alert"]}]]],["p-def4b4b2",[[0,"justifi-payment-method-form",{"paymentMethodFormType":[1,"payment-method-form-type"],"paymentMethodFormValidationMode":[1025,"payment-method-form-validation-mode"],"iframeOrigin":[1,"iframe-origin"],"singleLine":[4,"single-line"],"resize":[64],"tokenize":[64],"validate":[64]}]]],["p-17e4246f",[[0,"justifi-save-new-payment-method",{"isChecked":[32]}],[1,"justifi-billing-form",{"legend":[1025],"formController":[32],"billingInfo":[32],"errors":[32],"getValues":[64],"fill":[64],"validate":[64]}]]],["p-4abc17f0",[[0,"additional-questions-details",{"additionalQuestions":[16]}],[0,"generic-info-details",{"business":[16]}],[0,"legal-address-details",{"legalAddress":[16]}],[0,"owner-details",{"owners":[16]}],[0,"representative-details",{"representative":[16]}]]],["p-ef23c091",[[0,"justifi-payment-method-options",{"showCard":[4,"show-card"],"showAch":[4,"show-ach"],"showBnpl":[4,"show-bnpl"],"showSavedPaymentMethods":[4,"show-saved-payment-methods"],"paymentMethodGroupId":[1,"payment-method-group-id"],"bnpl":[16],"insuranceToggled":[4,"insurance-toggled"],"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"iframeOrigin":[1025,"iframe-origin"],"savedPaymentMethods":[16],"paymentAmount":[2,"payment-amount"],"selectedPaymentMethodId":[32],"paymentMethodOptions":[32],"fillBillingForm":[64],"resolvePaymentMethod":[64]},[[0,"paymentMethodOptionSelected","paymentMethodOptionSelected"]],{"savedPaymentMethods":["paymentMethodsChanged"]}],[0,"justifi-new-payment-method",{"iframeOrigin":[1025,"iframe-origin"],"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"paymentMethodOption":[16],"paymentMethodGroupId":[1,"payment-method-group-id"],"isSelected":[4,"is-selected"],"saveNewPaymentMethodChecked":[32],"fillBillingForm":[64],"resolvePaymentMethod":[64]},[[0,"checkboxChanged","handleCheckboxChanged"]]],[0,"justifi-saved-payment-method",{"iframeOrigin":[1025,"iframe-origin"],"paymentMethodOption":[16],"isSelected":[4,"is-selected"],"resolvePaymentMethod":[64]}],[0,"justifi-sezzle-payment-method",{"iframeOrigin":[1025,"iframe-origin"],"bnpl":[8],"clientId":[1,"client-id"],"accountId":[1,"account-id"],"paymentMethodOption":[16],"isSelected":[4,"is-selected"],"paymentAmount":[2,"payment-amount"],"installmentPlan":[32],"sezzleCheckout":[32],"sezzlePromise":[32],"resolvePaymentMethod":[64]}]]],["p-a8220709",[[0,"justifi-owner-form",{"authToken":[1,"auth-token"],"ownerId":[1,"owner-id"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"removeOwner":[16],"newFormOpen":[4,"new-form-open"],"ownersLength":[2,"owners-length"],"getOwner":[32],"patchOwner":[32],"postOwner":[32],"validate":[64],"submit":[64],"validateAndSubmit":[64]}],[0,"owner-form-core",{"ownerId":[1,"owner-id"],"businessId":[1,"business-id"],"getOwner":[16],"patchOwner":[16],"postOwner":[16],"allowOptionalFields":[4,"allow-optional-fields"],"removeOwner":[16],"newFormOpen":[4,"new-form-open"],"ownersLength":[2,"owners-length"],"isLoading":[32],"formController":[32],"errors":[32],"owner":[32],"returnOwnerData":[64],"validate":[64],"submit":[64],"validateAndSubmit":[64]},null,{"isLoading":["loadingWatcher"]}],[0,"owner-form-inputs",{"ownerDefaultValue":[8,"owner-default-value"],"errors":[8],"formController":[16]}]]],["p-30a493cd",[[0,"justifi-business-owners-form-step-core",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"getBusiness":[16],"patchBusiness":[16],"allowOptionalFields":[4,"allow-optional-fields"],"ownersPayload":[32],"refs":[32],"newFormOpen":[32],"validateAndSubmit":[64]},[[0,"ownerSubmitted","handleOwnerSubmit"]],{"ownersPayload":["ownersWatcher"]}],[0,"justifi-business-representative-form-step-core",{"getBusiness":[16],"patchBusiness":[16],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"representative":[32],"validateAndSubmit":[64]}],[0,"justifi-business-core-info-form-step-core",{"businessId":[1,"business-id"],"getBusiness":[16],"patchBusiness":[16],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"coreInfo":[32],"validateAndSubmit":[64]}],[0,"justifi-additional-questions-form-step-core",{"getBusiness":[16],"patchBusiness":[16],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"additional_questions":[32],"validateAndSubmit":[64]}],[0,"justifi-legal-address-form-step-core",{"getBusiness":[16],"patchBusiness":[16],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"legal_address":[32],"validateAndSubmit":[64]}],[0,"justifi-business-document-upload-input-group",{"paymentVolume":[1,"payment-volume"],"inputHandler":[16],"storeFiles":[16],"errors":[8]}],[0,"form-control-checkbox",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[4,"default-value"],"inputHandler":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}],[0,"justifi-business-documents-on-file",{"documents":[8]}],[0,"justifi-business-terms-conditions-text"]]],["p-f49b7170",[[0,"justifi-payment-provisioning-form-steps",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"refs":[16],"currentStep":[2,"current-step"],"allowOptionalFields":[4,"allow-optional-fields"],"handleFormLoading":[16]}],[0,"justifi-payment-provisioning-form-buttons",{"currentStep":[2,"current-step"],"totalSteps":[2,"total-steps"],"formLoading":[4,"form-loading"],"formDisabled":[4,"form-disabled"],"previousStepButtonOnClick":[16],"nextStepButtonOnClick":[16]}],[0,"justifi-business-owners-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"getBusiness":[32],"patchBusiness":[32],"validateAndSubmit":[64]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}],[0,"justifi-business-representative-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"getBusiness":[32],"patchBusiness":[32],"validateAndSubmit":[64]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}],[0,"justifi-business-core-info-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"getBusiness":[32],"patchBusiness":[32],"validateAndSubmit":[64]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}],[0,"justifi-additional-questions-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"getBusiness":[32],"patchBusiness":[32],"validateAndSubmit":[64]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}],[0,"justifi-business-document-upload-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"existingDocuments":[32],"paymentVolume":[32],"business":[32],"documentData":[32],"renderState":[32],"validateAndSubmit":[64]}],[0,"justifi-legal-address-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"getBusiness":[32],"patchBusiness":[32],"validateAndSubmit":[64]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}],[0,"justifi-business-bank-account-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"bankAccount":[32],"validateAndSubmit":[64]}],[0,"justifi-business-terms-conditions-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"acceptedTermsBefore":[32],"validateAndSubmit":[64]}]]]]'),e))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justifi/webcomponents",
3
- "version": "4.18.0",
3
+ "version": "4.19.0-rc",
4
4
  "description": "JustiFi Web Components",
5
5
  "collection": "dist/collection/collection-manifest.json",
6
6
  "main": "dist/index.cjs.js",
@@ -1,107 +0,0 @@
1
- 'use strict';
2
-
3
- const utils = require('./utils-80191fbe.js');
4
-
5
- var TagTypes;
6
- (function (TagTypes) {
7
- TagTypes["neutral"] = "neutral";
8
- TagTypes["info"] = "info";
9
- TagTypes["success"] = "success";
10
- TagTypes["warning"] = "warning";
11
- TagTypes["error"] = "error";
12
- })(TagTypes || (TagTypes = {}));
13
- var SubAccountStatusType;
14
- (function (SubAccountStatusType) {
15
- SubAccountStatusType["created"] = "created";
16
- SubAccountStatusType["submitted"] = "submitted";
17
- SubAccountStatusType["information_needed"] = "information_needed";
18
- SubAccountStatusType["enabled"] = "enabled";
19
- SubAccountStatusType["disabled"] = "disabled";
20
- SubAccountStatusType["rejected"] = "rejected";
21
- SubAccountStatusType["archived"] = "archived";
22
- })(SubAccountStatusType || (SubAccountStatusType = {}));
23
- var AccountType;
24
- (function (AccountType) {
25
- AccountType["live"] = "live";
26
- AccountType["test"] = "test";
27
- })(AccountType || (AccountType = {}));
28
- var BusinessType;
29
- (function (BusinessType) {
30
- BusinessType["forProfit"] = "for_profit";
31
- BusinessType["nonProfit"] = "non_profit";
32
- BusinessType["government"] = "government_entity";
33
- BusinessType["individual"] = "individual";
34
- })(BusinessType || (BusinessType = {}));
35
- var ForProfitStructure;
36
- (function (ForProfitStructure) {
37
- ForProfitStructure["none"] = "";
38
- ForProfitStructure["soleProprietorship"] = "sole_proprietorship";
39
- ForProfitStructure["singleMember"] = "single_llc";
40
- ForProfitStructure["multiMember"] = "multi_llc";
41
- ForProfitStructure["privatePartnership"] = "private_partnership";
42
- ForProfitStructure["privateCorp"] = "private_corporation";
43
- ForProfitStructure["unincorporatedAssociation"] = "unincorporated_association";
44
- ForProfitStructure["publicPartnership"] = "public_partnership";
45
- ForProfitStructure["publicCorp"] = "public_corporation";
46
- })(ForProfitStructure || (ForProfitStructure = {}));
47
- var NonProfitStructure;
48
- (function (NonProfitStructure) {
49
- NonProfitStructure["incorporated"] = "incorporated";
50
- NonProfitStructure["unincorporated"] = "unincorporated";
51
- })(NonProfitStructure || (NonProfitStructure = {}));
52
- var GovernmentEntityStructure;
53
- (function (GovernmentEntityStructure) {
54
- GovernmentEntityStructure["unit"] = "government_unit";
55
- GovernmentEntityStructure["instrumentality"] = "government_instrumentality";
56
- GovernmentEntityStructure["taxExempt"] = "tax_exempt_government_instrumentality";
57
- })(GovernmentEntityStructure || (GovernmentEntityStructure = {}));
58
- class SubAccount {
59
- constructor(subAccount) {
60
- this.findActiveRate = (subAccount, type) => {
61
- return subAccount.application_fee_rates.find(rate => rate.rate_type === type);
62
- };
63
- this.getBasisPercentage = (rate) => {
64
- return utils.formatPercentage(rate === null || rate === void 0 ? void 0 : rate.basis_point_rate);
65
- };
66
- this.getTransactionFee = (rate) => {
67
- return utils.formatCurrency(rate === null || rate === void 0 ? void 0 : rate.transaction_fee);
68
- };
69
- this.getFormattedRate = (rate) => {
70
- return rate ?
71
- `${this.getBasisPercentage(rate)} + ${this.getTransactionFee(rate)}`
72
- : 'Not set';
73
- };
74
- this.account_type = subAccount.account_type;
75
- this.application_fee_rates = subAccount.application_fee_rates || [];
76
- this.created_at = subAccount.created_at;
77
- this.dateString = utils.formatDate(subAccount.created_at);
78
- this.timeString = utils.formatTime(subAccount.created_at);
79
- this.currency = subAccount.currency;
80
- this.id = subAccount.id;
81
- this.name = subAccount.name;
82
- this.payout_ready = subAccount.payout_ready;
83
- this.platform_account_id = subAccount.platform_account_id;
84
- this.processing_ready = subAccount.processing_ready;
85
- this.status = subAccount.status;
86
- this.updated_at = subAccount.updated_at;
87
- this.related_accounts = subAccount.related_accounts || {};
88
- const activeCardRate = this.findActiveRate(subAccount, 'cc');
89
- const activeAchRate = this.findActiveRate(subAccount, 'ach');
90
- this.cardRate = this.getFormattedRate(activeCardRate);
91
- this.achRate = this.getFormattedRate(activeAchRate);
92
- }
93
- get statusTagType() {
94
- const typeMap = {
95
- [SubAccountStatusType.enabled]: TagTypes.success,
96
- [SubAccountStatusType.disabled]: TagTypes.error,
97
- [SubAccountStatusType.rejected]: TagTypes.error,
98
- [SubAccountStatusType.information_needed]: TagTypes.warning,
99
- [SubAccountStatusType.submitted]: TagTypes.info,
100
- [SubAccountStatusType.created]: TagTypes.neutral,
101
- [SubAccountStatusType.archived]: TagTypes.neutral,
102
- };
103
- return typeMap[this.status];
104
- }
105
- }
106
-
107
- exports.SubAccount = SubAccount;
@@ -1,13 +0,0 @@
1
- 'use strict';
2
-
3
- const config = require('./config-ff2dda66.js');
4
- const Api = require('./Api-3bc6e43f.js');
5
-
6
- class BusinessService {
7
- async fetchBusiness(businessId, authToken) {
8
- const endpoint = `entities/business/${businessId}`;
9
- return Api.Api({ authToken, apiOrigin: config.config.proxyApiOrigin }).get(endpoint);
10
- }
11
- }
12
-
13
- exports.BusinessService = BusinessService;
@@ -1,43 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-fb499e95.js');
6
-
7
- const DateInput = class {
8
- constructor(hostRef) {
9
- index.registerInstance(this, hostRef);
10
- this.formControlInput = index.createEvent(this, "formControlInput", 7);
11
- this.formControlBlur = index.createEvent(this, "formControlBlur", 7);
12
- this.handleFormControlInput = (event) => {
13
- const target = event.target;
14
- const name = target.getAttribute('name');
15
- this.inputHandler(name, target.value);
16
- this.formControlInput.emit({ name, value: target.value });
17
- };
18
- this.label = undefined;
19
- this.name = undefined;
20
- this.helpText = undefined;
21
- this.errorText = undefined;
22
- this.defaultValue = undefined;
23
- this.inputHandler = undefined;
24
- this.disabled = undefined;
25
- }
26
- handleDefaultValueChange(newValue) {
27
- this.updateInput(newValue);
28
- }
29
- componentDidLoad() {
30
- this.updateInput(this.defaultValue);
31
- }
32
- updateInput(value) {
33
- this.dateInput.value = value;
34
- }
35
- render() {
36
- return (index.h(index.Host, { key: '477163306527f6b607c43e63ec4a38aaac5a4780', exportparts: "label,input,input-invalid" }, index.h("label", { key: '3174cbb24f2bd74e59e28dc6a31e224a0e2ab47d', part: "label", class: "form-label", htmlFor: this.name }, this.label), index.h("input", { key: 'de908daeee9db445c1369b75c536bcf33cb9f4e9', type: "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 }), index.h("form-control-help-text", { key: 'ea51242481f4a9894d55871d23aeaf4013112e24', helpText: this.helpText, name: this.name }), index.h("form-control-error-text", { key: '2db99a325bd6d691c0fdcbf3965535266329506f', errorText: this.errorText, name: this.name })));
37
- }
38
- static get watchers() { return {
39
- "defaultValue": ["handleDefaultValueChange"]
40
- }; }
41
- };
42
-
43
- exports.form_control_date = DateInput;
@@ -1,36 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-fb499e95.js');
6
-
7
- const FormControlErrorText = class {
8
- constructor(hostRef) {
9
- index.registerInstance(this, hostRef);
10
- this.errorText = undefined;
11
- this.name = undefined;
12
- }
13
- render() {
14
- if (!this.errorText) {
15
- return null;
16
- }
17
- return (index.h("small", { class: 'form-text text-danger', id: `form-error-text-${this.name}` }, this.errorText));
18
- }
19
- };
20
-
21
- const FormControlHelpText = class {
22
- constructor(hostRef) {
23
- index.registerInstance(this, hostRef);
24
- this.helpText = undefined;
25
- this.name = undefined;
26
- }
27
- render() {
28
- if (!this.helpText) {
29
- return null;
30
- }
31
- return (index.h("small", { class: 'form-text text-muted', id: `form-help-text-${this.name}` }, this.helpText));
32
- }
33
- };
34
-
35
- exports.form_control_error_text = FormControlErrorText;
36
- exports.form_control_help_text = FormControlHelpText;
@@ -1,110 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-fb499e95.js');
6
- const Api = require('./Api-3bc6e43f.js');
7
- const Pagination = require('./Pagination-0da8f095.js');
8
- require('./Payment-24f22eca.js');
9
- require('./Payout-a2dd7b01.js');
10
- const Business = require('./Business-aacbe893.js');
11
- const utils = require('./utils-80191fbe.js');
12
- const config = require('./config-ff2dda66.js');
13
- const styledHost = require('./styled-host-b8bed12a.js');
14
- require('./helpers-602962eb.js');
15
- require('./state-options-4fbcb48a.js');
16
-
17
- const BusinessList = class {
18
- constructor(hostRef) {
19
- index.registerInstance(this, hostRef);
20
- this.mapProductStatusToBadge = (status) => {
21
- return (status && 'bg-success') || 'bg-secondary';
22
- };
23
- this.handleClickPrevious = (beforeCursor) => {
24
- const newParams = Object.assign({}, this.params);
25
- delete newParams.after_cursor;
26
- this.params = (Object.assign(Object.assign({}, newParams), { before_cursor: beforeCursor }));
27
- };
28
- this.handleClickNext = (afterCursor) => {
29
- const newParams = Object.assign({}, this.params);
30
- delete newParams.before_cursor;
31
- this.params = (Object.assign(Object.assign({}, newParams), { after_cursor: afterCursor }));
32
- };
33
- this.accountId = undefined;
34
- this.authToken = undefined;
35
- this.businesses = [];
36
- this.loading = true;
37
- this.errorMessage = undefined;
38
- this.paging = Pagination.pagingDefaults;
39
- this.params = undefined;
40
- }
41
- updateOnPropChange() {
42
- this.fetchData();
43
- }
44
- connectedCallback() {
45
- this.fetchData();
46
- }
47
- async fetchData() {
48
- var _a;
49
- if (!this.accountId || !this.authToken) {
50
- this.errorMessage =
51
- 'Can not fetch any data without an AccountID and an AuthToken';
52
- this.loading = false;
53
- return;
54
- }
55
- this.loading = true;
56
- const endpoint = `entities/business`;
57
- let accountIDParam = { account_id: this.accountId };
58
- const response = await Api.Api({ authToken: this.authToken, apiOrigin: config.config.proxyApiOrigin })
59
- .get(endpoint, Object.assign(Object.assign({}, accountIDParam), this.params));
60
- if (!response.error) {
61
- this.paging = Object.assign(Object.assign({}, this.paging), response.page_info);
62
- const data = (_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.map(dataItem => new Business.Business(dataItem));
63
- this.businesses = data;
64
- }
65
- else {
66
- this.errorMessage =
67
- typeof response.error === 'string'
68
- ? response.error
69
- : response.error.message;
70
- }
71
- this.loading = false;
72
- }
73
- render() {
74
- return (index.h(styledHost.StyledHost, { key: '7543ea36d336e7ca0e7450d4aee10698e22207f8' }, index.h("justifi-table", { key: '893dfb6cf957da857bd1290796cc6bbd9e7f1555', columnData: [
75
- ['Legal Name', 'The name associated with this Business'],
76
- ['Business Classification', 'The business classification'],
77
- ['Tax ID', 'The tax ID associated with this business'],
78
- ['Industry', 'The industry this business participates in'],
79
- [
80
- 'Product Ready',
81
- 'List of our products that are used by this business',
82
- ],
83
- ['Created at', 'Date this business was created'],
84
- ], rowData: this.businesses.map((business) => [
85
- business.legal_name,
86
- utils.snakeCaseToHumanReadable(business.classification),
87
- business.tax_id,
88
- business.industry,
89
- {
90
- type: 'inner',
91
- value: `
92
- <div class="d-flex flex-nowrap gap-1">
93
- <span class="badge ${this.mapProductStatusToBadge(business.product_categories.credit)}">Credit</span>
94
- <span class="badge ${this.mapProductStatusToBadge(business.product_categories.insurance)}">Insurance</span>
95
- <span class="badge ${this.mapProductStatusToBadge(business.product_categories.lending)}">Lending</span>
96
- <span class="badge ${this.mapProductStatusToBadge(business.product_categories.payment)}">Payment</span>
97
- </div>
98
- `,
99
- },
100
- utils.formatDate(business.created_at),
101
- ]), loading: this.loading, "error-message": this.errorMessage, params: this.params, paging: Object.assign(Object.assign({}, this.paging), { handleClickNext: this.handleClickNext, handleClickPrevious: this.handleClickPrevious }) })));
102
- }
103
- static get watchers() { return {
104
- "accountId": ["updateOnPropChange"],
105
- "authToken": ["updateOnPropChange"],
106
- "params": ["updateOnPropChange"]
107
- }; }
108
- };
109
-
110
- exports.justifi_business_list = BusinessList;
@@ -1,86 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-fb499e95.js');
6
- const Api = require('./Api-3bc6e43f.js');
7
- const Pagination = require('./Pagination-0da8f095.js');
8
- const Payment = require('./Payment-24f22eca.js');
9
- require('./Payout-a2dd7b01.js');
10
- const utils = require('./utils-80191fbe.js');
11
- const config = require('./config-ff2dda66.js');
12
- const styledHost = require('./styled-host-b8bed12a.js');
13
-
14
- const PaymentBalanceTransactions = class {
15
- constructor(hostRef) {
16
- index.registerInstance(this, hostRef);
17
- this.handleClickPrevious = (beforeCursor) => {
18
- const newParams = Object.assign({}, this.params);
19
- delete newParams.after_cursor;
20
- this.params = (Object.assign(Object.assign({}, newParams), { before_cursor: beforeCursor }));
21
- };
22
- this.handleClickNext = (afterCursor) => {
23
- const newParams = Object.assign({}, this.params);
24
- delete newParams.before_cursor;
25
- this.params = (Object.assign(Object.assign({}, newParams), { after_cursor: afterCursor }));
26
- };
27
- this.accountId = undefined;
28
- this.authToken = undefined;
29
- this.paymentId = undefined;
30
- this.balanceTransactions = [];
31
- this.loading = true;
32
- this.errorMessage = undefined;
33
- this.paging = Pagination.pagingDefaults;
34
- this.params = undefined;
35
- }
36
- updateOnPropChange() {
37
- this.fetchData();
38
- }
39
- connectedCallback() {
40
- this.fetchData();
41
- }
42
- async fetchData() {
43
- this.loading = true;
44
- if (!this.accountId || !this.paymentId) {
45
- this.errorMessage = 'Missing required props: accountId or paymentId';
46
- this.loading = false;
47
- return;
48
- }
49
- const endpoint = `account/${this.accountId}/payments/${this.paymentId}/payment_balance_transactions`;
50
- const response = await Api.Api({ authToken: this.authToken, apiOrigin: config.config.proxyApiOrigin }).get(endpoint, this.params);
51
- if (!response.error) {
52
- this.paging = Object.assign(Object.assign({}, this.paging), response.page_info);
53
- this.balanceTransactions = response.data.map(dataItem => new Payment.PaymentBalanceTransaction(dataItem));
54
- }
55
- else {
56
- this.errorMessage =
57
- typeof response.error === 'string'
58
- ? response.error
59
- : response.error.message;
60
- }
61
- this.loading = false;
62
- }
63
- render() {
64
- return (index.h(styledHost.StyledHost, { key: 'ec76a5bb9d5222491facd9bea6bf5f3c404bb5c4' }, index.h("justifi-table", { key: 'bfecb9c52a10750e01b2cc82dd5d558cf4e83081', columnData: [
65
- ['Processed On', 'The date each transaction occurred'],
66
- ['Type', 'The type of each transaction'],
67
- ['ID', 'The unique identifier of each transaction'],
68
- ['Amout', 'The dollar amount of each transaction'],
69
- [
70
- 'Balance',
71
- 'The running total amount of this payment that belongs to you',
72
- ],
73
- ], entityId: this.balanceTransactions.map(transaction => transaction.id), rowData: this.balanceTransactions.map(balanceTransaction => [
74
- index.h("div", null, index.h("div", null, utils.formatDate(balanceTransaction.created_at)), index.h("div", null, utils.formatTime(balanceTransaction.created_at))),
75
- utils.snakeCaseToHumanReadable(balanceTransaction.payment_balance_txn_type),
76
- balanceTransaction.payment_id,
77
- utils.formatCurrency(balanceTransaction.amount),
78
- utils.formatCurrency(balanceTransaction.balance),
79
- ]), loading: this.loading, "error-message": this.errorMessage, params: this.params, paging: Object.assign(Object.assign({}, this.paging), { handleClickNext: this.handleClickNext, handleClickPrevious: this.handleClickPrevious }) })));
80
- }
81
- static get watchers() { return {
82
- "params": ["updateOnPropChange"]
83
- }; }
84
- };
85
-
86
- exports.justifi_payment_balance_transactions = PaymentBalanceTransactions;