@justifi/webcomponents 4.9.0 → 4.10.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. package/dist/cjs/{Business-64dffab7.js → Business-79361c8a.js} +1 -0
  2. package/dist/cjs/Identity-b6364aee.js +27 -0
  3. package/dist/cjs/{SubAccount-f8144025.js → SubAccount-b3902202.js} +1 -1
  4. package/dist/cjs/additional-questions-details_5.cjs.entry.js +3 -3
  5. package/dist/cjs/business-additional-questions-schema-cbac27f2.js +26 -0
  6. package/dist/cjs/business-details-core.cjs.entry.js +2 -2
  7. package/dist/cjs/business-form-select-options-7ccd8dca.js +85 -0
  8. package/dist/cjs/business-form-types-3cdd5447.js +19 -0
  9. package/dist/cjs/form-control-datepart_3.cjs.entry.js +32 -46
  10. package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
  11. package/dist/cjs/{form-control-select_2.cjs.entry.js → form-control-number_3.cjs.entry.js} +44 -1
  12. package/dist/cjs/gross-payment-chart-core.cjs.entry.js +3 -3
  13. package/dist/cjs/{index-07ddbad2.js → index-69b9386b.js} +57 -0
  14. package/dist/cjs/justifi-additional-questions-form-step_5.cjs.entry.js +505 -0
  15. package/dist/cjs/{justifi-additional-questions_5.cjs.entry.js → justifi-additional-questions_4.cjs.entry.js} +12 -42
  16. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
  17. package/dist/cjs/justifi-billing-form_4.cjs.entry.js +5 -13
  18. package/dist/cjs/justifi-business-address-form-step.cjs.entry.js +35 -0
  19. package/dist/cjs/justifi-business-details.cjs.entry.js +3 -3
  20. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +36 -90
  21. package/dist/cjs/justifi-business-form.cjs.entry.js +16 -15
  22. package/dist/cjs/justifi-business-list.cjs.entry.js +3 -3
  23. package/dist/cjs/justifi-business-owners.cjs.entry.js +1 -1
  24. package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
  25. package/dist/cjs/justifi-checkout-core.cjs.entry.js +2 -2
  26. package/dist/cjs/justifi-checkout.cjs.entry.js +1 -1
  27. package/dist/cjs/justifi-details.cjs.entry.js +2 -2
  28. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
  29. package/dist/cjs/justifi-new-payment-method_3.cjs.entry.js +1 -1
  30. package/dist/cjs/justifi-owner-form.cjs.entry.js +160 -0
  31. package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +2 -2
  32. package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
  33. package/dist/cjs/justifi-payment-form.cjs.entry.js +2 -2
  34. package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +1 -1
  35. package/dist/cjs/justifi-payments-list.cjs.entry.js +2 -2
  36. package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
  37. package/dist/cjs/justifi-payouts-list.cjs.entry.js +2 -2
  38. package/dist/cjs/justifi-proceeds-list.cjs.entry.js +2 -2
  39. package/dist/cjs/justifi-refund-form.cjs.entry.js +1 -1
  40. package/dist/cjs/justifi-subaccount-details.cjs.entry.js +4 -4
  41. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +3 -3
  42. package/dist/cjs/justifi-table_2.cjs.entry.js +1 -1
  43. package/dist/cjs/loader.cjs.js +2 -2
  44. package/dist/cjs/payload-parsers-25ed3936.js +98 -0
  45. package/dist/cjs/payment-details-core.cjs.entry.js +3 -3
  46. package/dist/cjs/payments-list-core.cjs.entry.js +2 -2
  47. package/dist/cjs/payout-details-core.cjs.entry.js +3 -3
  48. package/dist/cjs/payouts-list-core.cjs.entry.js +2 -2
  49. package/dist/cjs/subaccount-account-details_4.cjs.entry.js +3 -3
  50. package/dist/cjs/subaccount-bank-details.cjs.entry.js +2 -2
  51. package/dist/cjs/subaccount-terms-details.cjs.entry.js +2 -2
  52. package/dist/cjs/{utils-5c3e442d.js → utils-23e70ef2.js} +1 -1
  53. package/dist/cjs/{utils-84208d99.js → utils-6f62f7a1.js} +18 -0
  54. package/dist/cjs/utils-df5167a8.js +13 -0
  55. package/dist/cjs/webcomponents.cjs.js +2 -2
  56. package/dist/collection/api/Identity.js +43 -0
  57. package/dist/collection/collection-manifest.json +15 -8
  58. package/dist/collection/components/billing-form/billing-form-schema.js +1 -1
  59. package/dist/collection/components/business-details/owner-details/owner-details.js +2 -2
  60. package/dist/collection/components/business-details/representative-details/representative-details.js +2 -2
  61. package/dist/collection/components/{business-form → business-forms/business-form}/additional-questions/additional-questions.js +1 -1
  62. package/dist/collection/components/business-forms/business-form/business-address/business-address-form.css +2536 -0
  63. package/dist/collection/components/{business-form → business-forms/business-form}/business-address/business-address-form.js +4 -4
  64. package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.css +2493 -0
  65. package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +77 -0
  66. package/dist/collection/components/{business-form → business-forms/business-form}/business-form.js +32 -24
  67. package/dist/collection/components/business-forms/business-form/business-owners/business-owners.css +7779 -0
  68. package/dist/collection/components/{business-form → business-forms/business-form}/business-owners/business-owners.js +2 -2
  69. package/dist/collection/components/business-forms/business-form/business-representative/business-representative.css +2493 -0
  70. package/dist/collection/components/{business-form → business-forms/business-form}/business-representative/business-representative.js +3 -3
  71. package/dist/collection/components/business-forms/business-form/legal-address-form/legal-address-form.css +2493 -0
  72. package/dist/collection/components/{business-form → business-forms/business-form}/legal-address-form/legal-address-form.js +1 -1
  73. package/dist/collection/components/business-forms/business-form-stepped/additional-questions/business-additional-questions-form-step.js +218 -0
  74. package/dist/collection/components/business-forms/business-form-stepped/additional-questions/test/business-additional-questions-form-step.spec.js +97 -0
  75. package/dist/collection/components/business-forms/business-form-stepped/business-address/business-address-form-step.js +97 -0
  76. package/dist/collection/components/business-forms/business-form-stepped/business-address/test/business-address-form-step.spec.js +97 -0
  77. package/dist/collection/components/business-forms/business-form-stepped/business-core-info/business-core-info-form-step.js +239 -0
  78. package/dist/collection/components/business-forms/business-form-stepped/business-core-info/test/business-core-info-form-step.spec.js +97 -0
  79. package/dist/collection/components/{business-form → business-forms/business-form-stepped}/business-form-stepped.css +105 -0
  80. package/dist/collection/components/business-forms/business-form-stepped/business-form-stepped.js +199 -0
  81. package/dist/collection/components/business-forms/business-form-stepped/business-owners/business-owners-form-step.js +284 -0
  82. package/dist/collection/components/business-forms/business-form-stepped/business-owners/test/business-owners-form-step.spec.js +97 -0
  83. package/dist/collection/components/business-forms/business-form-stepped/business-representative/business-representative-form-step.js +230 -0
  84. package/dist/collection/components/business-forms/business-form-stepped/business-representative/test/business-representative-form-step.spec.js +97 -0
  85. package/dist/collection/components/business-forms/business-form-stepped/legal-address-form/legal-address-form-step.js +232 -0
  86. package/dist/collection/components/business-forms/business-form-stepped/test/business-form-stepped.spec.js +61 -0
  87. package/dist/collection/components/business-forms/owner-form/owner-form.css +7779 -0
  88. package/dist/collection/components/business-forms/owner-form/owner-form.js +367 -0
  89. package/dist/collection/components/business-forms/schemas/business-additional-questions-schema.js +7 -0
  90. package/dist/collection/components/business-forms/schemas/business-address-schema.js +15 -0
  91. package/dist/collection/components/business-forms/schemas/business-core-info-schema.js +13 -0
  92. package/dist/collection/components/business-forms/schemas/business-form-schema.js +6 -0
  93. package/dist/collection/components/business-forms/schemas/business-identity-schema.js +35 -0
  94. package/dist/collection/components/business-forms/schemas/business-owners-schema.js +16 -0
  95. package/dist/collection/components/business-forms/utils/business-form-select-options.js +80 -0
  96. package/dist/collection/components/business-forms/utils/business-form-types.js +17 -0
  97. package/dist/collection/components/business-forms/utils/payload-parsers.js +37 -0
  98. package/dist/collection/components/form/utils.js +1 -0
  99. package/dist/collection/utils/utils.js +16 -0
  100. package/dist/docs.json +1690 -300
  101. package/dist/esm/{Business-9921d35f.js → Business-1df362e0.js} +1 -1
  102. package/dist/esm/Identity-774788c0.js +25 -0
  103. package/dist/esm/{SubAccount-76f6d565.js → SubAccount-f4ae9809.js} +1 -1
  104. package/dist/esm/additional-questions-details_5.entry.js +3 -3
  105. package/dist/esm/business-additional-questions-schema-2cb80f70.js +23 -0
  106. package/dist/esm/business-details-core.entry.js +2 -2
  107. package/dist/esm/business-form-select-options-6b9293fe.js +82 -0
  108. package/dist/esm/business-form-types-de9f38cd.js +19 -0
  109. package/dist/esm/form-control-datepart_3.entry.js +32 -46
  110. package/dist/esm/form-control-monetary.entry.js +1 -1
  111. package/dist/esm/{form-control-select_2.entry.js → form-control-number_3.entry.js} +44 -2
  112. package/dist/esm/gross-payment-chart-core.entry.js +3 -3
  113. package/dist/esm/{index-fb5ca346.js → index-df86d9a2.js} +57 -0
  114. package/dist/esm/justifi-additional-questions-form-step_5.entry.js +497 -0
  115. package/dist/esm/{justifi-additional-questions_5.entry.js → justifi-additional-questions_4.entry.js} +12 -41
  116. package/dist/esm/justifi-bank-account-form.entry.js +1 -1
  117. package/dist/esm/justifi-billing-form_4.entry.js +4 -12
  118. package/dist/esm/justifi-business-address-form-step.entry.js +31 -0
  119. package/dist/esm/justifi-business-details.entry.js +3 -3
  120. package/dist/esm/justifi-business-form-stepped.entry.js +36 -90
  121. package/dist/esm/justifi-business-form.entry.js +15 -14
  122. package/dist/esm/justifi-business-list.entry.js +3 -3
  123. package/dist/esm/justifi-business-owners.entry.js +1 -1
  124. package/dist/esm/justifi-card-form.entry.js +1 -1
  125. package/dist/esm/justifi-checkout-core.entry.js +2 -2
  126. package/dist/esm/justifi-checkout.entry.js +1 -1
  127. package/dist/esm/justifi-details.entry.js +2 -2
  128. package/dist/esm/justifi-gross-payment-chart.entry.js +2 -2
  129. package/dist/esm/justifi-new-payment-method_3.entry.js +1 -1
  130. package/dist/esm/justifi-owner-form.entry.js +156 -0
  131. package/dist/esm/justifi-payment-balance-transactions.entry.js +2 -2
  132. package/dist/esm/justifi-payment-details.entry.js +2 -2
  133. package/dist/esm/justifi-payment-form.entry.js +2 -2
  134. package/dist/esm/justifi-payment-method-selector.entry.js +1 -1
  135. package/dist/esm/justifi-payments-list.entry.js +2 -2
  136. package/dist/esm/justifi-payout-details.entry.js +2 -2
  137. package/dist/esm/justifi-payouts-list.entry.js +2 -2
  138. package/dist/esm/justifi-proceeds-list.entry.js +2 -2
  139. package/dist/esm/justifi-refund-form.entry.js +1 -1
  140. package/dist/esm/justifi-subaccount-details.entry.js +4 -4
  141. package/dist/esm/justifi-subaccounts-list.entry.js +3 -3
  142. package/dist/esm/justifi-table_2.entry.js +1 -1
  143. package/dist/esm/loader.js +3 -3
  144. package/dist/esm/payload-parsers-1dd7474f.js +90 -0
  145. package/dist/esm/payment-details-core.entry.js +3 -3
  146. package/dist/esm/payments-list-core.entry.js +2 -2
  147. package/dist/esm/payout-details-core.entry.js +3 -3
  148. package/dist/esm/payouts-list-core.entry.js +2 -2
  149. package/dist/esm/subaccount-account-details_4.entry.js +3 -3
  150. package/dist/esm/subaccount-bank-details.entry.js +2 -2
  151. package/dist/esm/subaccount-terms-details.entry.js +2 -2
  152. package/dist/esm/{utils-5193fcd7.js → utils-243abdb4.js} +17 -1
  153. package/dist/esm/utils-2828201a.js +10 -0
  154. package/dist/esm/{utils-a3e96d9f.js → utils-d01c5f3a.js} +1 -1
  155. package/dist/esm/webcomponents.js +3 -3
  156. package/dist/module/Business.js +1 -1
  157. package/dist/module/SubAccount.js +1 -1
  158. package/dist/module/billing-form.js +1 -1
  159. package/dist/module/business-additional-questions-form-step.js +120 -0
  160. package/dist/module/business-additional-questions-schema.js +10 -0
  161. package/dist/module/business-address-form.js +3 -3
  162. package/dist/module/business-address-schema.js +18 -0
  163. package/dist/module/business-core-info-form-step.js +141 -0
  164. package/dist/module/business-core-info-schema.js +16 -0
  165. package/dist/module/business-core-info.js +69 -0
  166. package/dist/module/business-form-select-options.js +82 -0
  167. package/dist/module/business-form-types.js +19 -0
  168. package/dist/module/business-identity-schema.js +38 -0
  169. package/dist/{webcomponents/p-3bae0ed3.entry.js → module/business-owners-form-step.js} +213 -1
  170. package/dist/module/business-representative-form-step.js +157 -0
  171. package/dist/module/business-representative.js +1 -1
  172. package/dist/module/checkout-core.js +1 -1
  173. package/dist/module/justifi-additional-questions-form-step.d.ts +11 -0
  174. package/dist/module/justifi-additional-questions-form-step.js +6 -0
  175. package/dist/module/justifi-business-address-form-step.d.ts +11 -0
  176. package/dist/module/justifi-business-address-form-step.js +75 -0
  177. package/dist/module/justifi-business-core-info-form-step.d.ts +11 -0
  178. package/dist/module/justifi-business-core-info-form-step.js +6 -0
  179. package/dist/module/justifi-business-core-info.d.ts +11 -0
  180. package/dist/module/justifi-business-core-info.js +6 -0
  181. package/dist/module/justifi-business-form-stepped.js +72 -113
  182. package/dist/module/justifi-business-form.js +19 -14
  183. package/dist/module/justifi-business-list.js +1 -1
  184. package/dist/module/justifi-business-owners-form-step.d.ts +11 -0
  185. package/dist/module/justifi-business-owners-form-step.js +6 -0
  186. package/dist/module/justifi-business-representative-form-step.d.ts +11 -0
  187. package/dist/module/justifi-business-representative-form-step.js +6 -0
  188. package/dist/module/justifi-legal-address-form-step.d.ts +11 -0
  189. package/dist/module/justifi-legal-address-form-step.js +6 -0
  190. package/dist/module/justifi-owner-form.d.ts +11 -0
  191. package/dist/module/justifi-owner-form.js +6 -0
  192. package/dist/module/justifi-payment-balance-transactions.js +1 -1
  193. package/dist/module/justifi-proceeds-list.js +1 -1
  194. package/dist/module/justifi-subaccount-details.js +1 -1
  195. package/dist/module/justifi-subaccounts-list.js +1 -1
  196. package/dist/module/legal-address-form-step.js +136 -0
  197. package/dist/module/owner-form.js +244 -0
  198. package/dist/module/payload-parsers.js +39 -0
  199. package/dist/module/payment-details-core2.js +1 -1
  200. package/dist/module/payment-method-form.js +2 -9
  201. package/dist/module/payments-list-core2.js +1 -1
  202. package/dist/module/payout-details-core2.js +1 -1
  203. package/dist/module/payouts-list-core2.js +1 -1
  204. package/dist/module/subaccount-merchant-details2.js +1 -1
  205. package/dist/module/utils2.js +17 -1
  206. package/dist/module/utils4.js +10 -0
  207. package/dist/types/api/Business.d.ts +1 -18
  208. package/dist/types/api/Identity.d.ts +60 -0
  209. package/dist/types/components/billing-form/billing-form-schema.d.ts +0 -1
  210. package/dist/types/components/business-details/owner-details/owner-details.d.ts +1 -1
  211. package/dist/types/components/business-details/representative-details/representative-details.d.ts +1 -1
  212. package/dist/types/components/{business-form → business-forms/business-form}/additional-questions/additional-questions.d.ts +1 -1
  213. package/dist/types/components/{business-form → business-forms/business-form}/business-address/business-address-form.d.ts +1 -1
  214. package/dist/types/components/{business-form/business-generic-info/business-generic-info.d.ts → business-forms/business-form/business-core-info/business-core-info.d.ts} +5 -5
  215. package/dist/types/components/{business-form → business-forms/business-form}/business-form.d.ts +5 -10
  216. package/dist/types/components/{business-form → business-forms/business-form}/business-owners/business-owners.d.ts +1 -1
  217. package/dist/types/components/{business-form → business-forms/business-form}/business-representative/business-representative.d.ts +1 -1
  218. package/dist/types/components/{business-form → business-forms/business-form}/legal-address-form/legal-address-form.d.ts +2 -2
  219. package/dist/types/components/business-forms/business-form-stepped/additional-questions/business-additional-questions-form-step.d.ts +30 -0
  220. package/dist/types/components/business-forms/business-form-stepped/business-address/business-address-form-step.d.ts +9 -0
  221. package/dist/types/components/business-forms/business-form-stepped/business-core-info/business-core-info-form-step.d.ts +36 -0
  222. package/dist/types/components/business-forms/business-form-stepped/business-form-stepped.d.ts +45 -0
  223. package/dist/types/components/business-forms/business-form-stepped/business-owners/business-owners-form-step.d.ts +36 -0
  224. package/dist/types/components/business-forms/business-form-stepped/business-representative/business-representative-form-step.d.ts +26 -0
  225. package/dist/types/components/business-forms/business-form-stepped/legal-address-form/legal-address-form-step.d.ts +31 -0
  226. package/dist/types/components/business-forms/owner-form/owner-form.d.ts +36 -0
  227. package/dist/types/components/business-forms/schemas/business-additional-questions-schema.d.ts +11 -0
  228. package/dist/types/components/{business-form/business-address/business-address-form-schema.d.ts → business-forms/schemas/business-address-schema.d.ts} +11 -8
  229. package/dist/types/components/business-forms/schemas/business-core-info-schema.d.ts +19 -0
  230. package/dist/types/components/{business-form → business-forms/schemas}/business-form-schema.d.ts +2 -26
  231. package/dist/types/components/business-forms/schemas/business-identity-schema.d.ts +59 -0
  232. package/dist/types/components/business-forms/schemas/business-owners-schema.d.ts +33 -0
  233. package/dist/types/components/business-forms/utils/business-form-select-options.d.ts +11 -0
  234. package/dist/types/components/business-forms/utils/business-form-types.d.ts +39 -0
  235. package/dist/types/components/business-forms/utils/payload-parsers.d.ts +4 -0
  236. package/dist/types/components/form/form.d.ts +1 -1
  237. package/dist/types/components/form/utils.d.ts +1 -0
  238. package/dist/types/components.d.ts +409 -59
  239. package/dist/types/utils/utils.d.ts +2 -0
  240. package/dist/webcomponents/p-0399f02b.entry.js +1 -0
  241. package/dist/webcomponents/{p-4edd9721.js → p-04a98c63.js} +1 -1
  242. package/dist/webcomponents/p-06888c2e.entry.js +1 -0
  243. package/dist/webcomponents/{p-adc96df1.entry.js → p-07b326d0.entry.js} +1 -1
  244. package/dist/webcomponents/p-0811bc77.entry.js +1 -0
  245. package/dist/webcomponents/p-17d72f4a.js +1 -0
  246. package/dist/webcomponents/{p-babd292f.entry.js → p-17f64853.entry.js} +1 -1
  247. package/dist/webcomponents/{p-97c42345.entry.js → p-1bfadb9f.entry.js} +1 -1
  248. package/dist/webcomponents/p-22085999.entry.js +1 -0
  249. package/dist/webcomponents/{p-531844f6.entry.js → p-252835df.entry.js} +1 -1
  250. package/dist/webcomponents/{p-34f9fe6b.js → p-28b38699.js} +1 -1
  251. package/dist/webcomponents/{p-baafa7f5.js → p-34352d04.js} +1 -1
  252. package/dist/webcomponents/{p-79f99d62.entry.js → p-374c44e6.entry.js} +1 -1
  253. package/dist/webcomponents/{p-1bac1674.entry.js → p-4697ccfa.entry.js} +1 -1
  254. package/dist/webcomponents/p-4781cd06.js +1 -0
  255. package/dist/webcomponents/{p-dc05b5c5.entry.js → p-4d50d08a.entry.js} +1 -1
  256. package/dist/webcomponents/p-4d806131.entry.js +1 -0
  257. package/dist/webcomponents/{p-09b94d22.entry.js → p-4df6174c.entry.js} +1 -1
  258. package/dist/webcomponents/p-4e0b3206.entry.js +1 -0
  259. package/dist/webcomponents/p-583dd5a2.entry.js +1 -0
  260. package/dist/webcomponents/{p-c032b216.entry.js → p-5be4e217.entry.js} +1 -1
  261. package/dist/webcomponents/{p-018b71f5.entry.js → p-5da4fbe7.entry.js} +1 -1
  262. package/dist/webcomponents/{p-796cf44f.entry.js → p-6103c20d.entry.js} +1 -1
  263. package/dist/webcomponents/{p-bb037696.js → p-65510838.js} +1 -1
  264. package/dist/webcomponents/p-688bb5da.js +2 -0
  265. package/dist/webcomponents/{p-92a55427.entry.js → p-6b51cf97.entry.js} +1 -1
  266. package/dist/webcomponents/{p-72d1ad98.entry.js → p-7654c70d.entry.js} +1 -1
  267. package/dist/webcomponents/{p-f64a85cf.entry.js → p-847441ce.entry.js} +1 -1
  268. package/dist/webcomponents/p-861ba3fc.entry.js +1 -0
  269. package/dist/webcomponents/p-9207ccb2.entry.js +1 -0
  270. package/dist/webcomponents/p-975ab96e.js +1 -0
  271. package/dist/webcomponents/p-9ce8d98c.entry.js +1 -0
  272. package/dist/webcomponents/p-9e4b81ad.entry.js +1 -0
  273. package/dist/webcomponents/p-a141c531.js +1 -0
  274. package/dist/webcomponents/{p-e536a4c1.entry.js → p-a2dbe90f.entry.js} +1 -1
  275. package/dist/webcomponents/{p-591e29bf.entry.js → p-a46174e0.entry.js} +1 -1
  276. package/dist/webcomponents/{p-c8d51336.entry.js → p-a98eea84.entry.js} +1 -1
  277. package/dist/webcomponents/{p-bb7f6095.entry.js → p-b1bc23af.entry.js} +1 -1
  278. package/dist/webcomponents/{p-ec358d69.entry.js → p-b27c9b0d.entry.js} +1 -1
  279. package/dist/webcomponents/{p-7cd06ada.entry.js → p-b68f1dd9.entry.js} +1 -1
  280. package/dist/webcomponents/p-b8f22856.js +1 -0
  281. package/dist/webcomponents/{p-1cbdca15.entry.js → p-c8d62072.entry.js} +1 -1
  282. package/dist/webcomponents/{p-c2c3d5d1.entry.js → p-da34bba7.entry.js} +1 -1
  283. package/dist/webcomponents/{p-3134ab82.entry.js → p-e3748ea4.entry.js} +1 -1
  284. package/dist/webcomponents/{p-99a8b7d0.entry.js → p-e924f2e1.entry.js} +1 -1
  285. package/dist/webcomponents/{p-9c310f5c.entry.js → p-ebf7c70f.entry.js} +1 -1
  286. package/dist/webcomponents/{p-41031759.entry.js → p-eef5ed19.entry.js} +1 -1
  287. package/dist/webcomponents/{p-8f895ec3.entry.js → p-efc7025c.entry.js} +1 -1
  288. package/dist/webcomponents/p-f3453ca2.js +1 -0
  289. package/dist/webcomponents/{p-f55ac955.entry.js → p-f3ca6fda.entry.js} +1 -1
  290. package/dist/webcomponents/{p-9a63eec9.entry.js → p-fb49ef28.entry.js} +1 -1
  291. package/dist/webcomponents/{p-9e3771b7.entry.js → p-fe2af0cf.entry.js} +1 -1
  292. package/dist/webcomponents/{p-41490d96.entry.js → p-fe8a94c1.entry.js} +1 -1
  293. package/dist/webcomponents/webcomponents.esm.js +1 -1
  294. package/package.json +1 -1
  295. package/dist/cjs/BusinessFormEventTypes-62990815.js +0 -42
  296. package/dist/cjs/business-form-schema-37e5381d.js +0 -148
  297. package/dist/collection/components/business-form/BusinessFormEventTypes.js +0 -6
  298. package/dist/collection/components/business-form/business-address/business-address-form-schema.js +0 -13
  299. package/dist/collection/components/business-form/business-form-schema.js +0 -159
  300. package/dist/collection/components/business-form/business-form-stepped.js +0 -260
  301. package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +0 -77
  302. package/dist/collection/components/business-form/business-representative/business-representative-schema.js +0 -1
  303. package/dist/collection/components/business-form/helpers.js +0 -23
  304. package/dist/collection/components/business-form/legal-address-form/legal-address-form-schema.js +0 -10
  305. package/dist/esm/BusinessFormEventTypes-182e20be.js +0 -39
  306. package/dist/esm/business-form-schema-f8f554d1.js +0 -144
  307. package/dist/module/BusinessFormEventTypes.js +0 -39
  308. package/dist/module/business-generic-info.js +0 -210
  309. package/dist/module/justifi-business-generic-info.d.ts +0 -11
  310. package/dist/module/justifi-business-generic-info.js +0 -6
  311. package/dist/types/components/business-form/BusinessFormEventTypes.d.ts +0 -5
  312. package/dist/types/components/business-form/business-form-stepped.d.ts +0 -48
  313. package/dist/types/components/business-form/business-representative/business-representative-schema.d.ts +0 -17
  314. package/dist/types/components/business-form/helpers.d.ts +0 -1
  315. package/dist/types/components/business-form/legal-address-form/legal-address-form-schema.d.ts +0 -17
  316. package/dist/webcomponents/p-1b04d091.entry.js +0 -1
  317. package/dist/webcomponents/p-44b88365.entry.js +0 -1
  318. package/dist/webcomponents/p-4ed3a9f5.entry.js +0 -1
  319. package/dist/webcomponents/p-51b0bf2a.entry.js +0 -1
  320. package/dist/webcomponents/p-5d5d7550.entry.js +0 -1
  321. package/dist/webcomponents/p-5ea274b8.js +0 -1
  322. package/dist/webcomponents/p-5f785ede.entry.js +0 -1
  323. package/dist/webcomponents/p-6d05174c.js +0 -2
  324. package/dist/webcomponents/p-a81229a5.entry.js +0 -1
  325. package/dist/webcomponents/p-b8a8b551.js +0 -1
  326. /package/dist/collection/components/{business-form → business-forms/business-form}/business-address/test/business-address.e2e.js +0 -0
  327. /package/dist/collection/components/{business-form → business-forms/business-form}/business-address/test/business-address.spec.js +0 -0
  328. /package/dist/collection/components/{business-form → business-forms/business-form}/business-form.css +0 -0
  329. /package/dist/collection/components/{business-form → business-forms/business-form}/test/business-form.spec.js +0 -0
  330. /package/dist/collection/components/{business-form/business-address/business-address-form.css → business-forms/business-form-stepped/business-address/business-address-form-step.css} +0 -0
  331. /package/dist/collection/components/{business-form/business-generic-info/business-generic-info.css → business-forms/business-form-stepped/business-core-info/business-core-info-form-step.css} +0 -0
  332. /package/dist/collection/components/{business-form/business-owners/business-owners.css → business-forms/business-form-stepped/business-owners/business-owners-form-step.css} +0 -0
  333. /package/dist/collection/components/{business-form/business-representative/business-representative.css → business-forms/business-form-stepped/business-representative/business-representative-form-step.css} +0 -0
  334. /package/dist/collection/components/{business-form/legal-address-form/legal-address-form.css → business-forms/business-form-stepped/legal-address-form/legal-address-form-step.css} +0 -0
@@ -5,8 +5,9 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { AdditionalQuestions, IAddress, IBusiness, Identity } from "./api/Business";
8
+ import { AdditionalQuestions, IAddress, IBusiness } from "./api/Business";
9
9
  import { FormController } from "./components/form/form";
10
+ import { BusinessFormClickEvent, BusinessFormServerErrorEvent, BusinessFormSubmitEvent, OwnerFormServerErrorEvent, OwnerFormSubmitEvent } from "./components/business-forms/utils/business-form-types";
10
11
  import { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
11
12
  import { BillingFormFields } from "./components/billing-form/billing-form-schema";
12
13
  import { ValidationError } from "yup";
@@ -16,10 +17,12 @@ import { Proceed } from "./api/Proceed";
16
17
  import { RefundFormFields } from "./components/refund-form/refund-form-schema";
17
18
  import { IOnboardingData, SubAccount, SubaccountBankAccount, SubAccountIdentity as SubAccountIdentity1, Terms } from "./api/SubAccount";
18
19
  import { TableProps } from "./components/table/table";
20
+ import { Identity } from "./api/Identity";
19
21
  import { PaginationProps } from "./components/pagination-menu/pagination-menu";
20
22
  import { IOnboardingData as IOnboardingData1, SubAccountIdentity } from "./components";
21
- export { AdditionalQuestions, IAddress, IBusiness, Identity } from "./api/Business";
23
+ export { AdditionalQuestions, IAddress, IBusiness } from "./api/Business";
22
24
  export { FormController } from "./components/form/form";
25
+ export { BusinessFormClickEvent, BusinessFormServerErrorEvent, BusinessFormSubmitEvent, OwnerFormServerErrorEvent, OwnerFormSubmitEvent } from "./components/business-forms/utils/business-form-types";
23
26
  export { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
24
27
  export { BillingFormFields } from "./components/billing-form/billing-form-schema";
25
28
  export { ValidationError } from "yup";
@@ -29,6 +32,7 @@ export { Proceed } from "./api/Proceed";
29
32
  export { RefundFormFields } from "./components/refund-form/refund-form-schema";
30
33
  export { IOnboardingData, SubAccount, SubaccountBankAccount, SubAccountIdentity as SubAccountIdentity1, Terms } from "./api/SubAccount";
31
34
  export { TableProps } from "./components/table/table";
35
+ export { Identity } from "./api/Identity";
32
36
  export { PaginationProps } from "./components/pagination-menu/pagination-menu";
33
37
  export { IOnboardingData as IOnboardingData1, SubAccountIdentity } from "./components";
34
38
  export namespace Components {
@@ -109,6 +113,16 @@ export namespace Components {
109
113
  interface JustifiAdditionalQuestions {
110
114
  "formController": FormController;
111
115
  }
116
+ /**
117
+ * @exportedPart label: Label for inputs
118
+ * @exportedPart input: The input fields
119
+ * @exportedPart input-invalid: Invalid state for inputfs
120
+ */
121
+ interface JustifiAdditionalQuestionsFormStep {
122
+ "authToken": string;
123
+ "businessId": string;
124
+ "validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
125
+ }
112
126
  interface JustifiBankAccountForm {
113
127
  /**
114
128
  * URL for the rendered iFrame. End-users need not use this.
@@ -160,7 +174,36 @@ export namespace Components {
160
174
  interface JustifiBusinessAddressForm {
161
175
  "defaultValues": any;
162
176
  "errors": any;
163
- "onFormUpdate": (values: any) => void;
177
+ "handleFormUpdate": (values: any) => void;
178
+ }
179
+ interface JustifiBusinessAddressFormStep {
180
+ "defaultValues": any;
181
+ "errors": any;
182
+ "handleFormUpdate": (values: any) => void;
183
+ }
184
+ /**
185
+ * The difference between this component and business-core-info-details
186
+ * is that this component is meant to be a form and send data
187
+ * and the other one is meant to be just read only.
188
+ * @exportedPart label: Label for inputs
189
+ * @exportedPart input: The input fields
190
+ * @exportedPart input-invalid: Invalid state for inputfs
191
+ */
192
+ interface JustifiBusinessCoreInfo {
193
+ "formController": FormController;
194
+ }
195
+ /**
196
+ * The difference between this component and business-generic-info-details
197
+ * is that this component is meant to be a form and send data
198
+ * and the other one is meant to be just read only.
199
+ * @exportedPart label: Label for inputs
200
+ * @exportedPart input: The input fields
201
+ * @exportedPart input-invalid: Invalid state for inputfs
202
+ */
203
+ interface JustifiBusinessCoreInfoFormStep {
204
+ "authToken": string;
205
+ "businessId": string;
206
+ "validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
164
207
  }
165
208
  /**
166
209
  * @exportedPart detail-section
@@ -194,17 +237,6 @@ export namespace Components {
194
237
  "hideErrors"?: boolean;
195
238
  "testMode": boolean;
196
239
  }
197
- /**
198
- * The difference between this component and business-generic-info-details
199
- * is that this component is meant to be a form and send data
200
- * and the other one is meant to be just read only.
201
- * @exportedPart label: Label for inputs
202
- * @exportedPart input: The input fields
203
- * @exportedPart input-invalid: Invalid state for inputfs
204
- */
205
- interface JustifiBusinessGenericInfo {
206
- "formController": FormController;
207
- }
208
240
  /**
209
241
  * @exportedPart table-head: Table head
210
242
  * @exportedPart table-head-row: Head row
@@ -245,9 +277,24 @@ export namespace Components {
245
277
  interface JustifiBusinessOwners {
246
278
  "formController": FormController;
247
279
  }
280
+ /**
281
+ * @exportedPart label: Label for inputs
282
+ * @exportedPart input: The input fields
283
+ * @exportedPart input-invalid: Invalid state for inputfs
284
+ */
285
+ interface JustifiBusinessOwnersFormStep {
286
+ "authToken": string;
287
+ "businessId": string;
288
+ "validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
289
+ }
248
290
  interface JustifiBusinessRepresentative {
249
291
  "formController": FormController;
250
292
  }
293
+ interface JustifiBusinessRepresentativeFormStep {
294
+ "authToken": string;
295
+ "businessId": string;
296
+ "validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
297
+ }
251
298
  interface JustifiCardForm {
252
299
  /**
253
300
  * URL for the rendered iFrame. End-users need not use this.
@@ -306,6 +353,16 @@ export namespace Components {
306
353
  interface JustifiLegalAddressForm {
307
354
  "formController": FormController;
308
355
  }
356
+ /**
357
+ * @exportedPart label: Label for inputs
358
+ * @exportedPart input: The input fields
359
+ * @exportedPart input-invalid: Invalid state for inputfs
360
+ */
361
+ interface JustifiLegalAddressFormStep {
362
+ "authToken": string;
363
+ "businessId": string;
364
+ "validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
365
+ }
309
366
  interface JustifiNewPaymentMethod {
310
367
  "accountId": string;
311
368
  "clientId": string;
@@ -314,6 +371,16 @@ export namespace Components {
314
371
  "isSelected": boolean;
315
372
  "paymentMethodOption": PaymentMethodOption;
316
373
  }
374
+ interface JustifiOwnerForm {
375
+ "authToken": string;
376
+ "businessId"?: string;
377
+ "newFormOpen"?: boolean;
378
+ "ownerId"?: string;
379
+ "ownersLength"?: number;
380
+ "removeOwner": (id: string) => void;
381
+ "submit": () => Promise<boolean>;
382
+ "validate": () => Promise<boolean>;
383
+ }
317
384
  interface JustifiPaymentBalanceTransactions {
318
385
  "accountId": string;
319
386
  "authToken": string;
@@ -595,10 +662,18 @@ export interface FormControlTextCustomEvent<T> extends CustomEvent<T> {
595
662
  detail: T;
596
663
  target: HTMLFormControlTextElement;
597
664
  }
665
+ export interface JustifiAdditionalQuestionsFormStepCustomEvent<T> extends CustomEvent<T> {
666
+ detail: T;
667
+ target: HTMLJustifiAdditionalQuestionsFormStepElement;
668
+ }
598
669
  export interface JustifiBankAccountFormCustomEvent<T> extends CustomEvent<T> {
599
670
  detail: T;
600
671
  target: HTMLJustifiBankAccountFormElement;
601
672
  }
673
+ export interface JustifiBusinessCoreInfoFormStepCustomEvent<T> extends CustomEvent<T> {
674
+ detail: T;
675
+ target: HTMLJustifiBusinessCoreInfoFormStepElement;
676
+ }
602
677
  export interface JustifiBusinessFormCustomEvent<T> extends CustomEvent<T> {
603
678
  detail: T;
604
679
  target: HTMLJustifiBusinessFormElement;
@@ -607,6 +682,14 @@ export interface JustifiBusinessFormSteppedCustomEvent<T> extends CustomEvent<T>
607
682
  detail: T;
608
683
  target: HTMLJustifiBusinessFormSteppedElement;
609
684
  }
685
+ export interface JustifiBusinessOwnersFormStepCustomEvent<T> extends CustomEvent<T> {
686
+ detail: T;
687
+ target: HTMLJustifiBusinessOwnersFormStepElement;
688
+ }
689
+ export interface JustifiBusinessRepresentativeFormStepCustomEvent<T> extends CustomEvent<T> {
690
+ detail: T;
691
+ target: HTMLJustifiBusinessRepresentativeFormStepElement;
692
+ }
610
693
  export interface JustifiCardFormCustomEvent<T> extends CustomEvent<T> {
611
694
  detail: T;
612
695
  target: HTMLJustifiCardFormElement;
@@ -615,10 +698,18 @@ export interface JustifiCheckoutCoreCustomEvent<T> extends CustomEvent<T> {
615
698
  detail: T;
616
699
  target: HTMLJustifiCheckoutCoreElement;
617
700
  }
701
+ export interface JustifiLegalAddressFormStepCustomEvent<T> extends CustomEvent<T> {
702
+ detail: T;
703
+ target: HTMLJustifiLegalAddressFormStepElement;
704
+ }
618
705
  export interface JustifiNewPaymentMethodCustomEvent<T> extends CustomEvent<T> {
619
706
  detail: T;
620
707
  target: HTMLJustifiNewPaymentMethodElement;
621
708
  }
709
+ export interface JustifiOwnerFormCustomEvent<T> extends CustomEvent<T> {
710
+ detail: T;
711
+ target: HTMLJustifiOwnerFormElement;
712
+ }
622
713
  export interface JustifiPaymentFormCustomEvent<T> extends CustomEvent<T> {
623
714
  detail: T;
624
715
  target: HTMLJustifiPaymentFormElement;
@@ -818,6 +909,30 @@ declare global {
818
909
  prototype: HTMLJustifiAdditionalQuestionsElement;
819
910
  new (): HTMLJustifiAdditionalQuestionsElement;
820
911
  };
912
+ interface HTMLJustifiAdditionalQuestionsFormStepElementEventMap {
913
+ "submitted": BusinessFormSubmitEvent;
914
+ "formLoading": boolean;
915
+ "serverError": BusinessFormServerErrorEvent;
916
+ }
917
+ /**
918
+ * @exportedPart label: Label for inputs
919
+ * @exportedPart input: The input fields
920
+ * @exportedPart input-invalid: Invalid state for inputfs
921
+ */
922
+ interface HTMLJustifiAdditionalQuestionsFormStepElement extends Components.JustifiAdditionalQuestionsFormStep, HTMLStencilElement {
923
+ addEventListener<K extends keyof HTMLJustifiAdditionalQuestionsFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiAdditionalQuestionsFormStepElement, ev: JustifiAdditionalQuestionsFormStepCustomEvent<HTMLJustifiAdditionalQuestionsFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
924
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
925
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
926
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
927
+ removeEventListener<K extends keyof HTMLJustifiAdditionalQuestionsFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiAdditionalQuestionsFormStepElement, ev: JustifiAdditionalQuestionsFormStepCustomEvent<HTMLJustifiAdditionalQuestionsFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
928
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
929
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
930
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
931
+ }
932
+ var HTMLJustifiAdditionalQuestionsFormStepElement: {
933
+ prototype: HTMLJustifiAdditionalQuestionsFormStepElement;
934
+ new (): HTMLJustifiAdditionalQuestionsFormStepElement;
935
+ };
821
936
  interface HTMLJustifiBankAccountFormElementEventMap {
822
937
  "bankAccountFormReady": any;
823
938
  "ready": any;
@@ -855,6 +970,53 @@ declare global {
855
970
  prototype: HTMLJustifiBusinessAddressFormElement;
856
971
  new (): HTMLJustifiBusinessAddressFormElement;
857
972
  };
973
+ interface HTMLJustifiBusinessAddressFormStepElement extends Components.JustifiBusinessAddressFormStep, HTMLStencilElement {
974
+ }
975
+ var HTMLJustifiBusinessAddressFormStepElement: {
976
+ prototype: HTMLJustifiBusinessAddressFormStepElement;
977
+ new (): HTMLJustifiBusinessAddressFormStepElement;
978
+ };
979
+ /**
980
+ * The difference between this component and business-core-info-details
981
+ * is that this component is meant to be a form and send data
982
+ * and the other one is meant to be just read only.
983
+ * @exportedPart label: Label for inputs
984
+ * @exportedPart input: The input fields
985
+ * @exportedPart input-invalid: Invalid state for inputfs
986
+ */
987
+ interface HTMLJustifiBusinessCoreInfoElement extends Components.JustifiBusinessCoreInfo, HTMLStencilElement {
988
+ }
989
+ var HTMLJustifiBusinessCoreInfoElement: {
990
+ prototype: HTMLJustifiBusinessCoreInfoElement;
991
+ new (): HTMLJustifiBusinessCoreInfoElement;
992
+ };
993
+ interface HTMLJustifiBusinessCoreInfoFormStepElementEventMap {
994
+ "submitted": BusinessFormSubmitEvent;
995
+ "formLoading": boolean;
996
+ "serverError": BusinessFormServerErrorEvent;
997
+ }
998
+ /**
999
+ * The difference between this component and business-generic-info-details
1000
+ * is that this component is meant to be a form and send data
1001
+ * and the other one is meant to be just read only.
1002
+ * @exportedPart label: Label for inputs
1003
+ * @exportedPart input: The input fields
1004
+ * @exportedPart input-invalid: Invalid state for inputfs
1005
+ */
1006
+ interface HTMLJustifiBusinessCoreInfoFormStepElement extends Components.JustifiBusinessCoreInfoFormStep, HTMLStencilElement {
1007
+ addEventListener<K extends keyof HTMLJustifiBusinessCoreInfoFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessCoreInfoFormStepElement, ev: JustifiBusinessCoreInfoFormStepCustomEvent<HTMLJustifiBusinessCoreInfoFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1008
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1009
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1010
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1011
+ removeEventListener<K extends keyof HTMLJustifiBusinessCoreInfoFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessCoreInfoFormStepElement, ev: JustifiBusinessCoreInfoFormStepCustomEvent<HTMLJustifiBusinessCoreInfoFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1012
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1013
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1014
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1015
+ }
1016
+ var HTMLJustifiBusinessCoreInfoFormStepElement: {
1017
+ prototype: HTMLJustifiBusinessCoreInfoFormStepElement;
1018
+ new (): HTMLJustifiBusinessCoreInfoFormStepElement;
1019
+ };
858
1020
  /**
859
1021
  * @exportedPart detail-section
860
1022
  * @exportedPart detail-section-title
@@ -869,8 +1031,8 @@ declare global {
869
1031
  new (): HTMLJustifiBusinessDetailsElement;
870
1032
  };
871
1033
  interface HTMLJustifiBusinessFormElementEventMap {
872
- "clickEvent": { data?: any, name: string };
873
- "submitted": { data: any };
1034
+ "clickEvent": BusinessFormClickEvent;
1035
+ "submitted": BusinessFormSubmitEvent;
874
1036
  }
875
1037
  /**
876
1038
  * @exportedPart label: Label for inputs
@@ -892,8 +1054,7 @@ declare global {
892
1054
  new (): HTMLJustifiBusinessFormElement;
893
1055
  };
894
1056
  interface HTMLJustifiBusinessFormSteppedElementEventMap {
895
- "clickEvent": { data?: any, name: string };
896
- "submitted": { data: any };
1057
+ "clickEvent": BusinessFormClickEvent;
897
1058
  }
898
1059
  /**
899
1060
  * @exportedPart label: Label for inputs
@@ -914,20 +1075,6 @@ declare global {
914
1075
  prototype: HTMLJustifiBusinessFormSteppedElement;
915
1076
  new (): HTMLJustifiBusinessFormSteppedElement;
916
1077
  };
917
- /**
918
- * The difference between this component and business-generic-info-details
919
- * is that this component is meant to be a form and send data
920
- * and the other one is meant to be just read only.
921
- * @exportedPart label: Label for inputs
922
- * @exportedPart input: The input fields
923
- * @exportedPart input-invalid: Invalid state for inputfs
924
- */
925
- interface HTMLJustifiBusinessGenericInfoElement extends Components.JustifiBusinessGenericInfo, HTMLStencilElement {
926
- }
927
- var HTMLJustifiBusinessGenericInfoElement: {
928
- prototype: HTMLJustifiBusinessGenericInfoElement;
929
- new (): HTMLJustifiBusinessGenericInfoElement;
930
- };
931
1078
  /**
932
1079
  * @exportedPart table-head: Table head
933
1080
  * @exportedPart table-head-row: Head row
@@ -962,12 +1109,55 @@ declare global {
962
1109
  prototype: HTMLJustifiBusinessOwnersElement;
963
1110
  new (): HTMLJustifiBusinessOwnersElement;
964
1111
  };
1112
+ interface HTMLJustifiBusinessOwnersFormStepElementEventMap {
1113
+ "submitted": BusinessFormSubmitEvent;
1114
+ "formLoading": boolean;
1115
+ "serverError": BusinessFormServerErrorEvent;
1116
+ }
1117
+ /**
1118
+ * @exportedPart label: Label for inputs
1119
+ * @exportedPart input: The input fields
1120
+ * @exportedPart input-invalid: Invalid state for inputfs
1121
+ */
1122
+ interface HTMLJustifiBusinessOwnersFormStepElement extends Components.JustifiBusinessOwnersFormStep, HTMLStencilElement {
1123
+ addEventListener<K extends keyof HTMLJustifiBusinessOwnersFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessOwnersFormStepElement, ev: JustifiBusinessOwnersFormStepCustomEvent<HTMLJustifiBusinessOwnersFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1124
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1125
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1126
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1127
+ removeEventListener<K extends keyof HTMLJustifiBusinessOwnersFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessOwnersFormStepElement, ev: JustifiBusinessOwnersFormStepCustomEvent<HTMLJustifiBusinessOwnersFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1128
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1129
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1130
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1131
+ }
1132
+ var HTMLJustifiBusinessOwnersFormStepElement: {
1133
+ prototype: HTMLJustifiBusinessOwnersFormStepElement;
1134
+ new (): HTMLJustifiBusinessOwnersFormStepElement;
1135
+ };
965
1136
  interface HTMLJustifiBusinessRepresentativeElement extends Components.JustifiBusinessRepresentative, HTMLStencilElement {
966
1137
  }
967
1138
  var HTMLJustifiBusinessRepresentativeElement: {
968
1139
  prototype: HTMLJustifiBusinessRepresentativeElement;
969
1140
  new (): HTMLJustifiBusinessRepresentativeElement;
970
1141
  };
1142
+ interface HTMLJustifiBusinessRepresentativeFormStepElementEventMap {
1143
+ "submitted": BusinessFormSubmitEvent;
1144
+ "formLoading": boolean;
1145
+ "serverError": BusinessFormServerErrorEvent;
1146
+ }
1147
+ interface HTMLJustifiBusinessRepresentativeFormStepElement extends Components.JustifiBusinessRepresentativeFormStep, HTMLStencilElement {
1148
+ addEventListener<K extends keyof HTMLJustifiBusinessRepresentativeFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessRepresentativeFormStepElement, ev: JustifiBusinessRepresentativeFormStepCustomEvent<HTMLJustifiBusinessRepresentativeFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1149
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1150
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1151
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1152
+ removeEventListener<K extends keyof HTMLJustifiBusinessRepresentativeFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessRepresentativeFormStepElement, ev: JustifiBusinessRepresentativeFormStepCustomEvent<HTMLJustifiBusinessRepresentativeFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1153
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1154
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1155
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1156
+ }
1157
+ var HTMLJustifiBusinessRepresentativeFormStepElement: {
1158
+ prototype: HTMLJustifiBusinessRepresentativeFormStepElement;
1159
+ new (): HTMLJustifiBusinessRepresentativeFormStepElement;
1160
+ };
971
1161
  interface HTMLJustifiCardFormElementEventMap {
972
1162
  "cardFormReady": any;
973
1163
  "ready": any;
@@ -1034,6 +1224,30 @@ declare global {
1034
1224
  prototype: HTMLJustifiLegalAddressFormElement;
1035
1225
  new (): HTMLJustifiLegalAddressFormElement;
1036
1226
  };
1227
+ interface HTMLJustifiLegalAddressFormStepElementEventMap {
1228
+ "submitted": BusinessFormSubmitEvent;
1229
+ "formLoading": boolean;
1230
+ "serverError": BusinessFormServerErrorEvent;
1231
+ }
1232
+ /**
1233
+ * @exportedPart label: Label for inputs
1234
+ * @exportedPart input: The input fields
1235
+ * @exportedPart input-invalid: Invalid state for inputfs
1236
+ */
1237
+ interface HTMLJustifiLegalAddressFormStepElement extends Components.JustifiLegalAddressFormStep, HTMLStencilElement {
1238
+ addEventListener<K extends keyof HTMLJustifiLegalAddressFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiLegalAddressFormStepElement, ev: JustifiLegalAddressFormStepCustomEvent<HTMLJustifiLegalAddressFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1239
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1240
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1241
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1242
+ removeEventListener<K extends keyof HTMLJustifiLegalAddressFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiLegalAddressFormStepElement, ev: JustifiLegalAddressFormStepCustomEvent<HTMLJustifiLegalAddressFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1243
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1244
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1245
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1246
+ }
1247
+ var HTMLJustifiLegalAddressFormStepElement: {
1248
+ prototype: HTMLJustifiLegalAddressFormStepElement;
1249
+ new (): HTMLJustifiLegalAddressFormStepElement;
1250
+ };
1037
1251
  interface HTMLJustifiNewPaymentMethodElementEventMap {
1038
1252
  "paymentMethodOptionSelected": any;
1039
1253
  }
@@ -1051,6 +1265,25 @@ declare global {
1051
1265
  prototype: HTMLJustifiNewPaymentMethodElement;
1052
1266
  new (): HTMLJustifiNewPaymentMethodElement;
1053
1267
  };
1268
+ interface HTMLJustifiOwnerFormElementEventMap {
1269
+ "submitted": OwnerFormSubmitEvent;
1270
+ "formLoading": boolean;
1271
+ "serverError": OwnerFormServerErrorEvent;
1272
+ }
1273
+ interface HTMLJustifiOwnerFormElement extends Components.JustifiOwnerForm, HTMLStencilElement {
1274
+ addEventListener<K extends keyof HTMLJustifiOwnerFormElementEventMap>(type: K, listener: (this: HTMLJustifiOwnerFormElement, ev: JustifiOwnerFormCustomEvent<HTMLJustifiOwnerFormElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1275
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1276
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1277
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1278
+ removeEventListener<K extends keyof HTMLJustifiOwnerFormElementEventMap>(type: K, listener: (this: HTMLJustifiOwnerFormElement, ev: JustifiOwnerFormCustomEvent<HTMLJustifiOwnerFormElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1279
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1280
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1281
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1282
+ }
1283
+ var HTMLJustifiOwnerFormElement: {
1284
+ prototype: HTMLJustifiOwnerFormElement;
1285
+ new (): HTMLJustifiOwnerFormElement;
1286
+ };
1054
1287
  interface HTMLJustifiPaymentBalanceTransactionsElement extends Components.JustifiPaymentBalanceTransactions, HTMLStencilElement {
1055
1288
  }
1056
1289
  var HTMLJustifiPaymentBalanceTransactionsElement: {
@@ -1470,23 +1703,30 @@ declare global {
1470
1703
  "generic-info-details": HTMLGenericInfoDetailsElement;
1471
1704
  "gross-payment-chart-core": HTMLGrossPaymentChartCoreElement;
1472
1705
  "justifi-additional-questions": HTMLJustifiAdditionalQuestionsElement;
1706
+ "justifi-additional-questions-form-step": HTMLJustifiAdditionalQuestionsFormStepElement;
1473
1707
  "justifi-bank-account-form": HTMLJustifiBankAccountFormElement;
1474
1708
  "justifi-billing-form": HTMLJustifiBillingFormElement;
1475
1709
  "justifi-business-address-form": HTMLJustifiBusinessAddressFormElement;
1710
+ "justifi-business-address-form-step": HTMLJustifiBusinessAddressFormStepElement;
1711
+ "justifi-business-core-info": HTMLJustifiBusinessCoreInfoElement;
1712
+ "justifi-business-core-info-form-step": HTMLJustifiBusinessCoreInfoFormStepElement;
1476
1713
  "justifi-business-details": HTMLJustifiBusinessDetailsElement;
1477
1714
  "justifi-business-form": HTMLJustifiBusinessFormElement;
1478
1715
  "justifi-business-form-stepped": HTMLJustifiBusinessFormSteppedElement;
1479
- "justifi-business-generic-info": HTMLJustifiBusinessGenericInfoElement;
1480
1716
  "justifi-business-list": HTMLJustifiBusinessListElement;
1481
1717
  "justifi-business-owners": HTMLJustifiBusinessOwnersElement;
1718
+ "justifi-business-owners-form-step": HTMLJustifiBusinessOwnersFormStepElement;
1482
1719
  "justifi-business-representative": HTMLJustifiBusinessRepresentativeElement;
1720
+ "justifi-business-representative-form-step": HTMLJustifiBusinessRepresentativeFormStepElement;
1483
1721
  "justifi-card-form": HTMLJustifiCardFormElement;
1484
1722
  "justifi-checkout": HTMLJustifiCheckoutElement;
1485
1723
  "justifi-checkout-core": HTMLJustifiCheckoutCoreElement;
1486
1724
  "justifi-details": HTMLJustifiDetailsElement;
1487
1725
  "justifi-gross-payment-chart": HTMLJustifiGrossPaymentChartElement;
1488
1726
  "justifi-legal-address-form": HTMLJustifiLegalAddressFormElement;
1727
+ "justifi-legal-address-form-step": HTMLJustifiLegalAddressFormStepElement;
1489
1728
  "justifi-new-payment-method": HTMLJustifiNewPaymentMethodElement;
1729
+ "justifi-owner-form": HTMLJustifiOwnerFormElement;
1490
1730
  "justifi-payment-balance-transactions": HTMLJustifiPaymentBalanceTransactionsElement;
1491
1731
  "justifi-payment-details": HTMLJustifiPaymentDetailsElement;
1492
1732
  "justifi-payment-form": HTMLJustifiPaymentFormElement;
@@ -1610,6 +1850,18 @@ declare namespace LocalJSX {
1610
1850
  interface JustifiAdditionalQuestions {
1611
1851
  "formController"?: FormController;
1612
1852
  }
1853
+ /**
1854
+ * @exportedPart label: Label for inputs
1855
+ * @exportedPart input: The input fields
1856
+ * @exportedPart input-invalid: Invalid state for inputfs
1857
+ */
1858
+ interface JustifiAdditionalQuestionsFormStep {
1859
+ "authToken"?: string;
1860
+ "businessId"?: string;
1861
+ "onFormLoading"?: (event: JustifiAdditionalQuestionsFormStepCustomEvent<boolean>) => void;
1862
+ "onServerError"?: (event: JustifiAdditionalQuestionsFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
1863
+ "onSubmitted"?: (event: JustifiAdditionalQuestionsFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
1864
+ }
1613
1865
  interface JustifiBankAccountForm {
1614
1866
  /**
1615
1867
  * URL for the rendered iFrame. End-users need not use this.
@@ -1654,7 +1906,38 @@ declare namespace LocalJSX {
1654
1906
  interface JustifiBusinessAddressForm {
1655
1907
  "defaultValues"?: any;
1656
1908
  "errors"?: any;
1657
- "onFormUpdate"?: (values: any) => void;
1909
+ "handleFormUpdate"?: (values: any) => void;
1910
+ }
1911
+ interface JustifiBusinessAddressFormStep {
1912
+ "defaultValues"?: any;
1913
+ "errors"?: any;
1914
+ "handleFormUpdate"?: (values: any) => void;
1915
+ }
1916
+ /**
1917
+ * The difference between this component and business-core-info-details
1918
+ * is that this component is meant to be a form and send data
1919
+ * and the other one is meant to be just read only.
1920
+ * @exportedPart label: Label for inputs
1921
+ * @exportedPart input: The input fields
1922
+ * @exportedPart input-invalid: Invalid state for inputfs
1923
+ */
1924
+ interface JustifiBusinessCoreInfo {
1925
+ "formController"?: FormController;
1926
+ }
1927
+ /**
1928
+ * The difference between this component and business-generic-info-details
1929
+ * is that this component is meant to be a form and send data
1930
+ * and the other one is meant to be just read only.
1931
+ * @exportedPart label: Label for inputs
1932
+ * @exportedPart input: The input fields
1933
+ * @exportedPart input-invalid: Invalid state for inputfs
1934
+ */
1935
+ interface JustifiBusinessCoreInfoFormStep {
1936
+ "authToken"?: string;
1937
+ "businessId"?: string;
1938
+ "onFormLoading"?: (event: JustifiBusinessCoreInfoFormStepCustomEvent<boolean>) => void;
1939
+ "onServerError"?: (event: JustifiBusinessCoreInfoFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
1940
+ "onSubmitted"?: (event: JustifiBusinessCoreInfoFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
1658
1941
  }
1659
1942
  /**
1660
1943
  * @exportedPart detail-section
@@ -1676,8 +1959,8 @@ declare namespace LocalJSX {
1676
1959
  "authToken"?: string;
1677
1960
  "businessId"?: string;
1678
1961
  "hideErrors"?: boolean;
1679
- "onClickEvent"?: (event: JustifiBusinessFormCustomEvent<{ data?: any, name: string }>) => void;
1680
- "onSubmitted"?: (event: JustifiBusinessFormCustomEvent<{ data: any }>) => void;
1962
+ "onClickEvent"?: (event: JustifiBusinessFormCustomEvent<BusinessFormClickEvent>) => void;
1963
+ "onSubmitted"?: (event: JustifiBusinessFormCustomEvent<BusinessFormSubmitEvent>) => void;
1681
1964
  }
1682
1965
  /**
1683
1966
  * @exportedPart label: Label for inputs
@@ -1688,21 +1971,9 @@ declare namespace LocalJSX {
1688
1971
  "authToken"?: string;
1689
1972
  "businessId"?: string;
1690
1973
  "hideErrors"?: boolean;
1691
- "onClickEvent"?: (event: JustifiBusinessFormSteppedCustomEvent<{ data?: any, name: string }>) => void;
1692
- "onSubmitted"?: (event: JustifiBusinessFormSteppedCustomEvent<{ data: any }>) => void;
1974
+ "onClickEvent"?: (event: JustifiBusinessFormSteppedCustomEvent<BusinessFormClickEvent>) => void;
1693
1975
  "testMode"?: boolean;
1694
1976
  }
1695
- /**
1696
- * The difference between this component and business-generic-info-details
1697
- * is that this component is meant to be a form and send data
1698
- * and the other one is meant to be just read only.
1699
- * @exportedPart label: Label for inputs
1700
- * @exportedPart input: The input fields
1701
- * @exportedPart input-invalid: Invalid state for inputfs
1702
- */
1703
- interface JustifiBusinessGenericInfo {
1704
- "formController"?: FormController;
1705
- }
1706
1977
  /**
1707
1978
  * @exportedPart table-head: Table head
1708
1979
  * @exportedPart table-head-row: Head row
@@ -1743,9 +2014,28 @@ declare namespace LocalJSX {
1743
2014
  interface JustifiBusinessOwners {
1744
2015
  "formController"?: FormController;
1745
2016
  }
2017
+ /**
2018
+ * @exportedPart label: Label for inputs
2019
+ * @exportedPart input: The input fields
2020
+ * @exportedPart input-invalid: Invalid state for inputfs
2021
+ */
2022
+ interface JustifiBusinessOwnersFormStep {
2023
+ "authToken"?: string;
2024
+ "businessId"?: string;
2025
+ "onFormLoading"?: (event: JustifiBusinessOwnersFormStepCustomEvent<boolean>) => void;
2026
+ "onServerError"?: (event: JustifiBusinessOwnersFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
2027
+ "onSubmitted"?: (event: JustifiBusinessOwnersFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
2028
+ }
1746
2029
  interface JustifiBusinessRepresentative {
1747
2030
  "formController"?: FormController;
1748
2031
  }
2032
+ interface JustifiBusinessRepresentativeFormStep {
2033
+ "authToken"?: string;
2034
+ "businessId"?: string;
2035
+ "onFormLoading"?: (event: JustifiBusinessRepresentativeFormStepCustomEvent<boolean>) => void;
2036
+ "onServerError"?: (event: JustifiBusinessRepresentativeFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
2037
+ "onSubmitted"?: (event: JustifiBusinessRepresentativeFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
2038
+ }
1749
2039
  interface JustifiCardForm {
1750
2040
  /**
1751
2041
  * URL for the rendered iFrame. End-users need not use this.
@@ -1811,6 +2101,18 @@ declare namespace LocalJSX {
1811
2101
  interface JustifiLegalAddressForm {
1812
2102
  "formController"?: FormController;
1813
2103
  }
2104
+ /**
2105
+ * @exportedPart label: Label for inputs
2106
+ * @exportedPart input: The input fields
2107
+ * @exportedPart input-invalid: Invalid state for inputfs
2108
+ */
2109
+ interface JustifiLegalAddressFormStep {
2110
+ "authToken"?: string;
2111
+ "businessId"?: string;
2112
+ "onFormLoading"?: (event: JustifiLegalAddressFormStepCustomEvent<boolean>) => void;
2113
+ "onServerError"?: (event: JustifiLegalAddressFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
2114
+ "onSubmitted"?: (event: JustifiLegalAddressFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
2115
+ }
1814
2116
  interface JustifiNewPaymentMethod {
1815
2117
  "accountId"?: string;
1816
2118
  "clientId"?: string;
@@ -1819,6 +2121,17 @@ declare namespace LocalJSX {
1819
2121
  "onPaymentMethodOptionSelected"?: (event: JustifiNewPaymentMethodCustomEvent<any>) => void;
1820
2122
  "paymentMethodOption"?: PaymentMethodOption;
1821
2123
  }
2124
+ interface JustifiOwnerForm {
2125
+ "authToken"?: string;
2126
+ "businessId"?: string;
2127
+ "newFormOpen"?: boolean;
2128
+ "onFormLoading"?: (event: JustifiOwnerFormCustomEvent<boolean>) => void;
2129
+ "onServerError"?: (event: JustifiOwnerFormCustomEvent<OwnerFormServerErrorEvent>) => void;
2130
+ "onSubmitted"?: (event: JustifiOwnerFormCustomEvent<OwnerFormSubmitEvent>) => void;
2131
+ "ownerId"?: string;
2132
+ "ownersLength"?: number;
2133
+ "removeOwner"?: (id: string) => void;
2134
+ }
1822
2135
  interface JustifiPaymentBalanceTransactions {
1823
2136
  "accountId"?: string;
1824
2137
  "authToken"?: string;
@@ -2097,23 +2410,30 @@ declare namespace LocalJSX {
2097
2410
  "generic-info-details": GenericInfoDetails;
2098
2411
  "gross-payment-chart-core": GrossPaymentChartCore;
2099
2412
  "justifi-additional-questions": JustifiAdditionalQuestions;
2413
+ "justifi-additional-questions-form-step": JustifiAdditionalQuestionsFormStep;
2100
2414
  "justifi-bank-account-form": JustifiBankAccountForm;
2101
2415
  "justifi-billing-form": JustifiBillingForm;
2102
2416
  "justifi-business-address-form": JustifiBusinessAddressForm;
2417
+ "justifi-business-address-form-step": JustifiBusinessAddressFormStep;
2418
+ "justifi-business-core-info": JustifiBusinessCoreInfo;
2419
+ "justifi-business-core-info-form-step": JustifiBusinessCoreInfoFormStep;
2103
2420
  "justifi-business-details": JustifiBusinessDetails;
2104
2421
  "justifi-business-form": JustifiBusinessForm;
2105
2422
  "justifi-business-form-stepped": JustifiBusinessFormStepped;
2106
- "justifi-business-generic-info": JustifiBusinessGenericInfo;
2107
2423
  "justifi-business-list": JustifiBusinessList;
2108
2424
  "justifi-business-owners": JustifiBusinessOwners;
2425
+ "justifi-business-owners-form-step": JustifiBusinessOwnersFormStep;
2109
2426
  "justifi-business-representative": JustifiBusinessRepresentative;
2427
+ "justifi-business-representative-form-step": JustifiBusinessRepresentativeFormStep;
2110
2428
  "justifi-card-form": JustifiCardForm;
2111
2429
  "justifi-checkout": JustifiCheckout;
2112
2430
  "justifi-checkout-core": JustifiCheckoutCore;
2113
2431
  "justifi-details": JustifiDetails;
2114
2432
  "justifi-gross-payment-chart": JustifiGrossPaymentChart;
2115
2433
  "justifi-legal-address-form": JustifiLegalAddressForm;
2434
+ "justifi-legal-address-form-step": JustifiLegalAddressFormStep;
2116
2435
  "justifi-new-payment-method": JustifiNewPaymentMethod;
2436
+ "justifi-owner-form": JustifiOwnerForm;
2117
2437
  "justifi-payment-balance-transactions": JustifiPaymentBalanceTransactions;
2118
2438
  "justifi-payment-details": JustifiPaymentDetails;
2119
2439
  "justifi-payment-form": JustifiPaymentForm;
@@ -2174,6 +2494,12 @@ declare module "@stencil/core" {
2174
2494
  * @exportedPart input-invalid: Invalid state for inputfs
2175
2495
  */
2176
2496
  "justifi-additional-questions": LocalJSX.JustifiAdditionalQuestions & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsElement>;
2497
+ /**
2498
+ * @exportedPart label: Label for inputs
2499
+ * @exportedPart input: The input fields
2500
+ * @exportedPart input-invalid: Invalid state for inputfs
2501
+ */
2502
+ "justifi-additional-questions-form-step": LocalJSX.JustifiAdditionalQuestionsFormStep & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsFormStepElement>;
2177
2503
  "justifi-bank-account-form": LocalJSX.JustifiBankAccountForm & JSXBase.HTMLAttributes<HTMLJustifiBankAccountFormElement>;
2178
2504
  /**
2179
2505
  * @exportedPart label: Label for inputs
@@ -2182,6 +2508,25 @@ declare module "@stencil/core" {
2182
2508
  */
2183
2509
  "justifi-billing-form": LocalJSX.JustifiBillingForm & JSXBase.HTMLAttributes<HTMLJustifiBillingFormElement>;
2184
2510
  "justifi-business-address-form": LocalJSX.JustifiBusinessAddressForm & JSXBase.HTMLAttributes<HTMLJustifiBusinessAddressFormElement>;
2511
+ "justifi-business-address-form-step": LocalJSX.JustifiBusinessAddressFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessAddressFormStepElement>;
2512
+ /**
2513
+ * The difference between this component and business-core-info-details
2514
+ * is that this component is meant to be a form and send data
2515
+ * and the other one is meant to be just read only.
2516
+ * @exportedPart label: Label for inputs
2517
+ * @exportedPart input: The input fields
2518
+ * @exportedPart input-invalid: Invalid state for inputfs
2519
+ */
2520
+ "justifi-business-core-info": LocalJSX.JustifiBusinessCoreInfo & JSXBase.HTMLAttributes<HTMLJustifiBusinessCoreInfoElement>;
2521
+ /**
2522
+ * The difference between this component and business-generic-info-details
2523
+ * is that this component is meant to be a form and send data
2524
+ * and the other one is meant to be just read only.
2525
+ * @exportedPart label: Label for inputs
2526
+ * @exportedPart input: The input fields
2527
+ * @exportedPart input-invalid: Invalid state for inputfs
2528
+ */
2529
+ "justifi-business-core-info-form-step": LocalJSX.JustifiBusinessCoreInfoFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessCoreInfoFormStepElement>;
2185
2530
  /**
2186
2531
  * @exportedPart detail-section
2187
2532
  * @exportedPart detail-section-title
@@ -2202,15 +2547,6 @@ declare module "@stencil/core" {
2202
2547
  * @exportedPart input-invalid: Invalid state for inputfs
2203
2548
  */
2204
2549
  "justifi-business-form-stepped": LocalJSX.JustifiBusinessFormStepped & JSXBase.HTMLAttributes<HTMLJustifiBusinessFormSteppedElement>;
2205
- /**
2206
- * The difference between this component and business-generic-info-details
2207
- * is that this component is meant to be a form and send data
2208
- * and the other one is meant to be just read only.
2209
- * @exportedPart label: Label for inputs
2210
- * @exportedPart input: The input fields
2211
- * @exportedPart input-invalid: Invalid state for inputfs
2212
- */
2213
- "justifi-business-generic-info": LocalJSX.JustifiBusinessGenericInfo & JSXBase.HTMLAttributes<HTMLJustifiBusinessGenericInfoElement>;
2214
2550
  /**
2215
2551
  * @exportedPart table-head: Table head
2216
2552
  * @exportedPart table-head-row: Head row
@@ -2235,7 +2571,14 @@ declare module "@stencil/core" {
2235
2571
  * @exportedPart input-invalid: Invalid state for inputfs
2236
2572
  */
2237
2573
  "justifi-business-owners": LocalJSX.JustifiBusinessOwners & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersElement>;
2574
+ /**
2575
+ * @exportedPart label: Label for inputs
2576
+ * @exportedPart input: The input fields
2577
+ * @exportedPart input-invalid: Invalid state for inputfs
2578
+ */
2579
+ "justifi-business-owners-form-step": LocalJSX.JustifiBusinessOwnersFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersFormStepElement>;
2238
2580
  "justifi-business-representative": LocalJSX.JustifiBusinessRepresentative & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeElement>;
2581
+ "justifi-business-representative-form-step": LocalJSX.JustifiBusinessRepresentativeFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeFormStepElement>;
2239
2582
  "justifi-card-form": LocalJSX.JustifiCardForm & JSXBase.HTMLAttributes<HTMLJustifiCardFormElement>;
2240
2583
  "justifi-checkout": LocalJSX.JustifiCheckout & JSXBase.HTMLAttributes<HTMLJustifiCheckoutElement>;
2241
2584
  "justifi-checkout-core": LocalJSX.JustifiCheckoutCore & JSXBase.HTMLAttributes<HTMLJustifiCheckoutCoreElement>;
@@ -2247,7 +2590,14 @@ declare module "@stencil/core" {
2247
2590
  * @exportedPart input-invalid: Invalid state for inputfs
2248
2591
  */
2249
2592
  "justifi-legal-address-form": LocalJSX.JustifiLegalAddressForm & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormElement>;
2593
+ /**
2594
+ * @exportedPart label: Label for inputs
2595
+ * @exportedPart input: The input fields
2596
+ * @exportedPart input-invalid: Invalid state for inputfs
2597
+ */
2598
+ "justifi-legal-address-form-step": LocalJSX.JustifiLegalAddressFormStep & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormStepElement>;
2250
2599
  "justifi-new-payment-method": LocalJSX.JustifiNewPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiNewPaymentMethodElement>;
2600
+ "justifi-owner-form": LocalJSX.JustifiOwnerForm & JSXBase.HTMLAttributes<HTMLJustifiOwnerFormElement>;
2251
2601
  "justifi-payment-balance-transactions": LocalJSX.JustifiPaymentBalanceTransactions & JSXBase.HTMLAttributes<HTMLJustifiPaymentBalanceTransactionsElement>;
2252
2602
  /**
2253
2603
  * @exportedPart detail-loading-spinner