@saasquatch/mint-components 1.11.0-5 → 1.11.0-6

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 (327) hide show
  1. package/dist/cjs/{ShadowViewAddon-21aa34f8.js → ShadowViewAddon-ba87315e.js} +48 -47
  2. package/dist/cjs/{global-4a59a374.js → global-0e1b8019.js} +162 -11
  3. package/dist/cjs/index-56d1fa5b.js +2227 -0
  4. package/dist/cjs/{index.module-df530553.js → index.module-2d82a984.js} +1444 -244
  5. package/dist/cjs/loader.cjs.js +4 -4
  6. package/dist/cjs/{luxon-05098e19.js → luxon-20eafbd9.js} +1 -1
  7. package/dist/cjs/mint-components.cjs.js +4 -4
  8. package/dist/cjs/{mockRewardData-4258e067.js → mockRewardData-3c470512.js} +1 -1
  9. package/dist/cjs/{re-render-1976e05e.js → re-render-7744b75a.js} +5 -5
  10. package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
  11. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +457 -456
  12. package/dist/cjs/sqm-big-stat_38.cjs.entry.js +114 -113
  13. package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
  14. package/dist/cjs/sqm-context-router.cjs.entry.js +4 -4
  15. package/dist/cjs/sqm-empty_4.cjs.entry.js +6 -6
  16. package/dist/cjs/sqm-form-message.cjs.entry.js +2 -2
  17. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +7 -7
  18. package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
  19. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +6 -6
  20. package/dist/cjs/{sqm-invoice-table-view-7739a5b4.js → sqm-invoice-table-view-e75291d8.js} +1 -1
  21. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +12 -11
  22. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +10 -9
  23. package/dist/cjs/{sqm-navigation-sidebar-item-view-a125ec5f.js → sqm-navigation-sidebar-item-view-34d8941e.js} +2 -2
  24. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +5 -5
  25. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +5 -5
  26. package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
  27. package/dist/cjs/sqm-popup-container.cjs.entry.js +6 -6
  28. package/dist/cjs/{sqm-portal-email-verification-view-07161940.js → sqm-portal-email-verification-view-a056e53e.js} +1 -1
  29. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +10 -10
  30. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +7 -7
  31. package/dist/cjs/sqm-portal-logout.cjs.entry.js +4 -4
  32. package/dist/cjs/{sqm-portal-profile-view-07b99f80.js → sqm-portal-profile-view-c1753d1a.js} +1 -1
  33. package/dist/cjs/sqm-portal-profile.cjs.entry.js +15 -14
  34. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +7 -7
  35. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +12 -11
  36. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +9 -9
  37. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +8 -8
  38. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +17 -16
  39. package/dist/cjs/sqm-referred-registration.cjs.entry.js +6 -6
  40. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +2 -2
  41. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
  42. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +67 -66
  43. package/dist/cjs/sqm-stencilbook.cjs.entry.js +50 -49
  44. package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
  45. package/dist/cjs/sqm-tabs.cjs.entry.js +6 -6
  46. package/dist/cjs/sqm-text-span.cjs.entry.js +2 -2
  47. package/dist/cjs/{stencil-hooks.module-72742a0b.js → stencil-hooks.module-a5a04d8a.js} +1 -4
  48. package/dist/cjs/{useChildElements-e0d44916.js → useChildElements-079a23aa.js} +3 -3
  49. package/dist/cjs/{useInstantAccessRegistration-bbe746d1.js → useInstantAccessRegistration-615a4dec.js} +4 -4
  50. package/dist/cjs/{useReferralTable-a76adb0d.js → useReferralTable-034e8eb1.js} +20 -19
  51. package/dist/cjs/{useRegistrationFormState-876ed65d.js → useRegistrationFormState-cabaa291.js} +3 -3
  52. package/dist/cjs/{utilities-cec9dd36.js → utilities-a4072d5b.js} +2 -2
  53. package/dist/collection/collection-manifest.json +0 -2
  54. package/dist/esm/{ShadowViewAddon-90897c22.js → ShadowViewAddon-cebdd86a.js} +22 -21
  55. package/dist/esm/{global-e7bb0343.js → global-ce667547.js} +162 -11
  56. package/dist/esm/index-0c7b14c5.js +2225 -0
  57. package/dist/esm/{index.module-def4aec5.js → index.module-cfe48b0e.js} +1426 -223
  58. package/dist/esm/loader.js +4 -4
  59. package/dist/esm/{luxon-7600be8d.js → luxon-63e24900.js} +1 -1
  60. package/dist/esm/mint-components.js +4 -4
  61. package/dist/esm/{mockRewardData-0eb6e778.js → mockRewardData-e6b763d1.js} +1 -1
  62. package/dist/esm/{re-render-12fd274a.js → re-render-9f58806b.js} +5 -5
  63. package/dist/esm/sqm-asset-card.entry.js +2 -2
  64. package/dist/esm/sqm-banking-info-form_16.entry.js +65 -64
  65. package/dist/esm/sqm-big-stat_38.entry.js +63 -62
  66. package/dist/esm/sqm-close-button.entry.js +2 -2
  67. package/dist/esm/sqm-context-router.entry.js +3 -3
  68. package/dist/esm/sqm-empty_4.entry.js +3 -3
  69. package/dist/esm/sqm-form-message.entry.js +1 -1
  70. package/dist/esm/sqm-graphql-client-provider.entry.js +6 -6
  71. package/dist/esm/sqm-header-logo.entry.js +1 -1
  72. package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
  73. package/dist/esm/{sqm-invoice-table-view-fb2f95b9.js → sqm-invoice-table-view-bccf5bbc.js} +1 -1
  74. package/dist/esm/sqm-leaderboard-rank.entry.js +7 -6
  75. package/dist/esm/sqm-logout-current-user.entry.js +5 -4
  76. package/dist/esm/{sqm-navigation-sidebar-item-view-60ef06cc.js → sqm-navigation-sidebar-item-view-407d8d6a.js} +2 -2
  77. package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
  78. package/dist/esm/sqm-navigation-sidebar.entry.js +4 -4
  79. package/dist/esm/sqm-password-field.entry.js +3 -3
  80. package/dist/esm/sqm-popup-container.entry.js +5 -5
  81. package/dist/esm/{sqm-portal-email-verification-view-0b32261f.js → sqm-portal-email-verification-view-b8ba7573.js} +1 -1
  82. package/dist/esm/sqm-portal-email-verification.entry.js +9 -9
  83. package/dist/esm/sqm-portal-forgot-password.entry.js +6 -6
  84. package/dist/esm/sqm-portal-logout.entry.js +3 -3
  85. package/dist/esm/{sqm-portal-profile-view-03026a5e.js → sqm-portal-profile-view-9cbfeaf9.js} +1 -1
  86. package/dist/esm/sqm-portal-profile.entry.js +9 -8
  87. package/dist/esm/sqm-portal-protected-route.entry.js +6 -6
  88. package/dist/esm/sqm-portal-registration-form.entry.js +10 -9
  89. package/dist/esm/sqm-portal-reset-password.entry.js +8 -8
  90. package/dist/esm/sqm-portal-verify-email.entry.js +7 -7
  91. package/dist/esm/sqm-referral-table_11.entry.js +9 -8
  92. package/dist/esm/sqm-referred-registration.entry.js +5 -5
  93. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  94. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
  95. package/dist/esm/sqm-rewards-table_9.entry.js +14 -13
  96. package/dist/esm/sqm-stencilbook.entry.js +48 -47
  97. package/dist/esm/sqm-tab.entry.js +3 -3
  98. package/dist/esm/sqm-tabs.entry.js +5 -5
  99. package/dist/esm/sqm-text-span.entry.js +1 -1
  100. package/dist/esm/{stencil-hooks.module-ac12ca1c.js → stencil-hooks.module-3c7f7c90.js} +1 -1
  101. package/dist/esm/{useChildElements-32e1bda1.js → useChildElements-55ba77b1.js} +3 -3
  102. package/dist/esm/{useInstantAccessRegistration-46b89952.js → useInstantAccessRegistration-c8486b92.js} +4 -4
  103. package/dist/esm/{useReferralTable-f4de0650.js → useReferralTable-1671695f.js} +11 -10
  104. package/dist/esm/{useRegistrationFormState-9fc1ac80.js → useRegistrationFormState-554eed2c.js} +3 -3
  105. package/dist/esm/{utilities-3f5bba22.js → utilities-aa00400c.js} +2 -2
  106. package/dist/esm-es5/ShadowViewAddon-cebdd86a.js +1 -0
  107. package/dist/esm-es5/global-ce667547.js +285 -0
  108. package/dist/esm-es5/index-0c7b14c5.js +1 -0
  109. package/dist/esm-es5/index.module-cfe48b0e.js +53 -0
  110. package/dist/esm-es5/loader.js +1 -1
  111. package/dist/esm-es5/{luxon-7600be8d.js → luxon-63e24900.js} +1 -1
  112. package/dist/esm-es5/mint-components.js +1 -1
  113. package/dist/esm-es5/{mockRewardData-0eb6e778.js → mockRewardData-e6b763d1.js} +1 -1
  114. package/dist/esm-es5/{re-render-12fd274a.js → re-render-9f58806b.js} +1 -1
  115. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  116. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  117. package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
  118. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  119. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  120. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  121. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  122. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  123. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  124. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  125. package/dist/esm-es5/{sqm-invoice-table-view-fb2f95b9.js → sqm-invoice-table-view-bccf5bbc.js} +1 -1
  126. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  127. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  128. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-60ef06cc.js → sqm-navigation-sidebar-item-view-407d8d6a.js} +1 -1
  129. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  130. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  131. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  132. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  133. package/dist/esm-es5/{sqm-portal-email-verification-view-0b32261f.js → sqm-portal-email-verification-view-b8ba7573.js} +1 -1
  134. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  135. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  136. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  137. package/dist/esm-es5/{sqm-portal-profile-view-03026a5e.js → sqm-portal-profile-view-9cbfeaf9.js} +1 -1
  138. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  139. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  140. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  141. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  142. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  143. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  144. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  145. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  146. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  147. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  148. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  149. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  150. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  151. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  152. package/dist/esm-es5/{stencil-hooks.module-ac12ca1c.js → stencil-hooks.module-3c7f7c90.js} +1 -1
  153. package/dist/esm-es5/useChildElements-55ba77b1.js +1 -0
  154. package/dist/esm-es5/useInstantAccessRegistration-c8486b92.js +1 -0
  155. package/dist/esm-es5/useReferralTable-1671695f.js +1 -0
  156. package/dist/esm-es5/useRegistrationFormState-554eed2c.js +1 -0
  157. package/dist/esm-es5/{utilities-3f5bba22.js → utilities-aa00400c.js} +1 -1
  158. package/dist/mint-components/mint-components.esm.js +1 -1
  159. package/dist/mint-components/mint-components.js +1 -1
  160. package/dist/mint-components/{p-674a64fe.system.js → p-0034b33b.system.js} +1 -1
  161. package/dist/mint-components/{p-2a414b2e.system.js → p-0979f82e.system.js} +2 -2
  162. package/dist/mint-components/{p-cde759a7.entry.js → p-1128f16d.entry.js} +14 -14
  163. package/dist/mint-components/{p-88aac6a9.system.entry.js → p-14beec1b.system.entry.js} +1 -1
  164. package/dist/mint-components/{p-5956a47e.entry.js → p-155e5795.entry.js} +1 -1
  165. package/dist/mint-components/p-175cf117.system.entry.js +1 -0
  166. package/dist/mint-components/{p-fd2c5407.js → p-1b24bb52.js} +1 -1
  167. package/dist/mint-components/p-1bb39bf3.js +1 -0
  168. package/dist/mint-components/p-1c021084.system.js +1 -0
  169. package/dist/mint-components/p-1cb0c56c.js +1 -0
  170. package/dist/mint-components/p-22082cf5.entry.js +1 -0
  171. package/dist/mint-components/{p-4502ed11.system.entry.js → p-2669e88d.system.entry.js} +1 -1
  172. package/dist/mint-components/{p-0e556260.js → p-2a82e591.js} +1 -1
  173. package/dist/mint-components/p-2c1ec58d.system.entry.js +1 -0
  174. package/dist/mint-components/{p-573fab0f.system.js → p-2c8c2ae9.system.js} +22 -22
  175. package/dist/mint-components/p-2d713a4a.entry.js +1 -0
  176. package/dist/mint-components/{p-58ef25d3.system.entry.js → p-2f75d0c6.system.entry.js} +1 -1
  177. package/dist/mint-components/{p-5cac90e8.system.entry.js → p-349315e6.system.entry.js} +1 -1
  178. package/dist/mint-components/{p-64491c96.system.entry.js → p-37518555.system.entry.js} +1 -1
  179. package/dist/mint-components/{p-3223ba7b.entry.js → p-3912f9af.entry.js} +1 -1
  180. package/dist/mint-components/{p-f3053c61.js → p-48704504.js} +1 -1
  181. package/dist/mint-components/{p-ce5afa40.entry.js → p-4baf9ec9.entry.js} +1 -1
  182. package/dist/mint-components/p-4e5ff6d5.system.entry.js +1 -0
  183. package/dist/mint-components/p-4fd5cde2.entry.js +1 -0
  184. package/dist/mint-components/{p-e84a74fe.system.entry.js → p-5464dd3c.system.entry.js} +1 -1
  185. package/dist/mint-components/{p-dd7ee007.system.js → p-553a92e2.system.js} +1 -1
  186. package/dist/mint-components/p-55ba5de4.js +42 -0
  187. package/dist/mint-components/p-569acf5d.entry.js +1 -0
  188. package/dist/mint-components/p-58151230.system.entry.js +1 -0
  189. package/dist/mint-components/p-5a9e6c23.system.js +1 -0
  190. package/dist/mint-components/{p-dd0d79bf.entry.js → p-5c602e84.entry.js} +1 -1
  191. package/dist/mint-components/p-5e346208.system.entry.js +1 -0
  192. package/dist/mint-components/{p-a9050eb0.entry.js → p-5f4a0d5a.entry.js} +1 -1
  193. package/dist/mint-components/p-5f4cf5f4.system.js +53 -0
  194. package/dist/mint-components/p-6361cd09.system.entry.js +1 -0
  195. package/dist/mint-components/p-65976f70.system.entry.js +1 -0
  196. package/dist/mint-components/{p-3d4656bb.system.js → p-69ae3f41.system.js} +1 -1
  197. package/dist/mint-components/p-6fbfd683.js +1 -0
  198. package/dist/mint-components/{p-57e4ef5f.entry.js → p-709c0d6d.entry.js} +1 -1
  199. package/dist/mint-components/{p-86990110.entry.js → p-747e6ce6.entry.js} +1 -1
  200. package/dist/mint-components/{p-8fe21979.system.entry.js → p-74ba2bdd.system.entry.js} +1 -1
  201. package/dist/mint-components/p-77150ca3.entry.js +1 -0
  202. package/dist/mint-components/{p-fbdf0738.entry.js → p-79097c07.entry.js} +1 -1
  203. package/dist/mint-components/{p-ebcec043.entry.js → p-7a1e23b0.entry.js} +1 -1
  204. package/dist/mint-components/{p-f0806232.system.entry.js → p-7ab14d4b.system.entry.js} +1 -1
  205. package/dist/mint-components/p-81ef4d8d.system.entry.js +1 -0
  206. package/dist/mint-components/{p-41a11a7f.js → p-83a759a6.js} +1 -1
  207. package/dist/mint-components/p-84a5feb6.js +1 -0
  208. package/dist/mint-components/p-858a87ce.entry.js +1 -0
  209. package/dist/mint-components/p-89669879.system.js +1 -0
  210. package/dist/mint-components/p-8a82d287.entry.js +1 -0
  211. package/dist/mint-components/{p-7a572b34.entry.js → p-8b37f9fa.entry.js} +3 -3
  212. package/dist/mint-components/{p-d7df3dfd.system.js → p-8c616b35.system.js} +1 -1
  213. package/dist/mint-components/p-8d0312ad.entry.js +13 -0
  214. package/dist/mint-components/{p-66172a05.js → p-8d2d99b5.js} +1 -1
  215. package/dist/mint-components/{p-251e7567.js → p-9223640e.js} +1 -1
  216. package/dist/mint-components/{p-eaada4da.js → p-92990ceb.js} +1 -1
  217. package/dist/mint-components/{p-51721f6b.system.js → p-93c4b92a.system.js} +1 -1
  218. package/dist/mint-components/p-93feb565.system.entry.js +1 -0
  219. package/dist/mint-components/{p-0d8c53ac.system.js → p-94b397d0.system.js} +1 -1
  220. package/dist/mint-components/{p-6afb4f48.system.entry.js → p-95af445c.system.entry.js} +1 -1
  221. package/dist/mint-components/p-97f9ea19.system.js +1 -0
  222. package/dist/mint-components/{p-4edde470.entry.js → p-9a02b093.entry.js} +1 -1
  223. package/dist/mint-components/{p-007383e1.entry.js → p-9c1011db.entry.js} +2 -2
  224. package/dist/mint-components/{p-137ea86e.entry.js → p-a05a21b8.entry.js} +1 -1
  225. package/dist/mint-components/p-a1dddd9c.entry.js +1 -0
  226. package/dist/mint-components/{p-07f675ab.system.entry.js → p-a2189daf.system.entry.js} +1 -1
  227. package/dist/mint-components/p-a230e0f7.entry.js +1 -0
  228. package/dist/mint-components/{p-2ee2ebba.js → p-a2fc8ec6.js} +4 -4
  229. package/dist/mint-components/{p-5f1c4160.system.entry.js → p-a56fbe1f.system.entry.js} +1 -1
  230. package/dist/mint-components/p-a63607fe.js +1 -0
  231. package/dist/mint-components/p-a6ad8082.system.js +1 -0
  232. package/dist/mint-components/{p-9774fbc5.js → p-a7e84030.js} +153 -153
  233. package/dist/mint-components/{p-28b6106f.js → p-aa1750ad.js} +1 -1
  234. package/dist/mint-components/{p-cf690d55.system.entry.js → p-ad218d0b.system.entry.js} +1 -1
  235. package/dist/mint-components/p-b9e629c4.entry.js +1 -0
  236. package/dist/mint-components/{p-cf158064.entry.js → p-ba9642a9.entry.js} +3 -3
  237. package/dist/mint-components/{p-4864ed8a.system.entry.js → p-bf161aff.system.entry.js} +1 -1
  238. package/dist/mint-components/p-cac64545.system.entry.js +1 -0
  239. package/dist/mint-components/{p-370a1a73.system.js → p-cb45d0a8.system.js} +1 -1
  240. package/dist/mint-components/{p-c7a3fd1b.system.js → p-cc24f7e0.system.js} +1 -1
  241. package/dist/mint-components/p-cc2a5934.entry.js +13 -0
  242. package/dist/mint-components/p-cca80c2e.system.entry.js +1 -0
  243. package/dist/mint-components/{p-178d2d2e.entry.js → p-cdd04337.entry.js} +1 -1
  244. package/dist/mint-components/{p-b12f7281.system.entry.js → p-ce23dbff.system.entry.js} +1 -1
  245. package/dist/mint-components/{p-fe5675b3.entry.js → p-cf8ccbf5.entry.js} +1 -1
  246. package/dist/mint-components/{p-fb20eb5e.system.entry.js → p-cfc4a126.system.entry.js} +1 -1
  247. package/dist/mint-components/{p-05948592.js → p-d491eac5.js} +24 -24
  248. package/dist/mint-components/{p-671ee3fd.entry.js → p-d5e0b017.entry.js} +2 -2
  249. package/dist/mint-components/{p-6cef104b.entry.js → p-db7b9e12.entry.js} +1 -1
  250. package/dist/mint-components/p-dbb74fc2.system.entry.js +1 -0
  251. package/dist/mint-components/{p-8e907ac7.system.entry.js → p-de9b0bcf.system.entry.js} +1 -1
  252. package/dist/mint-components/p-e3ddb67b.system.entry.js +1 -0
  253. package/dist/mint-components/{p-ce9e7c98.system.js → p-e5299352.system.js} +1 -1
  254. package/dist/mint-components/p-eb8cb617.system.js +1 -0
  255. package/dist/mint-components/{p-9dc3f592.entry.js → p-ec2390ee.entry.js} +10 -10
  256. package/dist/mint-components/p-ef4336c4.system.entry.js +1 -0
  257. package/dist/mint-components/{p-afd366ae.system.entry.js → p-f0553edd.system.entry.js} +1 -1
  258. package/dist/mint-components/{p-7731f793.system.entry.js → p-fd8496a0.system.entry.js} +1 -1
  259. package/dist/mint-components/p-fec47694.entry.js +1 -0
  260. package/dist/mint-components/p-ff87ca9c.system.entry.js +1 -0
  261. package/dist/types/components.d.ts +0 -26
  262. package/docs/docs.docx +0 -0
  263. package/docs/raisins.json +1 -1
  264. package/grapesjs/grapesjs.js +1 -1
  265. package/package.json +1 -1
  266. package/dist/cjs/sqm-cash-payouts.cjs.entry.js +0 -19
  267. package/dist/cjs/sqm-widget-verification.cjs.entry.js +0 -89
  268. package/dist/collection/components/sqm-cash-payouts/sqm-cash-payouts.js +0 -16
  269. package/dist/collection/components/sqm-cash-payouts/sqm-widget-verification/sqm-widget-verification.js +0 -47
  270. package/dist/collection/components/sqm-cash-payouts/sqm-widget-verification/useWidgetVerification.js +0 -53
  271. package/dist/esm/sqm-cash-payouts.entry.js +0 -15
  272. package/dist/esm/sqm-widget-verification.entry.js +0 -85
  273. package/dist/esm-es5/ShadowViewAddon-90897c22.js +0 -1
  274. package/dist/esm-es5/global-e7bb0343.js +0 -285
  275. package/dist/esm-es5/index.module-def4aec5.js +0 -1
  276. package/dist/esm-es5/sqm-cash-payouts.entry.js +0 -1
  277. package/dist/esm-es5/sqm-widget-verification.entry.js +0 -1
  278. package/dist/esm-es5/useChildElements-32e1bda1.js +0 -1
  279. package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +0 -1
  280. package/dist/esm-es5/useReferralTable-f4de0650.js +0 -1
  281. package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +0 -1
  282. package/dist/mint-components/p-02424350.system.js +0 -1
  283. package/dist/mint-components/p-03494732.entry.js +0 -1
  284. package/dist/mint-components/p-0b9fa97f.js +0 -1
  285. package/dist/mint-components/p-10e89d0a.entry.js +0 -1
  286. package/dist/mint-components/p-1b485560.system.entry.js +0 -1
  287. package/dist/mint-components/p-217ad395.entry.js +0 -1
  288. package/dist/mint-components/p-2434470e.system.entry.js +0 -1
  289. package/dist/mint-components/p-2dd67762.entry.js +0 -1
  290. package/dist/mint-components/p-51f517a2.js +0 -1
  291. package/dist/mint-components/p-55a782cf.system.entry.js +0 -1
  292. package/dist/mint-components/p-5be235f9.entry.js +0 -1
  293. package/dist/mint-components/p-5c55dc92.system.entry.js +0 -1
  294. package/dist/mint-components/p-5d485450.entry.js +0 -1
  295. package/dist/mint-components/p-5db9aa17.system.entry.js +0 -1
  296. package/dist/mint-components/p-61eab172.js +0 -1
  297. package/dist/mint-components/p-711ba77e.system.entry.js +0 -1
  298. package/dist/mint-components/p-733825fa.system.entry.js +0 -1
  299. package/dist/mint-components/p-770368bc.system.js +0 -1
  300. package/dist/mint-components/p-79191f88.entry.js +0 -1
  301. package/dist/mint-components/p-8b5b78ca.entry.js +0 -1
  302. package/dist/mint-components/p-91669312.entry.js +0 -1
  303. package/dist/mint-components/p-956ed10a.entry.js +0 -13
  304. package/dist/mint-components/p-97198e2c.system.js +0 -1
  305. package/dist/mint-components/p-973f6501.system.entry.js +0 -1
  306. package/dist/mint-components/p-9c310991.system.entry.js +0 -1
  307. package/dist/mint-components/p-a61e6394.system.entry.js +0 -1
  308. package/dist/mint-components/p-a6a7dcaa.js +0 -1
  309. package/dist/mint-components/p-a8f7cb95.js +0 -1
  310. package/dist/mint-components/p-aad11a68.entry.js +0 -1
  311. package/dist/mint-components/p-af062c8f.system.entry.js +0 -1
  312. package/dist/mint-components/p-b370fca8.system.js +0 -1
  313. package/dist/mint-components/p-b3b5b4b7.system.entry.js +0 -1
  314. package/dist/mint-components/p-b5861974.system.entry.js +0 -1
  315. package/dist/mint-components/p-b8dbb809.system.entry.js +0 -1
  316. package/dist/mint-components/p-be38de26.system.js +0 -1
  317. package/dist/mint-components/p-c84659a3.system.js +0 -1
  318. package/dist/mint-components/p-c8878e79.entry.js +0 -1
  319. package/dist/mint-components/p-dab544d9.entry.js +0 -1
  320. package/dist/mint-components/p-db6fbcf4.entry.js +0 -1
  321. package/dist/mint-components/p-dc63e429.system.entry.js +0 -1
  322. package/dist/mint-components/p-e5a0c50e.entry.js +0 -13
  323. package/dist/mint-components/p-eba44835.system.entry.js +0 -1
  324. package/dist/mint-components/p-f8f6c99d.system.entry.js +0 -1
  325. package/dist/types/components/sqm-cash-payouts/sqm-cash-payouts.d.ts +0 -8
  326. package/dist/types/components/sqm-cash-payouts/sqm-widget-verification/sqm-widget-verification.d.ts +0 -9
  327. package/dist/types/components/sqm-cash-payouts/sqm-widget-verification/useWidgetVerification.d.ts +0 -9
@@ -1 +1 @@
1
- var __awaiter=this&&this.__awaiter||function(e,t,n,i){function r(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{u(i.next(e))}catch(e){a(e)}}function s(e){try{u(i["throw"](e))}catch(e){a(e)}}function u(e){e.done?n(e.value):r(e.value).then(o,s)}u((i=i.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},i,r,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(o){if(i)throw new TypeError("Generator is already executing.");while(n)try{if(i=1,r&&(a=o[0]&2?r["return"]:o[0]?r["throw"]||((a=r["return"])&&a.call(r),0):r.next)&&!(a=a.call(r,o[1])).done)return a;if(r=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;r=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];r=0}finally{i=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-2a414b2e.system.js","./p-b370fca8.system.js","./p-4bd679a7.system.js","./p-f6934a55.system.js","./p-1a673057.system.js","./p-6333265f.system.js","./p-4f775e84.system.js","./p-3ed71bef.system.js"],(function(e){"use strict";var t,n,i,r,a,o,s,u,l,c,f,d,v,y;return{setters:[function(e){t=e.r;n=e.h},function(e){i=e.k;r=e.f;a=e.n},function(e){o=e.Q;s=e.j;u=e.$;l=e.b;c=e.i},function(e){f=e.c},function(){},function(){},function(e){d=e.s;v=e.g},function(){},function(e){y=e.P}],execute:function(){var h=null;function g(e){var t=this;var n=e.nextPage,a=e.failedPage,c=e.verifySuccessText,f=e.verifyEmailText,v=e.verifyInvalidText,y=e.networkErrorMessage,g=e.continueText;var p,m,x,b,T,w,_,k,P,E;var S=i(false),j=S[0],I=S[1];var C=i(false),M=C[0],N=C[1];var V=o();var q=s(),A=q[0],D=q[1],G=D.loading,L=D.data,Q=D.errors;var R=new URLSearchParams(u.location.search);var U=R.get("oobCode");var Y=R.get("email");var $=R.get("nextPage");var z=L===undefined&&Q===undefined&&!!U;var B=!!(((p=V===null||V===void 0?void 0:V.managedIdentity)===null||p===void 0?void 0:p.emailVerified)||((m=L===null||L===void 0?void 0:L.verifyManagedIdentityEmail)===null||m===void 0?void 0:m.success)||M);var F=((x=V===null||V===void 0?void 0:V.managedIdentity)===null||x===void 0?void 0:x.email)===Y;var H=function(){return u.push({pathname:a,search:R.toString()&&"?"+R.toString()})};var J=function(){R.delete("nextPage");var e=d($||n);u.push(e.href)};var K=function(){setTimeout((function(){l(undefined);J()}),3e3)};var O=function(){setTimeout(J,3e3)};r((function(){var e=function(){return __awaiter(t,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:if(!h)h=A({oobCode:U});return[4,h];case 1:e=t.sent();if(!(e instanceof Error)&&e.verifyManagedIdentityEmail.success){N(true)}I(true);return[2]}}))}))};e()}),[]);r((function(){if(!j)return;if(B&&F)O();else K()}),[j,B]);return{states:{loading:G||!j,disableContinue:z,error:((_=(w=(T=(b=Q===null||Q===void 0?void 0:Q.response)===null||b===void 0?void 0:b.errors)===null||T===void 0?void 0:T[0])===null||w===void 0?void 0:w.extensions)===null||_===void 0?void 0:_.message)||((E=(P=(k=Q===null||Q===void 0?void 0:Q.response)===null||k===void 0?void 0:k.errors)===null||P===void 0?void 0:P[0])===null||E===void 0?void 0:E.message)||((Q===null||Q===void 0?void 0:Q.message)||!F)&&y,success:j&&(B||F),verified:B},data:{oobCode:U},callbacks:{failed:H,gotoNextPage:J},content:{verifySuccessText:c,verifyEmailText:f,verifyInvalidText:v,continueText:g}}}var p=e("sqm_portal_verify_email",function(){function e(e){t(this,e);this.ignored=true;this.nextPage="/";this.failedPage="/";this.verifyEmailText="Verify your email";this.verifySuccessText="Your email has been verified and you are being redirected. If you are not redirected, please click Continue.";this.verifyInvalidText="The email verification code is invalid or has expired, please try again.";this.continueText="Continue";this.networkErrorMessage="An error occurred while verifying your email. Please refresh the page and try again.";a(this)}e.prototype.disconnectedCallback=function(){};e.prototype.render=function(){var e=c()?m(v(this)):g(v(this)),t=e.states,i=e.data,r=e.callbacks,a=e.content;return n(y,{states:t,data:i,callbacks:r,content:a})};return e}());function m(e){return f({states:{error:"",loading:false,verified:true},data:{oobCode:"code"},callbacks:{failed:function(){console.log("failed")},gotoNextPage:function(){}},content:{verifySuccessText:e.verifySuccessText,verifyEmailText:e.verifyEmailText,verifyInvalidText:e.verifyInvalidText,continueText:e.continueText}},e.demoData||{},{arrayMerge:function(e,t){return t}})}}}}));
1
+ var __awaiter=this&&this.__awaiter||function(e,t,n,i){function r(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{u(i.next(e))}catch(e){a(e)}}function s(e){try{u(i["throw"](e))}catch(e){a(e)}}function u(e){e.done?n(e.value):r(e.value).then(o,s)}u((i=i.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},i,r,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(o){if(i)throw new TypeError("Generator is already executing.");while(n)try{if(i=1,r&&(a=o[0]&2?r["return"]:o[0]?r["throw"]||((a=r["return"])&&a.call(r),0):r.next)&&!(a=a.call(r,o[1])).done)return a;if(r=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;r=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];r=0}finally{i=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-0979f82e.system.js","./p-5f4cf5f4.system.js","./p-4bd679a7.system.js","./p-f6934a55.system.js","./p-1a673057.system.js","./p-6333265f.system.js","./p-4f775e84.system.js","./p-3ed71bef.system.js"],(function(e){"use strict";var t,n,i,r,a,o,s,u,l,c,f,d,v,y;return{setters:[function(e){t=e.r;n=e.h},function(e){i=e.f;r=e.d;a=e.j},function(e){o=e.K;s=e.l;u=e.x;l=e.s;c=e.i},function(e){f=e.c},function(){},function(){},function(e){d=e.s;v=e.g},function(){},function(e){y=e.P}],execute:function(){var h=null;function g(e){var t=this;var n=e.nextPage,a=e.failedPage,c=e.verifySuccessText,f=e.verifyEmailText,v=e.verifyInvalidText,y=e.networkErrorMessage,g=e.continueText;var p,m,x,b,T,w,_,k,P,E;var S=i(false),j=S[0],I=S[1];var C=i(false),M=C[0],N=C[1];var V=o();var q=s(),A=q[0],D=q[1],G=D.loading,K=D.data,L=D.errors;var R=new URLSearchParams(u.location.search);var U=R.get("oobCode");var Y=R.get("email");var z=R.get("nextPage");var B=K===undefined&&L===undefined&&!!U;var F=!!(((p=V===null||V===void 0?void 0:V.managedIdentity)===null||p===void 0?void 0:p.emailVerified)||((m=K===null||K===void 0?void 0:K.verifyManagedIdentityEmail)===null||m===void 0?void 0:m.success)||M);var H=((x=V===null||V===void 0?void 0:V.managedIdentity)===null||x===void 0?void 0:x.email)===Y;var J=function(){return u.push({pathname:a,search:R.toString()&&"?"+R.toString()})};var O=function(){R.delete("nextPage");var e=d(z||n);u.push(e.href)};var Q=function(){setTimeout((function(){l(undefined);O()}),3e3)};var W=function(){setTimeout(O,3e3)};r((function(){var e=function(){return __awaiter(t,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:if(!h)h=A({oobCode:U});return[4,h];case 1:e=t.sent();if(!(e instanceof Error)&&e.verifyManagedIdentityEmail.success){N(true)}I(true);return[2]}}))}))};e()}),[]);r((function(){if(!j)return;if(F&&H)W();else Q()}),[j,F]);return{states:{loading:G||!j,disableContinue:B,error:((_=(w=(T=(b=L===null||L===void 0?void 0:L.response)===null||b===void 0?void 0:b.errors)===null||T===void 0?void 0:T[0])===null||w===void 0?void 0:w.extensions)===null||_===void 0?void 0:_.message)||((E=(P=(k=L===null||L===void 0?void 0:L.response)===null||k===void 0?void 0:k.errors)===null||P===void 0?void 0:P[0])===null||E===void 0?void 0:E.message)||((L===null||L===void 0?void 0:L.message)||!H)&&y,success:j&&(F||H),verified:F},data:{oobCode:U},callbacks:{failed:J,gotoNextPage:O},content:{verifySuccessText:c,verifyEmailText:f,verifyInvalidText:v,continueText:g}}}var p=e("sqm_portal_verify_email",function(){function e(e){t(this,e);this.ignored=true;this.nextPage="/";this.failedPage="/";this.verifyEmailText="Verify your email";this.verifySuccessText="Your email has been verified and you are being redirected. If you are not redirected, please click Continue.";this.verifyInvalidText="The email verification code is invalid or has expired, please try again.";this.continueText="Continue";this.networkErrorMessage="An error occurred while verifying your email. Please refresh the page and try again.";a(this)}e.prototype.disconnectedCallback=function(){};e.prototype.render=function(){var e=c()?m(v(this)):g(v(this)),t=e.states,i=e.data,r=e.callbacks,a=e.content;return n(y,{states:t,data:i,callbacks:r,content:a})};return e}());function m(e){return f({states:{error:"",loading:false,verified:true},data:{oobCode:"code"},callbacks:{failed:function(){console.log("failed")},gotoNextPage:function(){}},content:{verifySuccessText:e.verifySuccessText,verifyEmailText:e.verifyEmailText,verifyInvalidText:e.verifyInvalidText,continueText:e.continueText}},e.demoData||{},{arrayMerge:function(e,t){return t}})}}}}));
@@ -1 +1 @@
1
- import{r as e,h as i}from"./p-64c3217a.js";import{k as o,f as a,n as t}from"./p-fd2c5407.js";import{Q as r,j as s,$ as n,b as l,i as d}from"./p-a8f7cb95.js";import{c}from"./p-c1086930.js";import"./p-02be1a88.js";import"./p-cef45012.js";import{s as v,g as u}from"./p-9ec99ced.js";import"./p-5d0c9424.js";import{P as f}from"./p-c8610d0c.js";let m=null;const p=class{constructor(i){e(this,i),this.ignored=!0,this.nextPage="/",this.failedPage="/",this.verifyEmailText="Verify your email",this.verifySuccessText="Your email has been verified and you are being redirected. If you are not redirected, please click Continue.",this.verifyInvalidText="The email verification code is invalid or has expired, please try again.",this.continueText="Continue",this.networkErrorMessage="An error occurred while verifying your email. Please refresh the page and try again.",t(this)}disconnectedCallback(){}render(){const{states:e,data:t,callbacks:p,content:h}=d()?(y=u(this),c({states:{error:"",loading:!1,verified:!0},data:{oobCode:"code"},callbacks:{failed:()=>{console.log("failed")},gotoNextPage:()=>{}},content:{verifySuccessText:y.verifySuccessText,verifyEmailText:y.verifyEmailText,verifyInvalidText:y.verifyInvalidText,continueText:y.continueText}},y.demoData||{},{arrayMerge:(e,i)=>i})):function({nextPage:e,failedPage:i,verifySuccessText:t,verifyEmailText:d,verifyInvalidText:c,networkErrorMessage:u,continueText:f}){var p,h,y,g,x,b,T,j,P,k;const[C,E]=o(!1),[w,I]=o(!1),S=r(),[_,{loading:M,data:N,errors:q}]=s(),A=new URLSearchParams(n.location.search),L=A.get("oobCode"),R=A.get("email"),U=A.get("nextPage"),V=void 0===N&&void 0===q&&!!L,Y=!!((null===(p=null==S?void 0:S.managedIdentity)||void 0===p?void 0:p.emailVerified)||(null===(h=null==N?void 0:N.verifyManagedIdentityEmail)||void 0===h?void 0:h.success)||w),$=(null===(y=null==S?void 0:S.managedIdentity)||void 0===y?void 0:y.email)===R,z=()=>{A.delete("nextPage");const i=v(U||e);n.push(i.href)};return a((()=>{(async()=>{m||(m=_({oobCode:L}));const e=await m;e instanceof Error||!e.verifyManagedIdentityEmail.success||I(!0),E(!0)})()}),[]),a((()=>{C&&(Y&&$?setTimeout(z,3e3):setTimeout((()=>{l(void 0),z()}),3e3))}),[C,Y]),{states:{loading:M||!C,disableContinue:V,error:(null===(T=null===(b=null===(x=null===(g=null==q?void 0:q.response)||void 0===g?void 0:g.errors)||void 0===x?void 0:x[0])||void 0===b?void 0:b.extensions)||void 0===T?void 0:T.message)||(null===(k=null===(P=null===(j=null==q?void 0:q.response)||void 0===j?void 0:j.errors)||void 0===P?void 0:P[0])||void 0===k?void 0:k.message)||((null==q?void 0:q.message)||!$)&&u,success:C&&(Y||$),verified:Y},data:{oobCode:L},callbacks:{failed:()=>n.push({pathname:i,search:A.toString()&&"?"+A.toString()}),gotoNextPage:z},content:{verifySuccessText:t,verifyEmailText:d,verifyInvalidText:c,continueText:f}}}(u(this));var y;return i(f,{states:e,data:t,callbacks:p,content:h})}};export{p as sqm_portal_verify_email}
1
+ import{r as e,h as i}from"./p-64c3217a.js";import{f as o,d as a,j as t}from"./p-1b24bb52.js";import{K as r,l as s,x as n,s as l,i as d}from"./p-55ba5de4.js";import{c}from"./p-c1086930.js";import"./p-02be1a88.js";import"./p-cef45012.js";import{s as v,g as u}from"./p-9ec99ced.js";import"./p-5d0c9424.js";import{P as f}from"./p-c8610d0c.js";let m=null;const p=class{constructor(i){e(this,i),this.ignored=!0,this.nextPage="/",this.failedPage="/",this.verifyEmailText="Verify your email",this.verifySuccessText="Your email has been verified and you are being redirected. If you are not redirected, please click Continue.",this.verifyInvalidText="The email verification code is invalid or has expired, please try again.",this.continueText="Continue",this.networkErrorMessage="An error occurred while verifying your email. Please refresh the page and try again.",t(this)}disconnectedCallback(){}render(){const{states:e,data:t,callbacks:p,content:h}=d()?(x=u(this),c({states:{error:"",loading:!1,verified:!0},data:{oobCode:"code"},callbacks:{failed:()=>{console.log("failed")},gotoNextPage:()=>{}},content:{verifySuccessText:x.verifySuccessText,verifyEmailText:x.verifyEmailText,verifyInvalidText:x.verifyInvalidText,continueText:x.continueText}},x.demoData||{},{arrayMerge:(e,i)=>i})):function({nextPage:e,failedPage:i,verifySuccessText:t,verifyEmailText:d,verifyInvalidText:c,networkErrorMessage:u,continueText:f}){var p,h,x,y,g,b,T,j,P,C;const[k,E]=o(!1),[w,I]=o(!1),S=r(),[_,{loading:M,data:N,errors:q}]=s(),A=new URLSearchParams(n.location.search),L=A.get("oobCode"),R=A.get("email"),U=A.get("nextPage"),V=void 0===N&&void 0===q&&!!L,Y=!!((null===(p=null==S?void 0:S.managedIdentity)||void 0===p?void 0:p.emailVerified)||(null===(h=null==N?void 0:N.verifyManagedIdentityEmail)||void 0===h?void 0:h.success)||w),z=(null===(x=null==S?void 0:S.managedIdentity)||void 0===x?void 0:x.email)===R,B=()=>{A.delete("nextPage");const i=v(U||e);n.push(i.href)};return a((()=>{(async()=>{m||(m=_({oobCode:L}));const e=await m;e instanceof Error||!e.verifyManagedIdentityEmail.success||I(!0),E(!0)})()}),[]),a((()=>{k&&(Y&&z?setTimeout(B,3e3):setTimeout((()=>{l(void 0),B()}),3e3))}),[k,Y]),{states:{loading:M||!k,disableContinue:V,error:(null===(T=null===(b=null===(g=null===(y=null==q?void 0:q.response)||void 0===y?void 0:y.errors)||void 0===g?void 0:g[0])||void 0===b?void 0:b.extensions)||void 0===T?void 0:T.message)||(null===(C=null===(P=null===(j=null==q?void 0:q.response)||void 0===j?void 0:j.errors)||void 0===P?void 0:P[0])||void 0===C?void 0:C.message)||((null==q?void 0:q.message)||!z)&&u,success:k&&(Y||z),verified:Y},data:{oobCode:L},callbacks:{failed:()=>n.push({pathname:i,search:A.toString()&&"?"+A.toString()}),gotoNextPage:B},content:{verifySuccessText:t,verifyEmailText:d,verifyInvalidText:c,continueText:f}}}(u(this));var x;return i(f,{states:e,data:t,callbacks:p,content:h})}};export{p as sqm_portal_verify_email}
@@ -1 +1 @@
1
- var __awaiter=this&&this.__awaiter||function(e,t,r,s){function o(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,a){function n(e){try{c(s.next(e))}catch(e){a(e)}}function i(e){try{c(s["throw"](e))}catch(e){a(e)}}function c(e){e.done?r(e.value):o(e.value).then(n,i)}c((s=s.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},s,o,a,n;return n={next:i(0),throw:i(1),return:i(2)},typeof Symbol==="function"&&(n[Symbol.iterator]=function(){return this}),n;function i(e){return function(t){return c([e,t])}}function c(n){if(s)throw new TypeError("Generator is already executing.");while(r)try{if(s=1,o&&(a=n[0]&2?o["return"]:n[0]?o["throw"]||((a=o["return"])&&a.call(o),0):o.next)&&!(a=a.call(o,n[1])).done)return a;if(o=0,a)n=[n[0]&2,a.value];switch(n[0]){case 0:case 1:a=n;break;case 4:r.label++;return{value:n[1],done:false};case 5:r.label++;o=n[1];n=[0];continue;case 7:n=r.ops.pop();r.trys.pop();continue;default:if(!(a=r.trys,a=a.length>0&&a[a.length-1])&&(n[0]===6||n[0]===2)){r=0;continue}if(n[0]===3&&(!a||n[1]>a[0]&&n[1]<a[3])){r.label=n[1];break}if(n[0]===6&&r.label<a[1]){r.label=a[1];a=n;break}if(a&&r.label<a[2]){r.label=a[2];r.ops.push(n);break}if(a[2])r.ops.pop();r.trys.pop();continue}n=t.call(e,r)}catch(e){n=[6,e];o=0}finally{s=a=0}if(n[0]&5)throw n[1];return{value:n[0]?n[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-2a414b2e.system.js","./p-b370fca8.system.js","./p-b2295bc5.system.js","./p-4bd679a7.system.js","./p-f6934a55.system.js","./p-1a673057.system.js","./p-6333265f.system.js","./p-4f775e84.system.js","./p-4e48267b.system.js"],(function(e){"use strict";var t,r,s,o,a,n,i,c,d,u,l,f,w;return{setters:[function(e){t=e.r;r=e.h},function(e){s=e.k;o=e.f;a=e.n},function(e){n=e.h;i=e.T;c=e.$;d=e.i},function(e){u=e.j},function(e){l=e.c},function(){},function(){},function(e){f=e.s},function(){},function(e){w=e.P}],execute:function(){function h(e){var t=this;var r,a,d,l,w,h,p,m,x,v;var T=s(false),b=T[0],g=T[1];var P=s(""),y=P[0],E=P[1];var _=n(),R=_[0],M=_[1];var k=i(),q=k[0],C=k[1];var j=new URLSearchParams(c.location.search);var L=j.get("oobCode");j.delete("oobCode");var S=j.get("nextPage");var B=function(){return __awaiter(t,void 0,void 0,(function(){var t;return __generator(this,(function(r){switch(r.label){case 0:return[4,R({oobCode:L})];case 1:t=r.sent();if(t instanceof Error){E(e.networkErrorMessage)}return[2]}}))}))};o((function(){B()}),[]);var F=function(r){return __awaiter(t,void 0,void 0,(function(){var t,s,o;return __generator(this,(function(a){switch(a.label){case 0:E("");t=r.detail.formData;t===null||t===void 0?void 0:t.forEach((function(e,r){u.set(t,r,e)}));s={oobCode:L,password:t.password};if(t.password!==t.confirmPassword){E(e.passwordMismatchText);return[2]}return[4,q(s)];case 1:o=a.sent();if(o instanceof Error){return[2,E(e.networkErrorMessage)]}if(o.resetManagedIdentityPassword){g(true);setTimeout((function(){H()}),5e3)}return[2]}}))}))};var H=function(){j.delete("nextPage");var t=f(S||e.nextPage);c.push(t.href)};var I=function(){c.push({pathname:e.failedPage,search:j.toString()&&"?"+j.toString()})};return{states:{loading:C.loading,reset:b,confirmPassword:e.confirmPassword,error:((w=(l=(d=(a=(r=C.errors)===null||r===void 0?void 0:r.response)===null||a===void 0?void 0:a.errors)===null||d===void 0?void 0:d[0])===null||l===void 0?void 0:l.extensions)===null||w===void 0?void 0:w.message)||((x=(m=(p=(h=C.errors)===null||h===void 0?void 0:h.response)===null||p===void 0?void 0:p.errors)===null||m===void 0?void 0:m[0])===null||x===void 0?void 0:x.message)||y,oobCodeValidating:M.loading,oobCodeValid:(v=M.data)===null||v===void 0?void 0:v.verifyManagedIdentityPasswordResetCode.success,content:{passwordResetHeader:e.passwordResetHeader,resetPasswordHeader:e.resetPasswordHeader,continueButtonText:e.continueButtonText,resetPasswordButtonText:e.resetPasswordButtonText,confirmPasswordFieldLabel:e.confirmPasswordFieldLabel,passwordFieldLabel:e.passwordFieldLabel,meetsRequirementsText:e.meetsRequirementsText,doesNotMeetRequirementsText:e.doesNotMeetRequirementsText,minErrorText:e.minErrorText,uppercaseErrorText:e.uppercaseErrorText,lowercaseErrorText:e.lowercaseErrorText,hasErrorText:e.hasErrorText,passwordMismatchText:e.passwordMismatchText,codeInvalidText:e.codeInvalidText,resetSuccessText:e.resetSuccessText}},callbacks:{submit:F,failed:I,gotoNextPage:H}}}var p=e("sqm_portal_reset_password",function(){function e(e){t(this,e);this.ignored=true;this.nextPage="/";this.failedPage="/";this.confirmPassword=false;this.resetPasswordHeader="Reset your password";this.passwordResetHeader="Password reset";this.resetPasswordButtonText="Reset Password";this.continueButtonText="Continue";this.confirmPasswordFieldLabel="Confirm Password";this.passwordFieldLabel="New Password";this.meetsRequirementsText="Password has met all requirements";this.doesNotMeetRequirementsText="Password must meet the following requirements:";this.minErrorText="be a minimum of 8 characters";this.uppercaseErrorText="contain at least 1 uppercase character";this.lowercaseErrorText="contain at least 1 lowercase character";this.hasErrorText="contain at least 1 number or symbol";this.passwordMismatchText="Passwords do not match.";this.codeInvalidText="The password reset code is invalid or has expired, please try again.";this.resetSuccessText="Your password has been reset and you are being redirected. If you are not redirected, please click Continue.";this.networkErrorMessage="An error occurred while resetting your password. Please refresh the page and try again.";a(this)}e.prototype.disconnectedCallback=function(){};e.prototype.render=function(){var e=d()?m(this):h(this),t=e.states,s=e.callbacks;return r(w,{states:t,callbacks:s})};return e}());function m(e){var t=this;return l({states:{error:"",loading:false,reset:false,confirmPassword:e.confirmPassword,oobCodeValidating:false,oobCodeValid:true,content:{passwordResetHeader:e.passwordResetHeader,resetPasswordHeader:e.resetPasswordHeader,continueButtonText:e.continueButtonText,resetPasswordButtonText:e.resetPasswordButtonText,confirmPasswordFieldLabel:e.confirmPasswordFieldLabel,passwordFieldLabel:e.passwordFieldLabel,meetsRequirementsText:e.meetsRequirementsText,doesNotMeetRequirementsText:e.doesNotMeetRequirementsText,minErrorText:e.minErrorText,uppercaseErrorText:e.uppercaseErrorText,lowercaseErrorText:e.lowercaseErrorText,hasErrorText:e.hasErrorText,passwordMismatchText:e.passwordMismatchText,codeInvalidText:e.codeInvalidText,resetSuccessText:e.resetSuccessText}},callbacks:{submit:function(e){return __awaiter(t,void 0,void 0,(function(){return __generator(this,(function(e){console.log("submit");return[2]}))}))},failed:function(){},gotoNextPage:function(){}}},e.demoData||{},{arrayMerge:function(e,t){return t}})}}}}));
1
+ var __awaiter=this&&this.__awaiter||function(e,t,r,s){function o(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,n){function a(e){try{d(s.next(e))}catch(e){n(e)}}function i(e){try{d(s["throw"](e))}catch(e){n(e)}}function d(e){e.done?r(e.value):o(e.value).then(a,i)}d((s=s.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var r={label:0,sent:function(){if(n[0]&1)throw n[1];return n[1]},trys:[],ops:[]},s,o,n,a;return a={next:i(0),throw:i(1),return:i(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function i(e){return function(t){return d([e,t])}}function d(a){if(s)throw new TypeError("Generator is already executing.");while(r)try{if(s=1,o&&(n=a[0]&2?o["return"]:a[0]?o["throw"]||((n=o["return"])&&n.call(o),0):o.next)&&!(n=n.call(o,a[1])).done)return n;if(o=0,n)a=[a[0]&2,n.value];switch(a[0]){case 0:case 1:n=a;break;case 4:r.label++;return{value:a[1],done:false};case 5:r.label++;o=a[1];a=[0];continue;case 7:a=r.ops.pop();r.trys.pop();continue;default:if(!(n=r.trys,n=n.length>0&&n[n.length-1])&&(a[0]===6||a[0]===2)){r=0;continue}if(a[0]===3&&(!n||a[1]>n[0]&&a[1]<n[3])){r.label=a[1];break}if(a[0]===6&&r.label<n[1]){r.label=n[1];n=a;break}if(n&&r.label<n[2]){r.label=n[2];r.ops.push(a);break}if(n[2])r.ops.pop();r.trys.pop();continue}a=t.call(e,r)}catch(e){a=[6,e];o=0}finally{s=n=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-0979f82e.system.js","./p-5f4cf5f4.system.js","./p-4bd679a7.system.js","./p-f6934a55.system.js","./p-1a673057.system.js","./p-6333265f.system.js","./p-4f775e84.system.js","./p-b2295bc5.system.js","./p-4e48267b.system.js"],(function(e){"use strict";var t,r,s,o,n,a,i,d,c,u,l,f,w;return{setters:[function(e){t=e.r;r=e.h},function(e){s=e.f;o=e.d;n=e.j},function(e){a=e.X;i=e.d;d=e.x;c=e.i},function(e){u=e.c},function(){},function(){},function(e){l=e.s},function(){},function(e){f=e.j},function(e){w=e.P}],execute:function(){function h(e){var t=this;var r,n,c,u,w,h,p,m,x,v;var T=s(false),b=T[0],g=T[1];var P=s(""),y=P[0],E=P[1];var _=a(),R=_[0],M=_[1];var k=i(),q=k[0],C=k[1];var j=new URLSearchParams(d.location.search);var L=j.get("oobCode");j.delete("oobCode");var S=j.get("nextPage");var B=function(){return __awaiter(t,void 0,void 0,(function(){var t;return __generator(this,(function(r){switch(r.label){case 0:return[4,R({oobCode:L})];case 1:t=r.sent();if(t instanceof Error){E(e.networkErrorMessage)}return[2]}}))}))};o((function(){B()}),[]);var F=function(r){return __awaiter(t,void 0,void 0,(function(){var t,s,o;return __generator(this,(function(n){switch(n.label){case 0:E("");t=r.detail.formData;t===null||t===void 0?void 0:t.forEach((function(e,r){f.set(t,r,e)}));s={oobCode:L,password:t.password};if(t.password!==t.confirmPassword){E(e.passwordMismatchText);return[2]}return[4,q(s)];case 1:o=n.sent();if(o instanceof Error){return[2,E(e.networkErrorMessage)]}if(o.resetManagedIdentityPassword){g(true);setTimeout((function(){H()}),5e3)}return[2]}}))}))};var H=function(){j.delete("nextPage");var t=l(S||e.nextPage);d.push(t.href)};var I=function(){d.push({pathname:e.failedPage,search:j.toString()&&"?"+j.toString()})};return{states:{loading:C.loading,reset:b,confirmPassword:e.confirmPassword,error:((w=(u=(c=(n=(r=C.errors)===null||r===void 0?void 0:r.response)===null||n===void 0?void 0:n.errors)===null||c===void 0?void 0:c[0])===null||u===void 0?void 0:u.extensions)===null||w===void 0?void 0:w.message)||((x=(m=(p=(h=C.errors)===null||h===void 0?void 0:h.response)===null||p===void 0?void 0:p.errors)===null||m===void 0?void 0:m[0])===null||x===void 0?void 0:x.message)||y,oobCodeValidating:M.loading,oobCodeValid:(v=M.data)===null||v===void 0?void 0:v.verifyManagedIdentityPasswordResetCode.success,content:{passwordResetHeader:e.passwordResetHeader,resetPasswordHeader:e.resetPasswordHeader,continueButtonText:e.continueButtonText,resetPasswordButtonText:e.resetPasswordButtonText,confirmPasswordFieldLabel:e.confirmPasswordFieldLabel,passwordFieldLabel:e.passwordFieldLabel,meetsRequirementsText:e.meetsRequirementsText,doesNotMeetRequirementsText:e.doesNotMeetRequirementsText,minErrorText:e.minErrorText,uppercaseErrorText:e.uppercaseErrorText,lowercaseErrorText:e.lowercaseErrorText,hasErrorText:e.hasErrorText,passwordMismatchText:e.passwordMismatchText,codeInvalidText:e.codeInvalidText,resetSuccessText:e.resetSuccessText}},callbacks:{submit:F,failed:I,gotoNextPage:H}}}var p=e("sqm_portal_reset_password",function(){function e(e){t(this,e);this.ignored=true;this.nextPage="/";this.failedPage="/";this.confirmPassword=false;this.resetPasswordHeader="Reset your password";this.passwordResetHeader="Password reset";this.resetPasswordButtonText="Reset Password";this.continueButtonText="Continue";this.confirmPasswordFieldLabel="Confirm Password";this.passwordFieldLabel="New Password";this.meetsRequirementsText="Password has met all requirements";this.doesNotMeetRequirementsText="Password must meet the following requirements:";this.minErrorText="be a minimum of 8 characters";this.uppercaseErrorText="contain at least 1 uppercase character";this.lowercaseErrorText="contain at least 1 lowercase character";this.hasErrorText="contain at least 1 number or symbol";this.passwordMismatchText="Passwords do not match.";this.codeInvalidText="The password reset code is invalid or has expired, please try again.";this.resetSuccessText="Your password has been reset and you are being redirected. If you are not redirected, please click Continue.";this.networkErrorMessage="An error occurred while resetting your password. Please refresh the page and try again.";n(this)}e.prototype.disconnectedCallback=function(){};e.prototype.render=function(){var e=c()?m(this):h(this),t=e.states,s=e.callbacks;return r(w,{states:t,callbacks:s})};return e}());function m(e){var t=this;return u({states:{error:"",loading:false,reset:false,confirmPassword:e.confirmPassword,oobCodeValidating:false,oobCodeValid:true,content:{passwordResetHeader:e.passwordResetHeader,resetPasswordHeader:e.resetPasswordHeader,continueButtonText:e.continueButtonText,resetPasswordButtonText:e.resetPasswordButtonText,confirmPasswordFieldLabel:e.confirmPasswordFieldLabel,passwordFieldLabel:e.passwordFieldLabel,meetsRequirementsText:e.meetsRequirementsText,doesNotMeetRequirementsText:e.doesNotMeetRequirementsText,minErrorText:e.minErrorText,uppercaseErrorText:e.uppercaseErrorText,lowercaseErrorText:e.lowercaseErrorText,hasErrorText:e.hasErrorText,passwordMismatchText:e.passwordMismatchText,codeInvalidText:e.codeInvalidText,resetSuccessText:e.resetSuccessText}},callbacks:{submit:function(e){return __awaiter(t,void 0,void 0,(function(){return __generator(this,(function(e){console.log("submit");return[2]}))}))},failed:function(){},gotoNextPage:function(){}}},e.demoData||{},{arrayMerge:function(e,t){return t}})}}}}));