@saasquatch/mint-components 1.15.0-62 → 1.15.0-63

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 (235) hide show
  1. package/dist/cjs/{IndirectTaxDetailsView-d7d3a220.js → IndirectTaxDetailsView-79703291.js} +2 -2
  2. package/dist/cjs/{ShadowViewAddon-dbc78438.js → ShadowViewAddon-e0aa9b07.js} +2 -2
  3. package/dist/cjs/{global-a3a85ff0.js → global-38031ab9.js} +61 -54
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/mint-components.cjs.js +2 -2
  6. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +139 -282
  7. package/dist/cjs/sqm-big-stat_42.cjs.entry.js +27 -57
  8. package/dist/cjs/sqm-code-verification.cjs.entry.js +14 -4
  9. package/dist/cjs/sqm-context-router.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-email-verification.cjs.entry.js +10 -13
  11. package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -2
  12. package/dist/cjs/sqm-form-message.cjs.entry.js +5 -5
  13. package/dist/cjs/sqm-invoice-table-data-cell_5.cjs.entry.js +1 -1
  14. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
  15. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +1 -1
  16. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +1 -1
  17. package/dist/cjs/sqm-pagination_3.cjs.entry.js +2 -2
  18. package/dist/cjs/sqm-password-field.cjs.entry.js +1 -1
  19. package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
  20. package/dist/cjs/{sqm-portal-email-verification-view-aec35ba2.js → sqm-portal-email-verification-view-f1671646.js} +1 -1
  21. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  22. package/dist/cjs/sqm-portal-google-login.cjs.entry.js +2 -2
  23. package/dist/cjs/{sqm-portal-profile-view-cff9bfc7.js → sqm-portal-profile-view-5aabad8c.js} +1 -1
  24. package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -3
  25. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
  26. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
  27. package/dist/cjs/{sqm-qr-code-view-af9f6df7.js → sqm-qr-code-view-0c3b2f48.js} +7 -2
  28. package/dist/cjs/sqm-qr-code.cjs.entry.js +2 -3
  29. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +2 -2
  30. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +2 -2
  31. package/dist/cjs/sqm-stencilbook.cjs.entry.js +20 -28
  32. package/dist/cjs/sqm-tabs.cjs.entry.js +1 -1
  33. package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +4 -5
  34. package/dist/cjs/sqm-widget-verification.cjs.entry.js +1 -1
  35. package/dist/cjs/{usePortalLogin-1c022d8d.js → usePortalLogin-6aa864ef.js} +1 -1
  36. package/dist/cjs/{utils-940abb91.js → utils-62fd5f09.js} +1 -1
  37. package/dist/cjs/{utils-6847bc06.js → utils-7cbd60cc.js} +5 -0
  38. package/dist/collection/components/sqm-form-message/FormMessage.stories.js +8 -16
  39. package/dist/collection/components/sqm-form-message/sqm-form-message.css +50 -11
  40. package/dist/collection/components/sqm-form-message/sqm-form-message.js +4 -4
  41. package/dist/collection/components/sqm-stencilbook/Themes.js +1 -1
  42. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +12 -2
  43. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +8 -11
  44. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +3 -2
  45. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +4 -33
  46. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +19 -47
  47. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +13 -64
  48. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +0 -6
  49. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +18 -48
  50. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/ErrorView.js +3 -27
  51. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +3 -2
  52. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +86 -82
  53. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +12 -44
  54. package/dist/collection/global/styles.js +61 -54
  55. package/dist/collection/global/styles.ts +9 -2
  56. package/dist/collection/utils/utils.js +4 -0
  57. package/dist/esm/{IndirectTaxDetailsView-0ae0aeb9.js → IndirectTaxDetailsView-3bf366d5.js} +2 -2
  58. package/dist/esm/{ShadowViewAddon-51e9ebf7.js → ShadowViewAddon-2984432d.js} +2 -2
  59. package/dist/esm/{global-e9173b4c.js → global-75f87c77.js} +61 -54
  60. package/dist/esm/loader.js +2 -2
  61. package/dist/esm/mint-components.js +2 -2
  62. package/dist/esm/sqm-banking-info-form_10.entry.js +139 -282
  63. package/dist/esm/sqm-big-stat_42.entry.js +27 -57
  64. package/dist/esm/sqm-code-verification.entry.js +14 -4
  65. package/dist/esm/sqm-context-router.entry.js +1 -1
  66. package/dist/esm/sqm-email-verification.entry.js +10 -13
  67. package/dist/esm/sqm-empty_4.entry.js +2 -2
  68. package/dist/esm/sqm-form-message.entry.js +5 -5
  69. package/dist/esm/sqm-invoice-table-data-cell_5.entry.js +1 -1
  70. package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
  71. package/dist/esm/sqm-logout-current-user.entry.js +1 -1
  72. package/dist/esm/sqm-navigation-sidebar-item.entry.js +1 -1
  73. package/dist/esm/sqm-pagination_3.entry.js +2 -2
  74. package/dist/esm/sqm-password-field.entry.js +1 -1
  75. package/dist/esm/sqm-popup-container.entry.js +1 -1
  76. package/dist/esm/{sqm-portal-email-verification-view-a82e199f.js → sqm-portal-email-verification-view-46311e88.js} +1 -1
  77. package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
  78. package/dist/esm/sqm-portal-google-login.entry.js +2 -2
  79. package/dist/esm/{sqm-portal-profile-view-caabc8d3.js → sqm-portal-profile-view-f7cb1c88.js} +1 -1
  80. package/dist/esm/sqm-portal-profile.entry.js +3 -3
  81. package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
  82. package/dist/esm/sqm-portal-verify-email.entry.js +1 -1
  83. package/dist/esm/{sqm-qr-code-view-7be282fd.js → sqm-qr-code-view-97124a66.js} +6 -1
  84. package/dist/esm/sqm-qr-code.entry.js +2 -3
  85. package/dist/esm/sqm-referral-table_11.entry.js +2 -2
  86. package/dist/esm/sqm-rewards-table_9.entry.js +2 -2
  87. package/dist/esm/sqm-stencilbook.entry.js +20 -28
  88. package/dist/esm/sqm-tabs.entry.js +1 -1
  89. package/dist/esm/sqm-tax-and-cash.entry.js +4 -5
  90. package/dist/esm/sqm-widget-verification.entry.js +1 -1
  91. package/dist/esm/{usePortalLogin-61abe78e.js → usePortalLogin-d0720c81.js} +1 -1
  92. package/dist/esm/{utils-334c1e34.js → utils-03188de2.js} +5 -1
  93. package/dist/esm/{utils-985d9996.js → utils-edd7677f.js} +1 -1
  94. package/dist/esm-es5/{IndirectTaxDetailsView-0ae0aeb9.js → IndirectTaxDetailsView-3bf366d5.js} +1 -1
  95. package/dist/esm-es5/{ShadowViewAddon-51e9ebf7.js → ShadowViewAddon-2984432d.js} +1 -1
  96. package/dist/esm-es5/{global-e9173b4c.js → global-75f87c77.js} +3 -3
  97. package/dist/esm-es5/loader.js +1 -1
  98. package/dist/esm-es5/mint-components.js +1 -1
  99. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  100. package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
  101. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  102. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  103. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  104. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  105. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  106. package/dist/esm-es5/sqm-invoice-table-data-cell_5.entry.js +1 -1
  107. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  108. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  109. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  110. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  111. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  112. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  113. package/dist/esm-es5/{sqm-portal-email-verification-view-a82e199f.js → sqm-portal-email-verification-view-46311e88.js} +1 -1
  114. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  115. package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
  116. package/dist/esm-es5/{sqm-portal-profile-view-caabc8d3.js → sqm-portal-profile-view-f7cb1c88.js} +1 -1
  117. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  118. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  119. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  120. package/dist/esm-es5/sqm-qr-code-view-97124a66.js +1 -0
  121. package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
  122. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  123. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  124. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  125. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  126. package/dist/esm-es5/sqm-tax-and-cash.entry.js +1 -1
  127. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
  128. package/dist/esm-es5/{usePortalLogin-61abe78e.js → usePortalLogin-d0720c81.js} +1 -1
  129. package/dist/esm-es5/utils-03188de2.js +1 -0
  130. package/dist/esm-es5/{utils-985d9996.js → utils-edd7677f.js} +1 -1
  131. package/dist/mint-components/global/styles.ts +9 -2
  132. package/dist/mint-components/mint-components.esm.js +1 -1
  133. package/dist/mint-components/mint-components.js +1 -1
  134. package/dist/mint-components/{p-949ca517.system.entry.js → p-002e6205.system.entry.js} +1 -1
  135. package/dist/mint-components/{p-fe01d78b.system.js → p-03bc8092.system.js} +1 -1
  136. package/dist/mint-components/{p-d1184054.system.entry.js → p-09faca85.system.entry.js} +1 -1
  137. package/dist/mint-components/p-0b0f49ad.entry.js +1 -0
  138. package/dist/mint-components/{p-93c743a4.system.js → p-0b9d56b2.system.js} +1 -1
  139. package/dist/mint-components/{p-23671c40.entry.js → p-0d178b8a.entry.js} +1 -1
  140. package/dist/mint-components/{p-3c546860.system.entry.js → p-0d22c0e5.system.entry.js} +1 -1
  141. package/dist/mint-components/{p-c7861962.entry.js → p-0fca4ae0.entry.js} +1 -1
  142. package/dist/mint-components/p-15bfd7e2.system.js +1 -0
  143. package/dist/mint-components/p-16b37afe.system.entry.js +1 -0
  144. package/dist/mint-components/{p-08a77d1e.system.entry.js → p-1ad8f7f4.system.entry.js} +1 -1
  145. package/dist/mint-components/p-1cad4160.system.entry.js +1 -0
  146. package/dist/mint-components/{p-717f926c.system.entry.js → p-207fb692.system.entry.js} +1 -1
  147. package/dist/mint-components/{p-01551599.system.js → p-21b680c9.system.js} +1 -1
  148. package/dist/mint-components/{p-b5346a5a.entry.js → p-22c11f0e.entry.js} +1 -1
  149. package/dist/mint-components/{p-7b635ed8.system.entry.js → p-22d20816.system.entry.js} +1 -1
  150. package/dist/mint-components/{p-b64f7dcb.system.entry.js → p-258f4e5e.system.entry.js} +1 -1
  151. package/dist/mint-components/p-29be244d.entry.js +9 -0
  152. package/dist/mint-components/{p-b11dd241.system.js → p-2ce2d1f0.system.js} +1 -1
  153. package/dist/mint-components/{p-4ec69d24.js → p-32ed7c0c.js} +1 -1
  154. package/dist/mint-components/p-32fa454c.entry.js +1 -0
  155. package/dist/mint-components/{p-2cec44e0.entry.js → p-33d0edc0.entry.js} +2 -2
  156. package/dist/mint-components/p-40c01a5a.system.js +1 -0
  157. package/dist/mint-components/{p-35061d76.system.entry.js → p-4271f436.system.entry.js} +1 -1
  158. package/dist/mint-components/{p-a554c304.js → p-474124e9.js} +1 -1
  159. package/dist/mint-components/p-4aefb976.system.entry.js +1 -0
  160. package/dist/mint-components/{p-0c7135bb.entry.js → p-50348f43.entry.js} +1 -1
  161. package/dist/mint-components/{p-c431aedf.entry.js → p-564ac69e.entry.js} +2 -2
  162. package/dist/mint-components/p-59f8eb90.entry.js +93 -0
  163. package/dist/mint-components/{p-e49b253f.entry.js → p-5e0af707.entry.js} +2 -2
  164. package/dist/mint-components/{p-f7700805.js → p-5ed49bf2.js} +1 -1
  165. package/dist/mint-components/{p-f5f97cd2.system.js → p-643749bc.system.js} +1 -1
  166. package/dist/mint-components/p-692bacf3.js +1 -0
  167. package/dist/mint-components/{p-9ec99ced.js → p-6951663b.js} +1 -1
  168. package/dist/mint-components/{p-674d9089.system.entry.js → p-6b076bae.system.entry.js} +1 -1
  169. package/dist/mint-components/p-6f6d5370.entry.js +25 -0
  170. package/dist/mint-components/{p-8846046e.entry.js → p-6fb9b5ab.entry.js} +1 -1
  171. package/dist/mint-components/{p-65ed872f.entry.js → p-711bc624.entry.js} +1 -1
  172. package/dist/mint-components/{p-641bdf0e.system.entry.js → p-7b4eb94e.system.entry.js} +1 -1
  173. package/dist/mint-components/{p-734dde9b.system.js → p-82505f6e.system.js} +1 -1
  174. package/dist/mint-components/p-8c69fc5f.system.entry.js +1 -0
  175. package/dist/mint-components/{p-3a7e5207.entry.js → p-97852163.entry.js} +1 -1
  176. package/dist/mint-components/{p-b11d89bd.entry.js → p-9aadc253.entry.js} +1 -1
  177. package/dist/mint-components/p-9d126299.system.entry.js +1 -0
  178. package/dist/mint-components/{p-b70ef2f5.system.entry.js → p-a2533860.system.entry.js} +1 -1
  179. package/dist/mint-components/{p-8a9939ef.system.entry.js → p-a67cbe0b.system.entry.js} +1 -1
  180. package/dist/mint-components/p-a99658e0.entry.js +1 -0
  181. package/dist/mint-components/{p-bf89cd86.system.js → p-acb26ec0.system.js} +1 -1
  182. package/dist/mint-components/{p-4aed3645.entry.js → p-b2bf7fcb.entry.js} +1 -1
  183. package/dist/mint-components/p-b2c04108.system.entry.js +1 -0
  184. package/dist/mint-components/{p-d9cfd2ad.js → p-b6da4fa0.js} +1 -1
  185. package/dist/mint-components/{p-f45be408.system.js → p-b7d13172.system.js} +1 -1
  186. package/dist/mint-components/{p-0de7e5ec.entry.js → p-b9bccc55.entry.js} +1 -1
  187. package/dist/mint-components/{p-85029918.entry.js → p-bad50dc1.entry.js} +1 -1
  188. package/dist/mint-components/{p-8aa5f1ee.entry.js → p-bb627d95.entry.js} +2 -2
  189. package/dist/mint-components/p-bcbac6f3.system.entry.js +1 -0
  190. package/dist/mint-components/{p-adb13f08.system.entry.js → p-d513848f.system.entry.js} +1 -1
  191. package/dist/mint-components/{p-e5d72a05.entry.js → p-d5f1df29.entry.js} +1 -1
  192. package/dist/mint-components/p-d785a297.system.entry.js +1 -0
  193. package/dist/mint-components/{p-d577a32d.js → p-d87982c1.js} +1 -1
  194. package/dist/mint-components/{p-0ac9e4d2.entry.js → p-d97c6f67.entry.js} +1 -1
  195. package/dist/mint-components/{p-c6fc6ce5.js → p-dec5f3fc.js} +1 -1
  196. package/dist/mint-components/{p-884a1b19.entry.js → p-e539fed3.entry.js} +1 -1
  197. package/dist/mint-components/{p-dcddb256.system.entry.js → p-e992648a.system.entry.js} +1 -1
  198. package/dist/mint-components/{p-f8520da2.system.entry.js → p-ebb487d0.system.entry.js} +1 -1
  199. package/dist/mint-components/{p-a8b53df1.system.entry.js → p-f0e0d0b9.system.entry.js} +1 -1
  200. package/dist/mint-components/p-f1da802b.entry.js +11 -0
  201. package/dist/mint-components/{p-a7b66236.system.entry.js → p-f2140374.system.entry.js} +1 -1
  202. package/dist/mint-components/{p-cd207258.js → p-f2ee69f1.js} +1 -1
  203. package/dist/mint-components/{p-b35ceac8.system.entry.js → p-f94788ab.system.entry.js} +1 -1
  204. package/dist/mint-components/{p-3191e4a8.entry.js → p-fe3fe6b6.entry.js} +1 -1
  205. package/dist/types/components/sqm-form-message/FormMessage.stories.d.ts +0 -1
  206. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
  207. package/dist/types/utils/utils.d.ts +1 -0
  208. package/docs/docs.docx +0 -0
  209. package/docs/raisins.json +1 -1
  210. package/package.json +1 -1
  211. package/dist/cjs/ErrorView-0f564e2a.js +0 -35
  212. package/dist/esm/ErrorView-b396dcc7.js +0 -33
  213. package/dist/esm-es5/ErrorView-b396dcc7.js +0 -1
  214. package/dist/esm-es5/sqm-qr-code-view-7be282fd.js +0 -1
  215. package/dist/esm-es5/utils-334c1e34.js +0 -1
  216. package/dist/mint-components/p-0ea0f9e3.system.entry.js +0 -1
  217. package/dist/mint-components/p-1b99001f.js +0 -1
  218. package/dist/mint-components/p-2b819683.entry.js +0 -9
  219. package/dist/mint-components/p-6333265f.system.js +0 -1
  220. package/dist/mint-components/p-65fec8a8.entry.js +0 -25
  221. package/dist/mint-components/p-6aaf431f.system.entry.js +0 -1
  222. package/dist/mint-components/p-6d20d500.system.js +0 -1
  223. package/dist/mint-components/p-6d2d4f7c.entry.js +0 -1
  224. package/dist/mint-components/p-73213344.system.entry.js +0 -1
  225. package/dist/mint-components/p-7f54c9f9.entry.js +0 -11
  226. package/dist/mint-components/p-84b95bd2.system.js +0 -1
  227. package/dist/mint-components/p-89854fe2.system.entry.js +0 -1
  228. package/dist/mint-components/p-a18e9043.system.entry.js +0 -1
  229. package/dist/mint-components/p-af125497.entry.js +0 -93
  230. package/dist/mint-components/p-c00c4e19.system.entry.js +0 -1
  231. package/dist/mint-components/p-c8524b9c.entry.js +0 -1
  232. package/dist/mint-components/p-d2d15c86.system.entry.js +0 -1
  233. package/dist/mint-components/p-d6bc1680.js +0 -1
  234. package/dist/mint-components/p-d9a18e00.system.entry.js +0 -1
  235. package/dist/mint-components/p-fa89e7d4.entry.js +0 -1
@@ -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-59b028db.system.js","./p-4f5329a2.system.js","./p-d8c5b80a.system.js","./p-4bd679a7.system.js","./p-6333265f.system.js","./p-1a673057.system.js","./p-8a6494c7.system.js","./p-67ad2252.system.js","./p-6578ea31.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.J;s=e.o;u=e.j;l=e.b;c=e.i},function(e){f=e.c},function(e){d=e.s;v=e.g},function(){},function(){},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,J=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=J===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=J===null||J===void 0?void 0:J.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 K=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)},data:{oobCode:U},callbacks:{failed:K,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,success: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-59b028db.system.js","./p-4f5329a2.system.js","./p-d8c5b80a.system.js","./p-4bd679a7.system.js","./p-15bfd7e2.system.js","./p-1a673057.system.js","./p-8a6494c7.system.js","./p-67ad2252.system.js","./p-6578ea31.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.J;s=e.o;u=e.j;l=e.b;c=e.i},function(e){f=e.c},function(e){d=e.s;v=e.g},function(){},function(){},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,J=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=J===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=J===null||J===void 0?void 0:J.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 K=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)},data:{oobCode:U},callbacks:{failed:K,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,success: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}})}}}}));