@justifi/webcomponents 6.0.0-rc.1 → 6.0.0-rc.2

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 (422) hide show
  1. package/dist/cjs/bank-account-document-form-inputs_4.cjs.entry.js +2 -2
  2. package/dist/cjs/bank-account-form.cjs.entry.js +2 -2
  3. package/dist/cjs/card-form.cjs.entry.js +2 -2
  4. package/dist/cjs/{check-pkg-version-D_lazhBQ.js → check-pkg-version-BfmeLSXP.js} +1 -1
  5. package/dist/cjs/{checkout.store-CV_fuGQw.js → checkout.store-Cn3Jj5gi.js} +1 -0
  6. package/dist/cjs/checkouts-list-core.cjs.entry.js +1 -1
  7. package/dist/cjs/custom-popper_2.cjs.entry.js +2 -2
  8. package/dist/cjs/form-control-checkbox.cjs.entry.js +2 -2
  9. package/dist/cjs/form-control-date.cjs.entry.js +2 -2
  10. package/dist/cjs/form-control-file-v2_2.cjs.entry.js +3 -3
  11. package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
  12. package/dist/cjs/form-control-number-masked_2.cjs.entry.js +2 -2
  13. package/dist/cjs/form-control-number.cjs.entry.js +2 -2
  14. package/dist/cjs/form-control-radio.cjs.entry.js +2 -2
  15. package/dist/cjs/form-control-select_2.cjs.entry.js +4 -4
  16. package/dist/cjs/gross-payment-chart-core.cjs.entry.js +1 -1
  17. package/dist/cjs/hidden-input_2.cjs.entry.js +5 -5
  18. package/dist/cjs/justifi-additional-statement_8.cjs.entry.js +8 -8
  19. package/dist/cjs/justifi-apple-pay.cjs.entry.js +830 -0
  20. package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +11 -11
  21. package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
  22. package/dist/cjs/justifi-business-form.cjs.entry.js +2 -2
  23. package/dist/cjs/justifi-checkout-summary_6.cjs.entry.js +98 -11
  24. package/dist/cjs/justifi-checkout.cjs.entry.js +3 -3
  25. package/dist/cjs/justifi-checkouts-list-filters.cjs.entry.js +1 -1
  26. package/dist/cjs/justifi-checkouts-list.cjs.entry.js +3 -3
  27. package/dist/cjs/justifi-dispute-management-core.cjs.entry.js +1 -1
  28. package/dist/cjs/justifi-dispute-management.cjs.entry.js +3 -3
  29. package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +5 -5
  30. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
  31. package/dist/cjs/justifi-order-terminals.cjs.entry.js +3 -3
  32. package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
  33. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
  34. package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +3 -3
  35. package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +2 -2
  36. package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
  37. package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
  38. package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +3 -3
  39. package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +2 -2
  40. package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -3
  41. package/dist/cjs/justifi-refund-payment.cjs.entry.js +2 -2
  42. package/dist/cjs/justifi-saved-payment-method.cjs.entry.js +1 -1
  43. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +3 -3
  44. package/dist/cjs/justifi-skeleton.cjs.entry.js +1 -1
  45. package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +2 -2
  46. package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +3 -3
  47. package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +1 -1
  48. package/dist/cjs/justifi-terminals-list.cjs.entry.js +3 -3
  49. package/dist/cjs/loader.cjs.js +1 -1
  50. package/dist/cjs/{package-Cp_7Ls2E.js → package-CuNDvHTB.js} +1 -1
  51. package/dist/cjs/payment-details-core.cjs.entry.js +8 -8
  52. package/dist/cjs/payment-method-option.cjs.entry.js +1 -1
  53. package/dist/cjs/payments-list-core.cjs.entry.js +1 -1
  54. package/dist/cjs/payout-details-core.cjs.entry.js +3 -3
  55. package/dist/cjs/payouts-list-core.cjs.entry.js +1 -1
  56. package/dist/cjs/table-filters-menu.cjs.entry.js +1 -1
  57. package/dist/cjs/terminal-orders-list-core.cjs.entry.js +1 -1
  58. package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
  59. package/dist/cjs/terminals-list-core.cjs.entry.js +1 -1
  60. package/dist/cjs/webcomponents.cjs.js +1 -1
  61. package/dist/collection/api/ApplePay.js +119 -0
  62. package/dist/collection/api/services/apple-pay.service.js +329 -0
  63. package/dist/collection/collection-manifest.json +1 -0
  64. package/dist/collection/components/checkout/bank-account-form/bank-account-form.js +2 -2
  65. package/dist/collection/components/checkout/card-form/card-form.js +2 -2
  66. package/dist/collection/components/checkout/save-new-payment-method.js +1 -1
  67. package/dist/collection/components/checkout/saved-payment-method.js +1 -1
  68. package/dist/collection/components/checkouts-list/checkouts-list-core.js +1 -1
  69. package/dist/collection/components/checkouts-list/checkouts-list-filters.js +1 -1
  70. package/dist/collection/components/checkouts-list/checkouts-list.js +1 -1
  71. package/dist/collection/components/dispute-management/dispute-management-core.js +1 -1
  72. package/dist/collection/components/dispute-management/dispute-management.js +1 -1
  73. package/dist/collection/components/dispute-management/dispute-notification.js +1 -1
  74. package/dist/collection/components/dispute-management/dispute-response/additional-statement.js +1 -1
  75. package/dist/collection/components/dispute-management/dispute-response/cancellation-policy.js +1 -1
  76. package/dist/collection/components/dispute-management/dispute-response/customer-details.js +1 -1
  77. package/dist/collection/components/dispute-management/dispute-response/dispute-response-core.js +1 -1
  78. package/dist/collection/components/dispute-management/dispute-response/dispute-response.js +1 -1
  79. package/dist/collection/components/dispute-management/dispute-response/duplicate-charge.js +1 -1
  80. package/dist/collection/components/dispute-management/dispute-response/electronic-evidence.js +1 -1
  81. package/dist/collection/components/dispute-management/dispute-response/product-or-service.js +1 -1
  82. package/dist/collection/components/dispute-management/dispute-response/refund-policy.js +1 -1
  83. package/dist/collection/components/dispute-management/dispute-response/shipping-details.js +1 -1
  84. package/dist/collection/components/filters/table-filters-menu.js +1 -1
  85. package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +1 -1
  86. package/dist/collection/components/modular-checkout/modular-checkout.js +92 -5
  87. package/dist/collection/components/modular-checkout/sub-components/apple-pay-skeleton.js +10 -0
  88. package/dist/collection/components/modular-checkout/sub-components/apple-pay.js +554 -0
  89. package/dist/collection/components/modular-checkout/sub-components/bank-account-billing-form-simple.js +1 -1
  90. package/dist/collection/components/modular-checkout/sub-components/bank-account.js +2 -2
  91. package/dist/collection/components/modular-checkout/sub-components/card-billing-form-simple.js +1 -1
  92. package/dist/collection/components/modular-checkout/sub-components/card-form.js +2 -2
  93. package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +1 -1
  94. package/dist/collection/components/modular-checkout/sub-components/summary.js +1 -1
  95. package/dist/collection/components/order-terminals/order-terminals.js +1 -1
  96. package/dist/collection/components/order-terminals/terminal-quantity-selector/terminal-quantity-selector.js +1 -1
  97. package/dist/collection/components/payment-details/payment-details-core.js +8 -8
  98. package/dist/collection/components/payment-transactions-list/payment-transactions-list.js +1 -1
  99. package/dist/collection/components/payments-list/payments-list-core.js +1 -1
  100. package/dist/collection/components/payments-list/payments-list-filters.js +2 -2
  101. package/dist/collection/components/payments-list/payments-list.js +1 -1
  102. package/dist/collection/components/payout-details/payout-details-core.js +3 -3
  103. package/dist/collection/components/payout-transactions-list/payout-transactions-list.js +1 -1
  104. package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
  105. package/dist/collection/components/payouts-list/payouts-list-filters.js +2 -2
  106. package/dist/collection/components/payouts-list/payouts-list.js +1 -1
  107. package/dist/collection/components/terminal-orders-list/terminal-orders-list-core.js +1 -1
  108. package/dist/collection/components/terminal-orders-list/terminal-orders-list-filters.js +2 -2
  109. package/dist/collection/components/terminal-orders-list/terminal-orders-list.js +1 -1
  110. package/dist/collection/components/terminals-list/terminals-list-core.js +1 -1
  111. package/dist/collection/components/terminals-list/terminals-list-filters.js +1 -1
  112. package/dist/collection/components/terminals-list/terminals-list.js +1 -1
  113. package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +1 -1
  114. package/dist/collection/store/checkout.store.js +1 -0
  115. package/dist/collection/ui-components/apple-pay-button.js +146 -0
  116. package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
  117. package/dist/collection/ui-components/form/form-control-checkbox.js +2 -2
  118. package/dist/collection/ui-components/form/form-control-date.js +2 -2
  119. package/dist/collection/ui-components/form/form-control-file-v2.js +1 -1
  120. package/dist/collection/ui-components/form/form-control-file.js +2 -2
  121. package/dist/collection/ui-components/form/form-control-monetary.js +2 -2
  122. package/dist/collection/ui-components/form/form-control-number-masked.js +2 -2
  123. package/dist/collection/ui-components/form/form-control-number.js +2 -2
  124. package/dist/collection/ui-components/form/form-control-radio.js +2 -2
  125. package/dist/collection/ui-components/form/form-control-select.js +2 -2
  126. package/dist/collection/ui-components/form/form-control-text.js +2 -2
  127. package/dist/collection/ui-components/form/form-control-textarea.js +2 -2
  128. package/dist/collection/ui-components/form/hidden-input.js +1 -1
  129. package/dist/collection/ui-components/form/iframe-input.js +3 -3
  130. package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +1 -1
  131. package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +1 -1
  132. package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +1 -1
  133. package/dist/docs.json +463 -1
  134. package/dist/esm/additional-questions-details_5.entry.js +2 -2
  135. package/dist/esm/{badge-D_mzXSCQ.js → badge-D4ZXPFjL.js} +1 -1
  136. package/dist/esm/bank-account-document-form-inputs_4.entry.js +5 -5
  137. package/dist/esm/bank-account-form.entry.js +4 -4
  138. package/dist/esm/business-details-core.entry.js +3 -3
  139. package/dist/esm/{button-CeR8qVS3.js → button-C0wLsDP3.js} +1 -1
  140. package/dist/esm/card-form.entry.js +4 -4
  141. package/dist/esm/{check-pkg-version-Bb69ihTN.js → check-pkg-version-BuYkk-jV.js} +1 -1
  142. package/dist/esm/{checkout.store-B60siz2l.js → checkout.store-OAv_iY1u.js} +1 -0
  143. package/dist/esm/checkouts-list-core.entry.js +6 -6
  144. package/dist/esm/{checkouts-table-CFZYoYjn.js → checkouts-table-DjGKtqoc.js} +2 -2
  145. package/dist/esm/custom-popper_2.entry.js +3 -3
  146. package/dist/esm/form-alert_5.entry.js +1 -1
  147. package/dist/esm/form-control-checkbox.entry.js +5 -5
  148. package/dist/esm/form-control-date.entry.js +4 -4
  149. package/dist/esm/{form-control-error-text-D3ZwkOv-.js → form-control-error-text-Bzfs_rxk.js} +1 -1
  150. package/dist/esm/form-control-file-v2_2.entry.js +5 -5
  151. package/dist/esm/{form-control-help-text-C39ZW65w.js → form-control-help-text-ueLctOBN.js} +1 -1
  152. package/dist/esm/form-control-monetary-provisioning.entry.js +3 -3
  153. package/dist/esm/form-control-monetary.entry.js +5 -5
  154. package/dist/esm/form-control-number-masked_2.entry.js +4 -4
  155. package/dist/esm/form-control-number.entry.js +5 -5
  156. package/dist/esm/form-control-radio.entry.js +3 -3
  157. package/dist/esm/form-control-select_2.entry.js +6 -6
  158. package/dist/esm/gross-payment-chart-core.entry.js +4 -4
  159. package/dist/esm/{header-1-E-hEi3wF.js → header-1-BMKEv9y6.js} +1 -1
  160. package/dist/esm/{header-3-Dm7M85kz.js → header-3-C3t3m27b.js} +1 -1
  161. package/dist/esm/hidden-input_2.entry.js +7 -7
  162. package/dist/esm/{insurance-state-CB4l8sOv.js → insurance-state-d4hjThzE.js} +1 -1
  163. package/dist/esm/justifi-additional-questions-form-step-core_6.entry.js +3 -3
  164. package/dist/esm/justifi-additional-questions-form-step_9.entry.js +2 -2
  165. package/dist/esm/justifi-additional-statement_8.entry.js +9 -9
  166. package/dist/esm/justifi-apple-pay.entry.js +828 -0
  167. package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +15 -15
  168. package/dist/esm/justifi-business-details.entry.js +4 -4
  169. package/dist/esm/justifi-business-form.entry.js +6 -6
  170. package/dist/esm/justifi-business-representative-form-inputs.entry.js +1 -1
  171. package/dist/esm/justifi-checkout-summary_6.entry.js +102 -15
  172. package/dist/esm/justifi-checkout.entry.js +4 -4
  173. package/dist/esm/justifi-checkouts-list-filters.entry.js +2 -2
  174. package/dist/esm/justifi-checkouts-list.entry.js +6 -6
  175. package/dist/esm/justifi-details.entry.js +2 -2
  176. package/dist/esm/justifi-dispute-management-core.entry.js +1 -1
  177. package/dist/esm/justifi-dispute-management.entry.js +3 -3
  178. package/dist/esm/justifi-dispute-notification_3.entry.js +8 -8
  179. package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
  180. package/dist/esm/justifi-order-terminals.entry.js +5 -5
  181. package/dist/esm/justifi-owner-form_3.entry.js +2 -2
  182. package/dist/esm/justifi-payment-details.entry.js +4 -4
  183. package/dist/esm/justifi-payment-provisioning-core.entry.js +2 -2
  184. package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
  185. package/dist/esm/justifi-payment-transactions-list.entry.js +6 -6
  186. package/dist/esm/justifi-payments-list-filters.entry.js +3 -3
  187. package/dist/esm/justifi-payments-list.entry.js +7 -7
  188. package/dist/esm/justifi-payout-details.entry.js +4 -4
  189. package/dist/esm/justifi-payout-transactions-list.entry.js +6 -6
  190. package/dist/esm/justifi-payouts-list-filters.entry.js +3 -3
  191. package/dist/esm/justifi-payouts-list.entry.js +7 -7
  192. package/dist/esm/justifi-refund-payment.entry.js +5 -5
  193. package/dist/esm/justifi-saved-payment-method.entry.js +2 -2
  194. package/dist/esm/justifi-season-interruption-insurance.entry.js +6 -6
  195. package/dist/esm/justifi-skeleton.entry.js +3 -3
  196. package/dist/esm/justifi-terminal-orders-list-filters.entry.js +3 -3
  197. package/dist/esm/justifi-terminal-orders-list.entry.js +6 -6
  198. package/dist/esm/justifi-terminals-list-filters.entry.js +2 -2
  199. package/dist/esm/justifi-terminals-list.entry.js +6 -6
  200. package/dist/esm/loader.js +1 -1
  201. package/dist/esm/{package-O3LY2Da6.js → package-C60pS6qh.js} +1 -1
  202. package/dist/esm/pagination-menu.entry.js +1 -1
  203. package/dist/esm/{parts-CfF8KKwx.js → parts-RvUQ__Pq.js} +1 -1
  204. package/dist/esm/payment-details-core.entry.js +13 -13
  205. package/dist/esm/payment-method-option.entry.js +2 -2
  206. package/dist/esm/payments-list-core.entry.js +7 -7
  207. package/dist/esm/{payments-status-XoZrlbiZ.js → payments-status-1yRdTNeS.js} +1 -1
  208. package/dist/esm/{payments-table-Dh4P9mTb.js → payments-table-8RADYkma.js} +2 -2
  209. package/dist/esm/payout-details-core.entry.js +9 -9
  210. package/dist/esm/payouts-list-core.entry.js +7 -7
  211. package/dist/esm/{payouts-status-Qm2jZG1-.js → payouts-status-BqsQVtBp.js} +1 -1
  212. package/dist/esm/{payouts-table-DMVAZp-r.js → payouts-table-DPw7yIx8.js} +2 -2
  213. package/dist/esm/{skeleton-DrHwsgs_.js → skeleton-BmTjpTYa.js} +1 -1
  214. package/dist/esm/{spinner-XBq6mVJW.js → spinner-YGDOI-CS.js} +1 -1
  215. package/dist/esm/table-filters-menu.entry.js +3 -3
  216. package/dist/esm/{table-qqt2Ew5y.js → table-ybHxxc9f.js} +2 -2
  217. package/dist/esm/terminal-orders-list-core.entry.js +6 -6
  218. package/dist/esm/{terminal-orders-table-BN4Co4T8.js → terminal-orders-table-D-xP5WuM.js} +2 -2
  219. package/dist/esm/terminal-quantity-selector.entry.js +2 -2
  220. package/dist/esm/terminals-list-core.entry.js +6 -6
  221. package/dist/esm/{terminals-table-C8LczeG_.js → terminals-table-DVAPCgEr.js} +2 -2
  222. package/dist/esm/{utils-kWaZhFAd.js → utils-DG5aMFmf.js} +1 -1
  223. package/dist/esm/webcomponents.js +1 -1
  224. package/dist/module/additional-statement.js +1 -1
  225. package/dist/module/bank-account-billing-form-simple.js +1 -1
  226. package/dist/module/bank-account-form.js +2 -2
  227. package/dist/module/bank-account.js +2 -2
  228. package/dist/module/cancellation-policy.js +1 -1
  229. package/dist/module/card-billing-form-simple.js +1 -1
  230. package/dist/module/card-form.js +2 -2
  231. package/dist/module/card-form2.js +2 -2
  232. package/dist/module/checkout.store.js +1 -0
  233. package/dist/module/checkouts-list-core2.js +1 -1
  234. package/dist/module/custom-popper2.js +2 -2
  235. package/dist/module/customer-details.js +1 -1
  236. package/dist/module/dispute-management-core.js +1 -1
  237. package/dist/module/dispute-notification.js +1 -1
  238. package/dist/module/dispute-response-core.js +1 -1
  239. package/dist/module/dispute-response.js +1 -1
  240. package/dist/module/duplicate-charge.js +1 -1
  241. package/dist/module/electronic-evidence.js +1 -1
  242. package/dist/module/form-control-checkbox2.js +2 -2
  243. package/dist/module/form-control-date2.js +2 -2
  244. package/dist/module/form-control-file-v22.js +1 -1
  245. package/dist/module/form-control-file2.js +2 -2
  246. package/dist/module/form-control-monetary2.js +2 -2
  247. package/dist/module/form-control-number-masked2.js +2 -2
  248. package/dist/module/form-control-number.js +2 -2
  249. package/dist/module/form-control-radio2.js +2 -2
  250. package/dist/module/form-control-select2.js +2 -2
  251. package/dist/module/form-control-text2.js +2 -2
  252. package/dist/module/form-control-textarea2.js +2 -2
  253. package/dist/module/gross-payment-chart-core2.js +1 -1
  254. package/dist/module/hidden-input2.js +1 -1
  255. package/dist/module/iframe-input2.js +3 -3
  256. package/dist/module/justifi-apple-pay.d.ts +11 -0
  257. package/dist/module/justifi-apple-pay.js +871 -0
  258. package/dist/module/justifi-button2.js +1 -1
  259. package/dist/module/justifi-checkouts-list-filters.js +1 -1
  260. package/dist/module/justifi-checkouts-list.js +1 -1
  261. package/dist/module/justifi-dispute-management.js +1 -1
  262. package/dist/module/justifi-header2.js +1 -1
  263. package/dist/module/justifi-order-terminals.js +1 -1
  264. package/dist/module/justifi-payment-transactions-list.js +1 -1
  265. package/dist/module/justifi-payments-list-filters.js +2 -2
  266. package/dist/module/justifi-payments-list.js +1 -1
  267. package/dist/module/justifi-payout-transactions-list.js +1 -1
  268. package/dist/module/justifi-payouts-list-filters.js +2 -2
  269. package/dist/module/justifi-payouts-list.js +1 -1
  270. package/dist/module/justifi-saved-payment-method.js +1 -1
  271. package/dist/module/justifi-skeleton.js +1 -1
  272. package/dist/module/justifi-terminal-orders-list-filters.js +2 -2
  273. package/dist/module/justifi-terminal-orders-list.js +1 -1
  274. package/dist/module/justifi-terminals-list-filters.js +1 -1
  275. package/dist/module/justifi-terminals-list.js +1 -1
  276. package/dist/module/modular-checkout.js +92 -5
  277. package/dist/module/package.js +1 -1
  278. package/dist/module/payment-details-core2.js +8 -8
  279. package/dist/module/payment-method-option.js +1 -1
  280. package/dist/module/payments-list-core2.js +1 -1
  281. package/dist/module/payout-details-core2.js +3 -3
  282. package/dist/module/payouts-list-core2.js +1 -1
  283. package/dist/module/product-or-service.js +1 -1
  284. package/dist/module/refund-policy.js +1 -1
  285. package/dist/module/save-new-payment-method.js +1 -1
  286. package/dist/module/shipping-details.js +1 -1
  287. package/dist/module/summary.js +1 -1
  288. package/dist/module/table-filters-menu2.js +1 -1
  289. package/dist/module/terminal-orders-list-core2.js +1 -1
  290. package/dist/module/terminal-quantity-selector2.js +1 -1
  291. package/dist/module/terminals-list-core2.js +1 -1
  292. package/dist/module/tokenize-payment-method.js +1 -1
  293. package/dist/types/api/ApplePay.d.ts +196 -0
  294. package/dist/types/api/services/apple-pay.service.d.ts +65 -0
  295. package/dist/types/components/modular-checkout/modular-checkout.d.ts +8 -0
  296. package/dist/types/components/modular-checkout/sub-components/apple-pay-skeleton.d.ts +6 -0
  297. package/dist/types/components/modular-checkout/sub-components/apple-pay.d.ts +38 -0
  298. package/dist/types/components.d.ts +120 -0
  299. package/dist/types/store/checkout.store.d.ts +1 -0
  300. package/dist/types/ui-components/apple-pay-button.d.ts +17 -0
  301. package/dist/webcomponents/{p-48bccf3b.entry.js → p-03c7cee8.entry.js} +1 -1
  302. package/dist/webcomponents/{p-4ba144ac.entry.js → p-08a5cc2f.entry.js} +1 -1
  303. package/dist/webcomponents/{p-f47095cd.entry.js → p-0aa78c58.entry.js} +1 -1
  304. package/dist/webcomponents/{p-424f491c.entry.js → p-0aee6da6.entry.js} +1 -1
  305. package/dist/webcomponents/p-0e64cd09.entry.js +1 -0
  306. package/dist/webcomponents/{p-2f31a4e5.entry.js → p-1202181b.entry.js} +1 -1
  307. package/dist/webcomponents/p-1246b999.entry.js +1 -0
  308. package/dist/webcomponents/p-12c312a0.entry.js +1 -0
  309. package/dist/webcomponents/p-1a83d9f2.entry.js +1 -0
  310. package/dist/webcomponents/{p-df199396.entry.js → p-1b892b3a.entry.js} +1 -1
  311. package/dist/webcomponents/p-1c0c1d7b.entry.js +1 -0
  312. package/dist/webcomponents/p-1e206c92.entry.js +1 -0
  313. package/dist/webcomponents/{p-828a61b9.entry.js → p-2169c3d1.entry.js} +1 -1
  314. package/dist/webcomponents/{p-77515be6.entry.js → p-281e36be.entry.js} +1 -1
  315. package/dist/webcomponents/{p-7322c86e.entry.js → p-2988e82c.entry.js} +1 -1
  316. package/dist/webcomponents/p-2a0a907d.entry.js +1 -0
  317. package/dist/webcomponents/{p-dd689b5e.entry.js → p-32cc081a.entry.js} +1 -1
  318. package/dist/webcomponents/{p-f01953ea.entry.js → p-387bcdee.entry.js} +1 -1
  319. package/dist/webcomponents/{p-1f8cd44e.entry.js → p-41416b5f.entry.js} +1 -1
  320. package/dist/webcomponents/{p-131d799c.entry.js → p-42994618.entry.js} +1 -1
  321. package/dist/webcomponents/{p-7c51805a.entry.js → p-4a79c737.entry.js} +1 -1
  322. package/dist/webcomponents/{p-a8205044.entry.js → p-4c994761.entry.js} +1 -1
  323. package/dist/webcomponents/{p-c3a2c619.entry.js → p-4cf9168d.entry.js} +1 -1
  324. package/dist/webcomponents/p-5510b57c.entry.js +1 -0
  325. package/dist/webcomponents/{p-6849bf8e.entry.js → p-55b7bdba.entry.js} +1 -1
  326. package/dist/webcomponents/{p-1bdce018.entry.js → p-59e8f027.entry.js} +1 -1
  327. package/dist/webcomponents/p-5a5f07be.entry.js +1 -0
  328. package/dist/webcomponents/p-5acd6add.entry.js +1 -0
  329. package/dist/webcomponents/{p-6e18d13f.entry.js → p-5ad70aae.entry.js} +1 -1
  330. package/dist/webcomponents/p-5afbfafb.entry.js +1 -0
  331. package/dist/webcomponents/p-6974a44c.entry.js +1 -0
  332. package/dist/webcomponents/p-6f2b41f5.entry.js +1 -0
  333. package/dist/webcomponents/p-6f9755cc.entry.js +1 -0
  334. package/dist/webcomponents/p-7288473f.entry.js +1 -0
  335. package/dist/webcomponents/{p-79055216.entry.js → p-76a95d07.entry.js} +1 -1
  336. package/dist/webcomponents/{p-a4172773.entry.js → p-7b9fa1fb.entry.js} +1 -1
  337. package/dist/webcomponents/{p-dfd7c212.entry.js → p-92efb3f2.entry.js} +1 -1
  338. package/dist/webcomponents/p-98939b74.entry.js +1 -0
  339. package/dist/webcomponents/{p-BTkXk7ol.js → p-BUadwxkh.js} +1 -1
  340. package/dist/webcomponents/{p-CCME-fyU.js → p-BXKEChoo.js} +1 -1
  341. package/dist/webcomponents/p-BZzESzqz.js +1 -0
  342. package/dist/webcomponents/{p-Dvxpy_P1.js → p-BhdBpAn9.js} +1 -1
  343. package/dist/webcomponents/p-BmFoKOM3.js +1 -0
  344. package/dist/webcomponents/p-BtOB_CaO.js +1 -0
  345. package/dist/webcomponents/{p-qMrd7_Gp.js → p-C0AHrswP.js} +1 -1
  346. package/dist/webcomponents/p-C60pS6qh.js +1 -0
  347. package/dist/webcomponents/{p-BeszVz87.js → p-CP_tg-uH.js} +1 -1
  348. package/dist/webcomponents/{p-JgbsbAhz.js → p-D48iERjQ.js} +1 -1
  349. package/dist/webcomponents/p-D7eeJWA-.js +1 -0
  350. package/dist/webcomponents/{p-BNz6wy4f.js → p-D9Sv4eV5.js} +1 -1
  351. package/dist/webcomponents/{p-CsNubTqD.js → p-DBsw4qpn.js} +1 -1
  352. package/dist/webcomponents/{p-vRhNRfmB.js → p-DKRXPZKS.js} +1 -1
  353. package/dist/webcomponents/p-DOd8HaWV.js +1 -0
  354. package/dist/webcomponents/p-DcE8SQPv.js +1 -0
  355. package/dist/webcomponents/p-Drz6LnIw.js +1 -0
  356. package/dist/webcomponents/{p-DO3INvI2.js → p-DuXN7Akd.js} +1 -1
  357. package/dist/webcomponents/{p-Bz164TKZ.js → p-HAk7yBNq.js} +1 -1
  358. package/dist/webcomponents/{p-CfF8KKwx.js → p-RvUQ__Pq.js} +1 -1
  359. package/dist/webcomponents/p-a1a8f6bd.entry.js +1 -0
  360. package/dist/webcomponents/{p-15777cfe.entry.js → p-a406bf1a.entry.js} +1 -1
  361. package/dist/webcomponents/{p-fa33df9f.entry.js → p-a70bc148.entry.js} +1 -1
  362. package/dist/webcomponents/{p-57143978.entry.js → p-a9d2dd5e.entry.js} +1 -1
  363. package/dist/webcomponents/{p-ded22005.entry.js → p-ab308ee3.entry.js} +1 -1
  364. package/dist/webcomponents/{p-c5b48e8d.entry.js → p-afc83e27.entry.js} +1 -1
  365. package/dist/webcomponents/{p-3d85d046.entry.js → p-b04cc606.entry.js} +1 -1
  366. package/dist/webcomponents/p-b41d2b8f.entry.js +1 -0
  367. package/dist/webcomponents/p-b8f63e28.entry.js +1 -0
  368. package/dist/webcomponents/p-ba84c3bd.entry.js +1 -0
  369. package/dist/webcomponents/{p-bea4309d.entry.js → p-bfc38bc2.entry.js} +1 -1
  370. package/dist/webcomponents/{p-283cd78b.entry.js → p-c62e23c1.entry.js} +1 -1
  371. package/dist/webcomponents/{p-b0bfa20f.entry.js → p-c6860f60.entry.js} +1 -1
  372. package/dist/webcomponents/{p-cebe360b.entry.js → p-c7e5245a.entry.js} +1 -1
  373. package/dist/webcomponents/{p-9106fd74.entry.js → p-cabaf013.entry.js} +1 -1
  374. package/dist/webcomponents/{p-dd6d6ddb.entry.js → p-cbfc8269.entry.js} +1 -1
  375. package/dist/webcomponents/{p-ae4297dd.entry.js → p-cf16498f.entry.js} +1 -1
  376. package/dist/webcomponents/{p-f3a757b2.entry.js → p-d014a155.entry.js} +1 -1
  377. package/dist/webcomponents/{p-28c7bef7.entry.js → p-dc245644.entry.js} +4 -4
  378. package/dist/webcomponents/{p-ba8ae31f.entry.js → p-e6ca1872.entry.js} +1 -1
  379. package/dist/webcomponents/{p-904a95e5.entry.js → p-e8a198fa.entry.js} +1 -1
  380. package/dist/webcomponents/{p-1d53f0b8.entry.js → p-ea1b161a.entry.js} +1 -1
  381. package/dist/webcomponents/p-eff0b0e9.entry.js +1 -0
  382. package/dist/webcomponents/p-f3be7b2b.entry.js +1 -0
  383. package/dist/webcomponents/p-f787bc18.entry.js +1 -0
  384. package/dist/webcomponents/p-fb1904d2.entry.js +1 -0
  385. package/dist/webcomponents/{p-36d72e2d.entry.js → p-fbaf62a5.entry.js} +1 -1
  386. package/dist/webcomponents/p-fcb6e870.entry.js +1 -0
  387. package/dist/webcomponents/{p-YND5pTuF.js → p-nWGo6sHu.js} +1 -1
  388. package/dist/webcomponents/{p-BisQ61nK.js → p-wyEq9Pa1.js} +1 -1
  389. package/dist/webcomponents/webcomponents.esm.js +1 -1
  390. package/package.json +1 -1
  391. package/dist/webcomponents/p-08ea8974.entry.js +0 -1
  392. package/dist/webcomponents/p-0932f6a9.entry.js +0 -1
  393. package/dist/webcomponents/p-09e768fe.entry.js +0 -1
  394. package/dist/webcomponents/p-0dcc83ac.entry.js +0 -1
  395. package/dist/webcomponents/p-22be0859.entry.js +0 -1
  396. package/dist/webcomponents/p-3a4ca4df.entry.js +0 -1
  397. package/dist/webcomponents/p-40ba49e4.entry.js +0 -1
  398. package/dist/webcomponents/p-466f33d7.entry.js +0 -1
  399. package/dist/webcomponents/p-57802e57.entry.js +0 -1
  400. package/dist/webcomponents/p-818f51fd.entry.js +0 -1
  401. package/dist/webcomponents/p-89e27079.entry.js +0 -1
  402. package/dist/webcomponents/p-8f0339de.entry.js +0 -1
  403. package/dist/webcomponents/p-9b75aced.entry.js +0 -1
  404. package/dist/webcomponents/p-BC8YDY7M.js +0 -1
  405. package/dist/webcomponents/p-BbYVgLcf.js +0 -1
  406. package/dist/webcomponents/p-C1fMfnu0.js +0 -1
  407. package/dist/webcomponents/p-C_CXv7AN.js +0 -1
  408. package/dist/webcomponents/p-CwZKT93w.js +0 -1
  409. package/dist/webcomponents/p-D599ZMGU.js +0 -1
  410. package/dist/webcomponents/p-O3LY2Da6.js +0 -1
  411. package/dist/webcomponents/p-a7d5e434.entry.js +0 -1
  412. package/dist/webcomponents/p-ae5a3c2a.entry.js +0 -1
  413. package/dist/webcomponents/p-be06d86a.entry.js +0 -1
  414. package/dist/webcomponents/p-d0e24727.entry.js +0 -1
  415. package/dist/webcomponents/p-d77908ca.entry.js +0 -1
  416. package/dist/webcomponents/p-dd257e60.entry.js +0 -1
  417. package/dist/webcomponents/p-e830a580.entry.js +0 -1
  418. package/dist/webcomponents/p-e859ece8.entry.js +0 -1
  419. package/dist/webcomponents/p-eaea7cc1.entry.js +0 -1
  420. package/dist/webcomponents/p-ff3377e7.entry.js +0 -1
  421. package/dist/webcomponents/p-ff869ded.entry.js +0 -1
  422. package/dist/webcomponents/p-zrUQD0Wr.js +0 -1
@@ -0,0 +1,554 @@
1
+ import { h, } from "@stencil/core";
2
+ import { ApplePayService } from "../../../api/services/apple-pay.service";
3
+ import { ApplePayButtonType, ApplePayButtonStyle, ApplePayHelpers, } from "../../../api/ApplePay";
4
+ import { StyledHost } from "../../../ui-components";
5
+ import ApplePaySkeleton from "./apple-pay-skeleton";
6
+ import { ApplePayButton } from "../../../ui-components/apple-pay-button";
7
+ import { checkoutStore, onChange } from "../../../store/checkout.store";
8
+ import { configState } from "../../config-provider/config-state";
9
+ export class ApplePay {
10
+ constructor() {
11
+ this.countryCode = "US";
12
+ this.merchantIdentifier = "merchant.com.staging-justifi.checkout-dev";
13
+ this.merchantDisplayName = "JustiFi Checkout";
14
+ this.initiativeContext = "dev-checkout.justifi-staging.com";
15
+ this.apiBaseUrl = configState.apiOrigin;
16
+ this.buttonType = ApplePayButtonType.PLAIN;
17
+ this.buttonStyle = ApplePayButtonStyle.BLACK;
18
+ this.disabled = false;
19
+ this.showSkeleton = true;
20
+ this.isLoading = true;
21
+ this.isProcessing = false;
22
+ this.isAvailable = false;
23
+ this.canMakePayments = false;
24
+ this.error = null;
25
+ this.handleApplePayClick = async () => {
26
+ var _a;
27
+ if (this.isProcessing || this.disabled || !this.isAvailable) {
28
+ return;
29
+ }
30
+ try {
31
+ this.isProcessing = true;
32
+ this.error = null;
33
+ this.applePayStarted.emit();
34
+ const paymentRequest = {
35
+ countryCode: this.countryCode,
36
+ currencyCode: checkoutStore.paymentCurrency,
37
+ merchantCapabilities: ApplePayHelpers.getDefaultMerchantCapabilities(),
38
+ supportedNetworks: ApplePayHelpers.getDefaultSupportedNetworks(),
39
+ total: ApplePayHelpers.createLineItem(checkoutStore.paymentDescription, checkoutStore.paymentAmount),
40
+ };
41
+ const result = await this.applePayService.startPaymentSession(paymentRequest);
42
+ if (result.success) {
43
+ this.applePayCompleted.emit({
44
+ success: true,
45
+ token: result.token,
46
+ });
47
+ }
48
+ else {
49
+ this.applePayCompleted.emit({
50
+ success: false,
51
+ error: result.error,
52
+ });
53
+ this.applePayError.emit({
54
+ error: ((_a = result.error) === null || _a === void 0 ? void 0 : _a.message) || "Payment failed",
55
+ });
56
+ }
57
+ }
58
+ catch (error) {
59
+ console.error("Apple Pay payment error:", error);
60
+ const errorMessage = error instanceof Error ? error.message : "Payment failed";
61
+ this.error = errorMessage;
62
+ this.applePayError.emit({ error: errorMessage });
63
+ this.applePayCompleted.emit({
64
+ success: false,
65
+ error: errorMessage,
66
+ });
67
+ }
68
+ finally {
69
+ this.isProcessing = false;
70
+ }
71
+ };
72
+ }
73
+ componentWillLoad() {
74
+ this.applePayService = new ApplePayService();
75
+ this.applePayService.setApiBaseUrl(this.apiBaseUrl);
76
+ this.applePayService.setAuthToken(checkoutStore.authToken);
77
+ this.applePayService.setAccountId(checkoutStore.accountId);
78
+ this.initializeApplePay();
79
+ }
80
+ componentDidLoad() {
81
+ onChange('paymentAmount', () => {
82
+ this.initializeApplePay();
83
+ });
84
+ onChange('authToken', () => {
85
+ if (this.applePayService) {
86
+ this.applePayService.setAuthToken(checkoutStore.authToken);
87
+ }
88
+ });
89
+ }
90
+ watchPropsChange() {
91
+ this.initializeApplePay();
92
+ }
93
+ async initializeApplePay() {
94
+ console.log('Initializing Apple Pay');
95
+ try {
96
+ if (this.applePayService) {
97
+ this.applePayService.setApiBaseUrl(this.apiBaseUrl);
98
+ this.applePayService.setAuthToken(checkoutStore.authToken);
99
+ }
100
+ this.isLoading = true;
101
+ this.error = null;
102
+ if (!checkoutStore.paymentAmount) {
103
+ this.error = "Missing required Apple Pay configuration";
104
+ this.isLoading = false;
105
+ return;
106
+ }
107
+ this.isAvailable = true; // ApplePayHelpers.isApplePaySupported();
108
+ this.canMakePayments = true; // ApplePayHelpers.canMakePayments();
109
+ if (!this.isAvailable) {
110
+ this.error = "Apple Pay is not supported on this device";
111
+ this.isLoading = false;
112
+ return;
113
+ }
114
+ if (!this.canMakePayments) {
115
+ this.error = "Apple Pay is not available";
116
+ this.isLoading = false;
117
+ return;
118
+ }
119
+ const applePayConfig = {
120
+ merchantIdentifier: this.merchantIdentifier,
121
+ displayName: this.merchantDisplayName,
122
+ initiative: "web",
123
+ initiativeContext: this.initiativeContext,
124
+ buttonType: this.buttonType,
125
+ buttonStyle: this.buttonStyle,
126
+ };
127
+ console.log('=== APPLE PAY CONFIG ===');
128
+ console.log('Config:', applePayConfig);
129
+ console.log('Auth token present:', !!checkoutStore.authToken);
130
+ console.log('Account ID:', checkoutStore.accountId);
131
+ this.applePayService.setAccountId(checkoutStore.accountId);
132
+ this.applePayService.initialize(applePayConfig);
133
+ const hasActiveCard = await this.applePayService.canMakePaymentsWithActiveCard();
134
+ if (!hasActiveCard) {
135
+ console.warn("No Apple Pay cards available, but continuing...");
136
+ }
137
+ }
138
+ catch (error) {
139
+ console.error("Apple Pay initialization error:", error);
140
+ this.error =
141
+ error instanceof Error
142
+ ? error.message
143
+ : "Failed to initialize Apple Pay";
144
+ }
145
+ finally {
146
+ this.isLoading = false;
147
+ }
148
+ }
149
+ async isSupported() {
150
+ return this.isAvailable && this.canMakePayments;
151
+ }
152
+ async getPaymentMethods() {
153
+ if (!this.isAvailable) {
154
+ return [];
155
+ }
156
+ return ApplePayHelpers.getDefaultSupportedNetworks();
157
+ }
158
+ async abort() {
159
+ this.applePayService.abortPaymentSession();
160
+ this.isProcessing = false;
161
+ this.applePayCancelled.emit();
162
+ }
163
+ render() {
164
+ const isReady = !this.isLoading &&
165
+ this.isAvailable &&
166
+ this.canMakePayments &&
167
+ !this.error;
168
+ return (h(StyledHost, { key: '45f2eaf52c3a2b2641a9cf6b22861de0a2a628a6' }, h("script", { key: '42a858aefc0e5ff23d5cf322ebca4408d7ac745f', async: true, src: "https://applepay.cdn-apple.com/jsapi/1.latest/apple-pay-sdk.js" }), h("div", { key: '87ff666f7a898051253e18a1c14a9fca0373b1a8', class: 'apple-pay-container' }, h(ApplePaySkeleton, { key: '3b4a24e3e8f4a4fdde1b134b61d7cbe422b40fd9', isReady: isReady }), !this.isLoading && this.error && (h("div", { key: 'a6f58df266b99e385eb38f7d8104906966b337af', class: 'apple-pay-error', role: 'alert' }, h("span", { key: 'c97d5489a323df55a97a5d3395fd4e14363ba32b', class: 'error-icon' }, "\u26A0\uFE0F"), h("span", { key: 'd6447983dcf879d061d1b4d6d06300e9df3430d4', class: 'error-message' }, this.error))), !this.isLoading && !this.error && !this.isAvailable && (h("div", { key: 'd58714c3a66403876a1b92f7de5a2981a71baaa4', class: 'apple-pay-unavailable' }, h("span", { key: '7d01800c0044a6b1cce70d76da8c4b37e9d592c8', class: 'unavailable-message' }, "Apple Pay is not available on this device"))), !this.isLoading &&
169
+ !this.error &&
170
+ this.isAvailable &&
171
+ this.canMakePayments && (h(ApplePayButton, { key: '6e950987ae3c2d7c5168028f48a6400bd97a0692', buttonType: this.buttonType, buttonStyle: this.buttonStyle, disabled: this.disabled, isProcessing: this.isProcessing, isAvailable: this.isAvailable, clickHandler: this.handleApplePayClick }))), h("style", { key: '2358f7ee9df1d9d270754801b00be2c807c2a10c' }, `
172
+ .apple-pay-container {
173
+ width: 100%;
174
+ }
175
+
176
+ .apple-pay-error {
177
+ display: flex;
178
+ align-items: center;
179
+ gap: 8px;
180
+ padding: 12px;
181
+ background: #fef2f2;
182
+ border: 1px solid #fecaca;
183
+ border-radius: 8px;
184
+ color: #dc2626;
185
+ font-size: 14px;
186
+ }
187
+
188
+ .apple-pay-unavailable {
189
+ display: flex;
190
+ align-items: center;
191
+ justify-content: center;
192
+ padding: 12px;
193
+ background: #f9fafb;
194
+ border: 1px solid #e5e7eb;
195
+ border-radius: 8px;
196
+ color: #6b7280;
197
+ font-size: 14px;
198
+ }
199
+
200
+ .error-icon {
201
+ font-size: 16px;
202
+ }
203
+ `)));
204
+ }
205
+ static get is() { return "justifi-apple-pay"; }
206
+ static get encapsulation() { return "shadow"; }
207
+ static get properties() {
208
+ return {
209
+ "countryCode": {
210
+ "type": "string",
211
+ "attribute": "country-code",
212
+ "mutable": false,
213
+ "complexType": {
214
+ "original": "string",
215
+ "resolved": "string",
216
+ "references": {}
217
+ },
218
+ "required": false,
219
+ "optional": false,
220
+ "docs": {
221
+ "tags": [],
222
+ "text": ""
223
+ },
224
+ "getter": false,
225
+ "setter": false,
226
+ "reflect": false,
227
+ "defaultValue": "\"US\""
228
+ },
229
+ "merchantIdentifier": {
230
+ "type": "string",
231
+ "attribute": "merchant-identifier",
232
+ "mutable": false,
233
+ "complexType": {
234
+ "original": "string",
235
+ "resolved": "string",
236
+ "references": {}
237
+ },
238
+ "required": false,
239
+ "optional": false,
240
+ "docs": {
241
+ "tags": [],
242
+ "text": ""
243
+ },
244
+ "getter": false,
245
+ "setter": false,
246
+ "reflect": false,
247
+ "defaultValue": "\"merchant.com.staging-justifi.checkout-dev\""
248
+ },
249
+ "merchantDisplayName": {
250
+ "type": "string",
251
+ "attribute": "merchant-display-name",
252
+ "mutable": false,
253
+ "complexType": {
254
+ "original": "string",
255
+ "resolved": "string",
256
+ "references": {}
257
+ },
258
+ "required": false,
259
+ "optional": false,
260
+ "docs": {
261
+ "tags": [],
262
+ "text": ""
263
+ },
264
+ "getter": false,
265
+ "setter": false,
266
+ "reflect": false,
267
+ "defaultValue": "\"JustiFi Checkout\""
268
+ },
269
+ "initiativeContext": {
270
+ "type": "string",
271
+ "attribute": "initiative-context",
272
+ "mutable": false,
273
+ "complexType": {
274
+ "original": "string",
275
+ "resolved": "string",
276
+ "references": {}
277
+ },
278
+ "required": false,
279
+ "optional": false,
280
+ "docs": {
281
+ "tags": [],
282
+ "text": ""
283
+ },
284
+ "getter": false,
285
+ "setter": false,
286
+ "reflect": false,
287
+ "defaultValue": "\"dev-checkout.justifi-staging.com\""
288
+ },
289
+ "apiBaseUrl": {
290
+ "type": "string",
291
+ "attribute": "api-base-url",
292
+ "mutable": false,
293
+ "complexType": {
294
+ "original": "string",
295
+ "resolved": "string",
296
+ "references": {}
297
+ },
298
+ "required": false,
299
+ "optional": false,
300
+ "docs": {
301
+ "tags": [],
302
+ "text": ""
303
+ },
304
+ "getter": false,
305
+ "setter": false,
306
+ "reflect": false,
307
+ "defaultValue": "configState.apiOrigin"
308
+ },
309
+ "buttonType": {
310
+ "type": "string",
311
+ "attribute": "button-type",
312
+ "mutable": false,
313
+ "complexType": {
314
+ "original": "ApplePayButtonType",
315
+ "resolved": "ApplePayButtonType.BOOK | ApplePayButtonType.BUY | ApplePayButtonType.CHECK_OUT | ApplePayButtonType.DONATE | ApplePayButtonType.PLAIN | ApplePayButtonType.SET_UP | ApplePayButtonType.SUBSCRIBE",
316
+ "references": {
317
+ "ApplePayButtonType": {
318
+ "location": "import",
319
+ "path": "../../../api/ApplePay",
320
+ "id": "src/api/ApplePay.ts::ApplePayButtonType"
321
+ }
322
+ }
323
+ },
324
+ "required": false,
325
+ "optional": false,
326
+ "docs": {
327
+ "tags": [],
328
+ "text": ""
329
+ },
330
+ "getter": false,
331
+ "setter": false,
332
+ "reflect": false,
333
+ "defaultValue": "ApplePayButtonType.PLAIN"
334
+ },
335
+ "buttonStyle": {
336
+ "type": "string",
337
+ "attribute": "button-style",
338
+ "mutable": false,
339
+ "complexType": {
340
+ "original": "ApplePayButtonStyle",
341
+ "resolved": "ApplePayButtonStyle.BLACK | ApplePayButtonStyle.WHITE | ApplePayButtonStyle.WHITE_OUTLINE",
342
+ "references": {
343
+ "ApplePayButtonStyle": {
344
+ "location": "import",
345
+ "path": "../../../api/ApplePay",
346
+ "id": "src/api/ApplePay.ts::ApplePayButtonStyle"
347
+ }
348
+ }
349
+ },
350
+ "required": false,
351
+ "optional": false,
352
+ "docs": {
353
+ "tags": [],
354
+ "text": ""
355
+ },
356
+ "getter": false,
357
+ "setter": false,
358
+ "reflect": false,
359
+ "defaultValue": "ApplePayButtonStyle.BLACK"
360
+ },
361
+ "disabled": {
362
+ "type": "boolean",
363
+ "attribute": "disabled",
364
+ "mutable": false,
365
+ "complexType": {
366
+ "original": "boolean",
367
+ "resolved": "boolean",
368
+ "references": {}
369
+ },
370
+ "required": false,
371
+ "optional": false,
372
+ "docs": {
373
+ "tags": [],
374
+ "text": ""
375
+ },
376
+ "getter": false,
377
+ "setter": false,
378
+ "reflect": false,
379
+ "defaultValue": "false"
380
+ },
381
+ "showSkeleton": {
382
+ "type": "boolean",
383
+ "attribute": "show-skeleton",
384
+ "mutable": false,
385
+ "complexType": {
386
+ "original": "boolean",
387
+ "resolved": "boolean",
388
+ "references": {}
389
+ },
390
+ "required": false,
391
+ "optional": false,
392
+ "docs": {
393
+ "tags": [],
394
+ "text": ""
395
+ },
396
+ "getter": false,
397
+ "setter": false,
398
+ "reflect": false,
399
+ "defaultValue": "true"
400
+ }
401
+ };
402
+ }
403
+ static get states() {
404
+ return {
405
+ "isLoading": {},
406
+ "isProcessing": {},
407
+ "isAvailable": {},
408
+ "canMakePayments": {},
409
+ "error": {}
410
+ };
411
+ }
412
+ static get events() {
413
+ return [{
414
+ "method": "applePayStarted",
415
+ "name": "applePayStarted",
416
+ "bubbles": true,
417
+ "cancelable": true,
418
+ "composed": true,
419
+ "docs": {
420
+ "tags": [],
421
+ "text": ""
422
+ },
423
+ "complexType": {
424
+ "original": "void",
425
+ "resolved": "void",
426
+ "references": {}
427
+ }
428
+ }, {
429
+ "method": "applePayCompleted",
430
+ "name": "applePayCompleted",
431
+ "bubbles": true,
432
+ "cancelable": true,
433
+ "composed": true,
434
+ "docs": {
435
+ "tags": [],
436
+ "text": ""
437
+ },
438
+ "complexType": {
439
+ "original": "{\n success: boolean;\n token?: IApplePayToken;\n error?: any;\n }",
440
+ "resolved": "{ success: boolean; token?: IApplePayToken; error?: any; }",
441
+ "references": {
442
+ "IApplePayToken": {
443
+ "location": "import",
444
+ "path": "../../../api/ApplePay",
445
+ "id": "src/api/ApplePay.ts::IApplePayToken"
446
+ }
447
+ }
448
+ }
449
+ }, {
450
+ "method": "applePayCancelled",
451
+ "name": "applePayCancelled",
452
+ "bubbles": true,
453
+ "cancelable": true,
454
+ "composed": true,
455
+ "docs": {
456
+ "tags": [],
457
+ "text": ""
458
+ },
459
+ "complexType": {
460
+ "original": "void",
461
+ "resolved": "void",
462
+ "references": {}
463
+ }
464
+ }, {
465
+ "method": "applePayError",
466
+ "name": "applePayError",
467
+ "bubbles": true,
468
+ "cancelable": true,
469
+ "composed": true,
470
+ "docs": {
471
+ "tags": [],
472
+ "text": ""
473
+ },
474
+ "complexType": {
475
+ "original": "{ error: string }",
476
+ "resolved": "{ error: string; }",
477
+ "references": {}
478
+ }
479
+ }];
480
+ }
481
+ static get methods() {
482
+ return {
483
+ "isSupported": {
484
+ "complexType": {
485
+ "signature": "() => Promise<boolean>",
486
+ "parameters": [],
487
+ "references": {
488
+ "Promise": {
489
+ "location": "global",
490
+ "id": "global::Promise"
491
+ }
492
+ },
493
+ "return": "Promise<boolean>"
494
+ },
495
+ "docs": {
496
+ "text": "",
497
+ "tags": []
498
+ }
499
+ },
500
+ "getPaymentMethods": {
501
+ "complexType": {
502
+ "signature": "() => Promise<string[]>",
503
+ "parameters": [],
504
+ "references": {
505
+ "Promise": {
506
+ "location": "global",
507
+ "id": "global::Promise"
508
+ }
509
+ },
510
+ "return": "Promise<string[]>"
511
+ },
512
+ "docs": {
513
+ "text": "",
514
+ "tags": []
515
+ }
516
+ },
517
+ "abort": {
518
+ "complexType": {
519
+ "signature": "() => Promise<void>",
520
+ "parameters": [],
521
+ "references": {
522
+ "Promise": {
523
+ "location": "global",
524
+ "id": "global::Promise"
525
+ }
526
+ },
527
+ "return": "Promise<void>"
528
+ },
529
+ "docs": {
530
+ "text": "",
531
+ "tags": []
532
+ }
533
+ }
534
+ };
535
+ }
536
+ static get watchers() {
537
+ return [{
538
+ "propName": "merchantIdentifier",
539
+ "methodName": "watchPropsChange"
540
+ }, {
541
+ "propName": "apiBaseUrl",
542
+ "methodName": "watchPropsChange"
543
+ }, {
544
+ "propName": "buttonType",
545
+ "methodName": "watchPropsChange"
546
+ }, {
547
+ "propName": "buttonStyle",
548
+ "methodName": "watchPropsChange"
549
+ }, {
550
+ "propName": "disabled",
551
+ "methodName": "watchPropsChange"
552
+ }];
553
+ }
554
+ }
@@ -32,7 +32,7 @@ export class BankAccountBillingFormSimple {
32
32
  }
33
33
  render() {
34
34
  const billingFormDefaultValue = this.formController.getInitialValues();
35
- return (h(StyledHost, { key: '81a8511265b4813817b4cf183aa176b464645e85' }, h("div", { key: '7dddd3ec7822077268c73da7d0f34a691ddde1cb', part: billingForm, class: "mt-4" }, h("form", { key: '1c9000a4b022209129cf511d79a77cf3dc44b77e' }, h("fieldset", { key: '134c349c5745197b5ebb79b31748bf480e1cab7a' }, this.legend && (h("legend", { key: 'fb8e12086fd6fb51f7456d8fc6e82a9184514d4f' }, this.legend)), h("div", { key: 'a49ae2d182e442efbe44aae7c2e0a4e40dabe7d7', class: "row gy-3" }, h("div", { key: '2be4b2aab266d0fc17f32237693dea8578c7545d', class: "col-12" }, h("form-control-text", { key: '92d1b3b05ba04212e46feecfd886f7dcc912e4fe', name: 'name', label: 'Full Name', defaultValue: billingFormDefaultValue.name, errorText: this.errors.name, inputHandler: this.inputHandler }))))))));
35
+ return (h(StyledHost, { key: '5d20a10cee1aae5c6500b5ce0045859f9c2b9e60' }, h("div", { key: '9c5f77f6b03a70b4825bf40dd470d757cfe1eb50', part: billingForm, class: "mt-4" }, h("form", { key: 'a588d182b5d0a212d74fec4a7ce77bc743e387ca' }, h("fieldset", { key: '997ae96111c02eba64b6109786d634f0fe1d28d1' }, this.legend && (h("legend", { key: 'fdcaf97a5968bcdfa6e79b8da9ab8f111721ba3c' }, this.legend)), h("div", { key: '2b56bb94f907d2e6a68b8177c0d1dd77fae92aae', class: "row gy-3" }, h("div", { key: '0588a51e0d9a2bb0d643688677f02e2473c834f5', class: "col-12" }, h("form-control-text", { key: '06706f6b9db8f6ae7f732d8423b47af99718a2d7', name: 'name', label: 'Full Name', defaultValue: billingFormDefaultValue.name, errorText: this.errors.name, inputHandler: this.inputHandler }))))))));
36
36
  }
37
37
  static get is() { return "justifi-bank-account-billing-form-simple"; }
38
38
  static get encapsulation() { return "shadow"; }
@@ -40,10 +40,10 @@ export class BankAccountForm {
40
40
  return this.accountNumberIframeElement.tokenize(clientId, paymentMethodMetadata, account);
41
41
  }
42
42
  render() {
43
- return (h(StyledHost, { key: '653403782a62c5a2ea0675f9633c7197503c9ab7' }, h(BankAccountFormSkeleton, { key: '63f13c4e3c7ca588a17837faeca840302675c927', isReady: this.isReady }), h("hidden-input", { key: '7d825c7c130942e751f3ba17d195e979c406f4a6' }), h("div", { key: 'd9fec72e9526c9dadd3cae0af98d99b024320a2c', class: "container-fluid p-0", style: {
43
+ return (h(StyledHost, { key: 'f6b75ae15faeea635abbdcbefee10a8bdb78ba08' }, h(BankAccountFormSkeleton, { key: '39f42d054342305001a934feeb29c65caa0fe941', isReady: this.isReady }), h("hidden-input", { key: 'd4bf758fe0600db0f1535ff9040cc3d9e25c45b9' }), h("div", { key: '095bd8da35c668c7c40d696454310e0e320a1730', class: "container-fluid p-0", style: {
44
44
  opacity: this.isReady ? '1' : '0',
45
45
  height: this.isReady ? 'auto' : '0',
46
- } }, h("div", { key: '22047ead687c0eb6cb724343091eac42760d93a4', class: "row mb-3" }, h("iframe-input", { key: '5f5a1300d37439b3c936dcc13e1e17cf779c9ba0', inputId: "accountNumber", ref: (el) => (this.accountNumberIframeElement = el), label: "Account Number", iframeOrigin: `${this.iframeOrigin}/v2/accountNumber` })), h("div", { key: '2898faa832be4454b81047cdc220cc418b6a6783', class: "row" }, h("iframe-input", { key: '962fc1a8504d5e84386818936b27d38ca580c410', inputId: "routingNumber", ref: (el) => (this.routingNumberIframeElement = el), label: "Routing Number", iframeOrigin: `${this.iframeOrigin}/v2/routingNumber` })))));
46
+ } }, h("div", { key: 'db367bbd03c3d563913228c1051bdb9bb61c11a9', class: "row mb-3" }, h("iframe-input", { key: 'e636d0226cf832f6cd7fde39ea5f471aae6d4605', inputId: "accountNumber", ref: (el) => (this.accountNumberIframeElement = el), label: "Account Number", iframeOrigin: `${this.iframeOrigin}/v2/accountNumber` })), h("div", { key: '410dd5cdca9e6774f96133fe4dbb29f0d1405138', class: "row" }, h("iframe-input", { key: '26b7138268f6e4f866c4eaf3d2f9c4b0ba00a6c3', inputId: "routingNumber", ref: (el) => (this.routingNumberIframeElement = el), label: "Routing Number", iframeOrigin: `${this.iframeOrigin}/v2/routingNumber` })))));
47
47
  }
48
48
  static get is() { return "justifi-bank-account-form"; }
49
49
  static get encapsulation() { return "shadow"; }
@@ -33,7 +33,7 @@ export class CardBillingFormSimple {
33
33
  }
34
34
  render() {
35
35
  const billingFormDefaultValue = this.formController.getInitialValues();
36
- return (h(StyledHost, { key: 'a88ea2aa0b1cc2fccda7c169aad9c061e106ecfe' }, h("div", { key: '414df056d92819bf646886ca8e15f2ed10e6ab18', part: billingForm }, h("form", { key: 'c11f6eb5c7c5c1ecbeb8cc8f644a3b3ba72254c7' }, h("fieldset", { key: 'dd69c65ff7f36da3954c01ca2401e8ede6799f14' }, this.legend && (h("legend", { key: '25a86a61452b84237cc58c047916de22c35b764d' }, this.legend)), h("div", { key: '2fa8445fcf4ac0500f357d92480f18ccac655689', class: "row gy-3" }, h("div", { key: 'b7ac75fcab43435a03ad919757541f74661ce5b4', class: "col-12" }, h("form-control-text", { key: 'fd9e84c9605edf1a987c7243409eb0182f79a803', name: 'address_postal_code', label: "ZIP", defaultValue: billingFormDefaultValue.address_postal_code, errorText: this.errors.address_postal_code, inputHandler: this.inputHandler, maxLength: 5, keyDownHandler: numberOnlyHandler }))))))));
36
+ return (h(StyledHost, { key: '2d6aa2cd3535338d3944b5bfa1f3e1b6c9fa237d' }, h("div", { key: '0d05444651f2ff00d25b11522ab4e30ce7e24f03', part: billingForm }, h("form", { key: 'fb3daca11e18c7cc068cc29650265a6fc2f48f7c' }, h("fieldset", { key: '2f32c7b540623519c2c7b3f781a1353be847e28c' }, this.legend && (h("legend", { key: '1def4406192651e851b94574abdb10c6f4c86a42' }, this.legend)), h("div", { key: '242b2ef201c5eafe083200cc1d9c4988f4229f5c', class: "row gy-3" }, h("div", { key: 'c7d8084f259ad0591bdd524af579b98048730f19', class: "col-12" }, h("form-control-text", { key: '8ad5e18bde33254f02d72307f8b16e0ba6212beb', name: 'address_postal_code', label: "ZIP", defaultValue: billingFormDefaultValue.address_postal_code, errorText: this.errors.address_postal_code, inputHandler: this.inputHandler, maxLength: 5, keyDownHandler: numberOnlyHandler }))))))));
37
37
  }
38
38
  static get is() { return "justifi-card-billing-form-simple"; }
39
39
  static get encapsulation() { return "shadow"; }
@@ -44,10 +44,10 @@ export class JustifiCardForm {
44
44
  return this.cardNumberIframeElement.tokenize(clientId, paymentMethodMetadata, account);
45
45
  }
46
46
  render() {
47
- return (h(StyledHost, { key: 'a53db7e555c2a1df6679bf9ddeada18d9e750a3d' }, h(CardFormSkeleton, { key: '70eda1f05670b09bdb6a5f9f506f5828fec0cd71', isReady: this.isReady }), h("hidden-input", { key: '648480344a5a79e79d8396cdcc402f63f40b2b18' }), h("div", { key: 'd7bcf16f905367429ddf4be468d12f603135affa', class: "container-fluid p-0", style: {
47
+ return (h(StyledHost, { key: '18d429a9feac5ab030ab040a9aec0efdc0a09b3a' }, h(CardFormSkeleton, { key: '8a7a41be9477f7656601a1b21bbd89398846ddda', isReady: this.isReady }), h("hidden-input", { key: '256715cd96354c50903c03e15b3de7a81c25e59f' }), h("div", { key: 'd55bae0a16f8572e476f012594ca99074e1f3af5', class: "container-fluid p-0", style: {
48
48
  opacity: this.isReady ? '1' : '0',
49
49
  height: this.isReady ? 'auto' : '0',
50
- } }, h("div", { key: '9860508b6a16ae4a37d96c3d259237ccd17b28f1', class: "mb-3" }, h("iframe-input", { key: 'c37ec02e0b2f8465c4118892f0b51faaf9a57cdf', inputId: "cardNumber", ref: (el) => (this.cardNumberIframeElement = el), label: "Card Number", iframeOrigin: `${this.iframeOrigin}/v2/cardNumber` })), h("div", { key: '097258a271969ef38a1d32a5aa0b20c5443de991', class: "row" }, h("div", { key: 'ad2b656c503abd6aca2eea0842a70358097c452e', class: "col-4 align-content-end" }, h("iframe-input", { key: '3e3fda000e1ea41e44a337a1efd886ce7d9503f7', inputId: "expirationMonth", ref: (el) => (this.expirationMonthIframeElement = el), label: "Expiration", iframeOrigin: `${this.iframeOrigin}/v2/expirationMonth` })), h("div", { key: '13f33bd008ad4c6407336775d35b752c0e6eb8e5', class: "col-4 align-content-end" }, h("iframe-input", { key: '3dcf445381f39544a1421569151c76c47e790456', inputId: "expirationYear", ref: (el) => (this.expirationYearIframeElement = el), label: "", iframeOrigin: `${this.iframeOrigin}/v2/expirationYear` })), h("div", { key: 'fbc26d74b4e18b7a77639d8b53720ca4e7bdd201', class: "col-4 align-content-end" }, h("iframe-input", { key: '400c65fa8efb358396e561b3ba2a5ac13c3bcbbe', inputId: "CVV", ref: (el) => (this.cvvIframeElement = el), label: "CVV", iframeOrigin: `${this.iframeOrigin}/v2/CVV` }))))));
50
+ } }, h("div", { key: '7d1906ad3065c71e5871c0fbb30686dcfa011ecb', class: "mb-3" }, h("iframe-input", { key: 'cabb51df56859dcf77a8e7b1bd18841eea872a96', inputId: "cardNumber", ref: (el) => (this.cardNumberIframeElement = el), label: "Card Number", iframeOrigin: `${this.iframeOrigin}/v2/cardNumber` })), h("div", { key: 'dc14f4d1cadd95587cee0e0fbf82b48b7ade1ffb', class: "row" }, h("div", { key: 'd6637ada2d0b35e41ffceedd4427bc8e819a564d', class: "col-4 align-content-end" }, h("iframe-input", { key: '57bac9f6b1695cb62f60483b4350aa9a1365f944', inputId: "expirationMonth", ref: (el) => (this.expirationMonthIframeElement = el), label: "Expiration", iframeOrigin: `${this.iframeOrigin}/v2/expirationMonth` })), h("div", { key: '2264ccbe1c8ca30b3359cf52b3cef7ac0707462e', class: "col-4 align-content-end" }, h("iframe-input", { key: '0195b665d1b4809c9ab04c68fcd3de6a1f6af562', inputId: "expirationYear", ref: (el) => (this.expirationYearIframeElement = el), label: "", iframeOrigin: `${this.iframeOrigin}/v2/expirationYear` })), h("div", { key: '07578e7173b66895b84091184f7f3166fcf00314', class: "col-4 align-content-end" }, h("iframe-input", { key: 'cea4796ffdec09d0c9b56d3a09d5e0571744a966', inputId: "CVV", ref: (el) => (this.cvvIframeElement = el), label: "CVV", iframeOrigin: `${this.iframeOrigin}/v2/CVV` }))))));
51
51
  }
52
52
  static get is() { return "justifi-card-form"; }
53
53
  static get encapsulation() { return "shadow"; }
@@ -3,7 +3,7 @@ import { radioListItem } from "../../../styles/parts";
3
3
  import { StyledHost } from "../../../ui-components";
4
4
  export class PaymentMethodOption {
5
5
  render() {
6
- return (h(StyledHost, { key: '8055addaf7563d5deb7d9b31794bf36e1d273a0d', class: "payment-method" }, h("div", { key: '5fb85a3e5c94eff4e397ba5b23d3fb7a34e4c312', class: "radio-list-item p-3", part: radioListItem, onClick: this.clickHandler, hidden: this.radioButtonHidden }, h("form-control-radio", { key: 'b36c23bb6eeee3fc7325ea6d9b46aed4fc43c21c', name: "paymentMethodType", value: this.paymentMethodOptionId, checked: this.isSelected, label: this.label }))));
6
+ return (h(StyledHost, { key: 'a9d1a1ac11a9a39fa8e9e27fbab66793289c1538', class: "payment-method" }, h("div", { key: 'e9672061e4e5fa5244a51fd3b4cf34ca996f6ffb', class: "radio-list-item p-3", part: radioListItem, onClick: this.clickHandler, hidden: this.radioButtonHidden }, h("form-control-radio", { key: 'a4f0985f9c9f609c14e664976c132c2bedf8db38', name: "paymentMethodType", value: this.paymentMethodOptionId, checked: this.isSelected, label: this.label }))));
7
7
  }
8
8
  static get is() { return "payment-method-option"; }
9
9
  static get encapsulation() { return "shadow"; }
@@ -5,7 +5,7 @@ import { checkoutStore } from "../../../store/checkout.store";
5
5
  import { StyledHost } from "../../../ui-components";
6
6
  export class Summary {
7
7
  render() {
8
- return (h(StyledHost, { key: 'fccb819d66329424af42e9c53effec29a6c9784d' }, h("section", { key: '0ee7a4e0579f7f222a9db82e6b4db6bb92542d9e' }, h("div", { key: 'bdf74b2bc5db35b96ca75d50783b790bb482a76e' }, h("div", { key: '851b481bd6beb1fcaadc106d27d131f8b07d1c9a', part: text }, checkoutStore === null || checkoutStore === void 0 ? void 0 : checkoutStore.paymentDescription), h("div", { key: '0b261bc0e2d65cf989778e02df51b3265816f7aa' }, h("span", { key: '0eee0017ddf25ae45d6b5c828071098f45e6e19d', part: text }, "Total"), "\u00A0", h("span", { key: 'd21576f14c3437f70a4b85b9dfc01107392d663a', part: text }, formatCurrency(+(checkoutStore === null || checkoutStore === void 0 ? void 0 : checkoutStore.totalAmount))))))));
8
+ 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))))))));
9
9
  }
10
10
  static get is() { return "justifi-checkout-summary"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -126,7 +126,7 @@ export class OrderTerminals {
126
126
  return (h("div", { class: "mt-3" }, h("div", { class: "text-end" }, "Order limit: ", this.orderLimit), h("div", { class: "d-flex justify-content-end mt-3" }, h("button", { class: "btn btn-primary submit-btn", onClick: this.submitOrder.bind(this), disabled: this.order.totalQuantity === 0 || this.submitting, part: buttonPrimary }, this.submitting ? 'Submitting...' : this.submitButtonText))));
127
127
  }
128
128
  render() {
129
- return (h(StyledHost, { key: '5171ddb7b807bf4084f0f831002803a4ece698f3' }, h("div", { key: '529adf4549be8b2723fca357be3f541403dfc8a3', part: text }, this.renderLoading(), this.renderBusinessDetails(), this.renderTerminals(), this.renderOrderSection())));
129
+ return (h(StyledHost, { key: 'bd9a460778680855f021376a57d6cecd71f9e560' }, h("div", { key: '7ac80b5f2499bdecb6f2c0e001f6c6631040c71e', part: text }, this.renderLoading(), this.renderBusinessDetails(), this.renderTerminals(), this.renderOrderSection())));
130
130
  }
131
131
  static get is() { return "justifi-order-terminals"; }
132
132
  static get encapsulation() { return "shadow"; }