@saasquatch/mint-components 1.12.0-2 → 1.12.0-21
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.
- package/dist/cjs/{ShadowViewAddon-13173901.js → ShadowViewAddon-040cffad.js} +38 -36
- package/dist/cjs/extractProps-fd93ba62.js +21 -0
- package/dist/cjs/{global-e4ebdbcc.js → global-c3637175.js} +10 -161
- package/dist/cjs/{index.module-236d0403.js → index.module-b8d9d0ba.js} +228 -1392
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{luxon-20eafbd9.js → luxon-05098e19.js} +1 -1
- package/dist/cjs/mint-components.cjs.js +4 -4
- package/dist/cjs/{mockRewardData-3c470512.js → mockRewardData-4258e067.js} +1 -1
- package/dist/cjs/{re-render-5de6631a.js → re-render-5bde3d2e.js} +2 -2
- package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-banking-info-form_16.cjs.entry.js → sqm-banking-info-form_17.cjs.entry.js} +1175 -548
- package/dist/cjs/sqm-big-stat_39.cjs.entry.js +247 -127
- package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
- package/dist/cjs/sqm-context-router.cjs.entry.js +3 -3
- package/dist/cjs/sqm-email-verification.cjs.entry.js +150 -20
- package/dist/cjs/sqm-empty_4.cjs.entry.js +7 -7
- package/dist/cjs/sqm-form-message.cjs.entry.js +2 -2
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +3 -3
- package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-invoice-table-view-dbba9bb4.js → sqm-invoice-table-view-4fcf021f.js} +155 -4
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +8 -9
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +7 -8
- package/dist/cjs/{sqm-navigation-sidebar-item-view-fc865ecf.js → sqm-navigation-sidebar-item-view-a2135064.js} +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
- package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
- package/dist/cjs/sqm-popup-container.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-email-verification-view-4bc2760b.js → sqm-portal-email-verification-view-050dbe0f.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +5 -5
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-profile-view-cbab7c80.js → sqm-portal-profile-view-d97086bc.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +11 -12
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +6 -7
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +16 -17
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +6 -6
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +61 -62
- package/dist/cjs/sqm-scroll.cjs.entry.js +2 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +117 -48
- package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
- package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
- package/dist/cjs/sqm-text-span.cjs.entry.js +2 -2
- package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +113 -0
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +183 -107
- package/dist/cjs/{stencil-hooks.module-a5a04d8a.js → stencil-hooks.module-72742a0b.js} +4 -1
- package/dist/cjs/{useChildElements-23beb180.js → useChildElements-410d2435.js} +2 -2
- package/dist/cjs/{useInstantAccessRegistration-7c125c00.js → useInstantAccessRegistration-ccf81eae.js} +3 -3
- package/dist/cjs/usePayoutStatus-8f924372.js +1045 -0
- package/dist/cjs/{useReferralTable-54d0ba70.js → useReferralTable-824ac152.js} +13 -14
- package/dist/cjs/{useRegistrationFormState-e7e820d0.js → useRegistrationFormState-f9ce55be.js} +2 -2
- package/dist/cjs/useVerificationEmail-2eb28c2a.js +173 -0
- package/dist/cjs/{utilities-ac5b5f2c.js → utilities-f7de6c04.js} +2 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/sqm-big-stat/useBigStat.js +6 -3
- package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +7 -0
- package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +2 -1
- package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +5 -1
- package/dist/collection/components/sqm-payout-button-scroll/usePayoutButton.js +3 -10
- package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +7 -1
- package/dist/collection/components/sqm-referral-table/ReferralTableRewardsCell.stories.js +16 -4
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +7 -12
- package/dist/collection/components/sqm-text/sqm-text.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +7 -0
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +2 -2
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +30 -7
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +32 -26
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +22 -6
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +10 -6
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +37 -10
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +21 -44
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +120 -0
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +579 -118
- package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +169 -0
- package/dist/collection/components/tax-and-cash/BankingForm.stories.js +19 -0
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +149 -3
- package/dist/collection/components/tax-and-cash/eventKeys.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +12 -2
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +128 -14
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +15 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +12 -2
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +31 -6
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +3 -0
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +26 -8
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +33 -8
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +3 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.js +0 -7
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +0 -5
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +0 -56
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +7 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +92 -9
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +269 -6
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +44 -18
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +6 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +55 -22
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +138 -9
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +283 -17
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +17 -2
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +19 -9
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +31 -6
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +16 -11
- package/dist/collection/components/tax-and-cash/useVeriffApp.js +64 -0
- package/dist/esm/{ShadowViewAddon-72e231a5.js → ShadowViewAddon-69b61037.js} +12 -10
- package/dist/esm/extractProps-ae1afbb3.js +19 -0
- package/dist/esm/{global-adae7650.js → global-6306a9b8.js} +10 -161
- package/dist/esm/{index.module-c0eb7dc2.js → index.module-6c840c4e.js} +222 -1389
- package/dist/esm/{keys-a1496e39.js → keys-406491dc.js} +1 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
- package/dist/esm/{re-render-5882a144.js → re-render-1bcfd0de.js} +2 -2
- package/dist/esm/sqm-asset-card.entry.js +2 -2
- package/dist/esm/{sqm-banking-info-form_16.entry.js → sqm-banking-info-form_17.entry.js} +835 -209
- package/dist/esm/sqm-big-stat_39.entry.js +192 -72
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-context-router.entry.js +2 -2
- package/dist/esm/sqm-email-verification.entry.js +148 -18
- package/dist/esm/sqm-empty_4.entry.js +4 -4
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
- package/dist/esm/sqm-header-logo.entry.js +1 -1
- package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
- package/dist/esm/{sqm-invoice-table-view-663674f2.js → sqm-invoice-table-view-b3127605.js} +155 -4
- package/dist/esm/sqm-leaderboard-rank.entry.js +3 -4
- package/dist/esm/sqm-logout-current-user.entry.js +2 -3
- package/dist/esm/{sqm-navigation-sidebar-item-view-4715e546.js → sqm-navigation-sidebar-item-view-f8e78810.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
- package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
- package/dist/esm/sqm-password-field.entry.js +3 -3
- package/dist/esm/sqm-popup-container.entry.js +2 -2
- package/dist/esm/{sqm-portal-email-verification-view-598eb9a7.js → sqm-portal-email-verification-view-c6ac5430.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
- package/dist/esm/sqm-portal-logout.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-a0f6ad48.js → sqm-portal-profile-view-15ddbec8.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +5 -6
- package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +4 -5
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +8 -9
- package/dist/esm/sqm-referred-registration.entry.js +5 -5
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
- package/dist/esm/sqm-rewards-table_9.entry.js +8 -9
- package/dist/esm/sqm-scroll.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +115 -46
- package/dist/esm/sqm-tab.entry.js +3 -3
- package/dist/esm/sqm-tabs.entry.js +4 -4
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/sqm-widget-verification-controller.entry.js +109 -0
- package/dist/esm/sqm-widget-verification.entry.js +184 -108
- package/dist/esm/{stencil-hooks.module-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
- package/dist/esm/{useChildElements-fe94b660.js → useChildElements-fc84e640.js} +2 -2
- package/dist/esm/{useInstantAccessRegistration-670c1b98.js → useInstantAccessRegistration-8b0a4556.js} +3 -3
- package/dist/esm/usePayoutStatus-0bc0380f.js +1039 -0
- package/dist/esm/{useReferralTable-52008143.js → useReferralTable-f6ffa103.js} +4 -5
- package/dist/esm/{useRegistrationFormState-4cfd1a8d.js → useRegistrationFormState-849e27f7.js} +2 -2
- package/dist/esm/useVerificationEmail-2a21d0e3.js +171 -0
- package/dist/esm/{utilities-98445452.js → utilities-443732be.js} +2 -2
- package/dist/esm-es5/ShadowViewAddon-69b61037.js +1 -0
- package/dist/esm-es5/extractProps-ae1afbb3.js +1 -0
- package/dist/esm-es5/global-6306a9b8.js +285 -0
- package/dist/esm-es5/index.module-6c840c4e.js +1 -0
- package/dist/esm-es5/{keys-a1496e39.js → keys-406491dc.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
- package/dist/esm-es5/{re-render-5882a144.js → re-render-1bcfd0de.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -0
- package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-context-router.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-b3127605.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-4715e546.js → sqm-navigation-sidebar-item-view-f8e78810.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-598eb9a7.js → sqm-portal-email-verification-view-c6ac5430.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-a0f6ad48.js → sqm-portal-profile-view-15ddbec8.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-scroll.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tab.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -0
- package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
- package/dist/esm-es5/{stencil-hooks.module-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
- package/dist/esm-es5/useChildElements-fc84e640.js +1 -0
- package/dist/esm-es5/{useInstantAccessRegistration-670c1b98.js → useInstantAccessRegistration-8b0a4556.js} +1 -1
- package/dist/esm-es5/usePayoutStatus-0bc0380f.js +6 -0
- package/dist/esm-es5/useReferralTable-f6ffa103.js +1 -0
- package/dist/esm-es5/useRegistrationFormState-849e27f7.js +1 -0
- package/dist/esm-es5/useVerificationEmail-2a21d0e3.js +1 -0
- package/dist/esm-es5/{utilities-98445452.js → utilities-443732be.js} +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-0ecb3019.js → p-0121e044.js} +1 -1
- package/dist/mint-components/p-012daf3c.entry.js +1 -0
- package/dist/mint-components/p-021ccc29.entry.js +25 -0
- package/dist/mint-components/{p-1e40967f.entry.js → p-03dbe2ce.entry.js} +1 -1
- package/dist/mint-components/{p-65a449de.js → p-04348a9b.js} +1 -1
- package/dist/mint-components/{p-14488d1c.system.entry.js → p-04ced592.system.entry.js} +1 -1
- package/dist/mint-components/{p-78a831e0.system.entry.js → p-0527d90b.system.entry.js} +1 -1
- package/dist/mint-components/p-0893073b.entry.js +1 -0
- package/dist/mint-components/p-0a94fe9f.system.entry.js +1 -0
- package/dist/mint-components/p-0c9ad5f3.system.entry.js +1 -0
- package/dist/mint-components/p-11d1b212.js +1 -0
- package/dist/mint-components/p-156e37c2.system.entry.js +1 -0
- package/dist/mint-components/{p-cdd04337.entry.js → p-178d2d2e.entry.js} +1 -1
- package/dist/mint-components/{p-ee328054.entry.js → p-1b861be5.entry.js} +1 -1
- package/dist/mint-components/{p-4209cd94.js → p-1d27da33.js} +4 -4
- package/dist/mint-components/{p-5a2fd8e0.system.entry.js → p-1f7d7524.system.entry.js} +1 -1
- package/dist/mint-components/{p-f0fba496.system.entry.js → p-22425c71.system.entry.js} +1 -1
- package/dist/mint-components/{p-9223640e.js → p-251e7567.js} +1 -1
- package/dist/mint-components/p-26468242.js +1 -0
- package/dist/mint-components/{p-1602bf01.js → p-2816bf6a.js} +1 -1
- package/dist/mint-components/p-2868f475.entry.js +1 -0
- package/dist/mint-components/{p-0979f82e.system.js → p-2a414b2e.system.js} +2 -2
- package/dist/mint-components/p-2c342de3.system.entry.js +1 -0
- package/dist/mint-components/p-2e209454.entry.js +16 -0
- package/dist/mint-components/p-3007fb7d.system.entry.js +1 -0
- package/dist/mint-components/p-36e9296e.system.entry.js +1 -0
- package/dist/mint-components/{p-cb45d0a8.system.js → p-370a1a73.system.js} +1 -1
- package/dist/mint-components/p-38c7775a.js +1 -0
- package/dist/mint-components/p-3925bcd6.entry.js +13 -0
- package/dist/mint-components/{p-45d0b48a.system.entry.js → p-3e7ec0f3.system.entry.js} +1 -1
- package/dist/mint-components/{p-423821b9.system.js → p-43621f12.system.js} +1 -1
- package/dist/mint-components/p-478a3755.entry.js +9 -0
- package/dist/mint-components/p-47b47e3b.js +31 -0
- package/dist/mint-components/{p-f338ef55.system.js → p-4babe350.system.js} +1 -1
- package/dist/mint-components/{p-34a87e67.system.js → p-4e373c3d.system.js} +1 -1
- package/dist/mint-components/{p-ab89b44a.system.js → p-4eae91a9.system.js} +1 -1
- package/dist/mint-components/{p-ab7322f0.system.entry.js → p-51d53165.system.entry.js} +1 -1
- package/dist/mint-components/{p-4c0b7768.entry.js → p-5291891c.entry.js} +3 -3
- package/dist/mint-components/{p-4c9b6fbe.system.js → p-57dd28bd.system.js} +1 -1
- package/dist/mint-components/{p-34dab223.system.entry.js → p-59818690.system.entry.js} +1 -1
- package/dist/mint-components/{p-00ec17d4.system.js → p-5becb2ff.system.js} +1 -1
- package/dist/mint-components/{p-a1f0d8ba.system.entry.js → p-5fba1a04.system.entry.js} +1 -1
- package/dist/mint-components/p-64491210.system.entry.js +1 -0
- package/dist/mint-components/{p-def70672.js → p-68747d88.js} +1 -1
- package/dist/mint-components/{p-95af445c.system.entry.js → p-6afb4f48.system.entry.js} +1 -1
- package/dist/mint-components/{p-cafebf8a.entry.js → p-6c928c7d.entry.js} +1 -1
- package/dist/mint-components/{p-70886c65.system.entry.js → p-70af9ba2.system.entry.js} +1 -1
- package/dist/mint-components/{p-657b290b.entry.js → p-76392386.entry.js} +1 -1
- package/dist/mint-components/p-7dd1ff31.system.entry.js +1 -0
- package/dist/mint-components/{p-d0c4f3bf.system.entry.js → p-83c9f37b.system.entry.js} +1 -1
- package/dist/mint-components/{p-cdcd825e.entry.js → p-84b25a46.entry.js} +1 -1
- package/dist/mint-components/{p-14beec1b.system.entry.js → p-88aac6a9.system.entry.js} +1 -1
- package/dist/mint-components/{p-45d6cde6.system.entry.js → p-88bf51b7.system.entry.js} +1 -1
- package/dist/mint-components/p-8d554a89.system.js +1 -0
- package/dist/mint-components/p-93576222.system.js +1 -0
- package/dist/mint-components/p-9379ee08.js +48 -0
- package/dist/mint-components/{p-d2a925d5.entry.js → p-94454880.entry.js} +1 -1
- package/dist/mint-components/{p-3ba349a3.entry.js → p-947fe79b.entry.js} +1 -1
- package/dist/mint-components/p-95bff95a.system.entry.js +1 -0
- package/dist/mint-components/p-99c15c5e.entry.js +1 -0
- package/dist/mint-components/p-9bd417fd.entry.js +1 -0
- package/dist/mint-components/{p-c293f586.system.entry.js → p-9cdbd1ac.system.entry.js} +1 -1
- package/dist/mint-components/{p-56b37aeb.entry.js → p-9d34f4f0.entry.js} +3 -3
- package/dist/mint-components/{p-64acc813.entry.js → p-9e0230c3.entry.js} +1 -1
- package/dist/mint-components/{p-8ccb4267.js → p-9eae245f.js} +30 -27
- package/dist/mint-components/p-a4282d02.system.entry.js +1 -0
- package/dist/mint-components/{p-a2e1af83.entry.js → p-a45b03d2.entry.js} +1 -1
- package/dist/mint-components/{p-15e01e7a.entry.js → p-a85f57bb.entry.js} +1 -1
- package/dist/mint-components/p-a8645c1b.system.js +1 -0
- package/dist/mint-components/p-a8c28561.system.js +1 -0
- package/dist/mint-components/p-a954c299.entry.js +205 -0
- package/dist/mint-components/{p-dce3d296.system.js → p-ac51940e.system.js} +1 -1
- package/dist/mint-components/{p-d39da925.entry.js → p-b1e8a802.entry.js} +1 -1
- package/dist/mint-components/p-b3b5b4b7.system.entry.js +1 -0
- package/dist/mint-components/{p-3da2b3cf.system.entry.js → p-bc826117.system.entry.js} +1 -1
- package/dist/mint-components/p-bd1372d2.system.js +6 -0
- package/dist/mint-components/p-bdd6bb13.js +1 -0
- package/dist/mint-components/{p-3c46b3de.system.entry.js → p-be1ae1ed.system.entry.js} +1 -1
- package/dist/mint-components/{p-cadb8dba.entry.js → p-bee1e573.entry.js} +1 -1
- package/dist/mint-components/{p-18cd88c4.system.entry.js → p-c1f4fb6d.system.entry.js} +1 -1
- package/dist/mint-components/p-c1fa5e04.system.js +1 -0
- package/dist/mint-components/{p-7507d72b.js → p-c3b37bbf.js} +1 -1
- package/dist/mint-components/{p-ac69b460.system.entry.js → p-c3babfa4.system.entry.js} +1 -1
- package/dist/mint-components/p-c8878e79.entry.js +1 -0
- package/dist/mint-components/p-c92a743e.entry.js +1 -0
- package/dist/mint-components/p-c9fb6102.entry.js +1 -0
- package/dist/mint-components/p-ca809fdd.system.js +1 -0
- package/dist/mint-components/p-cb433855.system.entry.js +1 -0
- package/dist/mint-components/{p-6a70d2d6.entry.js → p-cd200c95.entry.js} +1 -1
- package/dist/mint-components/{p-06c561ea.system.js → p-cd44de66.system.js} +1 -1
- package/dist/mint-components/{p-e5299352.system.js → p-ce9e7c98.system.js} +1 -1
- package/dist/mint-components/p-d35d8c06.entry.js +11 -0
- package/dist/mint-components/p-d468925f.entry.js +1 -0
- package/dist/mint-components/p-d4877a65.system.entry.js +1 -0
- package/dist/mint-components/{p-0db003f7.js → p-d83b0cf3.js} +153 -153
- package/dist/mint-components/{p-5c602e84.entry.js → p-dd0d79bf.entry.js} +1 -1
- package/dist/mint-components/p-def516b8.system.js +1 -0
- package/dist/mint-components/p-e01ac27c.system.js +1 -0
- package/dist/mint-components/{p-611a30f0.js → p-e0e7635a.js} +1 -1
- package/dist/mint-components/p-e12d3414.system.entry.js +1 -0
- package/dist/mint-components/{p-816fb64f.system.entry.js → p-ead27698.system.entry.js} +1 -1
- package/dist/mint-components/{p-7ab14d4b.system.entry.js → p-f0806232.system.entry.js} +1 -1
- package/dist/mint-components/p-f1184442.js +1 -0
- package/dist/mint-components/p-f196d71a.entry.js +241 -0
- package/dist/mint-components/{p-48704504.js → p-f3053c61.js} +1 -1
- package/dist/mint-components/p-f36e33ff.entry.js +13 -0
- package/dist/mint-components/p-f450654b.system.entry.js +1 -0
- package/dist/mint-components/p-f4cbbe47.entry.js +1 -0
- package/dist/mint-components/p-f531a5c9.system.entry.js +1 -0
- package/dist/mint-components/{p-b14a77e8.system.entry.js → p-f56348dc.system.entry.js} +1 -1
- package/dist/mint-components/p-f655a7df.js +1 -0
- package/dist/mint-components/{p-79097c07.entry.js → p-fbdf0738.entry.js} +1 -1
- package/dist/mint-components/{p-fda3d0ca.system.js → p-fc422446.system.js} +22 -22
- package/dist/mint-components/p-fd21ae8f.entry.js +1 -0
- package/dist/mint-components/{p-1b24bb52.js → p-fd2c5407.js} +1 -1
- package/dist/types/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/ReferralTableRewardsCell.stories.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/RewardsTableCell.stories.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +4 -0
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +2 -1
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +4 -0
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +0 -6
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +12 -0
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +89 -1
- package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +15 -0
- package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +5 -0
- package/dist/types/components/tax-and-cash/eventKeys.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +7 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +13 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +4 -0
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.d.ts +4 -0
- package/dist/types/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.d.ts +0 -1
- package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.d.ts +0 -4
- package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.d.ts +1 -16
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +4 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +18 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +46 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +12 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/data.d.ts +6 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/extractProps.d.ts +5 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +15 -3
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +17 -2
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +47 -2
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +4 -0
- package/dist/types/components/tax-and-cash/useVeriffApp.d.ts +6 -0
- package/dist/types/components.d.ts +481 -83
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -1
- package/dist/cjs/index-56d1fa5b.js +0 -2227
- package/dist/cjs/sqm-code-verification.cjs.entry.js +0 -356
- package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +0 -33
- package/dist/cjs/useEmailVerification-33465f36.js +0 -155
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +0 -27
- package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +0 -3
- package/dist/esm/index-0c7b14c5.js +0 -2225
- package/dist/esm/sqm-code-verification.entry.js +0 -352
- package/dist/esm/sqm-widget-verification-internal.entry.js +0 -29
- package/dist/esm/useEmailVerification-8f2dc2bd.js +0 -152
- package/dist/esm-es5/ShadowViewAddon-72e231a5.js +0 -1
- package/dist/esm-es5/global-adae7650.js +0 -285
- package/dist/esm-es5/index-0c7b14c5.js +0 -1
- package/dist/esm-es5/index.module-c0eb7dc2.js +0 -53
- package/dist/esm-es5/sqm-banking-info-form_16.entry.js +0 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +0 -1
- package/dist/esm-es5/sqm-invoice-table-view-663674f2.js +0 -1
- package/dist/esm-es5/sqm-widget-verification-internal.entry.js +0 -1
- package/dist/esm-es5/useChildElements-fe94b660.js +0 -1
- package/dist/esm-es5/useEmailVerification-8f2dc2bd.js +0 -1
- package/dist/esm-es5/useReferralTable-52008143.js +0 -1
- package/dist/esm-es5/useRegistrationFormState-4cfd1a8d.js +0 -1
- package/dist/mint-components/p-0078bc76.system.js +0 -53
- package/dist/mint-components/p-18399da0.system.entry.js +0 -1
- package/dist/mint-components/p-1f02e20b.entry.js +0 -1
- package/dist/mint-components/p-253c87e1.system.entry.js +0 -1
- package/dist/mint-components/p-25a70095.system.entry.js +0 -1
- package/dist/mint-components/p-2632464d.entry.js +0 -1
- package/dist/mint-components/p-286190c4.system.entry.js +0 -1
- package/dist/mint-components/p-414b3b6c.system.entry.js +0 -1
- package/dist/mint-components/p-4185f6f5.system.entry.js +0 -1
- package/dist/mint-components/p-4d060f15.js +0 -1
- package/dist/mint-components/p-52241ba9.system.js +0 -1
- package/dist/mint-components/p-556753b2.js +0 -42
- package/dist/mint-components/p-55dcb6ff.system.js +0 -1
- package/dist/mint-components/p-65de8fb2.js +0 -1
- package/dist/mint-components/p-6cae44d7.js +0 -1
- package/dist/mint-components/p-6eede6e5.system.entry.js +0 -1
- package/dist/mint-components/p-6fbfd683.js +0 -1
- package/dist/mint-components/p-78c1bd77.system.js +0 -1
- package/dist/mint-components/p-7c4c727c.system.entry.js +0 -1
- package/dist/mint-components/p-7e5f0292.system.entry.js +0 -1
- package/dist/mint-components/p-832eba3a.entry.js +0 -1
- package/dist/mint-components/p-858a87ce.entry.js +0 -1
- package/dist/mint-components/p-89669879.system.js +0 -1
- package/dist/mint-components/p-8b7d2f44.entry.js +0 -1
- package/dist/mint-components/p-8d696fc9.entry.js +0 -189
- package/dist/mint-components/p-8da20810.entry.js +0 -240
- package/dist/mint-components/p-8defb972.system.entry.js +0 -1
- package/dist/mint-components/p-99a09fab.entry.js +0 -9
- package/dist/mint-components/p-9cdaa099.entry.js +0 -1
- package/dist/mint-components/p-a80c8f5c.system.js +0 -1
- package/dist/mint-components/p-a9487844.system.entry.js +0 -1
- package/dist/mint-components/p-b28df069.js +0 -1
- package/dist/mint-components/p-b4771476.entry.js +0 -1
- package/dist/mint-components/p-c9ca8473.system.entry.js +0 -1
- package/dist/mint-components/p-cac64545.system.entry.js +0 -1
- package/dist/mint-components/p-d3293ac3.entry.js +0 -11
- package/dist/mint-components/p-d4138847.system.entry.js +0 -1
- package/dist/mint-components/p-d70bfe30.entry.js +0 -8
- package/dist/mint-components/p-d7b701a7.entry.js +0 -1
- package/dist/mint-components/p-d90ef1da.system.entry.js +0 -1
- package/dist/mint-components/p-e05ff098.system.js +0 -1
- package/dist/mint-components/p-e4c3817a.system.entry.js +0 -1
- package/dist/mint-components/p-e7797040.entry.js +0 -1
- package/dist/mint-components/p-e810da97.entry.js +0 -1
- package/dist/mint-components/p-e82eec3c.entry.js +0 -13
- package/dist/mint-components/p-e8bfd924.system.entry.js +0 -1
- package/dist/mint-components/p-e8fcaaa2.entry.js +0 -13
- package/dist/mint-components/p-ef49d744.entry.js +0 -1
- package/dist/mint-components/p-f5f0fc0e.entry.js +0 -1
- package/dist/mint-components/p-faf019cf.system.js +0 -1
- package/dist/mint-components/p-fcb224ab.js +0 -25
- package/dist/mint-components/p-fe8e1071.entry.js +0 -1
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-internal.d.ts +0 -5
- package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +0 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { i as isDemo,
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { i as isDemo, a as setUserIdentity } from './index.module-6c840c4e.js';
|
|
4
|
+
import './jsonpointer-388a7082.js';
|
|
4
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
6
|
import './mixins-f60a614c.js';
|
|
6
7
|
import './JSS-67b5cff8.js';
|
|
7
8
|
import { E as EmailRegistrationView } from './email-registration-view-a89a88bf.js';
|
|
8
|
-
import './
|
|
9
|
-
import './
|
|
10
|
-
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-670c1b98.js';
|
|
9
|
+
import './useRegistrationFormState-849e27f7.js';
|
|
10
|
+
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-8b0a4556.js';
|
|
11
11
|
|
|
12
12
|
const InstantAccessRegistration = class {
|
|
13
13
|
constructor(hostRef) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-17b4da69.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-6306a9b8.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
4
|
|
|
5
5
|
const INDIRECT_TAX_PROVINCES = [
|
|
@@ -707,11 +707,14 @@ const stepFourProps = {
|
|
|
707
707
|
saveDisabled: false,
|
|
708
708
|
thresholds: [],
|
|
709
709
|
loadingError: false,
|
|
710
|
+
email: "test@example.com",
|
|
710
711
|
formState: {
|
|
711
712
|
paymentMethodChecked: "toBankAccount",
|
|
712
713
|
},
|
|
713
714
|
},
|
|
714
715
|
callbacks: {
|
|
716
|
+
onVerificationHide: () => { },
|
|
717
|
+
onVerification: () => { },
|
|
715
718
|
onSubmit: async () => console.log("Submit"),
|
|
716
719
|
setPaymentMethodChecked: () => { },
|
|
717
720
|
setPaymentScheduleChecked: () => { },
|
|
@@ -748,6 +751,8 @@ const docusignFormProps = {
|
|
|
748
751
|
};
|
|
749
752
|
const dashboardProps = {
|
|
750
753
|
states: {
|
|
754
|
+
veriffLoading: false,
|
|
755
|
+
payoutStatus: "DONE",
|
|
751
756
|
canEditPayoutInfo: true,
|
|
752
757
|
disabled: false,
|
|
753
758
|
status: "ACTIVE",
|
|
@@ -759,6 +764,7 @@ const dashboardProps = {
|
|
|
759
764
|
indirectTaxNumber: "123456",
|
|
760
765
|
indirectTaxType: "VAT",
|
|
761
766
|
showNewFormDialog: false,
|
|
767
|
+
hasHold: false,
|
|
762
768
|
},
|
|
763
769
|
slots: {
|
|
764
770
|
payoutDetailsCardSlot: (h("sqm-payout-details-card", { demoData: {
|
|
@@ -772,7 +778,7 @@ const GeneralLoadingView = () => {
|
|
|
772
778
|
return h(LoadingView, null);
|
|
773
779
|
};
|
|
774
780
|
const GeneralErrorView = () => {
|
|
775
|
-
return (h(ErrorView, { loadingErrorAlertHeader: "There was a problem loading your form", loadingErrorAlertDescription: "Please refresh the page and try again. If this problem continues, contact
|
|
781
|
+
return (h(ErrorView, { loadingErrorAlertHeader: "There was a problem loading your form", loadingErrorAlertDescription: "Please refresh the page and try again. If this problem continues, contact our support team." }));
|
|
776
782
|
};
|
|
777
783
|
// STEP ONE
|
|
778
784
|
const StepOne = () => {
|
|
@@ -1256,6 +1262,20 @@ const StepFourToPaypalChecked = () => {
|
|
|
1256
1262
|
},
|
|
1257
1263
|
} }));
|
|
1258
1264
|
};
|
|
1265
|
+
const StepFourReVerifyEmail = () => {
|
|
1266
|
+
return (h("sqm-banking-info-form", { demoData: {
|
|
1267
|
+
...stepFourProps,
|
|
1268
|
+
states: {
|
|
1269
|
+
...stepFourProps.states,
|
|
1270
|
+
showVerification: true,
|
|
1271
|
+
isPartner: true,
|
|
1272
|
+
formState: {
|
|
1273
|
+
...stepFourProps.states.formState,
|
|
1274
|
+
paymentMethodChecked: "toPayPalAccount",
|
|
1275
|
+
},
|
|
1276
|
+
},
|
|
1277
|
+
} }));
|
|
1278
|
+
};
|
|
1259
1279
|
const TaxAndCashDashboardActiveW9Form = () => {
|
|
1260
1280
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1261
1281
|
...dashboardProps,
|
|
@@ -1265,6 +1285,8 @@ const TaxAndCashDashboardActiveW8BENForm = () => {
|
|
|
1265
1285
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1266
1286
|
...dashboardProps,
|
|
1267
1287
|
states: {
|
|
1288
|
+
payoutStatus: "DONE",
|
|
1289
|
+
veriffLoading: false,
|
|
1268
1290
|
noFormNeeded: false,
|
|
1269
1291
|
canEditPayoutInfo: true,
|
|
1270
1292
|
documentType: "W8BEN",
|
|
@@ -1273,6 +1295,7 @@ const TaxAndCashDashboardActiveW8BENForm = () => {
|
|
|
1273
1295
|
indirectTaxType: "VAT",
|
|
1274
1296
|
indirectTaxNumber: "123456",
|
|
1275
1297
|
showNewFormDialog: false,
|
|
1298
|
+
hasHold: false,
|
|
1276
1299
|
},
|
|
1277
1300
|
} }));
|
|
1278
1301
|
};
|
|
@@ -1280,6 +1303,8 @@ const TaxAndCashDashboardActiveW8BENEForm = () => {
|
|
|
1280
1303
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1281
1304
|
...dashboardProps,
|
|
1282
1305
|
states: {
|
|
1306
|
+
payoutStatus: "DONE",
|
|
1307
|
+
veriffLoading: false,
|
|
1283
1308
|
noFormNeeded: false,
|
|
1284
1309
|
canEditPayoutInfo: true,
|
|
1285
1310
|
documentType: "W8BENE",
|
|
@@ -1288,6 +1313,7 @@ const TaxAndCashDashboardActiveW8BENEForm = () => {
|
|
|
1288
1313
|
indirectTaxType: "VAT",
|
|
1289
1314
|
indirectTaxNumber: "123456",
|
|
1290
1315
|
showNewFormDialog: false,
|
|
1316
|
+
hasHold: false,
|
|
1291
1317
|
},
|
|
1292
1318
|
} }));
|
|
1293
1319
|
};
|
|
@@ -1295,6 +1321,8 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
1295
1321
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1296
1322
|
...dashboardProps,
|
|
1297
1323
|
states: {
|
|
1324
|
+
payoutStatus: "DONE",
|
|
1325
|
+
veriffLoading: false,
|
|
1298
1326
|
noFormNeeded: false,
|
|
1299
1327
|
canEditPayoutInfo: true,
|
|
1300
1328
|
status: "INACTIVE",
|
|
@@ -1304,6 +1332,7 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
1304
1332
|
indirectTaxType: "VAT",
|
|
1305
1333
|
indirectTaxNumber: "123456",
|
|
1306
1334
|
showNewFormDialog: false,
|
|
1335
|
+
hasHold: false,
|
|
1307
1336
|
},
|
|
1308
1337
|
} }));
|
|
1309
1338
|
};
|
|
@@ -1311,6 +1340,7 @@ const TaxAndCashDashboardNotVerifiedW9Form = () => {
|
|
|
1311
1340
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1312
1341
|
...dashboardProps,
|
|
1313
1342
|
states: {
|
|
1343
|
+
payoutStatus: "DONE",
|
|
1314
1344
|
canEditPayoutInfo: true,
|
|
1315
1345
|
disabled: false,
|
|
1316
1346
|
status: "NOT_VERIFIED",
|
|
@@ -1321,6 +1351,8 @@ const TaxAndCashDashboardNotVerifiedW9Form = () => {
|
|
|
1321
1351
|
indirectTaxType: "VAT",
|
|
1322
1352
|
indirectTaxNumber: "123456",
|
|
1323
1353
|
showNewFormDialog: false,
|
|
1354
|
+
hasHold: false,
|
|
1355
|
+
veriffLoading: false,
|
|
1324
1356
|
},
|
|
1325
1357
|
} }));
|
|
1326
1358
|
};
|
|
@@ -1328,6 +1360,8 @@ const TaxAndCashDashboardNotVerifiedW8BENForm = () => {
|
|
|
1328
1360
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1329
1361
|
...dashboardProps,
|
|
1330
1362
|
states: {
|
|
1363
|
+
payoutStatus: "DONE",
|
|
1364
|
+
veriffLoading: false,
|
|
1331
1365
|
canEditPayoutInfo: true,
|
|
1332
1366
|
disabled: false,
|
|
1333
1367
|
status: "NOT_VERIFIED",
|
|
@@ -1339,6 +1373,7 @@ const TaxAndCashDashboardNotVerifiedW8BENForm = () => {
|
|
|
1339
1373
|
indirectTaxType: "VAT",
|
|
1340
1374
|
indirectTaxNumber: "123456",
|
|
1341
1375
|
showNewFormDialog: false,
|
|
1376
|
+
hasHold: false,
|
|
1342
1377
|
},
|
|
1343
1378
|
} }));
|
|
1344
1379
|
};
|
|
@@ -1346,6 +1381,8 @@ const TaxAndCashDashboardNotVerifiedW8BENEForm = () => {
|
|
|
1346
1381
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1347
1382
|
...dashboardProps,
|
|
1348
1383
|
states: {
|
|
1384
|
+
payoutStatus: "DONE",
|
|
1385
|
+
veriffLoading: false,
|
|
1349
1386
|
canEditPayoutInfo: true,
|
|
1350
1387
|
disabled: false,
|
|
1351
1388
|
status: "NOT_VERIFIED",
|
|
@@ -1357,6 +1394,7 @@ const TaxAndCashDashboardNotVerifiedW8BENEForm = () => {
|
|
|
1357
1394
|
indirectTaxType: "VAT",
|
|
1358
1395
|
indirectTaxNumber: "123456",
|
|
1359
1396
|
showNewFormDialog: false,
|
|
1397
|
+
hasHold: false,
|
|
1360
1398
|
},
|
|
1361
1399
|
} }));
|
|
1362
1400
|
};
|
|
@@ -1364,6 +1402,8 @@ const TaxAndCashDashboardNotActiveW8BENEForm = () => {
|
|
|
1364
1402
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1365
1403
|
...dashboardProps,
|
|
1366
1404
|
states: {
|
|
1405
|
+
payoutStatus: "DONE",
|
|
1406
|
+
veriffLoading: false,
|
|
1367
1407
|
canEditPayoutInfo: true,
|
|
1368
1408
|
disabled: false,
|
|
1369
1409
|
status: "NOT_ACTIVE",
|
|
@@ -1375,6 +1415,7 @@ const TaxAndCashDashboardNotActiveW8BENEForm = () => {
|
|
|
1375
1415
|
indirectTaxType: "VAT",
|
|
1376
1416
|
country: "United Kingdom",
|
|
1377
1417
|
showNewFormDialog: false,
|
|
1418
|
+
hasHold: false,
|
|
1378
1419
|
},
|
|
1379
1420
|
} }));
|
|
1380
1421
|
};
|
|
@@ -1382,6 +1423,8 @@ const TaxAndCashDashboardNoFormNeeded = () => {
|
|
|
1382
1423
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1383
1424
|
...dashboardProps,
|
|
1384
1425
|
states: {
|
|
1426
|
+
payoutStatus: "DONE",
|
|
1427
|
+
veriffLoading: false,
|
|
1385
1428
|
canEditPayoutInfo: true,
|
|
1386
1429
|
disabled: false,
|
|
1387
1430
|
documentType: "W9",
|
|
@@ -1393,6 +1436,7 @@ const TaxAndCashDashboardNoFormNeeded = () => {
|
|
|
1393
1436
|
indirectTaxNumber: "123456",
|
|
1394
1437
|
indirectTaxType: "GST",
|
|
1395
1438
|
showNewFormDialog: false,
|
|
1439
|
+
hasHold: false,
|
|
1396
1440
|
},
|
|
1397
1441
|
} }));
|
|
1398
1442
|
};
|
|
@@ -1400,6 +1444,8 @@ const TaxAndCashDashboardIndirectTaxCanada = () => {
|
|
|
1400
1444
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1401
1445
|
...dashboardProps,
|
|
1402
1446
|
states: {
|
|
1447
|
+
payoutStatus: "DONE",
|
|
1448
|
+
veriffLoading: false,
|
|
1403
1449
|
canEditPayoutInfo: true,
|
|
1404
1450
|
status: "ACTIVE",
|
|
1405
1451
|
disabled: false,
|
|
@@ -1412,6 +1458,7 @@ const TaxAndCashDashboardIndirectTaxCanada = () => {
|
|
|
1412
1458
|
indirectTaxType: "GST",
|
|
1413
1459
|
indirectTaxNumber: "123456",
|
|
1414
1460
|
showNewFormDialog: false,
|
|
1461
|
+
hasHold: false,
|
|
1415
1462
|
},
|
|
1416
1463
|
} }));
|
|
1417
1464
|
};
|
|
@@ -1419,6 +1466,8 @@ const TaxAndCashDashboardIndirectTaxCanadaQuebec = () => {
|
|
|
1419
1466
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1420
1467
|
...dashboardProps,
|
|
1421
1468
|
states: {
|
|
1469
|
+
payoutStatus: "DONE",
|
|
1470
|
+
veriffLoading: false,
|
|
1422
1471
|
canEditPayoutInfo: true,
|
|
1423
1472
|
status: "ACTIVE",
|
|
1424
1473
|
disabled: false,
|
|
@@ -1432,6 +1481,7 @@ const TaxAndCashDashboardIndirectTaxCanadaQuebec = () => {
|
|
|
1432
1481
|
indirectTaxNumber: "123456",
|
|
1433
1482
|
qstNumber: "44212",
|
|
1434
1483
|
showNewFormDialog: false,
|
|
1484
|
+
hasHold: false,
|
|
1435
1485
|
},
|
|
1436
1486
|
} }));
|
|
1437
1487
|
};
|
|
@@ -1439,6 +1489,8 @@ const TaxAndCashDashboardIndirectTaxSpain = () => {
|
|
|
1439
1489
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1440
1490
|
...dashboardProps,
|
|
1441
1491
|
states: {
|
|
1492
|
+
payoutStatus: "DONE",
|
|
1493
|
+
veriffLoading: false,
|
|
1442
1494
|
canEditPayoutInfo: true,
|
|
1443
1495
|
status: "ACTIVE",
|
|
1444
1496
|
disabled: false,
|
|
@@ -1452,6 +1504,7 @@ const TaxAndCashDashboardIndirectTaxSpain = () => {
|
|
|
1452
1504
|
indirectTaxNumber: "123456",
|
|
1453
1505
|
subRegionTaxNumber: "44212",
|
|
1454
1506
|
showNewFormDialog: false,
|
|
1507
|
+
hasHold: false,
|
|
1455
1508
|
},
|
|
1456
1509
|
} }));
|
|
1457
1510
|
};
|
|
@@ -1459,6 +1512,8 @@ const TaxAndCashDashboardIndirectTaxNotRegistered = () => {
|
|
|
1459
1512
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1460
1513
|
...dashboardProps,
|
|
1461
1514
|
states: {
|
|
1515
|
+
payoutStatus: "DONE",
|
|
1516
|
+
veriffLoading: false,
|
|
1462
1517
|
canEditPayoutInfo: true,
|
|
1463
1518
|
status: "ACTIVE",
|
|
1464
1519
|
documentType: "W8BEN",
|
|
@@ -1467,6 +1522,7 @@ const TaxAndCashDashboardIndirectTaxNotRegistered = () => {
|
|
|
1467
1522
|
noFormNeeded: false,
|
|
1468
1523
|
notRegistered: true,
|
|
1469
1524
|
showNewFormDialog: false,
|
|
1525
|
+
hasHold: false,
|
|
1470
1526
|
},
|
|
1471
1527
|
} }));
|
|
1472
1528
|
};
|
|
@@ -1474,8 +1530,44 @@ const TaxAndCashDashboardIdentityVerifcationRequired = () => {
|
|
|
1474
1530
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1475
1531
|
...dashboardProps,
|
|
1476
1532
|
states: {
|
|
1477
|
-
|
|
1478
|
-
|
|
1533
|
+
payoutStatus: "VERIFICATION:REQUIRED",
|
|
1534
|
+
veriffLoading: false,
|
|
1535
|
+
canEditPayoutInfo: true,
|
|
1536
|
+
status: "ACTIVE",
|
|
1537
|
+
documentType: "W8BEN",
|
|
1538
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
1539
|
+
dateSubmitted: "Jan 18th, 2025",
|
|
1540
|
+
noFormNeeded: false,
|
|
1541
|
+
notRegistered: true,
|
|
1542
|
+
showNewFormDialog: false,
|
|
1543
|
+
hasHold: false,
|
|
1544
|
+
},
|
|
1545
|
+
} }));
|
|
1546
|
+
};
|
|
1547
|
+
const TaxAndCashDashboardIdentityVerifcationRequiredInternal = () => {
|
|
1548
|
+
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1549
|
+
...dashboardProps,
|
|
1550
|
+
states: {
|
|
1551
|
+
payoutStatus: "VERIFICATION:INTERNAL",
|
|
1552
|
+
veriffLoading: false,
|
|
1553
|
+
canEditPayoutInfo: true,
|
|
1554
|
+
status: "ACTIVE",
|
|
1555
|
+
documentType: "W8BEN",
|
|
1556
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
1557
|
+
dateSubmitted: "Jan 18th, 2025",
|
|
1558
|
+
noFormNeeded: false,
|
|
1559
|
+
notRegistered: true,
|
|
1560
|
+
showNewFormDialog: false,
|
|
1561
|
+
hasHold: false,
|
|
1562
|
+
},
|
|
1563
|
+
} }));
|
|
1564
|
+
};
|
|
1565
|
+
const TaxAndCashDashboardIdentityVerifcationReviewInternal = () => {
|
|
1566
|
+
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1567
|
+
...dashboardProps,
|
|
1568
|
+
states: {
|
|
1569
|
+
payoutStatus: "VERIFICATION:REVIEW",
|
|
1570
|
+
veriffLoading: false,
|
|
1479
1571
|
canEditPayoutInfo: true,
|
|
1480
1572
|
status: "ACTIVE",
|
|
1481
1573
|
documentType: "W8BEN",
|
|
@@ -1484,6 +1576,25 @@ const TaxAndCashDashboardIdentityVerifcationRequired = () => {
|
|
|
1484
1576
|
noFormNeeded: false,
|
|
1485
1577
|
notRegistered: true,
|
|
1486
1578
|
showNewFormDialog: false,
|
|
1579
|
+
hasHold: false,
|
|
1580
|
+
},
|
|
1581
|
+
} }));
|
|
1582
|
+
};
|
|
1583
|
+
const TaxAndCashDashboardIdentityVerifcationFailedInternal = () => {
|
|
1584
|
+
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1585
|
+
...dashboardProps,
|
|
1586
|
+
states: {
|
|
1587
|
+
payoutStatus: "VERIFICATION:FAILED",
|
|
1588
|
+
veriffLoading: false,
|
|
1589
|
+
canEditPayoutInfo: true,
|
|
1590
|
+
status: "ACTIVE",
|
|
1591
|
+
documentType: "W8BEN",
|
|
1592
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
1593
|
+
dateSubmitted: "Jan 18th, 2025",
|
|
1594
|
+
noFormNeeded: false,
|
|
1595
|
+
notRegistered: true,
|
|
1596
|
+
showNewFormDialog: false,
|
|
1597
|
+
hasHold: false,
|
|
1487
1598
|
},
|
|
1488
1599
|
} }));
|
|
1489
1600
|
};
|
|
@@ -1491,6 +1602,8 @@ const TaxAndCashDashboardNewTaxForm = () => {
|
|
|
1491
1602
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1492
1603
|
...dashboardProps,
|
|
1493
1604
|
states: {
|
|
1605
|
+
payoutStatus: "DONE",
|
|
1606
|
+
veriffLoading: false,
|
|
1494
1607
|
canEditPayoutInfo: true,
|
|
1495
1608
|
status: "ACTIVE",
|
|
1496
1609
|
documentType: "W8BEN",
|
|
@@ -1499,6 +1612,27 @@ const TaxAndCashDashboardNewTaxForm = () => {
|
|
|
1499
1612
|
noFormNeeded: false,
|
|
1500
1613
|
notRegistered: true,
|
|
1501
1614
|
showNewFormDialog: true,
|
|
1615
|
+
hasHold: false,
|
|
1616
|
+
},
|
|
1617
|
+
} }));
|
|
1618
|
+
};
|
|
1619
|
+
const TaxAndCashDashboardPayoutsOnHold = () => {
|
|
1620
|
+
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1621
|
+
...dashboardProps,
|
|
1622
|
+
states: {
|
|
1623
|
+
payoutStatus: "DONE",
|
|
1624
|
+
veriffLoading: false,
|
|
1625
|
+
canEditPayoutInfo: true,
|
|
1626
|
+
disabled: true,
|
|
1627
|
+
status: "ACTIVE",
|
|
1628
|
+
documentType: "W8BEN",
|
|
1629
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
1630
|
+
dateSubmitted: "Jan 18th, 2025",
|
|
1631
|
+
noFormNeeded: false,
|
|
1632
|
+
indirectTaxNumber: "123456",
|
|
1633
|
+
country: "Slovania",
|
|
1634
|
+
showNewFormDialog: false,
|
|
1635
|
+
hasHold: true,
|
|
1502
1636
|
},
|
|
1503
1637
|
} }));
|
|
1504
1638
|
};
|
|
@@ -1506,6 +1640,8 @@ const TaxAndCashDashboardLoading = () => {
|
|
|
1506
1640
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1507
1641
|
...dashboardProps,
|
|
1508
1642
|
states: {
|
|
1643
|
+
payoutStatus: "DONE",
|
|
1644
|
+
veriffLoading: false,
|
|
1509
1645
|
canEditPayoutInfo: true,
|
|
1510
1646
|
disabled: false,
|
|
1511
1647
|
status: "ACTIVE",
|
|
@@ -1515,6 +1651,7 @@ const TaxAndCashDashboardLoading = () => {
|
|
|
1515
1651
|
noFormNeeded: false,
|
|
1516
1652
|
loading: true,
|
|
1517
1653
|
showNewFormDialog: false,
|
|
1654
|
+
hasHold: false,
|
|
1518
1655
|
},
|
|
1519
1656
|
} }));
|
|
1520
1657
|
};
|
|
@@ -1522,6 +1659,8 @@ const TaxAndCashDashboardWithLoadingError = () => {
|
|
|
1522
1659
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1523
1660
|
...dashboardProps,
|
|
1524
1661
|
states: {
|
|
1662
|
+
payoutStatus: "DONE",
|
|
1663
|
+
veriffLoading: false,
|
|
1525
1664
|
disabled: false,
|
|
1526
1665
|
canEditPayoutInfo: true,
|
|
1527
1666
|
status: "ACTIVE",
|
|
@@ -1532,6 +1671,7 @@ const TaxAndCashDashboardWithLoadingError = () => {
|
|
|
1532
1671
|
loading: true,
|
|
1533
1672
|
loadingError: true,
|
|
1534
1673
|
showNewFormDialog: false,
|
|
1674
|
+
hasHold: false,
|
|
1535
1675
|
},
|
|
1536
1676
|
} }));
|
|
1537
1677
|
};
|
|
@@ -1539,6 +1679,8 @@ const TaxAndCashDashboardWithGeneralError = () => {
|
|
|
1539
1679
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1540
1680
|
...dashboardProps,
|
|
1541
1681
|
states: {
|
|
1682
|
+
payoutStatus: "DONE",
|
|
1683
|
+
veriffLoading: false,
|
|
1542
1684
|
canEditPayoutInfo: true,
|
|
1543
1685
|
disabled: false,
|
|
1544
1686
|
status: "ACTIVE",
|
|
@@ -1550,6 +1692,7 @@ const TaxAndCashDashboardWithGeneralError = () => {
|
|
|
1550
1692
|
indirectTaxType: "VAT",
|
|
1551
1693
|
country: "Slovania",
|
|
1552
1694
|
showNewFormDialog: false,
|
|
1695
|
+
hasHold: false,
|
|
1553
1696
|
errors: {
|
|
1554
1697
|
general: true,
|
|
1555
1698
|
},
|
|
@@ -1560,6 +1703,8 @@ const TaxAndCashDashboardDisabled = () => {
|
|
|
1560
1703
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1561
1704
|
...dashboardProps,
|
|
1562
1705
|
states: {
|
|
1706
|
+
payoutStatus: "DONE",
|
|
1707
|
+
veriffLoading: false,
|
|
1563
1708
|
canEditPayoutInfo: true,
|
|
1564
1709
|
disabled: true,
|
|
1565
1710
|
status: "ACTIVE",
|
|
@@ -1570,6 +1715,7 @@ const TaxAndCashDashboardDisabled = () => {
|
|
|
1570
1715
|
indirectTaxNumber: "123456",
|
|
1571
1716
|
country: "Slovania",
|
|
1572
1717
|
showNewFormDialog: false,
|
|
1718
|
+
hasHold: false,
|
|
1573
1719
|
},
|
|
1574
1720
|
} }));
|
|
1575
1721
|
};
|
|
@@ -1623,6 +1769,7 @@ const TaxForm = /*#__PURE__*/Object.freeze({
|
|
|
1623
1769
|
StepFourIsPartner: StepFourIsPartner,
|
|
1624
1770
|
StepFourDirectToBankChecked: StepFourDirectToBankChecked,
|
|
1625
1771
|
StepFourToPaypalChecked: StepFourToPaypalChecked,
|
|
1772
|
+
StepFourReVerifyEmail: StepFourReVerifyEmail,
|
|
1626
1773
|
TaxAndCashDashboardActiveW9Form: TaxAndCashDashboardActiveW9Form,
|
|
1627
1774
|
TaxAndCashDashboardActiveW8BENForm: TaxAndCashDashboardActiveW8BENForm,
|
|
1628
1775
|
TaxAndCashDashboardActiveW8BENEForm: TaxAndCashDashboardActiveW8BENEForm,
|
|
@@ -1637,7 +1784,11 @@ const TaxForm = /*#__PURE__*/Object.freeze({
|
|
|
1637
1784
|
TaxAndCashDashboardIndirectTaxSpain: TaxAndCashDashboardIndirectTaxSpain,
|
|
1638
1785
|
TaxAndCashDashboardIndirectTaxNotRegistered: TaxAndCashDashboardIndirectTaxNotRegistered,
|
|
1639
1786
|
TaxAndCashDashboardIdentityVerifcationRequired: TaxAndCashDashboardIdentityVerifcationRequired,
|
|
1787
|
+
TaxAndCashDashboardIdentityVerifcationRequiredInternal: TaxAndCashDashboardIdentityVerifcationRequiredInternal,
|
|
1788
|
+
TaxAndCashDashboardIdentityVerifcationReviewInternal: TaxAndCashDashboardIdentityVerifcationReviewInternal,
|
|
1789
|
+
TaxAndCashDashboardIdentityVerifcationFailedInternal: TaxAndCashDashboardIdentityVerifcationFailedInternal,
|
|
1640
1790
|
TaxAndCashDashboardNewTaxForm: TaxAndCashDashboardNewTaxForm,
|
|
1791
|
+
TaxAndCashDashboardPayoutsOnHold: TaxAndCashDashboardPayoutsOnHold,
|
|
1641
1792
|
TaxAndCashDashboardLoading: TaxAndCashDashboardLoading,
|
|
1642
1793
|
TaxAndCashDashboardWithLoadingError: TaxAndCashDashboardWithLoadingError,
|
|
1643
1794
|
TaxAndCashDashboardWithGeneralError: TaxAndCashDashboardWithGeneralError,
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { i as intl } from './global-
|
|
4
|
-
import { z, K, E as En, i as isDemo } from './index.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { i as intl } from './global-6306a9b8.js';
|
|
4
|
+
import { d as dist, z, K, E as En, i as isDemo } from './index.module-6c840c4e.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
|
-
import { d as dist } from './index-0c7b14c5.js';
|
|
7
6
|
import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-10657658.js';
|
|
8
7
|
|
|
9
8
|
const GET_RANK = dist.gql `
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { K, E as En,
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { d as dist, K, E as En, a as setUserIdentity, i as isDemo } from './index.module-6c840c4e.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import './JSS-67b5cff8.js';
|
|
6
|
-
import { d as dist } from './index-0c7b14c5.js';
|
|
7
6
|
import { g as getProps } from './utils-334c1e34.js';
|
|
8
7
|
import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-2c6122cd.js';
|
|
9
8
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { j as jn, i as isDemo } from './index.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { j as jn, i as isDemo } from './index.module-6c840c4e.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import './mixins-f60a614c.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import { g as getProps } from './utils-334c1e34.js';
|
|
8
|
-
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-
|
|
8
|
+
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-f8e78810.js';
|
|
9
9
|
|
|
10
10
|
function useNavigationSidebarItem(props) {
|
|
11
11
|
const currentPage = jn();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { j as jn, z } from './index.module-
|
|
2
|
+
import { n as h, k as useState, f as useEffect } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { j as jn, z } from './index.module-6c840c4e.js';
|
|
4
4
|
import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-0312e073.js';
|
|
5
5
|
|
|
6
6
|
const NavigationSidebar = class {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { h, r as registerInstance } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { i as isDemo } from './index.module-
|
|
2
|
+
import { i as d, k as useState, n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { i as isDemo } from './index.module-6c840c4e.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import { E as ErrorStyles } from './mixins-f60a614c.js';
|
|
6
6
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
7
7
|
import { g as getProps } from './utils-334c1e34.js';
|
|
8
|
-
import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-
|
|
8
|
+
import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-849e27f7.js';
|
|
9
9
|
|
|
10
10
|
var constants = {
|
|
11
11
|
error: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h, c as Host, r as registerInstance } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { n as ne } from './index.module-
|
|
2
|
+
import { n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { n as ne } from './index.module-6c840c4e.js';
|
|
4
4
|
import { g as getProps } from './utils-334c1e34.js';
|
|
5
5
|
|
|
6
6
|
const PopupContainerView = (props) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-17b4da69.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-6306a9b8.js';
|
|
3
3
|
import { A as AuthWrapper, a as AuthColumn } from './mixins-f60a614c.js';
|
|
4
4
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
5
5
|
import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import './global-
|
|
4
|
-
import { h as hn, u as un, K, x as xn,
|
|
2
|
+
import { k as useState, m as useRef, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import './global-6306a9b8.js';
|
|
4
|
+
import { h as hn, u as un, K, x as xn, b as useCallback, i as isDemo } from './index.module-6c840c4e.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './mixins-f60a614c.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
8
|
import './sqm-text-span-view-8d140661.js';
|
|
9
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
9
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-c6ac5430.js';
|
|
10
10
|
|
|
11
11
|
function usePortalEmailVerification(props) {
|
|
12
12
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { v as vn, x as xn, i as isDemo } from './index.module-
|
|
2
|
+
import { k as useState, n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { v as vn, x as xn, i as isDemo } from './index.module-6c840c4e.js';
|
|
4
|
+
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
4
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
6
|
import './mixins-f60a614c.js';
|
|
6
7
|
import './JSS-67b5cff8.js';
|
|
7
8
|
import './sqm-text-span-view-8d140661.js';
|
|
8
|
-
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
9
9
|
import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-c2ed8fed.js';
|
|
10
10
|
|
|
11
11
|
function usePortalForgotPassword(props) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { a as setUserIdentity, x as xn, i as isDemo } from './index.module-6c840c4e.js';
|
|
4
4
|
|
|
5
5
|
function usePortalLogout({ nextPage }) {
|
|
6
6
|
setUserIdentity(undefined);
|
package/dist/esm/{sqm-portal-profile-view-a0f6ad48.js → sqm-portal-profile-view-15ddbec8.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-17b4da69.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-6306a9b8.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
4
|
import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
|
|
5
5
|
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import './global-
|
|
4
|
-
import { K, E as En,
|
|
2
|
+
import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import './global-6306a9b8.js';
|
|
4
|
+
import { d as dist, K, E as En, c as xe, i as isDemo } from './index.module-6c840c4e.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
|
-
import { d as dist } from './index-0c7b14c5.js';
|
|
8
7
|
import { g as getProps } from './utils-334c1e34.js';
|
|
9
8
|
import './sqm-text-span-view-8d140661.js';
|
|
10
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
11
|
-
import { i as isEmpty } from './utilities-
|
|
9
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-15ddbec8.js';
|
|
10
|
+
import { i as isEmpty } from './utilities-443732be.js';
|
|
12
11
|
|
|
13
12
|
const GET_USER = dist.gql `
|
|
14
13
|
query {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { K, j as jn, x as xn, i as isDemo } from './index.module-
|
|
2
|
+
import { f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { K, j as jn, x as xn, i as isDemo } from './index.module-6c840c4e.js';
|
|
4
4
|
|
|
5
5
|
function usePortalProtectedRoute({ requireEmailVerification, redirectTo, redirectToUnverified, }) {
|
|
6
6
|
var _a;
|