@justifi/webcomponents 4.6.3 → 4.7.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 (647) hide show
  1. package/dist/cjs/{Api-9356c444.js → Api-548eaa62.js} +3 -17
  2. package/dist/cjs/Api-548eaa62.js.map +1 -0
  3. package/dist/cjs/Pagination-cae1dcbd.js +15 -0
  4. package/dist/cjs/Pagination-cae1dcbd.js.map +1 -0
  5. package/dist/cjs/{Payout-4906a445.js → Payout-68a99ee3.js} +22 -1
  6. package/dist/cjs/Payout-68a99ee3.js.map +1 -0
  7. package/dist/cjs/SubAccount-5d77adbf.js +109 -0
  8. package/dist/cjs/SubAccount-5d77adbf.js.map +1 -0
  9. package/dist/cjs/additional-questions-details_5.cjs.entry.js +84 -0
  10. package/dist/cjs/additional-questions-details_5.cjs.entry.js.map +1 -0
  11. package/dist/cjs/{business-form-schema-725ec6f5.js → business-form-schema-fe831c30.js} +2 -2
  12. package/dist/cjs/business-form-schema-fe831c30.js.map +1 -0
  13. package/dist/cjs/form-1e732a9d.js +731 -0
  14. package/dist/cjs/form-1e732a9d.js.map +1 -0
  15. package/dist/cjs/form-control-datepart_2.cjs.entry.js +44 -20
  16. package/dist/cjs/form-control-datepart_2.cjs.entry.js.map +1 -1
  17. package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
  18. package/dist/cjs/form-control-number_3.cjs.entry.js +17 -32
  19. package/dist/cjs/form-control-number_3.cjs.entry.js.map +1 -1
  20. package/dist/cjs/helpers-c505d861.js +28 -0
  21. package/dist/cjs/helpers-c505d861.js.map +1 -0
  22. package/dist/cjs/{index-3533152c.js → index-ce7d512e.js} +5 -1
  23. package/dist/cjs/index-ce7d512e.js.map +1 -0
  24. package/dist/cjs/{index.esm-84a0a7a8.js → index.esm-91ec051e.js} +123 -1
  25. package/dist/cjs/index.esm-91ec051e.js.map +1 -0
  26. package/dist/cjs/{justifi-additional-questions_5.cjs.entry.js → justifi-additional-questions_6.cjs.entry.js} +41 -16
  27. package/dist/cjs/justifi-additional-questions_6.cjs.entry.js.map +1 -0
  28. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
  29. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +2 -2
  30. package/dist/cjs/justifi-business-details.cjs.entry.js +76 -0
  31. package/dist/cjs/justifi-business-details.cjs.entry.js.map +1 -0
  32. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +130 -0
  33. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js.map +1 -0
  34. package/dist/cjs/justifi-business-form.cjs.entry.js +12 -756
  35. package/dist/cjs/justifi-business-form.cjs.entry.js.map +1 -1
  36. package/dist/cjs/justifi-business-list.cjs.entry.js +36 -67
  37. package/dist/cjs/justifi-business-list.cjs.entry.js.map +1 -1
  38. package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
  39. package/dist/cjs/justifi-details.cjs.entry.js +4 -8
  40. package/dist/cjs/justifi-details.cjs.entry.js.map +1 -1
  41. package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +88 -0
  42. package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js.map +1 -0
  43. package/dist/cjs/justifi-payment-details.cjs.entry.js +8 -9
  44. package/dist/cjs/justifi-payment-details.cjs.entry.js.map +1 -1
  45. package/dist/cjs/justifi-payment-form.cjs.entry.js +4 -3
  46. package/dist/cjs/justifi-payment-form.cjs.entry.js.map +1 -1
  47. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +6 -6
  48. package/dist/cjs/justifi-payment-method-form.cjs.entry.js.map +1 -1
  49. package/dist/cjs/justifi-payments-list.cjs.entry.js +22 -17
  50. package/dist/cjs/justifi-payments-list.cjs.entry.js.map +1 -1
  51. package/dist/cjs/justifi-payout-details.cjs.entry.js +8 -7
  52. package/dist/cjs/justifi-payout-details.cjs.entry.js.map +1 -1
  53. package/dist/cjs/justifi-payouts-list.cjs.entry.js +23 -18
  54. package/dist/cjs/justifi-payouts-list.cjs.entry.js.map +1 -1
  55. package/dist/cjs/justifi-proceeds-list.cjs.entry.js +23 -18
  56. package/dist/cjs/justifi-proceeds-list.cjs.entry.js.map +1 -1
  57. package/dist/cjs/justifi-refund-form.cjs.entry.js +104 -0
  58. package/dist/cjs/justifi-refund-form.cjs.entry.js.map +1 -0
  59. package/dist/cjs/justifi-subaccount-details.cjs.entry.js +81 -0
  60. package/dist/cjs/justifi-subaccount-details.cjs.entry.js.map +1 -0
  61. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +104 -0
  62. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js.map +1 -0
  63. package/dist/cjs/justifi-table_2.cjs.entry.js +80 -0
  64. package/dist/cjs/justifi-table_2.cjs.entry.js.map +1 -0
  65. package/dist/cjs/loader.cjs.js +2 -2
  66. package/dist/cjs/select-input_2.cjs.entry.js +1 -1
  67. package/dist/cjs/subaccount-account-details_4.cjs.entry.js +72 -0
  68. package/dist/cjs/subaccount-account-details_4.cjs.entry.js.map +1 -0
  69. package/dist/cjs/subaccount-bank-details.cjs.entry.js +24 -0
  70. package/dist/cjs/subaccount-bank-details.cjs.entry.js.map +1 -0
  71. package/dist/cjs/subaccount-terms-details.cjs.entry.js +24 -0
  72. package/dist/cjs/subaccount-terms-details.cjs.entry.js.map +1 -0
  73. package/dist/cjs/utils-aaa6ab8b.js +37 -0
  74. package/dist/cjs/utils-aaa6ab8b.js.map +1 -0
  75. package/dist/cjs/{utils-0fd61dbd.js → utils-d9cbe26f.js} +91 -18
  76. package/dist/cjs/utils-d9cbe26f.js.map +1 -0
  77. package/dist/cjs/webcomponents.cjs.js +2 -2
  78. package/dist/collection/api/Api.js +2 -16
  79. package/dist/collection/api/Api.js.map +1 -1
  80. package/dist/collection/api/Business.js +0 -2
  81. package/dist/collection/api/Business.js.map +1 -1
  82. package/dist/collection/api/Pagination.js +8 -8
  83. package/dist/collection/api/Pagination.js.map +1 -1
  84. package/dist/collection/api/Payment.js +20 -0
  85. package/dist/collection/api/Payment.js.map +1 -1
  86. package/dist/collection/api/SubAccount.js +104 -0
  87. package/dist/collection/api/SubAccount.js.map +1 -0
  88. package/dist/collection/api/mockData/MockOnboardingData.js +118 -0
  89. package/dist/collection/api/mockData/MockOnboardingData.js.map +1 -0
  90. package/dist/collection/api/mockData/MockSubAccount.js +103 -0
  91. package/dist/collection/api/mockData/MockSubAccount.js.map +1 -0
  92. package/dist/collection/assets/info-icon.svg +5 -0
  93. package/dist/collection/collection-manifest.json +19 -1
  94. package/dist/collection/components/bank-account-form/bank-account-form.stories.js +1 -9
  95. package/dist/collection/components/bank-account-form/bank-account-form.stories.js.map +1 -1
  96. package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.css +7341 -0
  97. package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +57 -0
  98. package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js.map +1 -0
  99. package/dist/collection/components/business-details/business-details.css +6439 -0
  100. package/dist/collection/components/business-details/business-details.js +127 -0
  101. package/dist/collection/components/business-details/business-details.js.map +1 -0
  102. package/dist/collection/components/business-details/business-details.stories.js +23 -0
  103. package/dist/collection/components/business-details/business-details.stories.js.map +1 -0
  104. package/dist/collection/components/business-details/generic-info-details/generic-info-details.css +7341 -0
  105. package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +50 -0
  106. package/dist/collection/components/business-details/generic-info-details/generic-info-details.js.map +1 -0
  107. package/dist/collection/components/business-details/legal-address-details/legal-address-details.css +7341 -0
  108. package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +49 -0
  109. package/dist/collection/components/business-details/legal-address-details/legal-address-details.js.map +1 -0
  110. package/dist/collection/components/business-details/owner-details/owner-details.css +7341 -0
  111. package/dist/collection/components/business-details/owner-details/owner-details.js +57 -0
  112. package/dist/collection/components/business-details/owner-details/owner-details.js.map +1 -0
  113. package/dist/collection/components/business-details/representative-details/representative-details.css +7341 -0
  114. package/dist/collection/components/business-details/representative-details/representative-details.js +58 -0
  115. package/dist/collection/components/business-details/representative-details/representative-details.js.map +1 -0
  116. package/dist/collection/components/business-form/additional-questions/additional-questions.js +1 -1
  117. package/dist/collection/components/business-form/additional-questions/additional-questions.js.map +1 -1
  118. package/dist/collection/components/business-form/business-form-schema.js +1 -1
  119. package/dist/collection/components/business-form/business-form-schema.js.map +1 -1
  120. package/dist/collection/components/business-form/business-form-stepped.css +7929 -0
  121. package/dist/collection/components/business-form/business-form-stepped.js +194 -0
  122. package/dist/collection/components/business-form/business-form-stepped.js.map +1 -0
  123. package/dist/collection/components/business-form/business-form-stepped.stories.js +131 -0
  124. package/dist/collection/components/business-form/business-form-stepped.stories.js.map +1 -0
  125. package/dist/collection/components/business-form/business-form.js +4 -24
  126. package/dist/collection/components/business-form/business-form.js.map +1 -1
  127. package/dist/collection/components/business-form/business-form.stories.js +20 -8
  128. package/dist/collection/components/business-form/business-form.stories.js.map +1 -1
  129. package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +7 -5
  130. package/dist/collection/components/business-form/business-generic-info/business-generic-info.js.map +1 -1
  131. package/dist/collection/components/business-form/business-owners/business-owners.js +4 -5
  132. package/dist/collection/components/business-form/business-owners/business-owners.js.map +1 -1
  133. package/dist/collection/components/business-form/business-representative/business-representative-schema.js.map +1 -1
  134. package/dist/collection/components/business-form/business-representative/business-representative.js +1 -1
  135. package/dist/collection/components/business-form/business-representative/business-representative.js.map +1 -1
  136. package/dist/collection/components/business-form/helpers.js +23 -0
  137. package/dist/collection/components/business-form/helpers.js.map +1 -0
  138. package/dist/collection/components/business-form/legal-address-form/legal-address-form-schema.js.map +1 -0
  139. package/dist/collection/components/{legal-address-form → business-form/legal-address-form}/legal-address-form.js +3 -21
  140. package/dist/collection/components/business-form/legal-address-form/legal-address-form.js.map +1 -0
  141. package/dist/collection/components/business-list/business-list.js +70 -84
  142. package/dist/collection/components/business-list/business-list.js.map +1 -1
  143. package/dist/collection/components/business-list/business-list.stories.js +2 -2
  144. package/dist/collection/components/business-list/business-list.stories.js.map +1 -1
  145. package/dist/collection/components/card-form/card-form.stories.js +1 -9
  146. package/dist/collection/components/card-form/card-form.stories.js.map +1 -1
  147. package/dist/collection/components/details/details.js +2 -21
  148. package/dist/collection/components/details/details.js.map +1 -1
  149. package/dist/collection/components/details/utils.js +7 -8
  150. package/dist/collection/components/details/utils.js.map +1 -1
  151. package/dist/collection/components/form/form-control-number-masked.js +1 -1
  152. package/dist/collection/components/form/form-control-number-masked.js.map +1 -1
  153. package/dist/collection/components/form/form.js +4 -4
  154. package/dist/collection/components/form/form.js.map +1 -1
  155. package/dist/collection/components/pagination-menu/pagination-menu.js +78 -0
  156. package/dist/collection/components/pagination-menu/pagination-menu.js.map +1 -0
  157. package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.css +0 -0
  158. package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js +153 -0
  159. package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js.map +1 -0
  160. package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.stories.js +32 -0
  161. package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.stories.js.map +1 -0
  162. package/dist/collection/components/payment-details/payment-details.js +11 -6
  163. package/dist/collection/components/payment-details/payment-details.js.map +1 -1
  164. package/dist/collection/components/payment-details/payment-details.stories.js +3 -4
  165. package/dist/collection/components/payment-details/payment-details.stories.js.map +1 -1
  166. package/dist/collection/components/payment-form/payment-form.stories.js +2 -11
  167. package/dist/collection/components/payment-form/payment-form.stories.js.map +1 -1
  168. package/dist/collection/components/payment-method-form/payment-method-form.js +6 -6
  169. package/dist/collection/components/payment-method-form/payment-method-form.js.map +1 -1
  170. package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js +14 -14
  171. package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js.map +1 -1
  172. package/dist/collection/components/payments-list/payments-list.js +20 -13
  173. package/dist/collection/components/payments-list/payments-list.js.map +1 -1
  174. package/dist/collection/components/payments-list/payments-list.stories.js +3 -4
  175. package/dist/collection/components/payments-list/payments-list.stories.js.map +1 -1
  176. package/dist/collection/components/payout-details/payout-details.js +11 -3
  177. package/dist/collection/components/payout-details/payout-details.js.map +1 -1
  178. package/dist/collection/components/payout-details/payout-details.stories.js +3 -4
  179. package/dist/collection/components/payout-details/payout-details.stories.js.map +1 -1
  180. package/dist/collection/components/payouts-list/payouts-list.js +21 -14
  181. package/dist/collection/components/payouts-list/payouts-list.js.map +1 -1
  182. package/dist/collection/components/payouts-list/payouts-list.stories.js +3 -4
  183. package/dist/collection/components/payouts-list/payouts-list.stories.js.map +1 -1
  184. package/dist/collection/components/proceeds-list/proceeds-list.js +21 -14
  185. package/dist/collection/components/proceeds-list/proceeds-list.js.map +1 -1
  186. package/dist/collection/components/proceeds-list/proceeds-list.stories.js +2 -2
  187. package/dist/collection/components/proceeds-list/proceeds-list.stories.js.map +1 -1
  188. package/dist/collection/components/refund-form/refund-form-schema.js +14 -0
  189. package/dist/collection/components/refund-form/refund-form-schema.js.map +1 -0
  190. package/dist/collection/components/refund-form/refund-form.css +7785 -0
  191. package/dist/collection/components/refund-form/refund-form.js +228 -0
  192. package/dist/collection/components/refund-form/refund-form.js.map +1 -0
  193. package/dist/collection/components/refund-form/refund-form.stories.js +169 -0
  194. package/dist/collection/components/refund-form/refund-form.stories.js.map +1 -0
  195. package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.css +7345 -0
  196. package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +71 -0
  197. package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js.map +1 -0
  198. package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.css +7345 -0
  199. package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +49 -0
  200. package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js.map +1 -0
  201. package/dist/collection/components/subaccount-details/subaccount-details.css +7983 -0
  202. package/dist/collection/components/subaccount-details/subaccount-details.js +147 -0
  203. package/dist/collection/components/subaccount-details/subaccount-details.js.map +1 -0
  204. package/dist/collection/components/subaccount-details/subaccount-details.stories.js +25 -0
  205. package/dist/collection/components/subaccount-details/subaccount-details.stories.js.map +1 -0
  206. package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.css +7345 -0
  207. package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +51 -0
  208. package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js.map +1 -0
  209. package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.css +7345 -0
  210. package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +49 -0
  211. package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js.map +1 -0
  212. package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.css +7345 -0
  213. package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +50 -0
  214. package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js.map +1 -0
  215. package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.css +7345 -0
  216. package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +49 -0
  217. package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js.map +1 -0
  218. package/dist/collection/components/subaccount-details/test/subaccount-details.spec.js +22 -0
  219. package/dist/collection/components/subaccount-details/test/subaccount-details.spec.js.map +1 -0
  220. package/dist/collection/components/subaccounts-list/subaccounts-list.css +3 -0
  221. package/dist/collection/components/subaccounts-list/subaccounts-list.js +179 -0
  222. package/dist/collection/components/subaccounts-list/subaccounts-list.js.map +1 -0
  223. package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js +69 -0
  224. package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js.map +1 -0
  225. package/dist/collection/components/subaccounts-list/test/subaccounts-list.e2e.js +10 -0
  226. package/dist/collection/components/subaccounts-list/test/subaccounts-list.e2e.js.map +1 -0
  227. package/dist/collection/components/subaccounts-list/test/subaccounts-list.spec.js +34 -0
  228. package/dist/collection/components/subaccounts-list/test/subaccounts-list.spec.js.map +1 -0
  229. package/dist/collection/components/table/table.js +27 -12
  230. package/dist/collection/components/table/table.js.map +1 -1
  231. package/dist/collection/components/table/test/table.spec.js +2 -2
  232. package/dist/collection/components/table/test/table.spec.js.map +1 -1
  233. package/dist/collection/utils/utils.js +91 -17
  234. package/dist/collection/utils/utils.js.map +1 -1
  235. package/dist/components/Api.js +2 -16
  236. package/dist/components/Api.js.map +1 -1
  237. package/dist/components/Pagination.js +12 -0
  238. package/dist/components/Pagination.js.map +1 -0
  239. package/dist/components/Payout.js +21 -1
  240. package/dist/components/Payout.js.map +1 -1
  241. package/dist/components/SubAccount.js +107 -0
  242. package/dist/components/SubAccount.js.map +1 -0
  243. package/dist/components/additional-questions-details.d.ts +11 -0
  244. package/dist/components/additional-questions-details.js +8 -0
  245. package/dist/components/additional-questions-details.js.map +1 -0
  246. package/dist/{cjs/justifi-table.cjs.entry.js → components/additional-questions-details2.js} +30 -61
  247. package/dist/components/additional-questions-details2.js.map +1 -0
  248. package/dist/components/additional-questions.js +1 -1
  249. package/dist/components/additional-questions.js.map +1 -1
  250. package/dist/components/business-generic-info.js +2 -5
  251. package/dist/components/business-generic-info.js.map +1 -1
  252. package/dist/components/business-owners.js +4 -5
  253. package/dist/components/business-owners.js.map +1 -1
  254. package/dist/components/business-representative.js +1 -1
  255. package/dist/components/business-representative.js.map +1 -1
  256. package/dist/components/details.js +6 -33
  257. package/dist/components/details.js.map +1 -1
  258. package/dist/components/form-control-number-masked2.js +1 -1
  259. package/dist/components/form-control-number-masked2.js.map +1 -1
  260. package/dist/components/form.js +729 -0
  261. package/dist/components/form.js.map +1 -0
  262. package/dist/components/generic-info-details.d.ts +11 -0
  263. package/dist/components/generic-info-details.js +8 -0
  264. package/dist/components/generic-info-details.js.map +1 -0
  265. package/dist/components/generic-info-details2.js +38 -0
  266. package/dist/components/generic-info-details2.js.map +1 -0
  267. package/dist/components/helpers.js +26 -0
  268. package/dist/components/helpers.js.map +1 -0
  269. package/dist/components/index.esm.js +122 -1
  270. package/dist/components/index.esm.js.map +1 -1
  271. package/dist/components/justifi-business-details.d.ts +11 -0
  272. package/dist/components/justifi-business-details.js +126 -0
  273. package/dist/components/justifi-business-details.js.map +1 -0
  274. package/dist/components/justifi-business-form-stepped.d.ts +11 -0
  275. package/dist/components/justifi-business-form-stepped.js +221 -0
  276. package/dist/components/justifi-business-form-stepped.js.map +1 -0
  277. package/dist/components/justifi-business-form.js +6 -750
  278. package/dist/components/justifi-business-form.js.map +1 -1
  279. package/dist/components/justifi-business-list.js +42 -65
  280. package/dist/components/justifi-business-list.js.map +1 -1
  281. package/dist/components/justifi-payment-balance-transactions.d.ts +11 -0
  282. package/dist/components/justifi-payment-balance-transactions.js +123 -0
  283. package/dist/components/justifi-payment-balance-transactions.js.map +1 -0
  284. package/dist/components/justifi-payment-details.js +6 -6
  285. package/dist/components/justifi-payment-details.js.map +1 -1
  286. package/dist/components/justifi-payment-form.js +3 -2
  287. package/dist/components/justifi-payment-form.js.map +1 -1
  288. package/dist/components/justifi-payments-list.js +29 -16
  289. package/dist/components/justifi-payments-list.js.map +1 -1
  290. package/dist/components/justifi-payout-details.js +6 -4
  291. package/dist/components/justifi-payout-details.js.map +1 -1
  292. package/dist/components/justifi-payouts-list.js +30 -17
  293. package/dist/components/justifi-payouts-list.js.map +1 -1
  294. package/dist/components/justifi-proceeds-list.js +29 -16
  295. package/dist/components/justifi-proceeds-list.js.map +1 -1
  296. package/dist/components/justifi-refund-form.d.ts +11 -0
  297. package/dist/components/justifi-refund-form.js +139 -0
  298. package/dist/components/justifi-refund-form.js.map +1 -0
  299. package/dist/components/justifi-subaccount-details.d.ts +11 -0
  300. package/dist/components/justifi-subaccount-details.js +133 -0
  301. package/dist/components/justifi-subaccount-details.js.map +1 -0
  302. package/dist/components/justifi-subaccounts-list.d.ts +11 -0
  303. package/dist/components/justifi-subaccounts-list.js +138 -0
  304. package/dist/components/justifi-subaccounts-list.js.map +1 -0
  305. package/dist/components/legal-address-details.d.ts +11 -0
  306. package/dist/components/legal-address-details.js +8 -0
  307. package/dist/components/legal-address-details.js.map +1 -0
  308. package/dist/components/legal-address-details2.js +37 -0
  309. package/dist/components/legal-address-details2.js.map +1 -0
  310. package/dist/components/legal-address-form.js +1 -3
  311. package/dist/components/legal-address-form.js.map +1 -1
  312. package/dist/components/owner-details.d.ts +11 -0
  313. package/dist/components/owner-details.js +8 -0
  314. package/dist/components/owner-details.js.map +1 -0
  315. package/dist/components/owner-details2.js +37 -0
  316. package/dist/components/owner-details2.js.map +1 -0
  317. package/dist/components/pagination-menu.d.ts +11 -0
  318. package/dist/components/pagination-menu.js +8 -0
  319. package/dist/components/pagination-menu.js.map +1 -0
  320. package/dist/{esm/justifi-table.entry.js → components/pagination-menu2.js} +35 -55
  321. package/dist/components/pagination-menu2.js.map +1 -0
  322. package/dist/components/payment-method-form.js +5 -5
  323. package/dist/components/payment-method-form.js.map +1 -1
  324. package/dist/components/representative-details.d.ts +11 -0
  325. package/dist/components/representative-details.js +8 -0
  326. package/dist/components/representative-details.js.map +1 -0
  327. package/dist/components/representative-details2.js +38 -0
  328. package/dist/components/representative-details2.js.map +1 -0
  329. package/dist/components/subaccount-account-details.d.ts +11 -0
  330. package/dist/components/subaccount-account-details.js +8 -0
  331. package/dist/components/subaccount-account-details.js.map +1 -0
  332. package/dist/components/subaccount-account-details2.js +39 -0
  333. package/dist/components/subaccount-account-details2.js.map +1 -0
  334. package/dist/components/subaccount-bank-details.d.ts +11 -0
  335. package/dist/components/subaccount-bank-details.js +40 -0
  336. package/dist/components/subaccount-bank-details.js.map +1 -0
  337. package/dist/components/subaccount-merchant-details.d.ts +11 -0
  338. package/dist/components/subaccount-merchant-details.js +8 -0
  339. package/dist/components/subaccount-merchant-details.js.map +1 -0
  340. package/dist/components/subaccount-merchant-details2.js +38 -0
  341. package/dist/components/subaccount-merchant-details2.js.map +1 -0
  342. package/dist/components/subaccount-owners-details.d.ts +11 -0
  343. package/dist/components/subaccount-owners-details.js +8 -0
  344. package/dist/components/subaccount-owners-details.js.map +1 -0
  345. package/dist/components/subaccount-owners-details2.js +38 -0
  346. package/dist/components/subaccount-owners-details2.js.map +1 -0
  347. package/dist/components/subaccount-representative-details.d.ts +11 -0
  348. package/dist/components/subaccount-representative-details.js +8 -0
  349. package/dist/components/subaccount-representative-details.js.map +1 -0
  350. package/dist/components/subaccount-representative-details2.js +38 -0
  351. package/dist/components/subaccount-representative-details2.js.map +1 -0
  352. package/dist/components/subaccount-terms-details.d.ts +11 -0
  353. package/dist/components/subaccount-terms-details.js +40 -0
  354. package/dist/components/subaccount-terms-details.js.map +1 -0
  355. package/dist/components/table.js +12 -21
  356. package/dist/components/table.js.map +1 -1
  357. package/dist/components/utils.js +27 -3909
  358. package/dist/components/utils.js.map +1 -1
  359. package/dist/{esm/utils-ad0bbe03.js → components/utils2.js} +87 -19
  360. package/dist/{cjs/utils-0fd61dbd.js.map → components/utils2.js.map} +1 -1
  361. package/dist/esm/{Api-0ad45a02.js → Api-c65d3ed8.js} +3 -17
  362. package/dist/esm/Api-c65d3ed8.js.map +1 -0
  363. package/dist/esm/Pagination-31f770d6.js +12 -0
  364. package/dist/esm/Pagination-31f770d6.js.map +1 -0
  365. package/dist/esm/{Payout-9a1f2859.js → Payout-fcf16887.js} +22 -2
  366. package/dist/esm/Payout-fcf16887.js.map +1 -0
  367. package/dist/esm/SubAccount-cf29d050.js +107 -0
  368. package/dist/esm/SubAccount-cf29d050.js.map +1 -0
  369. package/dist/esm/additional-questions-details_5.entry.js +76 -0
  370. package/dist/esm/additional-questions-details_5.entry.js.map +1 -0
  371. package/dist/esm/{business-form-schema-5885d3d6.js → business-form-schema-30a3eadd.js} +2 -2
  372. package/dist/esm/business-form-schema-30a3eadd.js.map +1 -0
  373. package/dist/esm/form-32cf3d1e.js +729 -0
  374. package/dist/esm/form-32cf3d1e.js.map +1 -0
  375. package/dist/esm/form-control-datepart_2.entry.js +44 -20
  376. package/dist/esm/form-control-datepart_2.entry.js.map +1 -1
  377. package/dist/esm/form-control-monetary.entry.js +1 -1
  378. package/dist/esm/form-control-number_3.entry.js +17 -32
  379. package/dist/esm/form-control-number_3.entry.js.map +1 -1
  380. package/dist/esm/helpers-1d5ecdc8.js +26 -0
  381. package/dist/esm/helpers-1d5ecdc8.js.map +1 -0
  382. package/dist/esm/{index-fe877d03.js → index-b02f9a6e.js} +5 -1
  383. package/dist/esm/index-b02f9a6e.js.map +1 -0
  384. package/dist/esm/{index.esm-89fe6af9.js → index.esm-9397ffa0.js} +123 -2
  385. package/dist/esm/index.esm-9397ffa0.js.map +1 -0
  386. package/dist/esm/{justifi-additional-questions_5.entry.js → justifi-additional-questions_6.entry.js} +41 -17
  387. package/dist/esm/justifi-additional-questions_6.entry.js.map +1 -0
  388. package/dist/esm/justifi-bank-account-form.entry.js +1 -1
  389. package/dist/esm/justifi-billing-form_2.entry.js +2 -2
  390. package/dist/esm/justifi-business-details.entry.js +72 -0
  391. package/dist/esm/justifi-business-details.entry.js.map +1 -0
  392. package/dist/esm/justifi-business-form-stepped.entry.js +126 -0
  393. package/dist/esm/justifi-business-form-stepped.entry.js.map +1 -0
  394. package/dist/esm/justifi-business-form.entry.js +11 -755
  395. package/dist/esm/justifi-business-form.entry.js.map +1 -1
  396. package/dist/esm/justifi-business-list.entry.js +35 -66
  397. package/dist/esm/justifi-business-list.entry.js.map +1 -1
  398. package/dist/esm/justifi-card-form.entry.js +1 -1
  399. package/dist/esm/justifi-details.entry.js +4 -8
  400. package/dist/esm/justifi-details.entry.js.map +1 -1
  401. package/dist/esm/justifi-payment-balance-transactions.entry.js +84 -0
  402. package/dist/esm/justifi-payment-balance-transactions.entry.js.map +1 -0
  403. package/dist/esm/justifi-payment-details.entry.js +8 -9
  404. package/dist/esm/justifi-payment-details.entry.js.map +1 -1
  405. package/dist/esm/justifi-payment-form.entry.js +4 -3
  406. package/dist/esm/justifi-payment-form.entry.js.map +1 -1
  407. package/dist/esm/justifi-payment-method-form.entry.js +6 -6
  408. package/dist/esm/justifi-payment-method-form.entry.js.map +1 -1
  409. package/dist/esm/justifi-payments-list.entry.js +21 -16
  410. package/dist/esm/justifi-payments-list.entry.js.map +1 -1
  411. package/dist/esm/justifi-payout-details.entry.js +8 -7
  412. package/dist/esm/justifi-payout-details.entry.js.map +1 -1
  413. package/dist/esm/justifi-payouts-list.entry.js +22 -17
  414. package/dist/esm/justifi-payouts-list.entry.js.map +1 -1
  415. package/dist/esm/justifi-proceeds-list.entry.js +22 -17
  416. package/dist/esm/justifi-proceeds-list.entry.js.map +1 -1
  417. package/dist/esm/justifi-refund-form.entry.js +100 -0
  418. package/dist/esm/justifi-refund-form.entry.js.map +1 -0
  419. package/dist/esm/justifi-subaccount-details.entry.js +77 -0
  420. package/dist/esm/justifi-subaccount-details.entry.js.map +1 -0
  421. package/dist/esm/justifi-subaccounts-list.entry.js +100 -0
  422. package/dist/esm/justifi-subaccounts-list.entry.js.map +1 -0
  423. package/dist/esm/justifi-table_2.entry.js +75 -0
  424. package/dist/esm/justifi-table_2.entry.js.map +1 -0
  425. package/dist/esm/loader.js +3 -3
  426. package/dist/esm/select-input_2.entry.js +1 -1
  427. package/dist/esm/subaccount-account-details_4.entry.js +65 -0
  428. package/dist/esm/subaccount-account-details_4.entry.js.map +1 -0
  429. package/dist/esm/subaccount-bank-details.entry.js +20 -0
  430. package/dist/esm/subaccount-bank-details.entry.js.map +1 -0
  431. package/dist/esm/subaccount-terms-details.entry.js +20 -0
  432. package/dist/esm/subaccount-terms-details.entry.js.map +1 -0
  433. package/dist/esm/utils-d647dd96.js +29 -0
  434. package/dist/esm/utils-d647dd96.js.map +1 -0
  435. package/dist/esm/utils-fcf19fd5.js +3979 -0
  436. package/dist/esm/utils-fcf19fd5.js.map +1 -0
  437. package/dist/esm/webcomponents.js +3 -3
  438. package/dist/types/api/Api.d.ts +4 -4
  439. package/dist/types/api/Business.d.ts +12 -4
  440. package/dist/types/api/Pagination.d.ts +12 -6
  441. package/dist/types/api/Payment.d.ts +28 -0
  442. package/dist/types/api/SubAccount.d.ts +165 -0
  443. package/dist/types/api/mockData/MockOnboardingData.d.ts +8 -0
  444. package/dist/types/api/mockData/MockSubAccount.d.ts +3 -0
  445. package/dist/types/components/bank-account-form/bank-account-form.stories.d.ts +0 -7
  446. package/dist/types/components/business-details/additional-questions-details/additional-questions-details.d.ts +13 -0
  447. package/dist/types/components/business-details/business-details.d.ts +28 -0
  448. package/dist/types/components/business-details/business-details.stories.d.ts +7 -0
  449. package/dist/types/components/business-details/generic-info-details/generic-info-details.d.ts +5 -0
  450. package/dist/types/components/business-details/legal-address-details/legal-address-details.d.ts +5 -0
  451. package/dist/types/components/business-details/owner-details/owner-details.d.ts +13 -0
  452. package/dist/types/components/business-details/representative-details/representative-details.d.ts +13 -0
  453. package/dist/types/components/business-form/business-form-stepped.d.ts +29 -0
  454. package/dist/types/components/business-form/business-form-stepped.stories.d.ts +27 -0
  455. package/dist/types/components/business-form/business-form.d.ts +0 -1
  456. package/dist/types/components/business-form/business-form.stories.d.ts +6 -0
  457. package/dist/types/components/business-form/business-generic-info/business-generic-info.d.ts +5 -1
  458. package/dist/types/components/business-form/business-representative/business-representative-schema.d.ts +2 -0
  459. package/dist/types/components/business-form/helpers.d.ts +1 -0
  460. package/dist/types/components/{legal-address-form → business-form/legal-address-form}/legal-address-form.d.ts +1 -2
  461. package/dist/types/components/business-list/business-list.d.ts +34 -21
  462. package/dist/types/components/card-form/card-form.stories.d.ts +0 -7
  463. package/dist/types/components/details/details.d.ts +0 -3
  464. package/dist/types/components/details/utils.d.ts +5 -2
  465. package/dist/types/components/form/form.d.ts +1 -1
  466. package/dist/types/components/pagination-menu/pagination-menu.d.ts +10 -0
  467. package/dist/types/components/payment-balance-transactions/payment-balance-transactions.d.ts +17 -0
  468. package/dist/types/components/payment-balance-transactions/payment-balance-transactions.stories.d.ts +8 -0
  469. package/dist/types/components/payment-details/payment-details.d.ts +8 -0
  470. package/dist/types/components/payment-form/payment-form.stories.d.ts +1 -9
  471. package/dist/types/components/payments-list/payments-list.d.ts +5 -4
  472. package/dist/types/components/payout-details/payout-details.d.ts +8 -0
  473. package/dist/types/components/payouts-list/payouts-list.d.ts +5 -4
  474. package/dist/types/components/proceeds-list/proceeds-list.d.ts +5 -3
  475. package/dist/types/components/refund-form/refund-form-schema.d.ts +11 -0
  476. package/dist/types/components/refund-form/refund-form.d.ts +58 -0
  477. package/dist/types/components/refund-form/refund-form.stories.d.ts +27 -0
  478. package/dist/types/components/subaccount-details/subaccount-account-details/subaccount-account-details.d.ts +6 -0
  479. package/dist/types/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.d.ts +5 -0
  480. package/dist/types/components/subaccount-details/subaccount-details.d.ts +16 -0
  481. package/dist/types/components/subaccount-details/subaccount-details.stories.d.ts +7 -0
  482. package/dist/types/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.d.ts +5 -0
  483. package/dist/types/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.d.ts +5 -0
  484. package/dist/types/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.d.ts +5 -0
  485. package/dist/types/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.d.ts +5 -0
  486. package/dist/types/components/subaccounts-list/subaccounts-list.d.ts +19 -0
  487. package/dist/types/components/subaccounts-list/subaccounts-list.stories.d.ts +9 -0
  488. package/dist/types/components/table/table.d.ts +3 -7
  489. package/dist/types/components.d.ts +602 -7
  490. package/dist/types/utils/utils.d.ts +18 -0
  491. package/dist/webcomponents/p-014b2f3a.entry.js +2 -0
  492. package/dist/webcomponents/p-014b2f3a.entry.js.map +1 -0
  493. package/dist/webcomponents/p-05cc444a.entry.js +2 -0
  494. package/dist/webcomponents/p-05cc444a.entry.js.map +1 -0
  495. package/dist/webcomponents/p-07059336.entry.js +2 -0
  496. package/dist/webcomponents/p-07059336.entry.js.map +1 -0
  497. package/dist/webcomponents/{p-d92116e6.entry.js → p-08311783.entry.js} +2 -2
  498. package/dist/webcomponents/p-0c5afcbc.js +3 -0
  499. package/dist/webcomponents/p-0c5afcbc.js.map +1 -0
  500. package/dist/webcomponents/p-0d5d02d7.js +2 -0
  501. package/dist/webcomponents/p-0d5d02d7.js.map +1 -0
  502. package/dist/webcomponents/p-14391341.entry.js +2 -0
  503. package/dist/webcomponents/p-14391341.entry.js.map +1 -0
  504. package/dist/webcomponents/{p-2e63d309.entry.js → p-1b5bd8f8.entry.js} +2 -2
  505. package/dist/webcomponents/p-1b5bd8f8.entry.js.map +1 -0
  506. package/dist/webcomponents/{p-cd0eca25.entry.js → p-1d42e416.entry.js} +2 -2
  507. package/dist/webcomponents/p-23f600d3.entry.js +2 -0
  508. package/dist/webcomponents/p-23f600d3.entry.js.map +1 -0
  509. package/dist/webcomponents/p-26b1a61d.entry.js +2 -0
  510. package/dist/webcomponents/p-26b1a61d.entry.js.map +1 -0
  511. package/dist/webcomponents/p-2806a2d6.js +2 -0
  512. package/dist/webcomponents/p-2806a2d6.js.map +1 -0
  513. package/dist/webcomponents/{p-640bfa9f.entry.js → p-2ac4e73d.entry.js} +2 -2
  514. package/dist/webcomponents/p-2f741cd2.entry.js +2 -0
  515. package/dist/webcomponents/p-2f741cd2.entry.js.map +1 -0
  516. package/dist/webcomponents/p-37b8106d.entry.js +2 -0
  517. package/dist/webcomponents/p-37b8106d.entry.js.map +1 -0
  518. package/dist/webcomponents/p-3e0f6758.entry.js +2 -0
  519. package/dist/webcomponents/p-3e0f6758.entry.js.map +1 -0
  520. package/dist/webcomponents/p-43c04b00.entry.js +2 -0
  521. package/dist/webcomponents/p-43c04b00.entry.js.map +1 -0
  522. package/dist/webcomponents/{p-9346ae33.js → p-4d37473a.js} +2 -2
  523. package/dist/webcomponents/{p-9346ae33.js.map → p-4d37473a.js.map} +1 -1
  524. package/dist/webcomponents/p-526cb161.js +2 -0
  525. package/dist/webcomponents/p-526cb161.js.map +1 -0
  526. package/dist/webcomponents/{p-f9e127a5.js → p-59860ac8.js} +2 -2
  527. package/dist/webcomponents/p-59860ac8.js.map +1 -0
  528. package/dist/webcomponents/{p-b9096cd6.entry.js → p-5b378f8d.entry.js} +2 -2
  529. package/dist/webcomponents/p-5b378f8d.entry.js.map +1 -0
  530. package/dist/webcomponents/{p-2b6f5e35.entry.js → p-5dd71882.entry.js} +2 -2
  531. package/dist/webcomponents/p-5dd71882.entry.js.map +1 -0
  532. package/dist/webcomponents/{p-051a4f1e.entry.js → p-5f434e8b.entry.js} +2 -2
  533. package/dist/webcomponents/{p-051a4f1e.entry.js.map → p-5f434e8b.entry.js.map} +1 -1
  534. package/dist/webcomponents/{p-1beaaba3.entry.js → p-6642d95b.entry.js} +2 -2
  535. package/dist/webcomponents/p-6b5fcbff.entry.js +2 -0
  536. package/dist/webcomponents/p-6b5fcbff.entry.js.map +1 -0
  537. package/dist/webcomponents/p-756629e9.entry.js +2 -0
  538. package/dist/webcomponents/p-756629e9.entry.js.map +1 -0
  539. package/dist/webcomponents/p-76983a7e.js +2 -0
  540. package/dist/webcomponents/p-76983a7e.js.map +1 -0
  541. package/dist/webcomponents/p-7d58db66.js +2 -0
  542. package/dist/webcomponents/p-7d58db66.js.map +1 -0
  543. package/dist/webcomponents/p-8471740f.entry.js +2 -0
  544. package/dist/webcomponents/p-8471740f.entry.js.map +1 -0
  545. package/dist/webcomponents/{p-c46241ba.js → p-8f37e3ee.js} +2 -2
  546. package/dist/webcomponents/p-8f37e3ee.js.map +1 -0
  547. package/dist/webcomponents/p-92872bbe.entry.js +2 -0
  548. package/dist/webcomponents/p-92872bbe.entry.js.map +1 -0
  549. package/dist/webcomponents/p-99b3925f.entry.js +2 -0
  550. package/dist/webcomponents/{p-f6cc37a6.entry.js.map → p-99b3925f.entry.js.map} +1 -1
  551. package/dist/webcomponents/p-a1a94012.entry.js +2 -0
  552. package/dist/webcomponents/p-a1a94012.entry.js.map +1 -0
  553. package/dist/webcomponents/p-a3211bb2.js +2 -0
  554. package/dist/webcomponents/p-a3211bb2.js.map +1 -0
  555. package/dist/webcomponents/p-b157f6ae.js +2 -0
  556. package/dist/webcomponents/p-b157f6ae.js.map +1 -0
  557. package/dist/webcomponents/{p-a922b908.entry.js → p-b4f185c5.entry.js} +2 -2
  558. package/dist/webcomponents/p-c52d63b1.entry.js +2 -0
  559. package/dist/webcomponents/p-c52d63b1.entry.js.map +1 -0
  560. package/dist/webcomponents/p-c9373e73.entry.js +2 -0
  561. package/dist/webcomponents/p-c9373e73.entry.js.map +1 -0
  562. package/dist/webcomponents/p-d18c0273.entry.js +2 -0
  563. package/dist/webcomponents/p-d18c0273.entry.js.map +1 -0
  564. package/dist/webcomponents/p-e83f93cd.entry.js +2 -0
  565. package/dist/webcomponents/p-e83f93cd.entry.js.map +1 -0
  566. package/dist/webcomponents/webcomponents.esm.js +1 -1
  567. package/dist/webcomponents/webcomponents.esm.js.map +1 -1
  568. package/package.json +3 -3
  569. package/dist/cjs/Api-9356c444.js.map +0 -1
  570. package/dist/cjs/Payout-4906a445.js.map +0 -1
  571. package/dist/cjs/business-form-schema-725ec6f5.js.map +0 -1
  572. package/dist/cjs/form-control-select.cjs.entry.js +0 -47
  573. package/dist/cjs/form-control-select.cjs.entry.js.map +0 -1
  574. package/dist/cjs/index-3533152c.js.map +0 -1
  575. package/dist/cjs/index.esm-84a0a7a8.js.map +0 -1
  576. package/dist/cjs/justifi-additional-questions_5.cjs.entry.js.map +0 -1
  577. package/dist/cjs/justifi-table.cjs.entry.js.map +0 -1
  578. package/dist/cjs/table-utils-617126e5.js +0 -13
  579. package/dist/cjs/table-utils-617126e5.js.map +0 -1
  580. package/dist/cjs/utils-d95b09c2.js +0 -35
  581. package/dist/cjs/utils-d95b09c2.js.map +0 -1
  582. package/dist/collection/components/legal-address-form/legal-address-form-schema.js.map +0 -1
  583. package/dist/collection/components/legal-address-form/legal-address-form.js.map +0 -1
  584. package/dist/collection/components/table/table-utils.js +0 -8
  585. package/dist/collection/components/table/table-utils.js.map +0 -1
  586. package/dist/config.js +0 -6
  587. package/dist/config.js.map +0 -1
  588. package/dist/esm/Api-0ad45a02.js.map +0 -1
  589. package/dist/esm/Payout-9a1f2859.js.map +0 -1
  590. package/dist/esm/business-form-schema-5885d3d6.js.map +0 -1
  591. package/dist/esm/form-control-select.entry.js +0 -43
  592. package/dist/esm/form-control-select.entry.js.map +0 -1
  593. package/dist/esm/index-fe877d03.js.map +0 -1
  594. package/dist/esm/index.esm-89fe6af9.js.map +0 -1
  595. package/dist/esm/justifi-additional-questions_5.entry.js.map +0 -1
  596. package/dist/esm/justifi-table.entry.js.map +0 -1
  597. package/dist/esm/table-utils-6cdcaa8c.js +0 -11
  598. package/dist/esm/table-utils-6cdcaa8c.js.map +0 -1
  599. package/dist/esm/utils-1e7d6279.js +0 -28
  600. package/dist/esm/utils-1e7d6279.js.map +0 -1
  601. package/dist/esm/utils-ad0bbe03.js.map +0 -1
  602. package/dist/types/components/table/table-utils.d.ts +0 -14
  603. package/dist/types/home/runner/work/web-component-library/web-component-library/stencil-library/.stencil/config.d.ts +0 -5
  604. package/dist/webcomponents/p-2284ae38.entry.js +0 -2
  605. package/dist/webcomponents/p-2284ae38.entry.js.map +0 -1
  606. package/dist/webcomponents/p-2833e25f.entry.js +0 -2
  607. package/dist/webcomponents/p-2833e25f.entry.js.map +0 -1
  608. package/dist/webcomponents/p-2b6f5e35.entry.js.map +0 -1
  609. package/dist/webcomponents/p-2e63d309.entry.js.map +0 -1
  610. package/dist/webcomponents/p-2e66512d.entry.js +0 -2
  611. package/dist/webcomponents/p-2e66512d.entry.js.map +0 -1
  612. package/dist/webcomponents/p-4dec9925.entry.js +0 -2
  613. package/dist/webcomponents/p-4dec9925.entry.js.map +0 -1
  614. package/dist/webcomponents/p-641883b2.entry.js +0 -2
  615. package/dist/webcomponents/p-641883b2.entry.js.map +0 -1
  616. package/dist/webcomponents/p-65f35b93.js +0 -2
  617. package/dist/webcomponents/p-65f35b93.js.map +0 -1
  618. package/dist/webcomponents/p-835a5be8.entry.js +0 -2
  619. package/dist/webcomponents/p-835a5be8.entry.js.map +0 -1
  620. package/dist/webcomponents/p-ab0756ff.js +0 -2
  621. package/dist/webcomponents/p-ab0756ff.js.map +0 -1
  622. package/dist/webcomponents/p-b9096cd6.entry.js.map +0 -1
  623. package/dist/webcomponents/p-c46241ba.js.map +0 -1
  624. package/dist/webcomponents/p-ccb0e1c5.js +0 -2
  625. package/dist/webcomponents/p-ccb0e1c5.js.map +0 -1
  626. package/dist/webcomponents/p-db9945b1.entry.js +0 -2
  627. package/dist/webcomponents/p-db9945b1.entry.js.map +0 -1
  628. package/dist/webcomponents/p-e1f6c8ec.entry.js +0 -2
  629. package/dist/webcomponents/p-e1f6c8ec.entry.js.map +0 -1
  630. package/dist/webcomponents/p-e6695628.js +0 -2
  631. package/dist/webcomponents/p-e6695628.js.map +0 -1
  632. package/dist/webcomponents/p-e70b2a21.js +0 -3
  633. package/dist/webcomponents/p-e70b2a21.js.map +0 -1
  634. package/dist/webcomponents/p-f6cc37a6.entry.js +0 -2
  635. package/dist/webcomponents/p-f8067330.entry.js +0 -2
  636. package/dist/webcomponents/p-f8067330.entry.js.map +0 -1
  637. package/dist/webcomponents/p-f985f5ab.entry.js +0 -2
  638. package/dist/webcomponents/p-f985f5ab.entry.js.map +0 -1
  639. package/dist/webcomponents/p-f9e127a5.js.map +0 -1
  640. /package/dist/collection/components/{legal-address-form → business-form/legal-address-form}/legal-address-form-schema.js +0 -0
  641. /package/dist/collection/components/{legal-address-form → business-form/legal-address-form}/legal-address-form.css +0 -0
  642. /package/dist/types/components/{legal-address-form → business-form/legal-address-form}/legal-address-form-schema.d.ts +0 -0
  643. /package/dist/webcomponents/{p-d92116e6.entry.js.map → p-08311783.entry.js.map} +0 -0
  644. /package/dist/webcomponents/{p-cd0eca25.entry.js.map → p-1d42e416.entry.js.map} +0 -0
  645. /package/dist/webcomponents/{p-640bfa9f.entry.js.map → p-2ac4e73d.entry.js.map} +0 -0
  646. /package/dist/webcomponents/{p-1beaaba3.entry.js.map → p-6642d95b.entry.js.map} +0 -0
  647. /package/dist/webcomponents/{p-a922b908.entry.js.map → p-b4f185c5.entry.js.map} +0 -0
@@ -0,0 +1,78 @@
1
+ import { Host, h } from "@stencil/core";
2
+ import { ExtendedPagingDefaults } from "../../api/Pagination";
3
+ export class PaginationMenu {
4
+ constructor() {
5
+ this.paging = ExtendedPagingDefaults;
6
+ this.params = {};
7
+ }
8
+ render() {
9
+ return (h(Host, null, h("nav", { "aria-label": "Table pagination", class: "d-flex justify-content-end gap-3" }, h("ul", { class: "pagination m-0" }, h("li", { onClick: (e) => {
10
+ e.preventDefault();
11
+ this.paging.handleClickPrevious(this.paging.start_cursor);
12
+ }, part: `previous-button${this.paging.has_previous ? '' : ' button-disabled'}`, class: `page-item ${this.paging.has_previous ? '' : ' disabled'}` }, h("a", { href: "#", class: "page-link" }, h("span", { class: "me-1", part: "arrow arrow-left" }, "\u00AB"), h("span", { part: "previous-button-text" }, "Previous"))), h("li", { onClick: (e) => {
13
+ e.preventDefault();
14
+ this.paging.handleClickNext(this.paging.end_cursor);
15
+ }, part: `${this.paging.has_next ? '' : ' button-disabled'}`, class: `page-item ${this.paging.has_next ? '' : ' disabled'}` }, h("a", { href: "#", class: "page-link" }, h("span", { part: "next-button-text" }, "Next"), h("span", { class: "ms-1", part: "arrow arrow-right" }, "\u00BB")))))));
16
+ }
17
+ static get is() { return "pagination-menu"; }
18
+ static get encapsulation() { return "shadow"; }
19
+ static get originalStyleUrls() {
20
+ return {
21
+ "$": ["../table/table.scss"]
22
+ };
23
+ }
24
+ static get styleUrls() {
25
+ return {
26
+ "$": ["../table/table.css"]
27
+ };
28
+ }
29
+ static get properties() {
30
+ return {
31
+ "paging": {
32
+ "type": "unknown",
33
+ "mutable": false,
34
+ "complexType": {
35
+ "original": "PaginationProps['paging']",
36
+ "resolved": "ExtendedPagingInfo",
37
+ "references": {
38
+ "PaginationProps": {
39
+ "location": "local",
40
+ "path": "/home/runner/work/web-component-library/web-component-library/stencil-library/src/components/pagination-menu/pagination-menu.tsx",
41
+ "id": "src/components/pagination-menu/pagination-menu.tsx::PaginationProps"
42
+ }
43
+ }
44
+ },
45
+ "required": false,
46
+ "optional": false,
47
+ "docs": {
48
+ "tags": [],
49
+ "text": ""
50
+ },
51
+ "defaultValue": "ExtendedPagingDefaults"
52
+ },
53
+ "params": {
54
+ "type": "unknown",
55
+ "mutable": false,
56
+ "complexType": {
57
+ "original": "PaginationProps['params']",
58
+ "resolved": "{}",
59
+ "references": {
60
+ "PaginationProps": {
61
+ "location": "local",
62
+ "path": "/home/runner/work/web-component-library/web-component-library/stencil-library/src/components/pagination-menu/pagination-menu.tsx",
63
+ "id": "src/components/pagination-menu/pagination-menu.tsx::PaginationProps"
64
+ }
65
+ }
66
+ },
67
+ "required": false,
68
+ "optional": false,
69
+ "docs": {
70
+ "tags": [],
71
+ "text": ""
72
+ },
73
+ "defaultValue": "{}"
74
+ }
75
+ };
76
+ }
77
+ }
78
+ //# sourceMappingURL=pagination-menu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination-menu.js","sourceRoot":"","sources":["../../../../src/components/pagination-menu/pagination-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAsB,MAAM,sBAAsB,CAAC;AAalF,MAAM,OAAO,cAAc;;kBACmB,sBAAsB;kBACtB,EAAE;;EAE9C,MAAM;IACJ,OAAO,CACL,EAAC,IAAI;MACH,yBAAgB,kBAAkB,EAAC,KAAK,EAAC,kCAAkC;QACzE,UAAI,KAAK,EAAC,gBAAgB;UACxB,UACE,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;cACb,CAAC,CAAC,cAAc,EAAE,CAAC;cACnB,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;YAC5D,CAAC,EACD,IAAI,EAAE,kBAAkB,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,kBAAkB,EAAE,EAC5E,KAAK,EAAE,aAAa,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE;YAEjE,SAAG,IAAI,EAAC,GAAG,EAAC,KAAK,EAAC,WAAW;cAC3B,YAAM,KAAK,EAAC,MAAM,EAAC,IAAI,EAAC,kBAAkB,aAAe;cACzD,YAAM,IAAI,EAAC,sBAAsB,eAAgB,CAC/C,CACD;UACL,UACE,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;cACb,CAAC,CAAC,cAAc,EAAE,CAAC;cACnB,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;YACtD,CAAC,EACD,IAAI,EAAE,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,kBAAkB,EAAE,EACzD,KAAK,EAAE,aAAa,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE;YAE7D,SAAG,IAAI,EAAC,GAAG,EAAC,KAAK,EAAC,WAAW;cAC3B,YAAM,IAAI,EAAC,kBAAkB,WAAY;cACzC,YAAM,KAAK,EAAC,MAAM,EAAC,IAAI,EAAC,mBAAmB,aAAe,CACxD,CACD,CACF,CACD,CACD,CACR,CAAC;EACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Host, h, Prop } from '@stencil/core';\nimport { ExtendedPagingDefaults, ExtendedPagingInfo } from '../../api/Pagination';\n\nexport interface PaginationProps {\n paging: ExtendedPagingInfo;\n params?: {};\n}\n\n@Component({\n tag: 'pagination-menu',\n styleUrl: '../table/table.scss',\n shadow: true,\n})\n\nexport class PaginationMenu {\n @Prop() paging: PaginationProps['paging'] = ExtendedPagingDefaults;\n @Prop() params: PaginationProps['params'] = {};\n\n render() {\n return (\n <Host>\n <nav aria-label=\"Table pagination\" class=\"d-flex justify-content-end gap-3\">\n <ul class=\"pagination m-0\">\n <li\n onClick={(e) => {\n e.preventDefault();\n this.paging.handleClickPrevious(this.paging.start_cursor);\n }}\n part={`previous-button${this.paging.has_previous ? '' : ' button-disabled'}`}\n class={`page-item ${this.paging.has_previous ? '' : ' disabled'}`}\n >\n <a href=\"#\" class=\"page-link\">\n <span class=\"me-1\" part=\"arrow arrow-left\">&laquo;</span>\n <span part=\"previous-button-text\">Previous</span>\n </a>\n </li>\n <li\n onClick={(e) => {\n e.preventDefault();\n this.paging.handleClickNext(this.paging.end_cursor);\n }}\n part={`${this.paging.has_next ? '' : ' button-disabled'}`}\n class={`page-item ${this.paging.has_next ? '' : ' disabled'}`}\n >\n <a href=\"#\" class=\"page-link\">\n <span part=\"next-button-text\">Next</span>\n <span class=\"ms-1\" part=\"arrow arrow-right\">&raquo;</span>\n </a>\n </li>\n </ul>\n </nav>\n </Host>\n );\n }\n}\n"]}
@@ -0,0 +1,153 @@
1
+ import { Host, h } from "@stencil/core";
2
+ import { Api, PaymentBalanceTransaction, pagingDefaults, } from "../../api";
3
+ import { formatCurrency, formatDate, formatTime, snakeCaseToHumanReadable, } from "../../utils/utils";
4
+ export class PaymentBalanceTransactions {
5
+ constructor() {
6
+ this.handleClickPrevious = (beforeCursor) => {
7
+ const newParams = Object.assign({}, this.params);
8
+ delete newParams.after_cursor;
9
+ this.params = (Object.assign(Object.assign({}, newParams), { before_cursor: beforeCursor }));
10
+ };
11
+ this.handleClickNext = (afterCursor) => {
12
+ const newParams = Object.assign({}, this.params);
13
+ delete newParams.before_cursor;
14
+ this.params = (Object.assign(Object.assign({}, newParams), { after_cursor: afterCursor }));
15
+ };
16
+ this.accountId = undefined;
17
+ this.authToken = undefined;
18
+ this.paymentId = undefined;
19
+ this.balanceTransactions = [];
20
+ this.loading = true;
21
+ this.errorMessage = undefined;
22
+ this.paging = pagingDefaults;
23
+ this.params = undefined;
24
+ }
25
+ updateOnPropChange() {
26
+ this.fetchData();
27
+ }
28
+ connectedCallback() {
29
+ this.fetchData();
30
+ }
31
+ async fetchData() {
32
+ this.loading = true;
33
+ if (!this.accountId || !this.paymentId) {
34
+ this.errorMessage = 'Missing required props: accountId or paymentId';
35
+ this.loading = false;
36
+ return;
37
+ }
38
+ const endpoint = `account/${this.accountId}/payments/${this.paymentId}/payment_balance_transactions`;
39
+ const response = await Api(this.authToken).get(endpoint, this.params);
40
+ if (!response.error) {
41
+ this.paging = Object.assign(Object.assign({}, this.paging), response.page_info);
42
+ this.balanceTransactions = response.data.map(dataItem => new PaymentBalanceTransaction(dataItem));
43
+ }
44
+ else {
45
+ this.errorMessage =
46
+ typeof response.error === 'string'
47
+ ? response.error
48
+ : response.error.message;
49
+ }
50
+ this.loading = false;
51
+ }
52
+ render() {
53
+ return (h(Host, null, h("justifi-table", { columnData: [
54
+ ['Processed On', 'The date each transaction occurred'],
55
+ ['Type', 'The type of each transaction'],
56
+ ['ID', 'The unique identifier of each transaction'],
57
+ ['Amout', 'The dollar amount of each transaction'],
58
+ [
59
+ 'Balance',
60
+ 'The running total amount of this payment that belongs to you',
61
+ ],
62
+ ], entityId: this.balanceTransactions.map(transaction => transaction.id), rowData: this.balanceTransactions.map(balanceTransaction => [
63
+ h("div", null, h("div", null, formatDate(balanceTransaction.created_at)), h("div", null, formatTime(balanceTransaction.created_at))),
64
+ snakeCaseToHumanReadable(balanceTransaction.payment_balance_txn_type),
65
+ balanceTransaction.payment_id,
66
+ formatCurrency(balanceTransaction.amount),
67
+ formatCurrency(balanceTransaction.balance),
68
+ ]), loading: this.loading, "error-message": this.errorMessage, params: this.params, paging: Object.assign(Object.assign({}, this.paging), { handleClickNext: this.handleClickNext, handleClickPrevious: this.handleClickPrevious }) })));
69
+ }
70
+ static get is() { return "justifi-payment-balance-transactions"; }
71
+ static get encapsulation() { return "shadow"; }
72
+ static get originalStyleUrls() {
73
+ return {
74
+ "$": ["payment-balance-transactions.scss"]
75
+ };
76
+ }
77
+ static get styleUrls() {
78
+ return {
79
+ "$": ["payment-balance-transactions.css"]
80
+ };
81
+ }
82
+ static get properties() {
83
+ return {
84
+ "accountId": {
85
+ "type": "string",
86
+ "mutable": false,
87
+ "complexType": {
88
+ "original": "string",
89
+ "resolved": "string",
90
+ "references": {}
91
+ },
92
+ "required": false,
93
+ "optional": false,
94
+ "docs": {
95
+ "tags": [],
96
+ "text": ""
97
+ },
98
+ "attribute": "account-id",
99
+ "reflect": false
100
+ },
101
+ "authToken": {
102
+ "type": "string",
103
+ "mutable": false,
104
+ "complexType": {
105
+ "original": "string",
106
+ "resolved": "string",
107
+ "references": {}
108
+ },
109
+ "required": false,
110
+ "optional": false,
111
+ "docs": {
112
+ "tags": [],
113
+ "text": ""
114
+ },
115
+ "attribute": "auth-token",
116
+ "reflect": false
117
+ },
118
+ "paymentId": {
119
+ "type": "string",
120
+ "mutable": false,
121
+ "complexType": {
122
+ "original": "string",
123
+ "resolved": "string",
124
+ "references": {}
125
+ },
126
+ "required": false,
127
+ "optional": false,
128
+ "docs": {
129
+ "tags": [],
130
+ "text": ""
131
+ },
132
+ "attribute": "payment-id",
133
+ "reflect": false
134
+ }
135
+ };
136
+ }
137
+ static get states() {
138
+ return {
139
+ "balanceTransactions": {},
140
+ "loading": {},
141
+ "errorMessage": {},
142
+ "paging": {},
143
+ "params": {}
144
+ };
145
+ }
146
+ static get watchers() {
147
+ return [{
148
+ "propName": "params",
149
+ "methodName": "updateOnPropChange"
150
+ }];
151
+ }
152
+ }
153
+ //# sourceMappingURL=payment-balance-transactions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-balance-transactions.js","sourceRoot":"","sources":["../../../../src/components/payment-balance-transactions/payment-balance-transactions.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Host, h, Prop, State, Watch } from '@stencil/core';\nimport {\n Api,\n IApiResponseCollection,\n IPaymentBalanceTransaction,\n PagingInfo,\n PaymentBalanceTransaction,\n pagingDefaults,\n} from '../../api';\n\nimport {\n formatCurrency,\n formatDate,\n formatTime,\n snakeCaseToHumanReadable,\n} from '../../utils/utils';\n\n@Component({\n tag: 'justifi-payment-balance-transactions',\n styleUrl: 'payment-balance-transactions.scss',\n shadow: true,\n})\nexport class PaymentBalanceTransactions {\n @Prop() accountId: string;\n @Prop() authToken: string;\n @Prop() paymentId: string;\n @State() balanceTransactions: IPaymentBalanceTransaction[] = [];\n @State() loading: boolean = true;\n @State() errorMessage: string;\n @State() paging: PagingInfo = pagingDefaults;\n @State() params: any\n\n @Watch('params')\n updateOnPropChange() {\n this.fetchData();\n }\n\n connectedCallback() {\n this.fetchData();\n }\n\n handleClickPrevious = (beforeCursor: string) => {\n const newParams: any = { ...this.params };\n delete newParams.after_cursor;\n this.params = ({ ...newParams, before_cursor: beforeCursor });\n };\n\n handleClickNext = (afterCursor: string) => {\n const newParams: any = { ...this.params };\n delete newParams.before_cursor;\n this.params = ({ ...newParams, after_cursor: afterCursor });\n }; \n\n async fetchData(): Promise<void> {\n this.loading = true;\n\n if (!this.accountId || !this.paymentId) {\n this.errorMessage = 'Missing required props: accountId or paymentId';\n this.loading = false;\n return;\n }\n const endpoint = `account/${this.accountId}/payments/${this.paymentId}/payment_balance_transactions`;\n\n const response: IApiResponseCollection<IPaymentBalanceTransaction[]> =\n await Api(this.authToken).get(endpoint, this.params);\n\n if (!response.error) {\n this.paging = {\n ...this.paging,\n ...response.page_info,\n };\n this.balanceTransactions = response.data.map(\n dataItem => new PaymentBalanceTransaction(dataItem),\n );\n } else {\n this.errorMessage =\n typeof response.error === 'string'\n ? response.error\n : response.error.message;\n }\n this.loading = false;\n }\n\n render() {\n return (\n <Host>\n <justifi-table\n columnData={[\n ['Processed On', 'The date each transaction occurred'],\n ['Type', 'The type of each transaction'],\n ['ID', 'The unique identifier of each transaction'],\n ['Amout', 'The dollar amount of each transaction'],\n [\n 'Balance',\n 'The running total amount of this payment that belongs to you',\n ],\n ]}\n entityId={this.balanceTransactions.map(transaction => transaction.id)}\n rowData={this.balanceTransactions.map(balanceTransaction => [\n <div>\n <div>{formatDate(balanceTransaction.created_at)}</div>\n <div>{formatTime(balanceTransaction.created_at)}</div>\n </div>,\n snakeCaseToHumanReadable(\n balanceTransaction.payment_balance_txn_type,\n ),\n balanceTransaction.payment_id,\n formatCurrency(balanceTransaction.amount),\n formatCurrency(balanceTransaction.balance),\n ])}\n loading={this.loading}\n error-message={this.errorMessage}\n params={this.params}\n paging={{\n ...this.paging,\n handleClickNext: this.handleClickNext,\n handleClickPrevious: this.handleClickPrevious\n }}\n />\n </Host>\n );\n }\n}\n"]}
@@ -0,0 +1,32 @@
1
+ export default {
2
+ title: 'Components/PaymentBalanceTransactions',
3
+ component: 'justifi-payment-balance-transactions',
4
+ parameters: {},
5
+ };
6
+ class PaymentBalanceTransactionsArgs {
7
+ constructor(args) {
8
+ this['auth-token'] = args['auth-token'] || '';
9
+ this['payment-id'] = args['payment-id'] || '';
10
+ this['account-id'] = args['account-id'] || '';
11
+ }
12
+ }
13
+ const Template = (args) => {
14
+ return `
15
+ <justifi-payment-balance-transactions
16
+ data-testid="justifi-payment-balance-transactions"
17
+ auth-token="${args['auth-token']}"
18
+ payment-id="${args['payment-id']}"
19
+ account-id="${args['account-id']}"
20
+ />
21
+ `;
22
+ };
23
+ export const Basic = Template.bind({});
24
+ Basic.args = new PaymentBalanceTransactionsArgs({});
25
+ export const Styled = Template.bind({});
26
+ Styled.args = new PaymentBalanceTransactionsArgs({});
27
+ Styled.decorators = [
28
+ Story => `
29
+ ${Story()}
30
+ `,
31
+ ];
32
+ //# sourceMappingURL=payment-balance-transactions.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-balance-transactions.stories.js","sourceRoot":"","sources":["../../../../src/components/payment-balance-transactions/payment-balance-transactions.stories.ts"],"names":[],"mappings":"AAAA,eAAe;EACb,KAAK,EAAE,uCAAuC;EAC9C,SAAS,EAAE,sCAAsC;EACjD,UAAU,EAAE,EAAE;CACf,CAAC;AAEF,MAAM,8BAA8B;EAKlC,YAAc,IAAI;IAChB,IAAI,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC;IAC9C,IAAI,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC;IAC9C,IAAI,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC;EAChD,CAAC;CACF;AAED,MAAM,QAAQ,GAAG,CAAC,IAAoC,EAAE,EAAE;EACxD,OAAO;;;oBAGW,IAAI,CAAC,YAAY,CAAC;oBAClB,IAAI,CAAC,YAAY,CAAC;oBAClB,IAAI,CAAC,YAAY,CAAC;;GAEnC,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACvC,KAAK,CAAC,IAAI,GAAG,IAAI,8BAA8B,CAAC,EAAE,CAAC,CAAC;AAEpD,MAAM,CAAC,MAAM,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACxC,MAAM,CAAC,IAAI,GAAG,IAAI,8BAA8B,CAAC,EAAE,CAAC,CAAC;AACrD,MAAM,CAAC,UAAU,GAAG;EAClB,KAAK,CAAC,EAAE,CAAC;MACL,KAAK,EAAE;GACV;CACF,CAAC","sourcesContent":["export default {\n title: 'Components/PaymentBalanceTransactions',\n component: 'justifi-payment-balance-transactions',\n parameters: {},\n};\n\nclass PaymentBalanceTransactionsArgs {\n 'auth-token': string;\n 'payment-id': string;\n 'account-id': string;\n\n 'constructor'(args) {\n this['auth-token'] = args['auth-token'] || '';\n this['payment-id'] = args['payment-id'] || '';\n this['account-id'] = args['account-id'] || '';\n }\n}\n\nconst Template = (args: PaymentBalanceTransactionsArgs) => {\n return `\n <justifi-payment-balance-transactions\n data-testid=\"justifi-payment-balance-transactions\"\n auth-token=\"${args['auth-token']}\"\n payment-id=\"${args['payment-id']}\"\n account-id=\"${args['account-id']}\"\n />\n `;\n};\n\nexport const Basic = Template.bind({});\nBasic.args = new PaymentBalanceTransactionsArgs({});\n\nexport const Styled = Template.bind({});\nStyled.args = new PaymentBalanceTransactionsArgs({});\nStyled.decorators = [\n Story => `\n ${Story()}\n `,\n];\n"]}
@@ -1,8 +1,7 @@
1
1
  import { Host, h } from "@stencil/core";
2
2
  import { Api } from "../../api";
3
3
  import { MapPaymentStatusToBadge, formatCurrency, formatDate, formatTime } from "../../utils/utils";
4
- import { DetailItem, EntityHeadInfo, EntityHeadInfoItem, ErrorState, LoadingState } from "../details/utils";
5
- import { DetailSection } from "../details/utils";
4
+ import { CodeBlock, DetailItem, DetailSection, EntityHeadInfo, EntityHeadInfoItem, ErrorState, LoadingState } from "../details/utils";
6
5
  /**
7
6
  * @exportedPart detail-loading-spinner
8
7
  * @exportedPart detail-loading-state
@@ -18,6 +17,14 @@ import { DetailSection } from "../details/utils";
18
17
  * @exportedPart detail-metadata-title
19
18
  * @exportedPart detail-method-title
20
19
  * @exportedPart detail-method-data
20
+ * @exportedPart detail-section
21
+ * @exportedPart detail-section-title
22
+ * @exportedPart detail-section-item-title
23
+ * @exportedPart detail-section-item-data
24
+ * @exportedPart detail-head-info
25
+ * @exportedPart detail-head-info-item
26
+ * @exportedPart detail-head-info-item-title
27
+ * @exportedPart detail-head-info-item-data
21
28
  */
22
29
  export class PaymentDetails {
23
30
  constructor() {
@@ -42,7 +49,7 @@ export class PaymentDetails {
42
49
  }
43
50
  this.loading = true;
44
51
  const endpoint = `payments/${this.paymentId}`;
45
- const response = await Api(this.authToken).get(endpoint);
52
+ const response = await Api(this.authToken, process.env.PROXY_API_ORIGIN).get(endpoint);
46
53
  if (!response.error) {
47
54
  this.payment = response.data;
48
55
  }
@@ -55,9 +62,7 @@ export class PaymentDetails {
55
62
  var _a;
56
63
  return (h(Host, null, this.loading ? LoadingState :
57
64
  !this.payment ? ErrorState(this.errorMessage) :
58
- h("justifi-details", { "error-message": this.errorMessage, entity: {
59
- metadata: this.payment.metadata
60
- } }, h(EntityHeadInfo, { slot: "head-info", badge: h("span", { slot: 'badge', innerHTML: MapPaymentStatusToBadge((_a = this.payment) === null || _a === void 0 ? void 0 : _a.status) }), title: `${formatCurrency(this.payment.amount)} ${this.payment.currency.toUpperCase()}` }, h(EntityHeadInfoItem, { classes: "border-1 border-end", title: "Updated At", value: `${formatDate(this.payment.updated_at)} ${formatTime(this.payment.updated_at)}` }), h(EntityHeadInfoItem, { classes: "border-1 border-end", title: "Created At", value: `${formatDate(this.payment.created_at)} ${formatTime(this.payment.created_at)}` }), h(EntityHeadInfoItem, { title: "ID", value: this.payment.id })), h("div", { slot: 'detail-sections' }, h(DetailSection, { sectionTitle: "Details" }, h(DetailItem, { title: "Amount", value: formatCurrency(this.payment.amount) }), h(DetailItem, { title: "Fees", value: formatCurrency(this.payment.fee_amount) }), h(DetailItem, { title: "Refunded", value: formatCurrency(this.payment.amount_refunded) }), h(DetailItem, { title: "Net", value: formatCurrency(this.payment.balance) }), h(DetailItem, { title: "Status", value: MapPaymentStatusToBadge(this.payment.status) }), h(DetailItem, { title: "Payment ID", value: this.payment.id }), h(DetailItem, { title: "Processing Fees", value: formatCurrency(this.payment.fee_amount) }), h(DetailItem, { title: "Statement Descriptor", value: this.payment.statement_descriptor }), h(DetailItem, { title: "Description", value: this.payment.description })), h(DetailSection, { sectionTitle: "Payment Method" }, h(DetailItem, { title: "ID", value: this.payment.payment_method.card.id }), h(DetailItem, { title: "Payment Type", value: "Card" }), h(DetailItem, { title: "Last 4 Numbers", value: this.payment.payment_method.card.acct_last_four }), h(DetailItem, { title: "Brand", value: this.payment.payment_method.card.brand }), h(DetailItem, { title: "Cardholder", value: this.payment.payment_method.card.name }))))));
65
+ h("justifi-details", { "error-message": this.errorMessage }, h(EntityHeadInfo, { slot: "head-info", badge: h("span", { slot: 'badge', innerHTML: MapPaymentStatusToBadge((_a = this.payment) === null || _a === void 0 ? void 0 : _a.status) }), title: `${formatCurrency(this.payment.amount)} ${this.payment.currency.toUpperCase()}` }, h(EntityHeadInfoItem, { classes: "border-1 border-end", title: "Updated At", value: `${formatDate(this.payment.updated_at)} ${formatTime(this.payment.updated_at)}` }), h(EntityHeadInfoItem, { classes: "border-1 border-end", title: "Created At", value: `${formatDate(this.payment.created_at)} ${formatTime(this.payment.created_at)}` }), h(EntityHeadInfoItem, { title: "ID", value: this.payment.id })), h("div", { slot: 'detail-sections' }, h(DetailSection, { sectionTitle: "Details" }, h(DetailItem, { title: "Amount", value: formatCurrency(this.payment.amount) }), h(DetailItem, { title: "Fees", value: formatCurrency(this.payment.fee_amount) }), h(DetailItem, { title: "Refunded", value: formatCurrency(this.payment.amount_refunded) }), h(DetailItem, { title: "Net", value: formatCurrency(this.payment.balance) }), h(DetailItem, { title: "Status", value: MapPaymentStatusToBadge(this.payment.status) }), h(DetailItem, { title: "Payment ID", value: this.payment.id }), h(DetailItem, { title: "Processing Fees", value: formatCurrency(this.payment.fee_amount) }), h(DetailItem, { title: "Statement Descriptor", value: this.payment.statement_descriptor }), h(DetailItem, { title: "Description", value: this.payment.description })), h(DetailSection, { sectionTitle: "Payment Method" }, h(DetailItem, { title: "ID", value: this.payment.payment_method.card.id }), h(DetailItem, { title: "Payment Type", value: "Card" }), h(DetailItem, { title: "Last 4 Numbers", value: this.payment.payment_method.card.acct_last_four }), h(DetailItem, { title: "Brand", value: this.payment.payment_method.card.brand }), h(DetailItem, { title: "Cardholder", value: this.payment.payment_method.card.name })), h(DetailSection, { sectionTitle: 'Metadata' }, h(CodeBlock, { metadata: this.payment.metadata }))))));
61
66
  }
62
67
  static get is() { return "justifi-payment-details"; }
63
68
  static get encapsulation() { return "shadow"; }
@@ -1 +1 @@
1
- {"version":3,"file":"payment-details.js","sourceRoot":"","sources":["../../../../src/components/payment-details/payment-details.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Host, h, Prop, State, Watch } from '@stencil/core';\nimport { Api, IApiResponseCollection, Payment } from '../../api';\nimport { MapPaymentStatusToBadge, formatCurrency, formatDate, formatTime } from '../../utils/utils';\nimport { DetailItem, EntityHeadInfo, EntityHeadInfoItem, ErrorState, LoadingState } from '../details/utils';\nimport { DetailSection } from '../details/utils';\n\n/**\n * @exportedPart detail-loading-spinner\n * @exportedPart detail-loading-state\n * @exportedPart detail-empty-state\n * @exportedPart detail-head\n * @exportedPart detail-title\n * @exportedPart detail-method\n * @exportedPart detail-info\n * @exportedPart detail-info-item\n * @exportedPart detail-info-item-title\n * @exportedPart detail-info-item-data\n * @exportedPart detail-metadata\n * @exportedPart detail-metadata-title\n * @exportedPart detail-method-title\n * @exportedPart detail-method-data\n*/\n@Component({\n tag: 'justifi-payment-details',\n styleUrl: 'payment-details.scss',\n shadow: true,\n})\n\nexport class PaymentDetails {\n @Prop() paymentId: string;\n @Prop() authToken: string;\n @State() payment: Payment;\n @State() loading: boolean = true;\n @State() errorMessage: string;\n\n @Watch('paymentId')\n @Watch('authToken')\n updateOnPropChange() {\n this.fetchData();\n }\n\n connectedCallback() {\n this.fetchData();\n }\n\n async fetchData(): Promise<void> {\n this.errorMessage = '';\n if (!this.paymentId || !this.authToken) {\n this.errorMessage = \"Can not fetch any data without a PaymentID and an AuthToken\";\n this.loading = false;\n return;\n }\n this.loading = true;\n const endpoint = `payments/${this.paymentId}`;\n\n const response: IApiResponseCollection<Payment> = await Api(this.authToken).get(endpoint);\n if (!response.error) {\n this.payment = response.data;\n } else {\n this.errorMessage = typeof response.error === 'string' ? response.error : response.error.message;\n }\n\n this.loading = false;\n }\n\n render() {\n return (\n <Host>\n {\n this.loading ? LoadingState :\n !this.payment ? ErrorState(this.errorMessage) :\n <justifi-details\n error-message={this.errorMessage}\n entity={{\n metadata: this.payment.metadata\n }}\n >\n <EntityHeadInfo slot=\"head-info\" badge={<span slot='badge' innerHTML={MapPaymentStatusToBadge(this.payment?.status)} />} title={`${formatCurrency(this.payment.amount)} ${this.payment.currency.toUpperCase()}`}>\n <EntityHeadInfoItem\n classes=\"border-1 border-end\"\n title=\"Updated At\"\n value={`${formatDate(this.payment.updated_at)} ${formatTime(this.payment.updated_at)}`}\n />\n <EntityHeadInfoItem\n classes=\"border-1 border-end\"\n title=\"Created At\"\n value={`${formatDate(this.payment.created_at)} ${formatTime(this.payment.created_at)}`}\n />\n <EntityHeadInfoItem title=\"ID\" value={this.payment.id} />\n </EntityHeadInfo>\n <div slot='detail-sections'>\n <DetailSection sectionTitle=\"Details\">\n <DetailItem title=\"Amount\" value={formatCurrency(this.payment.amount)} />\n <DetailItem title=\"Fees\" value={formatCurrency(this.payment.fee_amount)} />\n <DetailItem title=\"Refunded\" value={formatCurrency(this.payment.amount_refunded)} />\n <DetailItem title=\"Net\" value={formatCurrency(this.payment.balance)} />\n <DetailItem title=\"Status\" value={MapPaymentStatusToBadge(this.payment.status)} />\n <DetailItem title=\"Payment ID\" value={this.payment.id} />\n <DetailItem title=\"Processing Fees\" value={formatCurrency(this.payment.fee_amount)} />\n <DetailItem title=\"Statement Descriptor\" value={this.payment.statement_descriptor} />\n <DetailItem title=\"Description\" value={this.payment.description} />\n </DetailSection>\n <DetailSection sectionTitle=\"Payment Method\">\n <DetailItem title=\"ID\" value={this.payment.payment_method.card.id} />\n <DetailItem title=\"Payment Type\" value=\"Card\" />\n <DetailItem title=\"Last 4 Numbers\" value={this.payment.payment_method.card.acct_last_four} />\n <DetailItem title=\"Brand\" value={this.payment.payment_method.card.brand} />\n <DetailItem title=\"Cardholder\" value={this.payment.payment_method.card.name} />\n </DetailSection>\n </div>\n </justifi-details>\n }\n </Host>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"payment-details.js","sourceRoot":"","sources":["../../../../src/components/payment-details/payment-details.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Host, h, Prop, State, Watch } from '@stencil/core';\nimport { Api, IApiResponseCollection, Payment } from '../../api';\nimport { MapPaymentStatusToBadge, formatCurrency, formatDate, formatTime } from '../../utils/utils';\nimport { CodeBlock, DetailItem, DetailSection, EntityHeadInfo, EntityHeadInfoItem, ErrorState, LoadingState } from '../details/utils';\n\n/**\n * @exportedPart detail-loading-spinner\n * @exportedPart detail-loading-state\n * @exportedPart detail-empty-state\n * @exportedPart detail-head\n * @exportedPart detail-title\n * @exportedPart detail-method\n * @exportedPart detail-info\n * @exportedPart detail-info-item\n * @exportedPart detail-info-item-title\n * @exportedPart detail-info-item-data\n * @exportedPart detail-metadata\n * @exportedPart detail-metadata-title\n * @exportedPart detail-method-title\n * @exportedPart detail-method-data\n * @exportedPart detail-section\n * @exportedPart detail-section-title\n * @exportedPart detail-section-item-title\n * @exportedPart detail-section-item-data\n * @exportedPart detail-head-info\n * @exportedPart detail-head-info-item\n * @exportedPart detail-head-info-item-title\n * @exportedPart detail-head-info-item-data\n*/\n@Component({\n tag: 'justifi-payment-details',\n styleUrl: 'payment-details.scss',\n shadow: true,\n})\n\nexport class PaymentDetails {\n @Prop() paymentId: string;\n @Prop() authToken: string;\n @State() payment: Payment;\n @State() loading: boolean = true;\n @State() errorMessage: string;\n\n @Watch('paymentId')\n @Watch('authToken')\n updateOnPropChange() {\n this.fetchData();\n }\n\n connectedCallback() {\n this.fetchData();\n }\n\n async fetchData(): Promise<void> {\n this.errorMessage = '';\n if (!this.paymentId || !this.authToken) {\n this.errorMessage = \"Can not fetch any data without a PaymentID and an AuthToken\";\n this.loading = false;\n return;\n }\n this.loading = true;\n const endpoint = `payments/${this.paymentId}`;\n\n const response: IApiResponseCollection<Payment> = await Api(this.authToken, process.env.PROXY_API_ORIGIN).get(endpoint);\n if (!response.error) {\n this.payment = response.data;\n } else {\n this.errorMessage = typeof response.error === 'string' ? response.error : response.error.message;\n }\n\n this.loading = false;\n }\n\n render() {\n return (\n <Host>\n {\n this.loading ? LoadingState :\n !this.payment ? ErrorState(this.errorMessage) :\n <justifi-details error-message={this.errorMessage}>\n <EntityHeadInfo slot=\"head-info\" badge={<span slot='badge' innerHTML={MapPaymentStatusToBadge(this.payment?.status)} />} title={`${formatCurrency(this.payment.amount)} ${this.payment.currency.toUpperCase()}`}>\n <EntityHeadInfoItem\n classes=\"border-1 border-end\"\n title=\"Updated At\"\n value={`${formatDate(this.payment.updated_at)} ${formatTime(this.payment.updated_at)}`}\n />\n <EntityHeadInfoItem\n classes=\"border-1 border-end\"\n title=\"Created At\"\n value={`${formatDate(this.payment.created_at)} ${formatTime(this.payment.created_at)}`}\n />\n <EntityHeadInfoItem title=\"ID\" value={this.payment.id} />\n </EntityHeadInfo>\n <div slot='detail-sections'>\n <DetailSection sectionTitle=\"Details\">\n <DetailItem title=\"Amount\" value={formatCurrency(this.payment.amount)} />\n <DetailItem title=\"Fees\" value={formatCurrency(this.payment.fee_amount)} />\n <DetailItem title=\"Refunded\" value={formatCurrency(this.payment.amount_refunded)} />\n <DetailItem title=\"Net\" value={formatCurrency(this.payment.balance)} />\n <DetailItem title=\"Status\" value={MapPaymentStatusToBadge(this.payment.status)} />\n <DetailItem title=\"Payment ID\" value={this.payment.id} />\n <DetailItem title=\"Processing Fees\" value={formatCurrency(this.payment.fee_amount)} />\n <DetailItem title=\"Statement Descriptor\" value={this.payment.statement_descriptor} />\n <DetailItem title=\"Description\" value={this.payment.description} />\n </DetailSection>\n <DetailSection sectionTitle=\"Payment Method\">\n <DetailItem title=\"ID\" value={this.payment.payment_method.card.id} />\n <DetailItem title=\"Payment Type\" value=\"Card\" />\n <DetailItem title=\"Last 4 Numbers\" value={this.payment.payment_method.card.acct_last_four} />\n <DetailItem title=\"Brand\" value={this.payment.payment_method.card.brand} />\n <DetailItem title=\"Cardholder\" value={this.payment.payment_method.card.name} />\n </DetailSection>\n <DetailSection sectionTitle='Metadata'>\n <CodeBlock metadata={this.payment.metadata} />\n </DetailSection>\n </div>\n </justifi-details>\n }\n </Host>\n );\n }\n}"]}
@@ -1,13 +1,12 @@
1
- import config from "../../../config";
2
1
  export default {
3
- title: 'Pre-release Components/PaymentDetails',
2
+ title: 'Components/PaymentDetails',
4
3
  component: 'justifi-payment-details',
5
4
  parameters: {},
6
5
  };
7
6
  class PaymentDetailsArgs {
8
7
  constructor(args) {
9
- this['auth-token'] = args['auth-token'] || config.authToken;
10
- this['payment-id'] = args['payment-id'] || 'py_76nDkjHlXOEFQue5o3tzMj';
8
+ this['auth-token'] = args['auth-token'] || process.env.PROXY_AUTH_TOKEN;
9
+ this['payment-id'] = args['payment-id'] || process.env.EXAMPLE_PAYMENT_ID;
11
10
  }
12
11
  }
13
12
  const Template = (args) => {
@@ -1 +1 @@
1
- {"version":3,"file":"payment-details.stories.js","sourceRoot":"","sources":["../../../../src/components/payment-details/payment-details.stories.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAErC,eAAe;EACb,KAAK,EAAE,uCAAuC;EAC9C,SAAS,EAAE,yBAAyB;EACpC,UAAU,EAAE,EAAE;CACf,CAAC;AAEF,MAAM,kBAAkB;EAItB,YAAY,IAAI;IACd,IAAI,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC;IAC5D,IAAI,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,2BAA2B,CAAC;EACzE,CAAC;CACF;AAED,MAAM,QAAQ,GAAG,CAAC,IAAwB,EAAE,EAAE;EAC5C,OAAO,CAAC;;;oBAGU,IAAI,CAAC,YAAY,CAAC;oBAClB,IAAI,CAAC,YAAY,CAAC;;GAEnC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACvC,KAAK,CAAC,IAAI,GAAG,IAAI,kBAAkB,CAAC,EAAE,CAAC,CAAC;AAExC,MAAM,CAAC,MAAM,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACxC,MAAM,CAAC,IAAI,GAAG,IAAI,kBAAkB,CAAC,EAAE,CAAC,CAAC;AACzC,MAAM,CAAC,UAAU,GAAG;EAClB,CAAC,KAAK,EAAE,EAAE,CAAC;MACP,KAAK,EAAE;;;;;;;;;;;;;;;;;;GAkBV;CACF,CAAA","sourcesContent":["import config from '../../../config';\n\nexport default {\n title: 'Pre-release Components/PaymentDetails',\n component: 'justifi-payment-details',\n parameters: {},\n};\n\nclass PaymentDetailsArgs {\n 'auth-token': string;\n 'payment-id': string;\n\n constructor(args) {\n this['auth-token'] = args['auth-token'] || config.authToken;\n this['payment-id'] = args['payment-id'] || 'py_76nDkjHlXOEFQue5o3tzMj';\n }\n}\n\nconst Template = (args: PaymentDetailsArgs) => {\n return (`\n <justifi-payment-details\n data-testid=\"justifi-payment-details\"\n auth-token=\"${args['auth-token']}\"\n payment-id=\"${args['payment-id']}\"\n />\n `);\n};\n\nexport const Basic = Template.bind({});\nBasic.args = new PaymentDetailsArgs({});\n\nexport const Styled = Template.bind({});\nStyled.args = new PaymentDetailsArgs({});\nStyled.decorators = [\n (Story) => `\n ${Story()}\n <style>\n justifi-payment-details::part(detail-head) {\n background-color: rgba(100, 200, 250, 0.2);\n border-left: 4px solid rgba(100, 200, 250, 1);\n }\n justifi-payment-details::part(detail-info-item-title),\n justifi-payment-details::part(detail-method-item-title) {\n border-radius: 3px;\n background-color: rgba(0, 0, 0, 0.8);\n text-align: center;\n padding: 0 10px;\n color: white !important;\n }\n justifi-payment-details::part(detail-metadata) {\n background-color: rgba(100,100,100,0.2)\n }\n </style>\n `\n]\n"]}
1
+ {"version":3,"file":"payment-details.stories.js","sourceRoot":"","sources":["../../../../src/components/payment-details/payment-details.stories.ts"],"names":[],"mappings":"AAAA,eAAe;EACb,KAAK,EAAE,2BAA2B;EAClC,SAAS,EAAE,yBAAyB;EACpC,UAAU,EAAE,EAAE;CACf,CAAC;AAEF,MAAM,kBAAkB;EAItB,YAAY,IAAI;IACd,IAAI,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC;IACxE,IAAI,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC;EAC5E,CAAC;CACF;AAED,MAAM,QAAQ,GAAG,CAAC,IAAwB,EAAE,EAAE;EAC5C,OAAO,CAAC;;;oBAGU,IAAI,CAAC,YAAY,CAAC;oBAClB,IAAI,CAAC,YAAY,CAAC;;GAEnC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACvC,KAAK,CAAC,IAAI,GAAG,IAAI,kBAAkB,CAAC,EAAE,CAAC,CAAC;AAExC,MAAM,CAAC,MAAM,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACxC,MAAM,CAAC,IAAI,GAAG,IAAI,kBAAkB,CAAC,EAAE,CAAC,CAAC;AACzC,MAAM,CAAC,UAAU,GAAG;EAClB,CAAC,KAAK,EAAE,EAAE,CAAC;MACP,KAAK,EAAE;;;;;;;;;;;;;;;;;;GAkBV;CACF,CAAA","sourcesContent":["export default {\n title: 'Components/PaymentDetails',\n component: 'justifi-payment-details',\n parameters: {},\n};\n\nclass PaymentDetailsArgs {\n 'auth-token': string;\n 'payment-id': string;\n\n constructor(args) {\n this['auth-token'] = args['auth-token'] || process.env.PROXY_AUTH_TOKEN;\n this['payment-id'] = args['payment-id'] || process.env.EXAMPLE_PAYMENT_ID;\n }\n}\n\nconst Template = (args: PaymentDetailsArgs) => {\n return (`\n <justifi-payment-details\n data-testid=\"justifi-payment-details\"\n auth-token=\"${args['auth-token']}\"\n payment-id=\"${args['payment-id']}\"\n />\n `);\n};\n\nexport const Basic = Template.bind({});\nBasic.args = new PaymentDetailsArgs({});\n\nexport const Styled = Template.bind({});\nStyled.args = new PaymentDetailsArgs({});\nStyled.decorators = [\n (Story) => `\n ${Story()}\n <style>\n justifi-payment-details::part(detail-head) {\n background-color: rgba(100, 200, 250, 0.2);\n border-left: 4px solid rgba(100, 200, 250, 1);\n }\n justifi-payment-details::part(detail-info-item-title),\n justifi-payment-details::part(detail-method-item-title) {\n border-radius: 3px;\n background-color: rgba(0, 0, 0, 0.8);\n text-align: center;\n padding: 0 10px;\n color: white !important;\n }\n justifi-payment-details::part(detail-metadata) {\n background-color: rgba(100,100,100,0.2)\n }\n </style>\n `\n]\n"]}
@@ -1,16 +1,7 @@
1
- const isDev = process.env.NODE_ENV === 'development';
2
1
  export default {
3
2
  title: 'Components/PaymentForm',
4
3
  component: 'justifi-payment-form',
5
- argTypes: {
6
- 'iframe-origin': {
7
- control: 'text',
8
- table: {
9
- disable: isDev ? false : true,
10
- category: 'props',
11
- },
12
- },
13
- },
4
+ argTypes: {},
14
5
  };
15
6
  const Template = (args) => {
16
7
  // The <div> here should be replaced by a `display` property in the cardForm potentially
@@ -23,7 +14,7 @@ const Template = (args) => {
23
14
  client-id='${args['client-id']}'
24
15
  account-id='${args['account-id']}'
25
16
  submit-button-text='${args['submit-button-text']}'
26
- iframe-origin='${args['iframe-origin']}'
17
+ iframe-origin='${process.env.IFRAME_ORIGIN}'
27
18
  />
28
19
  </div>
29
20
  <style>
@@ -1 +1 @@
1
- {"version":3,"file":"payment-form.stories.js","sourceRoot":"","sources":["../../../../src/components/payment-form/payment-form.stories.ts"],"names":[],"mappings":"AAAA,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,aAAa,CAAC;AAYrD,eAAe;EACb,KAAK,EAAE,wBAAwB;EAC/B,SAAS,EAAE,sBAAsB;EACjC,QAAQ,EAAE;IACR,eAAe,EAAE;MACf,OAAO,EAAE,MAAM;MACf,KAAK,EAAE;QACL,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI;QAC7B,QAAQ,EAAE,OAAO;OAClB;KACF;GACF;CACF,CAAC;AAEF,MAAM,QAAQ,GAAG,CAAC,IAA0B,EAAE,EAAE;EAC9C,wFAAwF;EACxF,OAAO;;;eAGM,IAAI,CAAC,IAAI;wBACA,IAAI,CAAC,cAAc,CAAC;iBAC3B,IAAI,CAAC,KAAK;qBACN,IAAI,CAAC,WAAW,CAAC;sBAChB,IAAI,CAAC,YAAY,CAAC;8BACV,IAAI,CAAC,oBAAoB,CAAC;yBAC/B,IAAI,CAAC,eAAe,CAAC;;;;;UAKpC,IAAI,CAAC,YAAY;;;;;;;;;;;;;;;GAexB,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACvC,KAAK,CAAC,IAAI,GAAG;EACX,cAAc,EAAE,IAAI;EACpB,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,EAAE;EACX,WAAW,EAAE,EAAE;EACf,YAAY,EAAE,EAAE;EAChB,oBAAoB,EAAE,EAAE;EACxB,eAAe,EAAE,EAAE;CACpB,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACxC,MAAM,CAAC,IAAI,GAAG;EACZ,cAAc,EAAE,IAAI;EACpB,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,EAAE;EACX,WAAW,EAAE,EAAE;EACf,YAAY,EAAE,EAAE;EAChB,oBAAoB,EAAE,EAAE;EACxB,eAAe,EAAE,EAAE;EACnB,cAAc,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqEf;CACF,CAAC","sourcesContent":["const isDev = process.env.NODE_ENV === 'development';\n\ninterface PaymentFormStoryArgs {\n 'bank-account': boolean;\n 'card': boolean;\n 'email': string;\n 'client-id': string;\n 'account-id': string;\n 'submit-button-text': string;\n 'cssVariables': string;\n}\n\nexport default {\n title: 'Components/PaymentForm',\n component: 'justifi-payment-form',\n argTypes: {\n 'iframe-origin': {\n control: 'text',\n table: {\n disable: isDev ? false : true,\n category: 'props',\n },\n },\n },\n};\n\nconst Template = (args: PaymentFormStoryArgs) => {\n // The <div> here should be replaced by a `display` property in the cardForm potentially\n return `\n <div>\n <justifi-payment-form\n card=${args.card}\n bank-account='${args['bank-account']}'\n email='${args.email}'\n client-id='${args['client-id']}'\n account-id='${args['account-id']}'\n submit-button-text='${args['submit-button-text']}'\n iframe-origin='${args['iframe-origin']}'\n />\n </div>\n <style>\n :root {\n ${args.cssVariables}\n }\n </style>\n <script>\n (async () => {\n await customElements.whenDefined('justifi-payment-form');\n const paymentForm = document.querySelector('justifi-payment-form');\n paymentForm.addEventListener('submitted', async (event) => {\n // here is where you would submit a payment with the token\n console.log(event.detail);\n // after the payment succeeds or fails, the form submit button can be enabled again\n await paymentForm.enableSubmitButton();\n });\n })()\n </script>\n `;\n};\n\nexport const Basic = Template.bind({});\nBasic.args = {\n 'bank-account': true,\n 'card': true,\n 'email': '',\n 'client-id': '',\n 'account-id': '',\n 'submit-button-text': '',\n 'iframe-origin': '',\n};\n\nexport const Styled = Template.bind({});\nStyled.args = {\n 'bank-account': true,\n 'card': true,\n 'email': '',\n 'client-id': '',\n 'account-id': '',\n 'submit-button-text': '',\n 'iframe-origin': '',\n 'cssVariables': `\n --jfi-primary-color: #212529;\n --jfi-load-google-font: 'Roboto Mono:wght@200;400;700;900';\n --jfi-layout-font-family: Roboto Mono, Calibri, sans-serif;\n --jfi-layout-padding: 4px;\n --jfi-layout-form-control-spacing-x: .5rem;\n --jfi-layout-form-control-spacing-y: 1rem;\n --jfi-form-label-font-weight: 700;\n --jfi-form-label-font-family: Calibri, sans-serif;\n --jfi-form-label-margin: 0 0 .5rem 0;\n --jfi-form-control-background-color: #F4F4F6;\n --jfi-form-control-background-color-hover: #EEEEF5;\n --jfi-form-control-border-color: rgba(0, 0, 0, 0.42);\n --jfi-form-control-border-color-hover: rgba(0, 0, 0, 0.62);\n --jfi-form-control-border-color-focus: #fccc32;\n --jfi-form-control-border-color-error: #C12727;\n --jfi-form-control-border-top-width: 0;\n --jfi-form-control-border-left-width: 0;\n --jfi-form-control-border-bottom-width: 1px;\n --jfi-form-control-border-right-width: 0;\n --jfi-form-control-border-radius: 4px 4px 0 0;\n --jfi-form-control-border-style: solid;\n --jfi-form-control-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n --jfi-form-control-box-shadow-focus: none;\n --jfi-form-control-box-shadow-error-focus: none;\n --jfi-form-control-border-style: solid;\n --jfi-form-control-color: #212529;\n --jfi-form-control-font-size: 1rem;\n --jfi-form-control-font-weight: 400;\n --jfi-form-control-line-height: 2;\n --jfi-form-control-margin: 0;\n --jfi-form-control-padding: .5rem .875rem;\n --jfi-error-message-color: #C12727;\n --jfi-error-message-margin: .25rem 0 0 0;\n --jfi-error-message-font-size: .875rem;\n\n --jfi-submit-button-color: white;\n --jfi-submit-button-background-color: #3F3F47;\n --jfi-submit-button-border-color: var(--jfi-primary-color);\n --jfi-submit-button-padding: 0.375rem 0.75rem;\n --jfi-submit-button-font-size: 1rem;\n --jfi-submit-button-border-radius: 1px;\n --jfi-submit-button-color-hover: white;\n --jfi-submit-button-background-color-hover: var(--jfi-primary-color);\n --jfi-submit-button-border-color-hover: var(--jfi-primary-color);\n --jfi-submit-button-color-focus: white;\n --jfi-submit-button-background-color-focus: var(--jfi-primary-color);\n --jfi-submit-button-border-color-focus: var(--jfi-primary-color);\n --jfi-submit-button-color-active: white;\n --jfi-submit-button-background-color-active: var(--jfi-primary-color);\n --jfi-submit-button-border-color-active: var(--jfi-primary-color);\n --jfi-submit-button-width: 100%;\n --jfi-submit-button-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;\n\n --jfi-radio-button-color: var(--jfi-primary-color);\n --jfi-radio-button-background-color: transparent;\n --jfi-radio-button-color-selected: white;\n --jfi-radio-button-background-color-selected: var(--jfi-primary-color);\n --jfi-radio-button-border-color: var(--jfi-primary-color);\n --jfi-radio-button-border-color-selected: var(--jfi-primary-color);\n --jfi-radio-button-padding: 0.375rem 0.75rem;\n --jfi-radio-button-font-size: 1rem;\n --jfi-radio-button-color-hover: var(--jfi-primary-color);\n --jfi-radio-button-color-selected-hover: white;\n --jfi-radio-button-background-color-hover: transparent;\n --jfi-radio-button-background-color-selected-hover: var(--jfi-primary-color);\n --jfi-radio-button-border-color-selected-hover: var(--jfi-primary-color);\n --jfi-radio-button-border-color-hover: var(--jfi-primary-color);\n --jfi-radio-button-group-width: 100%;\n `,\n};\n"]}
1
+ {"version":3,"file":"payment-form.stories.js","sourceRoot":"","sources":["../../../../src/components/payment-form/payment-form.stories.ts"],"names":[],"mappings":"AAUA,eAAe;EACb,KAAK,EAAE,wBAAwB;EAC/B,SAAS,EAAE,sBAAsB;EACjC,QAAQ,EAAE,EAAE;CACb,CAAC;AAEF,MAAM,QAAQ,GAAG,CAAC,IAA0B,EAAE,EAAE;EAC9C,wFAAwF;EACxF,OAAO;;;eAGM,IAAI,CAAC,IAAI;wBACA,IAAI,CAAC,cAAc,CAAC;iBAC3B,IAAI,CAAC,KAAK;qBACN,IAAI,CAAC,WAAW,CAAC;sBAChB,IAAI,CAAC,YAAY,CAAC;8BACV,IAAI,CAAC,oBAAoB,CAAC;yBAC/B,OAAO,CAAC,GAAG,CAAC,aAAa;;;;;UAKxC,IAAI,CAAC,YAAY;;;;;;;;;;;;;;;GAexB,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACvC,KAAK,CAAC,IAAI,GAAG;EACX,cAAc,EAAE,IAAI;EACpB,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,EAAE;EACX,WAAW,EAAE,EAAE;EACf,YAAY,EAAE,EAAE;EAChB,oBAAoB,EAAE,EAAE;EACxB,eAAe,EAAE,EAAE;CACpB,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACxC,MAAM,CAAC,IAAI,GAAG;EACZ,cAAc,EAAE,IAAI;EACpB,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,EAAE;EACX,WAAW,EAAE,EAAE;EACf,YAAY,EAAE,EAAE;EAChB,oBAAoB,EAAE,EAAE;EACxB,eAAe,EAAE,EAAE;EACnB,cAAc,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqEf;CACF,CAAC","sourcesContent":["interface PaymentFormStoryArgs {\n 'bank-account': boolean;\n 'card': boolean;\n 'email': string;\n 'client-id': string;\n 'account-id': string;\n 'submit-button-text': string;\n 'cssVariables': string;\n}\n\nexport default {\n title: 'Components/PaymentForm',\n component: 'justifi-payment-form',\n argTypes: {},\n};\n\nconst Template = (args: PaymentFormStoryArgs) => {\n // The <div> here should be replaced by a `display` property in the cardForm potentially\n return `\n <div>\n <justifi-payment-form\n card=${args.card}\n bank-account='${args['bank-account']}'\n email='${args.email}'\n client-id='${args['client-id']}'\n account-id='${args['account-id']}'\n submit-button-text='${args['submit-button-text']}'\n iframe-origin='${process.env.IFRAME_ORIGIN}'\n />\n </div>\n <style>\n :root {\n ${args.cssVariables}\n }\n </style>\n <script>\n (async () => {\n await customElements.whenDefined('justifi-payment-form');\n const paymentForm = document.querySelector('justifi-payment-form');\n paymentForm.addEventListener('submitted', async (event) => {\n // here is where you would submit a payment with the token\n console.log(event.detail);\n // after the payment succeeds or fails, the form submit button can be enabled again\n await paymentForm.enableSubmitButton();\n });\n })()\n </script>\n `;\n};\n\nexport const Basic = Template.bind({});\nBasic.args = {\n 'bank-account': true,\n 'card': true,\n 'email': '',\n 'client-id': '',\n 'account-id': '',\n 'submit-button-text': '',\n 'iframe-origin': '',\n};\n\nexport const Styled = Template.bind({});\nStyled.args = {\n 'bank-account': true,\n 'card': true,\n 'email': '',\n 'client-id': '',\n 'account-id': '',\n 'submit-button-text': '',\n 'iframe-origin': '',\n 'cssVariables': `\n --jfi-primary-color: #212529;\n --jfi-load-google-font: 'Roboto Mono:wght@200;400;700;900';\n --jfi-layout-font-family: Roboto Mono, Calibri, sans-serif;\n --jfi-layout-padding: 4px;\n --jfi-layout-form-control-spacing-x: .5rem;\n --jfi-layout-form-control-spacing-y: 1rem;\n --jfi-form-label-font-weight: 700;\n --jfi-form-label-font-family: Calibri, sans-serif;\n --jfi-form-label-margin: 0 0 .5rem 0;\n --jfi-form-control-background-color: #F4F4F6;\n --jfi-form-control-background-color-hover: #EEEEF5;\n --jfi-form-control-border-color: rgba(0, 0, 0, 0.42);\n --jfi-form-control-border-color-hover: rgba(0, 0, 0, 0.62);\n --jfi-form-control-border-color-focus: #fccc32;\n --jfi-form-control-border-color-error: #C12727;\n --jfi-form-control-border-top-width: 0;\n --jfi-form-control-border-left-width: 0;\n --jfi-form-control-border-bottom-width: 1px;\n --jfi-form-control-border-right-width: 0;\n --jfi-form-control-border-radius: 4px 4px 0 0;\n --jfi-form-control-border-style: solid;\n --jfi-form-control-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n --jfi-form-control-box-shadow-focus: none;\n --jfi-form-control-box-shadow-error-focus: none;\n --jfi-form-control-border-style: solid;\n --jfi-form-control-color: #212529;\n --jfi-form-control-font-size: 1rem;\n --jfi-form-control-font-weight: 400;\n --jfi-form-control-line-height: 2;\n --jfi-form-control-margin: 0;\n --jfi-form-control-padding: .5rem .875rem;\n --jfi-error-message-color: #C12727;\n --jfi-error-message-margin: .25rem 0 0 0;\n --jfi-error-message-font-size: .875rem;\n\n --jfi-submit-button-color: white;\n --jfi-submit-button-background-color: #3F3F47;\n --jfi-submit-button-border-color: var(--jfi-primary-color);\n --jfi-submit-button-padding: 0.375rem 0.75rem;\n --jfi-submit-button-font-size: 1rem;\n --jfi-submit-button-border-radius: 1px;\n --jfi-submit-button-color-hover: white;\n --jfi-submit-button-background-color-hover: var(--jfi-primary-color);\n --jfi-submit-button-border-color-hover: var(--jfi-primary-color);\n --jfi-submit-button-color-focus: white;\n --jfi-submit-button-background-color-focus: var(--jfi-primary-color);\n --jfi-submit-button-border-color-focus: var(--jfi-primary-color);\n --jfi-submit-button-color-active: white;\n --jfi-submit-button-background-color-active: var(--jfi-primary-color);\n --jfi-submit-button-border-color-active: var(--jfi-primary-color);\n --jfi-submit-button-width: 100%;\n --jfi-submit-button-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;\n\n --jfi-radio-button-color: var(--jfi-primary-color);\n --jfi-radio-button-background-color: transparent;\n --jfi-radio-button-color-selected: white;\n --jfi-radio-button-background-color-selected: var(--jfi-primary-color);\n --jfi-radio-button-border-color: var(--jfi-primary-color);\n --jfi-radio-button-border-color-selected: var(--jfi-primary-color);\n --jfi-radio-button-padding: 0.375rem 0.75rem;\n --jfi-radio-button-font-size: 1rem;\n --jfi-radio-button-color-hover: var(--jfi-primary-color);\n --jfi-radio-button-color-selected-hover: white;\n --jfi-radio-button-background-color-hover: transparent;\n --jfi-radio-button-background-color-selected-hover: var(--jfi-primary-color);\n --jfi-radio-button-border-color-selected-hover: var(--jfi-primary-color);\n --jfi-radio-button-border-color-hover: var(--jfi-primary-color);\n --jfi-radio-button-group-width: 100%;\n `,\n};\n"]}
@@ -1,4 +1,4 @@
1
- import { Host, h } from "@stencil/core";
1
+ import { Host, h, } from "@stencil/core";
2
2
  import iFrameResize from "iframe-resizer/js/iframeResizer";
3
3
  import { MessageEventType } from "./message-event-types";
4
4
  import packageJson from "../../../package.json";
@@ -32,7 +32,7 @@ export class PaymentMethodForm {
32
32
  }
33
33
  postMessage(eventType, payload) {
34
34
  var _a, _b;
35
- (_b = (_a = this.iframeElement) === null || _a === void 0 ? void 0 : _a.contentWindow) === null || _b === void 0 ? void 0 : _b.postMessage(Object.assign({ eventType: eventType }, payload), this.iframeOrigin || process.env.IFRAME_ORIGIN || '*');
35
+ (_b = (_a = this.iframeElement) === null || _a === void 0 ? void 0 : _a.contentWindow) === null || _b === void 0 ? void 0 : _b.postMessage(Object.assign({ eventType: eventType }, payload), process.env.IFRAME_ORIGIN || '*');
36
36
  }
37
37
  async resize() {
38
38
  this.postMessage(MessageEventType[this.paymentMethodFormType].resize);
@@ -74,7 +74,7 @@ export class PaymentMethodForm {
74
74
  return queryParams.join('');
75
75
  }
76
76
  getIframeSrc() {
77
- const iframeOrigin = this.iframeOrigin || process.env.IFRAME_ORIGIN || 'https://js.justifi.ai/v2';
77
+ const iframeOrigin = process.env.IFRAME_ORIGIN;
78
78
  let iframeSrc = `${iframeOrigin}/${this.paymentMethodFormType}`;
79
79
  let paramsList = [];
80
80
  if (this.paymentMethodFormValidationMode) {
@@ -89,7 +89,7 @@ export class PaymentMethodForm {
89
89
  return (h(Host, null, h("iframe", { id: `justifi-payment-method-form-${this.paymentMethodFormType}`, src: this.getIframeSrc(), ref: el => {
90
90
  this.iframeElement = el;
91
91
  }, onLoad: () => {
92
- iFrameResize({ log: true }, this.iframeElement);
92
+ iFrameResize(this.iframeElement);
93
93
  this.sendStyleOverrides();
94
94
  } })));
95
95
  }
@@ -127,7 +127,7 @@ export class PaymentMethodForm {
127
127
  "type": "string",
128
128
  "mutable": true,
129
129
  "complexType": {
130
- "original": "'onChange' | 'onBlur' | 'onSubmit' | 'onTouched' | 'all'",
130
+ "original": "| 'onChange'\n | 'onBlur'\n | 'onSubmit'\n | 'onTouched'\n | 'all'",
131
131
  "resolved": "\"all\" | \"onBlur\" | \"onChange\" | \"onSubmit\" | \"onTouched\"",
132
132
  "references": {}
133
133
  },
@@ -203,7 +203,7 @@ export class PaymentMethodForm {
203
203
  "text": ""
204
204
  },
205
205
  "complexType": {
206
- "original": "{ data: any }",
206
+ "original": "{\n data: any;\n }",
207
207
  "resolved": "{ data: any; }",
208
208
  "references": {}
209
209
  }
@@ -1 +1 @@
1
- {"version":3,"file":"payment-method-form.js","sourceRoot":"","sources":["../../../../src/components/payment-method-form/payment-method-form.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Event, Host, Prop, h, EventEmitter, Method } from '@stencil/core';\nimport iFrameResize from 'iframe-resizer/js/iframeResizer';\nimport { MessageEventType } from './message-event-types';\nimport { Theme } from './theme';\nimport packageJson from '../../../package.json';\nimport getComputedTheme from './get-computed-theme';\nimport { CreatePaymentMethodResponse } from './payment-method-responses';\n\n@Component({\n tag: 'justifi-payment-method-form',\n styleUrl: 'payment-method-form.css',\n shadow: false,\n})\nexport class PaymentMethodForm {\n @Prop() paymentMethodFormType: 'card' | 'bankAccount';\n @Prop({\n mutable: true,\n })\n paymentMethodFormValidationMode: 'onChange' | 'onBlur' | 'onSubmit' | 'onTouched' | 'all';\n @Prop() iframeOrigin?: string;\n @Prop() singleLine: boolean;\n @Event({ bubbles: true }) paymentMethodFormReady: EventEmitter;\n @Event({ bubbles: true }) paymentMethodFormTokenize: EventEmitter<{ data: any }>;\n\n private computedTheme: Theme = getComputedTheme();\n\n iframeElement!: HTMLIFrameElement;\n\n connectedCallback() {\n window.addEventListener('message', this.dispatchMessageEvent.bind(this));\n }\n\n disconnectedCallback() {\n window.removeEventListener('message', this.dispatchMessageEvent.bind(this));\n }\n\n sendStyleOverrides() {\n if (this.computedTheme) {\n this.postMessage(MessageEventType[this.paymentMethodFormType].styleOverrides, { styleOverrides: this.computedTheme });\n }\n }\n\n private dispatchMessageEvent(messageEvent: MessageEvent) {\n const messagePayload = messageEvent.data;\n const messageType = messagePayload.eventType;\n const messageData = messagePayload.data;\n\n if (messageType === MessageEventType[this.paymentMethodFormType].ready) {\n this.paymentMethodFormReady.emit(messageData);\n }\n }\n\n private postMessage(eventType: string, payload?: any) {\n this.iframeElement?.contentWindow?.postMessage({ eventType: eventType, ...payload }, this.iframeOrigin || process.env.IFRAME_ORIGIN || '*');\n }\n\n @Method()\n async resize(): Promise<any> {\n this.postMessage(MessageEventType[this.paymentMethodFormType].resize);\n }\n\n private async postMessageWithResponseListener(eventType: string, payload?: any): Promise<any> {\n return new Promise(resolve => {\n const responseListener = (event: MessageEvent) => {\n if (event.data.eventType !== eventType) return;\n window.removeEventListener('message', responseListener);\n resolve(event.data.data);\n };\n window.addEventListener('message', responseListener);\n this.postMessage(eventType, payload);\n });\n }\n\n @Method()\n async tokenize(clientId: string, paymentMethodMetadata: any, account?: string): Promise<CreatePaymentMethodResponse> {\n const eventType = MessageEventType[this.paymentMethodFormType].tokenize;\n const payload = {\n clientId: clientId,\n componentVersion: packageJson.version,\n paymentMethodMetadata: paymentMethodMetadata,\n account: account,\n };\n\n return this.postMessageWithResponseListener(eventType, payload);\n }\n\n @Method()\n async validate(): Promise<any> {\n return this.postMessageWithResponseListener(MessageEventType[this.paymentMethodFormType].validate);\n }\n\n private composeQueryParams(values: string[]) {\n const queryParams = values.map(value => {\n if (value === values[0]) {\n return (value = `?${value}`);\n } else {\n return (value = `&${value}`);\n }\n });\n return queryParams.join('');\n }\n\n private getIframeSrc() {\n const iframeOrigin = this.iframeOrigin || process.env.IFRAME_ORIGIN || 'https://js.justifi.ai/v2';\n let iframeSrc = `${iframeOrigin}/${this.paymentMethodFormType}`;\n let paramsList = [];\n if (this.paymentMethodFormValidationMode) {\n paramsList.push(`validationMode=${this.paymentMethodFormValidationMode}`);\n }\n if (this.singleLine) {\n paramsList.push(`singleLine=${this.singleLine}`);\n }\n\n return iframeSrc.concat(this.composeQueryParams(paramsList));\n }\n\n render() {\n return (\n <Host>\n <iframe\n id={`justifi-payment-method-form-${this.paymentMethodFormType}`}\n src={this.getIframeSrc()}\n ref={el => {\n this.iframeElement = el as HTMLIFrameElement;\n }}\n onLoad={() => {\n iFrameResize({ log: true }, this.iframeElement);\n this.sendStyleOverrides();\n }}\n ></iframe>\n </Host>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"payment-method-form.js","sourceRoot":"","sources":["../../../../src/components/payment-method-form/payment-method-form.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n Component,\n Event,\n Host,\n Prop,\n h,\n EventEmitter,\n Method,\n} from '@stencil/core';\nimport iFrameResize from 'iframe-resizer/js/iframeResizer';\nimport { MessageEventType } from './message-event-types';\nimport { Theme } from './theme';\nimport packageJson from '../../../package.json';\nimport getComputedTheme from './get-computed-theme';\nimport { CreatePaymentMethodResponse } from './payment-method-responses';\n\n@Component({\n tag: 'justifi-payment-method-form',\n styleUrl: 'payment-method-form.css',\n shadow: false,\n})\nexport class PaymentMethodForm {\n @Prop() paymentMethodFormType: 'card' | 'bankAccount';\n @Prop({\n mutable: true,\n })\n paymentMethodFormValidationMode:\n | 'onChange'\n | 'onBlur'\n | 'onSubmit'\n | 'onTouched'\n | 'all';\n @Prop() iframeOrigin?: string;\n @Prop() singleLine: boolean;\n @Event({ bubbles: true }) paymentMethodFormReady: EventEmitter;\n @Event({ bubbles: true }) paymentMethodFormTokenize: EventEmitter<{\n data: any;\n }>;\n\n private computedTheme: Theme = getComputedTheme();\n\n iframeElement!: HTMLIFrameElement;\n\n connectedCallback() {\n window.addEventListener('message', this.dispatchMessageEvent.bind(this));\n }\n\n disconnectedCallback() {\n window.removeEventListener('message', this.dispatchMessageEvent.bind(this));\n }\n\n sendStyleOverrides() {\n if (this.computedTheme) {\n this.postMessage(\n MessageEventType[this.paymentMethodFormType].styleOverrides,\n { styleOverrides: this.computedTheme },\n );\n }\n }\n\n private dispatchMessageEvent(messageEvent: MessageEvent) {\n const messagePayload = messageEvent.data;\n const messageType = messagePayload.eventType;\n const messageData = messagePayload.data;\n\n if (messageType === MessageEventType[this.paymentMethodFormType].ready) {\n this.paymentMethodFormReady.emit(messageData);\n }\n }\n\n private postMessage(eventType: string, payload?: any) {\n this.iframeElement?.contentWindow?.postMessage({ eventType: eventType, ...payload }, process.env.IFRAME_ORIGIN || '*');\n }\n\n @Method()\n async resize(): Promise<any> {\n this.postMessage(MessageEventType[this.paymentMethodFormType].resize);\n }\n\n private async postMessageWithResponseListener(\n eventType: string,\n payload?: any,\n ): Promise<any> {\n return new Promise(resolve => {\n const responseListener = (event: MessageEvent) => {\n if (event.data.eventType !== eventType) return;\n window.removeEventListener('message', responseListener);\n resolve(event.data.data);\n };\n window.addEventListener('message', responseListener);\n this.postMessage(eventType, payload);\n });\n }\n\n @Method()\n async tokenize(\n clientId: string,\n paymentMethodMetadata: any,\n account?: string,\n ): Promise<CreatePaymentMethodResponse> {\n const eventType = MessageEventType[this.paymentMethodFormType].tokenize;\n const payload = {\n clientId: clientId,\n componentVersion: packageJson.version,\n paymentMethodMetadata: paymentMethodMetadata,\n account: account,\n };\n\n return this.postMessageWithResponseListener(eventType, payload);\n }\n\n @Method()\n async validate(): Promise<any> {\n return this.postMessageWithResponseListener(\n MessageEventType[this.paymentMethodFormType].validate,\n );\n }\n\n private composeQueryParams(values: string[]) {\n const queryParams = values.map(value => {\n if (value === values[0]) {\n return (value = `?${value}`);\n } else {\n return (value = `&${value}`);\n }\n });\n return queryParams.join('');\n }\n\n private getIframeSrc() {\n const iframeOrigin = process.env.IFRAME_ORIGIN;\n\n let iframeSrc = `${iframeOrigin}/${this.paymentMethodFormType}`;\n let paramsList = [];\n if (this.paymentMethodFormValidationMode) {\n paramsList.push(`validationMode=${this.paymentMethodFormValidationMode}`);\n }\n if (this.singleLine) {\n paramsList.push(`singleLine=${this.singleLine}`);\n }\n\n return iframeSrc.concat(this.composeQueryParams(paramsList));\n }\n\n render() {\n return (\n <Host>\n <iframe\n id={`justifi-payment-method-form-${this.paymentMethodFormType}`}\n src={this.getIframeSrc()}\n ref={el => {\n this.iframeElement = el as HTMLIFrameElement;\n }}\n onLoad={() => {\n iFrameResize(this.iframeElement);\n this.sendStyleOverrides();\n }}\n ></iframe>\n </Host>\n );\n }\n}\n"]}