@justifi/webcomponents 6.0.0-rc.15 → 6.0.0-rc.17

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 (253) hide show
  1. package/dist/cjs/bank-account-document-form-inputs_4.cjs.entry.js +2 -2
  2. package/dist/cjs/{check-pkg-version-CVOffMTi.js → check-pkg-version-rUX0NaZj.js} +1 -1
  3. package/dist/cjs/custom-popper_2.cjs.entry.js +2 -2
  4. package/dist/cjs/form-control-date.cjs.entry.js +2 -2
  5. package/dist/cjs/form-control-file-v2_2.cjs.entry.js +3 -3
  6. package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
  7. package/dist/cjs/form-control-number-masked_2.cjs.entry.js +2 -2
  8. package/dist/cjs/form-control-number.cjs.entry.js +2 -2
  9. package/dist/cjs/form-control-radio.cjs.entry.js +2 -2
  10. package/dist/cjs/form-control-select_2.cjs.entry.js +2 -2
  11. package/dist/cjs/hidden-input_2.cjs.entry.js +5 -5
  12. package/dist/cjs/justifi-apple-pay.cjs.entry.js +33 -34
  13. package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +7 -7
  14. package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
  15. package/dist/cjs/justifi-business-form.cjs.entry.js +2 -2
  16. package/dist/cjs/justifi-checkout-summary_7.cjs.entry.js +7 -6
  17. package/dist/cjs/justifi-checkout.cjs.entry.js +2 -2
  18. package/dist/cjs/justifi-checkouts-list.cjs.entry.js +2 -2
  19. package/dist/cjs/justifi-dispute-management.cjs.entry.js +2 -2
  20. package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +2 -2
  21. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
  22. package/dist/cjs/justifi-order-terminals.cjs.entry.js +3 -3
  23. package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
  24. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
  25. package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +3 -3
  26. package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +2 -2
  27. package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
  28. package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
  29. package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +3 -3
  30. package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +2 -2
  31. package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -3
  32. package/dist/cjs/justifi-refund-payment.cjs.entry.js +2 -2
  33. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +2 -2
  34. package/dist/cjs/justifi-skeleton.cjs.entry.js +1 -1
  35. package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +2 -2
  36. package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +3 -3
  37. package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +1 -1
  38. package/dist/cjs/justifi-terminals-list.cjs.entry.js +3 -3
  39. package/dist/cjs/loader.cjs.js +1 -1
  40. package/dist/cjs/{package-MU7zz6nI.js → package-CwkrMpTG.js} +1 -1
  41. package/dist/cjs/payment-details-core.cjs.entry.js +8 -8
  42. package/dist/cjs/payment-method-option.cjs.entry.js +1 -1
  43. package/dist/cjs/payments-list-core.cjs.entry.js +1 -1
  44. package/dist/cjs/payout-details-core.cjs.entry.js +3 -3
  45. package/dist/cjs/payouts-list-core.cjs.entry.js +1 -1
  46. package/dist/cjs/terminal-orders-list-core.cjs.entry.js +1 -1
  47. package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
  48. package/dist/cjs/terminals-list-core.cjs.entry.js +1 -1
  49. package/dist/cjs/webcomponents.cjs.js +1 -1
  50. package/dist/collection/components/modular-checkout/modular-checkout.js +2 -1
  51. package/dist/collection/components/modular-checkout/sub-components/apple-pay.js +37 -45
  52. package/dist/collection/components/modular-checkout/sub-components/bank-account.js +2 -2
  53. package/dist/collection/components/modular-checkout/sub-components/card-form.js +2 -2
  54. package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +1 -1
  55. package/dist/collection/components/modular-checkout/sub-components/summary.js +1 -1
  56. package/dist/collection/components/order-terminals/order-terminals.js +1 -1
  57. package/dist/collection/components/order-terminals/terminal-quantity-selector/terminal-quantity-selector.js +1 -1
  58. package/dist/collection/components/payment-details/payment-details-core.js +8 -8
  59. package/dist/collection/components/payment-transactions-list/payment-transactions-list.js +1 -1
  60. package/dist/collection/components/payments-list/payments-list-core.js +1 -1
  61. package/dist/collection/components/payments-list/payments-list-filters.js +2 -2
  62. package/dist/collection/components/payments-list/payments-list.js +1 -1
  63. package/dist/collection/components/payout-details/payout-details-core.js +3 -3
  64. package/dist/collection/components/payout-transactions-list/payout-transactions-list.js +1 -1
  65. package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
  66. package/dist/collection/components/payouts-list/payouts-list-filters.js +2 -2
  67. package/dist/collection/components/payouts-list/payouts-list.js +1 -1
  68. package/dist/collection/components/terminal-orders-list/terminal-orders-list-core.js +1 -1
  69. package/dist/collection/components/terminal-orders-list/terminal-orders-list-filters.js +2 -2
  70. package/dist/collection/components/terminal-orders-list/terminal-orders-list.js +1 -1
  71. package/dist/collection/components/terminals-list/terminals-list-core.js +1 -1
  72. package/dist/collection/components/terminals-list/terminals-list-filters.js +1 -1
  73. package/dist/collection/components/terminals-list/terminals-list.js +1 -1
  74. package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +1 -1
  75. package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
  76. package/dist/collection/ui-components/form/form-control-date.js +2 -2
  77. package/dist/collection/ui-components/form/form-control-file-v2.js +1 -1
  78. package/dist/collection/ui-components/form/form-control-file.js +2 -2
  79. package/dist/collection/ui-components/form/form-control-monetary.js +2 -2
  80. package/dist/collection/ui-components/form/form-control-number-masked.js +2 -2
  81. package/dist/collection/ui-components/form/form-control-number.js +2 -2
  82. package/dist/collection/ui-components/form/form-control-radio.js +2 -2
  83. package/dist/collection/ui-components/form/form-control-text.js +2 -2
  84. package/dist/collection/ui-components/form/form-control-textarea.js +2 -2
  85. package/dist/collection/ui-components/form/hidden-input.js +1 -1
  86. package/dist/collection/ui-components/form/iframe-input.js +3 -3
  87. package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +1 -1
  88. package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +1 -1
  89. package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +1 -1
  90. package/dist/docs.json +1 -1
  91. package/dist/esm/bank-account-document-form-inputs_4.entry.js +2 -2
  92. package/dist/esm/{check-pkg-version-BLDmtrcB.js → check-pkg-version-h58ZAK8T.js} +1 -1
  93. package/dist/esm/{checkout.store-DNDbZO3M.js → checkout.store-OD-OX5On.js} +1 -1
  94. package/dist/esm/custom-popper_2.entry.js +2 -2
  95. package/dist/esm/form-control-date.entry.js +2 -2
  96. package/dist/esm/form-control-file-v2_2.entry.js +3 -3
  97. package/dist/esm/form-control-monetary.entry.js +2 -2
  98. package/dist/esm/form-control-number-masked_2.entry.js +2 -2
  99. package/dist/esm/form-control-number.entry.js +2 -2
  100. package/dist/esm/form-control-radio.entry.js +2 -2
  101. package/dist/esm/form-control-select_2.entry.js +2 -2
  102. package/dist/esm/hidden-input_2.entry.js +5 -5
  103. package/dist/esm/justifi-apple-pay.entry.js +34 -35
  104. package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +8 -8
  105. package/dist/esm/justifi-business-details.entry.js +2 -2
  106. package/dist/esm/justifi-business-form.entry.js +2 -2
  107. package/dist/esm/justifi-checkout-summary_7.entry.js +8 -7
  108. package/dist/esm/justifi-checkout.entry.js +3 -3
  109. package/dist/esm/justifi-checkouts-list.entry.js +2 -2
  110. package/dist/esm/justifi-dispute-management.entry.js +2 -2
  111. package/dist/esm/justifi-dispute-notification_3.entry.js +2 -2
  112. package/dist/esm/justifi-gross-payment-chart.entry.js +2 -2
  113. package/dist/esm/justifi-order-terminals.entry.js +3 -3
  114. package/dist/esm/justifi-payment-details.entry.js +2 -2
  115. package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
  116. package/dist/esm/justifi-payment-transactions-list.entry.js +3 -3
  117. package/dist/esm/justifi-payments-list-filters.entry.js +2 -2
  118. package/dist/esm/justifi-payments-list.entry.js +3 -3
  119. package/dist/esm/justifi-payout-details.entry.js +2 -2
  120. package/dist/esm/justifi-payout-transactions-list.entry.js +3 -3
  121. package/dist/esm/justifi-payouts-list-filters.entry.js +2 -2
  122. package/dist/esm/justifi-payouts-list.entry.js +3 -3
  123. package/dist/esm/justifi-refund-payment.entry.js +2 -2
  124. package/dist/esm/justifi-season-interruption-insurance.entry.js +3 -3
  125. package/dist/esm/justifi-skeleton.entry.js +1 -1
  126. package/dist/esm/justifi-terminal-orders-list-filters.entry.js +2 -2
  127. package/dist/esm/justifi-terminal-orders-list.entry.js +3 -3
  128. package/dist/esm/justifi-terminals-list-filters.entry.js +1 -1
  129. package/dist/esm/justifi-terminals-list.entry.js +3 -3
  130. package/dist/esm/loader.js +1 -1
  131. package/dist/esm/{package-BFz8vLec.js → package-fZXUzneK.js} +1 -1
  132. package/dist/esm/payment-details-core.entry.js +8 -8
  133. package/dist/esm/payment-method-option.entry.js +1 -1
  134. package/dist/esm/payments-list-core.entry.js +1 -1
  135. package/dist/esm/payout-details-core.entry.js +3 -3
  136. package/dist/esm/payouts-list-core.entry.js +1 -1
  137. package/dist/esm/terminal-orders-list-core.entry.js +1 -1
  138. package/dist/esm/terminal-quantity-selector.entry.js +1 -1
  139. package/dist/esm/terminals-list-core.entry.js +1 -1
  140. package/dist/esm/webcomponents.js +1 -1
  141. package/dist/module/bank-account.js +2 -2
  142. package/dist/module/card-form2.js +2 -2
  143. package/dist/module/custom-popper2.js +2 -2
  144. package/dist/module/form-control-date2.js +2 -2
  145. package/dist/module/form-control-file-v22.js +1 -1
  146. package/dist/module/form-control-file2.js +2 -2
  147. package/dist/module/form-control-monetary2.js +2 -2
  148. package/dist/module/form-control-number-masked2.js +2 -2
  149. package/dist/module/form-control-number.js +2 -2
  150. package/dist/module/form-control-radio2.js +2 -2
  151. package/dist/module/form-control-text2.js +2 -2
  152. package/dist/module/form-control-textarea2.js +2 -2
  153. package/dist/module/hidden-input2.js +1 -1
  154. package/dist/module/iframe-input2.js +3 -3
  155. package/dist/module/justifi-apple-pay.js +34 -40
  156. package/dist/module/justifi-button2.js +1 -1
  157. package/dist/module/justifi-header2.js +1 -1
  158. package/dist/module/justifi-order-terminals.js +1 -1
  159. package/dist/module/justifi-payment-transactions-list.js +1 -1
  160. package/dist/module/justifi-payments-list-filters.js +2 -2
  161. package/dist/module/justifi-payments-list.js +1 -1
  162. package/dist/module/justifi-payout-transactions-list.js +1 -1
  163. package/dist/module/justifi-payouts-list-filters.js +2 -2
  164. package/dist/module/justifi-payouts-list.js +1 -1
  165. package/dist/module/justifi-skeleton.js +1 -1
  166. package/dist/module/justifi-terminal-orders-list-filters.js +2 -2
  167. package/dist/module/justifi-terminal-orders-list.js +1 -1
  168. package/dist/module/justifi-terminals-list-filters.js +1 -1
  169. package/dist/module/justifi-terminals-list.js +1 -1
  170. package/dist/module/modular-checkout.js +2 -1
  171. package/dist/module/package.js +1 -1
  172. package/dist/module/payment-details-core2.js +8 -8
  173. package/dist/module/payment-method-option.js +1 -1
  174. package/dist/module/payments-list-core2.js +1 -1
  175. package/dist/module/payout-details-core2.js +3 -3
  176. package/dist/module/payouts-list-core2.js +1 -1
  177. package/dist/module/summary.js +1 -1
  178. package/dist/module/terminal-orders-list-core2.js +1 -1
  179. package/dist/module/terminal-quantity-selector2.js +1 -1
  180. package/dist/module/terminals-list-core2.js +1 -1
  181. package/dist/module/tokenize-payment-method.js +1 -1
  182. package/dist/types/components/modular-checkout/sub-components/apple-pay.d.ts +0 -4
  183. package/dist/webcomponents/p-054193e4.entry.js +1 -0
  184. package/dist/webcomponents/p-0e80830f.entry.js +1 -0
  185. package/dist/webcomponents/{p-a6748a1d.entry.js → p-13c21c47.entry.js} +1 -1
  186. package/dist/webcomponents/{p-2d14f144.entry.js → p-225ed545.entry.js} +1 -1
  187. package/dist/webcomponents/{p-71f9c48a.entry.js → p-2550e845.entry.js} +1 -1
  188. package/dist/webcomponents/p-27abb8bb.entry.js +1 -0
  189. package/dist/webcomponents/p-2ae3613e.entry.js +1 -0
  190. package/dist/webcomponents/{p-12136157.entry.js → p-2c9b0770.entry.js} +1 -1
  191. package/dist/webcomponents/{p-286221ee.entry.js → p-2fe09e28.entry.js} +1 -1
  192. package/dist/webcomponents/p-3c8b5121.entry.js +1 -0
  193. package/dist/webcomponents/{p-9c997d0b.entry.js → p-45e8185c.entry.js} +1 -1
  194. package/dist/webcomponents/{p-c340830a.entry.js → p-46495601.entry.js} +1 -1
  195. package/dist/webcomponents/{p-33311d41.entry.js → p-559be51b.entry.js} +1 -1
  196. package/dist/webcomponents/p-654d85ca.entry.js +1 -0
  197. package/dist/webcomponents/{p-50ef7446.entry.js → p-6f7b4979.entry.js} +1 -1
  198. package/dist/webcomponents/p-71d52066.entry.js +1 -0
  199. package/dist/webcomponents/{p-5961ab23.entry.js → p-76c4740e.entry.js} +1 -1
  200. package/dist/webcomponents/p-7bc1a2c2.entry.js +1 -0
  201. package/dist/webcomponents/p-7c463a59.entry.js +1 -0
  202. package/dist/webcomponents/p-7fcbccc7.entry.js +1 -0
  203. package/dist/webcomponents/{p-f887ae7c.entry.js → p-835c0438.entry.js} +1 -1
  204. package/dist/webcomponents/p-87acb5ec.entry.js +1 -0
  205. package/dist/webcomponents/p-8883f4e1.entry.js +1 -0
  206. package/dist/webcomponents/{p-9fc567d8.entry.js → p-8c95827f.entry.js} +1 -1
  207. package/dist/webcomponents/{p-98ef7e25.entry.js → p-8f11dc84.entry.js} +1 -1
  208. package/dist/webcomponents/{p-8d743490.entry.js → p-93ed5490.entry.js} +1 -1
  209. package/dist/webcomponents/p-9c621697.entry.js +1 -0
  210. package/dist/webcomponents/{p-Cb3h46bV.js → p-CItulios.js} +1 -1
  211. package/dist/webcomponents/{p-DjB0cvKF.js → p-CliUh8zt.js} +1 -1
  212. package/dist/webcomponents/{p-0ff04742.entry.js → p-a5114207.entry.js} +1 -1
  213. package/dist/webcomponents/{p-7f422774.entry.js → p-ad79606e.entry.js} +1 -1
  214. package/dist/webcomponents/{p-81c2edfb.entry.js → p-b86e5c2b.entry.js} +1 -1
  215. package/dist/webcomponents/{p-0e2010f1.entry.js → p-bc246ce5.entry.js} +1 -1
  216. package/dist/webcomponents/{p-522e7b24.entry.js → p-bf2df971.entry.js} +1 -1
  217. package/dist/webcomponents/p-cff8ae71.entry.js +1 -0
  218. package/dist/webcomponents/{p-ed901f9d.entry.js → p-d031ad31.entry.js} +1 -1
  219. package/dist/webcomponents/p-d5d271d3.entry.js +1 -0
  220. package/dist/webcomponents/{p-52cbd667.entry.js → p-dba55699.entry.js} +1 -1
  221. package/dist/webcomponents/{p-1c157c8e.entry.js → p-e1501f53.entry.js} +1 -1
  222. package/dist/webcomponents/p-e4259408.entry.js +1 -0
  223. package/dist/webcomponents/p-e5282f6c.entry.js +1 -0
  224. package/dist/webcomponents/p-e5f2fb41.entry.js +1 -0
  225. package/dist/webcomponents/p-edc2851f.entry.js +1 -0
  226. package/dist/webcomponents/{p-50f6a37b.entry.js → p-f0b5df73.entry.js} +1 -1
  227. package/dist/webcomponents/p-f6745365.entry.js +1 -0
  228. package/dist/webcomponents/p-fZXUzneK.js +1 -0
  229. package/dist/webcomponents/{p-949cecf8.entry.js → p-fc8c3b96.entry.js} +1 -1
  230. package/dist/webcomponents/{p-cbd65ba9.entry.js → p-febb61e3.entry.js} +1 -1
  231. package/dist/webcomponents/webcomponents.esm.js +1 -1
  232. package/package.json +1 -1
  233. package/dist/webcomponents/p-1f7a796e.entry.js +0 -1
  234. package/dist/webcomponents/p-2abcad8b.entry.js +0 -1
  235. package/dist/webcomponents/p-2b39ab97.entry.js +0 -1
  236. package/dist/webcomponents/p-2dec38c9.entry.js +0 -1
  237. package/dist/webcomponents/p-402caa84.entry.js +0 -1
  238. package/dist/webcomponents/p-42d4ea58.entry.js +0 -1
  239. package/dist/webcomponents/p-537aa971.entry.js +0 -1
  240. package/dist/webcomponents/p-65c958b1.entry.js +0 -1
  241. package/dist/webcomponents/p-7186f4a7.entry.js +0 -1
  242. package/dist/webcomponents/p-75fff382.entry.js +0 -1
  243. package/dist/webcomponents/p-77948b46.entry.js +0 -1
  244. package/dist/webcomponents/p-852febb1.entry.js +0 -1
  245. package/dist/webcomponents/p-8b2eff55.entry.js +0 -1
  246. package/dist/webcomponents/p-BFz8vLec.js +0 -1
  247. package/dist/webcomponents/p-aa6194ef.entry.js +0 -1
  248. package/dist/webcomponents/p-bc45aa92.entry.js +0 -1
  249. package/dist/webcomponents/p-e45bd6ec.entry.js +0 -1
  250. package/dist/webcomponents/p-e6d1ed81.entry.js +0 -1
  251. package/dist/webcomponents/p-e7fc542c.entry.js +0 -1
  252. package/dist/webcomponents/p-f849a34e.entry.js +0 -1
  253. package/dist/webcomponents/p-fa1884b4.entry.js +0 -1
@@ -98,10 +98,10 @@ const FileInput = class {
98
98
  return part;
99
99
  }
100
100
  render() {
101
- return (index.h(index.Host, { key: '7c6694e256d2b10d2789d3325848c782ee59628d' }, index.h("div", { key: 'b8b9da61559547cb162fc4e9d6226fa963b32392', class: "form-group d-flex flex-column" }, index.h("div", { key: '928b0a8403151c01c10335407e9763650a334f2d', class: "d-flex align-items-start gap-2" }, index.h("label", { key: 'be1158705e4cf3efdf94d2ff2959cdbe064b4f7b', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("form-control-tooltip", { key: 'ca3ab534358d1dbbbf5635215d9c97e83b91750e', helpText: this.helpText })), index.h("input", { key: '97c1e48f9d615f3adcebf305bd8368e06ac69ed1', ref: (el) => this.fileInput = el, type: "file", name: this.name, part: this.part, class: this.errorText ? "form-control is-invalid" : "form-control", multiple: this.multiple, disabled: this.disabled, onChange: this.changeHandler, onInput: this.handleFormControlInput, onFocus: () => this.isFocused = true, onBlur: () => {
101
+ return (index.h(index.Host, { key: '3f6adbe90fc89972562f658958433d77ca9ad67c' }, index.h("div", { key: '522ea5f78109a2717e8b016c16d29c9444ebf0c2', class: "form-group d-flex flex-column" }, index.h("div", { key: '39647185cf2b6fbe4317aa5ae609a971161974a7', class: "d-flex align-items-start gap-2" }, index.h("label", { key: '18d7f1e782c74bfd9a1aad52c70d451e2d7ebdd5', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("form-control-tooltip", { key: '3eab40969bc7d68b195093f7671244a2c1a0f537', helpText: this.helpText })), index.h("input", { key: '0acb164fc09a23fd8a8937222f527052bb02248e', ref: (el) => this.fileInput = el, type: "file", name: this.name, part: this.part, class: this.errorText ? "form-control is-invalid" : "form-control", multiple: this.multiple, disabled: this.disabled, onChange: this.changeHandler, onInput: this.handleFormControlInput, onFocus: () => this.isFocused = true, onBlur: () => {
102
102
  this.isFocused = false;
103
103
  this.formControlBlur.emit();
104
- } }), index.h(formControlErrorText.FormControlErrorText, { key: '6c4aa5ad35ae4590e4a80e95a582157418d3103f', errorText: this.errorText, name: this.name }))));
104
+ } }), index.h(formControlErrorText.FormControlErrorText, { key: '03689848a01a3844dcf4480d5f997a3a52338ea1', errorText: this.errorText, name: this.name }))));
105
105
  }
106
106
  get el() { return index.getElement(this); }
107
107
  };
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var _package = require('./package-MU7zz6nI.js');
3
+ var _package = require('./package-CwkrMpTG.js');
4
4
  var Api = require('./Api-DyimBzKT.js');
5
5
  require('./ComponentError-D4OLnOkg.js');
6
6
  require('./Refund-BefKONu4.js');
@@ -1875,7 +1875,7 @@ const CustomPopper = class {
1875
1875
  this.hideEvent.emit();
1876
1876
  }
1877
1877
  render() {
1878
- return (index.h("div", { key: '934b4f1a706507deb0fc3611d058abc4b6139554' }, index.h("style", { key: '7616b56bacde615f8cb1fa5c395feecae067eed4' }, `
1878
+ return (index.h("div", { key: '6249f59c6bcced199fe4d509988644633d783b6b' }, index.h("style", { key: '9d6a47ff5b927ebfb318b7d0852678f7ade406ca' }, `
1879
1879
  .popper-content {
1880
1880
  display: none;
1881
1881
  }
@@ -1883,7 +1883,7 @@ const CustomPopper = class {
1883
1883
  display: block;
1884
1884
  z-index: 1030;
1885
1885
  }
1886
- `), index.h("div", { key: '356093b1adf4a56d1bd9f636b199f32cc6eecd8d', class: "popper-content", ref: (el) => this.popperContentRef = el }, index.h("slot", { key: '55c408d7f9ca66c67f6965cdfd0b7c7ce2c330e6' }))));
1886
+ `), index.h("div", { key: '311f13edc07bc1aea0569fb6c92fbbc241704529', class: "popper-content", ref: (el) => this.popperContentRef = el }, index.h("slot", { key: '93e806d8db16cd7c1b29ce6b6bec784c8126ab67' }))));
1887
1887
  }
1888
1888
  };
1889
1889
 
@@ -49,10 +49,10 @@ const DateInput = class {
49
49
  return part;
50
50
  }
51
51
  render() {
52
- return (index.h(index.Host, { key: 'bbeb4c2a8177f067f448d8dbdd1a3cb4231edca0' }, index.h("div", { key: '73cbd532399f7c1f3b8165d1b4e32c91698cb8af', class: "form-group d-flex flex-column" }, index.h("div", { key: 'bda1044c15ef82183369dee491d37bec84ef76bc', class: "d-flex gap-2" }, index.h("label", { key: '858e0dbe67055585a108604f8ee142047431938f', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("form-control-tooltip", { key: 'de42e98c63b984570a420ccef8dee18038164b23', helpText: this.helpText })), index.h("input", { key: '87148f5d0d56720377293de8856a0cb5a6c04333', type: this.showTime ? 'datetime-local' : 'date', ref: el => (this.dateInput = el), id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
52
+ return (index.h(index.Host, { key: '2e4a67de83ef5dcd64ff15e1f6fbc125db0d121d' }, index.h("div", { key: 'e73d09d041e2152e88917ac65f8a5b5bb7949df4', class: "form-group d-flex flex-column" }, index.h("div", { key: '7c0e2d8be29956e61aaa37bc4575efc595382ce7', class: "d-flex gap-2" }, index.h("label", { key: '1d3692f53203455abacb1addb300549d5d47d8e6', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("form-control-tooltip", { key: 'e16354b0813c63cd2b21b4185fdd33c0159d9ee3', helpText: this.helpText })), index.h("input", { key: 'bf559dea1bf215276a69833a0d5ff78502043669', type: this.showTime ? 'datetime-local' : 'date', ref: el => (this.dateInput = el), id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
53
53
  this.isFocused = false;
54
54
  this.formControlBlur.emit();
55
- }, onInput: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', disabled: this.disabled, max: this.maxDate }), index.h(formControlErrorText.FormControlErrorText, { key: '526352380506480c7e60bd0d3a9b2dad6a96278e', errorText: this.errorText, name: this.name }))));
55
+ }, onInput: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', disabled: this.disabled, max: this.maxDate }), index.h(formControlErrorText.FormControlErrorText, { key: 'df02643ac9a15c675726ccba1bfb2ec45ed2c4bc', errorText: this.errorText, name: this.name }))));
56
56
  }
57
57
  static get watchers() { return {
58
58
  "defaultValue": ["handleDefaultValueChange"]
@@ -11,7 +11,7 @@ const FileInput = class {
11
11
  this.formControlBlur = index.createEvent(this, "formControlBlur");
12
12
  }
13
13
  render() {
14
- return (index.h(index.Host, { key: '44f72494590e41cc25ce8df4b14d7e73e0e0e0b2', exportparts: "label,input,input-invalid" }, index.h("div", { key: '7cf04dc8c5e41b9d93335f75ce2b06b898e0c061', class: "form-group d-flex flex-column" }, index.h("div", { key: 'a23e716bedb23a53c53a1426fddbdb962c5747bc', class: "d-flex align-items-start gap-2" }, index.h("label", { key: '9fc7762d30b7bb20651a152d64f549d465c8024a', part: "label", class: "form-label", htmlFor: this.name }, this.label), index.h("form-control-tooltip", { key: '3d5ee1381ae6f32b3eaeaa6b0033ab6897aaee0a', helpText: this.helpText })), index.h("input", { key: 'ed14e978a997b98e23496a58ec419025b3927c23', type: "file", name: this.name, part: `input ${this.errorText ? "input-invalid " : ""}${this.disabled ? "input-disabled" : ""}`, class: this.errorText ? "form-control is-invalid" : "form-control", multiple: this.multiple, disabled: this.disabled, onBlur: () => this.formControlBlur.emit(), onChange: () => this.errorText = "" }), index.h(formControlErrorText.FormControlErrorText, { key: '04281c0fcaa93ef1341ef727d34b028bf162c804', errorText: this.errorText, name: this.name }))));
14
+ return (index.h(index.Host, { key: '151b13500f5bc11102f13e9e8aba583f5535458f', exportparts: "label,input,input-invalid" }, index.h("div", { key: 'aa24b590885e67c0dae7bbf10a46e111cbb108ac', class: "form-group d-flex flex-column" }, index.h("div", { key: 'a6da0c166f60904ac32eef2e9ebb77c472bb7180', class: "d-flex align-items-start gap-2" }, index.h("label", { key: '24ddc6dc7f49b1be6a8a8d81c829c11f8c76b9e0', part: "label", class: "form-label", htmlFor: this.name }, this.label), index.h("form-control-tooltip", { key: '5d058f5f8029abce0a75c86a2de3b11d3c26a8f6', helpText: this.helpText })), index.h("input", { key: 'c807436e93a21ad7c1fd942cfb295d51bf30a9b7', type: "file", name: this.name, part: `input ${this.errorText ? "input-invalid " : ""}${this.disabled ? "input-disabled" : ""}`, class: this.errorText ? "form-control is-invalid" : "form-control", multiple: this.multiple, disabled: this.disabled, onBlur: () => this.formControlBlur.emit(), onChange: () => this.errorText = "" }), index.h(formControlErrorText.FormControlErrorText, { key: '59abec5b8a6660de5c3aa09d5341b53bc53b3dea', errorText: this.errorText, name: this.name }))));
15
15
  }
16
16
  get el() { return index.getElement(this); }
17
17
  };
@@ -57,10 +57,10 @@ const TextInput = class {
57
57
  return parts.input;
58
58
  }
59
59
  render() {
60
- return (index.h(index.Host, { key: '441f155ccc2b2d47ca059f378a2ce4654dee9226' }, index.h("div", { key: '8b40b7a1d71264f34ff42f50c28f8a2848f8b7e5', class: "form-group d-flex flex-column" }, index.h("label", { key: '15b349f7c0409bc5b2687d6c2b981d364c89d535', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("textarea", { key: '9f48b1b48aba962d4c331141d9c37fd76f5533f7', id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
60
+ return (index.h(index.Host, { key: 'b4cdee53e150296601582bd17a74e7bff12c1867' }, index.h("div", { key: '198dd6fc463200a2445bd08934a15a0423ba4778', class: "form-group d-flex flex-column" }, index.h("label", { key: '73624f9fa6f506bb184bf461b60717f1aac87fdc', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("textarea", { key: '4aa0e8ef05e13f8c4c60c73e3312fd8d19d1b442', id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
61
61
  this.isFocused = false;
62
62
  this.formControlBlur.emit();
63
- }, onInput: this.handleFormControlInput, onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', disabled: this.disabled }), index.h("form-control-help-text", { key: 'a83d38aa90284c9744bed539cb491b9af5615b1c', helpText: this.helpText, name: this.name }), index.h("form-control-error-text", { key: '3ea714634686f0e48bc2e325f38af249614bbcea', errorText: this.errorText, name: this.name }))));
63
+ }, onInput: this.handleFormControlInput, onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', disabled: this.disabled }), index.h("form-control-help-text", { key: 'e54de23fbe76cfc9f1a9e88d71737b23b84d0ea4', helpText: this.helpText, name: this.name }), index.h("form-control-error-text", { key: '7ec33f817f34514cf2c8acdb2bb1647de433aad7', errorText: this.errorText, name: this.name }))));
64
64
  }
65
65
  get el() { return index.getElement(this); }
66
66
  static get watchers() { return {
@@ -51,10 +51,10 @@ const MonetaryInput = class {
51
51
  return parts.input;
52
52
  }
53
53
  render() {
54
- return (index.h(index.Host, { key: 'e3fc90899be1e53399be9a2d1cb7dc044a66cd9a' }, index.h("div", { key: 'ecc516c61f700f329022dd842b5abac11ede210e', class: "form-group d-flex flex-column" }, index.h("label", { key: 'c893dfa4275404d9f511f04289f59b2fff72eebb', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h(formControlHelpText.FormControlHelpText, { key: 'fdb479013a60ad6dc75fc49ac43821678713be94', name: this.name, helpText: this.helpText }), index.h("div", { key: 'cad6f25647339c0754160a55016d61c4613f8160', class: "input-group" }, index.h("span", { key: 'eb5206a0f63ba81581edaf401239d6dd7f55257a', class: "input-group-text", part: parts.inputAdornment }, "$"), index.h("input", { key: '65265e64b5d31c676cefe0f580a801bc2a763c3b', ref: el => this.formControl = el, id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
54
+ return (index.h(index.Host, { key: 'fdd31eca7047ab022668fd4ad9ebbde3ec691508' }, index.h("div", { key: 'fda274a4e96edc22bb99e699faaa91b37b95a856', class: "form-group d-flex flex-column" }, index.h("label", { key: '72e259579224953c92c9df1f7e32cda7344019ac', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h(formControlHelpText.FormControlHelpText, { key: 'f548c208758806082639372954d1634cd7202570', name: this.name, helpText: this.helpText }), index.h("div", { key: '3365f9842f780d2ce8903a798fdf71df7673aae7', class: "input-group" }, index.h("span", { key: 'c6f8169b97667ee821ba79aec2ea2e1b0d35e3f6', class: "input-group-text", part: parts.inputAdornment }, "$"), index.h("input", { key: 'd8995e95fd187dda908dbacba511547c13bb4b27', ref: el => this.formControl = el, id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
55
55
  this.isFocused = false;
56
56
  this.formControlBlur.emit();
57
- }, onInput: (event) => this.updateInput(event.target.value), onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.inputPart, class: this.errorText ? "form-control is-invalid" : "form-control", type: "text", disabled: this.disabled })), index.h(formControlErrorText.FormControlErrorText, { key: 'ac486c8cc0a3f4ec0cf63cbac77935d479a2f376', errorText: this.errorText, name: this.name }))));
57
+ }, onInput: (event) => this.updateInput(event.target.value), onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.inputPart, class: this.errorText ? "form-control is-invalid" : "form-control", type: "text", disabled: this.disabled })), index.h(formControlErrorText.FormControlErrorText, { key: '00127c5cdce079d88a8b902c16d960201ff3bce1', errorText: this.errorText, name: this.name }))));
58
58
  }
59
59
  static get watchers() { return {
60
60
  "defaultValue": ["handleDefaultValueChange"]
@@ -70,10 +70,10 @@ const NumberInputMasked = class {
70
70
  return parts.input;
71
71
  }
72
72
  render() {
73
- return (index.h(index.Host, { key: 'b80051f9e971bac339a5ce7e8abb0475a91f9c46' }, index.h("div", { key: 'f5c63c2723e6faa33263b12f5b4728d4255f6725', class: "form-group d-flex flex-column" }, index.h("div", { key: '6aafb989bd1c3bc4ed66fec7cc94189dc17cb0f0', class: "d-flex align-items-start gap-2" }, index.h("label", { key: 'cfc242e804398f642869dd9cc1a97d841798d66d', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("form-control-tooltip", { key: 'db7dc909c2545e30ff31579499363af2c33da5af', helpText: this.helpText })), index.h("input", { key: 'd68876ebd0b5d6395f83a427d5b2f2095ed76623', ref: el => (this.textInput = el), id: this.name, name: this.name, onFocus: () => (this.isFocused = true), onBlur: () => {
73
+ return (index.h(index.Host, { key: 'cd0a23e4a4b1d7b39448e0770c5681aa319fe376' }, index.h("div", { key: 'fdaeea5b68035edc6885d7e3e5106d6c4962325f', class: "form-group d-flex flex-column" }, index.h("div", { key: '46379bb141130c88d0b09c1382a9f34758808b8c', class: "d-flex align-items-start gap-2" }, index.h("label", { key: '5a191a9c22d82d58354fa297d78f51c4cd0ec36b', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("form-control-tooltip", { key: '9a8c580ee3b69902a30bca5aa79309be15d0c51d', helpText: this.helpText })), index.h("input", { key: '03bec84295380c4c86cc4c1b9ff6609ddf15c7b8', ref: el => (this.textInput = el), id: this.name, name: this.name, onFocus: () => (this.isFocused = true), onBlur: () => {
74
74
  this.isFocused = false;
75
75
  this.formControlBlur.emit();
76
- }, onInput: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "text", disabled: this.disabled }), index.h(formControlErrorText.FormControlErrorText, { key: '99a1db5f72d19ae22eb52db419dcdc01c3053ec2', errorText: this.errorText, name: this.name }))));
76
+ }, onInput: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "text", disabled: this.disabled }), index.h(formControlErrorText.FormControlErrorText, { key: '55e523b3be538bccd3a438edf109acbb7de3fce9', errorText: this.errorText, name: this.name }))));
77
77
  }
78
78
  static get watchers() { return {
79
79
  "defaultValue": ["handleDefaultValueChange"]
@@ -44,10 +44,10 @@ const NumberInput = class {
44
44
  return parts.input;
45
45
  }
46
46
  render() {
47
- return (index.h(index.Host, { key: '7698cc4f02f193d42d793082401a0356ea9510ee' }, index.h("div", { key: '04a7ad2b7487a520b04c84cd8bf002de3e30cf38', class: 'form-group d-flex flex-column' }, index.h("label", { key: '25029094eb26e9d7d01071d005a254ee0d935301', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("input", { key: '1283bf554572cec3d8b3a1d6281783dbd8f5601d', id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
47
+ return (index.h(index.Host, { key: '7d3590c5616114610038d95cf45e3aa1f6fca08f' }, index.h("div", { key: '231c16a61a76aa7501df035639a7c2de474a2578', class: 'form-group d-flex flex-column' }, index.h("label", { key: 'c6736b7830e68c4ebfad4e954510fa7e6f839772', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("input", { key: '739a6c3f50a684da033e5a2669bb661cd50836a9', id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
48
48
  this.isFocused = false;
49
49
  this.formControlBlur.emit();
50
- }, onInput: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "number", disabled: this.disabled }), index.h(formControlHelpText.FormControlHelpText, { key: '5c1be4c979c99fd2988b5631ef7eb3f18e5c1243', helpText: this.helpText, name: this.name }), index.h(formControlErrorText.FormControlErrorText, { key: 'b55c5ab0d9aa5c7899fad1b001a3b228a844dbc0', errorText: this.errorText, name: this.name }))));
50
+ }, onInput: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-control is-invalid' : 'form-control', type: "number", disabled: this.disabled }), index.h(formControlHelpText.FormControlHelpText, { key: '456c71cb54cf15bf17b2bcf95140d47db9002bce', helpText: this.helpText, name: this.name }), index.h(formControlErrorText.FormControlErrorText, { key: '55aa4e9d84f0236e9a1b0e27b174f385de2b9537', errorText: this.errorText, name: this.name }))));
51
51
  }
52
52
  get el() { return index.getElement(this); }
53
53
  static get watchers() { return {
@@ -32,10 +32,10 @@ const RadioInput = class {
32
32
  return parts.inputRadio;
33
33
  }
34
34
  render() {
35
- return (index.h(index.Host, { key: '215443342d15bd2ab9ad4103e3798ed77a3c6d48', class: 'form-group d-flex flex-column' }, index.h("div", { key: 'a7ec61cb97c5fc10b799a90d1df55e11bee7945c', class: "form-check" }, index.h("input", { key: 'ee46d4ae13daca74f42ce2c472e08255c90a0a80', ref: el => (this.radioElement = el), type: "radio", id: `${this.name}-${this.value}`, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
35
+ return (index.h(index.Host, { key: '15657fdcd58d4971b8a25d32b458ff652203af29', class: 'form-group d-flex flex-column' }, index.h("div", { key: 'f50498d959e589a759fdf34a88ffdd2d423a3c7b', class: "form-check" }, index.h("input", { key: 'ac09f7a9de18b042302373d755565524170578aa', ref: el => (this.radioElement = el), type: "radio", id: `${this.name}-${this.value}`, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
36
36
  this.isFocused = false;
37
37
  this.formControlBlur.emit();
38
- }, onChange: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-check-input is-invalid' : 'form-check-input', disabled: this.disabled, value: this.value, checked: this.checked }), index.h("label", { key: '87bf82a7c8512f598c00091d56a35488ad6f26b7', class: "form-check-label", htmlFor: `${this.name}-${this.value}`, part: parts.label }, this.label)), index.h("form-control-help-text", { key: '905f1c94bf8538cd7550840935c2951007ed33c2', helpText: this.helpText, name: this.name }), index.h("form-control-error-text", { key: '0a0a531f057ab7bd2658ea8f1dc4b028a87b39a3', errorText: this.errorText, name: this.name })));
38
+ }, onChange: this.handleFormControlInput, part: this.part, class: this.errorText ? 'form-check-input is-invalid' : 'form-check-input', disabled: this.disabled, value: this.value, checked: this.checked }), index.h("label", { key: 'a9a890749f5106772e6e849d3ffde7cad8c7b744', class: "form-check-label", htmlFor: `${this.name}-${this.value}`, part: parts.label }, this.label)), index.h("form-control-help-text", { key: 'b85b9fa72868f1b70d7e2cf37e5b831762c2c448', helpText: this.helpText, name: this.name }), index.h("form-control-error-text", { key: 'c2658161f4564fac4ec33acf48a23fd4cc656615', errorText: this.errorText, name: this.name })));
39
39
  }
40
40
  };
41
41
 
@@ -90,10 +90,10 @@ const TextInput = class {
90
90
  return parts.input;
91
91
  }
92
92
  render() {
93
- return (index.h(index.Host, { key: 'cd84a88604a278f60d81b3069449c1a4d5477d19' }, index.h("div", { key: 'e1ac6fc0c40c1a7142ed873654c44edf476101a5', class: "form-group d-flex flex-column" }, index.h("div", { key: '4bdefa049238c098e0a9fd036707e2e29089610b', class: "d-flex align-items-start gap-2" }, index.h("label", { key: '749b24acf4ea40e4dcf5c87ef0c5e833696469ae', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("form-control-tooltip", { key: 'a054ccd7be60d88ef69f88a55514f54fffd8abb3', helpText: this.helpText })), index.h("input", { key: '7444a06fd70bb71d8f481697c90a0f94154314f0', id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
93
+ return (index.h(index.Host, { key: '71473077484c65dce4e3311db05a194f642a37c8' }, index.h("div", { key: 'fbceee0b9fae4f05e1310a97c009fa5a97866ea4', class: "form-group d-flex flex-column" }, index.h("div", { key: 'c5b6cc944e8a1a7aafe136e67e5f37772f364cd6', class: "d-flex align-items-start gap-2" }, index.h("label", { key: '029a560a612b7e00f4d67c7adc2b5bdffa85cb53', part: parts.label, class: "form-label", htmlFor: this.name }, this.label), index.h("form-control-tooltip", { key: '3d8b3a41a599dc2f59171befb532c0cd219adba5', helpText: this.helpText })), index.h("input", { key: '2510c95b50bb26d00fb2975e38fde9efb7a6986e', id: this.name, name: this.name, onFocus: () => this.isFocused = true, onBlur: () => {
94
94
  this.isFocused = false;
95
95
  this.formControlBlur.emit();
96
- }, onInput: this.handleFormControlInput, onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.part, class: this.errorText ? "form-control is-invalid" : "form-control", type: "text", disabled: this.disabled }), index.h(formControlErrorText.FormControlErrorText, { key: '093124125e3aae9c156993718fb602f74b9446dd', errorText: this.errorText, name: this.name }))));
96
+ }, onInput: this.handleFormControlInput, onKeyDown: this.keyDownHandler, onPaste: this.keyDownHandler, maxLength: this.maxLength, part: this.part, class: this.errorText ? "form-control is-invalid" : "form-control", type: "text", disabled: this.disabled }), index.h(formControlErrorText.FormControlErrorText, { key: 'feff4a3d104ea6f74a8d7049f79b8c2850b308a9', errorText: this.errorText, name: this.name }))));
97
97
  }
98
98
  get el() { return index.getElement(this); }
99
99
  static get watchers() { return {
@@ -5,7 +5,7 @@ var index = require('./index-B32W0A3m.js');
5
5
  var parts = require('./parts-9jMf1erK.js');
6
6
  var _commonjsHelpers = require('./_commonjsHelpers-BJu3ubxk.js');
7
7
  var formControlErrorText = require('./form-control-error-text-B-P5UDhm.js');
8
- var _package = require('./package-MU7zz6nI.js');
8
+ var _package = require('./package-CwkrMpTG.js');
9
9
 
10
10
  const iframeInputStylesStore = index.createStore({
11
11
  focused: {
@@ -100,7 +100,7 @@ const HiddenInput = class {
100
100
  return parts.input;
101
101
  }
102
102
  render() {
103
- return (index$1.h(index$1.Host, { key: 'eb0135c733e6a4273855b6c74efab83e51d3788d' }, index$1.h("input", { key: '48577dd678d44b2382bbeadcaa2efc14484f8638', ref: el => this.hiddenInput = el, type: "text", class: this.errorText ? "form-control is-invalid" : "form-control", onFocus: () => this.isFocused = true, onBlur: () => this.isFocused = false, part: this.part, tabindex: "-1", style: { height: '0', opacity: '0', pointerEvents: 'none', animation: 'none' } })));
103
+ return (index$1.h(index$1.Host, { key: 'bf8fcd89cdc8fcd1bfd8b9af5a7211c877e482ba' }, index$1.h("input", { key: 'f202d9252b60195b193a8203f750730fcf2e271b', ref: el => this.hiddenInput = el, type: "text", class: this.errorText ? "form-control is-invalid" : "form-control", onFocus: () => this.isFocused = true, onBlur: () => this.isFocused = false, part: this.part, tabindex: "-1", style: { height: '0', opacity: '0', pointerEvents: 'none', animation: 'none' } })));
104
104
  }
105
105
  };
106
106
 
@@ -1715,10 +1715,10 @@ const IframeInput = class {
1715
1715
  return params;
1716
1716
  }
1717
1717
  render() {
1718
- return (index$1.h(index$1.Host, { key: '07a697a99ef1b601c3f95d176c0eb28a695afff5', class: "form-group d-flex flex-column" }, index$1.h("div", { key: 'f9a1cf30b2020ae9de993dc363b07cd1e897c82d', style: {
1718
+ return (index$1.h(index$1.Host, { key: 'c8a36a456afdfd883ae2ad8e05de98d307615b4c', class: "form-group d-flex flex-column" }, index$1.h("div", { key: '580cdd90dd76289f78b688fcdb1486ecb7fe6c5a', style: {
1719
1719
  visibility: this.iframeLoaded ? 'visible' : 'hidden',
1720
1720
  height: this.iframeLoaded ? 'auto' : '0',
1721
- } }, index$1.h("label", { key: '09c186cb27e0fc75352c8028f1ff4e92866f3984', class: "form-label", htmlFor: "", part: parts.label }, this.label || ''), index$1.h("div", { key: '758ea464591a51ddc183256ebcd66238602bc4cc', class: `p-0 d-flex form-control ${this.isValid ? '' : 'is-invalid'}`, part: this.part, style: Object.assign(Object.assign({}, this.style), { overflow: 'hidden' }) }, index$1.h("iframe", { key: 'c2956bb89e30fe2ba1a9111fe71681883470879b', id: this.inputId, name: this.inputId, src: `${this.iframeOrigin}?${this.urlParams}`, ref: el => {
1721
+ } }, index$1.h("label", { key: '7df8c29c720b5edf85553e5667c14eeb0ad6e2b6', class: "form-label", htmlFor: "", part: parts.label }, this.label || ''), index$1.h("div", { key: '3caeb47ddf3940e1b1a7fe08d8bd50b8123eb2c5', class: `p-0 d-flex form-control ${this.isValid ? '' : 'is-invalid'}`, part: this.part, style: Object.assign(Object.assign({}, this.style), { overflow: 'hidden' }) }, index$1.h("iframe", { key: '2fdff0682753d32292431a8d62d30a1647fa62ef', id: this.inputId, name: this.inputId, src: `${this.iframeOrigin}?${this.urlParams}`, ref: el => {
1722
1722
  this.iframeElement = el;
1723
1723
  this.initializeFrameCommunicationService();
1724
1724
  }, width: "100%", onLoad: () => {
@@ -1728,7 +1728,7 @@ const IframeInput = class {
1728
1728
  this.iframeLoaded.emit();
1729
1729
  }
1730
1730
  }, this.iframeElement);
1731
- } })), index$1.h(formControlErrorText.FormControlErrorText, { key: '0ab5542c8c8a8242aefee11cc4c1b0815f27f0aa', errorText: this.errorText, name: this.inputId }))));
1731
+ } })), index$1.h(formControlErrorText.FormControlErrorText, { key: '075ca2ca25623703280fda84ff119e4820f9a5cb', errorText: this.errorText, name: this.inputId }))));
1732
1732
  }
1733
1733
  get el() { return index$1.getElement(this); }
1734
1734
  };
@@ -662,25 +662,28 @@ const ApplePay = class {
662
662
  }
663
663
  };
664
664
  }
665
- componentWillLoad() {
666
- this.applePayService = new ApplePayService();
667
- this.unsubscribeCheckoutLoaded = checkout_store.onChange("checkoutLoaded", (loaded) => {
668
- console.log("checkoutLoaded", loaded);
669
- if (loaded) {
670
- this.initializeApplePay();
671
- }
672
- });
673
- this.initializeApplePay();
674
- }
675
- disconnectedCallback() {
676
- var _a;
677
- (_a = this.unsubscribeCheckoutLoaded) === null || _a === void 0 ? void 0 : _a.call(this);
678
- this.unsubscribeCheckoutLoaded = undefined;
679
- }
680
- watchPropsChange() {
681
- this.initializeApplePay();
682
- }
665
+ // private unsubscribeCheckoutLoaded?: () => void;
666
+ // componentWillLoad() {
667
+ // this.unsubscribeCheckoutLoaded = onChange("checkoutLoaded", (loaded) => {
668
+ // console.log("checkoutLoaded", loaded);
669
+ // if (loaded) {
670
+ // this.initializeApplePay();
671
+ // }
672
+ // });
673
+ // }
674
+ // disconnectedCallback() {
675
+ // this.unsubscribeCheckoutLoaded?.();
676
+ // this.unsubscribeCheckoutLoaded = undefined;
677
+ // }
678
+ // @Watch("merchantIdentifier")
679
+ // @Watch("buttonType")
680
+ // @Watch("buttonStyle")
681
+ // @Watch("disabled")
682
+ // watchPropsChange() {
683
+ // this.initializeApplePay();
684
+ // }
683
685
  async initializeApplePay() {
686
+ console.log("initializeApplePay", checkout_store.checkoutStore.checkoutLoaded);
684
687
  try {
685
688
  this.isLoading = true;
686
689
  this.error = null;
@@ -689,9 +692,9 @@ const ApplePay = class {
689
692
  Boolean(checkout_store.checkoutStore.paymentCurrency) &&
690
693
  Boolean(checkout_store.checkoutStore.authToken);
691
694
  if (!hasRequiredConfig) {
692
- this.error = "Missing required Apple Pay configuration";
695
+ this.error = "Missing required Apple Pay configuration blabla blabla 2";
693
696
  this.isConfigValid = false;
694
- console.error("Apple Pay config error: missing required values", {
697
+ console.error("Apple Pay config error: missing required values blabla blabla 2", {
695
698
  paymentAmount: checkout_store.checkoutStore.paymentAmount,
696
699
  paymentCurrency: checkout_store.checkoutStore.paymentCurrency,
697
700
  hasAuthToken: Boolean(checkout_store.checkoutStore.authToken),
@@ -724,6 +727,7 @@ const ApplePay = class {
724
727
  buttonType: this.buttonType,
725
728
  buttonStyle: this.buttonStyle,
726
729
  };
730
+ this.applePayService = new ApplePayService();
727
731
  this.applePayService.initialize(applePayConfig);
728
732
  const hasActiveCard = await this.applePayService.canMakePaymentsWithActiveCard();
729
733
  if (!hasActiveCard) {
@@ -757,29 +761,24 @@ const ApplePay = class {
757
761
  this.applePayCancelled.emit();
758
762
  }
759
763
  render() {
760
- const shouldHide = !this.isLoading &&
761
- (!this.isConfigValid || !this.isAvailable || !this.canMakePayments || !checkout_store.checkoutStore.checkoutLoaded);
762
- if (shouldHide) {
763
- return null;
764
- }
764
+ // const shouldHide =
765
+ // !this.isLoading &&
766
+ // (!this.isConfigValid || !this.isAvailable || !this.canMakePayments || !checkoutStore.checkoutLoaded);
767
+ // if (shouldHide) {
768
+ // return null;
769
+ // }
765
770
  const isReady = !this.isLoading &&
766
771
  this.isAvailable &&
767
772
  this.canMakePayments &&
768
773
  this.isConfigValid;
769
- return (index.h(styledHost.StyledHost, null, index.h("script", { async: true, src: 'https://applepay.cdn-apple.com/jsapi/1.latest/apple-pay-sdk.js' }), index.h("div", { class: 'apple-pay-container' }, index.h(ApplePaySkeleton, { isReady: isReady }), !this.isLoading &&
770
- this.isAvailable &&
771
- this.canMakePayments && (index.h(ApplePayButton, { buttonType: this.buttonType, buttonStyle: this.buttonStyle, disabled: this.disabled, isProcessing: this.isProcessing, isAvailable: this.isAvailable, clickHandler: this.handleApplePayClick }))), index.h("style", null, `
774
+ return (index.h(styledHost.StyledHost, { key: 'ac97a93a1351ec6b3cf148377721b8f019aafd77' }, checkout_store.checkoutStore.checkoutLoaded && (index.h("script", { key: '2d4c928c3228a273bef756cce4c4ac05182e7efa', async: true, src: 'https://applepay.cdn-apple.com/jsapi/1.latest/apple-pay-sdk.js', onLoad: () => {
775
+ this.initializeApplePay();
776
+ } })), index.h("div", { key: '8890def5a313a29e42b358c55f3209ef30054d54', class: 'apple-pay-container' }, index.h(ApplePaySkeleton, { key: 'a531fbe89a491a911a0aa6ff42a80458e63030b5', isReady: isReady }), isReady && (index.h(ApplePayButton, { key: '77e0b5e8cff57ee4dd2956671b14dc9c90101326', buttonType: this.buttonType, buttonStyle: this.buttonStyle, disabled: this.disabled, isProcessing: this.isProcessing, isAvailable: this.isAvailable, clickHandler: this.handleApplePayClick }))), index.h("style", { key: '3ad594d30382388cf5defc050e5f2e5a17017c7b' }, `
772
777
  .apple-pay-container {
773
778
  width: 100%;
774
779
  }
775
780
  `)));
776
781
  }
777
- static get watchers() { return {
778
- "merchantIdentifier": ["watchPropsChange"],
779
- "buttonType": ["watchPropsChange"],
780
- "buttonStyle": ["watchPropsChange"],
781
- "disabled": ["watchPropsChange"]
782
- }; }
783
782
  };
784
783
 
785
784
  exports.justifi_apple_pay = ApplePay;
@@ -7,7 +7,7 @@ var parts = require('./parts-9jMf1erK.js');
7
7
  var styledHost = require('./styled-host-BfVJlAsJ.js');
8
8
  require('./event-types-YOY5TKUN.js');
9
9
  var skeleton = require('./skeleton-C7DQRD6r.js');
10
- var checkPkgVersion = require('./check-pkg-version-CVOffMTi.js');
10
+ var checkPkgVersion = require('./check-pkg-version-rUX0NaZj.js');
11
11
  var configState = require('./config-state-BBOZIS8x.js');
12
12
  var header3 = require('./header-3-sOdOpfx3.js');
13
13
  var utils = require('./utils-DAyWinG2.js');
@@ -18,7 +18,7 @@ require('./_commonjsHelpers-BJu3ubxk.js');
18
18
  require('./business-form-options-CMII7nIK.js');
19
19
  require('./Business-DCRzZf0w.js');
20
20
  require('./helpers-B5OCqlIM.js');
21
- require('./package-MU7zz6nI.js');
21
+ require('./package-CwkrMpTG.js');
22
22
  require('./Api-DyimBzKT.js');
23
23
  require('./utils-ChCUZgUy.js');
24
24
  require('./dinero-BwNN_k7x.js');
@@ -156,10 +156,10 @@ const BankAccountForm = class {
156
156
  return this.accountNumberIframeElement.tokenize(clientId, paymentMethodMetadata, account);
157
157
  }
158
158
  render() {
159
- return (index.h(styledHost.StyledHost, { key: '55cf04f40c030d67235807168a303dc2680561d2' }, index.h(BankAccountFormSkeleton, { key: '1b076c4d58b80c5f9b5842e1e0228657ec39f68b', isReady: this.isReady }), index.h("hidden-input", { key: '8b622b9693d7648a6bd33f082241910801c14e1e' }), index.h("div", { key: 'ce79e65bd2dba972885b5c906715e70d2817dd4c', class: "container-fluid p-0", style: {
159
+ return (index.h(styledHost.StyledHost, { key: '99ccb5aa2afbf79e5bf40d59ca15eb217180349a' }, index.h(BankAccountFormSkeleton, { key: 'a26a6f4391a5e5b7923f36b05bdfe57491b31d8a', isReady: this.isReady }), index.h("hidden-input", { key: '7555fe1bbf38a1525e7c11fe7182e264752435c9' }), index.h("div", { key: 'd1d7141ee75a644d4ae67d23b353dc6293306371', class: "container-fluid p-0", style: {
160
160
  opacity: this.isReady ? '1' : '0',
161
161
  height: this.isReady ? 'auto' : '0',
162
- } }, index.h("div", { key: '8cc5b4b9c742ba0958845f2e5fee3e94c6449229', class: "row mb-3" }, index.h("iframe-input", { key: '3c41e6d2af86ff242f3b7a3d462628ab16626fe7', inputId: "accountNumber", ref: (el) => (this.accountNumberIframeElement = el), label: "Account Number", iframeOrigin: `${this.iframeOrigin}/v2/accountNumber` })), index.h("div", { key: 'd95374c4f22fe40bc0033f159d456d94ee10363f', class: "row" }, index.h("iframe-input", { key: '22df6eb6ad22ccb18e9e24533dd8b208afb44309', inputId: "routingNumber", ref: (el) => (this.routingNumberIframeElement = el), label: "Routing Number", iframeOrigin: `${this.iframeOrigin}/v2/routingNumber` })))));
162
+ } }, index.h("div", { key: 'db0d578ccb3647e049b5ef958bef0273a8945448', class: "row mb-3" }, index.h("iframe-input", { key: '58311d94a8f5f023f05de260afbaf6bc707a0d57', inputId: "accountNumber", ref: (el) => (this.accountNumberIframeElement = el), label: "Account Number", iframeOrigin: `${this.iframeOrigin}/v2/accountNumber` })), index.h("div", { key: '92e4b77f012a414ac88b8faf721b5a10f2c5a3a4', class: "row" }, index.h("iframe-input", { key: '5163f7e8cff8fb82bb009f615ef7ab2e231deb52', inputId: "routingNumber", ref: (el) => (this.routingNumberIframeElement = el), label: "Routing Number", iframeOrigin: `${this.iframeOrigin}/v2/routingNumber` })))));
163
163
  }
164
164
  };
165
165
 
@@ -240,7 +240,7 @@ const JustifiButton = class {
240
240
  this.type = 'button';
241
241
  }
242
242
  render() {
243
- return (index.h(styledHost.StyledHost, { key: 'fae177edc7a7a898f1782a01c26b65fb11c50c65' }, index.h(button.Button, { key: 'c097e63cce36a5b4e2cb522bf17ba2519c354c6e', variant: this.variant, isLoading: this.isLoading, clickHandler: this.clickHandler, class: this.class, type: this.type, disabled: this.disabled, style: this.customStyle }, this.text)));
243
+ return (index.h(styledHost.StyledHost, { key: '48098276e0808052803f0d16df68ba23d529c4ab' }, index.h(button.Button, { key: 'c62e8d2d9208dc180180b4283edea991c5a93c57', variant: this.variant, isLoading: this.isLoading, clickHandler: this.clickHandler, class: this.class, type: this.type, disabled: this.disabled, style: this.customStyle }, this.text)));
244
244
  }
245
245
  };
246
246
 
@@ -339,10 +339,10 @@ const JustifiCardForm = class {
339
339
  return this.cardNumberIframeElement.tokenize(clientId, paymentMethodMetadata, account);
340
340
  }
341
341
  render() {
342
- return (index.h(styledHost.StyledHost, { key: '46acef24075db09eea0c94417e92e90a360e5850' }, index.h(CardFormSkeleton, { key: 'bd4f610e83d7bcbf5b597079d68bbeb2abe8c02e', isReady: this.isReady }), index.h("hidden-input", { key: 'b4a289f1ac7f104f5dce7848a94d22c9aa4a4b56' }), index.h("div", { key: 'df003c1be11c5a5262e6563d1fd4755ae60dc700', class: "container-fluid p-0", style: {
342
+ return (index.h(styledHost.StyledHost, { key: '46991f66161e4118fdf135bf18eb757435e26457' }, index.h(CardFormSkeleton, { key: 'aacb7f467a10debc809997a67172fe4f23a2ca76', isReady: this.isReady }), index.h("hidden-input", { key: '3e9bd9b7ff0aba356d9f8fd07428cbaedcb223b1' }), index.h("div", { key: '8fcf6d92703491fe6a0be076a5965c09c800f262', class: "container-fluid p-0", style: {
343
343
  opacity: this.isReady ? '1' : '0',
344
344
  height: this.isReady ? 'auto' : '0',
345
- } }, index.h("div", { key: '900e56045f6db140c74db42396a85153d3fae683', class: "mb-3" }, index.h("iframe-input", { key: '1600ae4cddd10afb5abeea9d9a4e851e76ad3de2', inputId: "cardNumber", ref: (el) => (this.cardNumberIframeElement = el), label: "Card Number", iframeOrigin: `${this.iframeOrigin}/v2/cardNumber` })), index.h("div", { key: 'ce66d35bd549b2cebca200c8c42eeddca4acd2d1', class: "row" }, index.h("div", { key: 'f1480606b802eff983710a37f79a9492f79b8440', class: "col-4 align-content-end" }, index.h("iframe-input", { key: 'd04785d62994fef3ee2d597a189d0b823e803bca', inputId: "expirationMonth", ref: (el) => (this.expirationMonthIframeElement = el), label: "Expiration", iframeOrigin: `${this.iframeOrigin}/v2/expirationMonth` })), index.h("div", { key: '875e03320bb22f4f6891f01e749fef871f37cf18', class: "col-4 align-content-end" }, index.h("iframe-input", { key: 'ead59922d5ffeefe6e5951203b9ec157135dee3c', inputId: "expirationYear", ref: (el) => (this.expirationYearIframeElement = el), label: "", iframeOrigin: `${this.iframeOrigin}/v2/expirationYear` })), index.h("div", { key: 'a70d098fc88770441dfb347b9124f4c4d159714d', class: "col-4 align-content-end" }, index.h("iframe-input", { key: 'eff54f20b8b3280b08839aaf4e77ab46c3262202', inputId: "CVV", ref: (el) => (this.cvvIframeElement = el), label: "CVV", iframeOrigin: `${this.iframeOrigin}/v2/CVV` }))))));
345
+ } }, index.h("div", { key: '8dea63dc69d7c7cfbcded0a07bfbcf9c7d7a41fa', class: "mb-3" }, index.h("iframe-input", { key: 'ffd4de932414b206ea5936c21349c522b762f8a4', inputId: "cardNumber", ref: (el) => (this.cardNumberIframeElement = el), label: "Card Number", iframeOrigin: `${this.iframeOrigin}/v2/cardNumber` })), index.h("div", { key: '3e56350822761119dbb7ff49e3cc56bec7f361ca', class: "row" }, index.h("div", { key: 'ab13b6b20573fbec961164a415ccaf21b663eb4b', class: "col-4 align-content-end" }, index.h("iframe-input", { key: 'e12d56f2c1dd12ae5eff7619204d9f746e1b6a43', inputId: "expirationMonth", ref: (el) => (this.expirationMonthIframeElement = el), label: "Expiration", iframeOrigin: `${this.iframeOrigin}/v2/expirationMonth` })), index.h("div", { key: '62e4808ee208aec7cf3e1d7a99fd65f3d9a5e615', class: "col-4 align-content-end" }, index.h("iframe-input", { key: 'c8e3945b466e61e8b21fbb13f71c0631740ca1a3', inputId: "expirationYear", ref: (el) => (this.expirationYearIframeElement = el), label: "", iframeOrigin: `${this.iframeOrigin}/v2/expirationYear` })), index.h("div", { key: '979929e29abb54f8837f71b1cdb7261df97a58df', class: "col-4 align-content-end" }, index.h("iframe-input", { key: '2c25868c5fd7e6c2d34722b39f22c2062248cdf6', inputId: "CVV", ref: (el) => (this.cvvIframeElement = el), label: "CVV", iframeOrigin: `${this.iframeOrigin}/v2/CVV` }))))));
346
346
  }
347
347
  };
348
348
 
@@ -5,7 +5,7 @@ var utils = require('./utils-Bzyj4qWe.js');
5
5
  var business_service = require('./business.service-BB6zl4Gc.js');
6
6
  var getBusiness = require('./get-business-o5jPq_ME.js');
7
7
  var ComponentError = require('./ComponentError-D4OLnOkg.js');
8
- var checkPkgVersion = require('./check-pkg-version-CVOffMTi.js');
8
+ var checkPkgVersion = require('./check-pkg-version-rUX0NaZj.js');
9
9
  require('./parts-9jMf1erK.js');
10
10
  require('./Api-DyimBzKT.js');
11
11
  require('./config-state-BBOZIS8x.js');
@@ -19,7 +19,7 @@ require('./Business-DCRzZf0w.js');
19
19
  require('./helpers-B5OCqlIM.js');
20
20
  require('./state-options-CIT9xdTz.js');
21
21
  require('./utils-DvUQQLmR.js');
22
- require('./package-MU7zz6nI.js');
22
+ require('./package-CwkrMpTG.js');
23
23
 
24
24
  const BusinessDetails = class {
25
25
  constructor(hostRef) {
@@ -11,7 +11,7 @@ require('./Refund-BefKONu4.js');
11
11
  require('./Pagination-Dediz133.js');
12
12
  var Business = require('./Business-DCRzZf0w.js');
13
13
  require('./Dispute-CruQTF6_.js');
14
- var checkPkgVersion = require('./check-pkg-version-CVOffMTi.js');
14
+ var checkPkgVersion = require('./check-pkg-version-rUX0NaZj.js');
15
15
  var button = require('./button-DsHDMHaa.js');
16
16
  var styledHost = require('./styled-host-BfVJlAsJ.js');
17
17
  var header1 = require('./header-1-DRA3f4Jh.js');
@@ -27,7 +27,7 @@ require('./business-form-options-CMII7nIK.js');
27
27
  require('./index-B32W0A3m.js');
28
28
  require('./utils-ChCUZgUy.js');
29
29
  require('./helpers-B5OCqlIM.js');
30
- require('./package-MU7zz6nI.js');
30
+ require('./package-CwkrMpTG.js');
31
31
  require('./Api-DyimBzKT.js');
32
32
  require('./parts-9jMf1erK.js');
33
33
  require('./utils-DvUQQLmR.js');
@@ -9,7 +9,7 @@ require('./event-types-YOY5TKUN.js');
9
9
  var header1 = require('./header-1-DRA3f4Jh.js');
10
10
  var insuranceState = require('./insurance-state-d2thhXUX.js');
11
11
  var header3 = require('./header-3-sOdOpfx3.js');
12
- var checkPkgVersion = require('./check-pkg-version-CVOffMTi.js');
12
+ var checkPkgVersion = require('./check-pkg-version-rUX0NaZj.js');
13
13
  require('./config-state-BBOZIS8x.js');
14
14
  require('./dinero-BwNN_k7x.js');
15
15
  var ComponentError = require('./ComponentError-D4OLnOkg.js');
@@ -23,7 +23,7 @@ var Api = require('./Api-DyimBzKT.js');
23
23
  var index$1 = require('./index-D-dD-aC2.js');
24
24
  var paymentMethodOptionUtils = require('./payment-method-option-utils-WYHIHy-l.js');
25
25
  require('./index-B32W0A3m.js');
26
- require('./package-MU7zz6nI.js');
26
+ require('./package-CwkrMpTG.js');
27
27
  require('./helpers-B5OCqlIM.js');
28
28
  require('./state-options-CIT9xdTz.js');
29
29
 
@@ -32,7 +32,7 @@ const Summary = class {
32
32
  index.registerInstance(this, hostRef);
33
33
  }
34
34
  render() {
35
- return (index.h(styledHost.StyledHost, { key: '2644d423d844136d86f7f6b1b80aa98b224146ac' }, index.h("section", { key: '2017758b2eb8bf6483ca4765e5f18279ff2f6de7' }, index.h("div", { key: '029f98c45be1e9c807eef1dbf1508e231c7215d1' }, index.h("div", { key: 'db1b7e220f5afd230ea1fcf5dc818f96d03f68b9', part: parts.text }, checkout_store.checkoutStore === null || checkout_store.checkoutStore === void 0 ? void 0 : checkout_store.checkoutStore.paymentDescription), index.h("div", { key: 'b9d401af17512a5f5ef24350f8c9e9ad1163d83e' }, index.h("span", { key: '5d7dcef6b946ae455cb2b8e57089f0365b8bb52b', part: parts.text }, "Total"), "\u00A0", index.h("span", { key: 'cfc8fc46c2f87011de758ccce92a9f4bfbe2ba88', part: parts.text }, utils.formatCurrency(+(checkout_store.checkoutStore === null || checkout_store.checkoutStore === void 0 ? void 0 : checkout_store.checkoutStore.totalAmount))))))));
35
+ return (index.h(styledHost.StyledHost, { key: '3161e6f6a196c79d684574cafbc90bcf741b2150' }, index.h("section", { key: '594b4485ed4fd9d7c1ee7f4556f071139f92ef0c' }, index.h("div", { key: '5c2d14677dda6fc7ddcb074d4887b839385dca3a' }, index.h("div", { key: 'fb850cd7e9c11741349710696dd4e6241c98e805', part: parts.text }, checkout_store.checkoutStore === null || checkout_store.checkoutStore === void 0 ? void 0 : checkout_store.checkoutStore.paymentDescription), index.h("div", { key: '959014d7fa2a9c97bae0c986313a604930c1e0f3' }, index.h("span", { key: '14ab0932a083568419b1c36c95f9072c73962b11', part: parts.text }, "Total"), "\u00A0", index.h("span", { key: '08a9e00332253070ae984b77eb2a9bab88eb3472', part: parts.text }, utils.formatCurrency(+(checkout_store.checkoutStore === null || checkout_store.checkoutStore === void 0 ? void 0 : checkout_store.checkoutStore.totalAmount))))))));
36
36
  }
37
37
  };
38
38
 
@@ -48,7 +48,7 @@ const Header = class {
48
48
  }
49
49
  render() {
50
50
  const HeaderComponent = this.levels[this.level];
51
- return (index.h(styledHost.StyledHost, { key: 'ae04a67a1eaf95d6d093fef23911ac4eb1523cfe' }, index.h(HeaderComponent, { key: '51b27dd180d113ebe9ac52f7ff10c494926f7cdf', text: this.text, class: this.class })));
51
+ return (index.h(styledHost.StyledHost, { key: 'eb3651b698897193d34a6c6456cd57dd0bd0bc43' }, index.h(HeaderComponent, { key: '39caee687f93d3d4d90e62d9fbcae318eaa8022e', text: this.text, class: this.class })));
52
52
  }
53
53
  };
54
54
 
@@ -165,6 +165,7 @@ const ModularCheckout = class {
165
165
  };
166
166
  }
167
167
  connectedCallback() {
168
+ console.log("connectedCallback", checkout_store.checkoutStore.checkoutLoaded);
168
169
  this.observer = new MutationObserver(() => {
169
170
  this.queryFormRefs();
170
171
  this.setupApplePayListeners(); // set up again listeners when DOM changes
@@ -468,7 +469,7 @@ const ModularCheckout = class {
468
469
  });
469
470
  }
470
471
  render() {
471
- return index.h(index.Host, { key: '08b6e2c3f58745ac7865f686bafba4e18cbab268' });
472
+ return index.h(index.Host, { key: '7ee5bc2bb0a8c1ed497440c7b1f90d1a2fb3c8bb' });
472
473
  }
473
474
  get hostEl() { return index.getElement(this); }
474
475
  };
@@ -1404,7 +1405,7 @@ const TokenizePaymentMethod = class {
1404
1405
  return paymentMethodId === Refund.PaymentMethodTypes.card ? (index.h("justifi-card-form", { ref: (el) => (this.paymentMethodFormRef = el) })) : (index.h("justifi-bank-account-form", { ref: (el) => (this.paymentMethodFormRef = el) }));
1405
1406
  }
1406
1407
  render() {
1407
- return (index.h(styledHost.StyledHost, { key: '8a7983cbb634e39612d9f464c3dde43c646356dd' }, index.h("form", { key: 'ef1d8bc768aeb880445283d4b00d41cd85b77d16' }, index.h("fieldset", { key: 'be8f72bb4aab7b52098f034a06ad8586fe3b89cb' }, index.h("div", { key: '0155b97ff6bf1c9364b2b71b337e981c89774bbe', class: "row gy-3" }, index.h("div", { key: '27bf72ad4b2729a94be20b8a22e196cb5550c078', class: "col-12" }, this.availablePaymentMethods.map((method) => this.renderPaymentMethodOption(method))), index.h("div", { key: '3a9c4c7bf7830f66d22fa99fc1ca12f3dcaad390', class: "col-12" }, index.h("justifi-button", { key: '860fbcdc509a72abecc1e6abe2c8ff45a565ea46', text: this.submitButtonText, variant: "primary", type: "submit", clickHandler: (e) => this.tokenizePaymentMethod(e), isLoading: this.isLoading, "data-testid": "submit-button", hidden: this.computedHideSubmitButton })))))));
1408
+ return (index.h(styledHost.StyledHost, { key: '27acb4552c8e2431792108448608c039baa705c6' }, index.h("form", { key: '914d43a641bbc484da9399d9d7b938215666862b' }, index.h("fieldset", { key: '4df90b4279eaa9c02268074c1d4c630c75e54f26' }, index.h("div", { key: 'b4b8895c7e5b9a3e615d357e2a6fdba5c245decb', class: "row gy-3" }, index.h("div", { key: '10ecdd6afffef324179fabcab340e4290c22f594', class: "col-12" }, this.availablePaymentMethods.map((method) => this.renderPaymentMethodOption(method))), index.h("div", { key: '3327294952c67643c9c77178f801bbbba09fd511', class: "col-12" }, index.h("justifi-button", { key: '6de96d2c0065f676e696433f8ef6438527830437', text: this.submitButtonText, variant: "primary", type: "submit", clickHandler: (e) => this.tokenizePaymentMethod(e), isLoading: this.isLoading, "data-testid": "submit-button", hidden: this.computedHideSubmitButton })))))));
1408
1409
  }
1409
1410
  get host() { return index.getElement(this); }
1410
1411
  static get watchers() { return {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var index = require('./index-C9hBD-32.js');
4
- var checkPkgVersion = require('./check-pkg-version-CVOffMTi.js');
4
+ var checkPkgVersion = require('./check-pkg-version-rUX0NaZj.js');
5
5
  require('./config-state-BBOZIS8x.js');
6
6
  require('./dinero-BwNN_k7x.js');
7
7
  require('./ComponentError-D4OLnOkg.js');
@@ -14,7 +14,7 @@ var parts = require('./parts-9jMf1erK.js');
14
14
  var styledHost = require('./styled-host-BfVJlAsJ.js');
15
15
  require('./event-types-YOY5TKUN.js');
16
16
  var index$1 = require('./index-D-dD-aC2.js');
17
- require('./package-MU7zz6nI.js');
17
+ require('./package-CwkrMpTG.js');
18
18
  require('./Api-DyimBzKT.js');
19
19
  require('./utils-ChCUZgUy.js');
20
20
  require('./index-B32W0A3m.js');
@@ -9,7 +9,7 @@ require('./Pagination-Dediz133.js');
9
9
  require('./Business-DCRzZf0w.js');
10
10
  require('./Dispute-CruQTF6_.js');
11
11
  var utils = require('./utils-DvUQQLmR.js');
12
- var checkPkgVersion = require('./check-pkg-version-CVOffMTi.js');
12
+ var checkPkgVersion = require('./check-pkg-version-rUX0NaZj.js');
13
13
  var checkout_service = require('./checkout.service-B-R80p4f.js');
14
14
  var getSubaccounts = require('./get-subaccounts-Bnfv2tEN.js');
15
15
  var styledHost = require('./styled-host-BfVJlAsJ.js');
@@ -19,7 +19,7 @@ require('./index-B32W0A3m.js');
19
19
  require('./utils-ChCUZgUy.js');
20
20
  require('./helpers-B5OCqlIM.js');
21
21
  require('./state-options-CIT9xdTz.js');
22
- require('./package-MU7zz6nI.js');
22
+ require('./package-CwkrMpTG.js');
23
23
  require('./Api-DyimBzKT.js');
24
24
  require('./badge-CcJ9H85-.js');
25
25
  require('./parts-9jMf1erK.js');
@@ -2,11 +2,11 @@
2
2
 
3
3
  var index = require('./index-C9hBD-32.js');
4
4
  var ComponentError = require('./ComponentError-D4OLnOkg.js');
5
- var checkPkgVersion = require('./check-pkg-version-CVOffMTi.js');
5
+ var checkPkgVersion = require('./check-pkg-version-rUX0NaZj.js');
6
6
  var Dispute = require('./Dispute-CruQTF6_.js');
7
7
  var utils = require('./utils-DvUQQLmR.js');
8
8
  var dispute_service = require('./dispute.service-B5tITFAh.js');
9
- require('./package-MU7zz6nI.js');
9
+ require('./package-CwkrMpTG.js');
10
10
  require('./Api-DyimBzKT.js');
11
11
  require('./config-state-BBOZIS8x.js');
12
12
  require('./index-B32W0A3m.js');
@@ -11,7 +11,7 @@ var ComponentError = require('./ComponentError-D4OLnOkg.js');
11
11
  var utils = require('./utils-DvUQQLmR.js');
12
12
  var dispute_service = require('./dispute.service-B5tITFAh.js');
13
13
  var eventTypes = require('./event-types-BWQT2lwu.js');
14
- var checkPkgVersion = require('./check-pkg-version-CVOffMTi.js');
14
+ var checkPkgVersion = require('./check-pkg-version-rUX0NaZj.js');
15
15
  require('./dinero-BwNN_k7x.js');
16
16
  require('./Api-DyimBzKT.js');
17
17
  require('./config-state-BBOZIS8x.js');
@@ -22,7 +22,7 @@ require('./Pagination-Dediz133.js');
22
22
  require('./Business-DCRzZf0w.js');
23
23
  require('./helpers-B5OCqlIM.js');
24
24
  require('./state-options-CIT9xdTz.js');
25
- require('./package-MU7zz6nI.js');
25
+ require('./package-CwkrMpTG.js');
26
26
 
27
27
  const makeUpdateDisputeResponse = ({ authToken, disputeId, service }) => async ({ payload, onSuccess, onError, final = () => { } }) => {
28
28
  var _a;
@@ -9,7 +9,7 @@ require('./Business-DCRzZf0w.js');
9
9
  require('./Dispute-CruQTF6_.js');
10
10
  var utils = require('./utils-DvUQQLmR.js');
11
11
  var utils$1 = require('./utils-Bzyj4qWe.js');
12
- var checkPkgVersion = require('./check-pkg-version-CVOffMTi.js');
12
+ var checkPkgVersion = require('./check-pkg-version-rUX0NaZj.js');
13
13
  require('./config-state-BBOZIS8x.js');
14
14
  require('./index-B32W0A3m.js');
15
15
  require('./utils-ChCUZgUy.js');
@@ -17,7 +17,7 @@ require('./dinero-BwNN_k7x.js');
17
17
  require('./helpers-B5OCqlIM.js');
18
18
  require('./state-options-CIT9xdTz.js');
19
19
  require('./parts-9jMf1erK.js');
20
- require('./package-MU7zz6nI.js');
20
+ require('./package-CwkrMpTG.js');
21
21
 
22
22
  const api = Api.Api();
23
23
  class ReportsService {