@justifi/webcomponents 6.0.0-rc.4 → 6.0.0-rc.5

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 (359) hide show
  1. package/dist/cjs/bank-account-document-form-inputs_4.cjs.entry.js +2 -2
  2. package/dist/cjs/{check-pkg-version-BNVGE27p.js → check-pkg-version-BsodhBbK.js} +1 -1
  3. package/dist/cjs/{checkout.store-CV_fuGQw.js → checkout.store-Cn3Jj5gi.js} +1 -0
  4. package/dist/cjs/custom-popper_2.cjs.entry.js +2 -2
  5. package/dist/cjs/form-control-checkbox.cjs.entry.js +2 -2
  6. package/dist/cjs/form-control-date.cjs.entry.js +2 -2
  7. package/dist/cjs/form-control-file-v2_2.cjs.entry.js +3 -3
  8. package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
  9. package/dist/cjs/form-control-number-masked_2.cjs.entry.js +2 -2
  10. package/dist/cjs/form-control-number.cjs.entry.js +2 -2
  11. package/dist/cjs/form-control-radio.cjs.entry.js +2 -2
  12. package/dist/cjs/form-control-select_2.cjs.entry.js +2 -2
  13. package/dist/cjs/hidden-input_2.cjs.entry.js +5 -5
  14. package/dist/cjs/justifi-apple-pay.cjs.entry.js +836 -0
  15. package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +8 -8
  16. package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
  17. package/dist/cjs/justifi-business-form.cjs.entry.js +2 -2
  18. package/dist/cjs/justifi-checkout-summary_6.cjs.entry.js +140 -34
  19. package/dist/cjs/justifi-checkout.cjs.entry.js +3 -3
  20. package/dist/cjs/justifi-checkouts-list.cjs.entry.js +2 -2
  21. package/dist/cjs/justifi-dispute-management.cjs.entry.js +2 -2
  22. package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +2 -2
  23. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
  24. package/dist/cjs/justifi-order-terminals.cjs.entry.js +3 -3
  25. package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
  26. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
  27. package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +3 -3
  28. package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +2 -2
  29. package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
  30. package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
  31. package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +3 -3
  32. package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +2 -2
  33. package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -3
  34. package/dist/cjs/justifi-refund-payment.cjs.entry.js +2 -2
  35. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +3 -3
  36. package/dist/cjs/justifi-skeleton.cjs.entry.js +1 -1
  37. package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +2 -2
  38. package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +3 -3
  39. package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +1 -1
  40. package/dist/cjs/justifi-terminals-list.cjs.entry.js +3 -3
  41. package/dist/cjs/loader.cjs.js +1 -1
  42. package/dist/cjs/{package-BKILqyp3.js → package-DJaHaxMC.js} +1 -1
  43. package/dist/cjs/payment-details-core.cjs.entry.js +8 -8
  44. package/dist/cjs/payment-method-option.cjs.entry.js +1 -1
  45. package/dist/cjs/payments-list-core.cjs.entry.js +1 -1
  46. package/dist/cjs/payout-details-core.cjs.entry.js +3 -3
  47. package/dist/cjs/payouts-list-core.cjs.entry.js +1 -1
  48. package/dist/cjs/terminal-orders-list-core.cjs.entry.js +1 -1
  49. package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
  50. package/dist/cjs/terminals-list-core.cjs.entry.js +1 -1
  51. package/dist/cjs/webcomponents.cjs.js +1 -1
  52. package/dist/collection/api/ApplePay.js +119 -0
  53. package/dist/collection/api/services/apple-pay.service.js +334 -0
  54. package/dist/collection/collection-manifest.json +1 -0
  55. package/dist/collection/components/modular-checkout/modular-checkout.js +137 -32
  56. package/dist/collection/components/modular-checkout/sub-components/apple-pay-skeleton.js +10 -0
  57. package/dist/collection/components/modular-checkout/sub-components/apple-pay.js +555 -0
  58. package/dist/collection/components/modular-checkout/sub-components/bank-account.js +2 -2
  59. package/dist/collection/components/modular-checkout/sub-components/card-form.js +2 -2
  60. package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +1 -1
  61. package/dist/collection/components/modular-checkout/sub-components/summary.js +1 -1
  62. package/dist/collection/components/order-terminals/order-terminals.js +1 -1
  63. package/dist/collection/components/order-terminals/terminal-quantity-selector/terminal-quantity-selector.js +1 -1
  64. package/dist/collection/components/payment-details/payment-details-core.js +8 -8
  65. package/dist/collection/components/payment-transactions-list/payment-transactions-list.js +1 -1
  66. package/dist/collection/components/payments-list/payments-list-core.js +1 -1
  67. package/dist/collection/components/payments-list/payments-list-filters.js +2 -2
  68. package/dist/collection/components/payments-list/payments-list.js +1 -1
  69. package/dist/collection/components/payout-details/payout-details-core.js +3 -3
  70. package/dist/collection/components/payout-transactions-list/payout-transactions-list.js +1 -1
  71. package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
  72. package/dist/collection/components/payouts-list/payouts-list-filters.js +2 -2
  73. package/dist/collection/components/payouts-list/payouts-list.js +1 -1
  74. package/dist/collection/components/terminal-orders-list/terminal-orders-list-core.js +1 -1
  75. package/dist/collection/components/terminal-orders-list/terminal-orders-list-filters.js +2 -2
  76. package/dist/collection/components/terminal-orders-list/terminal-orders-list.js +1 -1
  77. package/dist/collection/components/terminals-list/terminals-list-core.js +1 -1
  78. package/dist/collection/components/terminals-list/terminals-list-filters.js +1 -1
  79. package/dist/collection/components/terminals-list/terminals-list.js +1 -1
  80. package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +2 -2
  81. package/dist/collection/store/checkout.store.js +1 -0
  82. package/dist/collection/ui-components/apple-pay-button.js +146 -0
  83. package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
  84. package/dist/collection/ui-components/form/form-control-checkbox.js +2 -2
  85. package/dist/collection/ui-components/form/form-control-date.js +2 -2
  86. package/dist/collection/ui-components/form/form-control-file-v2.js +1 -1
  87. package/dist/collection/ui-components/form/form-control-file.js +2 -2
  88. package/dist/collection/ui-components/form/form-control-monetary.js +2 -2
  89. package/dist/collection/ui-components/form/form-control-number-masked.js +2 -2
  90. package/dist/collection/ui-components/form/form-control-number.js +2 -2
  91. package/dist/collection/ui-components/form/form-control-radio.js +2 -2
  92. package/dist/collection/ui-components/form/form-control-text.js +2 -2
  93. package/dist/collection/ui-components/form/form-control-textarea.js +2 -2
  94. package/dist/collection/ui-components/form/hidden-input.js +1 -1
  95. package/dist/collection/ui-components/form/iframe-input.js +3 -3
  96. package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +1 -1
  97. package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +1 -1
  98. package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +1 -1
  99. package/dist/docs.json +463 -1
  100. package/dist/esm/additional-questions-details_5.entry.js +2 -2
  101. package/dist/esm/{badge-D_mzXSCQ.js → badge-D4ZXPFjL.js} +1 -1
  102. package/dist/esm/bank-account-document-form-inputs_4.entry.js +5 -5
  103. package/dist/esm/bank-account-form.entry.js +2 -2
  104. package/dist/esm/business-details-core.entry.js +3 -3
  105. package/dist/esm/{button-CeR8qVS3.js → button-C0wLsDP3.js} +1 -1
  106. package/dist/esm/card-form.entry.js +2 -2
  107. package/dist/esm/{check-pkg-version-CaWUVat7.js → check-pkg-version-D_w9UM2s.js} +1 -1
  108. package/dist/esm/{checkout.store-B60siz2l.js → checkout.store-OAv_iY1u.js} +1 -0
  109. package/dist/esm/checkouts-list-core.entry.js +5 -5
  110. package/dist/esm/{checkouts-table-CFZYoYjn.js → checkouts-table-DjGKtqoc.js} +2 -2
  111. package/dist/esm/custom-popper_2.entry.js +3 -3
  112. package/dist/esm/form-alert_5.entry.js +1 -1
  113. package/dist/esm/form-control-checkbox.entry.js +5 -5
  114. package/dist/esm/form-control-date.entry.js +4 -4
  115. package/dist/esm/{form-control-error-text-D3ZwkOv-.js → form-control-error-text-Bzfs_rxk.js} +1 -1
  116. package/dist/esm/form-control-file-v2_2.entry.js +5 -5
  117. package/dist/esm/{form-control-help-text-C39ZW65w.js → form-control-help-text-ueLctOBN.js} +1 -1
  118. package/dist/esm/form-control-monetary-provisioning.entry.js +3 -3
  119. package/dist/esm/form-control-monetary.entry.js +5 -5
  120. package/dist/esm/form-control-number-masked_2.entry.js +4 -4
  121. package/dist/esm/form-control-number.entry.js +5 -5
  122. package/dist/esm/form-control-radio.entry.js +3 -3
  123. package/dist/esm/form-control-select_2.entry.js +4 -4
  124. package/dist/esm/gross-payment-chart-core.entry.js +3 -3
  125. package/dist/esm/{header-1-E-hEi3wF.js → header-1-BMKEv9y6.js} +1 -1
  126. package/dist/esm/{header-3-Dm7M85kz.js → header-3-C3t3m27b.js} +1 -1
  127. package/dist/esm/hidden-input_2.entry.js +7 -7
  128. package/dist/esm/{insurance-state-CB4l8sOv.js → insurance-state-d4hjThzE.js} +1 -1
  129. package/dist/esm/justifi-additional-questions-form-step-core_6.entry.js +3 -3
  130. package/dist/esm/justifi-additional-questions-form-step_9.entry.js +2 -2
  131. package/dist/esm/justifi-additional-statement_8.entry.js +1 -1
  132. package/dist/esm/justifi-apple-pay.entry.js +834 -0
  133. package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +12 -12
  134. package/dist/esm/justifi-business-details.entry.js +4 -4
  135. package/dist/esm/justifi-business-form.entry.js +6 -6
  136. package/dist/esm/justifi-business-representative-form-inputs.entry.js +1 -1
  137. package/dist/esm/justifi-checkout-summary_6.entry.js +144 -38
  138. package/dist/esm/justifi-checkout.entry.js +4 -4
  139. package/dist/esm/justifi-checkouts-list-filters.entry.js +1 -1
  140. package/dist/esm/justifi-checkouts-list.entry.js +5 -5
  141. package/dist/esm/justifi-details.entry.js +2 -2
  142. package/dist/esm/justifi-dispute-management.entry.js +2 -2
  143. package/dist/esm/justifi-dispute-notification_3.entry.js +5 -5
  144. package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
  145. package/dist/esm/justifi-order-terminals.entry.js +5 -5
  146. package/dist/esm/justifi-owner-form_3.entry.js +2 -2
  147. package/dist/esm/justifi-payment-details.entry.js +4 -4
  148. package/dist/esm/justifi-payment-provisioning-core.entry.js +2 -2
  149. package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
  150. package/dist/esm/justifi-payment-transactions-list.entry.js +6 -6
  151. package/dist/esm/justifi-payments-list-filters.entry.js +3 -3
  152. package/dist/esm/justifi-payments-list.entry.js +7 -7
  153. package/dist/esm/justifi-payout-details.entry.js +4 -4
  154. package/dist/esm/justifi-payout-transactions-list.entry.js +6 -6
  155. package/dist/esm/justifi-payouts-list-filters.entry.js +3 -3
  156. package/dist/esm/justifi-payouts-list.entry.js +7 -7
  157. package/dist/esm/justifi-refund-payment.entry.js +5 -5
  158. package/dist/esm/justifi-saved-payment-method.entry.js +1 -1
  159. package/dist/esm/justifi-season-interruption-insurance.entry.js +6 -6
  160. package/dist/esm/justifi-skeleton.entry.js +3 -3
  161. package/dist/esm/justifi-terminal-orders-list-filters.entry.js +3 -3
  162. package/dist/esm/justifi-terminal-orders-list.entry.js +6 -6
  163. package/dist/esm/justifi-terminals-list-filters.entry.js +2 -2
  164. package/dist/esm/justifi-terminals-list.entry.js +6 -6
  165. package/dist/esm/loader.js +1 -1
  166. package/dist/esm/{package-BF-uL8B4.js → package-78C4rMuv.js} +1 -1
  167. package/dist/esm/pagination-menu.entry.js +1 -1
  168. package/dist/esm/{parts-CfF8KKwx.js → parts-RvUQ__Pq.js} +1 -1
  169. package/dist/esm/payment-details-core.entry.js +13 -13
  170. package/dist/esm/payment-method-option.entry.js +2 -2
  171. package/dist/esm/payments-list-core.entry.js +7 -7
  172. package/dist/esm/{payments-status-XoZrlbiZ.js → payments-status-1yRdTNeS.js} +1 -1
  173. package/dist/esm/{payments-table-Dh4P9mTb.js → payments-table-8RADYkma.js} +2 -2
  174. package/dist/esm/payout-details-core.entry.js +9 -9
  175. package/dist/esm/payouts-list-core.entry.js +7 -7
  176. package/dist/esm/{payouts-status-Qm2jZG1-.js → payouts-status-BqsQVtBp.js} +1 -1
  177. package/dist/esm/{payouts-table-DMVAZp-r.js → payouts-table-DPw7yIx8.js} +2 -2
  178. package/dist/esm/{skeleton-DrHwsgs_.js → skeleton-BmTjpTYa.js} +1 -1
  179. package/dist/esm/{spinner-XBq6mVJW.js → spinner-YGDOI-CS.js} +1 -1
  180. package/dist/esm/table-filters-menu.entry.js +2 -2
  181. package/dist/esm/{table-qqt2Ew5y.js → table-ybHxxc9f.js} +2 -2
  182. package/dist/esm/terminal-orders-list-core.entry.js +6 -6
  183. package/dist/esm/{terminal-orders-table-BN4Co4T8.js → terminal-orders-table-D-xP5WuM.js} +2 -2
  184. package/dist/esm/terminal-quantity-selector.entry.js +2 -2
  185. package/dist/esm/terminals-list-core.entry.js +6 -6
  186. package/dist/esm/{terminals-table-C8LczeG_.js → terminals-table-DVAPCgEr.js} +2 -2
  187. package/dist/esm/{utils-kWaZhFAd.js → utils-DG5aMFmf.js} +1 -1
  188. package/dist/esm/webcomponents.js +1 -1
  189. package/dist/module/bank-account.js +2 -2
  190. package/dist/module/card-form2.js +2 -2
  191. package/dist/module/checkout.store.js +1 -0
  192. package/dist/module/custom-popper2.js +2 -2
  193. package/dist/module/form-control-checkbox2.js +2 -2
  194. package/dist/module/form-control-date2.js +2 -2
  195. package/dist/module/form-control-file-v22.js +1 -1
  196. package/dist/module/form-control-file2.js +2 -2
  197. package/dist/module/form-control-monetary2.js +2 -2
  198. package/dist/module/form-control-number-masked2.js +2 -2
  199. package/dist/module/form-control-number.js +2 -2
  200. package/dist/module/form-control-radio2.js +2 -2
  201. package/dist/module/form-control-text2.js +2 -2
  202. package/dist/module/form-control-textarea2.js +2 -2
  203. package/dist/module/hidden-input2.js +1 -1
  204. package/dist/module/iframe-input2.js +3 -3
  205. package/dist/module/justifi-apple-pay.d.ts +11 -0
  206. package/dist/module/justifi-apple-pay.js +877 -0
  207. package/dist/module/justifi-button2.js +1 -1
  208. package/dist/module/justifi-header2.js +1 -1
  209. package/dist/module/justifi-order-terminals.js +1 -1
  210. package/dist/module/justifi-payment-transactions-list.js +1 -1
  211. package/dist/module/justifi-payments-list-filters.js +2 -2
  212. package/dist/module/justifi-payments-list.js +1 -1
  213. package/dist/module/justifi-payout-transactions-list.js +1 -1
  214. package/dist/module/justifi-payouts-list-filters.js +2 -2
  215. package/dist/module/justifi-payouts-list.js +1 -1
  216. package/dist/module/justifi-skeleton.js +1 -1
  217. package/dist/module/justifi-terminal-orders-list-filters.js +2 -2
  218. package/dist/module/justifi-terminal-orders-list.js +1 -1
  219. package/dist/module/justifi-terminals-list-filters.js +1 -1
  220. package/dist/module/justifi-terminals-list.js +1 -1
  221. package/dist/module/modular-checkout.js +133 -27
  222. package/dist/module/package.js +1 -1
  223. package/dist/module/payment-details-core2.js +8 -8
  224. package/dist/module/payment-method-option.js +1 -1
  225. package/dist/module/payments-list-core2.js +1 -1
  226. package/dist/module/payout-details-core2.js +3 -3
  227. package/dist/module/payouts-list-core2.js +1 -1
  228. package/dist/module/summary.js +1 -1
  229. package/dist/module/terminal-orders-list-core2.js +1 -1
  230. package/dist/module/terminal-quantity-selector2.js +1 -1
  231. package/dist/module/terminals-list-core2.js +1 -1
  232. package/dist/module/tokenize-payment-method.js +2 -2
  233. package/dist/types/api/ApplePay.d.ts +196 -0
  234. package/dist/types/api/services/apple-pay.service.d.ts +66 -0
  235. package/dist/types/components/modular-checkout/modular-checkout.d.ts +9 -0
  236. package/dist/types/components/modular-checkout/sub-components/apple-pay-skeleton.d.ts +6 -0
  237. package/dist/types/components/modular-checkout/sub-components/apple-pay.d.ts +39 -0
  238. package/dist/types/components.d.ts +122 -0
  239. package/dist/types/store/checkout.store.d.ts +1 -0
  240. package/dist/types/ui-components/apple-pay-button.d.ts +17 -0
  241. package/dist/webcomponents/{p-48bccf3b.entry.js → p-03c7cee8.entry.js} +1 -1
  242. package/dist/webcomponents/{p-738e0511.entry.js → p-08a5cc2f.entry.js} +1 -1
  243. package/dist/webcomponents/{p-43d693a3.entry.js → p-0aee6da6.entry.js} +1 -1
  244. package/dist/webcomponents/{p-d7720819.entry.js → p-0e290b6e.entry.js} +1 -1
  245. package/dist/webcomponents/{p-0cab7d5d.entry.js → p-0e64cd09.entry.js} +1 -1
  246. package/dist/webcomponents/{p-9f289c31.entry.js → p-1246b999.entry.js} +1 -1
  247. package/dist/webcomponents/p-12c312a0.entry.js +1 -0
  248. package/dist/webcomponents/{p-c5dabaf4.entry.js → p-134d5029.entry.js} +1 -1
  249. package/dist/webcomponents/{p-f7e62bfa.entry.js → p-1b892b3a.entry.js} +1 -1
  250. package/dist/webcomponents/p-1c0c1d7b.entry.js +1 -0
  251. package/dist/webcomponents/p-1e206c92.entry.js +1 -0
  252. package/dist/webcomponents/p-1ea7868a.entry.js +1 -0
  253. package/dist/webcomponents/{p-84ce3bae.entry.js → p-281e36be.entry.js} +1 -1
  254. package/dist/webcomponents/p-2a0a907d.entry.js +1 -0
  255. package/dist/webcomponents/{p-98579723.entry.js → p-2ab0a2b3.entry.js} +1 -1
  256. package/dist/webcomponents/{p-7b9008f1.entry.js → p-32cecfaf.entry.js} +1 -1
  257. package/dist/webcomponents/{p-fd39af50.entry.js → p-3ffe1e2e.entry.js} +1 -1
  258. package/dist/webcomponents/p-48f42f07.entry.js +1 -0
  259. package/dist/webcomponents/{p-14d66df2.entry.js → p-4a1198ee.entry.js} +1 -1
  260. package/dist/webcomponents/{p-befda39d.entry.js → p-4a79c737.entry.js} +1 -1
  261. package/dist/webcomponents/{p-a8205044.entry.js → p-4c994761.entry.js} +1 -1
  262. package/dist/webcomponents/p-5510b57c.entry.js +1 -0
  263. package/dist/webcomponents/p-5a5f07be.entry.js +1 -0
  264. package/dist/webcomponents/p-5acd6add.entry.js +1 -0
  265. package/dist/webcomponents/{p-6e18d13f.entry.js → p-5ad70aae.entry.js} +1 -1
  266. package/dist/webcomponents/p-5afbfafb.entry.js +1 -0
  267. package/dist/webcomponents/p-6974a44c.entry.js +1 -0
  268. package/dist/webcomponents/{p-d075bd72.entry.js → p-6df132e6.entry.js} +1 -1
  269. package/dist/webcomponents/p-6f2b41f5.entry.js +1 -0
  270. package/dist/webcomponents/p-6f9755cc.entry.js +1 -0
  271. package/dist/webcomponents/p-70cd4cbd.entry.js +1 -0
  272. package/dist/webcomponents/p-7288473f.entry.js +1 -0
  273. package/dist/webcomponents/{p-79055216.entry.js → p-76a95d07.entry.js} +1 -1
  274. package/dist/webcomponents/{p-724b0361.entry.js → p-776699bd.entry.js} +1 -1
  275. package/dist/webcomponents/p-78C4rMuv.js +1 -0
  276. package/dist/webcomponents/{p-29b6f15a.entry.js → p-7b9fa1fb.entry.js} +1 -1
  277. package/dist/webcomponents/{p-518a9519.entry.js → p-9009dede.entry.js} +1 -1
  278. package/dist/webcomponents/p-98939b74.entry.js +1 -0
  279. package/dist/webcomponents/{p-BTkXk7ol.js → p-BUadwxkh.js} +1 -1
  280. package/dist/webcomponents/{p-CCME-fyU.js → p-BXKEChoo.js} +1 -1
  281. package/dist/webcomponents/p-BZzESzqz.js +1 -0
  282. package/dist/webcomponents/{p-Dvxpy_P1.js → p-BhdBpAn9.js} +1 -1
  283. package/dist/webcomponents/p-BmFoKOM3.js +1 -0
  284. package/dist/webcomponents/p-BtOB_CaO.js +1 -0
  285. package/dist/webcomponents/{p-qMrd7_Gp.js → p-C0AHrswP.js} +1 -1
  286. package/dist/webcomponents/{p-BeszVz87.js → p-CP_tg-uH.js} +1 -1
  287. package/dist/webcomponents/{p-JgbsbAhz.js → p-D48iERjQ.js} +1 -1
  288. package/dist/webcomponents/p-D7eeJWA-.js +1 -0
  289. package/dist/webcomponents/{p-CsNubTqD.js → p-DBsw4qpn.js} +1 -1
  290. package/dist/webcomponents/{p-vRhNRfmB.js → p-DKRXPZKS.js} +1 -1
  291. package/dist/webcomponents/p-DOd8HaWV.js +1 -0
  292. package/dist/webcomponents/p-DcE8SQPv.js +1 -0
  293. package/dist/webcomponents/{p-DWOKxG7j.js → p-DhRb39as.js} +1 -1
  294. package/dist/webcomponents/p-Drz6LnIw.js +1 -0
  295. package/dist/webcomponents/{p-DO3INvI2.js → p-DuXN7Akd.js} +1 -1
  296. package/dist/webcomponents/{p-Bz164TKZ.js → p-HAk7yBNq.js} +1 -1
  297. package/dist/webcomponents/{p-CfF8KKwx.js → p-RvUQ__Pq.js} +1 -1
  298. package/dist/webcomponents/p-a1483fbd.entry.js +1 -0
  299. package/dist/webcomponents/{p-53c81d62.entry.js → p-a1a8f6bd.entry.js} +1 -1
  300. package/dist/webcomponents/{p-15777cfe.entry.js → p-a406bf1a.entry.js} +1 -1
  301. package/dist/webcomponents/{p-f7345d66.entry.js → p-a4cb5604.entry.js} +1 -1
  302. package/dist/webcomponents/{p-f4f3cae8.entry.js → p-a70bc148.entry.js} +1 -1
  303. package/dist/webcomponents/{p-57143978.entry.js → p-a9d2dd5e.entry.js} +1 -1
  304. package/dist/webcomponents/{p-c5b48e8d.entry.js → p-afc83e27.entry.js} +1 -1
  305. package/dist/webcomponents/{p-3d85d046.entry.js → p-b04cc606.entry.js} +1 -1
  306. package/dist/webcomponents/{p-145bb9c4.entry.js → p-b10e34b0.entry.js} +1 -1
  307. package/dist/webcomponents/p-b41d2b8f.entry.js +1 -0
  308. package/dist/webcomponents/p-b8f63e28.entry.js +1 -0
  309. package/dist/webcomponents/{p-9c5b0b94.entry.js → p-bbbb9225.entry.js} +1 -1
  310. package/dist/webcomponents/p-bd560810.entry.js +1 -0
  311. package/dist/webcomponents/{p-413236be.entry.js → p-c029fc20.entry.js} +1 -1
  312. package/dist/webcomponents/p-c62e23c1.entry.js +1 -0
  313. package/dist/webcomponents/{p-b0bfa20f.entry.js → p-c6860f60.entry.js} +1 -1
  314. package/dist/webcomponents/{p-0e287092.entry.js → p-cbfc8269.entry.js} +1 -1
  315. package/dist/webcomponents/{p-1ffbf771.entry.js → p-d0729065.entry.js} +1 -1
  316. package/dist/webcomponents/{p-b93377a7.entry.js → p-dad15b15.entry.js} +1 -1
  317. package/dist/webcomponents/{p-0b790fa4.entry.js → p-dc245644.entry.js} +4 -4
  318. package/dist/webcomponents/{p-e81c5d79.entry.js → p-e00fd71d.entry.js} +1 -1
  319. package/dist/webcomponents/{p-e2267656.entry.js → p-e6ca1872.entry.js} +1 -1
  320. package/dist/webcomponents/{p-8f31a0c5.entry.js → p-e70a5f50.entry.js} +1 -1
  321. package/dist/webcomponents/{p-904a95e5.entry.js → p-e8a198fa.entry.js} +1 -1
  322. package/dist/webcomponents/{p-a0573ecc.entry.js → p-eca1e808.entry.js} +1 -1
  323. package/dist/webcomponents/p-fb1904d2.entry.js +1 -0
  324. package/dist/webcomponents/{p-35bbfbf8.entry.js → p-fbaf62a5.entry.js} +1 -1
  325. package/dist/webcomponents/p-fcb6e870.entry.js +1 -0
  326. package/dist/webcomponents/{p-YND5pTuF.js → p-nWGo6sHu.js} +1 -1
  327. package/dist/webcomponents/{p-BisQ61nK.js → p-wyEq9Pa1.js} +1 -1
  328. package/dist/webcomponents/webcomponents.esm.js +1 -1
  329. package/package.json +1 -1
  330. package/dist/webcomponents/p-1975406a.entry.js +0 -1
  331. package/dist/webcomponents/p-2a59547b.entry.js +0 -1
  332. package/dist/webcomponents/p-2da63719.entry.js +0 -1
  333. package/dist/webcomponents/p-4ae2a0b9.entry.js +0 -1
  334. package/dist/webcomponents/p-4b795b77.entry.js +0 -1
  335. package/dist/webcomponents/p-5477c449.entry.js +0 -1
  336. package/dist/webcomponents/p-56980ef3.entry.js +0 -1
  337. package/dist/webcomponents/p-614fcef6.entry.js +0 -1
  338. package/dist/webcomponents/p-70ff3b10.entry.js +0 -1
  339. package/dist/webcomponents/p-739d6f13.entry.js +0 -1
  340. package/dist/webcomponents/p-8a5e168d.entry.js +0 -1
  341. package/dist/webcomponents/p-9ccd19f5.entry.js +0 -1
  342. package/dist/webcomponents/p-BC8YDY7M.js +0 -1
  343. package/dist/webcomponents/p-BF-uL8B4.js +0 -1
  344. package/dist/webcomponents/p-BbYVgLcf.js +0 -1
  345. package/dist/webcomponents/p-C1fMfnu0.js +0 -1
  346. package/dist/webcomponents/p-C_CXv7AN.js +0 -1
  347. package/dist/webcomponents/p-CwZKT93w.js +0 -1
  348. package/dist/webcomponents/p-D599ZMGU.js +0 -1
  349. package/dist/webcomponents/p-a33ea645.entry.js +0 -1
  350. package/dist/webcomponents/p-ba018d57.entry.js +0 -1
  351. package/dist/webcomponents/p-bafe873d.entry.js +0 -1
  352. package/dist/webcomponents/p-be06d86a.entry.js +0 -1
  353. package/dist/webcomponents/p-cea8e40e.entry.js +0 -1
  354. package/dist/webcomponents/p-df4f2af9.entry.js +0 -1
  355. package/dist/webcomponents/p-e1ba5735.entry.js +0 -1
  356. package/dist/webcomponents/p-e4e30e84.entry.js +0 -1
  357. package/dist/webcomponents/p-f200cbda.entry.js +0 -1
  358. package/dist/webcomponents/p-f4645aef.entry.js +0 -1
  359. package/dist/webcomponents/p-zrUQD0Wr.js +0 -1
@@ -173,7 +173,7 @@ const PayoutsListCore = /*@__PURE__*/ proxyCustomElement(class PayoutsListCore e
173
173
  return !this.showEmptyState && !this.showErrorState && !this.loading;
174
174
  }
175
175
  render() {
176
- return (h(TableWrapper, { key: '0e17374fe5656aebfb8ce0c054ac131a2ca7cc33' }, h(TableComponent, { key: '61ce9e69c6084d7ce9b6342a93debcb9c2764d23' }, h(TableHead, { key: 'ca28735991630d9362fbb14aae327c9bc646bca9' }, h(TableHeadRow, { key: '43e012787f232dd626cd4025e8c9223865f519da' }, this.payoutsTable.columnData.map((column) => column))), h(TableBody, { key: 'd21bded30edd81274f06d21c5f00ef75d7982ccc' }, h(TableLoadingState, { key: 'a437445d203db926cb32ef81579ef862d2644fa7', columnSpan: this.payoutsTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: '84accd5ae400e69061cdb66a59dc9272ff5edf1c', isEmpty: this.showEmptyState, columnSpan: this.payoutsTable.columnKeys.length }), h(TableErrorState, { key: '1f4e9998200515d714a8d1ca9476c4841272515d', columnSpan: this.payoutsTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.payoutsTable.rowData.map((data, index) => (h(TableRow, { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h(TableFoot, { key: '397b4d811f439511691826e1dc463f38cd97d016' }, h(TableFootRow, { key: '4e94eb5f5294ca470f29988bf11247e2e9576875' }, h(TableFootCell, { key: '6ab3af15817c9c9a184487348c3247ab25aa7f6b', colSpan: this.payoutsTable.columnData.length }, h("pagination-menu", { key: '8b378185a5f3833ac62e16d5cd07fc89aa9462aa', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) }))))))));
176
+ return (h(TableWrapper, { key: 'fe72adaaaa7e03339bd2c023ed3cfd76ce20cc09' }, h(TableComponent, { key: 'd9c191823846f3160ee178a291d797885862346b' }, h(TableHead, { key: '070d60c8ed1e9469208b2d12ff22f5c5782e5b06' }, h(TableHeadRow, { key: 'e3a8658405dc3339af9694f88ee7e39553e7f48f' }, this.payoutsTable.columnData.map((column) => column))), h(TableBody, { key: '5c919ca5c320c664f5c1fde43a996ecdd1ef346f' }, h(TableLoadingState, { key: 'e037e4280fac5697c1d5c7798ab09550046038a0', columnSpan: this.payoutsTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: '963f510db0f77df7d257e2ad1bba91ab0e071945', isEmpty: this.showEmptyState, columnSpan: this.payoutsTable.columnKeys.length }), h(TableErrorState, { key: '6e7eedf2e5c51c7c483695f4892ca492ef799514', columnSpan: this.payoutsTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.payoutsTable.rowData.map((data, index) => (h(TableRow, { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h(TableFoot, { key: 'b5b0b65da33dd148425571b328d04fffddf0e1f3' }, h(TableFootRow, { key: '73cc200689fd799618fffa1bc8a102c357372aef' }, h(TableFootCell, { key: 'b85785c0eb003fa546137119d50264e05a6b9382', colSpan: this.payoutsTable.columnData.length }, h("pagination-menu", { key: 'e42a0da2d4c06c659ad6a9fc7f2cd2bb61caf1ee', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) }))))))));
177
177
  }
178
178
  static get watchers() { return {
179
179
  "pagingParams": ["updateOnPropChange"],
@@ -14,7 +14,7 @@ const Summary = /*@__PURE__*/ proxyCustomElement(class Summary extends HTMLEleme
14
14
  this.__attachShadow();
15
15
  }
16
16
  render() {
17
- return (h(StyledHost, { key: '74b2a1ebf22f1f7e7cb0cfbbbba8a3f8cd528a6b' }, h("section", { key: '6ea0bd41680b937c0ff88aa0f73c1ac4bccee9b9' }, h("div", { key: '6ca013f92dbaf076bda9a65c98acdf5c8192b22a' }, h("div", { key: '62f166bdc0b47e8cda03ee4d549736aaf336727e', part: text }, checkoutStore === null || checkoutStore === void 0 ? void 0 : checkoutStore.paymentDescription), h("div", { key: 'c681ecba3bbceac71993833f8861393dc5751b4c' }, h("span", { key: '46eaedc091f44c2d3bad94cb6a05098385be8ebc', part: text }, "Total"), "\u00A0", h("span", { key: 'ad70de1a38c2c7625562cee3a745a6a61235f4cf', part: text }, formatCurrency(+(checkoutStore === null || checkoutStore === void 0 ? void 0 : checkoutStore.totalAmount))))))));
17
+ return (h(StyledHost, { key: '28a1a324b8cdf2dea0aafe91fbdd3679482e76f8' }, h("section", { key: 'e8ffe2fdd1592a0b762647fdab94ee5e21436a93' }, h("div", { key: '099fbfb449066290cdcd113b0de5f87334777a0e' }, h("div", { key: 'c78325957b4e00299366b8e9efe6fd6e86da3b97', part: text }, checkoutStore === null || checkoutStore === void 0 ? void 0 : checkoutStore.paymentDescription), h("div", { key: 'd077da888b03a34e540f66ebaa57502fe22be7c4' }, h("span", { key: 'd4f7ddd24e10302222679a9f73c3b5ed305267a7', part: text }, "Total"), "\u00A0", h("span", { key: '1f5d7b6b0cce64eea04879e7767ff87ce5a64069', part: text }, formatCurrency(+(checkoutStore === null || checkoutStore === void 0 ? void 0 : checkoutStore.totalAmount))))))));
18
18
  }
19
19
  }, [257, "justifi-checkout-summary"]);
20
20
  function defineCustomElement() {
@@ -166,7 +166,7 @@ const TerminalOrdersListCore = /*@__PURE__*/ proxyCustomElement(class TerminalOr
166
166
  return !this.showEmptyState && !this.showErrorState && !this.loading;
167
167
  }
168
168
  render() {
169
- return (h(TableWrapper, { key: '7ef0adc44be5987cbd02f5da80f7dc4330ff7a43' }, h(TableComponent, { key: 'efe8e403dae877a6529becae890b0e055726cc0f' }, h(TableHead, { key: 'ef981fa014144f9e237d9b258846e68cb50ea7f5' }, h(TableHeadRow, { key: '555df6bd09f4ccb01bada68933f362ef6f7679d7' }, this.terminalOrdersTable.columnData.map((column) => column))), h(TableBody, { key: '1a5b95e5c41e1162ff8907d3ba664d304b9c355e' }, h(TableLoadingState, { key: '546146a7390a96f2d2704e31cc84d9269bbdc28a', columnSpan: this.terminalOrdersTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: '3c32f5ec402f96e8f71b1f0edbb4d9e2169c23cc', isEmpty: this.showEmptyState, columnSpan: this.terminalOrdersTable.columnKeys.length }), h(TableErrorState, { key: 'e1154e1c4b320f8e23566821b56948e875b16174', columnSpan: this.terminalOrdersTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.terminalOrdersTable.rowData.map((data, index) => (h(TableRow, { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h(TableFoot, { key: '2b3f2d329baeff7ad8eb813a08335660ca037bd2' }, h(TableFootRow, { key: '651f18da8298dda7f2be2717cca0ab7c01cac14d' }, h(TableFootCell, { key: '7a25b264810334dbbf633079374c77ab745cb1bb', colSpan: this.terminalOrdersTable.columnData.length }, h("pagination-menu", { key: '996ae93faff3c83ab8022208c1a2c297bc1c9a27', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) }))))))));
169
+ return (h(TableWrapper, { key: '394f529d42867e207bc47901045e7307a6784f3c' }, h(TableComponent, { key: 'b6d668352fe60c0fd33cc66505b14e944a598792' }, h(TableHead, { key: 'f52ef37d1246d60503b9dd86cef67d7d1d34b939' }, h(TableHeadRow, { key: '31df50a3ecb7329fdd25f16970d195eb5bd027ef' }, this.terminalOrdersTable.columnData.map((column) => column))), h(TableBody, { key: '3e4354bab42bc5005383bccee6594c4cea220a40' }, h(TableLoadingState, { key: 'f8febbccb33a3ca286af8a6d25f032b1320d1f45', columnSpan: this.terminalOrdersTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: '4d5c0466ae4b63869739aa416ae88ce9ba832eda', isEmpty: this.showEmptyState, columnSpan: this.terminalOrdersTable.columnKeys.length }), h(TableErrorState, { key: 'babe96226b95f6646e08927d16002a4709ddfabf', columnSpan: this.terminalOrdersTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.terminalOrdersTable.rowData.map((data, index) => (h(TableRow, { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h(TableFoot, { key: '9e603727dde071004445013cb653777336b2ad11' }, h(TableFootRow, { key: 'f49d1110c64a88045bba21df48072116b82cda5c' }, h(TableFootCell, { key: '97b2adb37e39414018d0cf280e7041019d95da9b', colSpan: this.terminalOrdersTable.columnData.length }, h("pagination-menu", { key: '00e589c3458499d2eb81595f3156eb8b17ad9eae', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) }))))))));
170
170
  }
171
171
  static get watchers() { return {
172
172
  "pagingParams": ["updateOnPropChange"],
@@ -24,7 +24,7 @@ const TerminalQuantitySelector = /*@__PURE__*/ proxyCustomElement(class Terminal
24
24
  };
25
25
  }
26
26
  render() {
27
- return (h("div", { key: 'a1e81baf3c6db04cae113ec9efdbdf990210413f', class: "rounded shadow-sm card p-2", part: card }, h("div", { key: 'f8a1e39815a7932f7d452a055652a8cd22508310', class: "d-flex gap-3" }, h("div", { key: 'e7df0cd31126428f5ad374a855505e6c701b3f64', class: "d-flex align-items-center" }, h("img", { key: 'c32e1a286ffbf382c7400041df7573ea5c5ae736', src: this.imageUrl, alt: this.modelName, height: 75, width: 75, part: image })), h("div", { key: '05cf7f5c7ac3b9259334ff0a54a79e5f67bf89f8', class: "d-flex flex-column flex-grow-1 gap-3 p-4 justify-content-center" }, h("div", { key: '99031623ae281a4142710391361b0bfee8bb2fe0', class: "row" }, h("div", { key: 'c5e81e4acc36a90ae70aef260fb8304c70b2d3a1', class: "col-6 d-flex gap-2" }, this.modelName, h("form-control-tooltip", { key: '0a7484029de75b1591f3389929cd313261c53a52', helpText: this.description })), h("div", { key: 'bfe5d3dd9c758a46a0ddcf4919e98798703f9d73', class: "col-6 d-flex justify-content-end align-items-center" }, h("button", { key: 'de3891aad65c2865b3f4a8777eeadf0836c5ef39', class: "p-0 minus btn", onClick: this.removeUnit, part: buttonLink }, "-"), h("div", { key: 'a0c9ab81984ae26dca9636a26de2c7e24e3f9989', class: "w-25 text-center" }, this.selectedQuantity), h("button", { key: '206dc9d22cdd7cea8b3a8d70c9ce28156d8d1a4c', class: "p-0 plus btn", onClick: this.addUnit, part: buttonLink }, "+")))))));
27
+ return (h("div", { key: '0b6c6622a2a25650c3713682888e9e3e842baebf', class: "rounded shadow-sm card p-2", part: card }, h("div", { key: 'd8cb3815b1490dd7a8ae8dad06db84df65d84782', class: "d-flex gap-3" }, h("div", { key: '9f68c206b1a358fd9427615d1596d798678ea2e9', class: "d-flex align-items-center" }, h("img", { key: 'df5982d69ecc957a4536b2cc768dc682e3d1bef7', src: this.imageUrl, alt: this.modelName, height: 75, width: 75, part: image })), h("div", { key: '0ef6b9ee7fcbb6b7dd220c73835079571fbff861', class: "d-flex flex-column flex-grow-1 gap-3 p-4 justify-content-center" }, h("div", { key: 'f39724e9b712641914a4def251e48a0ed9b384b3', class: "row" }, h("div", { key: '200ba52e240dc6797423b25d1b056670f900a64d', class: "col-6 d-flex gap-2" }, this.modelName, h("form-control-tooltip", { key: 'bc52a0b94f09c8ebaeeb73f31878ca38d608ec80', helpText: this.description })), h("div", { key: '78029284d86432413ac3d3b00b6ca3b42327221c', class: "col-6 d-flex justify-content-end align-items-center" }, h("button", { key: 'b8822c9e6c10baf55f631061f6984c1d4f15f4e0', class: "p-0 minus btn", onClick: this.removeUnit, part: buttonLink }, "-"), h("div", { key: '0d5662d0d3b39933ae53284c5083bf48f7ce0b38', class: "w-25 text-center" }, this.selectedQuantity), h("button", { key: 'ec9918b84364e12ecf0d39d3241793f8ab02a910', class: "p-0 plus btn", onClick: this.addUnit, part: buttonLink }, "+")))))));
28
28
  }
29
29
  }, [256, "terminal-quantity-selector", {
30
30
  "modelName": [1, "model-name"],
@@ -180,7 +180,7 @@ const TerminalsListCore = /*@__PURE__*/ proxyCustomElement(class TerminalsListCo
180
180
  return !this.showEmptyState && !this.showErrorState && !this.loading;
181
181
  }
182
182
  render() {
183
- return (h(TableWrapper, { key: 'aa119f199b02e20b2b48f7896eb45d24835ba5a7' }, h(TableComponent, { key: '039b8851d8edfe1ba82b177b518048273523eb10' }, h(TableHead, { key: 'c9990dc58cfe188217cc1f46f9f210c87ea2ca1e' }, h(TableHeadRow, { key: '6b934363f143e36c23f872ca1dd20c2befef0d90' }, this.terminalsTable.columnData.map((column) => column))), h(TableBody, { key: '9121d7efc3cf3c70fdf45b0d47e253e9d1632a2c' }, h(TableLoadingState, { key: '783490f80ac64791eb182fa741f9dec0b6970f5b', columnSpan: this.terminalsTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: '9d3662266c2de7325d4c98485bb10ad9699fad50', isEmpty: this.showEmptyState, columnSpan: this.terminalsTable.columnKeys.length }), h(TableErrorState, { key: 'ef1cad4fbeb112788c4cfc60b6f160dce6525e31', columnSpan: this.terminalsTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.terminalsTable.rowData.map((data, index) => (h(TableRow, { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h(TableFoot, { key: 'd789ae5d479374cf569fa2e196cbdc8817cf318a' }, h(TableFootRow, { key: '445e5bbe532ca217b07dc08591d1a620766a669d' }, h(TableFootCell, { key: '13e17ca1daf744f2c73bf6194572c864b7932b75', colSpan: this.terminalsTable.columnData.length }, h("pagination-menu", { key: '3031bda0078c0e61876c1cc4e67c06234e08729d', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) }))))))));
183
+ return (h(TableWrapper, { key: 'f3d727c92c66b2504c6c8952a284cd4972706fd4' }, h(TableComponent, { key: 'c368038fb5683749737bb6b2b27a0a55ac95fe95' }, h(TableHead, { key: '96b41588ba94168581bfa423d3199916a06a925e' }, h(TableHeadRow, { key: 'fd1991bbcc22c3eb2b9ba107341285abf55a06b2' }, this.terminalsTable.columnData.map((column) => column))), h(TableBody, { key: 'ff3244f6b51f311fbc4311e37fc2c5bd4115a71a' }, h(TableLoadingState, { key: '821b4e55ea536fbe14e018107e8c19c309b86fca', columnSpan: this.terminalsTable.columnKeys.length, isLoading: this.loading }), h(TableEmptyState, { key: 'cbeedf4e12ff428e7d24f536675f5b1f3c9d3d67', isEmpty: this.showEmptyState, columnSpan: this.terminalsTable.columnKeys.length }), h(TableErrorState, { key: '4c7882127d862af40ea5960ec10adf092e676e4e', columnSpan: this.terminalsTable.columnKeys.length, errorMessage: this.errorMessage }), this.showRowData && this.terminalsTable.rowData.map((data, index) => (h(TableRow, { "data-test-id": "table-row", "data-row-entity-id": this.entityId[index], onClick: this.rowClickHandler }, data)))), this.paging && (h(TableFoot, { key: '7bd7c9bbc95b0c24c03c1b3fd1685877dcdfec06' }, h(TableFootRow, { key: 'd6988cf0398b1a435f71a73761fb57656ff5ee7d' }, h(TableFootCell, { key: '207ac8dd06e9b053653781b255833e4f20bf9559', colSpan: this.terminalsTable.columnData.length }, h("pagination-menu", { key: '329f13886ec41244f05030673cf4cd7baf6b1cb6', paging: Object.assign(Object.assign({}, this.paging), { handleClickPrevious: this.handleClickPrevious, handleClickNext: this.handleClickNext }) }))))))));
184
184
  }
185
185
  static get watchers() { return {
186
186
  "pagingParams": ["updateOnPropChange"],
@@ -52,7 +52,6 @@ const TokenizePaymentMethod = /*@__PURE__*/ proxyCustomElement(class TokenizePay
52
52
  componentWillLoad() {
53
53
  checkPkgVersion();
54
54
  this.analytics = new JustifiAnalytics(this);
55
- this.validateRequiredProps();
56
55
  }
57
56
  connectedCallback() {
58
57
  this.setDefaultSelectedPaymentMethod();
@@ -74,6 +73,7 @@ const TokenizePaymentMethod = /*@__PURE__*/ proxyCustomElement(class TokenizePay
74
73
  }
75
74
  async tokenizePaymentMethod(event) {
76
75
  event === null || event === void 0 ? void 0 : event.preventDefault();
76
+ this.validateRequiredProps();
77
77
  this.isLoading = true;
78
78
  try {
79
79
  const validation = await this.validate();
@@ -265,7 +265,7 @@ const TokenizePaymentMethod = /*@__PURE__*/ proxyCustomElement(class TokenizePay
265
265
  return paymentMethodId === PaymentMethodTypes.card ? (h("justifi-card-form", { ref: (el) => (this.paymentMethodFormRef = el) })) : (h("justifi-bank-account-form", { ref: (el) => (this.paymentMethodFormRef = el) }));
266
266
  }
267
267
  render() {
268
- return (h(StyledHost, { key: 'ebe1d84471e0c6a32ee69d457f63755801d68577' }, h("form", { key: '7cf3aa01ead5602aaa31a4400d6bd9e1f782c65d' }, h("fieldset", { key: 'e8b430c8defd6103f53cb0a534466093983cd409' }, h("div", { key: '40d2206b6c43d3f3f05ad95b7731e3ecbe3eba83', class: "row gy-3" }, h("div", { key: 'e548fea0d586e8b0a3c0232e05bf7bb11bd2fbfc', class: "col-12" }, this.availablePaymentMethods.map((method) => this.renderPaymentMethodOption(method))), h("div", { key: 'f903481cbc309fa89d8cb0c124d2cdbf41f034fd', class: "col-12" }, h("justifi-button", { key: 'e76830507419530b3b1da8f2eee8e5ff323fdf59', text: this.submitButtonText, variant: "primary", type: "submit", clickHandler: (e) => this.tokenizePaymentMethod(e), isLoading: this.isLoading, "data-testid": "submit-button", hidden: this.computedHideSubmitButton })))))));
268
+ return (h(StyledHost, { key: '91aecb0a6d627adffa535424c3c9520b41df4361' }, h("form", { key: '7774c819c106f799b903b24a5d12b59a7b1e2353' }, h("fieldset", { key: 'a9c09136f00e96730a0f972a836ae56072afd02f' }, h("div", { key: 'cb20d29e8e3102d4db894f87e38e24ea367d1a4b', class: "row gy-3" }, h("div", { key: '191e06a9bc446e2043892d4c8a4060b00e87b1bf', class: "col-12" }, this.availablePaymentMethods.map((method) => this.renderPaymentMethodOption(method))), h("div", { key: '890bcd8a5a08a049d57385041b0b048fe3f04b51', class: "col-12" }, h("justifi-button", { key: 'd361acdb29c73c2a90b9de401c3cab4db020a71a', text: this.submitButtonText, variant: "primary", type: "submit", clickHandler: (e) => this.tokenizePaymentMethod(e), isLoading: this.isLoading, "data-testid": "submit-button", hidden: this.computedHideSubmitButton })))))));
269
269
  }
270
270
  get host() { return this; }
271
271
  static get watchers() { return {
@@ -0,0 +1,196 @@
1
+ import { PagingInfo } from "./Pagination";
2
+ export declare enum ApplePaySessionStatus {
3
+ STATUS_SUCCESS = "STATUS_SUCCESS",
4
+ STATUS_FAILURE = "STATUS_FAILURE"
5
+ }
6
+ export declare enum ApplePayButtonType {
7
+ PLAIN = "plain",
8
+ BUY = "buy",
9
+ SET_UP = "set-up",
10
+ DONATE = "donate",
11
+ CHECK_OUT = "check-out",
12
+ BOOK = "book",
13
+ SUBSCRIBE = "subscribe"
14
+ }
15
+ export declare enum ApplePayButtonStyle {
16
+ BLACK = "black",
17
+ WHITE = "white",
18
+ WHITE_OUTLINE = "white-outline"
19
+ }
20
+ export declare enum ApplePayMerchantCapability {
21
+ SUPPORTS_3DS = "supports3DS",
22
+ SUPPORTS_EMV = "supportsEMV",
23
+ SUPPORTS_CREDIT = "supportsCredit",
24
+ SUPPORTS_DEBIT = "supportsDebit"
25
+ }
26
+ export interface IApplePayLineItem {
27
+ label: string;
28
+ amount: string;
29
+ type?: 'final' | 'pending';
30
+ }
31
+ export interface IApplePayShippingMethod {
32
+ label: string;
33
+ amount: string;
34
+ identifier: string;
35
+ detail?: string;
36
+ }
37
+ export interface IApplePayPaymentRequest {
38
+ countryCode: string;
39
+ currencyCode: string;
40
+ merchantCapabilities: ApplePayMerchantCapability[];
41
+ supportedNetworks: string[];
42
+ total: IApplePayLineItem;
43
+ lineItems?: IApplePayLineItem[];
44
+ shippingMethods?: IApplePayShippingMethod[];
45
+ applicationData?: string;
46
+ supportedCountries?: string[];
47
+ }
48
+ export interface IApplePaySession {
49
+ canMakePayments(): boolean;
50
+ canMakePaymentsWithActiveCard(merchantIdentifier: string): Promise<boolean>;
51
+ supportsVersion(version: number): boolean;
52
+ begin(): void;
53
+ abort(): void;
54
+ completeMerchantValidation(merchantSession: IMerchantSession): void;
55
+ completePayment(result: {
56
+ status: ApplePaySessionStatus;
57
+ }): void;
58
+ completeShippingMethodSelection(update: any): void;
59
+ completePaymentMethodSelection(update: any): void;
60
+ onvalidatemerchant?: (event: IApplePayValidateEvent) => void;
61
+ onpaymentmethodselected?: (event: IApplePayMethodSelectedEvent) => void;
62
+ onshippingmethodselected?: () => void;
63
+ onpaymentauthorized?: (event: any) => void;
64
+ oncancel?: (event: IApplePayCancelEvent) => void;
65
+ }
66
+ export interface IApplePayConfig {
67
+ merchantIdentifier: string;
68
+ displayName: string;
69
+ initiative: string;
70
+ initiativeContext: string;
71
+ buttonType?: ApplePayButtonType;
72
+ buttonStyle?: ApplePayButtonStyle;
73
+ buttonLocale?: string;
74
+ }
75
+ export interface IApplePayError {
76
+ code: string;
77
+ message: string;
78
+ }
79
+ export interface IMerchantSession {
80
+ displayName: string;
81
+ domainName: string;
82
+ epochTimestamp: number;
83
+ expiresAt: number;
84
+ merchantIdentifier: string;
85
+ merchantSessionIdentifier: string;
86
+ nonce: string;
87
+ operationalAnalyticsIdentifier: string;
88
+ pspId: string;
89
+ retries: number;
90
+ signature: string;
91
+ }
92
+ export interface IApplePayTokenData {
93
+ data: string;
94
+ header: {
95
+ publicKeyHash: string;
96
+ ephemeralPublicKey: string;
97
+ transactionId: string;
98
+ };
99
+ signature: string;
100
+ version: string;
101
+ }
102
+ export interface IApplePayTokenPaymentMethod {
103
+ displayName: string;
104
+ network: string;
105
+ type: string;
106
+ }
107
+ export interface IApplePayToken {
108
+ paymentData: IApplePayTokenData;
109
+ paymentMethod: IApplePayTokenPaymentMethod;
110
+ transactionIdentifier: string;
111
+ }
112
+ export interface IApplePayValidateEvent {
113
+ validationURL: string;
114
+ }
115
+ export interface IApplePayCancelEvent {
116
+ sessionError?: {
117
+ code: 'unknown' | 'invalidMerchantSession' | 'userCancel' | string;
118
+ info?: string;
119
+ };
120
+ }
121
+ export interface IApplePayMethodSelectedEvent {
122
+ paymentMethod: IApplePayTokenPaymentMethod;
123
+ }
124
+ export interface IApplePayPaymentProcessRequest {
125
+ paymentData: IApplePayTokenData;
126
+ paymentMethod: IApplePayTokenPaymentMethod;
127
+ transactionIdentifier: string;
128
+ product_details?: {
129
+ name: string;
130
+ price: number;
131
+ description: string;
132
+ };
133
+ description?: string;
134
+ }
135
+ export interface IApplePayPaymentResponse {
136
+ id: string;
137
+ type: string;
138
+ page_info: PagingInfo | null;
139
+ data: {
140
+ account_id: string;
141
+ token: string;
142
+ };
143
+ }
144
+ export interface IApplePayService {
145
+ validateMerchant(authToken: string): Promise<IMerchantSession>;
146
+ processPayment(authToken: string, payload: IApplePayPaymentProcessRequest): Promise<{
147
+ success: boolean;
148
+ data: IApplePayPaymentResponse;
149
+ }>;
150
+ }
151
+ export declare class ApplePayConfig implements IApplePayConfig {
152
+ merchantIdentifier: string;
153
+ displayName: string;
154
+ initiative: string;
155
+ initiativeContext: string;
156
+ buttonType?: ApplePayButtonType;
157
+ buttonStyle?: ApplePayButtonStyle;
158
+ buttonLocale?: string;
159
+ constructor(data: IApplePayConfig);
160
+ get isValid(): boolean;
161
+ }
162
+ export declare class ApplePayPaymentRequest implements IApplePayPaymentRequest {
163
+ countryCode: string;
164
+ currencyCode: string;
165
+ merchantCapabilities: ApplePayMerchantCapability[];
166
+ supportedNetworks: string[];
167
+ total: IApplePayLineItem;
168
+ lineItems?: IApplePayLineItem[];
169
+ shippingMethods?: IApplePayShippingMethod[];
170
+ applicationData?: string;
171
+ supportedCountries?: string[];
172
+ constructor(data: IApplePayPaymentRequest);
173
+ get isValid(): boolean;
174
+ }
175
+ export declare class ApplePayHelpers {
176
+ static isApplePaySupported(): boolean;
177
+ static canMakePayments(): boolean;
178
+ static canMakePaymentsWithActiveCard(merchantIdentifier: string): Promise<boolean>;
179
+ static formatAmount(amount: number): string;
180
+ static parseAmount(amount: string): number;
181
+ static createLineItem(label: string, amount: number, type?: 'final' | 'pending'): IApplePayLineItem;
182
+ static getDefaultSupportedNetworks(): string[];
183
+ static getDefaultMerchantCapabilities(): ApplePayMerchantCapability[];
184
+ }
185
+ declare global {
186
+ interface Window {
187
+ ApplePaySession?: {
188
+ new (version: number, paymentRequest: IApplePayPaymentRequest): IApplePaySession;
189
+ canMakePayments(): boolean;
190
+ canMakePaymentsWithActiveCard(merchantIdentifier: string): Promise<boolean>;
191
+ supportsVersion(version: number): boolean;
192
+ STATUS_SUCCESS: number;
193
+ STATUS_FAILURE: number;
194
+ };
195
+ }
196
+ }
@@ -0,0 +1,66 @@
1
+ import { IApplePayConfig, IApplePayPaymentRequest, IApplePayError, ApplePayConfig, IMerchantSession, IApplePayService, IApplePayPaymentProcessRequest, IApplePayPaymentResponse, IApplePayToken } from '../ApplePay';
2
+ export declare class ApplePayService implements IApplePayService {
3
+ private applePayConfig?;
4
+ private currentSession?;
5
+ private currentPaymentRequest?;
6
+ private apiBaseUrl;
7
+ private authToken?;
8
+ private accountId?;
9
+ /**
10
+ * Set custom API base URL
11
+ */
12
+ setApiBaseUrl(url: string): void;
13
+ /**
14
+ * Set authentication token
15
+ */
16
+ setAuthToken(authToken: string): void;
17
+ setAccountId(accountId: string): void;
18
+ /**
19
+ * Initialize Apple Pay configuration
20
+ */
21
+ initialize(applePayConfig: IApplePayConfig): void;
22
+ /**
23
+ * Validate merchant with Apple Pay servers via API
24
+ */
25
+ validateMerchant(authToken: string): Promise<IMerchantSession>;
26
+ /**
27
+ * Process Apple Pay payment via API (fixed to match original logic)
28
+ */
29
+ processPayment(authToken: string, payload: IApplePayPaymentProcessRequest): Promise<{
30
+ success: boolean;
31
+ data: IApplePayPaymentResponse;
32
+ }>;
33
+ /**
34
+ * Check if Apple Pay is available on this device/browser
35
+ */
36
+ isAvailable(): boolean;
37
+ /**
38
+ * Check if the user has an active card for the merchant
39
+ */
40
+ canMakePaymentsWithActiveCard(): Promise<boolean>;
41
+ /**
42
+ * Start Apple Pay session
43
+ */
44
+ startPaymentSession(paymentRequest: IApplePayPaymentRequest): Promise<{
45
+ success: boolean;
46
+ token?: IApplePayToken;
47
+ paymentMethodId?: string;
48
+ error?: IApplePayError;
49
+ }>;
50
+ /**
51
+ * Abort current Apple Pay session
52
+ */
53
+ abortPaymentSession(): void;
54
+ /**
55
+ * Setup Apple Pay session event handlers
56
+ */
57
+ private setupSessionEventHandlers;
58
+ /**
59
+ * Create a basic payment request
60
+ */
61
+ static createPaymentRequest(amount: number, label: string, countryCode?: string, currencyCode?: string): IApplePayPaymentRequest;
62
+ /**
63
+ * Get current configuration
64
+ */
65
+ getApplePayConfig(): ApplePayConfig | undefined;
66
+ }
@@ -8,8 +8,11 @@ export declare class ModularCheckout {
8
8
  private billingFormRef?;
9
9
  private insuranceFormRef?;
10
10
  private sezzlePaymentMethodRef?;
11
+ private applePayRef?;
11
12
  private getCheckout;
12
13
  private completeCheckout;
14
+ private applePayToken?;
15
+ private applePayPaymentMethodId?;
13
16
  authToken: string;
14
17
  checkoutId: string;
15
18
  savePaymentMethod?: boolean;
@@ -25,6 +28,12 @@ export declare class ModularCheckout {
25
28
  private fetchCheckout;
26
29
  private updateStore;
27
30
  private queryFormRefs;
31
+ private setupApplePayListeners;
32
+ private removeApplePayListeners;
33
+ private handleApplePayCompleted;
34
+ private handleApplePayError;
35
+ private handleApplePayCancelled;
36
+ private submitCheckoutWithApplePay;
28
37
  private tokenizePaymentMethod;
29
38
  private getPaymentMethod;
30
39
  validate(): Promise<boolean>;
@@ -0,0 +1,6 @@
1
+ import { FunctionalComponent } from "../../../stencil-public-runtime";
2
+ interface ApplePaySkeletonProps {
3
+ isReady: boolean;
4
+ }
5
+ declare const ApplePaySkeleton: FunctionalComponent<ApplePaySkeletonProps>;
6
+ export default ApplePaySkeleton;
@@ -0,0 +1,39 @@
1
+ import { EventEmitter } from "../../../stencil-public-runtime";
2
+ import { ApplePayButtonType, ApplePayButtonStyle, IApplePayToken } from "../../../api/ApplePay";
3
+ export declare class ApplePay {
4
+ private applePayService;
5
+ countryCode: string;
6
+ merchantIdentifier: string;
7
+ merchantDisplayName: string;
8
+ initiativeContext: string;
9
+ apiBaseUrl: string;
10
+ buttonType: ApplePayButtonType;
11
+ buttonStyle: ApplePayButtonStyle;
12
+ disabled: boolean;
13
+ showSkeleton: boolean;
14
+ isLoading: boolean;
15
+ isProcessing: boolean;
16
+ isAvailable: boolean;
17
+ canMakePayments: boolean;
18
+ error: string | null;
19
+ applePayStarted: EventEmitter<void>;
20
+ applePayCompleted: EventEmitter<{
21
+ success: boolean;
22
+ token?: IApplePayToken;
23
+ paymentMethodId?: string;
24
+ error?: any;
25
+ }>;
26
+ applePayCancelled: EventEmitter<void>;
27
+ applePayError: EventEmitter<{
28
+ error: string;
29
+ }>;
30
+ componentWillLoad(): void;
31
+ componentDidLoad(): void;
32
+ watchPropsChange(): void;
33
+ private initializeApplePay;
34
+ private handleApplePayClick;
35
+ isSupported(): Promise<boolean>;
36
+ getPaymentMethods(): Promise<string[]>;
37
+ abort(): Promise<void>;
38
+ render(): any;
39
+ }
@@ -14,6 +14,7 @@ import { IPaymentMethodMetadata } from "./api/PaymentMethod";
14
14
  import { BillingFormFields as BillingFormFields1, FormController } from "./components";
15
15
  import { DisputeEvidenceDocument } from "./api/DisputeEvidenceDocument";
16
16
  import { DisputeResponseFormStep } from "./components/dispute-management/dispute-response/dispute-response-form-types";
17
+ import { ApplePayButtonStyle, ApplePayButtonType, IApplePayToken } from "./api/ApplePay";
17
18
  import { BillingFormFields } from "./components/checkout/billing-form/billing-form-schema";
18
19
  import { FormController as FormController1 } from "./ui-components/form/form";
19
20
  import { Dispute, IDispute } from "./api/Dispute";
@@ -30,6 +31,7 @@ export { IPaymentMethodMetadata } from "./api/PaymentMethod";
30
31
  export { BillingFormFields as BillingFormFields1, FormController } from "./components";
31
32
  export { DisputeEvidenceDocument } from "./api/DisputeEvidenceDocument";
32
33
  export { DisputeResponseFormStep } from "./components/dispute-management/dispute-response/dispute-response-form-types";
34
+ export { ApplePayButtonStyle, ApplePayButtonType, IApplePayToken } from "./api/ApplePay";
33
35
  export { BillingFormFields } from "./components/checkout/billing-form/billing-form-schema";
34
36
  export { FormController as FormController1 } from "./ui-components/form/form";
35
37
  export { Dispute, IDispute } from "./api/Dispute";
@@ -276,6 +278,47 @@ export namespace Components {
276
278
  "documentErrors": any;
277
279
  "validateAndSubmit": (onSuccess: (formData: any, documentList: DisputeEvidenceDocument[], formStep: DisputeResponseFormStep) => void) => Promise<void>;
278
280
  }
281
+ interface JustifiApplePay {
282
+ "abort": () => Promise<void>;
283
+ /**
284
+ * @default configState.apiOrigin
285
+ */
286
+ "apiBaseUrl": string;
287
+ /**
288
+ * @default ApplePayButtonStyle.BLACK
289
+ */
290
+ "buttonStyle": ApplePayButtonStyle;
291
+ /**
292
+ * @default ApplePayButtonType.PLAIN
293
+ */
294
+ "buttonType": ApplePayButtonType;
295
+ /**
296
+ * @default "US"
297
+ */
298
+ "countryCode": string;
299
+ /**
300
+ * @default false
301
+ */
302
+ "disabled": boolean;
303
+ "getPaymentMethods": () => Promise<string[]>;
304
+ /**
305
+ * @default "dev-checkout.justifi-staging.com"
306
+ */
307
+ "initiativeContext": string;
308
+ "isSupported": () => Promise<boolean>;
309
+ /**
310
+ * @default "JustiFi Checkout"
311
+ */
312
+ "merchantDisplayName": string;
313
+ /**
314
+ * @default "merchant.com.staging-justifi.checkout-dev"
315
+ */
316
+ "merchantIdentifier": string;
317
+ /**
318
+ * @default true
319
+ */
320
+ "showSkeleton": boolean;
321
+ }
279
322
  interface JustifiBankAccountBillingFormSimple {
280
323
  "fill": (fields: BillingFormFields) => Promise<void>;
281
324
  "getValues": () => Promise<BillingFormFields>;
@@ -1010,6 +1053,10 @@ export interface JustifiAdditionalQuestionsFormStepCoreCustomEvent<T> extends Cu
1010
1053
  detail: T;
1011
1054
  target: HTMLJustifiAdditionalQuestionsFormStepCoreElement;
1012
1055
  }
1056
+ export interface JustifiApplePayCustomEvent<T> extends CustomEvent<T> {
1057
+ detail: T;
1058
+ target: HTMLJustifiApplePayElement;
1059
+ }
1013
1060
  export interface JustifiBusinessBankAccountFormStepCustomEvent<T> extends CustomEvent<T> {
1014
1061
  detail: T;
1015
1062
  target: HTMLJustifiBusinessBankAccountFormStepElement;
@@ -1625,6 +1672,31 @@ declare global {
1625
1672
  prototype: HTMLJustifiAdditionalStatementElement;
1626
1673
  new (): HTMLJustifiAdditionalStatementElement;
1627
1674
  };
1675
+ interface HTMLJustifiApplePayElementEventMap {
1676
+ "applePayStarted": void;
1677
+ "applePayCompleted": {
1678
+ success: boolean;
1679
+ token?: IApplePayToken;
1680
+ paymentMethodId?: string;
1681
+ error?: any;
1682
+ };
1683
+ "applePayCancelled": void;
1684
+ "applePayError": { error: string };
1685
+ }
1686
+ interface HTMLJustifiApplePayElement extends Components.JustifiApplePay, HTMLStencilElement {
1687
+ addEventListener<K extends keyof HTMLJustifiApplePayElementEventMap>(type: K, listener: (this: HTMLJustifiApplePayElement, ev: JustifiApplePayCustomEvent<HTMLJustifiApplePayElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1688
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1689
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1690
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1691
+ removeEventListener<K extends keyof HTMLJustifiApplePayElementEventMap>(type: K, listener: (this: HTMLJustifiApplePayElement, ev: JustifiApplePayCustomEvent<HTMLJustifiApplePayElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1692
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1693
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1694
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1695
+ }
1696
+ var HTMLJustifiApplePayElement: {
1697
+ prototype: HTMLJustifiApplePayElement;
1698
+ new (): HTMLJustifiApplePayElement;
1699
+ };
1628
1700
  interface HTMLJustifiBankAccountBillingFormSimpleElement extends Components.JustifiBankAccountBillingFormSimple, HTMLStencilElement {
1629
1701
  }
1630
1702
  var HTMLJustifiBankAccountBillingFormSimpleElement: {
@@ -2770,6 +2842,7 @@ declare global {
2770
2842
  "justifi-additional-questions-form-step": HTMLJustifiAdditionalQuestionsFormStepElement;
2771
2843
  "justifi-additional-questions-form-step-core": HTMLJustifiAdditionalQuestionsFormStepCoreElement;
2772
2844
  "justifi-additional-statement": HTMLJustifiAdditionalStatementElement;
2845
+ "justifi-apple-pay": HTMLJustifiApplePayElement;
2773
2846
  "justifi-bank-account-billing-form-simple": HTMLJustifiBankAccountBillingFormSimpleElement;
2774
2847
  "justifi-bank-account-form": HTMLJustifiBankAccountFormElement;
2775
2848
  "justifi-billing-form": HTMLJustifiBillingFormElement;
@@ -3126,6 +3199,53 @@ declare namespace LocalJSX {
3126
3199
  */
3127
3200
  "documentErrors"?: any;
3128
3201
  }
3202
+ interface JustifiApplePay {
3203
+ /**
3204
+ * @default configState.apiOrigin
3205
+ */
3206
+ "apiBaseUrl"?: string;
3207
+ /**
3208
+ * @default ApplePayButtonStyle.BLACK
3209
+ */
3210
+ "buttonStyle"?: ApplePayButtonStyle;
3211
+ /**
3212
+ * @default ApplePayButtonType.PLAIN
3213
+ */
3214
+ "buttonType"?: ApplePayButtonType;
3215
+ /**
3216
+ * @default "US"
3217
+ */
3218
+ "countryCode"?: string;
3219
+ /**
3220
+ * @default false
3221
+ */
3222
+ "disabled"?: boolean;
3223
+ /**
3224
+ * @default "dev-checkout.justifi-staging.com"
3225
+ */
3226
+ "initiativeContext"?: string;
3227
+ /**
3228
+ * @default "JustiFi Checkout"
3229
+ */
3230
+ "merchantDisplayName"?: string;
3231
+ /**
3232
+ * @default "merchant.com.staging-justifi.checkout-dev"
3233
+ */
3234
+ "merchantIdentifier"?: string;
3235
+ "onApplePayCancelled"?: (event: JustifiApplePayCustomEvent<void>) => void;
3236
+ "onApplePayCompleted"?: (event: JustifiApplePayCustomEvent<{
3237
+ success: boolean;
3238
+ token?: IApplePayToken;
3239
+ paymentMethodId?: string;
3240
+ error?: any;
3241
+ }>) => void;
3242
+ "onApplePayError"?: (event: JustifiApplePayCustomEvent<{ error: string }>) => void;
3243
+ "onApplePayStarted"?: (event: JustifiApplePayCustomEvent<void>) => void;
3244
+ /**
3245
+ * @default true
3246
+ */
3247
+ "showSkeleton"?: boolean;
3248
+ }
3129
3249
  interface JustifiBankAccountBillingFormSimple {
3130
3250
  "legend"?: string;
3131
3251
  }
@@ -3852,6 +3972,7 @@ declare namespace LocalJSX {
3852
3972
  "justifi-additional-questions-form-step": JustifiAdditionalQuestionsFormStep;
3853
3973
  "justifi-additional-questions-form-step-core": JustifiAdditionalQuestionsFormStepCore;
3854
3974
  "justifi-additional-statement": JustifiAdditionalStatement;
3975
+ "justifi-apple-pay": JustifiApplePay;
3855
3976
  "justifi-bank-account-billing-form-simple": JustifiBankAccountBillingFormSimple;
3856
3977
  "justifi-bank-account-form": JustifiBankAccountForm;
3857
3978
  "justifi-billing-form": JustifiBillingForm;
@@ -3978,6 +4099,7 @@ declare module "@stencil/core" {
3978
4099
  "justifi-additional-questions-form-step": LocalJSX.JustifiAdditionalQuestionsFormStep & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsFormStepElement>;
3979
4100
  "justifi-additional-questions-form-step-core": LocalJSX.JustifiAdditionalQuestionsFormStepCore & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsFormStepCoreElement>;
3980
4101
  "justifi-additional-statement": LocalJSX.JustifiAdditionalStatement & JSXBase.HTMLAttributes<HTMLJustifiAdditionalStatementElement>;
4102
+ "justifi-apple-pay": LocalJSX.JustifiApplePay & JSXBase.HTMLAttributes<HTMLJustifiApplePayElement>;
3981
4103
  "justifi-bank-account-billing-form-simple": LocalJSX.JustifiBankAccountBillingFormSimple & JSXBase.HTMLAttributes<HTMLJustifiBankAccountBillingFormSimpleElement>;
3982
4104
  "justifi-bank-account-form": LocalJSX.JustifiBankAccountForm & JSXBase.HTMLAttributes<HTMLJustifiBankAccountFormElement>;
3983
4105
  "justifi-billing-form": LocalJSX.JustifiBillingForm & JSXBase.HTMLAttributes<HTMLJustifiBillingFormElement>;
@@ -15,6 +15,7 @@ interface IInitialState {
15
15
  disableCreditCard: boolean;
16
16
  disablePaymentMethodGroup: boolean;
17
17
  paymentAmount: number;
18
+ paymentCurrency: string;
18
19
  paymentDescription: string;
19
20
  paymentMethodGroupId: string | undefined;
20
21
  paymentMethods: ICheckoutPaymentMethod[];
@@ -0,0 +1,17 @@
1
+ import { FunctionalComponent } from "../stencil-public-runtime";
2
+ import { ApplePayButtonType, ApplePayButtonStyle } from "../api/ApplePay";
3
+ interface ApplePayButtonProps {
4
+ buttonType?: ApplePayButtonType;
5
+ buttonStyle?: ApplePayButtonStyle;
6
+ disabled?: boolean;
7
+ isProcessing?: boolean;
8
+ isAvailable?: boolean;
9
+ width?: string;
10
+ height?: string;
11
+ clickHandler?: () => void;
12
+ }
13
+ type ApplePayButtonElementProps = ApplePayButtonProps & {
14
+ [key: string]: any;
15
+ };
16
+ export declare const ApplePayButton: FunctionalComponent<ApplePayButtonElementProps>;
17
+ export {};